Skip to content
StepArgumentsStatus
Start of Pipeline - (11 min in block)
readJSON - (0.14 sec in self)
readTrusted - (7.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_1897-fww7v
node block - (11 min in block)
stage - (3.7 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (3.7 sec in block)
checkout - (3.7 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.7 sec in block)Debug info
stage block (Debug info) - (1.6 sec in block)
sh (Debug info) - (0.71 sec in self) printenv echo "-------------------------" go env echo "-------------------------" echo "debug command: kubectl -n jenkins-tiflow exec -ti pingcap-tiflow-pull-dm-compatibility-test-1897-fww7v-4p51-l2n1p -c golang -- bash"
container - (0.88 sec in block)net-tool
container block - (0.77 sec in block)
sh - (0.6 sec in self)dig github.com
script - (0.1 sec in block)
script block - (59 ms in block)
stage - (2.2 sec in block)Check diff files
stage block (Check diff files) - (2.1 sec in block)
container - (2.1 sec in block)golang
container block - (2 sec in block)
script - (2 sec in block)
script block - (2 sec in block)
withCredentials - (1.8 sec in block)
withCredentials block - (1.8 sec in block)
httpRequest - (1.1 sec in self)
httpRequest - (0.62 sec in self)
echo - (22 ms in self)
echo - (11 ms in self)diff file matched: pkg/applier/redo.go
echo - (10 ms in self)matched, some diff files full path start with dm/ or pkg/ or go.mod, run the dm compatibility test
stage - (11 sec in block)Checkout
stage block (Checkout) - (11 sec in block)
timeout - (11 sec in block)
timeout block - (11 sec in block)
dir - (11 sec in block)tiflow
dir block - (10 sec in block)
cache - (10 sec in block)
cache block - (3.3 sec in block)
retry - (3.2 sec in block)2
retry block - (3.2 sec in block)
script - (3.1 sec in block)
script block - (3.1 sec in block)
sh (Checkout and merge pull request(s) to target if exist) - (3 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 54 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 55 sec in self) echo "build binary for current version" # reset to current version git checkout 5bf93c6caedff315c4c9650d80e951e31bc88a3d 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) - (32 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 - (37 sec in block)
dir - (37 sec in block)tiflow
dir block - (37 sec in block)
timeout - (0.62 sec in block)
timeout block - (0.56 sec in block)
sh (wait mysql ready) - (0.54 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=""