Skip to content
StepArgumentsStatus
Start of Pipeline - (15 min in block)
readJSON - (0.14 sec in self)
readTrusted - (3 sec in self)pipelines/PingCAP-QE/tidb-test/latest/pod-ghpr_integration_mysql_test.yaml
podTemplate - (15 min in block)
podTemplate block - (15 min in block)
node - (15 min in block)pingcap-qe_tidb-test_ghpr_integration_mysql_test_123-skhdx
node block - (15 min in block)
stage - (4.2 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (4.1 sec in block)
checkout - (4.1 sec in self)
withEnv - (15 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (15 min in block)
container - (15 min in block)golang
container block - (15 min in block)
withEnv - (15 min in block)FILE_SERVER_URL
withEnv block - (15 min in block)
timeout - (15 min in block)
timeout block - (15 min in block)
stage - (1.5 sec in block)Debug info
stage block (Debug info) - (1.4 sec in block)
sh (Debug info) - (0.63 sec in self) printenv echo "-------------------------" go env echo "-------------------------" ls -l /dev/null echo "debug command: kubectl -n jenkins-tidb exec -ti pingcap-qe-tidb-test-ghpr-integration-mysql-test-123-skhd-x361r bash"
container - (0.59 sec in block)net-tool
container block - (0.55 sec in block)
sh - (0.53 sec in self)dig github.com
stage - (1 min 4 sec in block)Checkout
stage block (Checkout) - (1 min 4 sec in block)
timeout - (1 min 4 sec in block)
timeout block - (1 min 4 sec in block)
dir - (33 sec in block)tidb
dir block - (33 sec in block)
cache - (33 sec in block)
cache block - (4.5 sec in block)
retry - (4.5 sec in block)2
retry block - (4.4 sec in block)
script - (4.4 sec in block)
script block - (4.4 sec in block)
sh (checkout) - (4.3 sec in self)
dir - (30 sec in block)tidb-test
dir block - (30 sec in block)
cache - (30 sec in block)
cache block - (12 sec in block)
retry - (12 sec in block)2
retry block - (12 sec in block)
script - (12 sec in block)
script block - (12 sec in block)
sshagent - (12 sec in block)
sshagent block - (11 sec in block)
sh (Know hosts) - (2.2 sec in self) [ -d ~/.ssh ] || mkdir ~/.ssh && chmod 0700 ~/.ssh ssh-keyscan -t rsa,dsa github.com >> ~/.ssh/known_hosts
sh (Checkout and merge pull request(s) to target if exist) - (8.8 sec in self)
stage - (3 min 55 sec in block)Prepare
stage block (Prepare) - (3 min 55 sec in block)
dir - (3 min 51 sec in block)tidb
dir block - (3 min 51 sec in block)
cache - (3 min 51 sec in block)
cache block - (3 min 23 sec in block)
sh (tidb-server) - (2 min 28 sec in self)ls bin/tidb-server || make
sh (download binary) - (55 sec in self) chmod +x /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_integration_mysql_test/scripts/PingCAP-QE/tidb-test/*.sh /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_integration_mysql_test/scripts/PingCAP-QE/tidb-test/download_pingcap_artifact.sh --pd=master --tikv=master mv third_bin/* bin/ ls -alh bin/
dir - (4.5 sec in block)tidb-test
dir block - (4.4 sec in block)
cache - (4.4 sec in block)
cache block - (0.55 sec in block)
sh - (0.53 sec in self)touch ws-jenkins-pingcap-qe-tidb-test-ghpr_integration_mysql_test-123
stage - (9 min 59 sec in block)MySQL Tests
stage block (MySQL Tests) - (9 min 59 sec in block)
parallel - (9 min 59 sec in block)
parallel block (Branch: Matrix - PART = '1') - (9 ms in block)
stage - (9 min 59 sec in block)Matrix - PART = '1'
stage block (Matrix - PART = '1') - (9 min 59 sec in block)
withEnv - (9 min 59 sec in block)PART
withEnv block - (9 min 59 sec in block)
readTrusted - (1 sec in self)pipelines/PingCAP-QE/tidb-test/latest/pod-ghpr_integration_mysql_test.yaml
podTemplate - (9 min 58 sec in block)
podTemplate block - (9 min 58 sec in block)
node - (9 min 58 sec in block)pingcap-qe_tidb-test_ghpr_integration_mysql_test_123-hs9dp
node block - (9 min 52 sec in block)
checkout - (4.1 sec in self)
withEnv - (9 min 47 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (9 min 47 sec in block)
container - (9 min 47 sec in block)golang
container block - (9 min 47 sec in block)
stage - (9 min 47 sec in block)Test
stage block (Test) - (9 min 47 sec in block)
dir - (20 sec in block)tidb
dir block - (19 sec in block)
cache - (19 sec in block)
cache block - (12 sec in block)
sh (print version) - (12 sec in self) pwd && ls -alh ls bin/tidb-server && chmod +x bin/tidb-server && ./bin/tidb-server -V ls bin/pd-server && chmod +x bin/pd-server && ./bin/pd-server -V ls bin/tikv-server && chmod +x bin/tikv-server && ./bin/tikv-server -V
dir - (9 min 27 sec in block)tidb-test/mysql_test
dir block - (9 min 27 sec in block)
sh - (0.98 sec in self) mkdir -p bin mv /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_integration_mysql_test/tidb/bin/* bin/ && chmod +x bin/* ls -alh bin/
cache - (9 min 26 sec in block)
cache block - (9 min 24 sec in block)
sh (PART 1) - (9 min 24 sec in self) #!/usr/bin/env bash ls -alh echo '[storage] reserve-space = "0MB"'> tikv_config.toml bash /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_integration_mysql_test/scripts/PingCAP-QE/tidb-test/start_tikv.sh export TIDB_SERVER_PATH="/home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_integration_mysql_test/tidb-test/mysql_test/bin/tidb-server" export TIKV_PATH="127.0.0.1:2379" export TIDB_TEST_STORE_NAME="tikv" ./test.sh -blacklist=1 -part=1
junit - (0.31 sec in self)**/result.xml
parallel block (Branch: Matrix - PART = '2') - (7 ms in block)
stage - (6 min 51 sec in block)Matrix - PART = '2'
stage block (Matrix - PART = '2') - (6 min 51 sec in block)
withEnv - (6 min 51 sec in block)PART
withEnv block - (6 min 51 sec in block)
readTrusted - (2 sec in self)pipelines/PingCAP-QE/tidb-test/latest/pod-ghpr_integration_mysql_test.yaml
podTemplate - (6 min 49 sec in block)
podTemplate block - (6 min 49 sec in block)
node - (6 min 49 sec in block)pingcap-qe_tidb-test_ghpr_integration_mysql_test_123-hxp6h
node block - (6 min 42 sec in block)
checkout - (9.6 sec in self)
withEnv - (6 min 33 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (6 min 32 sec in block)
container - (6 min 32 sec in block)golang
container block - (6 min 32 sec in block)
stage - (6 min 32 sec in block)Test
stage block (Test) - (6 min 32 sec in block)
dir - (13 sec in block)tidb
dir block - (12 sec in block)
cache - (12 sec in block)
cache block - (5.2 sec in block)
sh (print version) - (1.3 sec in self) pwd && ls -alh ls bin/tidb-server && chmod +x bin/tidb-server && ./bin/tidb-server -V ls bin/pd-server && chmod +x bin/pd-server && ./bin/pd-server -V ls bin/tikv-server && chmod +x bin/tikv-server && ./bin/tikv-server -V
dir - (6 min 19 sec in block)tidb-test/mysql_test
dir block - (6 min 19 sec in block)
sh - (1.7 sec in self) mkdir -p bin mv /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_integration_mysql_test/tidb/bin/* bin/ && chmod +x bin/* ls -alh bin/
cache - (6 min 17 sec in block)
cache block - (6 min 16 sec in block)
sh (PART 2) - (6 min 16 sec in self) #!/usr/bin/env bash ls -alh echo '[storage] reserve-space = "0MB"'> tikv_config.toml bash /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_integration_mysql_test/scripts/PingCAP-QE/tidb-test/start_tikv.sh export TIDB_SERVER_PATH="/home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_integration_mysql_test/tidb-test/mysql_test/bin/tidb-server" export TIKV_PATH="127.0.0.1:2379" export TIDB_TEST_STORE_NAME="tikv" ./test.sh -blacklist=1 -part=2
junit - (0.36 sec in self)**/result.xml
parallel block (Branch: Matrix - PART = '3') - (6 ms in block)
stage - (7 min 42 sec in block)Matrix - PART = '3'
stage block (Matrix - PART = '3') - (7 min 41 sec in block)
withEnv - (7 min 41 sec in block)PART
withEnv block - (7 min 41 sec in block)
readTrusted - (3 sec in self)pipelines/PingCAP-QE/tidb-test/latest/pod-ghpr_integration_mysql_test.yaml
podTemplate - (7 min 38 sec in block)
podTemplate block - (7 min 38 sec in block)
node - (7 min 38 sec in block)pingcap-qe_tidb-test_ghpr_integration_mysql_test_123-3ctjw
node block - (7 min 31 sec in block)
checkout - (8.2 sec in self)
withEnv - (7 min 23 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (7 min 23 sec in block)
container - (7 min 23 sec in block)golang
container block - (7 min 22 sec in block)
stage - (7 min 22 sec in block)Test
stage block (Test) - (7 min 22 sec in block)
dir - (13 sec in block)tidb
dir block - (12 sec in block)
cache - (5.8 sec in block)
cache block - (1.3 sec in block)
sh (print version) - (1 sec in self) pwd && ls -alh ls bin/tidb-server && chmod +x bin/tidb-server && ./bin/tidb-server -V ls bin/pd-server && chmod +x bin/pd-server && ./bin/pd-server -V ls bin/tikv-server && chmod +x bin/tikv-server && ./bin/tikv-server -V
dir - (7 min 9 sec in block)tidb-test/mysql_test
dir block - (7 min 8 sec in block)
sh - (2.5 sec in self) mkdir -p bin mv /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_integration_mysql_test/tidb/bin/* bin/ && chmod +x bin/* ls -alh bin/
cache - (7 min 6 sec in block)
cache block - (7 min 3 sec in block)
sh (PART 3) - (7 min 3 sec in self) #!/usr/bin/env bash ls -alh echo '[storage] reserve-space = "0MB"'> tikv_config.toml bash /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_integration_mysql_test/scripts/PingCAP-QE/tidb-test/start_tikv.sh export TIDB_SERVER_PATH="/home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_integration_mysql_test/tidb-test/mysql_test/bin/tidb-server" export TIKV_PATH="127.0.0.1:2379" export TIDB_TEST_STORE_NAME="tikv" ./test.sh -blacklist=1 -part=3
junit - (0.29 sec in self)**/result.xml
parallel block (Branch: Matrix - PART = '4') - (8 min 54 sec in block)
stage - (8 min 54 sec in block)Matrix - PART = '4'
stage block (Matrix - PART = '4') - (8 min 54 sec in block)
withEnv - (8 min 54 sec in block)PART
withEnv block - (8 min 54 sec in block)
readTrusted - (4 sec in self)pipelines/PingCAP-QE/tidb-test/latest/pod-ghpr_integration_mysql_test.yaml
podTemplate - (8 min 50 sec in block)
podTemplate block - (8 min 50 sec in block)
node - (8 min 50 sec in block)pingcap-qe_tidb-test_ghpr_integration_mysql_test_123-mhb8k
node block - (8 min 35 sec in block)
checkout - (12 sec in self)
withEnv - (8 min 23 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (8 min 23 sec in block)
container - (8 min 23 sec in block)golang
container block - (8 min 23 sec in block)
stage - (8 min 21 sec in block)Test
stage block (Test) - (8 min 21 sec in block)
dir - (5.5 sec in block)tidb
dir block - (5.3 sec in block)
cache - (5.3 sec in block)
cache block - (0.59 sec in block)
sh (print version) - (0.56 sec in self) pwd && ls -alh ls bin/tidb-server && chmod +x bin/tidb-server && ./bin/tidb-server -V ls bin/pd-server && chmod +x bin/pd-server && ./bin/pd-server -V ls bin/tikv-server && chmod +x bin/tikv-server && ./bin/tikv-server -V
dir - (8 min 12 sec in block)tidb-test/mysql_test
dir block - (8 min 12 sec in block)
sh - (0.82 sec in self) mkdir -p bin mv /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_integration_mysql_test/tidb/bin/* bin/ && chmod +x bin/* ls -alh bin/
cache - (8 min 11 sec in block)
cache block - (8 min 9 sec in block)
sh (PART 4) - (8 min 9 sec in self) #!/usr/bin/env bash ls -alh echo '[storage] reserve-space = "0MB"'> tikv_config.toml bash /home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_integration_mysql_test/scripts/PingCAP-QE/tidb-test/start_tikv.sh export TIDB_SERVER_PATH="/home/jenkins/agent/workspace/pingcap-qe/tidb-test/ghpr_integration_mysql_test/tidb-test/mysql_test/bin/tidb-server" export TIKV_PATH="127.0.0.1:2379" export TIDB_TEST_STORE_NAME="tikv" ./test.sh -blacklist=1 -part=4
junit - (0.33 sec in self)**/result.xml