test(services/tikv): add tikv integration test#2693
Conversation
Signed-off-by: owl <[email protected]>
Signed-off-by: owl <[email protected]>
Signed-off-by: owl <[email protected]>
Signed-off-by: owl <[email protected]>
Signed-off-by: owl <[email protected]>
Approval from ASF Infra is required to use external workflows. Actions such as I suggest to use the same - name: install tiup
run: curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh
- name: start tiup playground
run: |
# use latest stable version
~/.tiup/bin/tiup install tikv pd
~/.tiup/bin/tiup playground --mode tikv-slim --kv 3 --without-monitor --kv.config config/tikv.toml --pd.config config/pd.toml &
while :; do
echo "waiting cluster to be ready"
[[ "$(curl -I http://127.0.0.1:2379/pd/api/v1/regions 2>/dev/null | head -n 1 | cut -d$' ' -f2)" -ne "405" ]] || break
sleep 1
done |
|
Hi @Xuanwo , I can not trigger the newer tikv action in the current PR, Do you know how to start it? |
Actions that refer to disallowed actions will be automatically rejected. There is no way to activate them. Please remove |
Signed-off-by: owl <[email protected]>
Signed-off-by: owl <[email protected]>
Signed-off-by: owl <[email protected]>
Signed-off-by: owl <[email protected]>
Signed-off-by: owl <[email protected]>
Signed-off-by: owl <[email protected]>
Signed-off-by: owl <[email protected]>
Signed-off-by: owl <[email protected]>
Signed-off-by: owl <[email protected]>
Signed-off-by: owl <[email protected]>
Signed-off-by: owl <[email protected]>
Signed-off-by: owl <[email protected]>
|
I can not find how to use |
Signed-off-by: owl <[email protected]>
Signed-off-by: owl <[email protected]>
No description provided.