Skip to content
StepArgumentsStatus
Start of Pipeline - (11 min in block)
readJSON - (0.14 sec in self)
readTrusted - (6.9 sec in self)pipelines/pingcap/tiflow/latest/pod-pull_dm_compatibility_test.yaml
podTemplate - (11 min in block)
podTemplate block - (11 min in block)
node - (11 min in block)pingcap_tiflow_pull_dm_compatibility_test_1888-dvgqn
node block - (11 min in block)
stage - (4.3 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (4.2 sec in block)
checkout - (4.1 sec in self)
withEnv - (11 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (11 min in block)
container - (11 min in block)golang
container block - (11 min in block)
withEnv - (11 min in block)FILE_SERVER_URL
withEnv block - (11 min in block)
timeout - (11 min in block)
timeout block - (11 min in block)
stage - (1.3 sec in block)Debug info
stage block (Debug info) - (1.3 sec in block)
sh (Debug info) - (0.58 sec in self) printenv echo "-------------------------" go env echo "-------------------------" echo "debug command: kubectl -n jenkins-tiflow exec -ti pingcap-tiflow-pull-dm-compatibility-test-1888-dvgqn-4prs-4sqlh -c golang -- bash"
container - (0.69 sec in block)net-tool
container block - (0.65 sec in block)
sh - (0.54 sec in self)dig github.com
script - (83 ms in block)
script block - (48 ms in block)
stage - (2.3 sec in block)Check diff files
stage block (Check diff files) - (2.2 sec in block)
container - (2.1 sec in block)golang
container block - (2.1 sec in block)
script - (2.1 sec in block)
script block - (2.1 sec in block)
withCredentials - (2 sec in block)
withCredentials block - (1.9 sec in block)
httpRequest - (1.2 sec in self)
httpRequest - (0.63 sec in self)
echo - (22 ms in self)
echo - (10 ms in self)diff file matched: pkg/applier/redo.go
echo - (7 ms in self)matched, some diff files full path start with dm/ or pkg/ or go.mod, run the dm compatibility test
stage - (10 sec in block)Checkout
stage block (Checkout) - (10 sec in block)
timeout - (10 sec in block)
timeout block - (10 sec in block)
dir - (10 sec in block)tiflow
dir block - (10 sec in block)
cache - (10 sec in block)
cache block - (3.5 sec in block)
retry - (3 sec in block)2
retry block - (3 sec in block)
script - (2.9 sec in block)
script block - (2.9 sec in block)
sh (Checkout and merge pull request(s) to target if exist) - (2.8 sec in self)
stage - (10 min in block)prepare
stage block (prepare) - (10 min in block)
timeout - (10 min in block)
timeout block - (10 min in block)
dir - (10 min in block)tiflow
dir block - (10 min in block)
retry - (10 min in block)2
retry block - (10 min in block)
sh (build previous) - (7 min 47 sec in self) echo "build binary for previous version" git fetch origin master:local git checkout local git rev-parse HEAD make dm_integration_test_build mv bin/dm-master.test bin/dm-master.test.previous mv bin/dm-worker.test bin/dm-worker.test.previous ls -alh ./bin/
sh (build current) - (1 min 58 sec in self) echo "build binary for current version" # reset to current version git checkout b673ef40a463bee66aedc6b164c081a452efbcb2 make dm_integration_test_build mv bin/dm-master.test bin/dm-master.test.current mv bin/dm-worker.test bin/dm-worker.test.current ls -alh ./bin/
sh (download third_party) - (31 sec in self) pwd && ls -alh dm/tests/ cd dm/tests && ./download-compatibility-test-binaries.sh master && ls -alh ./bin cd - && cp -r dm/tests/bin/* ./bin ls -alh ./bin ./bin/tidb-server -V ./bin/sync_diff_inspector -V ./bin/mydumper -V
stage - (38 sec in block)Test
stage block (Test) - (38 sec in block)
timeout - (38 sec in block)
timeout block - (38 sec in block)
dir - (38 sec in block)tiflow
dir block - (38 sec in block)
timeout - (0.64 sec in block)
timeout block - (0.58 sec in block)
sh (wait mysql ready) - (0.55 sec in self) pwd && ls -alh set +e && for i in {1..90}; do mysqladmin ping -h127.0.0.1 -P 3306 -p123456 -uroot --silent; if [ $? -eq 0 ]; then set -e; break; else if [ $i -eq 90 ]; then set -e; exit 2; fi; sleep 2; fi; done set +e && for i in {1..90}; do mysqladmin ping -h127.0.0.1 -P 3307 -p123456 -uroot --silent; if [ $? -eq 0 ]; then set -e; break; else if [ $i -eq 90 ]; then set -e; exit 2; fi; sleep 2; fi; done
sh (test) - (37 sec in self) export MYSQL_HOST1=127.0.0.1 export MYSQL_PORT1=3306 export MYSQL_HOST2=127.0.0.1 export MYSQL_PORT2=3307 export PATH=/usr/local/go/bin:$PATH make dm_compatibility_test CASE=""