The GitHub Actions job "CI Actions" on kvrocks-controller.git has failed. Run started by GitHub user git-hulk (triggered by git-hulk).
Head commit for run: c6b24bddf295c8d880ea8e785e82baf38722d20e / git-hulk <hulk.webs...@gmail.com> Add support of managing the raft cluster via the client ``` ❯ _build/kvctl raft list peers |---------|-----------------------|-----------| | NODE ID | NODE ADDRESS | IS LEADER | |---------|-----------------------|-----------| | 1 | http://127.0.0.1:6001 | YES | |---------|-----------------------|-----------| ❯ _build/kvctl raft add peer 2 http://127.0.0.1:6002 Add node '2' with address 'http://127.0.0.1:6002' successfully ❯ _build/kvctl -H "http://127.0.0.1:9380" raft remove peer 2 Remove node '2' successfully ``` Report URL: https://github.com/apache/kvrocks-controller/actions/runs/12770044006 With regards, GitHub Actions via GitBox