Skip to content
StepArgumentsStatus
Start of Pipeline - (24 min in block)
readJSON - (0.12 sec in self)
readTrusted - (21 sec in self)pipelines/PingCAP-QE/tidb-test/latest/pod-ghpr_integration_mysql_test.yaml
podTemplate - (24 min in block)
podTemplate block - (24 min in block)
node - (24 min in block)pingcap-qe_tidb-test_ghpr_integration_mysql_test_121-m2wx2
node block - (24 min in block)
stage - (5.1 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (5.1 sec in block)
checkout - (5 sec in self)
withEnv - (24 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (24 min in block)
container - (24 min in block)golang
container block - (24 min in block)
withEnv - (24 min in block)FILE_SERVER_URL
withEnv block - (24 min in block)
timeout - (24 min in block)
timeout block - (24 min in block)
stage - (1.7 sec in block)Debug info
stage block (Debug info) - (1.5 sec in block)
sh (Debug info) - (0.76 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-121-m2wx-3wvjn bash"
container - (0.64 sec in block)net-tool
container block - (0.58 sec in block)
sh - (0.54 sec in self)dig github.com
stage - (1 min 18 sec in block)Checkout
stage block (Checkout) - (1 min 18 sec in block)
timeout - (1 min 18 sec in block)
timeout block - (1 min 18 sec in block)
dir - (16 sec in block)tidb
dir block - (16 sec in block)
cache - (15 sec in block)
cache block - (6.4 sec in block)
retry - (6.3 sec in block)2
retry block - (5.9 sec in block)
script - (5.9 sec in block)
script block - (5.8 sec in block)
sh (checkout) - (5.7 sec in self)
dir - (1 min 2 sec in block)tidb-test
dir block - (1 min 1 sec in block)
cache - (1 min 1 sec in block)
cache block - (27 sec in block)
retry - (26 sec in block)2
retry block - (26 sec in block)
script - (25 sec in block)
script block - (25 sec in block)
sshagent - (25 sec in block)
sshagent block - (14 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) - (12 sec in self)
stage - (4 min 8 sec in block)Prepare
stage block (Prepare) - (4 min 8 sec in block)
dir - (4 min 4 sec in block)tidb
dir block - (4 min 4 sec in block)
cache - (4 min 4 sec in block)
cache block - (3 min 46 sec in block)
sh (tidb-server) - (3 min 17 sec in self)ls bin/tidb-server || make
sh (download binary) - (28 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 - (3.9 sec in block)tidb-test
dir block - (3.8 sec in block)
cache - (3.8 sec in block)
cache block - (0.56 sec in block)
sh - (0.54 sec in self)touch ws-jenkins-pingcap-qe-tidb-test-ghpr_integration_mysql_test-121
stage - (18 min in block)MySQL Tests
stage block (MySQL Tests) - (18 min in block)
parallel - (18 min in block)
parallel block (Branch: Matrix - PART = '1') - (6 ms in block)
stage - (13 min in block)Matrix - PART = '1'
stage block (Matrix - PART = '1') - (13 min in block)
withEnv - (13 min in block)PART
withEnv block - (13 min in block)
readTrusted - (1 sec in self)pipelines/PingCAP-QE/tidb-test/latest/pod-ghpr_integration_mysql_test.yaml
podTemplate - (13 min in block)
podTemplate block - (13 min in block)
node - (13 min in block)pingcap-qe_tidb-test_ghpr_integration_mysql_test_121-3hpdl
node block - (12 min in block)
checkout - (5.6 sec in self)
withEnv - (12 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (12 min in block)
container - (12 min in block)golang
container block - (12 min in block)
stage - (12 min in block)Test
stage block (Test) - (12 min in block)
dir - (18 sec in block)tidb
dir block - (18 sec in block)
cache - (18 sec in block)
cache block - (9.4 sec in block)
sh (print version) - (9.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 - (11 min in block)tidb-test/mysql_test
dir block - (11 min in block)
sh - (0.56 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 - (11 min in block)
cache block - (11 min in block)
sh (PART 1) - (11 min 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.46 sec in self)**/result.xml
parallel block (Branch: Matrix - PART = '2') - (7 ms in block)
stage - (6 min 50 sec in block)Matrix - PART = '2'
stage block (Matrix - PART = '2') - (6 min 50 sec in block)
withEnv - (6 min 50 sec in block)PART
withEnv block - (6 min 50 sec in block)
readTrusted - (2.1 sec in self)pipelines/PingCAP-QE/tidb-test/latest/pod-ghpr_integration_mysql_test.yaml
podTemplate - (6 min 48 sec in block)
podTemplate block - (6 min 47 sec in block)
node - (6 min 47 sec in block)pingcap-qe_tidb-test_ghpr_integration_mysql_test_121-gqn5f
node block - (6 min 41 sec in block)
checkout - (3.8 sec in self)
withEnv - (6 min 37 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (6 min 37 sec in block)
container - (6 min 37 sec in block)golang
container block - (6 min 37 sec in block)
stage - (6 min 37 sec in block)Test
stage block (Test) - (6 min 37 sec in block)
dir - (16 sec in block)tidb
dir block - (16 sec in block)
cache - (15 sec in block)
cache block - (9 sec in block)
sh (print version) - (8.9 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 20 sec in block)tidb-test/mysql_test
dir block - (6 min 20 sec in block)
sh - (0.73 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 19 sec in block)
cache block - (6 min 16 sec in block)
sh (PART 2) - (6 min 15 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.46 sec in self)**/result.xml
parallel block (Branch: Matrix - PART = '3') - (8 ms in block)
stage - (18 min in block)Matrix - PART = '3'
stage block (Matrix - PART = '3') - (18 min in block)
withEnv - (18 min in block)PART
withEnv block - (18 min in block)
readTrusted - (3 sec in self)pipelines/PingCAP-QE/tidb-test/latest/pod-ghpr_integration_mysql_test.yaml
podTemplate - (18 min in block)
podTemplate block - (18 min in block)
node - (18 min in block)pingcap-qe_tidb-test_ghpr_integration_mysql_test_121-11920
node block - (17 min in block)
checkout - (4.5 sec in self)
withEnv - (17 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (17 min in block)
container - (17 min in block)golang
container block - (17 min in block)
stage - (17 min in block)Test
stage block (Test) - (17 min in block)
dir - (19 sec in block)tidb
dir block - (19 sec in block)
cache - (19 sec in block)
cache block - (6.9 sec in block)
sh (print version) - (6.8 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 - (16 min in block)tidb-test/mysql_test
dir block - (16 min in block)
sh - (12 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 - (16 min in block)
cache block - (16 min in block)
sh (PART 3) - (16 min 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 - (1.4 sec in self)**/result.xml
parallel block (Branch: Matrix - PART = '4') - (13 min in block)
stage - (13 min in block)Matrix - PART = '4'
stage block (Matrix - PART = '4') - (13 min in block)
withEnv - (13 min in block)PART
withEnv block - (13 min in block)
readTrusted - (4 sec in self)pipelines/PingCAP-QE/tidb-test/latest/pod-ghpr_integration_mysql_test.yaml
podTemplate - (13 min in block)
podTemplate block - (13 min in block)
node - (13 min in block)pingcap-qe_tidb-test_ghpr_integration_mysql_test_121-gzs3w
node block - (12 min in block)
checkout - (9 sec in self)
withEnv - (12 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (12 min in block)
container - (12 min in block)golang
container block - (12 min in block)
stage - (12 min in block)Test
stage block (Test) - (12 min in block)
dir - (9.8 sec in block)tidb
dir block - (9.4 sec in block)
cache - (9.4 sec in block)
cache block - (0.9 sec in block)
sh (print version) - (0.82 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 - (12 min in block)tidb-test/mysql_test
dir block - (12 min in block)
sh - (3.6 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 - (12 min in block)
cache block - (12 min in block)
sh (PART 4) - (12 min 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 - (1 sec in self)**/result.xml