Skip to content
StepArgumentsStatus
Start of Pipeline - (9 min 48 sec in block)
readJSON - (99 ms in self)
readTrusted - (16 sec in self)pipelines/pingcap/tidb/latest/pod-merged_integration_ddl_test.yaml
podTemplate - (9 min 32 sec in block)
podTemplate block - (9 min 32 sec in block)
node - (9 min 32 sec in block)pingcap_tidb_merged_integration_ddl_test_1066-q50vm
node block - (9 min 26 sec in block)
stage - (3.7 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (3.6 sec in block)
checkout - (3.6 sec in self)
withEnv - (9 min 22 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (9 min 22 sec in block)
container - (9 min 22 sec in block)golang
container block - (9 min 22 sec in block)
withCredentials - (9 min 22 sec in block)
withCredentials block - (9 min 22 sec in block)
withEnv - (9 min 22 sec in block)FILE_SERVER_URL
withEnv block - (9 min 22 sec in block)
timeout - (9 min 22 sec in block)
timeout block - (9 min 22 sec in block)
stage - (1.5 sec in block)Debug info
stage block (Debug info) - (1.5 sec in block)
sh (Debug info) - (0.58 sec in self) printenv echo "-------------------------" go env echo "-------------------------" echo "debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-merged-integration-ddl-test-1066-q50vm-3n0d0-30sxj bash"
container - (0.87 sec in block)net-tool
container block - (0.84 sec in block)
sh - (0.81 sec in self)dig github.com
stage - (57 sec in block)Checkout
stage block (Checkout) - (57 sec in block)
timeout - (57 sec in block)
timeout block - (57 sec in block)
dir - (12 sec in block)tidb
dir block - (12 sec in block)
cache - (12 sec in block)
cache block - (5 sec in block)
retry - (4.3 sec in block)2
retry block - (4.2 sec in block)
script - (4 sec in block)
script block - (3.9 sec in block)
sh (Checkout and merge pull request(s) to target if exist) - (3.8 sec in self)
dir - (44 sec in block)tidb-test
dir block - (44 sec in block)
cache - (44 sec in block)
cache block - (8.1 sec in block)
retry - (8 sec in block)2
retry block - (8 sec in block)
script - (8 sec in block)
script block - (7.9 sec in block)
checkout - (7.8 sec in self)
stage - (6 min 1 sec in block)Prepare
stage block (Prepare) - (6 min 1 sec in block)
dir - (5 min 32 sec in block)tidb
dir block - (5 min 32 sec in block)
container - (5 min 32 sec in block)golang
container block - (5 min 32 sec in block)
sh (tidb-server) - (2 min 59 sec in self)ls bin/tidb-server || make
sh (ddl-test) - (2 min 7 sec in self)ls bin/ddltest || make ddltest
retry - (25 sec in block)3
retry block - (25 sec in block)
sh (download binary) - (25 sec in self) chmod +x /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/scripts/PingCAP-QE/tidb-test/*.sh /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/scripts/PingCAP-QE/tidb-test/download_pingcap_artifact.sh --pd=master --tikv=master mv third_bin/tikv-server bin/ mv third_bin/pd-server bin/ ls -alh bin/
dir - (29 sec in block)tidb-test
dir block - (29 sec in block)
cache - (29 sec in block)
cache block - (1.1 sec in block)
sh (cache tidb-test) - (1.1 sec in self) touch ws-jenkins-pingcap-tidb-merged_integration_ddl_test-1066 mkdir -p bin cp -r ../tidb/bin/* bin/ && chmod +x bin/* ./bin/pd-server -V ./bin/tikv-server -V ./bin/tidb-server -V
stage - (2 min 20 sec in block)Tests
stage block (Tests) - (2 min 20 sec in block)
parallel - (2 min 20 sec in block)
parallel block (Branch: Matrix - DDL_TEST = '^TestSimple.*Insert$') - (7 ms in block)
stage - (1 min 51 sec in block)Matrix - DDL_TEST = '^TestSimple.*Insert$'
stage block (Matrix - DDL_TEST = '^TestSimple.*Insert$') - (1 min 51 sec in block)
withEnv - (1 min 51 sec in block)DDL_TEST
withEnv block - (1 min 51 sec in block)
readTrusted - (1.4 sec in self)pipelines/pingcap/tidb/latest/pod-merged_integration_ddl_test.yaml
podTemplate - (1 min 49 sec in block)
podTemplate block - (1 min 49 sec in block)
node - (1 min 49 sec in block)pingcap_tidb_merged_integration_ddl_test_1066-hg8zq
node block - (1 min 45 sec in block)
checkout - (20 sec in self)
withEnv - (1 min 24 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (1 min 24 sec in block)
container - (1 min 24 sec in block)golang
container block - (1 min 24 sec in block)
stage - (1 min 23 sec in block)Test
stage block (Test) - (1 min 23 sec in block)
timeout - (1 min 23 sec in block)
timeout block - (1 min 23 sec in block)
dir - (1 min 23 sec in block)tidb-test
dir block - (1 min 23 sec in block)
cache - (1 min 23 sec in block)
cache block - (1 min 14 sec in block)
sh - (1 sec in self) ls -alh bin/ ./bin/pd-server -V ./bin/tikv-server -V ./bin/tidb-server -V
container - (57 sec in block)golang
container block - (57 sec in block)
sh (ddl_test ^TestSimple.*Insert$) - (56 sec in self)#!/usr/bin/env bash echo '[storage] reserve-space = "0MB"'> tikv_config.toml bash /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/scripts/PingCAP-QE/tidb-test/start_tikv.sh cp bin/tidb-server bin/ddltest_tidb-server && ls -alh bin/ export log_level=debug export PATH=`pwd`/bin:$PATH export DDLTEST_PATH="/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/tidb-test/bin/ddltest" export TIDB_SERVER_PATH="/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/tidb-test/bin/ddltest_tidb-server" cd ddl_test/ && pwd && ./test.sh -test.run="^TestSimple.*Insert$"
parallel block (Branch: Matrix - DDL_TEST = '^TestSimple.*Update$') - (6 ms in block)
stage - (1 min 46 sec in block)Matrix - DDL_TEST = '^TestSimple.*Update$'
stage block (Matrix - DDL_TEST = '^TestSimple.*Update$') - (1 min 46 sec in block)
withEnv - (1 min 45 sec in block)DDL_TEST
withEnv block - (1 min 45 sec in block)
readTrusted - (3 sec in self)pipelines/pingcap/tidb/latest/pod-merged_integration_ddl_test.yaml
podTemplate - (1 min 42 sec in block)
podTemplate block - (1 min 42 sec in block)
node - (1 min 42 sec in block)pingcap_tidb_merged_integration_ddl_test_1066-jv7k4
node block - (1 min 37 sec in block)
checkout - (3.6 sec in self)
withEnv - (1 min 33 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (1 min 33 sec in block)
container - (1 min 33 sec in block)golang
container block - (1 min 33 sec in block)
stage - (1 min 33 sec in block)Test
stage block (Test) - (1 min 33 sec in block)
timeout - (1 min 32 sec in block)
timeout block - (1 min 32 sec in block)
dir - (1 min 32 sec in block)tidb-test
dir block - (1 min 32 sec in block)
cache - (1 min 32 sec in block)
cache block - (1 min 19 sec in block)
sh - (0.7 sec in self) ls -alh bin/ ./bin/pd-server -V ./bin/tikv-server -V ./bin/tidb-server -V
container - (1 min 18 sec in block)golang
container block - (1 min 18 sec in block)
sh (ddl_test ^TestSimple.*Update$) - (1 min 18 sec in self)#!/usr/bin/env bash echo '[storage] reserve-space = "0MB"'> tikv_config.toml bash /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/scripts/PingCAP-QE/tidb-test/start_tikv.sh cp bin/tidb-server bin/ddltest_tidb-server && ls -alh bin/ export log_level=debug export PATH=`pwd`/bin:$PATH export DDLTEST_PATH="/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/tidb-test/bin/ddltest" export TIDB_SERVER_PATH="/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/tidb-test/bin/ddltest_tidb-server" cd ddl_test/ && pwd && ./test.sh -test.run="^TestSimple.*Update$"
parallel block (Branch: Matrix - DDL_TEST = '^TestSimple.*Delete$') - (6 ms in block)
stage - (1 min 34 sec in block)Matrix - DDL_TEST = '^TestSimple.*Delete$'
stage block (Matrix - DDL_TEST = '^TestSimple.*Delete$') - (1 min 34 sec in block)
withEnv - (1 min 34 sec in block)DDL_TEST
withEnv block - (1 min 34 sec in block)
readTrusted - (4 sec in self)pipelines/pingcap/tidb/latest/pod-merged_integration_ddl_test.yaml
podTemplate - (1 min 30 sec in block)
podTemplate block - (1 min 30 sec in block)
node - (1 min 30 sec in block)pingcap_tidb_merged_integration_ddl_test_1066-n63x0
node block - (1 min 24 sec in block)
checkout - (16 sec in self)
withEnv - (1 min 7 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (1 min 7 sec in block)
container - (1 min 7 sec in block)golang
container block - (1 min 7 sec in block)
stage - (1 min 6 sec in block)Test
stage block (Test) - (1 min 6 sec in block)
timeout - (1 min 6 sec in block)
timeout block - (1 min 6 sec in block)
dir - (1 min 6 sec in block)tidb-test
dir block - (1 min 6 sec in block)
cache - (57 sec in block)
cache block - (49 sec in block)
sh - (0.75 sec in self) ls -alh bin/ ./bin/pd-server -V ./bin/tikv-server -V ./bin/tidb-server -V
container - (40 sec in block)golang
container block - (40 sec in block)
sh (ddl_test ^TestSimple.*Delete$) - (40 sec in self)#!/usr/bin/env bash echo '[storage] reserve-space = "0MB"'> tikv_config.toml bash /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/scripts/PingCAP-QE/tidb-test/start_tikv.sh cp bin/tidb-server bin/ddltest_tidb-server && ls -alh bin/ export log_level=debug export PATH=`pwd`/bin:$PATH export DDLTEST_PATH="/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/tidb-test/bin/ddltest" export TIDB_SERVER_PATH="/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/tidb-test/bin/ddltest_tidb-server" cd ddl_test/ && pwd && ./test.sh -test.run="^TestSimple.*Delete$"
parallel block (Branch: Matrix - DDL_TEST = '^TestSimp(le$|leMixed$|leInc$)') - (6 ms in block)
stage - (2 min 6 sec in block)Matrix - DDL_TEST = '^TestSimp(le$|leMixed$|leInc$)'
stage block (Matrix - DDL_TEST = '^TestSimp(le$|leMixed$|leInc$)') - (2 min 6 sec in block)
withEnv - (2 min 6 sec in block)DDL_TEST
withEnv block - (2 min 6 sec in block)
readTrusted - (5.1 sec in self)pipelines/pingcap/tidb/latest/pod-merged_integration_ddl_test.yaml
podTemplate - (2 min 1 sec in block)
podTemplate block - (2 min 1 sec in block)
node - (2 min 1 sec in block)pingcap_tidb_merged_integration_ddl_test_1066-vt8pl
node block - (1 min 54 sec in block)
checkout - (14 sec in self)
withEnv - (1 min 40 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (1 min 40 sec in block)
container - (1 min 39 sec in block)golang
container block - (1 min 39 sec in block)
stage - (1 min 39 sec in block)Test
stage block (Test) - (1 min 39 sec in block)
timeout - (1 min 39 sec in block)
timeout block - (1 min 39 sec in block)
dir - (1 min 39 sec in block)tidb-test
dir block - (1 min 38 sec in block)
cache - (1 min 21 sec in block)
cache block - (1 min 13 sec in block)
sh - (1.2 sec in self) ls -alh bin/ ./bin/pd-server -V ./bin/tikv-server -V ./bin/tidb-server -V
container - (1 min 12 sec in block)golang
container block - (1 min 12 sec in block)
sh (ddl_test ^TestSimp(le$|leMixed$|leInc$)) - (1 min 12 sec in self)#!/usr/bin/env bash echo '[storage] reserve-space = "0MB"'> tikv_config.toml bash /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/scripts/PingCAP-QE/tidb-test/start_tikv.sh cp bin/tidb-server bin/ddltest_tidb-server && ls -alh bin/ export log_level=debug export PATH=`pwd`/bin:$PATH export DDLTEST_PATH="/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/tidb-test/bin/ddltest" export TIDB_SERVER_PATH="/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/tidb-test/bin/ddltest_tidb-server" cd ddl_test/ && pwd && ./test.sh -test.run="^TestSimp(le$|leMixed$|leInc$)"
parallel block (Branch: Matrix - DDL_TEST = '^TestColumn$') - (5 ms in block)
stage - (2 min 1 sec in block)Matrix - DDL_TEST = '^TestColumn$'
stage block (Matrix - DDL_TEST = '^TestColumn$') - (2 min 1 sec in block)
withEnv - (2 min 1 sec in block)DDL_TEST
withEnv block - (2 min 1 sec in block)
readTrusted - (6.1 sec in self)pipelines/pingcap/tidb/latest/pod-merged_integration_ddl_test.yaml
podTemplate - (1 min 55 sec in block)
podTemplate block - (1 min 55 sec in block)
node - (1 min 55 sec in block)pingcap_tidb_merged_integration_ddl_test_1066-4f709
node block - (1 min 34 sec in block)
checkout - (26 sec in self)
withEnv - (1 min 8 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (1 min 7 sec in block)
container - (1 min 7 sec in block)golang
container block - (1 min 7 sec in block)
stage - (1 min 6 sec in block)Test
stage block (Test) - (1 min 6 sec in block)
timeout - (1 min 6 sec in block)
timeout block - (1 min 6 sec in block)
dir - (1 min 6 sec in block)tidb-test
dir block - (1 min 6 sec in block)
cache - (58 sec in block)
cache block - (45 sec in block)
sh - (0.6 sec in self) ls -alh bin/ ./bin/pd-server -V ./bin/tikv-server -V ./bin/tidb-server -V
container - (44 sec in block)golang
container block - (44 sec in block)
sh (ddl_test ^TestColumn$) - (44 sec in self)#!/usr/bin/env bash echo '[storage] reserve-space = "0MB"'> tikv_config.toml bash /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/scripts/PingCAP-QE/tidb-test/start_tikv.sh cp bin/tidb-server bin/ddltest_tidb-server && ls -alh bin/ export log_level=debug export PATH=`pwd`/bin:$PATH export DDLTEST_PATH="/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/tidb-test/bin/ddltest" export TIDB_SERVER_PATH="/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/tidb-test/bin/ddltest_tidb-server" cd ddl_test/ && pwd && ./test.sh -test.run="^TestColumn$"
parallel block (Branch: Matrix - DDL_TEST = '^TestIndex$') - (2 min 20 sec in block)
stage - (2 min 20 sec in block)Matrix - DDL_TEST = '^TestIndex$'
stage block (Matrix - DDL_TEST = '^TestIndex$') - (2 min 20 sec in block)
withEnv - (2 min 20 sec in block)DDL_TEST
withEnv block - (2 min 20 sec in block)
readTrusted - (7.1 sec in self)pipelines/pingcap/tidb/latest/pod-merged_integration_ddl_test.yaml
podTemplate - (2 min 12 sec in block)
podTemplate block - (2 min 12 sec in block)
node - (2 min 12 sec in block)pingcap_tidb_merged_integration_ddl_test_1066-p0rdz
node block - (1 min 53 sec in block)
checkout - (26 sec in self)
withEnv - (1 min 26 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (1 min 26 sec in block)
container - (1 min 26 sec in block)golang
container block - (1 min 26 sec in block)
stage - (1 min 25 sec in block)Test
stage block (Test) - (1 min 25 sec in block)
timeout - (1 min 25 sec in block)
timeout block - (1 min 25 sec in block)
dir - (1 min 25 sec in block)tidb-test
dir block - (1 min 25 sec in block)
cache - (1 min 25 sec in block)
cache block - (1 min 17 sec in block)
sh - (0.84 sec in self) ls -alh bin/ ./bin/pd-server -V ./bin/tikv-server -V ./bin/tidb-server -V
container - (1 min 3 sec in block)golang
container block - (1 min 3 sec in block)
sh (ddl_test ^TestIndex$) - (1 min 3 sec in self)#!/usr/bin/env bash echo '[storage] reserve-space = "0MB"'> tikv_config.toml bash /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/scripts/PingCAP-QE/tidb-test/start_tikv.sh cp bin/tidb-server bin/ddltest_tidb-server && ls -alh bin/ export log_level=debug export PATH=`pwd`/bin:$PATH export DDLTEST_PATH="/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/tidb-test/bin/ddltest" export TIDB_SERVER_PATH="/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_ddl_test/tidb-test/bin/ddltest_tidb-server" cd ddl_test/ && pwd && ./test.sh -test.run="^TestIndex$"