Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/latest/ghpr_unit_test.groovy from git https://github.com/PingCAP-QE/ci.git Loading library tipipeline@main Library tipipeline@main is cached. Copying from home. [Pipeline] Start of Pipeline [Pipeline] readJSON [Pipeline] readTrusted Obtained pipelines/pingcap/tidb/latest/pod-ghpr_unit_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-ghpr-unit-test-30233-2xk31-m6b28-z5mf6 Agent pingcap-tidb-ghpr-unit-test-30233-2xk31-m6b28-z5mf6 is provisioned from template pingcap_tidb_ghpr_unit_test_30233-2xk31-m6b28 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30233/" runUrl: "job/pingcap/job/tidb/job/ghpr_unit_test/30233/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "6c3d45aaa407e3cf6ebf76ef8d7a639f8fc69702" jenkins/label: "pingcap_tidb_ghpr_unit_test_30233-2xk31" name: "pingcap-tidb-ghpr-unit-test-30233-2xk31-m6b28-z5mf6" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" - key: "ci-nvme-high-performance" operator: "In" values: - "true" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241009" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: requests: memory: "32Gi" cpu: "16" securityContext: privileged: true tty: true volumeMounts: - mountPath: "/home/jenkins/.tidb/tmp" name: "bazel-out-merged" - mountPath: "/bazel-out-lower" name: "bazel-out-lower" subPath: "tidb/go1.19.2" - mountPath: "/bazel-out-overlay" name: "bazel-out-overlay" - mountPath: "/share/.cache/go-build" name: "gocache" - mountPath: "/share/.go" name: "gopathcache" - mountPath: "/share/.cache/bazel-repository-cache" name: "bazel-repository-cache" - mountPath: "/data/" name: "bazel-rc" readOnly: true - mountPath: "/etc/containerinfo" name: "containerinfo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - image: "hub.pingcap.net/jenkins/network-multitool" name: "net-tool" resources: limits: memory: "128Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-ghpr-unit-test-30233-2xk31-m6b28-z5mf6" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-unit-test-30233-2xk31-m6b28-z5mf6" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-ghpr-unit-test-30233-2xk31-m6b28-z5mf6 in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" > git rev-list --no-walk b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 30 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv GIT_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30233/display/redirect JENKINS_URL=https://do.pingcap.net/jenkins/ EXECUTOR_NUMBER=0 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_unit_test","buildid":"1908411231824252930","prowjobid":"b89e74d3-5674-4cfd-a623-faad77a6999e","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"d9fb3a53376157be49b5a7941e6e689a33c81eb0","base_link":"https://github.com/pingcap/tidb/commit/d9fb3a53376157be49b5a7941e6e689a33c81eb0","pulls":[{"number":60386,"author":"joshvarner","sha":"1dd066acfb93132580c76c3bfc96682684becfc4","title":"parser: Add support for DEFAULT ROLE option in CREATE and ALTER USER","head_ref":"jv-create-alter-user-default-role","link":"https://github.com/pingcap/tidb/pull/60386","commit_link":"https://github.com/pingcap/tidb/pull/60386/commits/1dd066acfb93132580c76c3bfc96682684becfc4","author_link":"https://github.com/joshvarner"}]}} _=/usr/bin/printenv BUILD_ID=1908411231824252930 POD_LABEL=pingcap_tidb_ghpr_unit_test_30233-2xk31 HOSTNAME=pingcap-tidb-ghpr-unit-test-30233-2xk31-m6b28-z5mf6 OLDPWD=/home/jenkins RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30233/display/redirect?page=changes JENKINS_NODE_COOKIE=c58bc52d-92bf-4be1-ba56-2053ceca7b70 GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct JAVA_HOME=/usr/lib/jvm/jre-openjdk JOB_BASE_NAME=ghpr_unit_test WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test@tmp KUBERNETES_PORT_443_TCP_PROTO=tcp CI=true GIT_URL=https://github.com/PingCAP-QE/ci.git CLASSPATH= KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1 FILE_SERVER_URL=http://fileserver.pingcap.net POD_CONTAINER=golang GOPATH=/go BUILD_NUMBER=30233 KUBERNETES_PORT=tcp://10.233.0.1:443 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test PWD=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test HUDSON_URL=https://do.pingcap.net/jenkins/ HOME=/home/jenkins GOROOT=/usr/local/go NODE_NAME=pingcap-tidb-ghpr-unit-test-30233-2xk31-m6b28-z5mf6 HUDSON_SERVER_COOKIE=83ef27fe9acccc92 JENKINS_HOME=/var/jenkins_home JOB_NAME=pingcap/tidb/ghpr_unit_test RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30233/display/redirect?page=tests KUBERNETES_SERVICE_PORT_HTTPS=443 KUBERNETES_PORT_443_TCP_PORT=443 GIT_PREVIOUS_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 HUDSON_HOME=/var/jenkins_home JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/display/redirect PROW_JOB_ID=b89e74d3-5674-4cfd-a623-faad77a6999e KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443 RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30233/display/redirect?page=artifacts BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30233/ TERM=xterm STAGE_NAME=Debug info JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/ BUILD_DISPLAY_NAME=#30233 SHLVL=3 GIT_BRANCH=origin/main BUILD_TAG=jenkins-pingcap-tidb-ghpr_unit_test-30233 KUBERNETES_SERVICE_PORT=443 NODE_LABELS=pingcap-tidb-ghpr-unit-test-30233-2xk31-m6b28-z5mf6 pingcap_tidb_ghpr_unit_test_30233-2xk31 PATH=/go/bin:/usr/local/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin GIT_PREVIOUS_SUCCESSFUL_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 KUBERNETES_SERVICE_HOST=10.233.0.1 JENKINS_SERVER_COOKIE=durable-3e6615fe387e271fb81c7aa6ce66020ac56f1fb2ffea951b4ecc03fd51f30988 + echo ------------------------- ------------------------- + go env GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/jenkins/.cache/go-build' GOENV='/home/jenkins/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/go/pkg/mod' GONOPROXY='' GONOSUMDB='' GOOS='linux' GOPATH='/go' GOPRIVATE='' GOPROXY='http://goproxy.apps.svc,https://proxy.golang.org,direct' GOROOT='/usr/local/go' GOSUMDB='sum.golang.org' GOTMPDIR='' GOTOOLCHAIN='auto' GOTOOLDIR='/usr/local/go/pkg/tool/linux_amd64' GOVCS='' GOVERSION='go1.23.2' GODEBUG='' GOTELEMETRY='local' GOTELEMETRYDIR='/home/jenkins/.config/go/telemetry' GCCGO='gccgo' GOAMD64='v1' AR='ar' CC='gcc' CXX='g++' CGO_ENABLED='1' GOMOD='/dev/null' GOWORK='' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' PKG_CONFIG='pkg-config' GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build1327899024=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw- 1 jenkins root 1, 3 Apr 5 06:48 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-30233-2xk31-m6b28-z5mf6 bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-30233-2xk31-m6b28-z5mf6 bash [Pipeline] container [Pipeline] { [Pipeline] sh + dig github.com ; <<>> DiG 9.18.16 <<>> github.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57451 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: 0bcf78d119b7c336 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 23 IN A 20.205.243.166 github.com. 23 IN A 20.27.177.113 ;; Query time: 0 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Sat Apr 05 06:48:24 UTC 2025 ;; MSG SIZE rcvd: 103 [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-d9fb3a5) 1213224960 bytes in 4.78 secs (254046061 bytes/sec) [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $SSH_KEY [Pipeline] { [Pipeline] sh + '[' -d /home/jenkins/.ssh ']' + mkdir /home/jenkins/.ssh + chmod 0700 /home/jenkins/.ssh + cp **** /home/jenkins/.ssh/id_rsa + chmod 400 /home/jenkins/.ssh/id_rsa + ssh-keyscan -t rsa,dsa github.com # github.com:22 SSH-2.0-133e47a51 # github.com:22 SSH-2.0-133e47a51 [Pipeline] } [Pipeline] // withCredentials [Pipeline] retry [Pipeline] { [Pipeline] sh git version 2.43.5 Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.git/ .git HEAD is now at d9fb3a5337 ddl: Implement TableMode feature (#59009) POST git-upload-pack (656 bytes) POST git-upload-pack (973 bytes) POST git-upload-pack (gzip 2073 to 1094 bytes) From https://github.com/pingcap/tidb = [up to date] master -> origin/master * [new ref] refs/pull/60386/head -> origin/pr/60386/head Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. HEAD is now at d9fb3a5337 ddl: Implement TableMode feature (#59009) ๐Ÿšง Checkouting to base SHA:d9fb3a53376157be49b5a7941e6e689a33c81eb0... HEAD is now at d9fb3a5337 ddl: Implement TableMode feature (#59009) โœ… Checked. ๐ŸŽ‰ ๐Ÿงพ HEAD info: d9fb3a53376157be49b5a7941e6e689a33c81eb0 d9fb3a5337 ddl: Implement TableMode feature (#59009) 195c367f3a parser: support to check any column flag (#60287) f4b85e3540 statistics: remove invalid histogram items in loadNeededColumnHistograms and loadNeededIndexHistograms (#60318) ๐Ÿšง Pre-merge heads of pull requests to base SHA: d9fb3a53376157be49b5a7941e6e689a33c81eb0 ... Merge made by the 'ort' strategy. Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. pkg/parser/ast/misc.go | 65 + pkg/parser/parser.go | 15040 ++++++++++++++++++++++---------------------- pkg/parser/parser.y | 40 +- pkg/parser/parser_test.go | 11 + 4 files changed, 7648 insertions(+), 7508 deletions(-) ๐Ÿงพ Pre-merged result: 7d6d8d6e67207789023163a407d68451968e9878 7d6d8d6e67 Merge commit '1dd066acfb93132580c76c3bfc96682684becfc4' into HEAD d9fb3a5337 ddl: Implement TableMode feature (#59009) 195c367f3a parser: support to check any column flag (#60287) โœ… Pre merged ๐ŸŽ‰ ๐Ÿ“ update submodules ... โœ… update submodules done โœ… ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache saved successfully (git/pingcap/tidb/rev-d9fb3a5-1dd066a) 1213880320 bytes in 16.64 secs (72963511 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withCredentials Masking supported pattern matches of $CODECOV_TOKEN [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb [Pipeline] { [Pipeline] sh + sed -i 's|repository_cache=/home/jenkins/.tidb/tmp|repository_cache=/share/.cache/bazel-repository-cache|g' Makefile.common + git diff . diff --git a/Makefile.common b/Makefile.common index 6a645e49ae..fa7cd245d8 100644 --- a/Makefile.common +++ b/Makefile.common @@ -128,8 +128,8 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp - BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache + BAZEL_SYNC_CONFIG := --repository_cache=/share/.cache/bazel-repository-cache endif BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... + git status HEAD detached from origin/master You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh go: downloading go1.23.8 (linux/amd64) GOBIN=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/tools/bin GO111MODULE=on go install github.com/pingcap/failpoint/failpoint-ctl@9b3b6e3 go: downloading github.com/pingcap/failpoint v0.0.0-20240527053858-9b3b6e34194a go: downloading github.com/sergi/go-diff v1.1.0 bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... Starting local Bazel server and connecting to it... INFO: Invocation ID: 5c1c5ee4-8918-41c7-87d1-141395b7d919 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2025_04_05_06_48_16.2861055569/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=315122 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Analyzing: target //:gazelle (44 packages loaded, 462 targets configured) Analyzing: target //:gazelle (44 packages loaded, 462 targets configured) Analyzing: target //:gazelle (44 packages loaded, 462 targets configured) Analyzing: target //:gazelle (44 packages loaded, 462 targets configured) Analyzing: target //:gazelle (100 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (100 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (204 packages loaded, 6173 targets configured) INFO: Analyzed target //:gazelle (430 packages loaded, 6967 targets configured). INFO: Found 1 target... [0 / 527] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (5 actions, 4 running) [24 / 530] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 12.2 MiB / 12.2 MiB; 1s remote-cache ... (4 actions, 0 running) [24 / 530] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 11.0 MiB / 18.9 MiB; 2s remote-cache ... (4 actions, 0 running) [26 / 530] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/cgo, 3.0 MiB / 3.9 MiB; 3s remote-cache ... (13 actions, 0 running) [222 / 530] GoCompilePkg external/org_golang_x_tools/go/packages/packages.a [for tool]; Downloading external/org_golang_x_tools/go/packages/packages.a, 209.2 KiB / 898.6 KiB; 0s remote-cache Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 26.785s, Critical Path: 4.99s INFO: 530 processes: 510 remote cache hit, 20 internal. INFO: Build completed successfully, 530 total actions INFO: Running command line: bazel-bin/gazelle bazel --output_user_root=/home/jenkins/.tidb/tmp run --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ --run_under="cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: 971b6ca5-26fd-4358-9e91-56a2abe58e0f INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2025_04_05_06_48_16.2861055569/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=315122 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) Analyzing: target //tools/tazel:tazel (82 packages loaded, 7327 targets configured) INFO: Analyzed target //tools/tazel:tazel (277 packages loaded, 8593 targets configured). INFO: Found 1 target... [0 / 91] [Prepa] BazelWorkspaceStatusAction stable-status.txt [1,188 / 1,307] GoCompilePkg external/com_github_pingcap_kvproto/pkg/pdpb/pdpb.a; Downloading external/com_github_pingcap_kvproto/pkg/pdpb/pdpb.a, 431.2 KiB / 10.5 MiB; 0s remote-cache ... (4 actions, 0 running) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 3.765s, Critical Path: 1.80s INFO: 867 processes: 864 remote cache hit, 3 internal. INFO: Build completed successfully, 867 total actions INFO: Running command line: /bin/bash -c 'cd /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb && bazel-bin/tools/tazel/tazel_/tazel ' bazel --output_user_root=/home/jenkins/.tidb/tmp --nohome_rc coverage --config=ci --repository_cache=/share/.cache/bazel-repository-cache --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/... --jobs=35 --build_tests_only --test_keep_going=false \ --@io_bazel_rules_go//go/config:cover_format=go_cover --define gotags=deadlock,intest \ -- //... -//cmd/... -//tests/graceshutdown/... \ -//tests/globalkilltest/... -//tests/readonlytest/... -//tests/realtikvtest/... INFO: Invocation ID: af93b454-edb3-4c25-bc16-91a00af1f44d INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2025_04_05_06_48_16.2861055569/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'test' options: --test_output=errors --test_summary=detailed INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --verbose_failures --test_verbose_timeout_warnings --test_env=GO_TEST_WRAP_TESTV=1 --experimental_ui_max_stdouterr_bytes=268435456 --test_timeout=150,300,900,3600 --flaky_test_attempts=5 Loading: Loading: Loading: 0 packages loaded INFO: Build options --@io_bazel_rules_go//go/config:cover_format, --collect_code_coverage, --define, and 4 more have changed, discarding analysis cache. Analyzing: 457 targets (716 packages loaded, 0 targets configured) Analyzing: 457 targets (1466 packages loaded, 12067 targets configured) Analyzing: 457 targets (1699 packages loaded, 15857 targets configured) Analyzing: 457 targets (1932 packages loaded, 18701 targets configured) Analyzing: 457 targets (2033 packages loaded, 19290 targets configured) Analyzing: 457 targets (2214 packages loaded, 21769 targets configured) Analyzing: 457 targets (2274 packages loaded, 22472 targets configured) Analyzing: 457 targets (2277 packages loaded, 22613 targets configured) INFO: Analyzed 457 targets (2282 packages loaded, 23139 targets configured).  checking cached actions INFO: Found 457 test targets... [0 / 20] [Prepa] Writing file br/pkg/backup/backup_test/baseline_coverage.dat ... (22 actions, 0 running) [1,397 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 8.6 MiB / 12.2 MiB; 0s remote-cache ... (35 actions, 0 running) [1,437 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 18.4 MiB / 18.9 MiB; 1s remote-cache ... (35 actions, 0 running) [1,479 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 2s remote-cache ... (35 actions, 0 running) [1,522 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 10.0 MiB / 18.9 MiB; 2s remote-cache ... (35 actions, 0 running) [1,965 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (35 actions, 2 running) [2,551 / 24,050] GoLink pkg/util/intset/intset_test_/intset_test; Downloading pkg/util/intset/intset_test_/intset_test, 4.0 MiB / 4.4 MiB; 0s remote-cache ... (35 actions, 0 running) [3,150 / 24,050] GoCompilePkg external/com_github_gogo_protobuf/proto/proto.a; Downloading external/com_github_gogo_protobuf/proto/proto.a, 4.2 MiB / 5.3 MiB; 0s remote-cache ... (35 actions, 0 running) [3,749 / 24,050] GoCompilePkg external/com_github_apache_arrow_go_v12/arrow/array/array.a; 0s remote-cache ... (35 actions, 0 running) [4,279 / 24,050] GoCompilePkg external/com_github_aws_aws_sdk_go/service/kms/kms.a; Downloading external/com_github_aws_aws_sdk_go/service/kms/kms.a, 2.2 MiB / 6.7 MiB; 0s remote-cache ... (35 actions, 0 running) [4,656 / 24,050] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 68.0 MiB / 77.2 MiB; 0s remote-cache ... (34 actions, 0 running) [5,008 / 24,050] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 1s remote-cache ... (36 actions, 2 running) [5,246 / 24,050] GoCompilePkg pkg/parser/ast/ast.a; 1s remote-cache, linux-sandbox ... (35 actions, 2 running) [5,462 / 24,050] GoCompilePkg pkg/parser/ast/ast.a; 2s remote-cache, linux-sandbox ... (34 actions, 4 running) [6,470 / 24,057] GoCompilePkg pkg/parser/types/ast.recompile44.a; 1s remote-cache, linux-sandbox ... (36 actions, 8 running) [7,482 / 24,148] GoCompilePkg pkg/parser/parser.a; 1s remote-cache, linux-sandbox ... (37 actions, 8 running) [8,775 / 24,259] GoCompilePkg pkg/parser/parser.a; 2s remote-cache, linux-sandbox ... (43 actions, 20 running) [9,962 / 24,274] 23 / 457 tests; GoCompilePkg pkg/parser/parser.a; 3s remote-cache, linux-sandbox ... (47 actions, 24 running) [10,817 / 24,278] 50 / 457 tests; GoCompilePkg pkg/parser/parser.a; 4s remote-cache, linux-sandbox ... (46 actions, 22 running) [11,223 / 24,280] 61 / 457 tests; GoCompilePkg pkg/parser/parser.a; 5s remote-cache, linux-sandbox ... (45 actions, 20 running) [11,677 / 24,284] 79 / 457 tests; GoCompilePkg pkg/parser/parser.a; 6s remote-cache, linux-sandbox ... (43 actions, 22 running) [11,939 / 24,320] 84 / 457 tests; GoCompilePkg pkg/parser/parser.a; 7s remote-cache, linux-sandbox ... (50 actions, 32 running) [12,016 / 24,364] 93 / 457 tests; GoCompilePkg pkg/parser/parser.a; 8s remote-cache, linux-sandbox ... (49 actions, 28 running) [12,080 / 24,429] 97 / 457 tests; GoCompilePkg pkg/parser/parser.a; 10s remote-cache, linux-sandbox ... (70 actions running) [12,106 / 24,429] 97 / 457 tests; GoCompilePkg pkg/parser/parser.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,127 / 24,429] 98 / 457 tests; GoCompilePkg pkg/parser/parser.a; 12s remote-cache, linux-sandbox ... (34 actions running) [12,134 / 24,429] 98 / 457 tests; GoCompilePkg pkg/parser/types/parser.recompile47.a; 13s remote-cache, linux-sandbox ... (22 actions, 20 running) [12,136 / 24,429] 98 / 457 tests; GoCompilePkg pkg/parser/types/parser.recompile47.a; 14s remote-cache, linux-sandbox ... (22 actions running) [12,136 / 24,429] 98 / 457 tests; GoCompilePkg pkg/parser/types/parser.recompile47.a; 16s remote-cache, linux-sandbox ... (22 actions running) [12,137 / 24,429] 98 / 457 tests; GoCompilePkg pkg/parser/types/parser.recompile47.a; 18s remote-cache, linux-sandbox ... (24 actions, 20 running) [12,146 / 24,429] 99 / 457 tests; GoCompilePkg pkg/parser/types/parser.recompile47.a; 19s remote-cache, linux-sandbox ... (24 actions, 20 running) [12,171 / 24,429] 99 / 457 tests; GoCompilePkg pkg/parser/parser.a; 19s remote-cache, linux-sandbox ... (19 actions, 18 running) [12,193 / 24,429] 99 / 457 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; 1s remote-cache, linux-sandbox ... (23 actions, 20 running) [12,244 / 24,487] 99 / 457 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; 2s remote-cache, linux-sandbox ... (70 actions running) [12,305 / 24,538] 99 / 457 tests; GoCompilePkg pkg/types/types_test.internal.a; 1s remote-cache, linux-sandbox ... (68 actions, 67 running) [12,365 / 24,591] 100 / 457 tests; GoLink pkg/util/execdetails/execdetails_test_/execdetails_test; 2s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,462 / 24,593] 103 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 50 of 50); 1s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,529 / 24,593] 103 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 50 of 50); 2s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,587 / 24,646] 103 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 50 of 50); 3s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,626 / 24,648] 104 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 2 of 50); 3s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,683 / 24,652] 106 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 4s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,739 / 24,667] 108 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 5s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,786 / 24,676] 109 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 6s remote-cache, linux-sandbox ... (67 actions, 66 running) [12,827 / 24,678] 109 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 7s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,872 / 24,682] 111 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 8s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,899 / 24,682] 114 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,936 / 24,690] 114 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,964 / 24,696] 114 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 11s remote-cache, linux-sandbox ... (68 actions, 66 running) [12,992 / 24,696] 114 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,019 / 24,696] 114 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,049 / 24,702] 115 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,091 / 24,723] 116 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 16s remote-cache, linux-sandbox ... (67 actions, 66 running) [13,114 / 24,723] 117 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,134 / 24,723] 118 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,157 / 24,732] 118 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,175 / 24,732] 120 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,193 / 24,744] 121 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,210 / 24,744] 121 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,233 / 24,744] 121 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 23s remote-cache, linux-sandbox ... (70 actions running) [13,255 / 24,744] 121 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 24s remote-cache, linux-sandbox ... (70 actions running) [13,311 / 24,746] 122 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,382 / 24,781] 125 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,419 / 24,790] 125 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,477 / 24,819] 125 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,516 / 24,843] 128 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,545 / 24,843] 130 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,579 / 24,843] 130 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,607 / 24,843] 130 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,643 / 24,843] 130 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,693 / 24,843] 131 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,743 / 24,843] 134 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,804 / 24,843] 134 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,862 / 24,843] 135 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,912 / 24,857] 135 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,967 / 24,857] 135 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,024 / 24,859] 135 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,060 / 24,859] 136 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,087 / 24,859] 136 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,132 / 24,859] 136 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,165 / 24,859] 136 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,201 / 24,859] 136 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 46s remote-cache, linux-sandbox ... (67 actions, 66 running) [14,249 / 24,870] 137 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 47s remote-cache, linux-sandbox ... (65 actions, 62 running) [14,291 / 24,870] 137 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,339 / 24,870] 137 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,381 / 24,870] 137 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,409 / 24,870] 137 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,434 / 24,870] 137 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,466 / 24,881] 137 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,497 / 24,881] 137 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,530 / 24,885] 137 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [14,561 / 24,893] 140 / 457 tests; Testing //pkg/util/chunk:chunk_test (shard 8 of 50); 56s remote-cache, linux-sandbox ... (70 actions running) [14,572 / 24,893] 141 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,603 / 24,958] 142 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,633 / 24,964] 142 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 43s remote-cache, linux-sandbox ... (65 actions, 64 running) [14,659 / 24,964] 142 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,698 / 24,964] 143 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 45s remote-cache, linux-sandbox ... (68 actions, 66 running) [14,738 / 24,964] 144 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 46s remote-cache, linux-sandbox ... (67 actions, 66 running) [14,794 / 24,970] 144 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,835 / 24,970] 147 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 48s remote-cache, linux-sandbox ... (70 actions running) [14,876 / 24,970] 148 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,925 / 25,011] 148 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 50s remote-cache, linux-sandbox ... (68 actions, 67 running) [14,966 / 25,011] 149 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [15,013 / 25,011] 149 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 52s remote-cache, linux-sandbox ... (67 actions, 64 running) [15,073 / 25,043] 149 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [15,121 / 25,045] 149 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [15,173 / 25,047] 151 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [15,224 / 25,061] 153 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [15,268 / 25,093] 153 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [15,314 / 25,093] 154 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [15,369 / 25,095] 154 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [15,414 / 25,100] 155 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [15,457 / 25,100] 155 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [15,499 / 25,126] 155 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [15,556 / 25,126] 156 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [15,604 / 25,126] 156 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 64s remote-cache, linux-sandbox ... (66 actions, 64 running) [15,650 / 25,126] 158 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [15,696 / 25,126] 158 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 66s remote-cache, linux-sandbox ... (69 actions running) [15,739 / 25,126] 159 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [15,797 / 25,126] 159 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [15,845 / 25,126] 159 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [15,889 / 25,165] 159 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 70s remote-cache, linux-sandbox ... (67 actions, 64 running) [15,930 / 25,165] 159 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [15,977 / 25,165] 159 / 457 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 10); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,011 / 25,165] 159 / 457 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 10); 17s remote-cache, linux-sandbox ... (70 actions running) FAIL: //br/pkg/streamhelper:streamhelper_test (shard 3 of 36) (see /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_3_of_36/test_attempts/attempt_1.log) [16,044 / 25,165] 159 / 457 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 10); 18s remote-cache, linux-sandbox ... (70 actions running) [16,078 / 25,165] 159 / 457 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 10); 19s remote-cache, linux-sandbox ... (68 actions, 66 running) [16,119 / 25,170] 159 / 457 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 10); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,149 / 25,170] 159 / 457 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 10); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,180 / 25,170] 159 / 457 tests; Testing //pkg/statistics/handle/cache/internal/lfu:lfu_test (shard 7 of 10); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) INFO: From Testing //br/pkg/streamhelper:streamhelper_test (shard 3 of 36): ==================== Test output for //br/pkg/streamhelper:streamhelper_test (shard 3 of 36): === RUN TestWithFailure [2025/04/05 06:52:03.008 +00:00] [INFO] [advancer.go:333] ["meet task event"] [event=Add(whole)] [2025/04/05 06:52:03.009 +00:00] [INFO] [db.go:135] ["inc log backup task"] [count=1] [2025/04/05 06:52:03.009 +00:00] [INFO] [advancer.go:430] ["get global checkpoint"] [checkpoint=5] [2025/04/05 06:52:03.009 +00:00] [INFO] [advancer.go:436] ["added event"] [task="start_ts:5 name:\"whole\" "] [ranges="{[, inf)}"] [current-checkpoint=4] [2025/04/05 06:52:03.009 +00:00] [INFO] [advancer.go:310] ["current last region"] [category="log backup advancer hint"] [min="([, inf), 0)"] [for-polling=1] [min-ts=1970-01-01T00:00:00Z] [region-hint="ID=5,Leader=4,ConfVer=0,Version=1,Peers=[],RealRange=[, 3031)"] [2025/04/05 06:52:03.010 +00:00] [DEBUG] [advancer.go:192] ["scanning range"] [start=] [end=] [2025/04/05 06:52:03.010 +00:00] [DEBUG] [advancer.go:199] ["scan region"] [len=8] [2025/04/05 06:52:03.010 +00:00] [DEBUG] [collector.go:90] ["Begin recv loop"] [store=4] [2025/04/05 06:52:03.010 +00:00] [DEBUG] [collector.go:90] ["Begin recv loop"] [store=3] [2025/04/05 06:52:03.010 +00:00] [DEBUG] [collector.go:90] ["Begin recv loop"] [store=1] [2025/04/05 06:52:03.010 +00:00] [DEBUG] [advancer.go:218] ["get regions in range"] [take=538.47ยตs] [2025/04/05 06:52:03.010 +00:00] [DEBUG] [collector.go:90] ["Begin recv loop"] [store=2] [2025/04/05 06:52:03.010 +00:00] [DEBUG] [collector.go:174] ["sending batch"] [size=4] [store=3] [2025/04/05 06:52:03.011 +00:00] [DEBUG] [basic_lib_for_test.go:268] ["Get last flush ts of region"] [in="regions: regions: regions: regions: "] [out="checkpoints: > checkpoints: > checkpoints: > checkpoints: > "] [2025/04/05 06:52:03.013 +00:00] [DEBUG] [collector.go:210] ["sending batch done"] [store=3] [2025/04/05 06:52:03.013 +00:00] [DEBUG] [collector.go:318] ["get checkpoint"] [checkpoint="StoreCheckpoints:none:(remaining 0 ranges)"] [merged="StoreCheckpoints:none:(remaining 0 ranges)"] [2025/04/05 06:52:03.014 +00:00] [DEBUG] [collector.go:174] ["sending batch"] [size=1] [store=2] [2025/04/05 06:52:03.014 +00:00] [DEBUG] [basic_lib_for_test.go:268] ["Get last flush ts of region"] [in="regions: "] [out="checkpoints: > "] [2025/04/05 06:52:03.014 +00:00] [DEBUG] [collector.go:210] ["sending batch done"] [store=2] [2025/04/05 06:52:03.014 +00:00] [DEBUG] [collector.go:318] ["get checkpoint"] [checkpoint="StoreCheckpoints:none:(remaining 0 ranges)"] [merged="StoreCheckpoints:none:(remaining 0 ranges)"] [2025/04/05 06:52:03.014 +00:00] [DEBUG] [collector.go:174] ["sending batch"] [size=1] [store=1] [2025/04/05 06:52:03.014 +00:00] [DEBUG] [basic_lib_for_test.go:268] ["Get last flush ts of region"] [in="regions: "] [out="checkpoints: > "] [2025/04/05 06:52:03.015 +00:00] [DEBUG] [collector.go:210] ["sending batch done"] [store=1] [2025/04/05 06:52:03.015 +00:00] [DEBUG] [collector.go:318] ["get checkpoint"] [checkpoint="StoreCheckpoints:none:(remaining 0 ranges)"] [merged="StoreCheckpoints:none:(remaining 0 ranges)"] [2025/04/05 06:52:03.015 +00:00] [DEBUG] [collector.go:174] ["sending batch"] [size=2] [store=4] [2025/04/05 06:52:03.015 +00:00] [DEBUG] [basic_lib_for_test.go:268] ["Get last flush ts of region"] [in="regions: regions: "] [out="checkpoints: > checkpoints: > "] [2025/04/05 06:52:03.015 +00:00] [DEBUG] [collector.go:210] ["sending batch done"] [store=4] [2025/04/05 06:52:03.015 +00:00] [DEBUG] [collector.go:318] ["get checkpoint"] [checkpoint="StoreCheckpoints:none:(remaining 0 ranges)"] [merged="StoreCheckpoints:none:(remaining 0 ranges)"] [2025/04/05 06:52:03.015 +00:00] [DEBUG] [advancer.go:218] ["try advance"] [len=1] [take=5.894384ms] [2025/04/05 06:52:03.016 +00:00] [WARN] [advancer.go:473] ["failed to update global checkpoint: stale"] [old=5] [new=0] [2025/04/05 06:52:03.016 +00:00] [WARN] [advancer.go:473] ["failed to update global checkpoint: stale"] [old=5] [new=0] [2025/04/05 06:52:03.016 +00:00] [INFO] [advancer.go:620] ["updated log backup GC safe point."] [checkpoint=4] [target=4] [2025/04/05 06:52:03.016 +00:00] [DEBUG] [advancer.go:218] [tick] [take=6.52998ms] [2025/04/05 06:52:03.016 +00:00] [INFO] [basic_lib_for_test.go:509] ["checkpoint updated"] [to=2] [2025/04/05 06:52:03.016 +00:00] [INFO] [advancer.go:310] ["current last region"] [category="log backup advancer hint"] [min="([, inf), 0)"] [for-polling=1] [min-ts=1970-01-01T00:00:00Z] [region-hint="ID=5,Leader=4,ConfVer=0,Version=1,Peers=[],RealRange=[, 3031)"] [2025/04/05 06:52:03.016 +00:00] [DEBUG] [advancer.go:192] ["scanning range"] [start=] [end=] [2025/04/05 06:52:03.017 +00:00] [DEBUG] [advancer.go:199] ["scan region"] [len=8] [2025/04/05 06:52:03.017 +00:00] [DEBUG] [advancer.go:218] ["get regions in range"] [take=386.946ยตs] [2025/04/05 06:52:03.017 +00:00] [DEBUG] [collector.go:90] ["Begin recv loop"] [store=4] [2025/04/05 06:52:03.017 +00:00] [DEBUG] [collector.go:90] ["Begin recv loop"] [store=3] [2025/04/05 06:52:03.017 +00:00] [DEBUG] [collector.go:90] ["Begin recv loop"] [store=2] [2025/04/05 06:52:03.017 +00:00] [DEBUG] [collector.go:90] ["Begin recv loop"] [store=1] [2025/04/05 06:52:03.017 +00:00] [DEBUG] [collector.go:174] ["sending batch"] [size=2] [store=4] [2025/04/05 06:52:03.017 +00:00] [DEBUG] [basic_lib_for_test.go:268] ["Get last flush ts of region"] [in="regions: regions: "] [out="checkpoints: region: > checkpoints: region: > "] [2025/04/05 06:52:03.019 +00:00] [DEBUG] [collector.go:190] ["failed to get region checkpoint"] [err="message:\"not flushed\" "] [2025/04/05 06:52:03.019 +00:00] [DEBUG] [collector.go:190] ["failed to get region checkpoint"] [err="message:\"not flushed\" "] [2025/04/05 06:52:03.019 +00:00] [DEBUG] [collector.go:210] ["sending batch done"] [store=4] [2025/04/05 06:52:03.019 +00:00] [DEBUG] [collector.go:318] ["get checkpoint"] [checkpoint="StoreCheckpoints:none:(remaining 2 ranges)"] [merged="StoreCheckpoints:none:(remaining 2 ranges)"] [2025/04/05 06:52:03.019 +00:00] [DEBUG] [collector.go:174] ["sending batch"] [size=4] [store=3] [2025/04/05 06:52:03.019 +00:00] [DEBUG] [basic_lib_for_test.go:268] ["Get last flush ts of region"] [in="regions: regions: regions: regions: "] [out="checkpoints: region: > checkpoints: region: > checkpoints: region: > checkpoints: region: > "] [2025/04/05 06:52:03.020 +00:00] [DEBUG] [collector.go:190] ["failed to get region checkpoint"] [err="message:\"not flushed\" "] [2025/04/05 06:52:03.020 +00:00] [DEBUG] [collector.go:190] ["failed to get region checkpoint"] [err="message:\"not flushed\" "] [2025/04/05 06:52:03.020 +00:00] [DEBUG] [collector.go:190] ["failed to get region checkpoint"] [err="message:\"not flushed\" "] [2025/04/05 06:52:03.020 +00:00] [DEBUG] [collector.go:190] ["failed to get region checkpoint"] [err="message:\"not flushed\" "] [2025/04/05 06:52:03.020 +00:00] [DEBUG] [collector.go:210] ["sending batch done"] [store=3] [2025/04/05 06:52:03.020 +00:00] [DEBUG] [collector.go:318] ["get checkpoint"] [checkpoint="StoreCheckpoints:none:(remaining 4 ranges)"] [merged="StoreCheckpoints:none:(remaining 6 ranges)"] [2025/04/05 06:52:03.020 +00:00] [DEBUG] [collector.go:174] ["sending batch"] [size=1] [store=2] [2025/04/05 06:52:03.020 +00:00] [DEBUG] [basic_lib_for_test.go:268] ["Get last flush ts of region"] [in="regions: "] [out="checkpoints: region: > "] [2025/04/05 06:52:03.021 +00:00] [DEBUG] [collector.go:190] ["failed to get region checkpoint"] [err="message:\"not flushed\" "] [2025/04/05 06:52:03.021 +00:00] [DEBUG] [collector.go:210] ["sending batch done"] [store=2] [2025/04/05 06:52:03.021 +00:00] [DEBUG] [collector.go:318] ["get checkpoint"] [checkpoint="StoreCheckpoints:none:(remaining 1 ranges)"] [merged="StoreCheckpoints:none:(remaining 7 ranges)"] [2025/04/05 06:52:03.021 +00:00] [DEBUG] [collector.go:174] ["sending batch"] [size=1] [store=1] [2025/04/05 06:52:03.021 +00:00] [DEBUG] [basic_lib_for_test.go:268] ["Get last flush ts of region"] [in="regions: "] [out="checkpoints: checkpoint:187 > "] [2025/04/05 06:52:03.021 +00:00] [DEBUG] [collector.go:210] ["sending batch done"] [store=1] [2025/04/05 06:52:03.021 +00:00] [DEBUG] [collector.go:318] ["get checkpoint"] [checkpoint="StoreCheckpoints:187:(remaining 0 ranges)"] [merged="StoreCheckpoints:187:(remaining 7 ranges)"] [2025/04/05 06:52:03.021 +00:00] [DEBUG] [advancer.go:218] ["try advance"] [len=1] [take=4.924517ms] [2025/04/05 06:52:03.021 +00:00] [WARN] [advancer.go:473] ["failed to update global checkpoint: stale"] [old=5] [new=0] [2025/04/05 06:52:03.021 +00:00] [WARN] [advancer.go:473] ["failed to update global checkpoint: stale"] [old=5] [new=0] [2025/04/05 06:52:03.021 +00:00] [INFO] [advancer.go:620] ["updated log backup GC safe point."] [checkpoint=4] [target=4] [2025/04/05 06:52:03.021 +00:00] [DEBUG] [advancer.go:218] [tick] [take=5.352289ms] advancer_test.go:97: Error Trace: br/pkg/streamhelper/advancer_test.go:97 Error: "5" is not less than "2" Test: TestWithFailure Messages: 5 2 >>> fake cluster <<< regions: 5(1):[, 3031);2L4F0 6(2):[3031, 3032);146L4F0 7(3):[3032, 303232);154L3F0 8(4):[303232, 303233);241L3F0 9(5):[303233, 303333);136L3F0 10(6):[303333, 3034);145L3F0 11(7):[3034, 303433);204L2F0 12(7):[303433, );187L1F7 1: 9(5):[303233, 303333);136L3F0 10(6):[303333, 3034);145L3F0 12(7):[303433, );187L1F7 6(2):[3031, 3032);146L4F0 7(3):[3032, 303232);154L3F0 8(4):[303232, 303233);241L3F0 2: 11(7):[3034, 303433);204L2F0 12(7):[303433, );187L1F7 5(1):[, 3031);2L4F0 6(2):[3031, 3032);146L4F0 3: 8(4):[303232, 303233);241L3F0 9(5):[303233, 303333);136L3F0 10(6):[303333, 3034);145L3F0 11(7):[3034, 303433);204L2F0 12(7):[303433, );187L1F7 5(1):[, 3031);2L4F0 7(3):[3032, 303232);154L3F0 4: 5(1):[, 3031);2L4F0 6(2):[3031, 3032);146L4F0 7(3):[3032, 303232);154L3F0 8(4):[303232, 303233);241L3F0 9(5):[303233, 303333);136L3F0 10(6):[303333, 3034);145L3F0 11(7):[3034, 303433);204L2F0 --- FAIL: TestWithFailure (0.01s) === NAME FAIL coverage: 1.4% of statements -- Coverage runner: Not collecting coverage for failed test. The following commands failed with status 1 /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/15478/execroot/__main__/bazel-out/k8-fastbuild/bin/br/pkg/streamhelper/streamhelper_test_/streamhelper_test.runfiles/__main__/br/pkg/streamhelper/streamhelper_test_/streamhelper_test ================================================================================ [16,213 / 25,196] 160 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,249 / 25,196] 160 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 10s remote-cache, linux-sandbox ... (67 actions, 66 running) [16,289 / 25,196] 160 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,322 / 25,196] 160 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,349 / 25,196] 160 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,391 / 25,196] 160 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,420 / 25,196] 160 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,461 / 25,196] 160 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,512 / 25,201] 161 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,549 / 25,201] 161 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,591 / 25,201] 161 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,630 / 25,213] 161 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,658 / 25,213] 163 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,688 / 25,213] 163 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,734 / 25,215] 163 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,767 / 25,220] 164 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,793 / 25,220] 164 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,828 / 25,222] 164 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,857 / 25,222] 166 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,888 / 25,228] 167 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,909 / 25,228] 167 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,939 / 25,228] 168 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 31s remote-cache, linux-sandbox ... (66 actions, 62 running) [16,983 / 25,228] 168 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,020 / 25,228] 168 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,057 / 25,228] 169 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 34s remote-cache, linux-sandbox ... (68 actions, 66 running) [17,095 / 25,228] 169 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 35s remote-cache, linux-sandbox ... (70 actions running) [17,130 / 25,228] 169 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,165 / 25,228] 169 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,197 / 25,228] 169 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,232 / 25,228] 169 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 39s remote-cache, linux-sandbox ... (69 actions running) [17,261 / 25,228] 169 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,295 / 25,228] 169 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 41s remote-cache, linux-sandbox ... (66 actions, 65 running) [17,319 / 25,228] 169 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,344 / 25,228] 169 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,370 / 25,228] 169 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,395 / 25,228] 169 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 45s remote-cache, linux-sandbox ... (67 actions, 64 running) [17,428 / 25,228] 169 / 457 tests; Testing //pkg/store/copr:copr_test (shard 6 of 31); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,454 / 25,228] 170 / 457 tests; Testing //br/pkg/utils:utils_test (shard 32 of 38); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,492 / 25,228] 170 / 457 tests; Testing //br/pkg/utils:utils_test (shard 29 of 38); 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,521 / 25,228] 170 / 457 tests; Testing //br/pkg/utils:utils_test (shard 29 of 38); 7s remote-cache, linux-sandbox ... (66 actions, 64 running) [17,543 / 25,228] 170 / 457 tests; Testing //br/pkg/utils:utils_test (shard 29 of 38); 8s remote-cache, linux-sandbox ... (70 actions running) [17,569 / 25,228] 170 / 457 tests; Testing //br/pkg/utils:utils_test (shard 29 of 38); 9s remote-cache, linux-sandbox ... (70 actions running) [17,601 / 25,228] 170 / 457 tests; Testing //br/pkg/utils:utils_test (shard 29 of 38); 10s remote-cache, linux-sandbox ... (70 actions running) [17,638 / 25,228] 170 / 457 tests; Testing //br/pkg/utils:utils_test (shard 29 of 38); 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,685 / 25,230] 170 / 457 tests; Testing //br/pkg/utils:utils_test (shard 29 of 38); 12s remote-cache, linux-sandbox ... (69 actions running) [17,713 / 25,230] 172 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,735 / 25,230] 172 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,765 / 25,230] 172 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 15s remote-cache, linux-sandbox ... (67 actions, 64 running) [17,786 / 25,230] 172 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,818 / 25,236] 172 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,859 / 25,238] 172 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 18s remote-cache, linux-sandbox ... (69 actions running) [17,900 / 25,238] 173 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,936 / 25,238] 173 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,988 / 25,238] 174 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,023 / 25,238] 174 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 22s remote-cache, linux-sandbox ... (69 actions running) [18,055 / 25,240] 175 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 23s remote-cache, linux-sandbox ... (65 actions, 64 running) [18,085 / 25,269] 175 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,111 / 25,269] 175 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,145 / 25,269] 176 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 26s remote-cache, linux-sandbox ... (67 actions, 66 running) [18,174 / 25,274] 176 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,209 / 25,305] 176 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,232 / 25,305] 177 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,270 / 25,307] 179 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,297 / 25,307] 180 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 31s remote-cache, linux-sandbox ... (67 actions, 64 running) [18,327 / 25,307] 180 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,354 / 25,312] 180 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,393 / 25,312] 180 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,428 / 25,318] 180 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 36s remote-cache, linux-sandbox ... (69 actions running) [18,453 / 25,320] 181 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 37s remote-cache, linux-sandbox ... (68 actions, 66 running) [18,486 / 25,371] 182 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 38s remote-cache, linux-sandbox ... (70 actions running) [18,522 / 25,371] 183 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,552 / 25,371] 183 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,592 / 25,371] 184 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 41s remote-cache, linux-sandbox ... (70 actions running) [18,617 / 25,371] 184 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 42s remote-cache, linux-sandbox ... (70 actions running) [18,650 / 25,371] 184 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 43s remote-cache, linux-sandbox ... (70 actions running) [18,674 / 25,371] 184 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,702 / 25,371] 184 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 45s remote-cache, linux-sandbox ... (69 actions running) [18,726 / 25,371] 185 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 46s remote-cache, linux-sandbox ... (68 actions, 66 running) [18,751 / 25,371] 185 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,780 / 25,371] 185 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) FLAKY: //br/pkg/streamhelper:streamhelper_test (Summary) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_3_of_36/test_attempts/attempt_1.log [18,806 / 25,371] 186 / 457 tests; GoCompilePkg pkg/expression/ddl.recompile1320.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,828 / 25,371] 186 / 457 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1358.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,859 / 25,371] 186 / 457 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 8s remote-cache, linux-sandbox ... (69 actions running) [18,902 / 25,422] 186 / 457 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,930 / 25,439] 186 / 457 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,958 / 25,439] 186 / 457 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 11s remote-cache, linux-sandbox ... (68 actions, 66 running) [18,989 / 25,439] 186 / 457 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,024 / 25,445] 186 / 457 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 13s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,053 / 25,445] 186 / 457 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 14s remote-cache, linux-sandbox ... (67 actions, 66 running) [19,089 / 25,445] 186 / 457 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 15s remote-cache, linux-sandbox ... (65 actions, 62 running) [19,118 / 25,445] 186 / 457 tests; GoLink pkg/statistics/statistics_test_/statistics_test; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,156 / 25,445] 186 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,192 / 25,445] 187 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,223 / 25,445] 188 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,254 / 25,447] 188 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 18s remote-cache, linux-sandbox ... (69 actions running) [19,292 / 25,447] 188 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,327 / 25,447] 189 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,359 / 25,449] 189 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 21s remote-cache, linux-sandbox ... (65 actions, 60 running) [19,403 / 25,449] 190 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 22s remote-cache, linux-sandbox ... (67 actions, 66 running) [19,452 / 25,460] 191 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,495 / 25,460] 191 / 457 tests; GoLink pkg/extension/extension_test_/extension_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,529 / 25,467] 191 / 457 tests; GoLink pkg/extension/extension_test_/extension_test; 14s remote-cache, linux-sandbox ... (67 actions, 64 running) [19,552 / 25,467] 191 / 457 tests; GoLink pkg/extension/extension_test_/extension_test; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,578 / 25,484] 191 / 457 tests; GoLink pkg/extension/extension_test_/extension_test; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,608 / 25,490] 191 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 3 of 50); 10s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,629 / 25,490] 191 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,649 / 25,490] 192 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,671 / 25,490] 193 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,693 / 25,490] 193 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,720 / 25,490] 194 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 14s remote-cache, linux-sandbox ... (67 actions, 66 running) [19,749 / 25,499] 195 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,770 / 25,499] 195 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,790 / 25,499] 195 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,805 / 25,499] 195 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,833 / 25,501] 195 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,862 / 25,501] 196 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,885 / 25,501] 196 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,908 / 25,501] 196 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,936 / 25,501] 196 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,963 / 25,501] 197 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,994 / 25,505] 197 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,017 / 25,505] 197 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,059 / 25,505] 197 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,085 / 25,505] 197 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,114 / 25,510] 198 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,142 / 25,510] 198 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,176 / 25,510] 198 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,213 / 25,510] 199 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,248 / 25,524] 199 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 24s remote-cache, linux-sandbox ... (70 actions running) [20,275 / 25,524] 200 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 25s remote-cache, linux-sandbox ... (70 actions running) [20,295 / 25,526] 200 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,317 / 25,526] 201 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,342 / 25,537] 202 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,354 / 25,537] 202 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,375 / 25,539] 202 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 15s remote-cache, linux-sandbox ... (67 actions, 66 running) [20,395 / 25,539] 203 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,418 / 25,541] 203 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 17s remote-cache, linux-sandbox ... (67 actions, 64 running) [20,455 / 25,541] 204 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,485 / 25,541] 204 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,505 / 25,541] 204 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,537 / 25,592] 205 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,562 / 25,592] 205 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,590 / 25,643] 205 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,606 / 25,643] 206 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,634 / 25,647] 206 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,657 / 25,647] 206 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,678 / 25,647] 206 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,705 / 25,647] 206 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,727 / 25,647] 206 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,745 / 25,647] 207 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,757 / 25,647] 207 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,781 / 25,647] 207 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,794 / 25,647] 207 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 18s remote-cache, linux-sandbox ... (70 actions running) [20,823 / 25,647] 207 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,844 / 25,649] 207 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,873 / 25,649] 208 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,900 / 25,657] 208 / 457 tests; GoCompilePkg pkg/store/mockstore/mockcopr/core.recompile1360.a; 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,924 / 25,708] 209 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 19 of 50); 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,948 / 25,708] 209 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,962 / 25,719] 209 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 7s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,978 / 25,719] 209 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 8s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,004 / 25,746] 210 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 9s remote-cache, linux-sandbox ... (69 actions running) [21,012 / 25,748] 210 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,027 / 25,748] 211 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 11s remote-cache, linux-sandbox ... (68 actions running) [21,052 / 25,748] 211 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,068 / 25,748] 211 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,082 / 25,748] 211 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,111 / 25,748] 211 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 15s remote-cache, linux-sandbox ... (69 actions running) [21,125 / 25,748] 211 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 16s remote-cache, linux-sandbox ... (67 actions, 66 running) [21,142 / 25,748] 211 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 18s remote-cache, linux-sandbox ... (70 actions running) [21,163 / 25,748] 211 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 19s remote-cache, linux-sandbox ... (70 actions running) [21,191 / 25,817] 212 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 20s remote-cache, linux-sandbox ... (67 actions, 66 running) [21,203 / 25,817] 213 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,225 / 25,817] 213 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 22s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,233 / 25,817] 213 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,259 / 25,817] 213 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 20s remote-cache, linux-sandbox ... (67 actions, 66 running) [21,274 / 25,839] 213 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,295 / 25,839] 213 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 14s remote-cache, linux-sandbox ... (69 actions running) [21,316 / 25,839] 214 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,331 / 25,839] 214 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 16s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,348 / 25,839] 214 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,371 / 25,839] 214 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,396 / 25,839] 215 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,413 / 25,839] 215 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,433 / 25,839] 216 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,456 / 25,839] 216 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 18s remote-cache, linux-sandbox ... (70 actions running) [21,476 / 25,839] 216 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 19s remote-cache, linux-sandbox ... (67 actions, 66 running) [21,493 / 25,839] 216 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,509 / 25,839] 216 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 21s remote-cache, linux-sandbox ... (67 actions, 66 running) [21,527 / 25,839] 217 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,542 / 25,839] 217 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 13s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,569 / 25,839] 217 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 14s remote-cache, linux-sandbox ... (69 actions running) [21,585 / 25,839] 217 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 15s remote-cache, linux-sandbox ... (69 actions running) [21,627 / 25,839] 217 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,656 / 25,839] 217 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 12s remote-cache, linux-sandbox ... (67 actions, 66 running) [21,677 / 25,839] 217 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,709 / 25,839] 217 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 14s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,730 / 25,839] 217 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 15s remote-cache, linux-sandbox ... (67 actions, 66 running) [21,766 / 25,839] 217 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 16s remote-cache, linux-sandbox ... (69 actions running) [21,801 / 25,839] 218 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 8s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,820 / 25,839] 218 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,853 / 25,839] 218 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,867 / 25,849] 218 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,876 / 25,849] 218 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 12s remote-cache, linux-sandbox ... (69 actions running) [21,895 / 25,849] 218 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,913 / 25,849] 218 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,933 / 25,849] 218 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,943 / 25,849] 218 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 16s remote-cache, linux-sandbox ... (70 actions running) [21,955 / 25,849] 218 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 17s remote-cache, linux-sandbox ... (70 actions running) [21,964 / 25,849] 218 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,978 / 25,849] 218 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,002 / 25,849] 218 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,024 / 25,849] 218 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,044 / 25,849] 218 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 16s remote-cache, linux-sandbox ... (68 actions, 67 running) [22,060 / 25,849] 218 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 17s remote-cache, linux-sandbox ... (69 actions running) [22,060 / 25,849] 218 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 18s remote-cache, linux-sandbox ... (70 actions running) [22,063 / 25,849] 218 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 20s remote-cache, linux-sandbox ... (67 actions, 66 running) [22,070 / 25,849] 218 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 21s remote-cache, linux-sandbox ... (65 actions, 64 running) [22,099 / 25,849] 218 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 22s remote-cache, linux-sandbox ... (70 actions running) [22,113 / 25,849] 219 / 457 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 20s remote-cache, linux-sandbox ... (70 actions running) [22,147 / 25,851] 220 / 457 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 21s remote-cache, linux-sandbox ... (68 actions, 67 running) [22,162 / 25,851] 220 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,182 / 25,851] 221 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 20s remote-cache, linux-sandbox ... (67 actions, 64 running) [22,207 / 25,851] 221 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 21s remote-cache, linux-sandbox ... (69 actions running) [22,231 / 25,851] 221 / 457 tests; GoCompilePkg pkg/executor/importer/executor.recompile1523.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,267 / 25,851] 221 / 457 tests; GoCompilePkg pkg/executor/importer/executor.recompile1523.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,298 / 25,851] 221 / 457 tests; GoCompilePkg pkg/executor/executor.a; 15s remote-cache, linux-sandbox ... (68 actions, 67 running) [22,318 / 25,851] 221 / 457 tests; GoCompilePkg pkg/executor/executor.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,337 / 25,851] 221 / 457 tests; GoCompilePkg pkg/executor/executor.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,354 / 25,851] 221 / 457 tests; GoCompilePkg pkg/executor/executor.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,367 / 25,851] 221 / 457 tests; GoCompilePkg pkg/executor/executor.a; 19s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,384 / 25,851] 221 / 457 tests; GoCompilePkg pkg/executor/executor.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,394 / 25,851] 221 / 457 tests; GoCompilePkg pkg/executor/executor.a; 22s remote-cache, linux-sandbox ... (67 actions, 66 running) [22,414 / 25,851] 221 / 457 tests; GoCompilePkg pkg/planner/cardinality/core.recompile1362.a; 11s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,438 / 25,851] 221 / 457 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 11s remote-cache, linux-sandbox ... (68 actions, 67 running) [22,463 / 25,851] 221 / 457 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,481 / 25,851] 221 / 457 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,496 / 25,851] 221 / 457 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,519 / 25,851] 221 / 457 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,534 / 25,851] 221 / 457 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 17s remote-cache, linux-sandbox ... (62 actions, 58 running) [22,564 / 25,851] 221 / 457 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 18s remote-cache, linux-sandbox ... (70 actions running) [22,589 / 25,851] 221 / 457 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 19s remote-cache, linux-sandbox ... (70 actions running) [22,612 / 25,851] 221 / 457 tests; GoCompilePkg pkg/statistics/handle/usage/executor.recompile1364.a; 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,633 / 25,851] 221 / 457 tests; GoCompilePkg pkg/statistics/handle/usage/executor.recompile1364.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,647 / 25,851] 221 / 457 tests; GoCompilePkg pkg/statistics/handle/usage/executor.recompile1364.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,663 / 25,851] 221 / 457 tests; GoCompilePkg br/pkg/storage/executor.recompile1406.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,686 / 25,851] 221 / 457 tests; GoCompilePkg br/pkg/storage/executor.recompile1406.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,710 / 25,851] 221 / 457 tests; GoCompilePkg pkg/ddl/core.recompile1532.a; 9s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,722 / 25,851] 221 / 457 tests; GoCompilePkg pkg/ddl/core.recompile1532.a; 10s remote-cache, linux-sandbox ... (69 actions running) [22,745 / 25,851] 221 / 457 tests; GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,772 / 25,851] 221 / 457 tests; GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 12s remote-cache, linux-sandbox ... (67 actions, 66 running) [22,794 / 25,851] 221 / 457 tests; GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,819 / 25,851] 221 / 457 tests; GoCompilePkg br/pkg/backup/executor.recompile1397.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,846 / 25,851] 221 / 457 tests; GoCompilePkg br/pkg/backup/executor.recompile1397.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,877 / 25,851] 221 / 457 tests; GoCompilePkg br/pkg/backup/executor.recompile1397.a; 15s remote-cache, linux-sandbox ... (69 actions running) [22,897 / 25,851] 221 / 457 tests; GoCompilePkg br/pkg/backup/executor.recompile1397.a; 16s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,925 / 25,853] 221 / 457 tests; GoCompilePkg br/pkg/backup/executor.recompile1397.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,944 / 25,857] 221 / 457 tests; GoCompilePkg br/pkg/backup/executor.recompile1397.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,966 / 25,866] 222 / 457 tests; GoCompilePkg br/pkg/backup/executor.recompile1397.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,996 / 25,866] 222 / 457 tests; GoCompilePkg br/pkg/backup/executor.recompile1397.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,010 / 25,866] 222 / 457 tests; GoCompilePkg br/pkg/backup/executor.recompile1397.a; 21s remote-cache, linux-sandbox ... (67 actions, 66 running) [23,033 / 25,866] 222 / 457 tests; GoCompilePkg br/pkg/backup/executor.recompile1397.a; 22s remote-cache, linux-sandbox ... (67 actions, 66 running) [23,072 / 25,866] 222 / 457 tests; GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,104 / 25,868] 222 / 457 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 13s remote-cache, linux-sandbox ... (70 actions running) [23,121 / 25,868] 222 / 457 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,137 / 25,868] 223 / 457 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,158 / 25,868] 223 / 457 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 17s remote-cache, linux-sandbox ... (68 actions, 66 running) [23,180 / 25,868] 223 / 457 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,200 / 25,868] 223 / 457 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,223 / 25,870] 223 / 457 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,239 / 25,870] 223 / 457 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; 19s remote-cache, linux-sandbox ... (67 actions, 66 running) [23,275 / 25,951] 224 / 457 tests; Testing //br/pkg/aws:aws_test (shard 3 of 3); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,289 / 25,951] 224 / 457 tests; Testing //br/pkg/aws:aws_test (shard 3 of 3); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,309 / 25,951] 226 / 457 tests; GoLink pkg/util/profile/profile_test_/profile_test; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,336 / 25,957] 226 / 457 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; 16s remote-cache, linux-sandbox ... (67 actions, 66 running) [23,359 / 25,961] 226 / 457 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; 13s remote-cache, linux-sandbox ... (70 actions running) [23,376 / 26,012] 227 / 457 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; 14s remote-cache, linux-sandbox ... (70 actions running) [23,399 / 26,012] 227 / 457 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,417 / 26,012] 227 / 457 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; 16s remote-cache, linux-sandbox ... (69 actions running) [23,429 / 26,012] 227 / 457 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,446 / 26,014] 227 / 457 tests; GoLink pkg/timer/timer_test_/timer_test; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,456 / 26,014] 227 / 457 tests; GoLink pkg/timer/timer_test_/timer_test; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,476 / 26,014] 228 / 457 tests; GoLink pkg/timer/timer_test_/timer_test; 17s remote-cache, linux-sandbox ... (65 actions, 64 running) [23,492 / 26,014] 228 / 457 tests; GoLink pkg/timer/timer_test_/timer_test; 18s remote-cache, linux-sandbox ... (67 actions, 66 running) [23,512 / 26,018] 229 / 457 tests; GoLink pkg/timer/timer_test_/timer_test; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,536 / 26,038] 229 / 457 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; 16s remote-cache, linux-sandbox ... (69 actions running) [23,553 / 26,038] 229 / 457 tests; GoLink pkg/planner/core/issuetest/issuetest_test_/issuetest_test; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,581 / 26,038] 229 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 17s remote-cache, linux-sandbox ... (69 actions running) [23,603 / 26,038] 229 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,626 / 26,054] 230 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,647 / 26,054] 230 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,669 / 26,054] 230 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,694 / 26,054] 230 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 22s remote-cache, linux-sandbox ... (70 actions running) [23,714 / 26,054] 230 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 23s remote-cache, linux-sandbox ... (70 actions running) [23,729 / 26,054] 230 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,742 / 26,054] 230 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,760 / 26,084] 230 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,780 / 26,084] 230 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,796 / 26,118] 230 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 29s remote-cache, linux-sandbox ... (68 actions, 66 running) [23,816 / 26,118] 231 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,835 / 26,118] 231 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 50 of 50); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,857 / 26,118] 231 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 26 of 27); 23s remote-cache, linux-sandbox ... (70 actions running) [23,873 / 26,118] 231 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 26 of 27); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,891 / 26,169] 232 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 26 of 27); 25s remote-cache, linux-sandbox ... (66 actions, 64 running) [23,908 / 26,169] 232 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 26 of 27); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,927 / 26,179] 233 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 26 of 27); 27s remote-cache, linux-sandbox ... (70 actions running) [23,941 / 26,179] 234 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 26 of 27); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,953 / 26,188] 234 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 26 of 27); 30s remote-cache, linux-sandbox ... (69 actions running) [23,961 / 26,188] 234 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 26 of 27); 31s remote-cache, linux-sandbox ... (69 actions running) [23,974 / 26,192] 234 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,988 / 26,286] 234 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,998 / 26,286] 234 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,014 / 26,286] 234 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,026 / 26,286] 234 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 30s remote-cache, linux-sandbox ... (70 actions running) [24,038 / 26,286] 234 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 31s remote-cache, linux-sandbox ... (70 actions running) [24,048 / 26,286] 234 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,063 / 26,290] 234 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,073 / 26,290] 234 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,085 / 26,290] 234 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,095 / 26,290] 235 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 37s remote-cache, linux-sandbox ... (68 actions, 66 running) [24,103 / 26,290] 235 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,121 / 26,294] 235 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,131 / 26,294] 235 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,140 / 26,294] 235 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,151 / 26,294] 235 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,161 / 26,294] 235 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,170 / 26,294] 236 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 44s remote-cache, linux-sandbox ... (70 actions running) [24,178 / 26,294] 236 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,186 / 26,294] 236 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,198 / 26,294] 236 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,207 / 26,294] 236 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,215 / 26,294] 236 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,222 / 26,294] 236 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 51s remote-cache, linux-sandbox ... (68 actions, 67 running) [24,235 / 26,294] 236 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,255 / 26,319] 236 / 457 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,281 / 26,321] 236 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 27); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,293 / 26,321] 237 / 457 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 3 of 3); 29s remote-cache, linux-sandbox ... (70 actions running) [24,303 / 26,321] 237 / 457 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 3 of 3); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,313 / 26,321] 237 / 457 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 3 of 3); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,320 / 26,321] 237 / 457 tests; Testing //pkg/planner/core/issuetest:issuetest_test (shard 1 of 9); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,329 / 26,321] 237 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 47 of 50); 26s remote-cache, linux-sandbox ... (70 actions running) [24,345 / 26,323] 237 / 457 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 27s remote-cache, linux-sandbox ... (70 actions running) [24,354 / 26,323] 238 / 457 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 28s remote-cache, linux-sandbox ... (70 actions running) [24,370 / 26,357] 238 / 457 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,377 / 26,361] 239 / 457 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,385 / 26,361] 240 / 457 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,392 / 26,363] 240 / 457 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,398 / 26,363] 241 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 5 of 22); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,408 / 26,363] 241 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 5 of 22); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,418 / 26,381] 242 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 5 of 22); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,424 / 26,383] 242 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 5 of 22); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,428 / 26,383] 243 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 21 of 22); 29s remote-cache, linux-sandbox ... (70 actions running) [24,433 / 26,383] 243 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 21 of 22); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,438 / 26,383] 243 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 6 of 22); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,442 / 26,383] 243 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 6 of 22); 25s remote-cache, linux-sandbox ... (70 actions running) [24,446 / 26,383] 243 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 6 of 22); 26s remote-cache, linux-sandbox ... (70 actions running) [24,451 / 26,383] 243 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 6 of 22); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,457 / 26,383] 243 / 457 tests; Testing //pkg/planner/core/issuetest:issuetest_test (shard 8 of 9); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,466 / 26,383] 243 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 7 of 22); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,472 / 26,383] 243 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 7 of 22); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,478 / 26,383] 243 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 7 of 22); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,488 / 26,383] 243 / 457 tests; Testing //pkg/expression:expression_test (shard 44 of 50); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,495 / 26,394] 243 / 457 tests; Testing //pkg/expression:expression_test (shard 44 of 50); 28s remote-cache, linux-sandbox ... (70 actions running) [24,497 / 26,394] 243 / 457 tests; Testing //pkg/expression:expression_test (shard 44 of 50); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,503 / 26,394] 243 / 457 tests; Testing //pkg/expression:expression_test (shard 44 of 50); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,510 / 26,394] 243 / 457 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 2 of 3); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,514 / 26,394] 243 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 9 of 22); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,519 / 26,394] 243 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 9 of 22); 32s remote-cache, linux-sandbox ... (70 actions running) [24,523 / 26,394] 243 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 9 of 22); 33s remote-cache, linux-sandbox ... (70 actions running) [24,526 / 26,394] 243 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 9 of 22); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,530 / 26,394] 243 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 9 of 22); 36s remote-cache, linux-sandbox ... (67 actions, 66 running) [24,536 / 26,394] 243 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 9 of 22); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,539 / 26,394] 243 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 9 of 22); 38s remote-cache, linux-sandbox ... (70 actions running) [24,544 / 26,394] 243 / 457 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 2 of 3); 31s remote-cache, linux-sandbox ... (70 actions running) [24,552 / 26,396] 244 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 20 of 22); 25s remote-cache, linux-sandbox ... (70 actions running) [24,559 / 26,398] 245 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 20 of 22); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,566 / 26,424] 246 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 31 of 33); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,569 / 26,424] 246 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 31 of 33); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,577 / 26,424] 246 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 12 of 22); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,582 / 26,424] 246 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 12 of 22); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,587 / 26,424] 246 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 12 of 22); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,596 / 26,424] 246 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,600 / 26,424] 246 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,608 / 26,424] 246 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 5 of 50); 29s remote-cache, linux-sandbox ... (70 actions running) [24,618 / 26,424] 246 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 22); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,625 / 26,424] 247 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 22); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,634 / 26,424] 247 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 22); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,642 / 26,424] 247 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 22); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,650 / 26,424] 247 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 22); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,656 / 26,424] 247 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 22); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,661 / 26,424] 247 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 22); 35s remote-cache, linux-sandbox ... (70 actions running) [24,668 / 26,424] 248 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,671 / 26,424] 249 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 37s remote-cache, linux-sandbox ... (70 actions running) [24,674 / 26,424] 249 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,681 / 26,424] 249 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,690 / 26,424] 249 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 40s remote-cache, linux-sandbox ... (69 actions running) [24,697 / 26,424] 249 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,705 / 26,424] 249 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,710 / 26,424] 249 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,721 / 26,424] 249 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,727 / 26,424] 250 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 6 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,731 / 26,424] 250 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 41s remote-cache, linux-sandbox ... (70 actions running) [24,731 / 26,424] 250 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 42s remote-cache, linux-sandbox ... (70 actions running) [24,742 / 26,424] 251 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,745 / 26,424] 251 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,749 / 26,424] 252 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 46s remote-cache, linux-sandbox ... (70 actions running) [24,758 / 26,424] 252 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 47s remote-cache, linux-sandbox ... (70 actions running) [24,769 / 26,424] 253 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,775 / 26,424] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 49s remote-cache, linux-sandbox ... (70 actions running) [24,788 / 26,424] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,794 / 26,424] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,799 / 26,438] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 53s remote-cache, linux-sandbox ... (70 actions running) [24,799 / 26,438] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 54s remote-cache, linux-sandbox ... (70 actions running) [24,802 / 26,462] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,804 / 26,462] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,807 / 26,462] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 58s remote-cache, linux-sandbox ... (70 actions running) [24,809 / 26,462] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 59s remote-cache, linux-sandbox ... (70 actions running) [24,814 / 26,462] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,817 / 26,471] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,819 / 26,471] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 63s remote-cache, linux-sandbox ... (70 actions running) [24,825 / 26,477] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 64s remote-cache, linux-sandbox ... (70 actions running) [24,830 / 26,477] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,837 / 26,492] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,846 / 26,504] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,849 / 26,504] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,853 / 26,504] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,856 / 26,504] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,859 / 26,504] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,860 / 26,504] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 73s remote-cache, linux-sandbox ... (70 actions running) [24,861 / 26,504] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,869 / 26,513] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 13 of 50); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,871 / 26,513] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 13 of 50); 76s remote-cache, linux-sandbox ... (70 actions running) [24,871 / 26,513] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 13 of 50); 77s remote-cache, linux-sandbox ... (70 actions running) [24,874 / 26,542] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 13 of 50); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,878 / 26,542] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 13 of 50); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,884 / 26,558] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 13 of 50); 81s remote-cache, linux-sandbox ... (70 actions running) [24,887 / 26,558] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 13 of 50); 82s remote-cache, linux-sandbox ... (70 actions running) [24,895 / 26,558] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 13 of 50); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,902 / 26,593] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 13 of 50); 85s remote-cache, linux-sandbox ... (70 actions running) [24,902 / 26,593] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 13 of 50); 86s remote-cache, linux-sandbox ... (70 actions running) [24,903 / 26,607] 254 / 457 tests; Testing //pkg/expression:expression_test (shard 13 of 50); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,907 / 26,607] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,908 / 26,607] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 48s remote-cache, linux-sandbox ... (70 actions running) [24,909 / 26,607] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,913 / 26,607] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,919 / 26,607] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,922 / 26,607] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 53s remote-cache, linux-sandbox ... (70 actions running) [24,924 / 26,657] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,928 / 26,657] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 56s remote-cache, linux-sandbox ... (70 actions running) [24,931 / 26,657] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 57s remote-cache, linux-sandbox ... (70 actions running) [24,934 / 26,657] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,940 / 26,657] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,944 / 26,657] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [24,946 / 26,657] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 62s remote-cache, linux-sandbox ... (70 actions running) [24,948 / 26,657] 255 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,950 / 26,657] 255 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 65s remote-cache, linux-sandbox ... (70 actions running) [24,951 / 26,657] 255 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,953 / 26,657] 256 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,958 / 26,659] 256 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 69s remote-cache, linux-sandbox ... (70 actions running) [24,960 / 26,659] 256 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,960 / 26,659] 256 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 72s remote-cache, linux-sandbox ... (70 actions running) [24,961 / 26,659] 256 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 73s remote-cache, linux-sandbox ... (70 actions running) [24,962 / 26,659] 256 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 75s remote-cache, linux-sandbox ... (70 actions running) [24,966 / 26,659] 256 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,969 / 26,659] 256 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,970 / 26,659] 257 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 79s remote-cache, linux-sandbox ... (70 actions running) [24,971 / 26,659] 257 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,973 / 26,659] 257 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,974 / 26,659] 257 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 83s remote-cache, linux-sandbox ... (70 actions running) [24,975 / 26,659] 257 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 84s remote-cache, linux-sandbox ... (70 actions running) [24,982 / 26,659] 257 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 86s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,986 / 26,659] 258 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 87s remote-cache, linux-sandbox ... (70 actions running) [24,987 / 26,659] 258 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [24,994 / 26,659] 258 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 90s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,998 / 26,659] 258 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 91s remote-cache, linux-sandbox ... (70 actions running) [25,001 / 26,659] 258 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 92s remote-cache, linux-sandbox ... (70 actions running) [25,005 / 26,659] 258 / 457 tests; Testing //br/pkg/backup:backup_test (shard 12 of 15); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,008 / 26,659] 258 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 18 of 24); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,012 / 26,659] 258 / 457 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 21 of 23); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,015 / 26,659] 258 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 1 of 49); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,015 / 26,659] 258 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 1 of 49); 30s remote-cache, linux-sandbox ... (70 actions running) [25,017 / 26,659] 258 / 457 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 30s remote-cache, linux-sandbox ... (70 actions running) [25,023 / 26,659] 258 / 457 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,026 / 26,659] 258 / 457 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,027 / 26,659] 258 / 457 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,032 / 26,659] 259 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,036 / 26,659] 259 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,041 / 26,659] 259 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,049 / 26,687] 259 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 30s remote-cache, linux-sandbox ... (70 actions running) [25,055 / 26,687] 259 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,058 / 26,687] 259 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,059 / 26,687] 259 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,061 / 26,687] 259 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,061 / 26,687] 259 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 36s remote-cache, linux-sandbox ... (70 actions running) [25,061 / 26,687] 259 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 37s remote-cache, linux-sandbox ... (70 actions running) [25,066 / 26,687] 259 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,069 / 26,687] 259 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,070 / 26,687] 259 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,075 / 26,687] 259 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,078 / 26,687] 259 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,081 / 26,687] 259 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 44s remote-cache, linux-sandbox ... (70 actions running) [25,083 / 26,687] 260 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 45s remote-cache, linux-sandbox ... (70 actions running) [25,095 / 26,698] 260 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,102 / 26,718] 260 / 457 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,105 / 26,718] 260 / 457 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 2 of 5); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,109 / 26,718] 260 / 457 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 2 of 5); 34s remote-cache, linux-sandbox ... (70 actions running) [25,114 / 26,718] 261 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 17 of 24); 32s remote-cache, linux-sandbox ... (70 actions running) [25,121 / 26,718] 261 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 17 of 24); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,121 / 26,718] 262 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 17 of 24); 35s remote-cache, linux-sandbox ... (70 actions running) [25,124 / 26,718] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 32s remote-cache, linux-sandbox ... (70 actions running) [25,126 / 26,718] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 33s remote-cache, linux-sandbox ... (70 actions running) [25,127 / 26,718] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,128 / 26,718] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,128 / 26,718] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 37s remote-cache, linux-sandbox ... (70 actions running) [25,129 / 26,718] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 38s remote-cache, linux-sandbox ... (70 actions running) [25,129 / 26,718] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 40s remote-cache, linux-sandbox ... (70 actions running) [25,132 / 26,718] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,135 / 26,718] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [25,138 / 26,718] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,141 / 26,718] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,144 / 26,718] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,151 / 26,718] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 13 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,154 / 26,735] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 45s remote-cache, linux-sandbox ... (70 actions running) [25,155 / 26,735] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 46s remote-cache, linux-sandbox ... (70 actions running) [25,158 / 26,735] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,162 / 26,735] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,164 / 26,735] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 50s remote-cache, linux-sandbox ... (70 actions running) [25,171 / 26,735] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 51s remote-cache, linux-sandbox ... (70 actions running) [25,174 / 26,735] 262 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,177 / 26,735] 263 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 54s remote-cache, linux-sandbox ... (70 actions running) [25,183 / 26,735] 263 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,187 / 26,735] 263 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 56s remote-cache, linux-sandbox ... (70 actions running) [25,190 / 26,735] 263 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 57s remote-cache, linux-sandbox ... (70 actions running) [25,199 / 26,735] 263 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 14 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,205 / 26,735] 263 / 457 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,208 / 26,735] 263 / 457 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,212 / 26,735] 264 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 10); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,215 / 26,735] 264 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 10); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,216 / 26,735] 264 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 10); 40s remote-cache, linux-sandbox ... (70 actions running) [25,222 / 26,735] 264 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 10); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,226 / 26,735] 264 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 10); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,229 / 26,735] 264 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 10); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,234 / 26,735] 264 / 457 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 3 of 13); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,239 / 26,735] 264 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 5 of 34); 28s remote-cache, linux-sandbox ... (70 actions running) [25,242 / 26,735] 264 / 457 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 6 of 14); 29s remote-cache, linux-sandbox ... (70 actions running) [25,247 / 26,735] 265 / 457 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 6 of 14); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,254 / 26,735] 265 / 457 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 6 of 14); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,266 / 26,735] 265 / 457 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 6 of 14); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,277 / 26,735] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 33s remote-cache, linux-sandbox ... (70 actions running) [25,282 / 26,735] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 34s remote-cache, linux-sandbox ... (70 actions running) [25,289 / 26,754] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,292 / 26,754] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,295 / 26,754] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,297 / 26,754] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 39s remote-cache, linux-sandbox ... (70 actions running) [25,302 / 26,754] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 40s remote-cache, linux-sandbox ... (70 actions running) [25,305 / 26,754] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 41s remote-cache, linux-sandbox ... (69 actions running) [25,307 / 26,754] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,310 / 26,754] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,316 / 26,754] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 45s remote-cache, linux-sandbox ... (70 actions running) [25,324 / 26,754] 265 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 46s remote-cache, linux-sandbox ... (70 actions running) [25,336 / 26,754] 266 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 47s remote-cache, linux-sandbox ... (70 actions running) [25,340 / 26,754] 266 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,347 / 26,754] 266 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 33); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,351 / 26,754] 266 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 44s remote-cache, linux-sandbox ... (68 actions running) [25,361 / 26,754] 266 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 45s remote-cache, linux-sandbox ... (70 actions running) [25,362 / 26,754] 266 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 46s remote-cache, linux-sandbox ... (70 actions running) [25,366 / 26,754] 266 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 47s remote-cache, linux-sandbox ... (70 actions running) [25,372 / 26,754] 266 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,377 / 26,754] 266 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,382 / 26,754] 266 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 51s remote-cache, linux-sandbox ... (70 actions running) [25,384 / 26,754] 266 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 52s remote-cache, linux-sandbox ... (70 actions running) [25,390 / 26,754] 266 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,395 / 26,754] 266 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,401 / 26,754] 266 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,411 / 26,777] 266 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,416 / 26,777] 266 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 58s remote-cache, linux-sandbox ... (70 actions running) [25,422 / 26,777] 266 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 59s remote-cache, linux-sandbox ... (70 actions running) [25,425 / 26,777] 266 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,431 / 26,777] 266 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,438 / 26,777] 267 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,442 / 26,777] 267 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,453 / 26,777] 267 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,460 / 26,777] 267 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 66s remote-cache, linux-sandbox ... (70 actions running) [25,465 / 26,777] 267 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 67s remote-cache, linux-sandbox ... (70 actions running) [25,478 / 26,777] 267 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,494 / 26,777] 267 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,502 / 26,828] 267 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,509 / 26,828] 267 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,520 / 26,828] 267 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,529 / 26,841] 267 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,536 / 26,841] 267 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,541 / 26,841] 267 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,547 / 26,841] 267 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 77s remote-cache, linux-sandbox ... (70 actions running) [25,553 / 26,841] 267 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,566 / 26,841] 267 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,574 / 26,841] 267 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,581 / 26,841] 267 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,588 / 26,841] 267 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 4 of 49); 83s remote-cache, linux-sandbox ... (70 actions running) [25,596 / 26,841] 268 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 3 of 10); 34s remote-cache, linux-sandbox ... (69 actions running) [25,601 / 26,841] 268 / 457 tests; Testing //pkg/statistics/handle/syncload:syncload_test (shard 1 of 8); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,605 / 26,841] 270 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 21 of 33); 28s remote-cache, linux-sandbox ... (70 actions running) [25,615 / 26,841] 270 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 17 of 19); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,620 / 26,841] 270 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 17 of 19); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,626 / 26,841] 270 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 17 of 19); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,634 / 26,841] 270 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 1 of 8); 23s remote-cache, linux-sandbox ... (70 actions running) [25,640 / 26,841] 270 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 1 of 8); 24s remote-cache, linux-sandbox ... (70 actions running) [25,646 / 26,841] 270 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 1 of 8); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,651 / 26,841] 270 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 1 of 8); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,658 / 26,841] 270 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 1 of 8); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,660 / 26,841] 270 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 1 of 8); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,665 / 26,841] 270 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 1 of 8); 30s remote-cache, linux-sandbox ... (70 actions running) [25,672 / 26,841] 270 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 1 of 8); 31s remote-cache, linux-sandbox ... (70 actions running) [25,676 / 26,841] 270 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 1 of 8); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,686 / 26,841] 270 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 1 of 8); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,694 / 26,841] 270 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 1 of 8); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,702 / 26,841] 271 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 34); 35s remote-cache, linux-sandbox ... (70 actions running) [25,712 / 26,843] 271 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 34); 36s remote-cache, linux-sandbox ... (70 actions running) [25,718 / 26,843] 271 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 34); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,722 / 26,843] 271 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 34); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,731 / 26,843] 271 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 34); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,745 / 26,843] 271 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 34); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,752 / 26,843] 271 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 34); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,759 / 26,843] 271 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 34); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,768 / 26,843] 271 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 34); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,774 / 26,843] 271 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 34); 45s remote-cache, linux-sandbox ... (70 actions running) [25,780 / 26,843] 271 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 34); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,788 / 26,843] 271 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,794 / 26,843] 272 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,807 / 26,843] 272 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,817 / 26,856] 272 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 39s remote-cache, linux-sandbox ... (67 actions, 66 running) [25,823 / 26,856] 272 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,829 / 26,856] 272 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 42s remote-cache, linux-sandbox ... (70 actions running) [25,836 / 26,856] 272 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,840 / 26,856] 272 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,850 / 26,856] 272 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,858 / 26,856] 272 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,868 / 26,856] 272 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,874 / 26,856] 272 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,880 / 26,856] 272 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,885 / 26,856] 272 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 51s remote-cache, linux-sandbox ... (70 actions running) [25,895 / 26,856] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,901 / 26,856] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,909 / 26,856] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,917 / 26,885] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,925 / 26,885] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,932 / 26,885] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,937 / 26,885] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,942 / 26,885] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 60s remote-cache, linux-sandbox ... (70 actions running) [25,944 / 26,885] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,953 / 26,885] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,955 / 26,885] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,955 / 26,885] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 65s remote-cache, linux-sandbox ... (70 actions running) [25,957 / 26,885] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,958 / 26,885] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,960 / 26,885] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 69s remote-cache, linux-sandbox ... (70 actions running) [25,961 / 26,885] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 70s remote-cache, linux-sandbox ... (70 actions running) [25,964 / 26,936] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,967 / 26,955] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,969 / 26,955] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,971 / 26,955] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 75s remote-cache, linux-sandbox ... (70 actions running) [25,973 / 26,955] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 76s remote-cache, linux-sandbox ... (68 actions running) [25,976 / 26,995] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,979 / 27,031] 273 / 457 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 34); 79s remote-cache, linux-sandbox ... (70 actions running) [25,982 / 27,031] 274 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,985 / 27,031] 274 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,986 / 27,031] 275 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,991 / 27,031] 275 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 33s remote-cache, linux-sandbox ... (70 actions running) [25,993 / 27,031] 275 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,996 / 27,031] 275 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 36s remote-cache, linux-sandbox ... (70 actions running) [25,999 / 27,031] 275 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 37s remote-cache, linux-sandbox ... (70 actions running) [26,006 / 27,031] 275 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,006 / 27,031] 275 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 40s remote-cache, linux-sandbox ... (70 actions running) [26,007 / 27,031] 275 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,009 / 27,031] 275 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,011 / 27,031] 275 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 46s remote-cache, linux-sandbox ... (70 actions running) [26,011 / 27,031] 275 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 11 of 49); 47s remote-cache, linux-sandbox ... (70 actions running) [26,013 / 27,031] 275 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,015 / 27,031] 275 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 47s remote-cache, linux-sandbox ... (70 actions running) [26,018 / 27,031] 275 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 48s remote-cache, linux-sandbox ... (70 actions running) [26,019 / 27,031] 275 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,022 / 27,031] 275 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,029 / 27,080] 275 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,030 / 27,080] 275 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 53s remote-cache, linux-sandbox ... (70 actions running) [26,031 / 27,080] 275 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 54s remote-cache, linux-sandbox ... (70 actions running) [26,032 / 27,080] 275 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,033 / 27,080] 275 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 57s remote-cache, linux-sandbox ... (70 actions running) [26,036 / 27,080] 276 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 58s remote-cache, linux-sandbox ... (70 actions running) [26,042 / 27,080] 276 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,050 / 27,080] 276 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 61s remote-cache, linux-sandbox ... (70 actions running) [26,056 / 27,080] 276 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,062 / 27,080] 276 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 63s remote-cache, linux-sandbox ... (69 actions running) [26,074 / 27,080] 276 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,085 / 27,080] 276 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,089 / 27,080] 276 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,093 / 27,080] 276 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,101 / 27,106] 276 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 69s remote-cache, linux-sandbox ... (70 actions running) [26,102 / 27,106] 276 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,105 / 27,106] 276 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 46s remote-cache, linux-sandbox ... (70 actions running) [26,106 / 27,106] 276 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 47s remote-cache, linux-sandbox ... (70 actions running) [26,108 / 27,106] 276 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,111 / 27,106] 276 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,115 / 27,106] 277 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,115 / 27,106] 277 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 52s remote-cache, linux-sandbox ... (70 actions running) [26,117 / 27,106] 277 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,120 / 27,106] 277 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,120 / 27,106] 278 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 39s remote-cache, linux-sandbox ... (70 actions running) [26,124 / 27,106] 278 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 41s remote-cache, linux-sandbox ... (70 actions running) [26,126 / 27,106] 278 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 42s remote-cache, linux-sandbox ... (70 actions running) [26,127 / 27,106] 278 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,131 / 27,106] 278 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 46s remote-cache, linux-sandbox ... (70 actions running) [26,132 / 27,106] 278 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,138 / 27,106] 278 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,146 / 27,106] 278 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 50s remote-cache, linux-sandbox ... (70 actions running) [26,161 / 27,108] 278 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,168 / 27,108] 278 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,175 / 27,108] 279 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 54s remote-cache, linux-sandbox ... (70 actions running) [26,182 / 27,108] 279 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,187 / 27,108] 279 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,191 / 27,108] 279 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,197 / 27,108] 279 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,206 / 27,108] 279 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,214 / 27,108] 279 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,221 / 27,108] 279 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 62s remote-cache, linux-sandbox ... (70 actions running) [26,233 / 27,108] 279 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 63s remote-cache, linux-sandbox ... (70 actions running) [26,242 / 27,108] 279 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,254 / 27,108] 279 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,264 / 27,108] 279 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,273 / 27,108] 279 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,285 / 27,110] 279 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,294 / 27,110] 279 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,306 / 27,110] 279 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,312 / 27,110] 281 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 56s remote-cache, linux-sandbox ... (70 actions running) [26,326 / 27,110] 281 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,333 / 27,110] 281 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,336 / 27,110] 281 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,338 / 27,110] 281 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,350 / 27,110] 281 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,362 / 27,110] 282 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 63s remote-cache, linux-sandbox ... (70 actions running) [26,372 / 27,110] 282 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,377 / 27,110] 282 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,387 / 27,110] 284 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,395 / 27,110] 284 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,404 / 27,110] 284 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 64s remote-cache, linux-sandbox ... (70 actions running) [26,413 / 27,110] 284 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 65s remote-cache, linux-sandbox ... (70 actions running) [26,420 / 27,110] 284 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,429 / 27,119] 284 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,443 / 27,119] 284 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,454 / 27,119] 284 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 70s remote-cache, linux-sandbox ... (70 actions running) [26,467 / 27,119] 284 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 71s remote-cache, linux-sandbox ... (70 actions running) [26,474 / 27,119] 284 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,485 / 27,119] 284 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,494 / 27,119] 284 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,508 / 27,123] 284 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,517 / 27,123] 284 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,527 / 27,123] 284 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 78s remote-cache, linux-sandbox ... (70 actions running) [26,535 / 27,123] 284 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,538 / 27,123] 284 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,543 / 27,123] 285 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 81s remote-cache, linux-sandbox ... (69 actions running) [26,547 / 27,123] 285 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,557 / 27,123] 286 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,563 / 27,123] 286 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,572 / 27,123] 286 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,579 / 27,123] 286 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 87s remote-cache, linux-sandbox ... (70 actions running) [26,592 / 27,123] 286 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,599 / 27,123] 286 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,601 / 27,123] 286 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 90s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,610 / 27,123] 286 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,620 / 27,123] 286 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 93s remote-cache, linux-sandbox ... (70 actions running) [26,632 / 27,123] 287 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 94s remote-cache, linux-sandbox ... (70 actions running) [26,642 / 27,123] 287 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,649 / 27,123] 287 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,652 / 27,123] 287 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 98s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,660 / 27,138] 287 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,664 / 27,138] 287 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 100s remote-cache, linux-sandbox ... (70 actions running) [26,674 / 27,140] 287 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 101s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,676 / 27,140] 287 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 103s remote-cache, linux-sandbox ... (70 actions running) [26,678 / 27,142] 288 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 104s remote-cache, linux-sandbox ... (70 actions running) [26,680 / 27,142] 288 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 105s remote-cache, linux-sandbox ... (70 actions running) [26,681 / 27,142] 288 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 106s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,684 / 27,161] 289 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 107s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,685 / 27,161] 289 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,687 / 27,161] 289 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,689 / 27,161] 289 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 110s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,691 / 27,165] 289 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 112s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,692 / 27,165] 289 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 113s remote-cache, linux-sandbox ... (70 actions running) [26,697 / 27,167] 289 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 114s remote-cache, linux-sandbox ... (70 actions running) [26,699 / 27,167] 289 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 115s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,701 / 27,167] 290 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 117s remote-cache, linux-sandbox ... (70 actions running) [26,706 / 27,167] 290 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 118s remote-cache, linux-sandbox ... (69 actions running) [26,707 / 27,167] 290 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 119s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,713 / 27,167] 290 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 120s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,714 / 27,167] 290 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 121s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,717 / 27,167] 290 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 122s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,719 / 27,167] 290 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 124s remote-cache, linux-sandbox ... (70 actions running) [26,720 / 27,167] 290 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 125s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,725 / 27,167] 290 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 127s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,728 / 27,169] 291 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 128s remote-cache, linux-sandbox ... (70 actions running) [26,728 / 27,169] 291 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 129s remote-cache, linux-sandbox ... (70 actions running) [26,730 / 27,169] 292 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 131s remote-cache, linux-sandbox ... (70 actions running) [26,731 / 27,169] 292 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 132s remote-cache, linux-sandbox ... (70 actions running) [26,737 / 27,177] 292 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 133s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,738 / 27,177] 292 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 135s remote-cache, linux-sandbox ... (70 actions running) [26,742 / 27,177] 292 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 137s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,742 / 27,177] 292 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 138s remote-cache, linux-sandbox ... (70 actions running) [26,746 / 27,177] 292 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 139s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,747 / 27,177] 292 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 140s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,747 / 27,177] 292 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 142s remote-cache, linux-sandbox ... (70 actions running) [26,751 / 27,177] 292 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 126s remote-cache, linux-sandbox ... (70 actions running) [26,753 / 27,177] 292 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 127s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,755 / 27,177] 292 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 129s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,756 / 27,177] 292 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 130s remote-cache, linux-sandbox ... (70 actions running) [26,763 / 27,232] 293 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 131s remote-cache, linux-sandbox ... (70 actions running) [26,764 / 27,232] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 133s remote-cache, linux-sandbox ... (70 actions running) [26,767 / 27,232] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 134s remote-cache, linux-sandbox ... (70 actions running) [26,771 / 27,232] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 135s remote-cache, linux-sandbox ... (70 actions running) [26,775 / 27,232] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 137s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,778 / 27,232] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 138s remote-cache, linux-sandbox ... (70 actions running) [26,779 / 27,232] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 139s remote-cache, linux-sandbox ... (70 actions running) [26,782 / 27,232] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 140s remote-cache, linux-sandbox ... (70 actions running) [26,786 / 27,232] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 141s remote-cache, linux-sandbox ... (70 actions running) [26,786 / 27,232] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 142s remote-cache, linux-sandbox ... (70 actions running) [26,786 / 27,232] 295 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 144s remote-cache, linux-sandbox ... (70 actions running) [26,791 / 27,232] 295 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 145s remote-cache, linux-sandbox ... (70 actions running) [26,794 / 27,234] 296 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 146s remote-cache, linux-sandbox ... (70 actions running) [26,797 / 27,234] 296 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 148s remote-cache, linux-sandbox ... (70 actions running) [26,799 / 27,234] 297 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 150s remote-cache, linux-sandbox ... (70 actions running) [26,806 / 27,271] 297 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 151s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,808 / 27,271] 298 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 152s remote-cache, linux-sandbox ... (70 actions running) [26,810 / 27,271] 298 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 153s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,811 / 27,271] 298 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 154s remote-cache, linux-sandbox ... (70 actions running) [26,812 / 27,271] 298 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 155s remote-cache, linux-sandbox ... (70 actions running) [26,813 / 27,271] 298 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 156s remote-cache, linux-sandbox ... (70 actions running) [26,815 / 27,271] 298 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 158s remote-cache, linux-sandbox ... (70 actions running) [26,817 / 27,271] 298 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 159s remote-cache, linux-sandbox ... (70 actions running) [26,819 / 27,271] 298 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 161s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,820 / 27,271] 298 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 162s remote-cache, linux-sandbox ... (70 actions running) [26,823 / 27,287] 298 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 163s remote-cache, linux-sandbox ... (70 actions running) [26,825 / 27,287] 298 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 165s remote-cache, linux-sandbox ... (70 actions running) [26,828 / 27,287] 298 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 166s remote-cache, linux-sandbox ... (70 actions running) [26,828 / 27,287] 298 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 169s remote-cache, linux-sandbox ... (70 actions running) [26,832 / 27,287] 298 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 170s remote-cache, linux-sandbox ... (70 actions running) [26,834 / 27,289] 298 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 171s remote-cache, linux-sandbox ... (70 actions running) [26,836 / 27,289] 298 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 172s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,839 / 27,289] 299 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 174s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,841 / 27,289] 299 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 175s remote-cache, linux-sandbox ... (70 actions running) [26,844 / 27,289] 299 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 176s remote-cache, linux-sandbox ... (70 actions running) [26,848 / 27,289] 299 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 178s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,850 / 27,289] 300 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 179s remote-cache, linux-sandbox ... (70 actions running) [26,857 / 27,308] 300 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 180s remote-cache, linux-sandbox ... (70 actions running) [26,868 / 27,308] 300 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 182s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,875 / 27,308] 300 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 183s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,887 / 27,308] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 184s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,896 / 27,308] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 185s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,904 / 27,308] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 186s remote-cache, linux-sandbox ... (70 actions running) [26,908 / 27,308] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 187s remote-cache, linux-sandbox ... (70 actions running) [26,919 / 27,310] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 189s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,932 / 27,310] 302 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 190s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,945 / 27,310] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 191s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,954 / 27,310] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 192s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,960 / 27,310] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 193s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,977 / 27,334] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 194s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,978 / 27,334] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 195s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,980 / 27,334] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 196s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,983 / 27,334] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 197s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,986 / 27,334] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 198s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,992 / 27,436] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 199s remote-cache, linux-sandbox ... (70 actions running) [26,995 / 27,436] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 201s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,997 / 27,436] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 202s remote-cache, linux-sandbox ... (70 actions running) [26,998 / 27,436] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 203s remote-cache, linux-sandbox ... (70 actions running) [27,001 / 27,436] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 205s remote-cache, linux-sandbox ... (70 actions running) [27,004 / 27,436] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 207s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,006 / 27,436] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 208s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,011 / 27,450] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 209s remote-cache, linux-sandbox ... (70 actions running) [27,016 / 27,459] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 211s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,021 / 27,464] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 212s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,027 / 27,464] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 213s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,030 / 27,464] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 214s remote-cache, linux-sandbox ... (70 actions running) [27,036 / 27,464] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 215s remote-cache, linux-sandbox ... (70 actions running) [27,037 / 27,464] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 217s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,046 / 27,464] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 218s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,050 / 27,464] 303 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 219s remote-cache, linux-sandbox ... (70 actions running) [27,055 / 27,464] 304 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 220s remote-cache, linux-sandbox ... (70 actions running) [27,060 / 27,464] 304 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 222s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,068 / 27,464] 305 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 223s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,070 / 27,464] 305 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 224s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,074 / 27,464] 305 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 225s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,076 / 27,464] 305 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 226s remote-cache, linux-sandbox ... (70 actions running) [27,085 / 27,515] 305 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 228s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,091 / 27,515] 305 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 229s remote-cache, linux-sandbox ... (68 actions, 66 running) [27,096 / 27,515] 305 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 230s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,101 / 27,515] 305 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 231s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,103 / 27,515] 305 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 232s remote-cache, linux-sandbox ... (70 actions running) [27,104 / 27,515] 305 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 233s remote-cache, linux-sandbox ... (70 actions running) [27,111 / 27,515] 305 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 235s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,114 / 27,515] 305 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 236s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,117 / 27,515] 306 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 237s remote-cache, linux-sandbox ... (70 actions running) [27,117 / 27,515] 306 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 238s remote-cache, linux-sandbox ... (70 actions running) [27,126 / 27,517] 306 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 240s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,128 / 27,517] 306 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 241s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,130 / 27,517] 307 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 242s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,133 / 27,517] 308 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 243s remote-cache, linux-sandbox ... (70 actions running) [27,135 / 27,517] 308 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 244s remote-cache, linux-sandbox ... (70 actions running) [27,138 / 27,517] 308 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 245s remote-cache, linux-sandbox ... (69 actions, 68 running) FAIL: //pkg/ddl:ddl_test (shard 11 of 50) (see /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_11_of_50/test_attempts/attempt_1.log) [27,139 / 27,517] 308 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 247s remote-cache, linux-sandbox ... (70 actions running) FAIL: //pkg/ddl:ddl_test (shard 11 of 50) (see /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_11_of_50/test_attempts/attempt_2.log) [27,140 / 27,517] 308 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 248s remote-cache, linux-sandbox ... (70 actions running) FAIL: //pkg/ddl:ddl_test (shard 11 of 50) (see /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_11_of_50/test_attempts/attempt_3.log) [27,142 / 27,517] 308 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 250s remote-cache, linux-sandbox ... (69 actions, 68 running) FAIL: //pkg/ddl:ddl_test (shard 11 of 50) (see /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_11_of_50/test_attempts/attempt_4.log) [27,144 / 27,517] 309 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 251s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,147 / 27,517] 309 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 252s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,155 / 27,517] 309 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 253s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,159 / 27,519] 309 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 254s remote-cache, linux-sandbox ... (70 actions running) [27,161 / 27,519] 309 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 255s remote-cache, linux-sandbox ... (70 actions running) [27,163 / 27,519] 310 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 257s remote-cache, linux-sandbox ... (70 actions running) [27,166 / 27,519] 310 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 258s remote-cache, linux-sandbox ... (70 actions running) [27,169 / 27,519] 310 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 259s remote-cache, linux-sandbox ... (70 actions running) [27,175 / 27,523] 310 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 260s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,177 / 27,523] 310 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 262s remote-cache, linux-sandbox ... (69 actions, 68 running) INFO: From Testing //pkg/ddl:ddl_test (shard 11 of 50): ==================== Test output for //pkg/ddl:ddl_test (shard 11 of 50): === RUN TestBackfillingSchedulerGlobalSortMode [2025/04/05 07:09:34.846 +00:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 07:09:34.847 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:34.847 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:34.848 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:34.848 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:34.849 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:34.851 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=0c9d2cb5-afd1-4540-8df4-f0b00cdad204] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 07:09:34.861 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 07:09:34.861 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 07:09:34.862 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\tpkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\tpkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:222\ngithub.com/pingcap/tidb/pkg/ddl_test.TestBackfillingSchedulerGlobalSortMode\n\tpkg/ddl/backfilling_dist_scheduler_test.go:141\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 07:09:34.882 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=19.769003ms] [2025/04/05 07:09:34.882 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 07:09:34.882 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=69ac70a7-bcf2-4541-8766-942e7fb68156] [runWorker=true] [jobVersion=v2] [2025/04/05 07:09:34.882 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 07:09:34.882 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 07:09:34.882 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 07:09:34.882 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=69ac70a7-bcf2-4541-8766-942e7fb68156] [2025/04/05 07:09:34.882 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 07:09:34.882 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 07:09:34.882 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 07:09:34.882 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 07:09:34.882 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 07:09:34.882 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 07:09:34.883 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 07:09:34.883 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 07:09:34.883 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 07:09:34.883 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 07:09:34.883 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 07:09:34.883 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 07:09:34.883 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 07:09:34.883 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 07:09:34.883 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 07:09:34.883 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\tpkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\tpkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\tpkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 07:09:34.888 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:34.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:34.888 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:34.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 07:09:34.890 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:34.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:34.917 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=25.705957ms] [2025/04/05 07:09:34.918 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 07:09:34.919 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:34.919 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 07:09:34.920 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=28.651758ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:34.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:34.923 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:34.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:34.926 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 07:09:34.926 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 07:09:34.927 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 07:09:34.928 +00:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Asia/Shanghai] [2025/04/05 07:09:34.933 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:34.929 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:34.933 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:34.929 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [2025/04/05 07:09:34.935 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:34.929 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:34.945 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=854.465ยตs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:34.947 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:34.947 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 07:09:34.949 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=4.098663ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:34.929 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:34.952 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:34.929 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:34.957 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 07:09:34.957 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 07:09:34.960 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:34.959 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:34.960 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:34.959 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2025/04/05 07:09:34.962 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:34.959 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:34.964 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=226.54ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:34.965 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:34.965 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 07:09:34.967 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.8164ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:34.959 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:34.969 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:34.959 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:34.972 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 07:09:34.972 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/05 07:09:34.974 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:34.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:34.974 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:34.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [2025/04/05 07:09:34.976 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:34.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:34.978 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=302.586ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:34.979 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:34.979 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 07:09:34.980 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.273083ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:34.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:34.982 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:34.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:34.984 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 07:09:34.984 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/05 07:09:34.988 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:34.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:34.988 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:34.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [2025/04/05 07:09:34.990 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:34.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:34.995 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=652.875ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:34.996 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:34.996 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 07:09:34.996 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=2.021602ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:34.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:34.999 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:34.986 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.003 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 07:09:35.003 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 07:09:35.006 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.006 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [2025/04/05 07:09:35.008 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.012 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=350.313ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.013 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.013 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 07:09:35.014 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.792291ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.016 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.019 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 07:09:35.019 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 07:09:35.022 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.021 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.022 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.021 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [2025/04/05 07:09:35.025 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.021 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.028 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=390.438ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.029 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.030 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 07:09:35.030 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.050324ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.021 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.032 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.021 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.035 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 07:09:35.035 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 07:09:35.038 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.037 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.038 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.037 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/05 07:09:35.039 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.037 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.042 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=218.202ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.044 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.044 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 07:09:35.044 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.229157ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.037 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.046 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.037 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.048 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 07:09:35.049 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/05 07:09:35.052 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.052 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2025/04/05 07:09:35.054 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.056 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=276.779ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.058 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.058 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 07:09:35.058 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.176519ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.061 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.063 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 07:09:35.063 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/05 07:09:35.066 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.066 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/05 07:09:35.068 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.070 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=226.686ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.071 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.071 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 07:09:35.072 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.063868ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.074 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.077 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 07:09:35.078 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/05 07:09:35.081 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.079 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.081 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.079 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2025/04/05 07:09:35.082 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.079 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.085 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=230.38ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.085 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.085 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 07:09:35.087 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.424582ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.079 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.089 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.079 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.091 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 07:09:35.091 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/05 07:09:35.092 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:35.094 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.094 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 07:09:35.095 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.098 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=463.172ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.100 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.100 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 07:09:35.100 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.453028ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.103 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.106 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 07:09:35.107 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 07:09:35.110 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.109 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.110 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.109 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2025/04/05 07:09:35.112 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.109 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.115 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=295.555ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.116 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.116 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 07:09:35.117 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.358371ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.109 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.119 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.109 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.121 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 07:09:35.121 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/05 07:09:35.124 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.123 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.124 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.123 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2025/04/05 07:09:35.126 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.123 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.128 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=346.211ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.130 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.130 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 07:09:35.131 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.999351ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.123 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.133 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.123 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.136 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 07:09:35.136 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 07:09:35.139 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.138 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.139 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.138 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2025/04/05 07:09:35.141 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.138 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.144 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=363.274ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.145 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.145 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 07:09:35.146 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=2.522458ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.138 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.148 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.138 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.151 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 07:09:35.151 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 07:09:35.154 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.153 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.154 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.153 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2025/04/05 07:09:35.156 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.153 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.158 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=306.348ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.160 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.160 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 07:09:35.161 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=3.035585ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.153 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.163 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.153 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.165 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 07:09:35.165 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 07:09:35.168 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.167 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.168 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.167 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2025/04/05 07:09:35.170 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.167 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.173 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=329.569ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.174 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.174 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 07:09:35.175 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=3.038248ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.167 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.177 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.167 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.180 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 07:09:35.180 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/05 07:09:35.182 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.182 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [2025/04/05 07:09:35.184 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.187 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=304.974ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.188 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.188 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 07:09:35.189 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.85047ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.192 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.181 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.195 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 07:09:35.195 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/05 07:09:35.199 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.199 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 07:09:35.200 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.204 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=425.292ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.206 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.206 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 07:09:35.206 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.359237ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.209 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.213 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 07:09:35.213 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 07:09:35.216 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.217 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 07:09:35.218 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.221 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=333.739ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.222 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.222 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 07:09:35.223 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=2.938179ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.225 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.215 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.228 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 07:09:35.228 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 07:09:35.230 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.23 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.231 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.23 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2025/04/05 07:09:35.232 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.23 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.235 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=272.962ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.236 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.236 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 07:09:35.237 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=2.904404ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.23 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.239 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.23 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.242 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 07:09:35.242 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/05 07:09:35.245 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.245 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/05 07:09:35.247 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.250 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=237.145ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.251 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.251 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 07:09:35.252 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.298644ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.254 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.257 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 07:09:35.257 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/05 07:09:35.260 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.259 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.260 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.259 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2025/04/05 07:09:35.262 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.259 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.265 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=287.675ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.266 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.266 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 07:09:35.267 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=2.879928ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.259 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.269 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.259 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.273 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 07:09:35.273 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/05 07:09:35.276 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.275 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 07:09:35.276 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.275 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.278 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.275 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.281 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=277.051ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.282 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.282 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 07:09:35.283 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.388202ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.275 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.285 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.275 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.288 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 07:09:35.288 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 07:09:35.291 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.29 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.291 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.29 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [2025/04/05 07:09:35.293 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.29 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.295 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=272.139ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.296 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.296 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 07:09:35.298 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=2.567093ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.29 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.300 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.29 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.302 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 07:09:35.302 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/05 07:09:35.305 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.304 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.305 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.304 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2025/04/05 07:09:35.306 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.304 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.309 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=241.566ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.310 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.310 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 07:09:35.311 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=2.220016ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.304 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.313 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.304 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.316 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 07:09:35.316 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/05 07:09:35.318 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.317 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.318 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.317 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2025/04/05 07:09:35.320 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.317 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.322 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=274.048ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.323 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.323 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 07:09:35.324 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.370749ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.317 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.326 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.317 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.329 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 07:09:35.329 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/05 07:09:35.332 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.331 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.332 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.331 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2025/04/05 07:09:35.333 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.331 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.335 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=247.561ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.336 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.336 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 07:09:35.337 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.414586ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.331 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.339 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.331 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.342 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 07:09:35.342 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/05 07:09:35.342 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:35.345 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.345 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2025/04/05 07:09:35.347 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.350 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=259.783ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.352 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.352 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 07:09:35.352 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.016858ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.354 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.344 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.357 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 07:09:35.357 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/05 07:09:35.361 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.359 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.361 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.359 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 07:09:35.363 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.359 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.366 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=437.358ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.367 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.367 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 07:09:35.368 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=2.430719ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.359 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.369 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.359 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.372 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 07:09:35.372 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 07:09:35.375 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.373 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.375 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.373 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 07:09:35.376 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.373 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.379 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=327.71ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.380 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.380 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 07:09:35.382 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.986527ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.373 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.385 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.373 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.388 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 07:09:35.388 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 07:09:35.392 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.39 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.392 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.39 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [2025/04/05 07:09:35.394 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.39 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.399 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=652.656ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.401 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.401 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 07:09:35.402 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=4.070999ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.39 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.405 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.39 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.409 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 07:09:35.409 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/05 07:09:35.412 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.411 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.412 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.411 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/05 07:09:35.413 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.411 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.415 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=194.034ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.416 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.416 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 07:09:35.417 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.499566ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.411 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.419 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.411 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.422 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 07:09:35.422 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/05 07:09:35.426 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.424 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.426 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.424 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0\n\t);"] [2025/04/05 07:09:35.427 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.424 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.430 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=366.419ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 07:09:35.432 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.432 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 07:09:35.432 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.040893ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.424 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.434 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.424 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.437 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 07:09:35.440 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.440 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/05 07:09:35.442 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.445 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=279.899ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.446 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.446 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 07:09:35.447 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.482888ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.449 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.439 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.452 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 07:09:35.452 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/05 07:09:35.455 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.454 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.455 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.454 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [2025/04/05 07:09:35.457 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.454 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.459 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=266.249ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.460 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.460 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 07:09:35.461 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.681357ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.454 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.463 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.454 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.466 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 07:09:35.466 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2025/04/05 07:09:35.469 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.468 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.469 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.468 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [2025/04/05 07:09:35.470 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.468 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.472 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=266.569ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.474 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.474 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 07:09:35.474 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.036264ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.468 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.476 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.468 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.479 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 07:09:35.479 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2025/04/05 07:09:35.481 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.48 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.481 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.48 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [2025/04/05 07:09:35.483 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.48 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.487 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=396.274ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.488 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.488 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 07:09:35.489 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.996034ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.48 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.492 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.48 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.495 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 07:09:35.496 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2025/04/05 07:09:35.499 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.499 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [2025/04/05 07:09:35.501 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.505 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=488.92ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.507 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.507 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 07:09:35.507 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=2.086786ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.509 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.513 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 07:09:35.513 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2025/04/05 07:09:35.516 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.516 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [2025/04/05 07:09:35.518 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.523 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=601.686ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.524 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.524 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 07:09:35.526 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=4.502899ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.529 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.515 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.532 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 07:09:35.532 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2025/04/05 07:09:35.535 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.534 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.535 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.534 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 07:09:35.536 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.534 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.540 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=566.034ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.541 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.541 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 07:09:35.541 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.247877ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.534 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.544 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.534 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.548 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 07:09:35.548 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 07:09:35.551 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.552 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 07:09:35.553 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.558 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=662.54ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.559 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.559 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 07:09:35.562 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=4.883105ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.564 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.568 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 07:09:35.568 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 07:09:35.572 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.573 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [2025/04/05 07:09:35.575 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.580 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=368.86ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.581 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.581 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 07:09:35.581 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.302387ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.584 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.57 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.588 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 07:09:35.588 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2025/04/05 07:09:35.591 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.59 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.591 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.59 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 07:09:35.593 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.59 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.596 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=450.131ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.598 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.598 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 07:09:35.599 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.980257ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.59 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.602 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.59 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.605 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 07:09:35.605 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 07:09:35.607 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.606 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.607 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.606 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 07:09:35.608 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.606 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.612 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=312.751ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.613 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.613 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 07:09:35.613 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.237212ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.606 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.615 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.606 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.617 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 07:09:35.617 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 07:09:35.620 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.619 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.620 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.619 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [2025/04/05 07:09:35.622 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.619 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.626 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=569.625ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.627 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.627 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 07:09:35.628 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.254053ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.619 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.630 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.619 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.633 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 07:09:35.633 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2025/04/05 07:09:35.636 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.635 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.636 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.635 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 07:09:35.637 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.635 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.640 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=411.611ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.641 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.641 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 07:09:35.642 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=2.501248ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.635 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.644 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.635 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.647 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 07:09:35.647 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 07:09:35.650 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.649 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.650 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.649 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [2025/04/05 07:09:35.652 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.649 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.654 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=250.18ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.655 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.655 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 07:09:35.656 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.25827ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.649 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.658 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.649 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.661 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 07:09:35.661 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2025/04/05 07:09:35.664 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.663 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.664 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.663 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [2025/04/05 07:09:35.665 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.663 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.667 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=245.034ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.668 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.668 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 07:09:35.669 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.344744ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.663 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.671 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.663 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.674 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 07:09:35.674 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2025/04/05 07:09:35.675 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:35.677 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.676 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.677 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.676 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/05 07:09:35.678 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.676 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.681 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=304.09ยตs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.682 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.682 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 07:09:35.683 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.069761ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.676 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.685 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.676 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.687 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 07:09:35.688 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/05 07:09:35.690 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.690 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 07:09:35.691 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.693 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=59.161ยตs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 07:09:35.694 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.694 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 07:09:35.695 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.428692ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.697 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.699 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 07:09:35.699 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 07:09:35.702 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.702 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE VIEW sys.schema_unused_indexes AS\n\t\tSELECT\n\t\t\ttable_schema as object_schema,\n\t\t\ttable_name as object_name,\n\t\t\tindex_name\n\t\tFROM information_schema.cluster_tidb_index_usage\n\t\tWHERE\n\t\t\ttable_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and\n\t\t\tindex_name != 'PRIMARY'\n\t\tGROUP BY table_schema, table_name, index_name\n\t\tHAVING\n\t\t\tsum(last_access_time) is null;"] [2025/04/05 07:09:35.703 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.705 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=227.84ยตs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 07:09:35.706 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.706 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 07:09:35.707 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.039532ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.709 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.701 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.711 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 07:09:35.714 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.713 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.714 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.713 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [2025/04/05 07:09:35.715 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.713 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.718 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=459.844ยตs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.719 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.719 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 07:09:35.720 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=3.075212ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.713 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.722 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.713 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.725 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 07:09:35.725 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/05 07:09:35.728 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.727 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.728 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.727 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [2025/04/05 07:09:35.729 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.727 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.732 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=236.643ยตs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.733 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.733 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 07:09:35.735 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=2.815ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.727 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.736 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.727 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.739 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 07:09:35.740 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/05 07:09:35.743 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.743 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [2025/04/05 07:09:35.744 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.747 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=375.667ยตs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.749 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:35.749 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 07:09:35.749 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=2.048621ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.751 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.754 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 07:09:35.754 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/05 07:09:35.783 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=899.876238ms] [2025/04/05 07:09:35.783 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=69ac70a7-bcf2-4541-8766-942e7fb68156] [2025/04/05 07:09:35.784 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 07:09:35.784 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 07:09:35.784 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 07:09:35.784 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=15.628ยตs] [2025/04/05 07:09:35.784 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=10.618ยตs] [2025/04/05 07:09:35.784 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=9.701ยตs] [2025/04/05 07:09:35.784 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=9.038ยตs] [2025/04/05 07:09:35.784 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=8.927ยตs] [2025/04/05 07:09:35.784 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=9.209ยตs] [2025/04/05 07:09:35.784 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=9.844ยตs] [2025/04/05 07:09:35.784 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=9.683ยตs] [2025/04/05 07:09:35.784 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=10.041ยตs] [2025/04/05 07:09:35.784 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=9.13ยตs] [2025/04/05 07:09:35.784 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=69ac70a7-bcf2-4541-8766-942e7fb68156] [2025/04/05 07:09:35.784 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 07:09:35.784 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 07:09:35.788 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=69ac70a7-bcf2-4541-8766-942e7fb68156] ["take time"=5.635165ms] [2025/04/05 07:09:35.788 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=69ac70a7-bcf2-4541-8766-942e7fb68156] [2025/04/05 07:09:35.788 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 07:09:35.788 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 07:09:35.788 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 07:09:35.788 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 07:09:35.788 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 07:09:35.788 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 07:09:35.788 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 07:09:35.788 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 07:09:35.788 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 07:09:35.788 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 07:09:35.788 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 07:09:35.789 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 07:09:35.788 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 07:09:35.789 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 07:09:35.789 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=5.852675ms] [2025/04/05 07:09:35.789 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=0c9d2cb5-afd1-4540-8df4-f0b00cdad204] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 07:09:35.796 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 07:09:35.796 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 07:09:35.817 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=21.400281ms] [2025/04/05 07:09:35.817 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 07:09:35.819 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [runWorker=true] [jobVersion=v2] [2025/04/05 07:09:35.819 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 07:09:35.819 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 07:09:35.819 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 07:09:35.819 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [2025/04/05 07:09:35.819 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 07:09:35.819 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 07:09:35.819 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 07:09:35.819 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 07:09:35.819 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 07:09:35.819 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 07:09:35.819 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 07:09:35.819 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 07:09:35.819 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 07:09:35.819 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 07:09:35.819 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 07:09:35.819 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 07:09:35.819 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 07:09:35.819 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 07:09:35.819 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 07:09:35.822 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 07:09:35.822 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [2025/04/05 07:09:35.822 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 07:09:35.824 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 07:09:35.825 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 07:09:35.825 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 07:09:35.828 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 07:09:35.830 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 07:09:35.830 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 07:09:35.830 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 07:09:35.830 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 07:09:35.830 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/05 07:09:35.830 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 07:09:35.830 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 07:09:35.831 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 07:09:35.831 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [2025/04/05 07:09:35.831 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 07:09:35.832 +00:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=16] [total-mem=342GiB] [total-disk=434.8GiB] [2025/04/05 07:09:35.832 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [ttl-worker=task-manager] [ttl-worker=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [originalCount=0] [newCount=4] [2025/04/05 07:09:35.832 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [ttl-worker=task-manager] [ttl-worker=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [originalCount=0] [newCount=4] [2025/04/05 07:09:35.832 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [2025/04/05 07:09:35.833 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 07:09:35.833 +00:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 07:09:35.833 +00:00] [INFO] [domain.go:1839] ["dist task executor manager started"] testkit.go:123: RefreshSession rand seed: 1743836975833634837 [2025/04/05 07:09:35.834 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2025/04/05 07:09:35.837 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:35.837 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t1(id bigint auto_random primary key)"] [2025/04/05 07:09:35.839 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.839 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 112, Table Name: t1)"] [2025/04/05 07:09:35.842 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=192.052ยตs] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:35.844 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 07:09:35.844 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=2.39521ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:35.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.847 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:35.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:35.849 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 07:09:35.850 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create table t1(id bigint auto_random primary key)"] [user=] backfilling_dist_scheduler_test.go:339: Error Trace: pkg/ddl/backfilling_dist_scheduler_test.go:339 pkg/ddl/backfilling_dist_scheduler_test.go:159 Error: Received unexpected error: listen tcp 127.0.0.1:4443: bind: address already in use Test: TestBackfillingSchedulerGlobalSortMode [2025/04/05 07:09:35.855 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 07:09:35.855 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [2025/04/05 07:09:35.855 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 07:09:35.855 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 07:09:35.855 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=18.243ยตs] [2025/04/05 07:09:35.855 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [2025/04/05 07:09:35.855 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 07:09:35.855 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 07:09:35.855 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] ["take time"=296.517ยตs] [2025/04/05 07:09:35.855 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [2025/04/05 07:09:35.855 +00:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 07:09:35.855 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [ttl-worker=task-manager] [ttl-worker=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [originalCount=4] [newCount=0] [2025/04/05 07:09:35.856 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 07:09:35.856 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 07:09:35.856 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 07:09:35.856 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 07:09:35.856 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [ttl-worker=task-manager] [ttl-worker=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [originalCount=4] [newCount=0] [2025/04/05 07:09:35.856 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 07:09:35.856 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 07:09:35.856 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 07:09:35.856 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 07:09:35.857 +00:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [2025/04/05 07:09:35.857 +00:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 07:09:35.857 +00:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 07:09:35.857 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 07:09:35.857 +00:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 07:09:35.857 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 07:09:35.857 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 07:09:35.857 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 07:09:35.857 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 07:09:35.857 +00:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 07:09:35.857 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [2025/04/05 07:09:35.857 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 07:09:35.857 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 07:09:35.857 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 07:09:35.857 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 07:09:35.857 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [2025/04/05 07:09:35.857 +00:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 07:09:35.857 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 07:09:35.857 +00:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 07:09:35.857 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 07:09:35.857 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 07:09:35.857 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:35.857 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 07:09:35.857 +00:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 07:09:35.857 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 07:09:35.857 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:35.857 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:35.857 +00:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 07:09:35.857 +00:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 07:09:35.857 +00:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 07:09:35.857 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:35.857 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 07:09:35.857 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 07:09:35.857 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:35.857 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:35.857 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 07:09:35.857 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:35.857 +00:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 07:09:35.857 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:35.857 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 07:09:35.857 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:35.857 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:35.857 +00:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 07:09:35.857 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 07:09:35.857 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 07:09:35.857 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [2025/04/05 07:09:35.857 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 07:09:35.857 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:35.857 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 07:09:35.857 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:35.857 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 07:09:35.857 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 07:09:35.860 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=3dd03d7c-5bc2-4b42-94a0-a79b056ebfa0] [2025/04/05 07:09:35.860 +00:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 07:09:35.860 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 07:09:35.860 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=4.897837ms] [2025/04/05 07:09:35.860 +00:00] [INFO] [db.go:567] ["Closing database"] [2025/04/05 07:09:35.861 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 07:09:35.861 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 07:09:35.861 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 07:09:35.861 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 07:09:35.861 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestBackfillingSchedulerGlobalSortMode (1.03s) panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x64bd8ce] goroutine 94 [running]: testing.tRunner.func1.2({0x6cee720, 0xb171a20}) GOROOT/src/testing/testing.go:1632 +0x230 testing.tRunner.func1() GOROOT/src/testing/testing.go:1635 +0x35e panic({0x6cee720?, 0xb171a20?}) GOROOT/src/runtime/panic.go:791 +0x132 github.com/fsouza/fake-gcs-server/fakestorage.(*Server).Stop(0x25bd3d2?) external/com_github_fsouza_fake_gcs_server/fakestorage/server.go:305 +0xe github.com/pingcap/tidb/pkg/ddl_test.createAddIndexTask.func1() pkg/ddl/backfilling_dist_scheduler_test.go:337 +0x25 testing.(*common).Cleanup.func1() GOROOT/src/testing/testing.go:1176 +0x109 testing.(*common).runCleanup(0xc0013204e0, 0x0?) GOROOT/src/testing/testing.go:1354 +0xd5 testing.tRunner.func2() GOROOT/src/testing/testing.go:1684 +0x25 runtime.Goexit() GOROOT/src/runtime/panic.go:635 +0x5e testing.(*common).FailNow(0xc0013204e0) GOROOT/src/testing/testing.go:1006 +0x4a github.com/stretchr/testify/require.NoError({0x7f3bb90, 0xc0013204e0}, {0x7f2ad00, 0xc009a120a0}, {0x0, 0x0, 0x0}) external/com_github_stretchr_testify/require/require.go:1357 +0xca github.com/pingcap/tidb/pkg/ddl_test.createAddIndexTask(0xc0013204e0, 0xc00b6e5908, {0x751532b, 0x4}, {0x7513502, 0x2}, {0x751ec2b, 0x8}, 0x1) pkg/ddl/backfilling_dist_scheduler_test.go:339 +0x67b github.com/pingcap/tidb/pkg/ddl_test.TestBackfillingSchedulerGlobalSortMode(0xc0013204e0) pkg/ddl/backfilling_dist_scheduler_test.go:159 +0x3fd testing.tRunner(0xc0013204e0, 0x77be6c8) GOROOT/src/testing/testing.go:1690 +0xf4 created by testing.(*T).Run in goroutine 1 GOROOT/src/testing/testing.go:1743 +0x390 -- Coverage runner: Not collecting coverage for failed test. The following commands failed with status 2 /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/26532/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/ddl/ddl_test_/ddl_test.runfiles/__main__/pkg/ddl/ddl_test_/ddl_test ================================================================================ ==================== Test output for //pkg/ddl:ddl_test (shard 11 of 50): === RUN TestBackfillingSchedulerGlobalSortMode [2025/04/05 07:09:36.179 +00:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 07:09:36.179 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:36.179 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:36.181 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:36.181 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:36.181 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:36.184 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=36444d8c-ba0e-40f0-8db2-a1b24fd9465b] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 07:09:36.194 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 07:09:36.194 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 07:09:36.195 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\tpkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\tpkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:222\ngithub.com/pingcap/tidb/pkg/ddl_test.TestBackfillingSchedulerGlobalSortMode\n\tpkg/ddl/backfilling_dist_scheduler_test.go:141\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 07:09:36.214 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=19.09314ms] [2025/04/05 07:09:36.214 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 07:09:36.214 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=9a9326e9-55ae-459f-8010-c0c4d015f945] [runWorker=true] [jobVersion=v2] [2025/04/05 07:09:36.214 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 07:09:36.214 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 07:09:36.214 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 07:09:36.214 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 07:09:36.214 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 07:09:36.214 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 07:09:36.214 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 07:09:36.214 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 07:09:36.214 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 07:09:36.214 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 07:09:36.214 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=9a9326e9-55ae-459f-8010-c0c4d015f945] [2025/04/05 07:09:36.214 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 07:09:36.214 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 07:09:36.214 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 07:09:36.214 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 07:09:36.214 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 07:09:36.214 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 07:09:36.215 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 07:09:36.215 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 07:09:36.215 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\tpkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\tpkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\tpkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 07:09:36.220 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.218 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.220 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.218 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 07:09:36.222 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.218 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.250 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=25.406863ms] [2025/04/05 07:09:36.250 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 07:09:36.251 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.251 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 07:09:36.252 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=28.16858ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.218 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.255 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.218 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.258 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 07:09:36.259 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 07:09:36.259 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 07:09:36.260 +00:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Asia/Shanghai] [2025/04/05 07:09:36.265 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.265 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [2025/04/05 07:09:36.267 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.278 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=2.35549ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.280 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.280 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 07:09:36.280 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=4.166681ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.283 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.288 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 07:09:36.288 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 07:09:36.291 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.29 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.291 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.29 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2025/04/05 07:09:36.293 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.29 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.296 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=219.591ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.297 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.297 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 07:09:36.297 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.028123ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.29 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.299 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.29 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.302 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 07:09:36.303 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/05 07:09:36.305 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.304 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.306 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.304 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [2025/04/05 07:09:36.307 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.304 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.311 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=300.988ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.312 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.312 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 07:09:36.314 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=3.067225ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.304 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.316 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.304 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.320 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 07:09:36.320 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/05 07:09:36.324 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.322 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.324 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.322 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [2025/04/05 07:09:36.326 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.322 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.332 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=701.257ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.333 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.333 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 07:09:36.335 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=4.370104ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.322 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.338 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.322 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.342 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 07:09:36.342 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 07:09:36.344 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.344 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [2025/04/05 07:09:36.346 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.349 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=338.674ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.349 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.349 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 07:09:36.351 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.641221ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.353 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.343 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.356 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 07:09:36.356 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 07:09:36.359 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.357 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.359 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.357 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [2025/04/05 07:09:36.360 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.357 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.363 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=398.211ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.365 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.365 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 07:09:36.365 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.417501ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.357 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.367 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.357 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.370 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 07:09:36.370 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 07:09:36.373 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.371 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.373 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.371 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/05 07:09:36.374 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.371 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.376 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=201.073ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.377 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.377 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 07:09:36.378 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.233709ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.371 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.380 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.371 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.383 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 07:09:36.383 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/05 07:09:36.386 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.385 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.386 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.385 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2025/04/05 07:09:36.388 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.385 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.391 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=294.866ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.392 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.392 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 07:09:36.393 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.430813ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.385 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.395 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.385 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.398 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 07:09:36.398 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/05 07:09:36.401 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.4 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.401 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.4 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/05 07:09:36.403 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.4 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.407 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=333.336ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.408 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.408 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 07:09:36.409 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.580238ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.4 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.411 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.4 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.414 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 07:09:36.414 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/05 07:09:36.417 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.417 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2025/04/05 07:09:36.418 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.422 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=327.408ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.423 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.423 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 07:09:36.424 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.729391ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.426 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.429 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 07:09:36.429 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/05 07:09:36.430 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:36.432 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.432 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 07:09:36.434 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.438 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=509.508ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.439 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.439 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 07:09:36.439 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.032385ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.441 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.445 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 07:09:36.445 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 07:09:36.448 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.447 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.448 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.447 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2025/04/05 07:09:36.450 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.447 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.453 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=438.807ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.455 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.455 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 07:09:36.455 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.045278ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.447 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.457 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.447 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.460 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 07:09:36.460 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/05 07:09:36.463 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.464 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2025/04/05 07:09:36.465 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.468 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=293ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.469 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.469 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 07:09:36.470 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.682828ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.472 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.462 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.474 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 07:09:36.474 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 07:09:36.477 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.476 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.477 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.476 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2025/04/05 07:09:36.478 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.476 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.481 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=313.84ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.482 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.482 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 07:09:36.482 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=2.204282ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.476 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.485 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.476 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.487 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 07:09:36.487 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 07:09:36.490 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.489 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.490 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.489 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2025/04/05 07:09:36.492 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.489 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.495 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=342.497ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.496 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.496 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 07:09:36.497 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.254329ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.489 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.499 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.489 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.502 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 07:09:36.502 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 07:09:36.505 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.504 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.505 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.504 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2025/04/05 07:09:36.507 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.504 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.510 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=235.861ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.511 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.511 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 07:09:36.513 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.822622ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.504 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.514 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.504 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.517 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 07:09:36.517 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/05 07:09:36.519 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.518 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.519 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.518 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [2025/04/05 07:09:36.520 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.518 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.523 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=243.258ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.524 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.524 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 07:09:36.525 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.588423ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.518 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.527 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.518 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.530 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 07:09:36.531 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/05 07:09:36.534 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.533 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.534 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.533 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 07:09:36.536 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.533 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.540 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=475.022ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.541 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.541 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 07:09:36.542 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.604571ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.533 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.544 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.533 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.547 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 07:09:36.547 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 07:09:36.551 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.551 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 07:09:36.552 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.555 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=249.254ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.556 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.556 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 07:09:36.557 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=2.816184ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.559 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.562 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 07:09:36.562 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 07:09:36.564 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.563 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.564 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.563 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2025/04/05 07:09:36.566 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.563 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.568 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=179.55ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.569 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.569 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 07:09:36.570 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=2.26949ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.563 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.572 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.563 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.574 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 07:09:36.574 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/05 07:09:36.577 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.576 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.577 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.576 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/05 07:09:36.578 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.576 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.580 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=195.066ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.581 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.581 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 07:09:36.583 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.809032ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.576 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.585 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.576 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.587 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 07:09:36.587 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/05 07:09:36.590 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.588 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.590 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.588 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2025/04/05 07:09:36.591 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.588 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.594 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=383.598ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.595 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.595 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 07:09:36.596 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=2.598453ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.588 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.598 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.588 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.602 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 07:09:36.602 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/05 07:09:36.605 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.603 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.605 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.603 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 07:09:36.606 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.603 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.609 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=299.11ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.610 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.610 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 07:09:36.611 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.882147ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.603 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.613 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.603 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.616 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 07:09:36.616 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 07:09:36.619 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.619 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [2025/04/05 07:09:36.621 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.623 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=322.176ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.624 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.624 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 07:09:36.626 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=2.678715ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.628 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.630 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 07:09:36.630 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/05 07:09:36.633 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.633 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2025/04/05 07:09:36.634 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.636 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=324.99ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.638 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.638 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 07:09:36.638 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=2.202664ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.640 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.643 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 07:09:36.643 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/05 07:09:36.645 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.645 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2025/04/05 07:09:36.647 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.650 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=278.507ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.651 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.651 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 07:09:36.652 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.707045ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.655 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.657 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 07:09:36.658 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/05 07:09:36.660 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.659 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.660 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.659 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2025/04/05 07:09:36.662 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.659 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.665 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=239.44ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.666 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.666 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 07:09:36.666 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.013024ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.659 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.669 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.659 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.671 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 07:09:36.672 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/05 07:09:36.672 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:36.675 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.674 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.675 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.674 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2025/04/05 07:09:36.676 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.674 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.680 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=275.725ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.681 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.681 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 07:09:36.682 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.409771ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.674 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.684 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.674 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.687 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 07:09:36.687 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/05 07:09:36.690 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.690 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 07:09:36.692 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.696 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=405.438ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.697 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.697 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 07:09:36.698 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=2.897374ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.700 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.689 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.703 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 07:09:36.703 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 07:09:36.706 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.705 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.706 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.705 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 07:09:36.708 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.705 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.710 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=250.913ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.711 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.711 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 07:09:36.712 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.440491ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.705 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.715 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.705 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.718 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 07:09:36.718 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 07:09:36.720 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.719 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.720 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.719 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [2025/04/05 07:09:36.722 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.719 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.725 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=343.033ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.726 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.726 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 07:09:36.727 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.877574ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.719 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.729 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.719 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.732 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 07:09:36.732 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/05 07:09:36.734 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.733 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.734 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.733 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/05 07:09:36.735 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.733 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.737 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=161.808ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.738 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.738 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 07:09:36.739 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.44587ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.733 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.741 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.733 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.744 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 07:09:36.744 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/05 07:09:36.747 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.746 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.747 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.746 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0\n\t);"] [2025/04/05 07:09:36.748 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.746 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.751 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=213.064ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 07:09:36.752 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.753 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 07:09:36.754 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.709691ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.746 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.756 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.746 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.759 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 07:09:36.762 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.761 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.762 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.761 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/05 07:09:36.763 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.761 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.766 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=340.423ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.767 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.767 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 07:09:36.768 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.297865ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.761 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.770 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.761 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.772 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 07:09:36.772 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/05 07:09:36.775 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.774 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.775 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.774 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [2025/04/05 07:09:36.776 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.774 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.778 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=205.701ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.779 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.779 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 07:09:36.780 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.765665ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.774 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.783 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.774 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.785 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 07:09:36.785 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2025/04/05 07:09:36.788 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.787 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.788 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.787 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [2025/04/05 07:09:36.790 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.787 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.792 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=295.858ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.794 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.794 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 07:09:36.794 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.388925ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.787 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.796 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.787 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.798 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 07:09:36.799 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2025/04/05 07:09:36.802 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.802 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [2025/04/05 07:09:36.804 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.808 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=522.242ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.810 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.810 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 07:09:36.811 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.940974ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.813 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.8 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.817 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 07:09:36.817 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2025/04/05 07:09:36.820 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.820 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [2025/04/05 07:09:36.822 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.826 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=544.9ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.827 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.827 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 07:09:36.830 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=5.031501ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.834 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.838 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 07:09:36.838 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2025/04/05 07:09:36.841 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.84 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.841 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.84 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [2025/04/05 07:09:36.843 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.84 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.847 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=528.008ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.849 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.849 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 07:09:36.849 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.01898ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.84 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.851 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.84 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.856 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 07:09:36.856 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2025/04/05 07:09:36.859 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.858 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.859 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.858 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 07:09:36.861 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.858 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.864 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=387.987ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.865 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.865 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 07:09:36.866 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.075468ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.858 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.868 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.858 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.872 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 07:09:36.872 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 07:09:36.875 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.875 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 07:09:36.877 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.881 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=428.886ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.882 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.882 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 07:09:36.883 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=2.619441ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.885 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.889 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 07:09:36.889 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 07:09:36.893 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.892 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.894 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.892 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [2025/04/05 07:09:36.895 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.892 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.899 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=417.383ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.900 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.900 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 07:09:36.901 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.419138ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.892 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.904 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.892 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.911 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 07:09:36.911 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2025/04/05 07:09:36.916 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.916 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 07:09:36.918 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.922 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=450.585ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.923 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.923 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 07:09:36.923 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.167301ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.926 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.929 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 07:09:36.929 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 07:09:36.932 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.931 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.932 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.931 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 07:09:36.934 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.931 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.937 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=460.055ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.939 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.939 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 07:09:36.940 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=3.069342ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.931 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.942 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.931 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.945 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 07:09:36.945 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 07:09:36.949 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.947 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.949 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.947 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [2025/04/05 07:09:36.950 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.947 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.954 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=594.593ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.956 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.956 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 07:09:36.958 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=4.799034ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.947 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.961 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.947 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.964 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 07:09:36.964 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2025/04/05 07:09:36.967 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.967 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 07:09:36.968 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.972 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=296.425ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.973 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.973 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 07:09:36.974 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=2.790744ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.976 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.965 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.979 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 07:09:36.979 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 07:09:36.981 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.98 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.981 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.98 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [2025/04/05 07:09:36.983 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.98 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.985 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=242.127ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.985 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.986 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 07:09:36.986 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.191896ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.98 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.988 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.98 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.991 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 07:09:36.991 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2025/04/05 07:09:36.994 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:36.994 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [2025/04/05 07:09:36.996 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:36.998 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=282.881ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:36.999 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:36.999 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 07:09:37.001 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.917496ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:36.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.003 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:36.993 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.006 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 07:09:37.006 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2025/04/05 07:09:37.006 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:37.010 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.008 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.010 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.008 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/05 07:09:37.012 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.008 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.015 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=390.159ยตs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.018 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.018 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 07:09:37.018 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=4.337158ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.008 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.020 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.008 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.023 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 07:09:37.023 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/05 07:09:37.025 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.024 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.025 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.024 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 07:09:37.026 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.024 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.028 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=66.618ยตs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 07:09:37.029 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.029 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 07:09:37.030 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.639788ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.024 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.032 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.024 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.034 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 07:09:37.034 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 07:09:37.037 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.036 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.037 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.036 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE VIEW sys.schema_unused_indexes AS\n\t\tSELECT\n\t\t\ttable_schema as object_schema,\n\t\t\ttable_name as object_name,\n\t\t\tindex_name\n\t\tFROM information_schema.cluster_tidb_index_usage\n\t\tWHERE\n\t\t\ttable_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and\n\t\t\tindex_name != 'PRIMARY'\n\t\tGROUP BY table_schema, table_name, index_name\n\t\tHAVING\n\t\t\tsum(last_access_time) is null;"] [2025/04/05 07:09:37.038 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.036 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.041 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=296.974ยตs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 07:09:37.043 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.043 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 07:09:37.045 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=4.853552ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.036 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.048 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.036 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.052 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 07:09:37.057 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.057 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [2025/04/05 07:09:37.060 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.064 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=512.663ยตs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.065 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.065 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 07:09:37.065 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.074535ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.067 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.070 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 07:09:37.070 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/05 07:09:37.073 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.072 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.073 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.072 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [2025/04/05 07:09:37.074 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.072 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.077 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=227.32ยตs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.078 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.078 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 07:09:37.080 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=2.929446ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.072 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.081 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.072 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.084 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 07:09:37.084 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/05 07:09:37.088 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.086 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.088 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.086 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [2025/04/05 07:09:37.089 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.086 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.092 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=383.1ยตs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.094 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.094 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 07:09:37.097 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=4.999776ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.086 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.099 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.086 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.103 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 07:09:37.103 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/05 07:09:37.133 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=918.957345ms] [2025/04/05 07:09:37.134 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 07:09:37.134 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=9a9326e9-55ae-459f-8010-c0c4d015f945] [2025/04/05 07:09:37.134 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 07:09:37.134 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 07:09:37.134 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=31.831ยตs] [2025/04/05 07:09:37.134 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=11.668ยตs] [2025/04/05 07:09:37.134 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=12.491ยตs] [2025/04/05 07:09:37.134 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=12.047ยตs] [2025/04/05 07:09:37.134 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=10.155ยตs] [2025/04/05 07:09:37.134 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=11.293ยตs] [2025/04/05 07:09:37.134 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=11.188ยตs] [2025/04/05 07:09:37.134 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=12.32ยตs] [2025/04/05 07:09:37.134 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=12.214ยตs] [2025/04/05 07:09:37.134 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=10.986ยตs] [2025/04/05 07:09:37.134 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=9a9326e9-55ae-459f-8010-c0c4d015f945] [2025/04/05 07:09:37.134 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 07:09:37.134 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 07:09:37.139 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=9a9326e9-55ae-459f-8010-c0c4d015f945] ["take time"=5.5577ms] [2025/04/05 07:09:37.139 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=9a9326e9-55ae-459f-8010-c0c4d015f945] [2025/04/05 07:09:37.139 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 07:09:37.139 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 07:09:37.139 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 07:09:37.139 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 07:09:37.139 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 07:09:37.139 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 07:09:37.139 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 07:09:37.139 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 07:09:37.140 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 07:09:37.140 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 07:09:37.139 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 07:09:37.139 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 07:09:37.140 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 07:09:37.140 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 07:09:37.140 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=5.831143ms] [2025/04/05 07:09:37.140 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=36444d8c-ba0e-40f0-8db2-a1b24fd9465b] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 07:09:37.147 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 07:09:37.147 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 07:09:37.167 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=19.857188ms] [2025/04/05 07:09:37.167 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 07:09:37.169 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=e29ae61b-9c23-49cc-a461-84ff01e747ec] [runWorker=true] [jobVersion=v2] [2025/04/05 07:09:37.169 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 07:09:37.169 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 07:09:37.170 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=e29ae61b-9c23-49cc-a461-84ff01e747ec] [2025/04/05 07:09:37.170 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 07:09:37.170 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 07:09:37.170 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 07:09:37.170 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 07:09:37.170 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 07:09:37.170 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 07:09:37.170 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 07:09:37.170 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 07:09:37.170 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 07:09:37.170 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 07:09:37.170 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 07:09:37.170 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 07:09:37.170 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 07:09:37.170 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 07:09:37.170 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 07:09:37.170 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 07:09:37.173 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 07:09:37.173 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=e29ae61b-9c23-49cc-a461-84ff01e747ec] [2025/04/05 07:09:37.173 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 07:09:37.177 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 07:09:37.177 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 07:09:37.178 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 07:09:37.180 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 07:09:37.183 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 07:09:37.183 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 07:09:37.184 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 07:09:37.184 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 07:09:37.184 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/05 07:09:37.184 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 07:09:37.184 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 07:09:37.184 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 07:09:37.184 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=e29ae61b-9c23-49cc-a461-84ff01e747ec] [2025/04/05 07:09:37.184 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 07:09:37.185 +00:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=16] [total-mem=342GiB] [total-disk=434.8GiB] [2025/04/05 07:09:37.185 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=e29ae61b-9c23-49cc-a461-84ff01e747ec] [ttl-worker=task-manager] [ttl-worker=e29ae61b-9c23-49cc-a461-84ff01e747ec] [originalCount=0] [newCount=4] [2025/04/05 07:09:37.186 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=e29ae61b-9c23-49cc-a461-84ff01e747ec] [ttl-worker=task-manager] [ttl-worker=e29ae61b-9c23-49cc-a461-84ff01e747ec] [originalCount=0] [newCount=4] [2025/04/05 07:09:37.186 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=e29ae61b-9c23-49cc-a461-84ff01e747ec] [2025/04/05 07:09:37.186 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 07:09:37.186 +00:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 07:09:37.187 +00:00] [INFO] [domain.go:1839] ["dist task executor manager started"] testkit.go:123: RefreshSession rand seed: 1743836977187034049 [2025/04/05 07:09:37.187 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2025/04/05 07:09:37.191 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.189 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.191 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.189 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t1(id bigint auto_random primary key)"] [2025/04/05 07:09:37.192 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.189 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.193 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 112, Table Name: t1)"] [2025/04/05 07:09:37.195 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=231.361ยตs] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.197 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 07:09:37.200 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=4.545255ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.189 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.203 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.189 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.206 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 07:09:37.206 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create table t1(id bigint auto_random primary key)"] [user=] backfilling_dist_scheduler_test.go:339: Error Trace: pkg/ddl/backfilling_dist_scheduler_test.go:339 pkg/ddl/backfilling_dist_scheduler_test.go:159 Error: Received unexpected error: listen tcp 127.0.0.1:4443: bind: address already in use Test: TestBackfillingSchedulerGlobalSortMode [2025/04/05 07:09:37.213 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 07:09:37.213 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=e29ae61b-9c23-49cc-a461-84ff01e747ec] [2025/04/05 07:09:37.213 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 07:09:37.213 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 07:09:37.213 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=18.272ยตs] [2025/04/05 07:09:37.213 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=e29ae61b-9c23-49cc-a461-84ff01e747ec] [2025/04/05 07:09:37.213 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 07:09:37.213 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 07:09:37.213 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=e29ae61b-9c23-49cc-a461-84ff01e747ec] ["take time"=381.77ยตs] [2025/04/05 07:09:37.213 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=e29ae61b-9c23-49cc-a461-84ff01e747ec] [2025/04/05 07:09:37.213 +00:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 07:09:37.213 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=e29ae61b-9c23-49cc-a461-84ff01e747ec] [ttl-worker=task-manager] [ttl-worker=e29ae61b-9c23-49cc-a461-84ff01e747ec] [originalCount=4] [newCount=0] [2025/04/05 07:09:37.213 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 07:09:37.213 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 07:09:37.213 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 07:09:37.213 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 07:09:37.213 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=e29ae61b-9c23-49cc-a461-84ff01e747ec] [ttl-worker=task-manager] [ttl-worker=e29ae61b-9c23-49cc-a461-84ff01e747ec] [originalCount=4] [newCount=0] [2025/04/05 07:09:37.214 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 07:09:37.214 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 07:09:37.214 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 07:09:37.214 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 07:09:37.215 +00:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=e29ae61b-9c23-49cc-a461-84ff01e747ec] [2025/04/05 07:09:37.215 +00:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 07:09:37.215 +00:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 07:09:37.215 +00:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 07:09:37.215 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:37.215 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 07:09:37.215 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:37.215 +00:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 07:09:37.215 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:37.215 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:37.215 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 07:09:37.215 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 07:09:37.215 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 07:09:37.215 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=e29ae61b-9c23-49cc-a461-84ff01e747ec] [2025/04/05 07:09:37.215 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 07:09:37.215 +00:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 07:09:37.215 +00:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 07:09:37.215 +00:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 07:09:37.215 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 07:09:37.215 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 07:09:37.215 +00:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 07:09:37.215 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 07:09:37.215 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 07:09:37.215 +00:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 07:09:37.215 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:37.215 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 07:09:37.215 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 07:09:37.215 +00:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 07:09:37.215 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=e29ae61b-9c23-49cc-a461-84ff01e747ec] [2025/04/05 07:09:37.215 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 07:09:37.215 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 07:09:37.215 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 07:09:37.215 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:37.215 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:37.215 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 07:09:37.215 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=e29ae61b-9c23-49cc-a461-84ff01e747ec] [2025/04/05 07:09:37.215 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:37.215 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 07:09:37.215 +00:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 07:09:37.215 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 07:09:37.215 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:37.215 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 07:09:37.215 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 07:09:37.215 +00:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 07:09:37.215 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 07:09:37.215 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 07:09:37.215 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 07:09:37.215 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:37.215 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:37.215 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:37.216 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 07:09:37.216 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 07:09:37.219 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=e29ae61b-9c23-49cc-a461-84ff01e747ec] [2025/04/05 07:09:37.219 +00:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 07:09:37.219 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 07:09:37.219 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=6.397967ms] [2025/04/05 07:09:37.220 +00:00] [INFO] [db.go:567] ["Closing database"] [2025/04/05 07:09:37.220 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 07:09:37.220 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 07:09:37.220 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 07:09:37.220 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 07:09:37.220 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestBackfillingSchedulerGlobalSortMode (1.05s) panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x64bd8ce] goroutine 229 [running]: testing.tRunner.func1.2({0x6cee720, 0xb171a20}) GOROOT/src/testing/testing.go:1632 +0x230 testing.tRunner.func1() GOROOT/src/testing/testing.go:1635 +0x35e panic({0x6cee720?, 0xb171a20?}) GOROOT/src/runtime/panic.go:791 +0x132 github.com/fsouza/fake-gcs-server/fakestorage.(*Server).Stop(0x25bd3d2?) external/com_github_fsouza_fake_gcs_server/fakestorage/server.go:305 +0xe github.com/pingcap/tidb/pkg/ddl_test.createAddIndexTask.func1() pkg/ddl/backfilling_dist_scheduler_test.go:337 +0x25 testing.(*common).Cleanup.func1() GOROOT/src/testing/testing.go:1176 +0x109 testing.(*common).runCleanup(0xc001a101a0, 0x0?) GOROOT/src/testing/testing.go:1354 +0xd5 testing.tRunner.func2() GOROOT/src/testing/testing.go:1684 +0x25 runtime.Goexit() GOROOT/src/runtime/panic.go:635 +0x5e testing.(*common).FailNow(0xc001a101a0) GOROOT/src/testing/testing.go:1006 +0x4a github.com/stretchr/testify/require.NoError({0x7f3bb90, 0xc001a101a0}, {0x7f2ad00, 0xc00972f360}, {0x0, 0x0, 0x0}) external/com_github_stretchr_testify/require/require.go:1357 +0xca github.com/pingcap/tidb/pkg/ddl_test.createAddIndexTask(0xc001a101a0, 0xc00be59688, {0x751532b, 0x4}, {0x7513502, 0x2}, {0x751ec2b, 0x8}, 0x1) pkg/ddl/backfilling_dist_scheduler_test.go:339 +0x67b github.com/pingcap/tidb/pkg/ddl_test.TestBackfillingSchedulerGlobalSortMode(0xc001a101a0) pkg/ddl/backfilling_dist_scheduler_test.go:159 +0x3fd testing.tRunner(0xc001a101a0, 0x77be6c8) GOROOT/src/testing/testing.go:1690 +0xf4 created by testing.(*T).Run in goroutine 1 GOROOT/src/testing/testing.go:1743 +0x390 -- Coverage runner: Not collecting coverage for failed test. The following commands failed with status 2 /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/26536/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/ddl/ddl_test_/ddl_test.runfiles/__main__/pkg/ddl/ddl_test_/ddl_test ================================================================================ ==================== Test output for //pkg/ddl:ddl_test (shard 11 of 50): === RUN TestBackfillingSchedulerGlobalSortMode [2025/04/05 07:09:37.559 +00:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 07:09:37.560 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:37.560 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:37.562 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:37.562 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:37.563 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:37.565 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=cc9587fe-6a9b-41ff-8502-29e33c8dd2a4] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 07:09:37.575 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 07:09:37.576 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 07:09:37.576 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\tpkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\tpkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:222\ngithub.com/pingcap/tidb/pkg/ddl_test.TestBackfillingSchedulerGlobalSortMode\n\tpkg/ddl/backfilling_dist_scheduler_test.go:141\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 07:09:37.596 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=19.75032ms] [2025/04/05 07:09:37.596 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 07:09:37.596 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=9bbed245-468f-4086-8c6d-40537cd412f6] [runWorker=true] [jobVersion=v2] [2025/04/05 07:09:37.596 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 07:09:37.596 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 07:09:37.596 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 07:09:37.596 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 07:09:37.596 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 07:09:37.596 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 07:09:37.596 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 07:09:37.596 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 07:09:37.596 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 07:09:37.596 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 07:09:37.596 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 07:09:37.596 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 07:09:37.596 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 07:09:37.596 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 07:09:37.597 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=9bbed245-468f-4086-8c6d-40537cd412f6] [2025/04/05 07:09:37.597 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 07:09:37.597 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 07:09:37.597 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 07:09:37.597 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 07:09:37.597 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\tpkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\tpkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\tpkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 07:09:37.601 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.6 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.601 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.6 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 07:09:37.603 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.6 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.628 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=22.563057ms] [2025/04/05 07:09:37.628 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 07:09:37.630 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.630 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 07:09:37.633 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=27.047734ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.6 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.635 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.6 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.638 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 07:09:37.638 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 07:09:37.638 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 07:09:37.639 +00:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=UTC] [2025/04/05 07:09:37.644 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.641 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.644 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.641 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [2025/04/05 07:09:37.646 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.641 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.655 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=1.063967ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.656 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.656 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 07:09:37.658 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=4.631416ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.641 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.667 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.641 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.674 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 07:09:37.674 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 07:09:37.677 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.677 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2025/04/05 07:09:37.679 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.683 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=412.397ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.685 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.685 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 07:09:37.686 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=4.032601ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.689 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.691 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 07:09:37.691 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/05 07:09:37.694 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.694 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [2025/04/05 07:09:37.696 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.699 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=276.501ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.700 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.700 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 07:09:37.701 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.912966ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.703 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.706 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 07:09:37.707 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/05 07:09:37.711 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.711 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [2025/04/05 07:09:37.713 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.718 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=709.499ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.719 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.719 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 07:09:37.721 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=4.134938ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.723 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.728 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 07:09:37.728 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 07:09:37.731 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.729 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.731 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.729 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [2025/04/05 07:09:37.733 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.729 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.737 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=465.097ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.738 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.738 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 07:09:37.741 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=4.258489ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.729 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.744 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.729 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.747 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 07:09:37.747 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 07:09:37.750 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.751 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [2025/04/05 07:09:37.752 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.756 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=420.245ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.757 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.757 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 07:09:37.760 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=4.666875ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.763 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.766 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 07:09:37.766 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 07:09:37.768 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.767 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.768 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.767 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/05 07:09:37.770 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.767 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.772 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=203.068ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.773 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.773 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 07:09:37.774 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.741772ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.767 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.776 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.767 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.779 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 07:09:37.779 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/05 07:09:37.782 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.781 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.782 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.781 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2025/04/05 07:09:37.784 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.781 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.786 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=270.093ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.787 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.787 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 07:09:37.789 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.816766ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.781 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.791 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.781 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.794 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 07:09:37.794 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/05 07:09:37.797 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.796 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.797 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.796 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/05 07:09:37.799 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.796 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.802 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=238.168ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.803 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.803 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 07:09:37.804 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.336962ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.796 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.806 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.796 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.809 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 07:09:37.810 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/05 07:09:37.813 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.811 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.813 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.811 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2025/04/05 07:09:37.814 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.811 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.817 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=215.949ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.818 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.818 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 07:09:37.820 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=3.014535ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.811 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.822 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.811 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.826 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 07:09:37.826 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/05 07:09:37.827 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:37.833 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.833 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 07:09:37.835 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.839 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=482.209ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.840 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.840 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 07:09:37.840 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.347063ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.844 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.848 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 07:09:37.848 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 07:09:37.852 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.852 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2025/04/05 07:09:37.853 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.857 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=371.825ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.858 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.858 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 07:09:37.859 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.497638ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.861 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.864 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 07:09:37.864 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/05 07:09:37.867 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.867 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2025/04/05 07:09:37.869 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.871 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=360.546ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.873 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.873 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 07:09:37.874 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.955385ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.876 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.866 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.879 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 07:09:37.879 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 07:09:37.883 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.881 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.883 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.881 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2025/04/05 07:09:37.884 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.881 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.888 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=491.302ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.890 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.890 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 07:09:37.892 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=4.49145ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.881 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.895 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.881 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.898 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 07:09:37.898 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 07:09:37.901 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.899 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.901 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.899 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2025/04/05 07:09:37.903 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.899 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.905 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=277.996ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.906 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.906 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 07:09:37.908 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.792521ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.899 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.910 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.899 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.912 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 07:09:37.912 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 07:09:37.915 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.914 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.915 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.914 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2025/04/05 07:09:37.917 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.914 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.919 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=315.181ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.920 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.920 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 07:09:37.922 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.858136ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.914 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.924 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.914 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.927 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 07:09:37.927 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/05 07:09:37.930 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.929 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.930 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.929 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [2025/04/05 07:09:37.932 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.929 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.935 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=377.48ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.936 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.936 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 07:09:37.937 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.998338ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.929 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.939 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.929 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.942 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 07:09:37.942 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/05 07:09:37.945 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.945 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 07:09:37.946 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.950 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=306.136ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.951 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.951 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 07:09:37.953 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.979581ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.955 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.958 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 07:09:37.958 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 07:09:37.962 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.962 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 07:09:37.963 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.966 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=217.042ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.967 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.967 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 07:09:37.968 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=2.103503ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.970 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.973 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 07:09:37.973 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 07:09:37.975 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.974 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.975 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.974 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2025/04/05 07:09:37.977 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.974 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.979 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=205.442ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.981 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.981 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 07:09:37.982 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=3.009785ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.974 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.984 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.974 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.986 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 07:09:37.986 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/05 07:09:37.989 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.988 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:37.989 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.988 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/05 07:09:37.990 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.988 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.992 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=207.068ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:37.994 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:37.994 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 07:09:37.995 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.879803ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:37.988 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:37.997 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:37.988 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.002 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 07:09:38.002 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/05 07:09:38.006 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.004 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.007 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.004 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2025/04/05 07:09:38.008 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.004 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.012 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=375.417ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.013 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.013 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 07:09:38.014 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=2.552035ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.004 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.017 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.004 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.020 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 07:09:38.020 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/05 07:09:38.033 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.023 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.033 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.023 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 07:09:38.035 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.023 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.038 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=322.591ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.039 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.039 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 07:09:38.040 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.898581ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.023 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.043 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.023 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.046 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 07:09:38.047 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 07:09:38.050 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.049 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.051 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.049 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [2025/04/05 07:09:38.052 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.049 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.055 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=352.032ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.056 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.056 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 07:09:38.058 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=3.085315ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.049 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.061 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.049 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.064 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 07:09:38.064 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/05 07:09:38.067 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.068 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2025/04/05 07:09:38.069 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.072 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=271.785ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.073 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.073 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 07:09:38.077 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=6.114845ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.084 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.087 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 07:09:38.087 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/05 07:09:38.090 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.088 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.090 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.088 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2025/04/05 07:09:38.091 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.088 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.094 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=326.981ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.095 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.095 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 07:09:38.095 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.192221ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.088 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.098 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.088 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.101 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 07:09:38.101 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/05 07:09:38.107 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.105 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.107 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.105 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2025/04/05 07:09:38.108 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.105 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.111 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=248.69ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.112 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.112 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 07:09:38.113 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.367988ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.105 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.116 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.105 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.119 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 07:09:38.119 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/05 07:09:38.119 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:38.122 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.12 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.122 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.12 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2025/04/05 07:09:38.123 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.12 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.126 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=348.784ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.128 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.128 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 07:09:38.129 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.61596ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.12 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.131 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.12 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.134 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 07:09:38.134 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/05 07:09:38.138 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.136 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.138 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.136 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 07:09:38.140 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.136 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.144 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=466.128ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.145 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.146 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 07:09:38.147 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=4.231288ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.136 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.150 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.136 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.153 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 07:09:38.153 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 07:09:38.157 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.157 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 07:09:38.158 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.161 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=391.231ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.162 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.162 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 07:09:38.163 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.362927ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.165 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.167 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 07:09:38.167 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 07:09:38.170 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.169 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.170 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.169 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [2025/04/05 07:09:38.171 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.169 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.175 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=575.872ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.176 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.176 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 07:09:38.177 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.631966ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.169 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.179 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.169 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.183 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 07:09:38.183 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/05 07:09:38.185 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.185 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/05 07:09:38.187 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.189 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=157.219ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.190 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.190 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 07:09:38.191 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.497949ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.193 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.184 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.195 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 07:09:38.195 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/05 07:09:38.199 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.199 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0\n\t);"] [2025/04/05 07:09:38.201 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.204 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=316.522ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 07:09:38.205 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.205 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 07:09:38.206 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.657797ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.209 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.198 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.213 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 07:09:38.219 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.217 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.219 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.217 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/05 07:09:38.220 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.217 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.223 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=296.521ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.225 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.225 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 07:09:38.226 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.482965ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.217 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.228 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.217 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.231 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 07:09:38.231 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/05 07:09:38.233 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.232 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.233 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.232 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [2025/04/05 07:09:38.235 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.232 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.238 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=302.255ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.239 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.239 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 07:09:38.240 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.471454ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.232 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.243 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.232 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.246 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 07:09:38.246 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2025/04/05 07:09:38.250 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.248 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.250 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.248 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [2025/04/05 07:09:38.251 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.248 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.254 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=244.9ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.256 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.256 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 07:09:38.256 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.53005ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.248 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.259 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.248 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.263 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 07:09:38.263 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2025/04/05 07:09:38.267 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.267 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [2025/04/05 07:09:38.269 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.273 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=442.366ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.274 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.274 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 07:09:38.275 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.541888ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.277 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.281 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 07:09:38.281 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2025/04/05 07:09:38.284 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.282 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.284 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.282 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [2025/04/05 07:09:38.285 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.282 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.289 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=475.105ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.290 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.290 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 07:09:38.292 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=3.091344ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.282 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.294 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.282 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.298 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 07:09:38.298 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2025/04/05 07:09:38.301 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.301 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [2025/04/05 07:09:38.303 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.307 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=713.066ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.309 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.309 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 07:09:38.312 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=5.346675ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.315 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.299 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.319 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 07:09:38.319 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2025/04/05 07:09:38.322 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.323 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 07:09:38.324 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.329 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=562.131ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.330 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.330 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 07:09:38.331 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.878447ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.333 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.321 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.337 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 07:09:38.337 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 07:09:38.341 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.339 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.341 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.339 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 07:09:38.342 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.339 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.346 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=533.286ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.348 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.348 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 07:09:38.351 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=4.796114ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.339 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.353 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.339 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.357 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 07:09:38.357 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 07:09:38.360 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.358 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.360 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.358 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [2025/04/05 07:09:38.361 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.358 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.364 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=353.732ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.365 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.365 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 07:09:38.366 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.453756ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.358 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.369 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.358 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.375 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 07:09:38.376 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2025/04/05 07:09:38.379 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.379 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 07:09:38.380 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.384 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=618.26ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.386 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.386 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 07:09:38.388 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=4.658059ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.391 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.394 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 07:09:38.394 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 07:09:38.397 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.397 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 07:09:38.399 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.403 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=417.393ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.404 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.404 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 07:09:38.405 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.635708ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.408 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.411 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 07:09:38.411 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 07:09:38.416 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.414 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.416 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.414 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [2025/04/05 07:09:38.418 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.414 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.422 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=529.882ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.423 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.423 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 07:09:38.424 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.28487ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.414 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.428 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.414 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.434 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 07:09:38.435 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2025/04/05 07:09:38.438 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.438 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 07:09:38.440 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.444 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=445.224ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.446 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.446 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 07:09:38.448 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=4.695515ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.450 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.436 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.454 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 07:09:38.454 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 07:09:38.456 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.455 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.456 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.455 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [2025/04/05 07:09:38.458 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.455 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.461 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=298.456ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.462 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.462 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 07:09:38.463 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.510493ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.455 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.465 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.455 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.468 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 07:09:38.468 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2025/04/05 07:09:38.471 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.47 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.471 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.47 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [2025/04/05 07:09:38.473 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.47 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.476 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=345.364ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.477 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.477 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 07:09:38.478 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.65334ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.47 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.480 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.47 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.483 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 07:09:38.483 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2025/04/05 07:09:38.484 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:38.486 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.485 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.486 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.485 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/05 07:09:38.488 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.485 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.490 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=337.99ยตs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.492 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.492 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 07:09:38.492 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.369974ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.485 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.494 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.485 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.497 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 07:09:38.497 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/05 07:09:38.499 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.499 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 07:09:38.500 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.502 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=49.825ยตs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 07:09:38.502 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.502 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 07:09:38.504 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.090153ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.505 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.498 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.507 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 07:09:38.507 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 07:09:38.510 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.510 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE VIEW sys.schema_unused_indexes AS\n\t\tSELECT\n\t\t\ttable_schema as object_schema,\n\t\t\ttable_name as object_name,\n\t\t\tindex_name\n\t\tFROM information_schema.cluster_tidb_index_usage\n\t\tWHERE\n\t\t\ttable_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and\n\t\t\tindex_name != 'PRIMARY'\n\t\tGROUP BY table_schema, table_name, index_name\n\t\tHAVING\n\t\t\tsum(last_access_time) is null;"] [2025/04/05 07:09:38.512 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.514 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=196.395ยตs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 07:09:38.515 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.515 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 07:09:38.516 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.710134ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.518 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.509 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.521 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 07:09:38.524 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.523 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.524 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.523 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [2025/04/05 07:09:38.525 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.523 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.528 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=341.774ยตs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.529 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.529 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 07:09:38.531 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.883591ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.523 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.533 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.523 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.535 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 07:09:38.535 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/05 07:09:38.538 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.537 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.538 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.537 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [2025/04/05 07:09:38.539 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.537 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.542 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=200.494ยตs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.542 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.542 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 07:09:38.544 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=2.225573ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.537 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.545 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.537 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.548 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 07:09:38.548 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/05 07:09:38.551 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.551 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [2025/04/05 07:09:38.552 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.559 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=404.96ยตs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.561 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:38.561 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 07:09:38.562 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=4.365996ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.564 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.55 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.567 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 07:09:38.567 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/05 07:09:38.596 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=999.913585ms] [2025/04/05 07:09:38.597 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 07:09:38.597 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=9bbed245-468f-4086-8c6d-40537cd412f6] [2025/04/05 07:09:38.597 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 07:09:38.597 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 07:09:38.597 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=45.71ยตs] [2025/04/05 07:09:38.597 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=30.041ยตs] [2025/04/05 07:09:38.597 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=9.74ยตs] [2025/04/05 07:09:38.597 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=28.846ยตs] [2025/04/05 07:09:38.597 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=11.809ยตs] [2025/04/05 07:09:38.597 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=12.962ยตs] [2025/04/05 07:09:38.597 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=10.926ยตs] [2025/04/05 07:09:38.597 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=10.278ยตs] [2025/04/05 07:09:38.597 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=19.67ยตs] [2025/04/05 07:09:38.597 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=10.02ยตs] [2025/04/05 07:09:38.597 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=9bbed245-468f-4086-8c6d-40537cd412f6] [2025/04/05 07:09:38.597 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 07:09:38.597 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 07:09:38.601 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/05 07:09:38.601 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/05 07:09:38.601 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/05 07:09:38.601 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 07:09:38.602 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=9bbed245-468f-4086-8c6d-40537cd412f6] ["take time"=5.51169ms] [2025/04/05 07:09:38.602 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=9bbed245-468f-4086-8c6d-40537cd412f6] [2025/04/05 07:09:38.602 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 07:09:38.602 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 07:09:38.602 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 07:09:38.602 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 07:09:38.602 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 07:09:38.602 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/05 07:09:38.602 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 07:09:38.602 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 07:09:38.602 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 07:09:38.602 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 07:09:38.602 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/05 07:09:38.602 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 07:09:38.602 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 07:09:38.602 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 07:09:38.602 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 07:09:38.603 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=5.72968ms] [2025/04/05 07:09:38.603 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=cc9587fe-6a9b-41ff-8502-29e33c8dd2a4] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 07:09:38.609 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 07:09:38.609 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 07:09:38.628 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=18.515024ms] [2025/04/05 07:09:38.628 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 07:09:38.629 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [runWorker=true] [jobVersion=v2] [2025/04/05 07:09:38.629 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 07:09:38.629 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 07:09:38.629 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 07:09:38.629 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 07:09:38.629 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [2025/04/05 07:09:38.629 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 07:09:38.629 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 07:09:38.629 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 07:09:38.629 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 07:09:38.629 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 07:09:38.629 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 07:09:38.629 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 07:09:38.629 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 07:09:38.629 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 07:09:38.629 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 07:09:38.629 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 07:09:38.629 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 07:09:38.629 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 07:09:38.629 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 07:09:38.632 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 07:09:38.632 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [2025/04/05 07:09:38.632 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 07:09:38.635 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 07:09:38.635 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 07:09:38.635 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 07:09:38.638 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 07:09:38.639 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 07:09:38.639 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 07:09:38.640 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 07:09:38.640 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 07:09:38.640 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/05 07:09:38.640 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 07:09:38.640 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 07:09:38.640 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 07:09:38.640 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [2025/04/05 07:09:38.640 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 07:09:38.641 +00:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=16] [total-mem=342GiB] [total-disk=434.8GiB] [2025/04/05 07:09:38.641 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [ttl-worker=task-manager] [ttl-worker=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [originalCount=0] [newCount=4] [2025/04/05 07:09:38.641 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [ttl-worker=task-manager] [ttl-worker=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [originalCount=0] [newCount=4] [2025/04/05 07:09:38.641 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [2025/04/05 07:09:38.642 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 07:09:38.642 +00:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 07:09:38.642 +00:00] [INFO] [domain.go:1839] ["dist task executor manager started"] testkit.go:123: RefreshSession rand seed: 1743836978642952920 [2025/04/05 07:09:38.643 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2025/04/05 07:09:38.646 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.645 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:38.647 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.645 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t1(id bigint auto_random primary key)"] [2025/04/05 07:09:38.648 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.645 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.648 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 112, Table Name: t1)"] [2025/04/05 07:09:38.651 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=222.893ยตs] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:38.653 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 07:09:38.653 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=2.108876ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:38.645 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.656 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:38.645 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:38.659 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 07:09:38.659 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create table t1(id bigint auto_random primary key)"] [user=] backfilling_dist_scheduler_test.go:339: Error Trace: pkg/ddl/backfilling_dist_scheduler_test.go:339 pkg/ddl/backfilling_dist_scheduler_test.go:159 Error: Received unexpected error: listen tcp 127.0.0.1:4443: bind: address already in use Test: TestBackfillingSchedulerGlobalSortMode [2025/04/05 07:09:38.664 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 07:09:38.664 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [2025/04/05 07:09:38.664 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 07:09:38.664 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 07:09:38.664 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=30.833ยตs] [2025/04/05 07:09:38.664 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [2025/04/05 07:09:38.664 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 07:09:38.664 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 07:09:38.665 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] ["take time"=1.024287ms] [2025/04/05 07:09:38.665 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [2025/04/05 07:09:38.665 +00:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 07:09:38.665 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [ttl-worker=task-manager] [ttl-worker=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [originalCount=4] [newCount=0] [2025/04/05 07:09:38.665 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 07:09:38.665 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 07:09:38.665 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 07:09:38.665 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 07:09:38.665 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [ttl-worker=task-manager] [ttl-worker=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [originalCount=4] [newCount=0] [2025/04/05 07:09:38.666 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 07:09:38.666 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 07:09:38.666 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 07:09:38.666 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 07:09:38.666 +00:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [2025/04/05 07:09:38.666 +00:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 07:09:38.666 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 07:09:38.666 +00:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 07:09:38.666 +00:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 07:09:38.666 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 07:09:38.666 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:38.666 +00:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 07:09:38.666 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 07:09:38.666 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 07:09:38.666 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 07:09:38.666 +00:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 07:09:38.666 +00:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 07:09:38.666 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 07:09:38.666 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 07:09:38.666 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 07:09:38.666 +00:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 07:09:38.666 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 07:09:38.666 +00:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 07:09:38.666 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 07:09:38.666 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 07:09:38.666 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [2025/04/05 07:09:38.666 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 07:09:38.666 +00:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 07:09:38.666 +00:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 07:09:38.666 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:38.666 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 07:09:38.666 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:38.666 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [2025/04/05 07:09:38.666 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:38.666 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:38.666 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:38.666 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 07:09:38.666 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 07:09:38.666 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:38.666 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 07:09:38.666 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:38.666 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [2025/04/05 07:09:38.666 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 07:09:38.666 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 07:09:38.666 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:38.666 +00:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 07:09:38.666 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 07:09:38.666 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 07:09:38.666 +00:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 07:09:38.666 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 07:09:38.666 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:38.666 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 07:09:38.666 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 07:09:38.667 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 07:09:38.666 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:38.667 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:38.669 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=9cee0783-b2fc-4c77-8453-a7c739a5d1b5] [2025/04/05 07:09:38.669 +00:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 07:09:38.669 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 07:09:38.670 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=5.978089ms] [2025/04/05 07:09:38.670 +00:00] [INFO] [db.go:567] ["Closing database"] [2025/04/05 07:09:38.670 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 07:09:38.670 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 07:09:38.670 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 07:09:38.670 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 07:09:38.670 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestBackfillingSchedulerGlobalSortMode (1.12s) panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x64bd8ce] goroutine 265 [running]: testing.tRunner.func1.2({0x6cee720, 0xb171a20}) GOROOT/src/testing/testing.go:1632 +0x230 testing.tRunner.func1() GOROOT/src/testing/testing.go:1635 +0x35e panic({0x6cee720?, 0xb171a20?}) GOROOT/src/runtime/panic.go:791 +0x132 github.com/fsouza/fake-gcs-server/fakestorage.(*Server).Stop(0x25bd3d2?) external/com_github_fsouza_fake_gcs_server/fakestorage/server.go:305 +0xe github.com/pingcap/tidb/pkg/ddl_test.createAddIndexTask.func1() pkg/ddl/backfilling_dist_scheduler_test.go:337 +0x25 testing.(*common).Cleanup.func1() GOROOT/src/testing/testing.go:1176 +0x109 testing.(*common).runCleanup(0xc0015529c0, 0x0?) GOROOT/src/testing/testing.go:1354 +0xd5 testing.tRunner.func2() GOROOT/src/testing/testing.go:1684 +0x25 runtime.Goexit() GOROOT/src/runtime/panic.go:635 +0x5e testing.(*common).FailNow(0xc0015529c0) GOROOT/src/testing/testing.go:1006 +0x4a github.com/stretchr/testify/require.NoError({0x7f3bb90, 0xc0015529c0}, {0x7f2ad00, 0xc009612870}, {0x0, 0x0, 0x0}) external/com_github_stretchr_testify/require/require.go:1357 +0xca github.com/pingcap/tidb/pkg/ddl_test.createAddIndexTask(0xc0015529c0, 0xc007ad1908, {0x751532b, 0x4}, {0x7513502, 0x2}, {0x751ec2b, 0x8}, 0x1) pkg/ddl/backfilling_dist_scheduler_test.go:339 +0x67b github.com/pingcap/tidb/pkg/ddl_test.TestBackfillingSchedulerGlobalSortMode(0xc0015529c0) pkg/ddl/backfilling_dist_scheduler_test.go:159 +0x3fd testing.tRunner(0xc0015529c0, 0x77be6c8) GOROOT/src/testing/testing.go:1690 +0xf4 created by testing.(*T).Run in goroutine 1 GOROOT/src/testing/testing.go:1743 +0x390 -- Coverage runner: Not collecting coverage for failed test. The following commands failed with status 2 /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/26537/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/ddl/ddl_test_/ddl_test.runfiles/__main__/pkg/ddl/ddl_test_/ddl_test ================================================================================ ==================== Test output for //pkg/ddl:ddl_test (shard 11 of 50): === RUN TestBackfillingSchedulerGlobalSortMode [2025/04/05 07:09:39.000 +00:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/05 07:09:39.001 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:39.001 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:39.002 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:39.002 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:39.003 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:39.006 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=ab23b8dc-5cd2-4186-bbbd-6cd8e87b9c96] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 07:09:39.016 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 07:09:39.016 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 07:09:39.017 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1506\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient.func1\n\tpkg/session/tidb.go:104\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:72\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).getWithEtcdClient\n\tpkg/session/tidb.go:91\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:66\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3794\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3786\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3722\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3477\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3423\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:251\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:222\ngithub.com/pingcap/tidb/pkg/ddl_test.TestBackfillingSchedulerGlobalSortMode\n\tpkg/ddl/backfilling_dist_scheduler_test.go:141\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 07:09:39.037 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=19.951659ms] [2025/04/05 07:09:39.037 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 07:09:39.037 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=b716c1cc-4019-4b11-a64a-39e0d1c1ff84] [runWorker=true] [jobVersion=v2] [2025/04/05 07:09:39.037 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 07:09:39.037 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 07:09:39.037 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 07:09:39.037 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 07:09:39.037 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 07:09:39.037 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 07:09:39.037 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 07:09:39.037 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 07:09:39.037 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 07:09:39.037 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 07:09:39.037 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 07:09:39.037 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 07:09:39.037 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 07:09:39.037 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 07:09:39.037 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=b716c1cc-4019-4b11-a64a-39e0d1c1ff84] [2025/04/05 07:09:39.037 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 07:09:39.037 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 07:09:39.038 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 07:09:39.038 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 07:09:39.038 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:448\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:316\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:795\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).mustReloadSchemas\n\tpkg/ddl/job_scheduler.go:455\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).schedule\n\tpkg/ddl/job_scheduler.go:301\ngithub.com/pingcap/tidb/pkg/ddl.(*jobScheduler).scheduleLoop\n\tpkg/ddl/job_scheduler.go:268\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).RunWithLog.func1\n\tpkg/util/wait_group_wrapper.go:181\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/05 07:09:39.042 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.042 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/05 07:09:39.044 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.066 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=20.829035ms] [2025/04/05 07:09:39.066 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 07:09:39.068 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.068 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/05 07:09:39.070 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=24.464835ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.072 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.074 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/05 07:09:39.074 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/05 07:09:39.075 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/05 07:09:39.075 +00:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=America/Los_Angeles] [2025/04/05 07:09:39.079 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.076 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.079 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.076 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [2025/04/05 07:09:39.080 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.076 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.087 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=971.343ยตs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.088 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.088 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/05 07:09:39.090 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=4.438078ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.076 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.096 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.076 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.103 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/05 07:09:39.103 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 07:09:39.107 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.105 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.108 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.105 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2025/04/05 07:09:39.111 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.105 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.114 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=279ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.115 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.115 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/05 07:09:39.115 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.087115ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.105 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.117 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.105 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.120 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/05 07:09:39.120 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2025/04/05 07:09:39.123 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.123 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [2025/04/05 07:09:39.125 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.128 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=329.415ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.129 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.129 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/05 07:09:39.129 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.0511ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.132 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.122 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.135 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/05 07:09:39.135 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User),KEY i_user (User))"] [user=] [2025/04/05 07:09:39.140 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.138 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.140 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.138 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [2025/04/05 07:09:39.141 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.138 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.147 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=802.311ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.148 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.148 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/05 07:09:39.151 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=4.809483ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.138 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.154 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.138 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.160 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/05 07:09:39.161 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 07:09:39.166 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.164 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.166 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.164 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [2025/04/05 07:09:39.169 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.164 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.173 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=459.495ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.175 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.175 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/05 07:09:39.177 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=5.026519ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.164 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.180 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.164 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.183 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/05 07:09:39.183 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 07:09:39.186 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.185 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.186 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.185 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [2025/04/05 07:09:39.188 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.185 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.191 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=350.451ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.193 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.193 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/05 07:09:39.193 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.194271ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.185 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.195 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.185 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.199 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/05 07:09:39.199 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name),\n\t\tKEY i_user (User));"] [user=] [2025/04/05 07:09:39.202 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.201 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.202 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.201 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/05 07:09:39.204 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.201 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.206 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=229.827ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.207 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.207 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/05 07:09:39.208 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.080508ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.201 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.210 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.201 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.212 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/05 07:09:39.212 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2025/04/05 07:09:39.215 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.214 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.215 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.214 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2025/04/05 07:09:39.217 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.214 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.219 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=258.17ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.220 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.220 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/05 07:09:39.221 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.224423ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.214 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.223 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.214 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.226 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/05 07:09:39.226 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2025/04/05 07:09:39.228 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.227 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.228 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.227 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/05 07:09:39.230 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.227 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.233 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=348.351ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.235 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.235 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/05 07:09:39.235 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.535956ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.227 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.238 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.227 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.241 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/05 07:09:39.241 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2025/04/05 07:09:39.244 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.244 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2025/04/05 07:09:39.246 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.250 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=367.869ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.251 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.251 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/05 07:09:39.252 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.67718ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.254 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.243 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.258 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/05 07:09:39.258 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2025/04/05 07:09:39.259 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:39.262 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.263 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 07:09:39.264 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.268 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=441.116ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.269 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.269 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/05 07:09:39.270 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.354939ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.272 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.261 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.277 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/05 07:09:39.277 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 07:09:39.280 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.279 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.280 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.279 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2025/04/05 07:09:39.282 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.279 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.286 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=475.659ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.287 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.288 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/05 07:09:39.290 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=4.171428ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.279 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.292 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.279 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.295 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/05 07:09:39.295 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2025/04/05 07:09:39.298 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.297 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.298 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.297 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2025/04/05 07:09:39.300 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.297 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.303 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=200.316ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.304 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.304 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/05 07:09:39.305 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.782789ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.297 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.308 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.297 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.311 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/05 07:09:39.311 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 07:09:39.315 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.313 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.315 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.313 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2025/04/05 07:09:39.317 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.313 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.319 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=334.161ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.321 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.321 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/05 07:09:39.322 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=2.642755ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.313 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.324 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.313 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.327 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/05 07:09:39.327 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2025/04/05 07:09:39.331 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.329 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.331 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.329 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2025/04/05 07:09:39.332 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.329 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.335 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=342.548ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.337 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.337 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/05 07:09:39.337 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.30696ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.329 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.340 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.329 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.343 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/05 07:09:39.344 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 07:09:39.348 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.346 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2025/04/05 07:09:39.355 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.346 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.357 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.346 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.360 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=336.778ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.362 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.362 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/05 07:09:39.365 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=4.743269ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.346 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.367 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.346 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.370 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/05 07:09:39.370 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2025/04/05 07:09:39.374 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.373 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.374 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.373 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [2025/04/05 07:09:39.376 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.373 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.379 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=356.582ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.380 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.380 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/05 07:09:39.381 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.916427ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.373 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.384 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.373 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.387 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/05 07:09:39.387 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER),\n\t\tKEY i_user (USER))"] [user=] [2025/04/05 07:09:39.390 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.390 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 07:09:39.392 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.396 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=508.583ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.397 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.397 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/05 07:09:39.397 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.172673ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.400 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.388 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.404 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/05 07:09:39.404 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\",\n\t\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 07:09:39.410 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.408 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.410 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.408 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 07:09:39.412 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.408 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.415 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=299.309ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.417 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.417 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/05 07:09:39.419 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=4.217458ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.408 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.422 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.408 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.425 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/05 07:09:39.425 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 07:09:39.428 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.427 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.428 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.427 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2025/04/05 07:09:39.430 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.427 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.433 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=211.886ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.434 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.434 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/05 07:09:39.436 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=3.032189ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.427 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.438 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.427 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.441 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/05 07:09:39.442 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2025/04/05 07:09:39.447 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.445 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.447 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.445 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/05 07:09:39.449 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.445 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.451 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=182.998ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.452 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.452 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/05 07:09:39.454 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=3.194478ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.445 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.457 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.445 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.460 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/05 07:09:39.460 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/05 07:09:39.464 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.463 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.464 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.463 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2025/04/05 07:09:39.466 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.463 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.470 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=424.8ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.471 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.471 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/05 07:09:39.472 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=2.273106ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.463 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.474 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.463 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.477 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/05 07:09:39.477 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2025/04/05 07:09:39.480 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.479 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.480 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.479 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2025/04/05 07:09:39.482 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.479 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.484 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=304.339ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.486 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.486 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/05 07:09:39.486 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.185271ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.479 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.489 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.479 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.492 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/05 07:09:39.492 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2025/04/05 07:09:39.495 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.495 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [2025/04/05 07:09:39.497 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.506 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=559.514ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.508 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.509 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/05 07:09:39.509 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=4.27387ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.512 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.494 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.515 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/05 07:09:39.515 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV),\n\t\tKEY i_user (USER)\n\t);"] [user=] [2025/04/05 07:09:39.518 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.518 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2025/04/05 07:09:39.520 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.523 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=297.897ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.524 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.524 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/05 07:09:39.525 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=2.466669ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.527 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.530 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/05 07:09:39.530 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2025/04/05 07:09:39.533 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.532 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.533 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.532 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2025/04/05 07:09:39.535 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.532 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.537 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=279.596ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.539 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.539 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/05 07:09:39.539 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.111929ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.532 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.541 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.532 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.545 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/05 07:09:39.545 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2025/04/05 07:09:39.548 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.547 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.548 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.547 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2025/04/05 07:09:39.550 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.547 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.554 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=210.137ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.555 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.555 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/05 07:09:39.556 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.307125ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.547 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.558 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.547 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.561 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/05 07:09:39.562 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2025/04/05 07:09:39.562 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:39.564 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.563 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.564 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.563 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2025/04/05 07:09:39.565 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.563 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.568 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=244.465ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.569 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.569 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/05 07:09:39.570 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.460353ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.563 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.572 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.563 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.575 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/05 07:09:39.576 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2025/04/05 07:09:39.579 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.579 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 07:09:39.581 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.584 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=361.382ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.585 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.585 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/05 07:09:39.586 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=2.431651ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.588 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.590 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/05 07:09:39.591 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 07:09:39.593 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.592 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.594 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.592 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2025/04/05 07:09:39.595 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.592 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.598 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=365.384ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.599 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.599 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/05 07:09:39.600 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.634737ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.592 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.602 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.592 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.605 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/05 07:09:39.606 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2025/04/05 07:09:39.610 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.610 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [2025/04/05 07:09:39.611 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.615 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=496.04ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.617 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.617 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/05 07:09:39.617 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.512155ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.620 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.608 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.624 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/05 07:09:39.624 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time),\n\t\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/05 07:09:39.627 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.628 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/05 07:09:39.629 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.632 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=238.282ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.633 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.633 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/05 07:09:39.634 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.419121ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.636 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.626 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.638 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/05 07:09:39.639 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2025/04/05 07:09:39.642 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.641 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.642 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.641 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0\n\t);"] [2025/04/05 07:09:39.644 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.641 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.647 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=294.651ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 07:09:39.648 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.648 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/05 07:09:39.649 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.133287ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.641 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.651 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.641 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.655 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/05 07:09:39.658 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.658 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/05 07:09:39.660 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.663 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=325.188ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.664 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.664 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/05 07:09:39.665 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.565582ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.668 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.657 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.672 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/05 07:09:39.672 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2025/04/05 07:09:39.675 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.674 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.675 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.674 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [2025/04/05 07:09:39.677 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.674 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.682 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=267.472ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.683 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.683 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/05 07:09:39.684 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.176623ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.674 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.686 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.674 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.690 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/05 07:09:39.690 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2025/04/05 07:09:39.695 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.695 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [2025/04/05 07:09:39.698 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.702 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=361.458ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.704 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.704 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/05 07:09:39.706 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=4.204671ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.708 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.693 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.712 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/05 07:09:39.712 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2025/04/05 07:09:39.716 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.714 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.716 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.714 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [2025/04/05 07:09:39.718 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.714 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.722 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=526.1ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.724 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.724 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/05 07:09:39.726 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=4.498775ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.714 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.729 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.714 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.733 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/05 07:09:39.733 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2025/04/05 07:09:39.737 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.735 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.737 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.735 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [2025/04/05 07:09:39.738 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.735 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.742 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=559.517ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.743 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.743 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/05 07:09:39.746 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=4.913401ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.735 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.749 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.735 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.753 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/05 07:09:39.753 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2025/04/05 07:09:39.756 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.755 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.756 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.755 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [2025/04/05 07:09:39.758 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.755 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.762 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=587.751ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.764 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.764 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/05 07:09:39.764 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.010094ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.755 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.766 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.755 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.770 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/05 07:09:39.770 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2025/04/05 07:09:39.774 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.772 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.774 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.772 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 07:09:39.776 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.772 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.780 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=444.935ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.781 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.781 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/05 07:09:39.782 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.817478ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.772 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.785 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.772 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.788 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/05 07:09:39.788 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 07:09:39.792 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.792 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/05 07:09:39.793 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.799 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=1.375184ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.801 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.801 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/05 07:09:39.803 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=6.088429ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.806 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.809 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/05 07:09:39.809 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/05 07:09:39.815 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.815 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [2025/04/05 07:09:39.817 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.821 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=466.342ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.822 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.822 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/05 07:09:39.823 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.202804ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.825 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.829 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/05 07:09:39.829 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2025/04/05 07:09:39.833 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.832 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.833 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.832 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 07:09:39.835 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.832 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.839 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=415.335ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.841 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.841 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/05 07:09:39.841 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.108101ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.832 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.843 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.832 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.847 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/05 07:09:39.848 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 07:09:39.851 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.851 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 07:09:39.853 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.857 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=462.344ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.859 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.859 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/05 07:09:39.861 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=4.842602ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.864 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.85 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.868 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/05 07:09:39.868 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 07:09:39.872 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.87 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.872 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.87 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [2025/04/05 07:09:39.874 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.87 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.879 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=710.726ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.880 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.880 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/05 07:09:39.883 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=4.949243ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.87 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.886 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.87 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.890 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/05 07:09:39.890 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2025/04/05 07:09:39.893 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.892 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.893 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.892 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/05 07:09:39.894 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.892 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.897 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=420.615ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.898 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.899 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/05 07:09:39.899 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=2.052996ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.892 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.901 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.892 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.904 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/05 07:09:39.904 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/05 07:09:39.907 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.906 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.908 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.906 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [2025/04/05 07:09:39.909 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.906 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.912 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=309.281ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.913 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.913 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/05 07:09:39.914 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.775857ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.906 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.916 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.906 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.919 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/05 07:09:39.919 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2025/04/05 07:09:39.921 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.92 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.921 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.92 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [2025/04/05 07:09:39.922 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.92 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.925 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=282.965ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.926 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.926 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/05 07:09:39.927 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.68409ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.92 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.929 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.92 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.932 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/05 07:09:39.932 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2025/04/05 07:09:39.932 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/05 07:09:39.935 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.936 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/05 07:09:39.937 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.939 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=278.689ยตs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.940 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.940 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/05 07:09:39.941 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.1203ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.942 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.945 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/05 07:09:39.945 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/05 07:09:39.949 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.946 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.949 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.946 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/05 07:09:39.951 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.946 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.953 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=94.484ยตs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/05 07:09:39.955 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.955 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/05 07:09:39.956 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.401652ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.946 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.958 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.946 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.960 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/05 07:09:39.960 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/05 07:09:39.963 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.962 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.963 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.962 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE VIEW sys.schema_unused_indexes AS\n\t\tSELECT\n\t\t\ttable_schema as object_schema,\n\t\t\ttable_name as object_name,\n\t\t\tindex_name\n\t\tFROM information_schema.cluster_tidb_index_usage\n\t\tWHERE\n\t\t\ttable_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and\n\t\t\tindex_name != 'PRIMARY'\n\t\tGROUP BY table_schema, table_name, index_name\n\t\tHAVING\n\t\t\tsum(last_access_time) is null;"] [2025/04/05 07:09:39.965 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.962 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.968 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=251.968ยตs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/05 07:09:39.969 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.969 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/05 07:09:39.970 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.500496ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.962 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.973 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.962 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.976 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/05 07:09:39.980 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.978 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:39.980 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.978 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [2025/04/05 07:09:39.982 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.978 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.986 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=520.364ยตs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:39.988 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:39.988 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/05 07:09:39.990 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=4.752085ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.978 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.993 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.978 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:39.997 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/05 07:09:39.997 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/05 07:09:40.001 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.999 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:40.001 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.999 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [2025/04/05 07:09:40.003 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.999 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:40.006 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=300.912ยตs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:40.007 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:40.007 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/05 07:09:40.009 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=3.060142ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:39.999 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:40.011 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:39.999 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:40.016 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/05 07:09:40.016 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/05 07:09:40.020 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:40.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:40.020 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:40.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [2025/04/05 07:09:40.022 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:40.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:40.026 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=400.361ยตs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:40.027 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/05 07:09:40.027 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/05 07:09:40.030 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=4.46416ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:40.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:40.032 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:40.018 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:40.036 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/05 07:09:40.036 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/05 07:09:40.041 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/05 07:09:40.041 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/05 07:09:40.041 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/05 07:09:40.041 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 07:09:40.071 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=1.033663262s] [2025/04/05 07:09:40.071 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 07:09:40.071 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=b716c1cc-4019-4b11-a64a-39e0d1c1ff84] [2025/04/05 07:09:40.071 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 07:09:40.071 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 07:09:40.071 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=18.367ยตs] [2025/04/05 07:09:40.071 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=7.353ยตs] [2025/04/05 07:09:40.071 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=8.306ยตs] [2025/04/05 07:09:40.071 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=9.823ยตs] [2025/04/05 07:09:40.071 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=6.857ยตs] [2025/04/05 07:09:40.071 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=6.346ยตs] [2025/04/05 07:09:40.071 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=9.631ยตs] [2025/04/05 07:09:40.071 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=8.32ยตs] [2025/04/05 07:09:40.071 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=7.232ยตs] [2025/04/05 07:09:40.071 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=8.745ยตs] [2025/04/05 07:09:40.072 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=b716c1cc-4019-4b11-a64a-39e0d1c1ff84] [2025/04/05 07:09:40.072 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 07:09:40.072 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 07:09:40.076 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=b716c1cc-4019-4b11-a64a-39e0d1c1ff84] ["take time"=4.407715ms] [2025/04/05 07:09:40.076 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=b716c1cc-4019-4b11-a64a-39e0d1c1ff84] [2025/04/05 07:09:40.076 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 07:09:40.076 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 07:09:40.076 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 07:09:40.076 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/05 07:09:40.076 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 07:09:40.076 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 07:09:40.076 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 07:09:40.076 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 07:09:40.076 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 07:09:40.076 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/05 07:09:40.076 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 07:09:40.076 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 07:09:40.076 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 07:09:40.076 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 07:09:40.076 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 07:09:40.076 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=5.015865ms] [2025/04/05 07:09:40.076 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=ab23b8dc-5cd2-4186-bbbd-6cd8e87b9c96] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/05 07:09:40.083 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/05 07:09:40.083 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/05 07:09:40.103 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=19.8752ms] [2025/04/05 07:09:40.103 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/05 07:09:40.105 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=db72dae3-4514-4d58-bb27-82923a4dfcec] [runWorker=true] [jobVersion=v2] [2025/04/05 07:09:40.105 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/05 07:09:40.105 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/05 07:09:40.105 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/05 07:09:40.105 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/05 07:09:40.105 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=db72dae3-4514-4d58-bb27-82923a4dfcec] [2025/04/05 07:09:40.105 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 07:09:40.105 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/05 07:09:40.105 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 07:09:40.105 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 07:09:40.105 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 07:09:40.105 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/05 07:09:40.105 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 07:09:40.105 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 07:09:40.105 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/05 07:09:40.105 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 07:09:40.105 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/05 07:09:40.105 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/05 07:09:40.105 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/05 07:09:40.105 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/05 07:09:40.108 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 07:09:40.108 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=db72dae3-4514-4d58-bb27-82923a4dfcec] [2025/04/05 07:09:40.108 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/05 07:09:40.111 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/05 07:09:40.112 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/05 07:09:40.112 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 07:09:40.115 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 07:09:40.117 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 07:09:40.117 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/05 07:09:40.118 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/05 07:09:40.118 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/05 07:09:40.118 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/05 07:09:40.118 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=db72dae3-4514-4d58-bb27-82923a4dfcec] [2025/04/05 07:09:40.118 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 07:09:40.118 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 07:09:40.118 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/05 07:09:40.118 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 07:09:40.119 +00:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=16] [total-mem=342GiB] [total-disk=434.8GiB] [2025/04/05 07:09:40.119 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=db72dae3-4514-4d58-bb27-82923a4dfcec] [ttl-worker=task-manager] [ttl-worker=db72dae3-4514-4d58-bb27-82923a4dfcec] [originalCount=0] [newCount=4] [2025/04/05 07:09:40.119 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=db72dae3-4514-4d58-bb27-82923a4dfcec] [ttl-worker=task-manager] [ttl-worker=db72dae3-4514-4d58-bb27-82923a4dfcec] [originalCount=0] [newCount=4] [2025/04/05 07:09:40.119 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=db72dae3-4514-4d58-bb27-82923a4dfcec] [2025/04/05 07:09:40.120 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 07:09:40.120 +00:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/05 07:09:40.120 +00:00] [INFO] [domain.go:1839] ["dist task executor manager started"] testkit.go:123: RefreshSession rand seed: 1743836980120955214 [2025/04/05 07:09:40.121 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2025/04/05 07:09:40.124 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:40.123 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/05 07:09:40.124 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:40.123 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="create table t1(id bigint auto_random primary key)"] [2025/04/05 07:09:40.126 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:40.123 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:40.126 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 112, Table Name: t1)"] [2025/04/05 07:09:40.129 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=185.196ยตs] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/05 07:09:40.131 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/05 07:09:40.132 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=2.495503ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-05 07:09:40.123 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:40.134 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-05 07:09:40.123 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/05 07:09:40.137 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/05 07:09:40.138 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create table t1(id bigint auto_random primary key)"] [user=] backfilling_dist_scheduler_test.go:339: Error Trace: pkg/ddl/backfilling_dist_scheduler_test.go:339 pkg/ddl/backfilling_dist_scheduler_test.go:159 Error: Received unexpected error: listen tcp 127.0.0.1:4443: bind: address already in use Test: TestBackfillingSchedulerGlobalSortMode [2025/04/05 07:09:40.143 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=db72dae3-4514-4d58-bb27-82923a4dfcec] [2025/04/05 07:09:40.143 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/05 07:09:40.143 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 07:09:40.143 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/05 07:09:40.143 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=21.902ยตs] [2025/04/05 07:09:40.143 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=db72dae3-4514-4d58-bb27-82923a4dfcec] [2025/04/05 07:09:40.143 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/05 07:09:40.143 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/05 07:09:40.143 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=db72dae3-4514-4d58-bb27-82923a4dfcec] ["take time"=369.498ยตs] [2025/04/05 07:09:40.143 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=db72dae3-4514-4d58-bb27-82923a4dfcec] [2025/04/05 07:09:40.143 +00:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/05 07:09:40.143 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=db72dae3-4514-4d58-bb27-82923a4dfcec] [ttl-worker=task-manager] [ttl-worker=db72dae3-4514-4d58-bb27-82923a4dfcec] [originalCount=4] [newCount=0] [2025/04/05 07:09:40.143 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 07:09:40.143 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 07:09:40.143 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 07:09:40.143 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/05 07:09:40.143 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=db72dae3-4514-4d58-bb27-82923a4dfcec] [ttl-worker=task-manager] [ttl-worker=db72dae3-4514-4d58-bb27-82923a4dfcec] [originalCount=4] [newCount=0] [2025/04/05 07:09:40.144 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 07:09:40.144 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 07:09:40.144 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 07:09:40.145 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/05 07:09:40.145 +00:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=db72dae3-4514-4d58-bb27-82923a4dfcec] [2025/04/05 07:09:40.145 +00:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/05 07:09:40.146 +00:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/05 07:09:40.146 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:40.146 +00:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/05 07:09:40.146 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/05 07:09:40.146 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:40.146 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:40.146 +00:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/05 07:09:40.147 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/05 07:09:40.146 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/05 07:09:40.146 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/05 07:09:40.146 +00:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/05 07:09:40.147 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/05 07:09:40.146 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/05 07:09:40.147 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/05 07:09:40.146 +00:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/05 07:09:40.148 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/05 07:09:40.146 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:40.148 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:40.146 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:40.148 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:40.146 +00:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/05 07:09:40.146 +00:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/05 07:09:40.146 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/05 07:09:40.146 +00:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/05 07:09:40.146 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/05 07:09:40.146 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=db72dae3-4514-4d58-bb27-82923a4dfcec] [2025/04/05 07:09:40.146 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:40.146 +00:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/05 07:09:40.146 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/05 07:09:40.146 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/05 07:09:40.146 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=db72dae3-4514-4d58-bb27-82923a4dfcec] [2025/04/05 07:09:40.146 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/05 07:09:40.146 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/05 07:09:40.146 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:40.146 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/05 07:09:40.146 +00:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/05 07:09:40.148 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/05 07:09:40.149 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/05 07:09:40.149 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/05 07:09:40.149 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/05 07:09:40.149 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/05 07:09:40.149 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:40.149 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=db72dae3-4514-4d58-bb27-82923a4dfcec] [2025/04/05 07:09:40.149 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/05 07:09:40.149 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=db72dae3-4514-4d58-bb27-82923a4dfcec] [2025/04/05 07:09:40.149 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/05 07:09:40.150 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/05 07:09:40.150 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/05 07:09:40.150 +00:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/05 07:09:40.151 +00:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/05 07:09:40.152 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/05 07:09:40.151 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/05 07:09:40.152 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/05 07:09:40.153 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=10.164516ms] [2025/04/05 07:09:40.153 +00:00] [INFO] [db.go:567] ["Closing database"] [2025/04/05 07:09:40.154 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/05 07:09:40.154 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/05 07:09:40.154 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/05 07:09:40.154 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/05 07:09:40.154 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestBackfillingSchedulerGlobalSortMode (1.16s) panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x64bd8ce] goroutine 279 [running]: testing.tRunner.func1.2({0x6cee720, 0xb171a20}) GOROOT/src/testing/testing.go:1632 +0x230 testing.tRunner.func1() GOROOT/src/testing/testing.go:1635 +0x35e panic({0x6cee720?, 0xb171a20?}) GOROOT/src/runtime/panic.go:791 +0x132 github.com/fsouza/fake-gcs-server/fakestorage.(*Server).Stop(0x25bd3d2?) external/com_github_fsouza_fake_gcs_server/fakestorage/server.go:305 +0xe github.com/pingcap/tidb/pkg/ddl_test.createAddIndexTask.func1() pkg/ddl/backfilling_dist_scheduler_test.go:337 +0x25 testing.(*common).Cleanup.func1() GOROOT/src/testing/testing.go:1176 +0x109 testing.(*common).runCleanup(0xc00226e4e0, 0x0?) GOROOT/src/testing/testing.go:1354 +0xd5 testing.tRunner.func2() GOROOT/src/testing/testing.go:1684 +0x25 runtime.Goexit() GOROOT/src/runtime/panic.go:635 +0x5e testing.(*common).FailNow(0xc00226e4e0) GOROOT/src/testing/testing.go:1006 +0x4a github.com/stretchr/testify/require.NoError({0x7f3bb90, 0xc00226e4e0}, {0x7f2ad00, 0xc0090c3590}, {0x0, 0x0, 0x0}) external/com_github_stretchr_testify/require/require.go:1357 +0xca github.com/pingcap/tidb/pkg/ddl_test.createAddIndexTask(0xc00226e4e0, 0xc008c10a08, {0x751532b, 0x4}, {0x7513502, 0x2}, {0x751ec2b, 0x8}, 0x1) pkg/ddl/backfilling_dist_scheduler_test.go:339 +0x67b github.com/pingcap/tidb/pkg/ddl_test.TestBackfillingSchedulerGlobalSortMode(0xc00226e4e0) pkg/ddl/backfilling_dist_scheduler_test.go:159 +0x3fd testing.tRunner(0xc00226e4e0, 0x77be6c8) GOROOT/src/testing/testing.go:1690 +0xf4 created by testing.(*T).Run in goroutine 1 GOROOT/src/testing/testing.go:1743 +0x390 -- Coverage runner: Not collecting coverage for failed test. The following commands failed with status 2 /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/26540/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/ddl/ddl_test_/ddl_test.runfiles/__main__/pkg/ddl/ddl_test_/ddl_test ================================================================================ [27,180 / 27,523] 310 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 263s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,182 / 27,523] 310 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 264s remote-cache, linux-sandbox ... (70 actions running) [27,184 / 27,523] 311 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 265s remote-cache, linux-sandbox ... (70 actions running) [27,190 / 27,525] 311 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 267s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,194 / 27,525] 311 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 268s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,194 / 27,525] 311 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 269s remote-cache, linux-sandbox ... (70 actions running) [27,197 / 27,525] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 270s remote-cache, linux-sandbox ... (70 actions running) [27,200 / 27,525] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 272s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,201 / 27,525] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 273s remote-cache, linux-sandbox ... (70 actions running) [27,202 / 27,525] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 274s remote-cache, linux-sandbox ... (70 actions running) [27,203 / 27,525] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 276s remote-cache, linux-sandbox ... (70 actions running) [27,207 / 27,525] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 278s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,208 / 27,525] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 279s remote-cache, linux-sandbox ... (70 actions running) [27,210 / 27,525] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 280s remote-cache, linux-sandbox ... (70 actions running) [27,214 / 27,525] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 282s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,215 / 27,525] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 283s remote-cache, linux-sandbox ... (70 actions running) [27,218 / 27,525] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 284s remote-cache, linux-sandbox ... (70 actions running) [27,223 / 27,525] 314 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 286s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,227 / 27,527] 314 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 287s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,229 / 27,527] 314 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 288s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,232 / 27,527] 314 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 289s remote-cache, linux-sandbox ... (70 actions running) [27,237 / 27,527] 315 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 290s remote-cache, linux-sandbox ... (70 actions running) [27,240 / 27,527] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 292s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,241 / 27,527] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 293s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,244 / 27,527] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 294s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,247 / 27,527] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 295s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,251 / 27,527] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 296s remote-cache, linux-sandbox ... (69 actions running) [27,255 / 27,527] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 297s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,258 / 27,527] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 298s remote-cache, linux-sandbox ... (70 actions running) [27,260 / 27,527] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 299s remote-cache, linux-sandbox ... (70 actions running) [27,261 / 27,527] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 301s remote-cache, linux-sandbox ... (70 actions running) [27,267 / 27,548] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 302s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,272 / 27,548] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 303s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,274 / 27,548] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 304s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,275 / 27,548] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 305s remote-cache, linux-sandbox ... (70 actions running) [27,282 / 27,570] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 306s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,288 / 27,575] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 308s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,291 / 27,575] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 309s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,294 / 27,575] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 310s remote-cache, linux-sandbox ... (70 actions running) [27,295 / 27,575] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 311s remote-cache, linux-sandbox ... (70 actions running) [27,302 / 27,575] 320 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 313s remote-cache, linux-sandbox ... (70 actions running) [27,309 / 27,577] 320 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 314s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,312 / 27,577] 320 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 315s remote-cache, linux-sandbox ... (70 actions running) [27,313 / 27,577] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 317s remote-cache, linux-sandbox ... (70 actions running) [27,320 / 27,588] 322 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 318s remote-cache, linux-sandbox ... (70 actions running) [27,323 / 27,588] 322 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 320s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,326 / 27,588] 322 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 321s remote-cache, linux-sandbox ... (70 actions running) [27,331 / 27,588] 322 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 323s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,335 / 27,588] 322 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 324s remote-cache, linux-sandbox ... (70 actions running) [27,340 / 27,588] 322 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 325s remote-cache, linux-sandbox ... (70 actions running) [27,341 / 27,588] 322 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 327s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,345 / 27,590] 323 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 328s remote-cache, linux-sandbox ... (70 actions running) [27,350 / 27,590] 324 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 329s remote-cache, linux-sandbox ... (70 actions running) [27,352 / 27,590] 324 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 330s remote-cache, linux-sandbox ... (70 actions running) [27,356 / 27,590] 325 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 24 of 48); 36s remote-cache, linux-sandbox ... (70 actions running) [27,362 / 27,595] 326 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 24 of 48); 38s remote-cache, linux-sandbox ... (70 actions running) [27,364 / 27,595] 326 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 24 of 48); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,367 / 27,595] 326 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 24 of 48); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,370 / 27,595] 326 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 24 of 48); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,374 / 27,595] 326 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 24 of 48); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,383 / 27,597] 326 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 24 of 48); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,385 / 27,597] 326 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 24 of 48); 45s remote-cache, linux-sandbox ... (70 actions running) [27,391 / 27,597] 327 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 24 of 48); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,393 / 27,597] 327 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 24 of 48); 48s remote-cache, linux-sandbox ... (70 actions running) [27,400 / 27,637] 327 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 24 of 48); 49s remote-cache, linux-sandbox ... (70 actions running) [27,405 / 27,637] 328 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 24 of 48); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,419 / 27,639] 328 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 15 of 39); 32s remote-cache, linux-sandbox ... (67 actions, 66 running) [27,421 / 27,641] 328 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 15 of 39); 33s remote-cache, linux-sandbox ... (70 actions running) [27,424 / 27,641] 328 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 15 of 39); 34s remote-cache, linux-sandbox ... (70 actions running) [27,432 / 27,720] 331 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 16 of 39); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,435 / 27,720] 332 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 16 of 39); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,442 / 27,722] 332 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 16 of 39); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,447 / 27,722] 332 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 16 of 39); 34s remote-cache, linux-sandbox ... (70 actions running) [27,448 / 27,722] 332 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 16 of 39); 35s remote-cache, linux-sandbox ... (70 actions running) [27,454 / 27,722] 333 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 17 of 39); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,463 / 27,722] 333 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 18 of 39); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,465 / 27,722] 333 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 18 of 39); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,469 / 27,722] 333 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 18 of 39); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,473 / 27,722] 333 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 19 of 39); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,475 / 27,722] 333 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 19 of 39); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,477 / 27,722] 333 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 19 of 39); 32s remote-cache, linux-sandbox ... (70 actions running) [27,483 / 27,722] 334 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 19 of 39); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,488 / 27,773] 334 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 19 of 39); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) FLAKY: //pkg/ddl:ddl_test (Summary) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_11_of_50/test_attempts/attempt_1.log /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_11_of_50/test_attempts/attempt_2.log /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_11_of_50/test_attempts/attempt_3.log /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_11_of_50/test_attempts/attempt_4.log [27,494 / 27,796] 336 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 19 of 39); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,501 / 27,796] 336 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 27 of 39); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,504 / 27,796] 336 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 27 of 39); 32s remote-cache, linux-sandbox ... (70 actions running) [27,506 / 27,796] 336 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 27 of 39); 33s remote-cache, linux-sandbox ... (70 actions running) [27,514 / 27,823] 336 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 27 of 39); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,520 / 27,883] 336 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 38 of 48); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,525 / 27,891] 336 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 38 of 48); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,534 / 27,891] 336 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 38 of 48); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,538 / 27,891] 336 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 38 of 48); 37s remote-cache, linux-sandbox ... (70 actions running) [27,545 / 27,891] 337 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 38 of 48); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,552 / 27,899] 337 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 38 of 48); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,560 / 27,962] 337 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 38 of 48); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,569 / 27,964] 337 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 38 of 48); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,576 / 27,964] 337 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 38 of 48); 43s remote-cache, linux-sandbox ... (70 actions running) [27,579 / 27,964] 337 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 38 of 48); 44s remote-cache, linux-sandbox ... (70 actions running) [27,583 / 27,964] 337 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 38 of 48); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,592 / 27,964] 338 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 38 of 48); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,599 / 27,964] 339 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 38 of 48); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,610 / 27,973] 339 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 23 of 39); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,613 / 27,973] 339 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 23 of 39); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,618 / 27,995] 339 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 23 of 39); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,626 / 27,995] 339 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 24 of 39); 34s remote-cache, linux-sandbox ... (70 actions running) [27,637 / 27,995] 339 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 24 of 39); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,642 / 27,995] 340 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 25 of 39); 33s remote-cache, linux-sandbox ... (69 actions running) [27,651 / 28,023] 340 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 25 of 39); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,657 / 28,023] 340 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,664 / 28,023] 340 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,671 / 28,023] 340 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,679 / 28,023] 340 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,691 / 28,101] 340 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 35s remote-cache, linux-sandbox ... (70 actions running) [27,697 / 28,101] 341 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 36s remote-cache, linux-sandbox ... (70 actions running) [27,705 / 28,101] 342 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 37s remote-cache, linux-sandbox ... (68 actions, 66 running) [27,713 / 28,114] 342 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,722 / 28,114] 343 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,730 / 28,114] 343 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,737 / 28,114] 343 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,743 / 28,114] 344 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 43s remote-cache, linux-sandbox ... (70 actions running) [27,748 / 28,114] 345 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 45s remote-cache, linux-sandbox ... (70 actions running) [27,761 / 28,114] 345 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,765 / 28,114] 345 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,769 / 28,116] 345 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,778 / 28,116] 345 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,782 / 28,116] 345 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,794 / 28,143] 346 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,802 / 28,143] 347 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,809 / 28,178] 349 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 53s remote-cache, linux-sandbox ... (70 actions running) [27,814 / 28,178] 349 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,823 / 28,188] 349 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,831 / 28,188] 349 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,833 / 28,188] 350 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 58s remote-cache, linux-sandbox ... (70 actions running) [27,845 / 28,213] 351 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 59s remote-cache, linux-sandbox ... (70 actions running) [27,850 / 28,213] 352 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 60s remote-cache, linux-sandbox ... (70 actions running) [27,862 / 28,213] 352 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,870 / 28,213] 352 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,876 / 28,213] 352 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,884 / 28,223] 352 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,890 / 28,274] 352 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 34s remote-cache, linux-sandbox ... (69 actions running) [27,900 / 28,289] 353 / 457 tests; GoLink pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test; 10s remote-cache, linux-sandbox ... (67 actions, 66 running) [27,904 / 28,289] 353 / 457 tests; GoLink pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,912 / 28,289] 353 / 457 tests; GoLink pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test; 12s remote-cache, linux-sandbox ... (70 actions running) [27,918 / 28,289] 353 / 457 tests; GoLink pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,925 / 28,322] 353 / 457 tests; Testing //br/pkg/restore/log_client:log_client_test (shard 26 of 50); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,929 / 28,322] 353 / 457 tests; Testing //br/pkg/restore/log_client:log_client_test (shard 26 of 50); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,940 / 28,334] 353 / 457 tests; Testing //br/pkg/restore/log_client:log_client_test (shard 26 of 50); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,948 / 28,336] 353 / 457 tests; Testing //br/pkg/restore/log_client:log_client_test (shard 26 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,954 / 28,336] 353 / 457 tests; Testing //br/pkg/restore/log_client:log_client_test (shard 26 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,962 / 28,336] 353 / 457 tests; Testing //br/pkg/restore/log_client:log_client_test (shard 26 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,970 / 28,336] 353 / 457 tests; Testing //br/pkg/restore/log_client:log_client_test (shard 26 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,976 / 28,336] 353 / 457 tests; Testing //br/pkg/restore/log_client:log_client_test (shard 26 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,978 / 28,336] 353 / 457 tests; Testing //br/pkg/restore/log_client:log_client_test (shard 26 of 50); 23s remote-cache, linux-sandbox ... (70 actions running) [27,985 / 28,387] 354 / 457 tests; Testing //br/pkg/restore/log_client:log_client_test (shard 26 of 50); 24s remote-cache, linux-sandbox ... (70 actions running) [28,002 / 28,438] 354 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,008 / 28,438] 354 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,013 / 28,438] 354 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,022 / 28,438] 354 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,026 / 28,438] 354 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 27s remote-cache, linux-sandbox ... (69 actions running) [28,031 / 28,438] 354 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,041 / 28,438] 354 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 29s remote-cache, linux-sandbox ... (68 actions, 67 running) [28,046 / 28,438] 354 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 30s remote-cache, linux-sandbox ... (69 actions running) [28,052 / 28,438] 354 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,060 / 28,469] 357 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,066 / 28,469] 357 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,076 / 28,469] 357 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,082 / 28,469] 357 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,087 / 28,469] 358 / 457 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test; 22s remote-cache, linux-sandbox ... (70 actions running) [28,094 / 28,469] 358 / 457 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,096 / 28,469] 359 / 457 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test; 25s remote-cache, linux-sandbox ... (70 actions running) [28,111 / 28,520] 359 / 457 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test; 26s remote-cache, linux-sandbox ... (70 actions running) [28,121 / 28,520] 360 / 457 tests; Testing //pkg/executor/test/txn:txn_test (shard 7 of 11); 10s remote-cache, linux-sandbox ... (67 actions, 66 running) [28,126 / 28,520] 360 / 457 tests; Testing //pkg/executor/test/txn:txn_test (shard 7 of 11); 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,130 / 28,520] 361 / 457 tests; Testing //pkg/executor/test/txn:txn_test (shard 7 of 11); 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,133 / 28,520] 363 / 457 tests; Testing //pkg/executor/test/txn:txn_test (shard 7 of 11); 13s remote-cache, linux-sandbox ... (70 actions running) [28,141 / 28,520] 364 / 457 tests; Testing //pkg/executor/test/txn:txn_test (shard 7 of 11); 14s remote-cache, linux-sandbox ... (70 actions running) [28,156 / 28,525] 364 / 457 tests; Testing //pkg/executor/test/txn:txn_test (shard 7 of 11); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,163 / 28,564] 364 / 457 tests; Testing //pkg/executor/test/txn:txn_test (shard 7 of 11); 17s remote-cache, linux-sandbox ... (70 actions running) [28,169 / 28,578] 364 / 457 tests; Testing //pkg/executor/test/txn:txn_test (shard 7 of 11); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,178 / 28,580] 365 / 457 tests; Testing //pkg/executor/test/txn:txn_test (shard 7 of 11); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,184 / 28,580] 365 / 457 tests; Testing //pkg/executor/test/txn:txn_test (shard 7 of 11); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,191 / 28,580] 365 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 30 of 32); 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,196 / 28,580] 365 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 30 of 32); 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,207 / 28,612] 365 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 30 of 32); 14s remote-cache, linux-sandbox ... (69 actions running) [28,217 / 28,616] 366 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 30 of 32); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,222 / 28,618] 367 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 30 of 32); 16s remote-cache, linux-sandbox ... (70 actions running) [28,232 / 28,620] 368 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 13s remote-cache, linux-sandbox ... (69 actions running) [28,241 / 28,633] 368 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,250 / 28,644] 371 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,261 / 28,653] 371 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,263 / 28,653] 372 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,267 / 28,653] 372 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,272 / 28,653] 372 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 20s remote-cache, linux-sandbox ... (70 actions running) [28,281 / 28,653] 373 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 21s remote-cache, linux-sandbox ... (70 actions running) [28,291 / 28,704] 374 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,296 / 28,704] 374 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,307 / 28,713] 374 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 24s remote-cache, linux-sandbox ... (69 actions running) [28,315 / 28,713] 374 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,318 / 28,713] 374 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 27s remote-cache, linux-sandbox ... (70 actions running) [28,326 / 28,715] 374 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 28s remote-cache, linux-sandbox ... (70 actions running) [28,337 / 28,739] 374 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 29s remote-cache, linux-sandbox ... (65 actions running) [28,351 / 28,772] 375 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,354 / 28,772] 376 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,360 / 28,786] 376 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,373 / 28,786] 378 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,382 / 28,788] 379 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,389 / 28,788] 380 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 24s remote-cache, linux-sandbox ... (70 actions running) [28,395 / 28,788] 380 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,400 / 28,788] 380 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,406 / 28,788] 381 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 27s remote-cache, linux-sandbox ... (70 actions running) [28,414 / 28,788] 381 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 28s remote-cache, linux-sandbox ... (69 actions running) [28,424 / 28,788] 381 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,428 / 28,788] 382 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,434 / 28,788] 382 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,440 / 28,795] 383 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 24s remote-cache, linux-sandbox ... (68 actions, 66 running) [28,451 / 28,795] 385 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 25s remote-cache, linux-sandbox ... (70 actions running) [28,463 / 28,812] 386 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,466 / 28,812] 386 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 28s remote-cache, linux-sandbox ... (70 actions running) [28,474 / 28,812] 386 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,483 / 28,812] 386 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,492 / 28,812] 386 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,500 / 28,820] 387 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,509 / 28,826] 387 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,515 / 28,826] 387 / 457 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 6 of 6); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,519 / 28,826] 387 / 457 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 6 of 6); 27s remote-cache, linux-sandbox ... (70 actions running) [28,528 / 28,832] 388 / 457 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 6 of 6); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,540 / 28,878] 389 / 457 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 6 of 6); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,548 / 28,905] 389 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 38); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,550 / 28,905] 389 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 38); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,554 / 28,905] 390 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 38); 18s remote-cache, linux-sandbox ... (70 actions running) [28,563 / 28,905] 390 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 38); 19s remote-cache, linux-sandbox ... (68 actions, 67 running) [28,574 / 28,905] 390 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,581 / 28,907] 391 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 20s remote-cache, linux-sandbox ... (70 actions running) [28,587 / 28,907] 391 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,594 / 28,907] 391 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 22s remote-cache, linux-sandbox ... (70 actions running) [28,598 / 28,907] 391 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,605 / 28,907] 391 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,618 / 28,907] 394 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,628 / 28,909] 395 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,637 / 28,909] 396 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 34 of 38); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,643 / 28,909] 396 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 34 of 38); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,645 / 28,909] 397 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 34 of 38); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,652 / 28,914] 397 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 34 of 38); 21s remote-cache, linux-sandbox ... (70 actions running) [28,668 / 28,914] 399 / 457 tests; GoLink pkg/planner/core/tests/null/null_test_/null_test; 12s remote-cache, linux-sandbox ... (68 actions, 66 running) [28,675 / 28,914] 399 / 457 tests; GoLink pkg/planner/core/tests/null/null_test_/null_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,680 / 28,916] 400 / 457 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 3 of 50); 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,681 / 28,916] 400 / 457 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 3 of 50); 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,692 / 28,916] 402 / 457 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 3 of 50); 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,700 / 28,916] 403 / 457 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 31 of 50); 13s remote-cache, linux-sandbox ... (70 actions running) [28,709 / 28,923] 403 / 457 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 31 of 50); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,718 / 28,953] 403 / 457 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 31 of 50); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,724 / 29,002] 403 / 457 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 31 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,734 / 29,002] 403 / 457 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 31 of 50); 18s remote-cache, linux-sandbox ... (70 actions running) [28,738 / 29,002] 403 / 457 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 31 of 50); 19s remote-cache, linux-sandbox ... (68 actions running) [28,741 / 29,004] 403 / 457 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 31 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,749 / 29,009] 404 / 457 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 31 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,766 / 29,084] 405 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,775 / 29,089] 406 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,785 / 29,089] 407 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,789 / 29,089] 407 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,796 / 29,097] 407 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,806 / 29,129] 408 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,820 / 29,140] 408 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,823 / 29,140] 410 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 23s remote-cache, linux-sandbox ... (70 actions running) [28,832 / 29,140] 411 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,838 / 29,152] 412 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 25s remote-cache, linux-sandbox ... (69 actions running) [28,846 / 29,152] 412 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 26s remote-cache, linux-sandbox ... (67 actions running) [28,855 / 29,152] 413 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,862 / 29,160] 413 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,869 / 29,189] 414 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,876 / 29,191] 414 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,879 / 29,191] 414 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 32s remote-cache, linux-sandbox ... (70 actions running) [28,884 / 29,191] 415 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 33s remote-cache, linux-sandbox ... (69 actions running) [28,896 / 29,191] 415 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 34s remote-cache, linux-sandbox ... (67 actions, 66 running) [28,902 / 29,203] 415 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,909 / 29,225] 416 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,919 / 29,225] 416 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,925 / 29,264] 416 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,931 / 29,264] 416 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 40s remote-cache, linux-sandbox ... (70 actions running) [28,943 / 29,264] 416 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,947 / 29,264] 417 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,953 / 29,284] 417 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,963 / 29,300] 418 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,970 / 29,300] 418 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,978 / 29,300] 418 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,984 / 29,324] 418 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,988 / 29,326] 418 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 49s remote-cache, linux-sandbox ... (70 actions running) [29,000 / 29,326] 419 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 50s remote-cache, linux-sandbox ... (70 actions running) [29,009 / 29,326] 419 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,012 / 29,326] 419 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,017 / 29,326] 419 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,025 / 29,335] 421 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 55s remote-cache, linux-sandbox ... (69 actions running) [29,037 / 29,346] 421 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,048 / 29,346] 421 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,050 / 29,346] 421 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,054 / 29,397] 421 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,060 / 29,397] 421 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 60s remote-cache, linux-sandbox ... (70 actions running) [29,066 / 29,420] 421 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 61s remote-cache, linux-sandbox ... (68 actions, 67 running) [29,076 / 29,420] 422 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,085 / 29,420] 423 / 457 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 14 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,093 / 29,425] 424 / 457 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 14 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,098 / 29,425] 424 / 457 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 14 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,110 / 29,425] 425 / 457 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 14 of 50); 43s remote-cache, linux-sandbox ... (68 actions, 66 running) [29,116 / 29,447] 425 / 457 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 15 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [29,123 / 29,447] 425 / 457 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 15 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,127 / 29,447] 426 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,131 / 29,447] 426 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,138 / 29,447] 426 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,148 / 29,447] 426 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,156 / 29,447] 427 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,164 / 29,447] 428 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,171 / 29,499] 428 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,179 / 29,499] 428 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,189 / 29,501] 429 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 45s remote-cache, linux-sandbox ... (70 actions running) [29,197 / 29,501] 429 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,206 / 29,507] 430 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,213 / 29,507] 431 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,221 / 29,507] 433 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,229 / 29,507] 434 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 51s remote-cache, linux-sandbox ... (70 actions running) [29,237 / 29,507] 434 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,243 / 29,507] 434 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,252 / 29,507] 434 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,256 / 29,507] 434 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,265 / 29,507] 434 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,273 / 29,507] 434 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,283 / 29,507] 434 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,286 / 29,507] 434 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,292 / 29,507] 435 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 61s remote-cache, linux-sandbox ... (70 actions running) [29,298 / 29,507] 435 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 62s remote-cache, linux-sandbox ... (69 actions running) [29,304 / 29,507] 435 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,315 / 29,507] 436 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,323 / 29,525] 437 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 66s remote-cache, linux-sandbox ... (70 actions running) [29,331 / 29,525] 438 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,333 / 29,525] 438 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,342 / 29,525] 438 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,353 / 29,564] 439 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,359 / 29,564] 440 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 71s remote-cache, linux-sandbox ... (70 actions running) [29,366 / 29,564] 441 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,372 / 29,564] 442 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,385 / 29,564] 443 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 75s remote-cache, linux-sandbox ... (67 actions, 65 running) [29,390 / 29,564] 443 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 76s remote-cache, linux-sandbox ... (70 actions running) [29,399 / 29,564] 443 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 77s remote-cache, linux-sandbox ... (70 actions running) [29,404 / 29,564] 444 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,407 / 29,564] 444 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,414 / 29,564] 445 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 81s remote-cache, linux-sandbox ... (70 actions running) [29,425 / 29,564] 445 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,430 / 29,564] 446 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,437 / 29,564] 446 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,444 / 29,564] 446 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 85s remote-cache, linux-sandbox ... (69 actions running) [29,452 / 29,564] 446 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 86s remote-cache, linux-sandbox ... (69 actions running) [29,457 / 29,564] 446 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,463 / 29,564] 447 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,465 / 29,564] 447 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,478 / 29,564] 447 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 90s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,485 / 29,564] 447 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 91s remote-cache, linux-sandbox ... (70 actions running) [29,497 / 29,579] 448 / 457 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 3 of 12); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,502 / 29,579] 448 / 457 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 3 of 12); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,511 / 29,579] 448 / 457 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 3 of 12); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,517 / 29,630] 449 / 457 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 3 of 12); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,527 / 29,630] 449 / 457 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 3 of 12); 22s remote-cache, linux-sandbox ... (70 actions running) [29,535 / 29,630] 452 / 457 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,542 / 29,630] 452 / 457 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,547 / 29,630] 452 / 457 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,558 / 29,630] 452 / 457 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,563 / 29,630] 452 / 457 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,569 / 29,630] 452 / 457 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,574 / 29,630] 452 / 457 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 16s remote-cache, linux-sandbox ... (70 actions running) [29,578 / 29,630] 452 / 457 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,592 / 29,630] 453 / 457 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 14 of 17); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,600 / 29,630] 454 / 457 tests; Testing //pkg/executor/join:join_test (shard 14 of 50); 17s remote-cache, linux-sandbox ... (60 actions running) [29,607 / 29,630] 455 / 457 tests; Testing //pkg/executor/join:join_test (shard 14 of 50); 18s remote-cache, linux-sandbox ... (46 actions running) [29,628 / 29,630] 456 / 457 tests; Testing //pkg/executor/join:join_test (shard 14 of 50); 20s remote-cache, linux-sandbox ... (4 actions running) [29,628 / 29,630] 456 / 457 tests; Testing //pkg/executor/join:join_test (shard 14 of 50); 30s remote-cache, linux-sandbox ... (4 actions running) [29,629 / 29,630] 456 / 457 tests; Testing //pkg/executor/join:join_test (shard 20 of 50); 28s remote-cache, linux-sandbox [29,629 / 29,630] 456 / 457 tests; Testing //pkg/executor/join:join_test (shard 20 of 50); 38s remote-cache, linux-sandbox [29,629 / 29,630] 457 / 457 tests; Testing //pkg/executor/join:join_test (shard 20 of 50); 49s remote-cache, linux-sandbox INFO: Elapsed time: 1669.554s, Critical Path: 552.98s INFO: 29326 processes: 11538 remote cache hit, 1839 internal, 15949 linux-sandbox. INFO: Build completed successfully, 29326 total actions //br/pkg/errors:errors_test (cached) PASSED in 0.5s PASSED errors_test.TestEqual (0.0s) PASSED errors_test.TestIsContextCanceled (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/errors/errors_test/coverage.dat //br/pkg/summary:summary_test (cached) PASSED in 0.5s PASSED summary.TestSumDurationInt (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/summary/summary_test/coverage.dat //br/pkg/trace:trace_test (cached) PASSED in 0.8s PASSED trace.TestSpan (0.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/trace/trace_test/coverage.dat //br/pkg/version/build:build_test (cached) PASSED in 0.3s PASSED build.TestInfo (0.0s) PASSED build.TestLogInfo (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/build/build_test/coverage.dat //build/linter/constructor:constructor_test (cached) PASSED in 0.5s //build/linter/printexpression:printexpression_test (cached) PASSED in 0.5s //build/linter/util:util_test (cached) PASSED in 0.3s PASSED util.TestShouldRun (0.0s) //pkg/config:config_test (cached) PASSED in 1.9s Stats over 26 runs: max = 1.9s, min = 1.1s, avg = 1.5s, dev = 0.2s PASSED config.TestConflictInstanceConfig (0.0s) PASSED config.TestStoreType (0.0s) PASSED config.TestNullableBoolUnmarshal (0.0s) PASSED config.TestAtomicBoolUnmarshal (0.0s) PASSED config.TestLogConfig (0.0s) PASSED config.TestRemovedVariableCheck (0.0s) PASSED config.TestConfig (0.0s) PASSED config.TestTxnTotalSizeLimitValid (0.0s) PASSED config.TestDeprecatedConfig (0.0s) PASSED config.TestTokenLimit (0.0s) PASSED config.TestModifyThroughLDFlags (0.0s) PASSED config.TestFlattenConfig (0.0s) PASSED config.TestMaxIndexLength (0.0s) PASSED config.TestIndexLimit (0.0s) PASSED config.TestTableColumnCountLimit (0.0s) PASSED config.TestConfigExample (0.0s) PASSED config.TestEncodeDefTempStorageDir (0.0s) PASSED config.TestGetJSONConfig (0.0s) PASSED config.TestSecurityValid (0.0s) PASSED config.TestTcpNoDelay (0.0s) PASSED config.TestAutoScalerConfig (0.0s) PASSED config.TestInvalidConfigWithDeprecatedConfig (0.0s) PASSED config.TestStatsLoadLimit (0.1s) PASSED config.TestGetGlobalKeyspaceName (0.0s) PASSED config.TestCloneConf (0.0s) PASSED config.TestMergeConfigItems (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_7_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_26_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_2_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_1_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_3_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_4_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_5_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_6_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_8_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_12_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_14_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_25_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_9_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_10_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_11_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_18_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_13_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_17_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_15_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_16_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_21_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_22_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_19_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_20_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_23_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_24_of_26/coverage.dat //pkg/disttask/framework/proto:proto_test (cached) PASSED in 0.5s Stats over 7 runs: max = 0.5s, min = 0.4s, avg = 0.5s, dev = 0.0s PASSED proto.TestTaskType (0.0s) PASSED proto.TestTaskCompare (0.0s) PASSED proto.TestTaskIsDone (0.0s) PASSED proto.TestSubtaskIsDone (0.0s) PASSED proto.TestAllocatable (0.1s) PASSED proto.TestTaskStep (0.0s) PASSED proto.TestStep (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_1_of_7/coverage.dat //pkg/errno:errno_test (cached) PASSED in 0.5s PASSED errno.TestAllErrCodeHasMsg (0.0s) PASSED errno.TestCopySafety (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/errno/errno_test/coverage.dat //pkg/keyspace:keyspace_test (cached) PASSED in 1.3s PASSED keyspace.TestNoKeyspaceNameSet (0.0s) PASSED keyspace.TestSetKeyspaceNameInConf (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/keyspace/keyspace_test/coverage.dat //pkg/lightning/log:log_test (cached) PASSED in 1.5s Stats over 5 runs: max = 1.5s, min = 1.2s, avg = 1.3s, dev = 0.1s PASSED log_test.TestIsContextCanceledError (0.0s) PASSED log_test.TestInitStdoutLogger (0.0s) PASSED log_test.TestFilter (0.0s) PASSED log_test.TestConfigAdjust (0.0s) PASSED log_test.TestTestLogger (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/log/log_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/log/log_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/log/log_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/log/log_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/log/log_test/shard_3_of_5/coverage.dat //pkg/lightning/membuf:membuf_test (cached) PASSED in 0.5s Stats over 7 runs: max = 0.5s, min = 0.4s, avg = 0.5s, dev = 0.1s PASSED membuf.TestWaitUpMultipleCaller (0.0s) PASSED membuf.TestGetAlignedSizeGetBlockCnt (0.0s) PASSED membuf.TestLimiter (0.0s) PASSED membuf.TestBufferMemLimit (0.0s) PASSED membuf.TestBufferIsolation (0.0s) PASSED membuf.TestPoolMemLimit (0.1s) PASSED membuf.TestBufferPool (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_1_of_7/coverage.dat //pkg/lightning/metric:metric_test (cached) PASSED in 0.5s Stats over 6 runs: max = 0.5s, min = 0.4s, avg = 0.5s, dev = 0.0s PASSED metric_test.TestContext (0.0s) PASSED metric_test.TestMetricsUnregister (0.0s) PASSED metric_test.TestMetricsRegister (0.0s) PASSED metric_test.TestRecordEngineCount (0.0s) PASSED metric_test.TestReadHistogramSum (0.0s) PASSED metric_test.TestReadCounter (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/metric/metric_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/metric/metric_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/metric/metric_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/metric/metric_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/metric/metric_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/metric/metric_test/shard_1_of_6/coverage.dat //pkg/lightning/worker:worker_test (cached) PASSED in 0.5s PASSED worker_test.TestApplyRecycle (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/worker/worker_test/coverage.dat //pkg/parser/auth:auth_test (cached) PASSED in 0.8s Stats over 16 runs: max = 0.8s, min = 0.3s, avg = 0.4s, dev = 0.1s PASSED auth.TestCheckShaPasswordGood (0.0s) PASSED auth.TestCheckShaPasswordBad (0.0s) PASSED auth.TestCheckShaPasswordShort (0.0s) PASSED auth.TestCheckShaPasswordDigestTypeIncompatible (0.0s) PASSED auth.TestCheckShaPasswordIterationsInvalid (0.0s) PASSED auth.TestNewSha2Password (0.0s) PASSED auth.TestEncodePassword (0.0s) PASSED auth.TestDecodePassword (0.0s) PASSED auth.TestCheckScramble (0.0s) PASSED auth.TestSM3 (0.0s) PASSED auth.TestCheckSM3PasswordGood (0.0s) PASSED auth.TestCheckSM3PasswordBad (0.0s) PASSED auth.TestCheckSM3PasswordShort (0.0s) PASSED auth.TestCheckSM3PasswordDigestTypeIncompatible (0.0s) PASSED auth.TestCheckSM3PasswordIterationsInvalid (0.0s) PASSED auth.TestNewSM3Password (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_1_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_2_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_3_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_4_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_5_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_6_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_7_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_8_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_9_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_10_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_11_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_12_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_13_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_14_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_15_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_16_of_16/coverage.dat //pkg/parser/charset:charset_test (cached) PASSED in 0.4s Stats over 9 runs: max = 0.4s, min = 0.3s, avg = 0.4s, dev = 0.0s PASSED charset.TestValidCharset (0.0s) PASSED charset.TestGetDefaultCollation (0.0s) PASSED charset.TestGetCharsetDesc (0.0s) PASSED charset.TestGetCollationByName (0.0s) PASSED charset.TestValidCustomCharset (0.0s) PASSED charset.TestUTF8MB3 (0.0s) PASSED charset.TestEncoding (0.0s) PASSED charset.TestEncodingValidate (0.0s) PASSED charset.TestEncodingGB18030 (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_1_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_9_of_9/coverage.dat //pkg/parser/duration:duration_test (cached) PASSED in 0.6s PASSED duration.TestParseDuration (0.0s) PASSED duration.TestParseDuration/1.5d (0.0s) PASSED duration.TestParseDuration/1d1.5h (0.0s) PASSED duration.TestParseDuration/1d10000m (0.0s) PASSED duration.TestParseDuration/1d100h (0.0s) PASSED duration.TestParseDuration/1d3.555h (0.0s) PASSED duration.TestParseDuration/1h (0.0s) PASSED duration.TestParseDuration/1h100m (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/duration/duration_test/coverage.dat //pkg/parser/format:format_test (cached) PASSED in 0.6s Stats over 3 runs: max = 0.6s, min = 0.5s, avg = 0.6s, dev = 0.0s PASSED format.TestRestoreSpecialComment (0.0s) PASSED format.TestRestoreCtx (0.0s) PASSED format.TestFormat (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/format/format_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/format/format_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/format/format_test/shard_1_of_3/coverage.dat //pkg/parser/generate_keyword:generate_keyword_test (cached) PASSED in 0.5s PASSED generate_keyword.TestParseLine (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/generate_keyword/generate_keyword_test/coverage.dat //pkg/parser/mysql:mysql_test (cached) PASSED in 0.4s Stats over 9 runs: max = 0.4s, min = 0.3s, avg = 0.4s, dev = 0.0s PASSED mysql.TestFlags (0.0s) PASSED mysql.TestPrivAllConsistency (0.0s) PASSED mysql.TestPrivsHas (0.0s) PASSED mysql.TestPrivString (0.0s) PASSED mysql.TestSQLError (0.0s) PASSED mysql.TestPrivColumn (0.0s) PASSED mysql.TestPrivSetString (0.0s) PASSED mysql.TestVersionSeparator (0.0s) PASSED mysql.TestSQLMode (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_1_of_9/coverage.dat //pkg/parser/opcode:opcode_test (cached) PASSED in 0.5s PASSED opcode.TestT (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/opcode/opcode_test/coverage.dat //pkg/parser/terror:terror_test (cached) PASSED in 0.4s Stats over 6 runs: max = 0.4s, min = 0.3s, avg = 0.4s, dev = 0.0s PASSED terror.TestTError (0.0s) PASSED terror.TestLog (0.0s) PASSED terror.TestJson (0.0s) PASSED terror.TestErrCode (0.0s) PASSED terror.TestErrorEqual (0.0s) PASSED terror.TestTraceAndLocation (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/terror/terror_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/terror/terror_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/terror/terror_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/terror/terror_test/shard_1_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/terror/terror_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/terror/terror_test/shard_6_of_6/coverage.dat //pkg/planner/cascades/base:base_test (cached) PASSED in 0.7s Stats over 3 runs: max = 0.7s, min = 0.5s, avg = 0.6s, dev = 0.1s PASSED base.TestHash64a (0.0s) PASSED base.TestStringLen (0.0s) PASSED base.TestStructType (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/base/base_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/base/base_test/shard_1_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/base/base_test/shard_2_of_3/coverage.dat //pkg/privilege/privileges/ldap:ldap_test (cached) PASSED in 3.3s Stats over 4 runs: max = 3.3s, min = 1.0s, avg = 1.6s, dev = 1.0s PASSED ldap.TestLDAPStartTLSTimeout (2.0s) PASSED ldap.TestCanonicalizeDN (0.0s) PASSED ldap.TestConnectThrough636 (0.0s) PASSED ldap.TestConnectWithTLS11 (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_1_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_3_of_4/coverage.dat //pkg/resourcemanager/util:util_test (cached) PASSED in 0.5s PASSED util.TestShardPoolMap (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/util/util_test/coverage.dat //pkg/server/internal:internal_test (cached) PASSED in 1.2s Stats over 8 runs: max = 1.2s, min = 0.8s, avg = 1.0s, dev = 0.2s PASSED internal.TestSubHeaderWithWrongSequenceNumber (0.0s) PASSED internal.TestCompressedWriterShort (0.0s) PASSED internal.TestCompressedReaderShort (0.0s) PASSED internal.TestPacketIORead (0.1s) PASSED internal.TestPacketIORead/compressed_short (0.0s) PASSED internal.TestPacketIORead/uncompressed (0.1s) PASSED internal.TestPacketIORead/zlib (0.0s) PASSED internal.TestPacketIORead/zstd (0.0s) PASSED internal.TestPacketIOWriteCompressed (0.1s) PASSED internal.TestCompressedReaderLong (0.0s) PASSED internal.TestCompressedReaderLong/zlib (0.0s) PASSED internal.TestCompressedReaderLong/zstd (0.0s) PASSED internal.TestCompressedWriterLong (0.0s) PASSED internal.TestCompressedWriterLong/zlib (0.0s) PASSED internal.TestCompressedWriterLong/zstd (0.0s) PASSED internal.TestPacketIOWrite (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_1_of_8/coverage.dat //pkg/server/internal/parse:parse_test (cached) PASSED in 1.8s PASSED parse.TestAuthSwitchRequest (0.0s) PASSED parse.TestParseStmtFetchCmd (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/parse/parse_test/coverage.dat //pkg/server/internal/util:util_test (cached) PASSED in 1.8s Stats over 4 runs: max = 1.8s, min = 1.3s, avg = 1.6s, dev = 0.2s PASSED util.TestParseNullTermString (0.0s) PASSED util.TestParseLengthEncodedBytes (0.0s) PASSED util.TestAppendFormatFloat (0.0s) PASSED util.TestParseLengthEncodedInt (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/util/util_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/util/util_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/util/util_test/shard_1_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/util/util_test/shard_2_of_4/coverage.dat //pkg/session/cursor:cursor_test (cached) PASSED in 2.5s Stats over 5 runs: max = 2.5s, min = 0.5s, avg = 1.0s, dev = 0.8s PASSED cursor.TestCursorHandleClose (0.0s) PASSED cursor.TestCursorTrackerConcurrentCreateDelete (2.0s) PASSED cursor.TestRangeCursor (0.0s) PASSED cursor.TestNewCursor (0.0s) PASSED cursor.TestGetCursor (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/cursor/cursor_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/cursor/cursor_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/cursor/cursor_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/cursor/cursor_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/cursor/cursor_test/shard_2_of_5/coverage.dat //pkg/statistics/handle/usage/collector:collector_test (cached) PASSED in 0.8s Stats over 3 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s PASSED collector.TestSessionParallelSendDeltaSync (0.1s) PASSED collector.TestSessionParallelSendDelta (0.0s) PASSED collector.TestSessionSendDelta (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/collector/collector_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/collector/collector_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/collector/collector_test/shard_1_of_3/coverage.dat //pkg/store/mockstore/unistore/lockstore:lockstore_test (cached) PASSED in 10.8s Stats over 4 runs: max = 10.8s, min = 0.6s, avg = 3.4s, dev = 4.3s PASSED lockstore.TestMemStore (0.5s) PASSED lockstore.TestIterator (0.0s) PASSED lockstore.TestReplace (0.6s) PASSED lockstore.TestMemStoreConcurrent (10.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/lockstore/lockstore_test/shard_1_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/lockstore/lockstore_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/lockstore/lockstore_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/lockstore/lockstore_test/shard_4_of_4/coverage.dat //pkg/store/mockstore/unistore/util/lockwaiter:lockwaiter_test (cached) PASSED in 0.7s PASSED lockwaiter.TestLockwaiterBasic (0.0s) PASSED lockwaiter.TestLockwaiterConcurrent (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/util/lockwaiter/lockwaiter_test/coverage.dat //pkg/tablecodec/rowindexcodec:rowindexcodec_test (cached) PASSED in 0.6s PASSED rowindexcodec.TestGetKeyKind (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/rowindexcodec/rowindexcodec_test/coverage.dat //pkg/testkit/testfork:testfork_test (cached) PASSED in 0.5s PASSED testfork.TestForkSubTest (0.0s) PASSED testfork.TestForkSubTest/#00 (0.0s) PASSED testfork.TestForkSubTest/#01 (0.0s) PASSED testfork.TestForkSubTest/#02 (0.0s) PASSED testfork.TestForkSubTest/#03 (0.0s) PASSED testfork.TestForkSubTest/#04 (0.0s) PASSED testfork.TestForkSubTest/#05 (0.0s) PASSED testfork.TestForkSubTest/#06 (0.0s) PASSED testfork.TestForkSubTest/#07 (0.0s) PASSED testfork.TestForkSubTest/#08 (0.0s) PASSED testfork.TestForkSubTest/#09 (0.0s) PASSED testfork.TestForkSubTest/#10 (0.0s) PASSED testfork.TestForkSubTest/#11 (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/testkit/testfork/testfork_test/coverage.dat //pkg/ttl/metrics:metrics_test (cached) PASSED in 0.5s PASSED metrics.TestPhaseTracer (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/metrics/metrics_test/coverage.dat //pkg/util/arena:arena_test (cached) PASSED in 0.5s PASSED arena.TestSimpleArenaAllocator (0.0s) PASSED arena.TestStdAllocator (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/arena/arena_test/coverage.dat //pkg/util/backoff:backoff_test (cached) PASSED in 0.5s PASSED backoff.TestExponential (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/backoff/backoff_test/coverage.dat //pkg/util/benchdaily:benchdaily_test (cached) PASSED in 0.7s PASSED benchdaily.TestBenchDaily (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/benchdaily/benchdaily_test/coverage.dat //pkg/util/bitmap:bitmap_test (cached) PASSED in 0.9s PASSED bitmap.TestConcurrentBitmapSet (0.0s) PASSED bitmap.TestConcurrentBitmapUniqueSetter (0.4s) PASSED bitmap.TestResetConcurrentBitmap (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/bitmap/bitmap_test/coverage.dat //pkg/util/cdcutil:cdcutil_test (cached) PASSED in 0.5s PASSED cdcutil.TestCDCCheckWithEmbedEtcd (0.1s) PASSED cdcutil.TestCDCCheckWithEmbedEtcd/testGEtConflictChangefeeds (0.0s) PASSED cdcutil.TestCDCCheckWithEmbedEtcd/testGetCDCChangefeedNameSet (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/cdcutil/cdcutil_test/coverage.dat //pkg/util/cgroup:cgroup_test (cached) PASSED in 0.7s PASSED cgroup.TestCgroupsGetCPU (0.1s) PASSED cgroup.TestCgroupsGetMemoryInactiveFileUsage (0.0s) PASSED cgroup.TestCgroupsGetMemoryLimit (0.0s) PASSED cgroup.TestCgroupsGetMemoryUsage (0.0s) PASSED cgroup.TestGetCgroupCPU (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/cgroup/cgroup_test/coverage.dat //pkg/util/checksum:checksum_test (cached) PASSED in 0.6s PASSED checksum.TestAddOneByte (0.0s) PASSED checksum.TestAddOneByte/encrypted (0.0s) PASSED checksum.TestAddOneByte/unencrypted (0.0s) PASSED checksum.TestChecksumReadAt (0.0s) PASSED checksum.TestChecksumWriter (0.0s) PASSED checksum.TestChecksumWriterAutoFlush (0.0s) PASSED checksum.TestDeleteOneByte (0.0s) PASSED checksum.TestDeleteOneByte/encrypted (0.0s) PASSED checksum.TestDeleteOneByte/unencrypted (0.0s) PASSED checksum.TestModifyOneByte (0.0s) PASSED checksum.TestModifyOneByte/encrypted (0.0s) PASSED checksum.TestModifyOneByte/unencrypted (0.0s) PASSED checksum.TestModifyThreeBytes (0.0s) PASSED checksum.TestModifyThreeBytes/encrypted (0.0s) PASSED checksum.TestModifyThreeBytes/unencrypted (0.0s) PASSED checksum.TestReadDifferentBlockSize (0.0s) PASSED checksum.TestReadDifferentBlockSize/encrypted (0.0s) PASSED checksum.TestReadDifferentBlockSize/unencrypted (0.0s) PASSED checksum.TestReadEmptyFile (0.0s) PASSED checksum.TestReadEmptyFile/encrypted (0.0s) PASSED checksum.TestReadEmptyFile/unencrypted (0.0s) PASSED checksum.TestWriteDifferentBlockSize (0.0s) PASSED checksum.TestWriteDifferentBlockSize/encrypted (0.0s) PASSED checksum.TestWriteDifferentBlockSize/unencrypted (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/checksum/checksum_test/coverage.dat //pkg/util/collate:collate_test (cached) PASSED in 0.9s PASSED collate.TestGetCollator (0.0s) PASSED collate.TestRewriteAndRestoreCollationID (0.0s) PASSED collate.TestSetNewCollateEnabled (0.0s) PASSED collate.TestUTF8CollatorCompare (0.0s) PASSED collate.TestUTF8CollatorKey (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/collate/collate_test/coverage.dat //pkg/util/collate/ucadata:ucadata_test (cached) PASSED in 0.6s PASSED ucadata.TestAllItemInLongRUneMapIsUnique (0.0s) PASSED ucadata.TestFirstIsNotZero (0.0s) PASSED ucadata.TestHangulJamoHasOnlyOneWeight (0.0s) PASSED ucadata.TestUnicode0400IsTheSame (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/collate/ucadata/ucadata_test/coverage.dat //pkg/util/column-mapping:column-mapping_test (cached) PASSED in 0.6s PASSED column-mapping.TestCaseSensitive (0.0s) PASSED column-mapping.TestComputePartitionID (0.0s) PASSED column-mapping.TestHandle (0.0s) PASSED column-mapping.TestPartitionID (0.0s) PASSED column-mapping.TestQueryColumnInfo (0.0s) PASSED column-mapping.TestRule (0.0s) PASSED column-mapping.TestSetPartitionRule (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/column-mapping/column-mapping_test/coverage.dat //pkg/util/context:context_test (cached) PASSED in 0.4s PASSED context.TestCopyWarnHandler (0.0s) PASSED context.TestIgnoreWarn (0.0s) PASSED context.TestSQLWarn (0.0s) PASSED context.TestStaticWarnHandler (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/context/context_test/coverage.dat //pkg/util/cpu:cpu_test (cached) PASSED in 5.3s Stats over 2 runs: max = 5.3s, min = 5.2s, avg = 5.2s, dev = 0.0s PASSED cpu_test.TestFailpointCPUValue (2.0s) PASSED cpu_test.TestCPUValue (2.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/cpu/cpu_test/shard_2_of_2/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/cpu/cpu_test/shard_1_of_2/coverage.dat //pkg/util/dbterror:dbterror_test (cached) PASSED in 0.4s PASSED dbterror.TestErrorRedact (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/dbterror/dbterror_test/coverage.dat //pkg/util/dbterror/plannererrors:plannererrors_test (cached) PASSED in 0.5s PASSED plannererrors.TestError (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/dbterror/plannererrors/plannererrors_test/coverage.dat //pkg/util/deeptest:deeptest_test (cached) PASSED in 0.5s PASSED deeptest.TestAssertDeepClonedEqual (0.0s) PASSED deeptest.TestAssertRecursivelyNotEqual (0.0s) PASSED deeptest.TestAssertRecursivelyNotEqualAndComparePointer (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/deeptest/deeptest_test/coverage.dat //pkg/util/disjointset:disjointset_test (cached) PASSED in 0.6s PASSED disjointset.TestDisjointSet (0.0s) PASSED disjointset.TestIntDisjointSet (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/disjointset/disjointset_test/coverage.dat //pkg/util/disk:disk_test (cached) PASSED in 0.8s PASSED disk.TestRemoveDir (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/disk/disk_test/coverage.dat //pkg/util/encrypt:encrypt_test (cached) PASSED in 0.5s PASSED encrypt.TestAESDecryptWithCBC (0.0s) PASSED encrypt.TestAESDecryptWithCFB (0.0s) PASSED encrypt.TestAESDecryptWithCTR (0.0s) PASSED encrypt.TestAESDecryptWithECB (0.0s) PASSED encrypt.TestAESDecryptWithOFB (0.0s) PASSED encrypt.TestAESECB (0.0s) PASSED encrypt.TestAESEncryptWithCBC (0.0s) PASSED encrypt.TestAESEncryptWithCFB (0.0s) PASSED encrypt.TestAESEncryptWithCTR (0.0s) PASSED encrypt.TestAESEncryptWithECB (0.0s) PASSED encrypt.TestAESEncryptWithOFB (0.0s) PASSED encrypt.TestDeriveKeyMySQL (0.0s) PASSED encrypt.TestPad (0.0s) PASSED encrypt.TestReadAt (0.0s) PASSED encrypt.TestSQLDecode (0.0s) PASSED encrypt.TestSQLEncode (0.0s) PASSED encrypt.TestUnpad (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/encrypt/encrypt_test/coverage.dat //pkg/util/engine:engine_test (cached) PASSED in 0.6s PASSED engine.TestIsTiFlashHTTPResp (0.0s) PASSED engine.TestIsTiFlashHTTPResp/Test_with_TiFlash_label (0.0s) PASSED engine.TestIsTiFlashHTTPResp/Test_with_TiFlash_label_2 (0.0s) PASSED engine.TestIsTiFlashHTTPResp/Test_with_no_labels (0.0s) PASSED engine.TestIsTiFlashHTTPResp/Test_without_TiFlash_label (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/engine/engine_test/coverage.dat //pkg/util/etcd:etcd_test (cached) PASSED in 9.5s PASSED etcd.TestCreate (0.1s) PASSED etcd.TestCreateWithKeyExist (0.1s) PASSED etcd.TestCreateWithTTL (2.1s) PASSED etcd.TestDelete (0.1s) PASSED etcd.TestDoTxn (2.1s) PASSED etcd.TestList (0.1s) PASSED etcd.TestSetEtcdCliByNamespace (0.1s) PASSED etcd.TestUpdate (4.2s) PASSED etcd.TestUpdateOrCreate (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/etcd/etcd_test/coverage.dat //pkg/util/extsort:extsort_test (cached) PASSED in 2.9s PASSED extsort.TestBuildCompactions (0.0s) PASSED extsort.TestDiskSorterCommon (0.0s) PASSED extsort.TestDiskSorterCommonParallel (0.3s) PASSED extsort.TestDiskSorterReopen (0.1s) PASSED extsort.TestKVStatsCollector (0.0s) PASSED extsort.TestMakeFilename (0.0s) PASSED extsort.TestMergingIter (0.0s) PASSED extsort.TestParseFilename (0.0s) PASSED extsort.TestPickCompactionFiles (0.0s) PASSED extsort.TestSSTIter (0.0s) PASSED extsort.TestSSTReaderPool (0.0s) PASSED extsort.TestSSTReaderPoolParallel (1.8s) PASSED extsort.TestSSTWriter (0.0s) PASSED extsort.TestSSTWriterEmpty (0.0s) PASSED extsort.TestSSTWriterError (0.0s) PASSED extsort.TestSplitCompactionFiles (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/extsort/extsort_test/coverage.dat //pkg/util/fastrand:fastrand_test (cached) PASSED in 0.6s PASSED fastrand.TestRand (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/fastrand/fastrand_test/coverage.dat //pkg/util/filter:filter_test (cached) PASSED in 0.4s PASSED filter.TestCaseSensitive (0.0s) PASSED filter.TestCaseSensitiveApply (0.0s) PASSED filter.TestFilterOnSchema (0.0s) PASSED filter.TestInvalidRegex (0.0s) PASSED filter.TestIsSystemSchema (0.0s) PASSED filter.TestMatchReturnsBool (0.0s) PASSED filter.TestMaxBox (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/filter/filter_test/coverage.dat //pkg/util/format:format_test (cached) PASSED in 0.5s PASSED format.TestFormat (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/format/format_test/coverage.dat //pkg/util/generic:generic_test (cached) PASSED in 0.5s PASSED generic_test.TestSyncMap (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/generic/generic_test/coverage.dat //pkg/util/globalconn:globalconn_test (cached) PASSED in 18.7s PASSED globalconn_test.TestAutoIncPool (0.0s) PASSED globalconn_test.TestGetReservedConnID (0.0s) PASSED globalconn_test.TestGlobalConnID (0.0s) PASSED globalconn_test.TestLockBasedPoolConcurrencySafety (0.5s) PASSED globalconn_test.TestLockFreePoolBasic (0.0s) PASSED globalconn_test.TestLockFreePoolBasicConcurrencySafety (13.1s) PASSED globalconn_test.TestLockFreePoolConcurrencySafety (4.2s) PASSED globalconn_test.TestLockFreePoolInitEmpty (0.0s) PASSED globalconn_test.TestToConnID (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/globalconn/globalconn_test/coverage.dat //pkg/util/hack:hack_test (cached) PASSED in 0.5s PASSED hack.TestByte (0.0s) PASSED hack.TestMutable (0.0s) PASSED hack.TestString (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/hack/hack_test/coverage.dat //pkg/util/intest:intest_test (cached) PASSED in 0.5s PASSED intest_test.TestAssert (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/intest/intest_test/coverage.dat //pkg/util/intset:intset_test (cached) PASSED in 0.7s Stats over 5 runs: max = 0.7s, min = 0.6s, avg = 0.6s, dev = 0.1s PASSED intset.TestFastIntSetString (0.0s) PASSED intset.TestFastIntSetString/0 (0.0s) PASSED intset.TestFastIntSetString/1 (0.0s) PASSED intset.TestFastIntSetString/2 (0.0s) PASSED intset.TestFastIntSetAddRange (0.0s) PASSED intset.TestFastIntSetTwoSetOps (0.1s) PASSED intset.TestFastIntSet (0.1s) PASSED intset.TestFastIntSet/1 (0.0s) PASSED intset.TestFastIntSet/128 (0.0s) PASSED intset.TestFastIntSet/256 (0.0s) PASSED intset.TestFastIntSet/30 (0.0s) PASSED intset.TestFastIntSet/64 (0.0s) PASSED intset.TestFastIntSet/8 (0.0s) PASSED intset.TestFastIntSetBasic (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/intset/intset_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/intset/intset_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/intset/intset_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/intset/intset_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/intset/intset_test/shard_1_of_5/coverage.dat //pkg/util/kvcache:kvcache_test (cached) PASSED in 0.8s PASSED kvcache.TestDelete (0.0s) PASSED kvcache.TestDeleteAll (0.0s) PASSED kvcache.TestGet (0.0s) PASSED kvcache.TestOOMGuard (0.0s) PASSED kvcache.TestPut (0.0s) PASSED kvcache.TestPutProfileName (0.0s) PASSED kvcache.TestValues (0.0s) PASSED kvcache.TestZeroQuota (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/kvcache/kvcache_test/coverage.dat //pkg/util/mathutil:mathutil_test (cached) PASSED in 1.9s PASSED mathutil.TestClamp (0.0s) PASSED mathutil.TestDivide2Batches (0.0s) PASSED mathutil.TestExponential (0.0s) PASSED mathutil.TestNextPowerOfTwo (0.0s) PASSED mathutil.TestRandWithSeed (0.0s) PASSED mathutil.TestRandWithSeed1AndSeed2 (0.0s) PASSED mathutil.TestRandWithTime (0.0s) PASSED mathutil.TestStrLenOfUint64Fast (1.2s) PASSED mathutil.TestStrLenOfUint64Fast/ManualInput (0.0s) PASSED mathutil.TestStrLenOfUint64Fast/RandomInput (1.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/mathutil/mathutil_test/coverage.dat //pkg/util/memory:memory_test (cached) PASSED in 0.9s PASSED memory.TestAttachTo (0.0s) PASSED memory.TestBufferedConsumeAndRelease (0.0s) PASSED memory.TestConsume (0.0s) PASSED memory.TestDetach (0.0s) PASSED memory.TestErrorCode (0.0s) PASSED memory.TestFormatBytesWithPrune (0.0s) PASSED memory.TestGlobalTracker (0.0s) PASSED memory.TestMaxConsumed (0.0s) PASSED memory.TestOOMAction (0.0s) PASSED memory.TestOOMActionPriority (0.0s) PASSED memory.TestRelease (0.0s) PASSED memory.TestReplaceChild (0.0s) PASSED memory.TestSetLabel (0.0s) PASSED memory.TestSetLabel2 (0.0s) PASSED memory.TestToString (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/memory/memory_test/coverage.dat //pkg/util/mvmap:mvmap_test (cached) PASSED in 0.8s PASSED mvmap.TestFNVHash (0.0s) PASSED mvmap.TestMVMap (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/mvmap/mvmap_test/coverage.dat //pkg/util/paging:paging_test (cached) PASSED in 0.6s PASSED paging.TestCalculateSeekCnt (0.0s) PASSED paging.TestGrowPagingSize (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/paging/paging_test/coverage.dat //pkg/util/partialjson:fastjson_test (cached) PASSED in 0.4s PASSED fastjson.TestIter (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/partialjson/fastjson_test/coverage.dat //pkg/util/partialjson:partialjson_test (cached) PASSED in 0.5s PASSED partialjson.TestIter (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/partialjson/partialjson_test/coverage.dat //pkg/util/prefetch:prefetch_test (cached) PASSED in 0.5s PASSED prefetch.TestBasic (0.0s) PASSED prefetch.TestCloseBeforeDrainRead (0.0s) PASSED prefetch.TestConvertUnexpectedEOF (0.0s) PASSED prefetch.TestFillPrefetchBuffer (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/prefetch/prefetch_test/coverage.dat //pkg/util/printer:printer_test (cached) PASSED in 1.3s PASSED printer.TestPrintResult (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/printer/printer_test/coverage.dat //pkg/util/promutil:promutil_test (cached) PASSED in 0.4s PASSED promutil.TestNoopRegistry (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/promutil/promutil_test/coverage.dat //pkg/util/queue:queue_test (cached) PASSED in 0.5s PASSED queue.TestQueue (0.0s) PASSED queue.TestQueue/basic_operations (0.0s) PASSED queue.TestQueue/circular_buffer_behavior (0.0s) PASSED queue.TestQueue/clear_operation (0.0s) PASSED queue.TestQueue/panic_on_empty_pop (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/queue/queue_test/coverage.dat //pkg/util/redact:redact_test (cached) PASSED in 0.7s PASSED redact.TestDeRedact (0.0s) PASSED redact.TestRedact (0.0s) PASSED redact.TestRedactInitAndValueAndKey (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/redact/redact_test/coverage.dat //pkg/util/regexpr-router:regexpr-router_test (cached) PASSED in 0.5s PASSED regexpr-router.TestAddRule (0.0s) PASSED regexpr-router.TestAllRule (0.0s) PASSED regexpr-router.TestCreateRouter (0.0s) PASSED regexpr-router.TestDupMatch (0.0s) PASSED regexpr-router.TestFetchExtendColumn (0.0s) PASSED regexpr-router.TestRegExprRoute (0.0s) PASSED regexpr-router.TestSchemaRoute (0.0s) PASSED regexpr-router.TestTableRoute (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/regexpr-router/regexpr-router_test/coverage.dat //pkg/util/selection:selection_test (cached) PASSED in 1.7s PASSED selection.TestSelection (0.0s) PASSED selection.TestSelectionWithDuplicate (0.0s) PASSED selection.TestSelectionWithRandomCase (0.4s) PASSED selection.TestSelectionWithSerialCase (0.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/selection/selection_test/coverage.dat //pkg/util/servicescope:servicescope_test (cached) PASSED in 0.5s PASSED servicescope.TestScope (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/servicescope/servicescope_test/coverage.dat //pkg/util/set:set_test (cached) PASSED in 0.8s PASSED set.TestFloat64Set (0.0s) PASSED set.TestInt64Set (0.0s) PASSED set.TestIntSet (0.0s) PASSED set.TestSetBasic (0.0s) PASSED set.TestSetCombination (0.0s) PASSED set.TestSetOperation (0.0s) PASSED set.TestStringSet (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/set/set_test/coverage.dat //pkg/util/slice:slice_test (cached) PASSED in 0.5s PASSED slice.TestSlice (0.0s) PASSED slice.TestSlice/[1_2_3] (0.0s) PASSED slice.TestSlice/[1_3] (0.0s) PASSED slice.TestSlice/[2_2_4] (0.0s) PASSED slice.TestSlice/[] (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/slice/slice_test/coverage.dat //pkg/util/sqlescape:sqlescape_test (cached) PASSED in 0.5s PASSED sqlescape.TestEscapeBackslash (0.0s) PASSED sqlescape.TestEscapeBackslash/0 (0.0s) PASSED sqlescape.TestEscapeBackslash/back_slash (0.0s) PASSED sqlescape.TestEscapeBackslash/break_line (0.0s) PASSED sqlescape.TestEscapeBackslash/carry (0.0s) PASSED sqlescape.TestEscapeBackslash/chinese (0.0s) PASSED sqlescape.TestEscapeBackslash/double_escape (0.0s) PASSED sqlescape.TestEscapeBackslash/double_quote (0.0s) PASSED sqlescape.TestEscapeBackslash/normal (0.0s) PASSED sqlescape.TestEscapeBackslash/single_quote (0.0s) PASSED sqlescape.TestEscapeBackslash/substitute (0.0s) PASSED sqlescape.TestEscapeSQL (0.0s) PASSED sqlescape.TestEscapeSQL/%?_missing_arguments (0.0s) PASSED sqlescape.TestEscapeSQL/%_escape (0.0s) PASSED sqlescape.TestEscapeSQL/%n_missing_arguments (0.0s) PASSED sqlescape.TestEscapeSQL/bool_off (0.0s) PASSED sqlescape.TestEscapeSQL/bool_on (0.0s) PASSED sqlescape.TestEscapeSQL/byte_slice (0.0s) PASSED sqlescape.TestEscapeSQL/discard_extra_arguments (0.0s) PASSED sqlescape.TestEscapeSQL/empty_byte_slice1 (0.0s) PASSED sqlescape.TestEscapeSQL/empty_byte_slice2 (0.0s) PASSED sqlescape.TestEscapeSQL/float32 (0.0s) PASSED sqlescape.TestEscapeSQL/float32_slice (0.0s) PASSED sqlescape.TestEscapeSQL/float64 (0.0s) PASSED sqlescape.TestEscapeSQL/float64_slice (0.0s) PASSED sqlescape.TestEscapeSQL/identifier (0.0s) PASSED sqlescape.TestEscapeSQL/identifier,_wrong_arg (0.0s) PASSED sqlescape.TestEscapeSQL/int (0.0s) PASSED sqlescape.TestEscapeSQL/int16 (0.0s) PASSED sqlescape.TestEscapeSQL/int32 (0.0s) PASSED sqlescape.TestEscapeSQL/int64 (0.0s) PASSED sqlescape.TestEscapeSQL/int8 (0.0s) PASSED sqlescape.TestEscapeSQL/mixed_arguments (0.0s) PASSED sqlescape.TestEscapeSQL/myInt (0.0s) PASSED sqlescape.TestEscapeSQL/myStr (0.0s) PASSED sqlescape.TestEscapeSQL/nil (0.0s) PASSED sqlescape.TestEscapeSQL/normal_1 (0.0s) PASSED sqlescape.TestEscapeSQL/normal_2 (0.0s) PASSED sqlescape.TestEscapeSQL/raw_json (0.0s) PASSED sqlescape.TestEscapeSQL/simple_injection (0.0s) PASSED sqlescape.TestEscapeSQL/string (0.0s) PASSED sqlescape.TestEscapeSQL/string_slice (0.0s) PASSED sqlescape.TestEscapeSQL/time_0 (0.0s) PASSED sqlescape.TestEscapeSQL/time_1 (0.0s) PASSED sqlescape.TestEscapeSQL/time_2 (0.0s) PASSED sqlescape.TestEscapeSQL/time_3 (0.0s) PASSED sqlescape.TestEscapeSQL/truncated_specifier_ (0.0s) PASSED sqlescape.TestEscapeSQL/uint (0.0s) PASSED sqlescape.TestEscapeSQL/uint16 (0.0s) PASSED sqlescape.TestEscapeSQL/uint32 (0.0s) PASSED sqlescape.TestEscapeSQL/uint64 (0.0s) PASSED sqlescape.TestEscapeSQL/uint8 (0.0s) PASSED sqlescape.TestEscapeSQL/unknown_specifier (0.0s) PASSED sqlescape.TestEscapeSQL/unsupported_args (0.0s) PASSED sqlescape.TestEscapeString (0.0s) PASSED sqlescape.TestMustUtils (0.0s) PASSED sqlescape.TestReserveBuffer (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/sqlescape/sqlescape_test/coverage.dat //pkg/util/stringutil:stringutil_test (cached) PASSED in 0.4s PASSED stringutil.TestBuildStringFromLabels (0.0s) PASSED stringutil.TestCompileLike2Regexp (0.0s) PASSED stringutil.TestEscapeGlobQuestionMark (0.0s) PASSED stringutil.TestIsExactMatch (0.0s) PASSED stringutil.TestMemoizeStr (0.0s) PASSED stringutil.TestPatternMatch (0.0s) PASSED stringutil.TestUnquote (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stringutil/stringutil_test/coverage.dat //pkg/util/sys/linux:linux_test (cached) PASSED in 0.5s PASSED linux_test.TestGetOSVersion (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/sys/linux/linux_test/coverage.dat //pkg/util/sys/storage:storage_test (cached) PASSED in 0.5s PASSED storage.TestGetTargetDirectoryCapacity (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/sys/storage/storage_test/coverage.dat //pkg/util/systimemon:systimemon_test (cached) PASSED in 1.4s PASSED systimemon.TestSystimeMonitor (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/systimemon/systimemon_test/coverage.dat //pkg/util/table-filter:table-filter_test (cached) PASSED in 0.5s PASSED table-filter_test.TestAll (0.0s) PASSED table-filter_test.TestImport (0.0s) PASSED table-filter_test.TestImport2 (0.0s) PASSED table-filter_test.TestLegacyFilter (0.0s) PASSED table-filter_test.TestMatchColumns (0.0s) PASSED table-filter_test.TestMatchSchemas (0.0s) PASSED table-filter_test.TestMatchTables (0.0s) PASSED table-filter_test.TestParseFailures (0.0s) PASSED table-filter_test.TestParseFailures2 (0.0s) PASSED table-filter_test.TestParseLegacyFailures (0.0s) PASSED table-filter_test.TestRecursiveImport (0.0s) PASSED table-filter_test.TestRecursiveImport2 (0.0s) PASSED table-filter_test.TestSchemaFilter (0.0s) PASSED table-filter_test.TestTableFilter (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/table-filter/table-filter_test/coverage.dat //pkg/util/table-router:table-router_test (cached) PASSED in 0.3s PASSED table-router.TestCaseSensitive (0.0s) PASSED table-router.TestFetchExtendColumn (0.0s) PASSED table-router.TestRoute (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/table-router/table-router_test/coverage.dat //pkg/util/table-rule-selector:table-rule-selector_test (cached) PASSED in 0.5s PASSED table-rule-selector.TestSelector (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/table-rule-selector/table-rule-selector_test/coverage.dat //pkg/util/texttree:texttree_test (cached) PASSED in 0.6s PASSED texttree.TestIndent4Child (0.0s) PASSED texttree.TestPrettyIdentifier (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/texttree/texttree_test/coverage.dat //pkg/util/topsql/stmtstats:stmtstats_test (cached) PASSED in 1.3s Stats over 11 runs: max = 1.3s, min = 0.8s, avg = 1.0s, dev = 0.2s PASSED stmtstats.TestStatementStatsMap_Merge (0.0s) PASSED stmtstats.TestStatementsStatsItem_Merge (0.0s) PASSED stmtstats.TestExecCounter_AddExecCount_Take (0.0s) PASSED stmtstats.Test_RegisterUnregisterCollector (0.1s) PASSED stmtstats.Test_SetupCloseAggregator (0.6s) PASSED stmtstats.TestCreateStatementStats (0.0s) PASSED stmtstats.TestKvStatementStatsItem_Merge (0.0s) PASSED stmtstats.TestKvExecCounter (0.0s) PASSED stmtstats.TestAggregatorDisableAggregate (0.0s) PASSED stmtstats.Test_aggregator_register_collect (0.0s) PASSED stmtstats.Test_aggregator_run_close (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_1_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_5_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_4_of_11/coverage.dat //pkg/util/tracing:tracing_test (cached) PASSED in 0.5s PASSED tracing.TestChildSpanFromContext (0.0s) PASSED tracing.TestCreateSapnBeforeSetupGlobalTracer (0.0s) PASSED tracing.TestFlattenLogicalPlanTrace (0.0s) PASSED tracing.TestFollowFrom (0.0s) PASSED tracing.TestSpanFromContext (0.0s) PASSED tracing.TestTraceInfoFromContext (0.0s) PASSED tracing.TestTreeRelationship (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/tracing/tracing_test/coverage.dat //pkg/util/vitess:vitess_test (cached) PASSED in 0.5s PASSED vitess.TestVitessHash (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/vitess/vitess_test/coverage.dat //pkg/util/watcher:watcher_test (cached) PASSED in 0.6s PASSED watcher.TestWatcher (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/watcher/watcher_test/coverage.dat //pkg/util/zeropool:zeropool_test (cached) PASSED in 1.2s PASSED zeropool_test.TestPool (0.7s) PASSED zeropool_test.TestPool/does_not_allocate (0.0s) PASSED zeropool_test.TestPool/is_not_racy (0.7s) PASSED zeropool_test.TestPool/provides_correct_values (0.0s) PASSED zeropool_test.TestPool/zero_value_is_valid (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/zeropool/zeropool_test/coverage.dat //tests/llmtest:llmtest_test (cached) PASSED in 0.6s PASSED llmtest_test.TestAllTestCaseInGroup (0.0s) PASSED llmtest_test.TestAllTestCasePassOrKnown (0.0s) //br/cmd/br:br_test PASSED in 1.7s PASSED br.TestCalculateMemoryLimit (0.0s) PASSED br.TestRunMain (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/cmd/br/br_test/coverage.dat //br/pkg/checksum:checksum_test PASSED in 3.8s PASSED checksum.TestChecksum (1.2s) PASSED checksum.TestChecksumContextDone (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checksum/checksum_test/coverage.dat //br/pkg/config:config_test PASSED in 1.5s PASSED config.TestParseConfig (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/config/config_test/coverage.dat //br/pkg/glue:glue_test PASSED in 1.3s PASSED glue_test.TestColorfulTUIFunctions (0.0s) PASSED glue_test.TestColorfulTUIFunctions/TestPrettyString (0.0s) PASSED glue_test.TestColorfulTUIFunctions/TestPrettyStringSlicing (0.0s) PASSED glue_test.TestColorfulTUIFunctions/TestPrintFrame (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/glue/glue_test/coverage.dat //br/pkg/gluetidb:gluetidb_test PASSED in 2.7s PASSED gluetidb.TestTheSessionIsoation (1.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/gluetidb/gluetidb_test/coverage.dat //br/pkg/gluetikv:gluetikv_test PASSED in 1.7s PASSED gluetikv.TestGetVersion (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/gluetikv/gluetikv_test/coverage.dat //br/pkg/mock:mock_test PASSED in 2.9s PASSED mock_test.TestSmoke (1.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/mock/mock_test/coverage.dat //br/pkg/restore/internal/import_client:import_client_test PASSED in 1.6s PASSED import_client_test.TestImportClient (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/internal/import_client/import_client_test/coverage.dat //br/pkg/restore/internal/prealloc_table_id:prealloc_table_id_test PASSED in 2.6s PASSED prealloc_table_id_test.TestAllocator (0.0s) PASSED prealloc_table_id_test.TestAllocator/#0 (0.0s) PASSED prealloc_table_id_test.TestAllocator/#1 (0.0s) PASSED prealloc_table_id_test.TestAllocator/#2 (0.0s) PASSED prealloc_table_id_test.TestAllocator/#3 (0.0s) PASSED prealloc_table_id_test.TestAllocator/#4 (0.0s) PASSED prealloc_table_id_test.TestAllocator/#5 (0.0s) PASSED prealloc_table_id_test.TestAllocatorBound (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/internal/prealloc_table_id/prealloc_table_id_test/coverage.dat //br/pkg/restore/internal/rawkv:rawkv_test PASSED in 1.1s PASSED rawkv_test.TestRawKVBatchClient (0.0s) PASSED rawkv_test.TestRawKVBatchClientDuplicated (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/internal/rawkv/rawkv_test/coverage.dat //br/pkg/streamhelper/daemon:daemon_test PASSED in 2.5s PASSED daemon_test.TestDaemon (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/daemon/daemon_test/coverage.dat //lightning/cmd/tidb-lightning:tidb-lightning_test PASSED in 1.8s PASSED tidb-lightning.TestRunMain (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/cmd/tidb-lightning/tidb-lightning_test/coverage.dat //lightning/cmd/tidb-lightning-ctl:tidb-lightning-ctl_test PASSED in 1.7s PASSED tidb-lightning-ctl.TestRunMain (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/cmd/tidb-lightning-ctl/tidb-lightning-ctl_test/coverage.dat //lightning/pkg/importer/mock:mock_test PASSED in 1.8s PASSED mock.TestMockImportSourceBasic (0.0s) PASSED mock.TestMockTargetInfoBasic (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/mock/mock_test/coverage.dat //pkg/ddl/serverstate:serverstate_test PASSED in 1.3s PASSED serverstate_test.TestStateSyncerSimple (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/serverstate/serverstate_test/coverage.dat //pkg/ddl/session:session_test PASSED in 3.9s PASSED session_test.TestPessimisticTxn (1.2s) PASSED session_test.TestSessionPool (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/session/session_test/coverage.dat //pkg/ddl/systable:systable_test PASSED in 4.2s PASSED systable.TestManager (2.0s) PASSED systable.TestManager/GetJobByID (0.0s) PASSED systable.TestManager/GetMDLVer (0.0s) PASSED systable.TestManager/GetMinJobID (0.0s) PASSED systable.TestManager/HasFlashbackClusterJob (0.0s) PASSED systable.TestRefreshMinJobID (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/systable/systable_test/coverage.dat //pkg/ddl/tests/multivaluedindex:multivaluedindex_test PASSED in 3.2s PASSED multivaluedindex_test.TestCreateMultiValuedIndexHasBinaryCollation (1.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/multivaluedindex/multivaluedindex_test/coverage.dat //pkg/ddl/util:util_test PASSED in 1.3s PASSED util.TestFolderNotEmpty (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/util/util_test/coverage.dat //pkg/distsql/context:context_test PASSED in 0.9s PASSED context.TestContextDetach (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/context/context_test/coverage.dat //pkg/disttask/example:example_test PASSED in 6.1s PASSED example.TestExampleApplication (4.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/example/example_test/coverage.dat //pkg/disttask/framework/handle:handle_test PASSED in 4.4s PASSED handle_test.TestHandle (2.3s) PASSED handle_test.TestRunWithRetry (0.5s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/handle/handle_test/coverage.dat //pkg/disttask/framework/planner:planner_test PASSED in 3.2s PASSED planner_test.TestPhysicalPlan (0.0s) PASSED planner_test.TestPlanner (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/planner/planner_test/coverage.dat //pkg/disttask/operator:operator_test PASSED in 1.0s PASSED operator.TestPipelineAsyncMultiOperators (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/operator/operator_test/coverage.dat //pkg/domain/globalconfigsync:globalconfigsync_test PASSED in 2.6s PASSED globalconfigsync_test.TestGlobalConfigSyncer (0.0s) PASSED globalconfigsync_test.TestStoreGlobalConfig (1.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/globalconfigsync/globalconfigsync_test/coverage.dat //pkg/errctx:errctx_test PASSED in 0.7s PASSED errctx_test.TestContext (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/errctx/errctx_test/coverage.dat //pkg/executor/internal/applycache:applycache_test PASSED in 0.9s PASSED applycache.TestApplyCache (0.0s) PASSED applycache.TestApplyCacheConcurrent (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/applycache/applycache_test/coverage.dat //pkg/executor/internal/calibrateresource:calibrateresource_test PASSED in 23.8s PASSED calibrateresource.TestCalibrateResource (21.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/calibrateresource/calibrateresource_test/coverage.dat //pkg/executor/internal/mpp:mpp_test PASSED in 1.3s PASSED mpp.TestNeedReportExecutionSummary (0.0s) PASSED mpp.TestZoneHelperTryQuickFill (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/mpp/mpp_test/coverage.dat //pkg/executor/internal/pdhelper:pdhelper_test PASSED in 1.2s PASSED pdhelper.TestTTLCache (0.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/pdhelper/pdhelper_test/coverage.dat //pkg/executor/internal/querywatch:querywatch_test PASSED in 10.5s PASSED querywatch.TestQueryWatch (5.3s) PASSED querywatch.TestQueryWatchIssue56897 (3.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/querywatch/querywatch_test/coverage.dat //pkg/executor/lockstats:lockstats_test PASSED in 1.6s PASSED lockstats.TestPopulatePartitionIDAndNames (0.0s) PASSED lockstats.TestPopulateTableAndPartitionIDs (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/lockstats/lockstats_test/coverage.dat //pkg/executor/mppcoordmanager:mppcoordmanager_test PASSED in 5.3s PASSED mppcoordmanager.TestDetectAndDelete (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/mppcoordmanager/mppcoordmanager_test/coverage.dat //pkg/executor/test/analyzetest/panictest:panictest_test PASSED in 4.7s PASSED panictest_test.TestPanicInHandleAnalyzeWorkerPanic (1.0s) PASSED panictest_test.TestPanicInHandleResultErrorWithSingleGoroutine (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/panictest/panictest_test/coverage.dat //pkg/executor/test/distsqltest:distsqltest_test PASSED in 35.1s PASSED distsqltest_test.TestDistsqlPartitionTableConcurrency (28.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/distsqltest/distsqltest_test/coverage.dat //pkg/executor/test/loadremotetest:loadremotetest_test PASSED in 7.6s PASSED loadremotetest_test.TestLoadRemote (4.8s) PASSED loadremotetest_test.TestLoadRemote/TestColumnNumMismatch (0.1s) PASSED loadremotetest_test.TestLoadRemote/TestColumnsAndUserVars (0.0s) PASSED loadremotetest_test.TestLoadRemote/TestCustomizeNULL (0.3s) PASSED loadremotetest_test.TestLoadRemote/TestDataError (0.1s) PASSED loadremotetest_test.TestLoadRemote/TestErrorMessage (2.1s) PASSED loadremotetest_test.TestLoadRemote/TestEvalError (0.1s) PASSED loadremotetest_test.TestLoadRemote/TestFilenameAsterisk (0.1s) PASSED loadremotetest_test.TestLoadRemote/TestGBK (0.1s) PASSED loadremotetest_test.TestLoadRemote/TestGeneratedColumns (0.1s) PASSED loadremotetest_test.TestLoadRemote/TestIgnoreNLines (0.1s) PASSED loadremotetest_test.TestLoadRemote/TestIssue43555 (0.1s) PASSED loadremotetest_test.TestLoadRemote/TestLastInsertID (0.1s) PASSED loadremotetest_test.TestLoadRemote/TestLoadCSV (0.1s) PASSED loadremotetest_test.TestLoadRemote/TestLoadCsvInTransaction (0.1s) PASSED loadremotetest_test.TestLoadRemote/TestMixedCompression (0.1s) PASSED loadremotetest_test.TestLoadRemote/TestMultiBatchWithIgnoreLines (0.1s) PASSED loadremotetest_test.TestLoadRemote/TestMultiValueIndex (0.1s) PASSED loadremotetest_test.TestLoadRemote/TestOtherCharset (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loadremotetest/loadremotetest_test/coverage.dat //pkg/executor/test/memtest:memtest_test PASSED in 26.9s PASSED memtest_test.TestInsertUpdateTrackerOnCleanUp (20.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/memtest/memtest_test/coverage.dat //pkg/executor/test/unstabletest:unstabletest_test PASSED in 26.6s PASSED unstabletest_test.TestGlobalMemoryControl (4.1s) PASSED unstabletest_test.TestPBMemoryLeak (19.5s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/unstabletest/unstabletest_test/coverage.dat //pkg/expression/expropt:expropt_test PASSED in 1.0s PASSED expropt.TestOptionalEvalPropProviders (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expropt/expropt_test/coverage.dat //pkg/infoschema/internal:internal_test PASSED in 1.1s PASSED internal.TestSize (0.0s) PASSED internal.TestSize/Array (0.0s) PASSED internal.TestSize/Array_2 (0.0s) PASSED internal.TestSize/Map (0.0s) PASSED internal.TestSize/Slice (0.0s) PASSED internal.TestSize/String (0.0s) PASSED internal.TestSize/Struct (0.0s) PASSED internal.TestSize/string_Slice (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/internal/internal_test/coverage.dat //pkg/meta/metabuild:metabuild_test PASSED in 1.4s PASSED metabuild_test.TestMetaBuildContext (0.0s) PASSED metabuild_test.TestMetaBuildContext/default_of_clusteredIndexDefMode (0.0s) PASSED metabuild_test.TestMetaBuildContext/default_of_enableAutoIncrementInGenerated (0.0s) PASSED metabuild_test.TestMetaBuildContext/default_of_exprCtx (0.0s) PASSED metabuild_test.TestMetaBuildContext/default_of_is (0.0s) PASSED metabuild_test.TestMetaBuildContext/default_of_preSplitRegions (0.0s) PASSED metabuild_test.TestMetaBuildContext/default_of_primaryKeyRequired (0.0s) PASSED metabuild_test.TestMetaBuildContext/default_of_shardRowIDBits (0.0s) PASSED metabuild_test.TestMetaBuildContext/default_of_suppressTooLongIndexErr (0.0s) PASSED metabuild_test.TestMetaBuildContext/option_of_clusteredIndexDefMode (0.0s) PASSED metabuild_test.TestMetaBuildContext/option_of_enableAutoIncrementInGenerated (0.0s) PASSED metabuild_test.TestMetaBuildContext/option_of_exprCtx (0.0s) PASSED metabuild_test.TestMetaBuildContext/option_of_is (0.0s) PASSED metabuild_test.TestMetaBuildContext/option_of_preSplitRegions (0.0s) PASSED metabuild_test.TestMetaBuildContext/option_of_primaryKeyRequired (0.0s) PASSED metabuild_test.TestMetaBuildContext/option_of_shardRowIDBits (0.0s) PASSED metabuild_test.TestMetaBuildContext/option_of_suppressTooLongIndexErr (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/metabuild/metabuild_test/coverage.dat //pkg/planner/cascades:cascades_test PASSED in 4.1s PASSED cascades_test.TestCascadesDrive (0.9s) PASSED cascades_test.TestXFormedOperatorShouldDeriveTheirStatsOwn (1.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/cascades_test/coverage.dat //pkg/planner/cascades/rule/apply/decorrelateapply:decorrelateapply_test PASSED in 1.4s PASSED decorrelateapply_test.TestXFDeCorrelateShouldDeleteIntermediaryApply (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/apply/decorrelateapply/decorrelateapply_test/coverage.dat //pkg/planner/core/casetest/binaryplan:binaryplan_test PASSED in 3.2s PASSED binaryplan_test.TestBinaryPlanInExplainAndSlowLog (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/binaryplan/binaryplan_test/coverage.dat //pkg/planner/core/casetest/cascades:cascades_test PASSED in 3.9s PASSED cascades_test.TestDeriveStats (1.0s) PASSED cascades_test.TestGroupNDVCols (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cascades/cascades_test/coverage.dat //pkg/planner/core/casetest/correlated:correlated_test PASSED in 3.8s PASSED correlated_test.TestCorrelatedSubquery (1.5s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/correlated/correlated_test/coverage.dat //pkg/planner/core/casetest/flatplan:flatplan_test PASSED in 3.6s PASSED flatplan_test.TestFlatPhysicalPlan (0.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/flatplan/flatplan_test/coverage.dat //pkg/planner/core/casetest/join:join_test PASSED in 2.8s PASSED join_test.TestSemiJoinOrder (0.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/join/join_test/coverage.dat //pkg/planner/core/casetest/parallelapply:parallelapply_test PASSED in 3.7s PASSED parallelapply_test.TestParallelApplyWarnning (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/parallelapply/parallelapply_test/coverage.dat //pkg/planner/core/casetest/scalarsubquery:scalarsubquery_test PASSED in 3.3s PASSED scalarsubquery_test.TestExplainNonEvaledSubquery (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/scalarsubquery/scalarsubquery_test/coverage.dat //pkg/planner/core/generator/hash64_equals:hash64_equals_test PASSED in 1.8s PASSED hash64_equals.TestGenHash64EqualsField (0.0s) PASSED hash64_equals.TestHash64Equals (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/generator/hash64_equals/hash64_equals_test/coverage.dat //pkg/planner/core/generator/plan_cache:plan_cache_test PASSED in 1.3s PASSED plan_cache.TestPlanClone (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/generator/plan_cache/plan_cache_test/coverage.dat //pkg/planner/core/generator/shallow_ref:shallow_ref_test PASSED in 1.7s PASSED shallow_ref.TestHash64Equals (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/generator/shallow_ref/shallow_ref_test/coverage.dat //pkg/planner/core/tests/analyze:analyze_test PASSED in 5.6s PASSED analyze_test.TestAnalyzeVirtualColumns (1.0s) PASSED analyze_test.TestAutoAnalyzeForMissingPartition (1.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/analyze/analyze_test/coverage.dat //pkg/planner/core/tests/cte:cte_test PASSED in 3.4s PASSED cte_test.TestCTEWithDifferentSchema (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/cte/cte_test/coverage.dat //pkg/planner/core/tests/null:null_test PASSED in 3.9s PASSED null_test.TestIssue54803 (1.0s) PASSED null_test.TestIssue56745 (0.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/null/null_test/coverage.dat //pkg/planner/core/tests/partition:partition_test PASSED in 1.5s PASSED partition_test.TestBenchDaily (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/partition/partition_test/coverage.dat //pkg/planner/implementation:implementation_test PASSED in 1.4s PASSED implementation.TestBaseImplementation (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/implementation/implementation_test/coverage.dat //pkg/planner/planctx:planctx_test PASSED in 1.0s PASSED planctx.TestContextDetach (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/planctx/planctx_test/coverage.dat //pkg/planner/property:property_test PASSED in 1.2s PASSED property.TestNeedEnforceExchangerWithHashByEquivalence (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/property/property_test/coverage.dat //pkg/planner/util/fixcontrol:fixcontrol_test PASSED in 3.2s PASSED fixcontrol_test.TestFixControl (0.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/util/fixcontrol/fixcontrol_test/coverage.dat //pkg/plugin/conn_ip_example:conn_ip_example_test PASSED in 1.7s PASSED conn_ip_example.TestLoadPlugin (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/conn_ip_example/conn_ip_example_test/coverage.dat //pkg/resourcegroup/runaway:runaway_test PASSED in 1.7s PASSED runaway.TestConcurrentResetAndCheckThresholds (0.1s) PASSED runaway.TestRecordKey (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/runaway/runaway_test/coverage.dat //pkg/resourcemanager:resourcemanager_test PASSED in 0.9s PASSED resourcemanager.TestSchedulerOverloadTooMuch (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/resourcemanager_test/coverage.dat //pkg/server/handler/extractorhandler:extractorhandler_test PASSED in 8.3s PASSED extractorhandler_test.TestExtractHandler (3.1s) PASSED extractorhandler_test.TestExtractHandlerInfoSchemaV2 (3.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/extractorhandler/extractorhandler_test/coverage.dat //pkg/session/resourcegrouptest:resourcegrouptest_test PASSED in 3.0s PASSED resourcegrouptest_test.TestResourceGroupHintInTxn (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/resourcegrouptest/resourcegrouptest_test/coverage.dat //pkg/session/test/privileges:privileges_test PASSED in 4.8s PASSED privileges_test.TestSessionAuth (0.9s) PASSED privileges_test.TestSkipWithGrant (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/privileges/privileges_test/coverage.dat //pkg/sessionctx:sessionctx_test PASSED in 4.5s PASSED sessionctx.TestBasicCtxTypeToString (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionctx_test/coverage.dat //pkg/statistics/handle/autoanalyze/exec:exec_test PASSED in 5.0s PASSED exec_test.TestExecAutoAnalyzes (1.0s) PASSED exec_test.TestKillInWindows (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/exec/exec_test/coverage.dat //pkg/statistics/handle/autoanalyze/priorityqueue/calculatoranalysis:calculatoranalysis_test PASSED in 1.2s PASSED calculatoranalysis_test.TestPriorityCalculatorWithGeneratedData (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/calculatoranalysis/calculatoranalysis_test/coverage.dat //pkg/statistics/handle/cache:cache_test PASSED in 1.1s PASSED cache.TestBenchDaily (0.0s) PASSED cache.TestCacheOfBatchUpdate (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/cache_test/coverage.dat //pkg/statistics/handle/util:util_test PASSED in 5.5s PASSED util_test.TestCallSCtxFailed (0.9s) PASSED util_test.TestIsSpecialGlobalIndex (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/util/util_test/coverage.dat //pkg/store/driver/error:error_test PASSED in 0.8s PASSED error.TestConvertError (0.0s) PASSED error.TestMemBufferOversizeError (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/error/error_test/coverage.dat //pkg/store/mockstore:mockstore_test PASSED in 2.3s PASSED mockstore.TestClusterSplit (0.1s) PASSED mockstore.TestConfig (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/mockstore_test/coverage.dat //pkg/store/mockstore/mockcopr:mockcopr_test PASSED in 4.3s PASSED mockcopr.TestResolvedLargeTxnLocks (1.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/mockcopr/mockcopr_test/coverage.dat //pkg/table/tblsession:tblsession_test PASSED in 1.1s PASSED tblsession_test.TestSessionMutateContextFields (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tblsession/tblsession_test/coverage.dat //pkg/testkit:testkit_test PASSED in 2.9s PASSED testkit.TestMultiStatementInTk (1.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/testkit/testkit_test/coverage.dat //pkg/testkit/testutil:testutil_test PASSED in 1.0s PASSED testutil.TestCompareUnorderedString (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/testkit/testutil/testutil_test/coverage.dat //pkg/ttl/client:client_test PASSED in 1.3s PASSED client.TestCommandClient (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/client/client_test/coverage.dat //pkg/types/parser_driver:parser_driver_test PASSED in 0.8s PASSED parser_driver.TestValueExprFormat (0.0s) PASSED parser_driver.TestValueExprFormat/'''''' (0.0s) PASSED parser_driver.TestValueExprFormat/'\\' (0.0s) PASSED parser_driver.TestValueExprFormat/'\\''''__' (0.0s) PASSED parser_driver.TestValueExprFormat/'test_`s''t"r.' (0.0s) PASSED parser_driver.TestValueExprFormat/'test_`s''t"r.'#01 (0.0s) PASSED parser_driver.TestValueExprFormat/-1 (0.0s) PASSED parser_driver.TestValueExprFormat/1 (0.0s) PASSED parser_driver.TestValueExprFormat/1#01 (0.0s) PASSED parser_driver.TestValueExprFormat/1.1e+00 (0.0s) PASSED parser_driver.TestValueExprFormat/1.1e+00#01 (0.0s) PASSED parser_driver.TestValueExprFormat/321 (0.0s) PASSED parser_driver.TestValueExprFormat/NULL (0.0s) PASSED parser_driver.TestValueExprFormat/b'11101000110010101110011011101000010000001100000011100110010011101110100001000100111001000101110' (0.0s) PASSED parser_driver.TestValueExprRestore (0.0s) PASSED parser_driver.TestValueExprRestore/'0000-00-00_00:00:00' (0.0s) PASSED parser_driver.TestValueExprRestore/'00:00:00' (0.0s) PASSED parser_driver.TestValueExprRestore/'\\' (0.0s) PASSED parser_driver.TestValueExprRestore/'test_`s''t"r.' (0.0s) PASSED parser_driver.TestValueExprRestore/'test_`s''t"r.'#01 (0.0s) PASSED parser_driver.TestValueExprRestore/-1 (0.0s) PASSED parser_driver.TestValueExprRestore/1 (0.0s) PASSED parser_driver.TestValueExprRestore/1#01 (0.0s) PASSED parser_driver.TestValueExprRestore/1.1e+00 (0.0s) PASSED parser_driver.TestValueExprRestore/1.1e+00#01 (0.0s) PASSED parser_driver.TestValueExprRestore/321 (0.0s) PASSED parser_driver.TestValueExprRestore/NULL (0.0s) PASSED parser_driver.TestValueExprRestore/b'11101000110010101110011011101000010000001100000011100110010011101110100001000100111001000101110' (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/parser_driver/parser_driver_test/coverage.dat //pkg/util/admin:admin_test PASSED in 3.1s PASSED admin.TestAdminCheckTableCorrupted (1.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/admin/admin_test/coverage.dat //pkg/util/codec:codec_test PASSED in 0.8s PASSED codec.TestBenchDaily (0.0s) PASSED codec.TestBytes (0.0s) PASSED codec.TestBytesCodec (0.0s) PASSED codec.TestBytesCodecExt (0.0s) PASSED codec.TestCodecKey (0.0s) PASSED codec.TestCodecKeyCompare (0.0s) PASSED codec.TestCut (0.0s) PASSED codec.TestCutOneError (0.0s) PASSED codec.TestDatumHashEquals (0.0s) PASSED codec.TestDecimal (0.0s) PASSED codec.TestDecimalCodec (0.0s) PASSED codec.TestDecodeOneToChunk (0.0s) PASSED codec.TestDecodeRange (0.0s) PASSED codec.TestDuration (0.0s) PASSED codec.TestFastSlowFastReverse (0.0s) PASSED codec.TestFloatCodec (0.0s) PASSED codec.TestFrac (0.0s) PASSED codec.TestHashChunkColumns (0.0s) PASSED codec.TestHashChunkColumnsCollation (0.0s) PASSED codec.TestHashChunkRow (0.0s) PASSED codec.TestHashChunkRowCollation (0.0s) PASSED codec.TestHashGroup (0.0s) PASSED codec.TestHashGroupKeyCollation (0.0s) PASSED codec.TestJSON (0.0s) PASSED codec.TestNumberCodec (0.0s) PASSED codec.TestNumberOrder (0.0s) PASSED codec.TestSetRawValues (0.0s) PASSED codec.TestTime (0.0s) PASSED codec.TestValueSizeOfSignedInt (0.0s) PASSED codec.TestValueSizeOfUnsignedInt (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/codec/codec_test/coverage.dat //pkg/util/cpuprofile:cpuprofile_test PASSED in 4.4s PASSED cpuprofile.TestBasicAPI (0.0s) PASSED cpuprofile.TestGetCPUProfile (1.6s) PASSED cpuprofile.TestParallelCPUProfiler (0.8s) PASSED cpuprofile.TestProfileHTTPHandler (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/cpuprofile/cpuprofile_test/coverage.dat //pkg/util/cteutil:cteutil_test PASSED in 1.0s PASSED cteutil.TestAddAndGetChunk (0.0s) PASSED cteutil.TestOpenAndClose (0.0s) PASSED cteutil.TestReopen (0.0s) PASSED cteutil.TestSpillToDisk (0.0s) PASSED cteutil.TestStorageBasic (0.0s) PASSED cteutil.TestSwapData (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/cteutil/cteutil_test/coverage.dat //pkg/util/dbutil:dbutil_test PASSED in 1.6s PASSED dbutil.TestAnalyzeValuesFromBuckets (0.0s) PASSED dbutil.TestColumnName (0.0s) PASSED dbutil.TestDeleteRows (0.0s) PASSED dbutil.TestFormatTimeZoneOffset (0.0s) PASSED dbutil.TestGetParser (0.0s) PASSED dbutil.TestGetTimeZoneOffset (0.0s) PASSED dbutil.TestIndex (0.0s) PASSED dbutil.TestIsIgnoreError (0.0s) PASSED dbutil.TestIsRetryableError (0.0s) PASSED dbutil.TestReplacePlaceholder (0.0s) PASSED dbutil.TestSchemacmpEncode (0.0s) PASSED dbutil.TestShowGrants (0.0s) PASSED dbutil.TestShowGrantsPasswordMasked (0.0s) PASSED dbutil.TestShowGrantsWithRoles (0.0s) PASSED dbutil.TestTable (0.0s) PASSED dbutil.TestTableName (0.0s) PASSED dbutil.TestTableStructEqual (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/dbutil/dbutil_test/coverage.dat //pkg/util/ddl-checker:ddl-checker_test PASSED in 4.4s PASSED ddl-checker.TestExecute (0.9s) PASSED ddl-checker.TestParse (0.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ddl-checker/ddl-checker_test/coverage.dat //pkg/util/deadlockhistory:deadlockhistory_test PASSED in 0.8s PASSED deadlockhistory.TestDeadlockHistoryCollection (0.0s) PASSED deadlockhistory.TestErrDeadlockToDeadlockRecord (0.0s) PASSED deadlockhistory.TestGetDatum (0.0s) PASSED deadlockhistory.TestResize (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/deadlockhistory/deadlockhistory_test/coverage.dat //pkg/util/disttask:disttask_test PASSED in 1.5s PASSED disttask.TestGenServerID (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/disttask/disttask_test/coverage.dat //pkg/util/execdetails:execdetails_test PASSED in 4.1s PASSED execdetails.TestCopRuntimeStats (0.0s) PASSED execdetails.TestCopRuntimeStats2 (0.0s) PASSED execdetails.TestCopRuntimeStatsForTiFlash (0.0s) PASSED execdetails.TestFormatDurationForExplain (0.0s) PASSED execdetails.TestRootRuntimeStats (0.0s) PASSED execdetails.TestRuntimeStatsWithCommit (0.0s) PASSED execdetails.TestString (0.0s) PASSED execdetails.TestVectorSearchStats (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/execdetails/execdetails_test/coverage.dat //pkg/util/expensivequery:expensivequery_test PASSED in 1.3s /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/expensivequery/expensivequery_test/coverage.dat //pkg/util/generatedexpr:generatedexpr_test PASSED in 1.0s PASSED generatedexpr.TestParseExpression (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/generatedexpr/generatedexpr_test/coverage.dat //pkg/util/keydecoder:keydecoder_test PASSED in 1.5s PASSED keydecoder.TestDecodeKey (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/keydecoder/keydecoder_test/coverage.dat //pkg/util/logutil:logutil_test PASSED in 0.8s PASSED logutil.TestCompressedLog (0.0s) PASSED logutil.TestFieldsFromTraceInfo (0.0s) PASSED logutil.TestGlobalLoggerReplace (0.0s) PASSED logutil.TestHex (0.0s) PASSED logutil.TestPrettyPrint (0.0s) PASSED logutil.TestProxyFields (0.0s) PASSED logutil.TestSampleLoggerFactory (0.0s) PASSED logutil.TestSetLevel (0.0s) PASSED logutil.TestSlowQueryLoggerAndGeneralLoggerCreation (0.0s) PASSED logutil.TestZapLoggerWithCore (0.0s) PASSED logutil.TestZapLoggerWithKeys (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/logutil/logutil_test/coverage.dat //pkg/util/memoryusagealarm:memoryusagealarm_test PASSED in 3.9s PASSED memoryusagealarm.TestGetTop10Sql (0.0s) PASSED memoryusagealarm.TestIfNeedDoRecord (0.0s) PASSED memoryusagealarm.TestUpdateVariables (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/memoryusagealarm/memoryusagealarm_test/coverage.dat //pkg/util/mock:mock_test PASSED in 0.9s PASSED mock.TestContext (0.0s) PASSED mock.TestSliceIter (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/mock/mock_test/coverage.dat //pkg/util/parser:parser_test PASSED in 0.8s PASSED parser_test.TestCharAndAnyChar (0.0s) PASSED parser_test.TestDigit (0.0s) PASSED parser_test.TestNumber (0.0s) PASSED parser_test.TestSimpleCases (0.0s) PASSED parser_test.TestSpace (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/parser/parser_test/coverage.dat //pkg/util/password-validation:password-validation_test PASSED in 1.1s PASSED password-validation.TestValidateDictionaryPassword (0.0s) PASSED password-validation.TestValidatePassword (0.0s) PASSED password-validation.TestValidatePasswordLowPolicy (0.0s) PASSED password-validation.TestValidatePasswordMediumPolicy (0.0s) PASSED password-validation.TestValidateUserNameInPassword (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/password-validation/password-validation_test/coverage.dat //pkg/util/plancodec:plancodec_test PASSED in 0.9s PASSED plancodec.TestDecodeDiscardPlan (0.0s) PASSED plancodec.TestEncodeTaskType (0.0s) PASSED plancodec.TestPlanIDChanged (0.0s) PASSED plancodec.TestReverse (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/plancodec/plancodec_test/coverage.dat //pkg/util/profile:profile_test PASSED in 2.9s PASSED profile.TestProfileToDatum (0.0s) PASSED profile.TestProfiles (1.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/profile/profile_test/coverage.dat //pkg/util/ranger/context:context_test PASSED in 0.9s PASSED context.TestContextDetach (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/context/context_test/coverage.dat //pkg/util/resourcegrouptag:resourcegrouptag_test PASSED in 0.8s PASSED resourcegrouptag.TestGetFirstKeyFromRequest (0.0s) PASSED resourcegrouptag.TestGetResourceGroupLabelByKey (0.0s) PASSED resourcegrouptag.TestResourceGroupTagEncoding (0.0s) PASSED resourcegrouptag.TestResourceGroupTagEncodingPB (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/resourcegrouptag/resourcegrouptag_test/coverage.dat //pkg/util/rowDecoder:rowDecoder_test PASSED in 1.2s PASSED rowDecoder_test.TestClusterIndexRowDecoder (0.0s) PASSED rowDecoder_test.TestRowDecoder (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/rowDecoder/rowDecoder_test/coverage.dat //pkg/util/rowcodec:rowcodec_test PASSED in 1.0s PASSED rowcodec.Test65535Bug (0.0s) PASSED rowcodec.TestBenchDaily (0.0s) PASSED rowcodec.TestCodecUtil (0.0s) PASSED rowcodec.TestColumnEncode (0.0s) PASSED rowcodec.TestColumnEncode/bigint/max/signed (0.0s) PASSED rowcodec.TestColumnEncode/bigint/max/unsigned (0.0s) PASSED rowcodec.TestColumnEncode/bigint/min/signed (0.0s) PASSED rowcodec.TestColumnEncode/bigint/neg (0.0s) PASSED rowcodec.TestColumnEncode/bigint/pos (0.0s) PASSED rowcodec.TestColumnEncode/bigint/zero (0.0s) PASSED rowcodec.TestColumnEncode/binary (0.0s) PASSED rowcodec.TestColumnEncode/binary/empty (0.0s) PASSED rowcodec.TestColumnEncode/bit (0.0s) PASSED rowcodec.TestColumnEncode/bit/truncate (0.0s) PASSED rowcodec.TestColumnEncode/blob (0.0s) PASSED rowcodec.TestColumnEncode/blob/empty (0.0s) PASSED rowcodec.TestColumnEncode/char (0.0s) PASSED rowcodec.TestColumnEncode/char/empty (0.0s) PASSED rowcodec.TestColumnEncode/date (0.0s) PASSED rowcodec.TestColumnEncode/date/max (0.0s) PASSED rowcodec.TestColumnEncode/date/min (0.0s) PASSED rowcodec.TestColumnEncode/date/zero (0.0s) PASSED rowcodec.TestColumnEncode/datetime (0.0s) PASSED rowcodec.TestColumnEncode/datetime/max (0.0s) PASSED rowcodec.TestColumnEncode/datetime/min (0.0s) PASSED rowcodec.TestColumnEncode/datetime/zero (0.0s) PASSED rowcodec.TestColumnEncode/decimal/max (0.0s) PASSED rowcodec.TestColumnEncode/decimal/min (0.0s) PASSED rowcodec.TestColumnEncode/decimal/neg (0.0s) PASSED rowcodec.TestColumnEncode/decimal/pos (0.0s) PASSED rowcodec.TestColumnEncode/decimal/zero (0.0s) PASSED rowcodec.TestColumnEncode/double (0.0s) PASSED rowcodec.TestColumnEncode/double/+inf (0.0s) PASSED rowcodec.TestColumnEncode/double/-inf (0.0s) PASSED rowcodec.TestColumnEncode/double/nan (0.0s) PASSED rowcodec.TestColumnEncode/enum (0.0s) PASSED rowcodec.TestColumnEncode/float (0.0s) PASSED rowcodec.TestColumnEncode/float/+inf (0.0s) PASSED rowcodec.TestColumnEncode/float/-inf (0.0s) PASSED rowcodec.TestColumnEncode/float/nan (0.0s) PASSED rowcodec.TestColumnEncode/geometry (0.0s) PASSED rowcodec.TestColumnEncode/int/max/signed (0.0s) PASSED rowcodec.TestColumnEncode/int/max/unsigned (0.0s) PASSED rowcodec.TestColumnEncode/int/min/signed (0.0s) PASSED rowcodec.TestColumnEncode/int/neg (0.0s) PASSED rowcodec.TestColumnEncode/int/pos (0.0s) PASSED rowcodec.TestColumnEncode/int/zero (0.0s) PASSED rowcodec.TestColumnEncode/json/1 (0.0s) PASSED rowcodec.TestColumnEncode/json/2 (0.0s) PASSED rowcodec.TestColumnEncode/json/3 (0.0s) PASSED rowcodec.TestColumnEncode/longblob (0.0s) PASSED rowcodec.TestColumnEncode/longblob/empty (0.0s) PASSED rowcodec.TestColumnEncode/longtext (0.0s) PASSED rowcodec.TestColumnEncode/longtext/empty (0.0s) PASSED rowcodec.TestColumnEncode/mediumblob (0.0s) PASSED rowcodec.TestColumnEncode/mediumblob/empty (0.0s) PASSED rowcodec.TestColumnEncode/mediumint/max/signed (0.0s) PASSED rowcodec.TestColumnEncode/mediumint/max/unsigned (0.0s) PASSED rowcodec.TestColumnEncode/mediumint/min/signed (0.0s) PASSED rowcodec.TestColumnEncode/mediumint/neg (0.0s) PASSED rowcodec.TestColumnEncode/mediumint/pos (0.0s) PASSED rowcodec.TestColumnEncode/mediumint/zero (0.0s) PASSED rowcodec.TestColumnEncode/mediumtext (0.0s) PASSED rowcodec.TestColumnEncode/mediumtext/empty (0.0s) PASSED rowcodec.TestColumnEncode/mismatch/date (0.0s) PASSED rowcodec.TestColumnEncode/mismatch/datetime (0.0s) PASSED rowcodec.TestColumnEncode/mismatch/decimal (0.0s) PASSED rowcodec.TestColumnEncode/mismatch/newdate (0.0s) PASSED rowcodec.TestColumnEncode/mismatch/timestamp (0.0s) PASSED rowcodec.TestColumnEncode/newdate (0.0s) PASSED rowcodec.TestColumnEncode/newdate/max (0.0s) PASSED rowcodec.TestColumnEncode/newdate/min (0.0s) PASSED rowcodec.TestColumnEncode/newdate/zero (0.0s) PASSED rowcodec.TestColumnEncode/null (0.0s) PASSED rowcodec.TestColumnEncode/nulldatum (0.0s) PASSED rowcodec.TestColumnEncode/set (0.0s) PASSED rowcodec.TestColumnEncode/smallint/max/signed (0.0s) PASSED rowcodec.TestColumnEncode/smallint/max/unsigned (0.0s) PASSED rowcodec.TestColumnEncode/smallint/min/signed (0.0s) PASSED rowcodec.TestColumnEncode/smallint/neg (0.0s) PASSED rowcodec.TestColumnEncode/smallint/pos (0.0s) PASSED rowcodec.TestColumnEncode/smallint/zero (0.0s) PASSED rowcodec.TestColumnEncode/text (0.0s) PASSED rowcodec.TestColumnEncode/text/empty (0.0s) PASSED rowcodec.TestColumnEncode/time (0.0s) PASSED rowcodec.TestColumnEncode/time/max (0.0s) PASSED rowcodec.TestColumnEncode/time/zero (0.0s) PASSED rowcodec.TestColumnEncode/timestamp (0.0s) PASSED rowcodec.TestColumnEncode/timestamp/max (0.0s) PASSED rowcodec.TestColumnEncode/timestamp/min (0.0s) PASSED rowcodec.TestColumnEncode/timestamp/zero (0.0s) PASSED rowcodec.TestColumnEncode/tinyblob (0.0s) PASSED rowcodec.TestColumnEncode/tinyblob/empty (0.0s) PASSED rowcodec.TestColumnEncode/tinyint/max/signed (0.0s) PASSED rowcodec.TestColumnEncode/tinyint/max/unsigned (0.0s) PASSED rowcodec.TestColumnEncode/tinyint/min/signed (0.0s) PASSED rowcodec.TestColumnEncode/tinyint/neg (0.0s) PASSED rowcodec.TestColumnEncode/tinyint/pos (0.0s) PASSED rowcodec.TestColumnEncode/tinyint/zero (0.0s) PASSED rowcodec.TestColumnEncode/tinytext (0.0s) PASSED rowcodec.TestColumnEncode/tinytext/empty (0.0s) PASSED rowcodec.TestColumnEncode/unspecified (0.0s) PASSED rowcodec.TestColumnEncode/varbinary (0.0s) PASSED rowcodec.TestColumnEncode/varbinary/empty (0.0s) PASSED rowcodec.TestColumnEncode/varchar (0.0s) PASSED rowcodec.TestColumnEncode/varchar/empty (0.0s) PASSED rowcodec.TestColumnEncode/wrong (0.0s) PASSED rowcodec.TestColumnEncode/year (0.0s) PASSED rowcodec.TestDecodeDecimalFspNotMatch (0.0s) PASSED rowcodec.TestDecodeRowWithHandle (0.0s) PASSED rowcodec.TestDecodeRowWithHandle/signed_int (0.0s) PASSED rowcodec.TestDecodeRowWithHandle/unsigned_int (0.0s) PASSED rowcodec.TestEncodeDecodeRowWithChecksum (0.0s) PASSED rowcodec.TestEncodeKindNullDatum (0.0s) PASSED rowcodec.TestEncodeLargeSmallReuseBug (0.0s) PASSED rowcodec.TestNilAndDefault (0.0s) PASSED rowcodec.TestOldRowCodec (0.0s) PASSED rowcodec.TestRowChecksum (0.0s) PASSED rowcodec.TestRowChecksum/empty (0.0s) PASSED rowcodec.TestRowChecksum/nil (0.0s) PASSED rowcodec.TestRowChecksum/nullonly (0.0s) PASSED rowcodec.TestRowChecksum/ordered (0.0s) PASSED rowcodec.TestRowChecksum/unordered (0.0s) PASSED rowcodec.TestTypesNewRowCodec (0.0s) PASSED rowcodec.TestTypesNewRowCodec/largeColID (0.0s) PASSED rowcodec.TestTypesNewRowCodec/largeData (0.0s) PASSED rowcodec.TestTypesNewRowCodec/small (0.0s) PASSED rowcodec.TestVarintCompatibility (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/rowcodec/rowcodec_test/coverage.dat //pkg/util/schemacmp:schemacmp_test PASSED in 1.5s PASSED schemacmp_test.TestCompatibilities (0.0s) PASSED schemacmp_test.TestJoinSchemas (0.0s) PASSED schemacmp_test.TestTableString (0.0s) PASSED schemacmp_test.TestTypeCompareJoin (0.0s) PASSED schemacmp_test.TestTypeUnwrap (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/schemacmp/schemacmp_test/coverage.dat //pkg/util/sem:sem_test PASSED in 1.0s PASSED sem.TestInvisibleSchema (0.0s) PASSED sem.TestIsInvisibleStatusVar (0.0s) PASSED sem.TestIsInvisibleSysVar (0.0s) PASSED sem.TestIsInvisibleTable (0.0s) PASSED sem.TestIsRestrictedPrivilege (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/sem/sem_test/coverage.dat //pkg/util/servermemorylimit:servermemorylimit_test PASSED in 4.1s PASSED servermemorylimit.TestMemoryUsageOpsHistory (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/servermemorylimit/servermemorylimit_test/coverage.dat //pkg/util/sqlexec:sqlexec_test PASSED in 1.1s /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/sqlexec/sqlexec_test/coverage.dat //pkg/util/timeutil:timeutil_test PASSED in 0.7s PASSED timeutil.TestConstructTimeZone (0.0s) PASSED timeutil.TestGetTZNameFromFileName (0.0s) PASSED timeutil.TestInferOneStepLinkForPath (0.0s) PASSED timeutil.TestLocal (0.0s) PASSED timeutil.TestParseTimeZone (0.0s) PASSED timeutil.TestSleep (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/timeutil/timeutil_test/coverage.dat //br/pkg/aws:aws_test PASSED in 16.8s Stats over 3 runs: max = 16.8s, min = 1.4s, avg = 6.5s, dev = 7.2s PASSED aws.TestWaitSnapshotsCreated (15.0s) PASSED aws.TestHandleDescribeVolumesResponse (0.0s) PASSED aws.TestEC2SessionExtractSnapProgress (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/aws/aws_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/aws/aws_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/aws/aws_test/shard_1_of_3/coverage.dat //br/pkg/restore/ingestrec:ingestrec_test PASSED in 1.7s Stats over 3 runs: max = 1.7s, min = 1.5s, avg = 1.6s, dev = 0.1s PASSED ingestrec_test.TestRewriteTableID (0.0s) PASSED ingestrec_test.TestIndexesKind (0.0s) PASSED ingestrec_test.TestAddIngestRecorder (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/ingestrec/ingestrec_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/ingestrec/ingestrec_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/ingestrec/ingestrec_test/shard_1_of_3/coverage.dat //br/pkg/restore/tiflashrec:tiflashrec_test PASSED in 1.5s Stats over 3 runs: max = 1.5s, min = 1.2s, avg = 1.4s, dev = 0.1s PASSED tiflashrec_test.TestGenResetSql (0.0s) PASSED tiflashrec_test.TestGenSql (0.0s) PASSED tiflashrec_test.TestRecorder (0.0s) PASSED tiflashrec_test.TestRecorder/#0 (0.0s) PASSED tiflashrec_test.TestRecorder/#1 (0.0s) PASSED tiflashrec_test.TestRecorder/#2 (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/tiflashrec/tiflashrec_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/tiflashrec/tiflashrec_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/tiflashrec/tiflashrec_test/shard_1_of_3/coverage.dat //br/pkg/utils/storewatch:storewatch_test PASSED in 1.7s Stats over 3 runs: max = 1.7s, min = 1.3s, avg = 1.5s, dev = 0.2s PASSED storewatch_test.TestOnReboot (0.0s) PASSED storewatch_test.TestOnOffline (0.0s) PASSED storewatch_test.TestOnRegister (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/storewatch/storewatch_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/storewatch/storewatch_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/storewatch/storewatch_test/shard_1_of_3/coverage.dat //pkg/autoid_service:autoid_service_test PASSED in 3.6s Stats over 3 runs: max = 3.6s, min = 2.8s, avg = 3.1s, dev = 0.4s PASSED autoid_service.TestGRPC (1.3s) PASSED autoid_service.TestAPI (2.1s) PASSED autoid_service.TestConcurrent (1.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/autoid_service/autoid_service_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/autoid_service/autoid_service_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/autoid_service/autoid_service_test/shard_1_of_3/coverage.dat //pkg/ddl/copr:copr_test PASSED in 1.4s Stats over 3 runs: max = 1.4s, min = 1.0s, avg = 1.2s, dev = 0.2s PASSED copr.TestCollectVirtualColumnOffsetsAndTypes (0.0s) PASSED copr.TestCollectVirtualColumnOffsetsAndTypes/Basic_1 (0.0s) PASSED copr.TestCollectVirtualColumnOffsetsAndTypes/Basic_2 (0.0s) PASSED copr.TestResolveIndicesForHandle (0.0s) PASSED copr.TestResolveIndicesForHandle/Basic_1 (0.0s) PASSED copr.TestResolveIndicesForHandle/Basic_2 (0.0s) PASSED copr.TestResolveIndicesForHandle/Basic_3 (0.0s) PASSED copr.TestNewCopContextSingleIndex (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/copr/copr_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/copr/copr_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/copr/copr_test/shard_1_of_3/coverage.dat //pkg/ddl/tests/fastcreatetable:fastcreatetable_test PASSED in 3.4s Stats over 3 runs: max = 3.4s, min = 3.2s, avg = 3.3s, dev = 0.1s PASSED fastcreatetable_test.TestMergedJob (1.5s) PASSED fastcreatetable_test.TestDDL (1.4s) PASSED fastcreatetable_test.TestSwitchFastCreateTable (1.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fastcreatetable/fastcreatetable_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fastcreatetable/fastcreatetable_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fastcreatetable/fastcreatetable_test/shard_1_of_3/coverage.dat //pkg/executor/aggregate:aggregate_test PASSED in 13.1s Stats over 3 runs: max = 13.1s, min = 10.8s, avg = 12.0s, dev = 0.9s PASSED aggregate_test.TestRandomFail (10.4s) PASSED aggregate_test.TestGetCorrectResult (9.3s) PASSED aggregate_test.TestFallBackAction (11.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggregate/aggregate_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggregate/aggregate_test/shard_1_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggregate/aggregate_test/shard_2_of_3/coverage.dat //pkg/executor/test/oomtest:oomtest_test PASSED in 27.0s Stats over 3 runs: max = 27.0s, min = 26.0s, avg = 26.6s, dev = 0.5s PASSED oomtest_test.TestMemTracker4DeleteExec (20.3s) PASSED oomtest_test.TestMemTracker4InsertAndReplaceExec (20.4s) PASSED oomtest_test.TestMemTracker4UpdateExec (19.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/oomtest/oomtest_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/oomtest/oomtest_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/oomtest/oomtest_test/shard_1_of_3/coverage.dat //pkg/executor/test/splittest:splittest_test PASSED in 42.5s Stats over 3 runs: max = 42.5s, min = 7.9s, avg = 28.9s, dev = 15.1s PASSED splittest_test.TestBenchDaily (0.0s) PASSED splittest_test.TestShowTableRegion (34.5s) PASSED splittest_test.TestClusterIndexShowTableRegion (28.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/splittest/splittest_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/splittest/splittest_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/splittest/splittest_test/shard_1_of_3/coverage.dat //pkg/lightning/verification:verification_test PASSED in 1.3s Stats over 3 runs: max = 1.3s, min = 1.1s, avg = 1.2s, dev = 0.1s PASSED verification_test.TestGroupChecksum (0.0s) PASSED verification_test.TestChecksumJSON (0.0s) PASSED verification_test.TestChecksum (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/verification/verification_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/verification/verification_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/verification/verification_test/shard_1_of_3/coverage.dat //pkg/planner/cascades/task:task_test PASSED in 1.3s Stats over 3 runs: max = 1.3s, min = 1.3s, avg = 1.3s, dev = 0.0s PASSED task.TestTaskFunctionality (0.0s) PASSED task.TestTaskStack (0.0s) PASSED task.TestSimpleTaskScheduler (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/task/task_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/task/task_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/task/task_test/shard_1_of_3/coverage.dat //pkg/planner/core/casetest/tpch:tpch_test PASSED in 4.2s Stats over 3 runs: max = 4.2s, min = 3.0s, avg = 3.6s, dev = 0.5s PASSED tpch_test.TestQ18 (1.0s) PASSED tpch_test.TestQ3 (1.0s) PASSED tpch_test.TestQ13 (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/tpch/tpch_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/tpch/tpch_test/shard_1_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/tpch/tpch_test/shard_2_of_3/coverage.dat //pkg/planner/util:util_test PASSED in 1.5s Stats over 3 runs: max = 1.5s, min = 1.3s, avg = 1.4s, dev = 0.1s PASSED util.TestSliceRecursiveFlattenIter (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#0 (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#1 (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#2 (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#3 (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#4 (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#5 (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#6 (0.0s) PASSED util.TestOnlyPointRange (0.0s) PASSED util.TestCompareCol2Len (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/util/util_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/util/util_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/util/util_test/shard_1_of_3/coverage.dat //pkg/server/internal/dump:dump_test PASSED in 0.9s Stats over 3 runs: max = 0.9s, min = 0.7s, avg = 0.8s, dev = 0.1s PASSED dump.TestDumpUint (0.0s) PASSED dump.TestDumpLengthEncodedInt (0.0s) PASSED dump.TestDumpBinaryTime (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/dump/dump_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/dump/dump_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/dump/dump_test/shard_1_of_3/coverage.dat //pkg/session/clusteredindextest:clusteredindextest_test PASSED in 31.8s Stats over 3 runs: max = 31.8s, min = 27.1s, avg = 29.9s, dev = 2.1s PASSED clusteredindextest_test.TestPartitionTable (24.4s) PASSED clusteredindextest_test.TestClusteredWithOldRowFormat (23.4s) PASSED clusteredindextest_test.TestClusteredInsertIgnoreBatchGetKeyCount (19.7s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/clusteredindextest/clusteredindextest_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/clusteredindextest/clusteredindextest_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/clusteredindextest/clusteredindextest_test/shard_1_of_3/coverage.dat //pkg/session/temporarytabletest:temporarytabletest_test PASSED in 35.8s Stats over 3 runs: max = 35.8s, min = 31.2s, avg = 33.3s, dev = 1.9s PASSED temporarytabletest_test.TestSchemaCheckerTempTable (25.1s) PASSED temporarytabletest_test.TestLocalTemporaryTableDelete (23.2s) PASSED temporarytabletest_test.TestLocalTemporaryTableUpdate (28.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/temporarytabletest/temporarytabletest_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/temporarytabletest/temporarytabletest_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/temporarytabletest/temporarytabletest_test/shard_1_of_3/coverage.dat //pkg/util/topsql/collector:collector_test PASSED in 4.2s Stats over 3 runs: max = 4.2s, min = 1.0s, avg = 2.8s, dev = 1.3s PASSED collector.TestSQLStatsTune (0.0s) PASSED collector.TestProcessProfCPUProfile (3.1s) PASSED collector.TestPProfCPUProfile (2.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/collector/collector_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/collector/collector_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/collector/collector_test/shard_1_of_3/coverage.dat //pkg/workloadlearning:workloadlearning_test PASSED in 3.5s Stats over 3 runs: max = 3.5s, min = 3.1s, avg = 3.3s, dev = 0.2s PASSED workloadlearning_test.TestSaveReadTableCostMetrics (1.4s) PASSED workloadlearning_test.TestGetTableReadCacheMetricsWithNoData (1.4s) PASSED workloadlearning_test.TestUpdateTableCostCache (1.5s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/workloadlearning/workloadlearning_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/workloadlearning/workloadlearning_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/workloadlearning/workloadlearning_test/shard_1_of_3/coverage.dat //br/pkg/pdutil:pdutil_test PASSED in 4.2s Stats over 4 runs: max = 4.2s, min = 1.1s, avg = 1.9s, dev = 1.3s PASSED pdutil.TestPauseSchedulersByKeyRange (3.0s) PASSED pdutil.TestPDResetTSCompatibility (0.0s) PASSED pdutil.TestPDVersion (0.0s) PASSED pdutil.TestScheduler (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/pdutil/pdutil_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/pdutil/pdutil_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/pdutil/pdutil_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/pdutil/pdutil_test/shard_1_of_4/coverage.dat //br/pkg/streamhelper/spans:spans_test PASSED in 0.9s Stats over 4 runs: max = 0.9s, min = 0.8s, avg = 0.9s, dev = 0.0s PASSED spans_test.TestSortedBasic (0.0s) PASSED spans_test.TestSortedBasic/#1 (0.0s) PASSED spans_test.TestSortedBasic/#2 (0.0s) PASSED spans_test.TestSortedBasic/#3 (0.0s) PASSED spans_test.TestSortedBasic/#4 (0.0s) PASSED spans_test.TestValuedEquals (0.0s) PASSED spans_test.TestValuedEquals/#1 (0.0s) PASSED spans_test.TestValuedEquals/#2 (0.0s) PASSED spans_test.TestValuedEquals/#3 (0.0s) PASSED spans_test.TestValuedEquals/#4 (0.0s) PASSED spans_test.TestValuedEquals/#5 (0.0s) PASSED spans_test.TestValuedEquals/#6 (0.0s) PASSED spans_test.TestValuedEquals/#7 (0.0s) PASSED spans_test.TestValuedEquals/#8 (0.0s) PASSED spans_test.TestValuedEquals/#9 (0.0s) PASSED spans_test.TestSubRange (0.0s) PASSED spans_test.TestSubRange/#1 (0.0s) PASSED spans_test.TestSubRange/#2 (0.0s) PASSED spans_test.TestSubRange/#3 (0.0s) PASSED spans_test.TestSubRange/#4 (0.0s) PASSED spans_test.TestBasic (0.0s) PASSED spans_test.TestBasic/#1 (0.0s) PASSED spans_test.TestBasic/#2 (0.0s) PASSED spans_test.TestBasic/#3 (0.0s) PASSED spans_test.TestBasic/#4 (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/spans/spans_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/spans/spans_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/spans/spans_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/spans/spans_test/shard_1_of_4/coverage.dat //br/pkg/task/show:show_test PASSED in 3.0s Stats over 4 runs: max = 3.0s, min = 1.8s, avg = 2.2s, dev = 0.5s PASSED show_test.TestShowViaSQL (1.1s) PASSED show_test.TestV2Encrypted (0.0s) PASSED show_test.TestV2AndSmallTables (0.0s) PASSED show_test.TestFull (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/show/show_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/show/show_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/show/show_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/show/show_test/shard_1_of_4/coverage.dat //pkg/domain/infosync:infosync_test PASSED in 1.4s Stats over 4 runs: max = 1.4s, min = 1.1s, avg = 1.3s, dev = 0.1s PASSED infosync.TestInfoSyncerMarshal (0.0s) PASSED infosync.TestTiFlashManager (0.0s) PASSED infosync.TestPutBundlesRetry (0.0s) PASSED infosync.TestPutBundlesRetry/nonServiceErrorRetryAndFail (0.0s) PASSED infosync.TestPutBundlesRetry/nonServiceErrorShouldRetry (0.0s) PASSED infosync.TestPutBundlesRetry/serviceErrorShouldNotRetry (0.0s) PASSED infosync.TestTopology (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/infosync/infosync_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/infosync/infosync_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/infosync/infosync_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/infosync/infosync_test/shard_1_of_4/coverage.dat //pkg/executor/internal/vecgroupchecker:vecgroupchecker_test PASSED in 1.1s Stats over 4 runs: max = 1.1s, min = 1.0s, avg = 1.1s, dev = 0.0s PASSED vecgroupchecker.TestIssue53867 (0.0s) PASSED vecgroupchecker.TestVecGroupChecker (0.0s) PASSED vecgroupchecker.TestVecGroupChecker4GroupCount (0.0s) PASSED vecgroupchecker.TestVecGroupCheckerDATARACE (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/vecgroupchecker/vecgroupchecker_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/vecgroupchecker/vecgroupchecker_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/vecgroupchecker/vecgroupchecker_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/vecgroupchecker/vecgroupchecker_test/shard_1_of_4/coverage.dat //pkg/expression/exprctx:exprctx_test PASSED in 1.1s Stats over 4 runs: max = 1.1s, min = 1.0s, avg = 1.0s, dev = 0.0s PASSED exprctx.TestOptionalPropKey (0.0s) PASSED exprctx.TestOptionalPropKeySetWithUnusedBits (0.0s) PASSED exprctx.TestOptionalPropKeySet (0.0s) PASSED exprctx.TestCtxWithHandleTruncateErrLevel (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprctx/exprctx_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprctx/exprctx_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprctx/exprctx_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprctx/exprctx_test/shard_1_of_4/coverage.dat //pkg/expression/test/multivaluedindex:multivaluedindex_test PASSED in 3.8s Stats over 4 runs: max = 3.8s, min = 2.9s, avg = 3.4s, dev = 0.4s PASSED multivaluedindex_test.TestWriteMultiValuedIndexComposite (1.1s) PASSED multivaluedindex_test.TestWriteMultiValuedIndexUnique (1.2s) PASSED multivaluedindex_test.TestWriteMultiValuedIndex (1.2s) PASSED multivaluedindex_test.TestWriteMultiValuedIndexPartitionTable (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/test/multivaluedindex/multivaluedindex_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/test/multivaluedindex/multivaluedindex_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/test/multivaluedindex/multivaluedindex_test/shard_1_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/test/multivaluedindex/multivaluedindex_test/shard_2_of_4/coverage.dat //pkg/infoschema/perfschema:perfschema_test PASSED in 3.9s Stats over 4 runs: max = 3.9s, min = 2.5s, avg = 3.2s, dev = 0.5s PASSED perfschema.TestPredefinedTables (0.0s) PASSED perfschema.TestSessionConnectAttrs (0.9s) PASSED perfschema.TestPerfSchemaTables (0.9s) PASSED perfschema.TestTiKVProfileCPU (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/perfschema/perfschema_test/shard_1_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/perfschema/perfschema_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/perfschema/perfschema_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/perfschema/perfschema_test/shard_3_of_4/coverage.dat //pkg/lightning/duplicate:duplicate_test PASSED in 1.2s Stats over 4 runs: max = 1.2s, min = 0.8s, avg = 0.9s, dev = 0.2s PASSED duplicate.TestGenSplitKey (0.0s) PASSED duplicate.TestDetector (0.5s) PASSED duplicate.TestDetectorFail (0.0s) PASSED duplicate.TestInternalKey (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/duplicate/duplicate_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/duplicate/duplicate_test/shard_1_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/duplicate/duplicate_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/duplicate/duplicate_test/shard_3_of_4/coverage.dat //pkg/metrics:metrics_test PASSED in 1.1s Stats over 4 runs: max = 1.1s, min = 1.0s, avg = 1.0s, dev = 0.1s PASSED metrics.TestExecuteErrorToLabel (0.0s) PASSED metrics.TestRegisterMetrics (0.0s) PASSED metrics.TestMetrics (0.0s) PASSED metrics.TestRetLabel (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/metrics/metrics_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/metrics/metrics_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/metrics/metrics_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/metrics/metrics_test/shard_1_of_4/coverage.dat //pkg/planner/core/tests/extractor:extractor_test PASSED in 92.1s Stats over 4 runs: max = 92.1s, min = 8.1s, avg = 46.3s, dev = 33.2s PASSED extractor_test.TestMemtableInfoschemaExtractorPart1 (20.5s) PASSED extractor_test.TestMemtableInfoschemaExtractorPart3 (6.2s) PASSED extractor_test.TestMemtableInfoschemaExtractorPart4 (60.1s) PASSED extractor_test.TestMemtableInfoschemaExtractorPart2 (89.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/extractor/extractor_test/shard_1_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/extractor/extractor_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/extractor/extractor_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/extractor/extractor_test/shard_2_of_4/coverage.dat //pkg/planner/core/tests/redact:redact_test PASSED in 3.5s Stats over 4 runs: max = 3.5s, min = 3.0s, avg = 3.3s, dev = 0.2s PASSED redact_test.TestRedactTiFlash (0.9s) PASSED redact_test.TestJoinNotSupportedByTiFlash (1.0s) PASSED redact_test.TestRedactForRangeInfo (1.0s) PASSED redact_test.TestRedactExplain (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/redact/redact_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/redact/redact_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/redact/redact_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/redact/redact_test/shard_1_of_4/coverage.dat //pkg/session/nontransactionaltest:nontransactionaltest_test PASSED in 21.9s Stats over 4 runs: max = 21.9s, min = 4.1s, avg = 8.9s, dev = 7.5s PASSED nontransactionaltest_test.TestNonTransactionalDMLWorkWithForeignKey (1.4s) PASSED nontransactionaltest_test.TestNonTransactionalWithCheckConstraint (1.0s) PASSED nontransactionaltest_test.TestNonTransactionalDMLErrorMessage (1.4s) PASSED nontransactionaltest_test.TestNonTransactionalDMLSharding (18.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/nontransactionaltest/nontransactionaltest_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/nontransactionaltest/nontransactionaltest_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/nontransactionaltest/nontransactionaltest_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/nontransactionaltest/nontransactionaltest_test/shard_1_of_4/coverage.dat //pkg/session/test/meta:meta_test PASSED in 4.8s Stats over 4 runs: max = 4.8s, min = 3.5s, avg = 4.0s, dev = 0.5s PASSED meta_test.TestInformationSchemaCreateTime (2.3s) PASSED meta_test.TestRecordTTLRows (1.1s) PASSED meta_test.TestMetaTableRegion (1.1s) PASSED meta_test.TestInitMetaTable (1.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/meta/meta_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/meta/meta_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/meta/meta_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/meta/meta_test/shard_1_of_4/coverage.dat //pkg/statistics/asyncload:asyncload_test PASSED in 5.2s Stats over 4 runs: max = 5.2s, min = 4.7s, avg = 5.0s, dev = 0.2s PASSED asyncload_test.TestLoadStatisticsAfterIndexDrop (3.3s) PASSED asyncload_test.TestLoadIndexStatisticsAfterTableDrop (3.4s) PASSED asyncload_test.TestLoadStatisticsAfterColumnDrop (3.2s) PASSED asyncload_test.TestLoadColumnStatisticsAfterTableDrop (3.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/asyncload/asyncload_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/asyncload/asyncload_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/asyncload/asyncload_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/asyncload/asyncload_test/shard_1_of_4/coverage.dat //pkg/statistics/handle:handle_test PASSED in 5.1s Stats over 4 runs: max = 5.1s, min = 4.9s, avg = 5.0s, dev = 0.1s /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handle_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handle_test/shard_1_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handle_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handle_test/shard_2_of_4/coverage.dat //pkg/statistics/handle/handletest/initstats:initstats_test PASSED in 4.5s Stats over 4 runs: max = 4.5s, min = 3.3s, avg = 4.1s, dev = 0.5s PASSED initstats_test.TestDropTableBeforeNonLiteInitStats (0.9s) PASSED initstats_test.TestDropTableBeforeConcurrentlyInitStats (1.0s) PASSED initstats_test.TestConcurrentlyInitStatsWithoutMemoryLimit (1.5s) PASSED initstats_test.TestConcurrentlyInitStatsWithMemoryLimit (1.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/initstats/initstats_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/initstats/initstats_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/initstats/initstats_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/initstats/initstats_test/shard_1_of_4/coverage.dat //pkg/statistics/handle/usage/indexusage:indexusage_test PASSED in 7.9s Stats over 4 runs: max = 7.9s, min = 0.9s, avg = 2.8s, dev = 3.0s PASSED indexusage.TestStmtIndexUsageCollector (0.0s) PASSED indexusage.TestUpdateIndex (0.0s) PASSED indexusage.TestGetBucket (0.0s) PASSED indexusage.TestFlushConcurrentIndexCollector (7.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/indexusage/indexusage_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/indexusage/indexusage_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/indexusage/indexusage_test/shard_1_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/indexusage/indexusage_test/shard_3_of_4/coverage.dat //pkg/store/mockstore/unistore/cophandler:cophandler_test PASSED in 1.4s Stats over 4 runs: max = 1.4s, min = 1.1s, avg = 1.2s, dev = 0.1s PASSED cophandler.TestMppExecutor (0.0s) PASSED cophandler.TestIsPrefixNext (0.0s) PASSED cophandler.TestPointGet (0.0s) PASSED cophandler.TestClosureExecutor (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/cophandler/cophandler_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/cophandler/cophandler_test/shard_1_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/cophandler/cophandler_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/cophandler/cophandler_test/shard_3_of_4/coverage.dat //pkg/structure:structure_test PASSED in 3.1s Stats over 4 runs: max = 3.1s, min = 1.6s, avg = 2.6s, dev = 0.6s PASSED structure.TestError (0.0s) PASSED structure.TestHash (1.2s) PASSED structure.TestList (1.2s) PASSED structure.TestString (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/structure/structure_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/structure/structure_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/structure/structure_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/structure/structure_test/shard_1_of_4/coverage.dat //pkg/ddl/schemaver:schemaver_test PASSED in 2.4s Stats over 5 runs: max = 2.4s, min = 1.2s, avg = 1.6s, dev = 0.5s PASSED schemaver.TestNodeVersions (0.0s) PASSED schemaver.TestPutKVToEtcdMono (0.1s) PASSED schemaver.TestDecodeJobVersionEvent (0.0s) PASSED schemaver.TestSyncerSimple (0.3s) PASSED schemaver.TestSyncJobSchemaVerLoop (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schemaver/schemaver_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schemaver/schemaver_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schemaver/schemaver_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schemaver/schemaver_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schemaver/schemaver_test/shard_3_of_5/coverage.dat //pkg/executor/test/analyzetest/memorycontrol:memorycontrol_test PASSED in 37.5s Stats over 5 runs: max = 37.5s, min = 25.8s, avg = 29.1s, dev = 4.3s PASSED memorycontrol_test.TestMemQuotaAnalyze2 (19.3s) PASSED memorycontrol_test.TestMemQuotaAnalyze (20.9s) PASSED memorycontrol_test.TestGlobalMemoryControlForAnalyze (19.7s) PASSED memorycontrol_test.TestGlobalMemoryControlForAutoAnalyze (21.7s) PASSED memorycontrol_test.TestGlobalMemoryControlForPrepareAnalyze (30.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test/shard_2_of_5/coverage.dat //pkg/executor/test/autoidtest:autoidtest_test PASSED in 34.1s Stats over 5 runs: max = 34.1s, min = 26.5s, avg = 28.7s, dev = 2.8s PASSED autoidtest_test.TestIssue52622 (20.5s) PASSED autoidtest_test.TestIssue39528 (20.0s) PASSED autoidtest_test.TestFilterDifferentAllocators (22.1s) PASSED autoidtest_test.TestMockAutoIDServiceError (20.1s) PASSED autoidtest_test.TestInsertWithAutoidSchema (27.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/autoidtest/autoidtest_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/autoidtest/autoidtest_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/autoidtest/autoidtest_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/autoidtest/autoidtest_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/autoidtest/autoidtest_test/shard_2_of_5/coverage.dat //pkg/expression/sessionexpr:sessionexpr_test PASSED in 1.0s Stats over 5 runs: max = 1.0s, min = 0.9s, avg = 1.0s, dev = 0.0s PASSED sessionexpr_test.TestSessionBuildContext (0.0s) PASSED sessionexpr_test.TestSessionEvalContextBasic (0.0s) PASSED sessionexpr_test.TestSessionEvalContextCurrentTime (0.0s) PASSED sessionexpr_test.TestSessionEvalContextPrivilegeCheck (0.0s) PASSED sessionexpr_test.TestSessionEvalContextOptProps (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/sessionexpr/sessionexpr_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/sessionexpr/sessionexpr_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/sessionexpr/sessionexpr_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/sessionexpr/sessionexpr_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/sessionexpr/sessionexpr_test/shard_4_of_5/coverage.dat //pkg/planner/cascades/pattern:pattern_test PASSED in 1.9s Stats over 5 runs: max = 1.9s, min = 1.2s, avg = 1.5s, dev = 0.2s PASSED pattern.TestPatternSetChildren (0.0s) PASSED pattern.TestNewPattern (0.0s) PASSED pattern.TestOperandMatch (0.0s) PASSED pattern.TestGetOperand (0.0s) PASSED pattern.TestEngineTypeSet (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/pattern/pattern_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/pattern/pattern_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/pattern/pattern_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/pattern/pattern_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/pattern/pattern_test/shard_1_of_5/coverage.dat //pkg/planner/core/casetest/windows:windows_test PASSED in 4.6s Stats over 5 runs: max = 4.6s, min = 2.6s, avg = 3.9s, dev = 0.7s PASSED windows_test.TestIssue34765 (1.1s) PASSED windows_test.TestWindowPlanWithOtherOperators (1.0s) PASSED windows_test.TestWindowPushDownPlans (1.0s) PASSED windows_test.TestWindowFunctionDescCanPushDown (1.0s) PASSED windows_test.TestWindowWithCorrelatedSubQuery (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/windows/windows_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/windows/windows_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/windows/windows_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/windows/windows_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/windows/windows_test/shard_1_of_5/coverage.dat //pkg/resourcemanager/pool/workerpool:workerpool_test PASSED in 4.4s Stats over 5 runs: max = 4.4s, min = 4.0s, avg = 4.3s, dev = 0.1s PASSED workerpool.TestWorkerPoolCancelContext (0.0s) PASSED workerpool.TestWorkerPoolCustomChan (0.0s) PASSED workerpool.TestWorkerPoolNoneResult (0.0s) PASSED workerpool.TestWorkerPool (0.0s) PASSED workerpool.TestTunePoolSize (0.0s) PASSED workerpool.TestTunePoolSize/context_done_when_reduce_pool_size_and_wait (0.0s) PASSED workerpool.TestTunePoolSize/random_tune_pool_size (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/workerpool/workerpool_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/workerpool/workerpool_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/workerpool/workerpool_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/workerpool/workerpool_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/workerpool/workerpool_test/shard_2_of_5/coverage.dat //pkg/server/internal/column:column_test PASSED in 1.0s Stats over 5 runs: max = 1.0s, min = 0.8s, avg = 0.8s, dev = 0.1s PASSED column.TestResultEncoder (0.0s) PASSED column.TestDumpTextValue (0.0s) PASSED column.TestColumnNameLimit (0.0s) PASSED column.TestDumpColumnWithDefault (0.0s) PASSED column.TestDumpColumn (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/column/column_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/column/column_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/column/column_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/column/column_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/column/column_test/shard_1_of_5/coverage.dat //pkg/statistics/handle/handletest/analyze:analyze_test PASSED in 51.1s Stats over 5 runs: max = 51.1s, min = 26.0s, avg = 35.8s, dev = 10.1s PASSED analyze_test.TestFMSWithAnalyzePartition (19.6s) PASSED analyze_test.TestAnalyzeWithDynamicPartitionPruneMode (23.0s) PASSED analyze_test.TestAnalyzeVirtualCol (20.9s) PASSED analyze_test.TestAnalyzeGlobalStatsWithOpts2 (38.1s) PASSED analyze_test.TestAnalyzeGlobalStatsWithOpts1 (44.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/analyze/analyze_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/analyze/analyze_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/analyze/analyze_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/analyze/analyze_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/analyze/analyze_test/shard_2_of_5/coverage.dat //pkg/store/copr/copr_test:copr_test_test PASSED in 6.2s Stats over 5 runs: max = 6.2s, min = 4.3s, avg = 5.0s, dev = 0.7s PASSED copr_test_test.TestDMLWithLiteCopWorker (1.9s) PASSED copr_test_test.TestQueryWithConcurrentSmallCop (1.6s) PASSED copr_test_test.TestBuildCopIteratorWithRowCountHint (0.0s) PASSED copr_test_test.TestBuildCopIteratorWithRunawayChecker (0.0s) PASSED copr_test_test.TestBuildCopIteratorWithBatchStoreCopr (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/copr_test_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/copr_test_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/copr_test_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/copr_test_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/copr_test_test/shard_2_of_5/coverage.dat //pkg/store/driver/txn:txn_test PASSED in 1.2s Stats over 5 runs: max = 1.2s, min = 1.0s, avg = 1.1s, dev = 0.1s PASSED txn.TestUnionIterErrors (0.0s) PASSED txn.TestUnionIter (0.0s) PASSED txn.TestWriteConflictPrettyFormat (0.0s) PASSED txn.TestLockNotFoundPrint (0.0s) PASSED txn.TestBufferBatchGetter (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/txn/txn_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/txn/txn_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/txn/txn_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/txn/txn_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/txn/txn_test/shard_1_of_5/coverage.dat //pkg/store/mockstore/unistore:unistore_test PASSED in 1.3s Stats over 5 runs: max = 1.3s, min = 1.1s, avg = 1.2s, dev = 0.1s PASSED unistore.TestRawHandler (0.0s) PASSED unistore.TestMockPDServiceDiscovery (0.0s) PASSED unistore.TestWatch (0.0s) PASSED unistore.TestStore (0.0s) PASSED unistore.TestLoad (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/unistore_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/unistore_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/unistore_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/unistore_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/unistore_test/shard_1_of_5/coverage.dat //pkg/table/tblctx:tblctx_test PASSED in 1.2s Stats over 5 runs: max = 1.2s, min = 0.9s, avg = 1.1s, dev = 0.1s PASSED tblctx.TestEnsureCapacityAndReset (0.0s) PASSED tblctx.TestMutateBuffersGetter (0.0s) PASSED tblctx.TestCheckRowBuffer (0.0s) PASSED tblctx.TestEncodeBufferReserve (0.0s) PASSED tblctx.TestEncodeRow (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tblctx/tblctx_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tblctx/tblctx_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tblctx/tblctx_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tblctx/tblctx_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tblctx/tblctx_test/shard_1_of_5/coverage.dat //pkg/ttl/sqlbuilder:sqlbuilder_test PASSED in 2.8s Stats over 5 runs: max = 2.8s, min = 2.0s, avg = 2.4s, dev = 0.3s PASSED sqlbuilder_test.TestBuildDeleteSQL (0.0s) PASSED sqlbuilder_test.TestScanQueryGenerator (0.0s) PASSED sqlbuilder_test.TestSQLBuilder (0.0s) PASSED sqlbuilder_test.TestFormatSQLDatum (1.1s) PASSED sqlbuilder_test.TestEscape (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/sqlbuilder/sqlbuilder_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/sqlbuilder/sqlbuilder_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/sqlbuilder/sqlbuilder_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/sqlbuilder/sqlbuilder_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/sqlbuilder/sqlbuilder_test/shard_1_of_5/coverage.dat //pkg/util/gctuner:gctuner_test PASSED in 17.6s Stats over 5 runs: max = 17.6s, min = 4.1s, avg = 7.5s, dev = 5.1s PASSED gctuner.TestSetMemoryLimit (0.0s) PASSED gctuner.TestFinalizer (0.1s) PASSED gctuner.TestTuner (0.3s) PASSED gctuner.TestCalcGCPercent (0.0s) PASSED gctuner.TestMem (0.0s) PASSED gctuner.TestGlobalMemoryTuner (2.4s) PASSED gctuner.TestIssue48741 (13.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/gctuner/gctuner_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/gctuner/gctuner_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/gctuner/gctuner_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/gctuner/gctuner_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/gctuner/gctuner_test/shard_4_of_5/coverage.dat //pkg/util/topsql:topsql_test PASSED in 6.4s Stats over 5 runs: max = 6.4s, min = 1.1s, avg = 2.8s, dev = 2.0s PASSED topsql.TestPubSubWhenReporterIsStopped (0.0s) PASSED topsql.TestTopSQLPubSub (5.3s) PASSED topsql.TestMaxSQLAndPlanTest (0.0s) PASSED topsql.TestTopSQLReporter (2.5s) PASSED topsql.TestTopSQLCPUProfile (1.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/topsql_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/topsql_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/topsql_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/topsql_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/topsql_test/shard_1_of_5/coverage.dat //br/pkg/restore/data:data_test PASSED in 1.6s Stats over 6 runs: max = 1.6s, min = 1.4s, avg = 1.5s, dev = 0.1s PASSED data_test.TestSelectRegionLeader (0.0s) PASSED data_test.TestLeaderCandidates (0.0s) PASSED data_test.TestCheckConsistencyAndValidPeer (0.0s) PASSED data_test.TestSortRecoverRegions (0.0s) PASSED data_test.TestMakeRecoveryPlan (0.0s) PASSED data_test.TestGetTotalRegions (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/data/data_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/data/data_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/data/data_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/data/data_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/data/data_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/data/data_test/shard_1_of_6/coverage.dat //br/pkg/rtree:rtree_test PASSED in 18.0s Stats over 6 runs: max = 18.0s, min = 4.3s, avg = 6.7s, dev = 5.1s PASSED rtree_test.FuzzMerge (0.0s) PASSED rtree_test.FuzzMerge/seed#0 (0.0s) PASSED rtree_test.TestProgreeRangeTreeCallBack (0.0s) PASSED rtree_test.FuzzMerge (0.0s) PASSED rtree_test.FuzzMerge/seed#0 (0.0s) PASSED rtree_test.TestProgressRangeTree (0.0s) PASSED rtree_test.FuzzMerge (0.0s) PASSED rtree_test.FuzzMerge/seed#0 (0.0s) PASSED rtree_test.TestRangeTreeMerge (0.4s) PASSED rtree_test.FuzzMerge (0.0s) PASSED rtree_test.FuzzMerge/seed#0 (0.0s) PASSED rtree_test.TestLogRanges (0.0s) PASSED rtree_test.FuzzMerge (0.0s) PASSED rtree_test.FuzzMerge/seed#0 (0.0s) PASSED rtree_test.TestRangeIntersect (0.0s) PASSED rtree_test.FuzzMerge (0.0s) PASSED rtree_test.FuzzMerge/seed#0 (0.0s) PASSED rtree_test.TestRangeTree (6.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/rtree/rtree_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/rtree/rtree_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/rtree/rtree_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/rtree/rtree_test/shard_1_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/rtree/rtree_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/rtree/rtree_test/shard_2_of_6/coverage.dat //pkg/executor/internal/exec:exec_test PASSED in 5.4s Stats over 6 runs: max = 5.4s, min = 4.1s, avg = 4.8s, dev = 0.5s PASSED exec_test.TestIndexUsageReporterWithClusterIndex (3.9s) PASSED exec_test.TestDisableIndexUsageReporter (2.2s) PASSED exec_test.TestIndexUsageReporterWithGlobalIndex (1.9s) PASSED exec_test.TestIndexUsageReporterWithPartitionTable (2.4s) PASSED exec_test.TestIndexUsageReporterWithRealData (2.9s) PASSED exec_test.TestIndexUsageReporter (0.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/exec/exec_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/exec/exec_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/exec/exec_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/exec/exec_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/exec/exec_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/exec/exec_test/shard_1_of_6/coverage.dat //pkg/executor/sortexec:sortexec_test PASSED in 29.7s Stats over 6 runs: max = 29.7s, min = 9.9s, avg = 18.0s, dev = 6.5s PASSED sortexec.TestFallBackAction (0.0s) PASSED sortexec.TestParallelSortSpillDiskFailpoint (3.0s) PASSED sortexec.TestTopNSpillDisk (4.1s) PASSED sortexec.TestGenerateTopNResultsWhenSpillOnlyOnce (0.0s) PASSED sortexec.TestParallelSortSpillDisk (5.0s) PASSED sortexec.TestUnparallelSortSpillDisk (13.6s) PASSED sortexec.TestIssue16696 (1.9s) PASSED sortexec.TestIssue54206 (1.0s) PASSED sortexec.TestParallelSort (5.7s) PASSED sortexec.TestInterruptedDuringSpilling (26.4s) PASSED sortexec.TestIssue55344 (1.0s) PASSED sortexec.TestTopNFallBackAction (0.0s) PASSED sortexec.TestIssue59655 (0.4s) PASSED sortexec.TestSortInDisk (3.3s) PASSED sortexec.TestTopNSpillDiskFailpoint (11.5s) PASSED sortexec.TestFailpoint (13.3s) PASSED sortexec.TestInterruptedDuringSort (1.4s) PASSED sortexec.TestIssue54541 (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_1_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_5_of_6/coverage.dat //pkg/parser/types:types_test PASSED in 0.6s Stats over 6 runs: max = 0.6s, min = 0.5s, avg = 0.5s, dev = 0.0s PASSED types.TestCompactStr (0.0s) PASSED types.TestFieldTypeEqual (0.0s) PASSED types.TestEnumSetFlen (0.0s) PASSED types.TestHasCharsetFromStmt (0.0s) PASSED types.TestFieldType (0.0s) PASSED types.TestStrToType (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/types/types_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/types/types_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/types/types_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/types/types_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/types/types_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/types/types_test/shard_1_of_6/coverage.dat //pkg/planner/core/casetest/planstats:planstats_test PASSED in 4.4s Stats over 6 runs: max = 4.4s, min = 2.8s, avg = 3.7s, dev = 0.5s PASSED planstats_test.TestPartialStatsInExplain (1.2s) PASSED planstats_test.TestCollectDependingVirtualCols (1.0s) PASSED planstats_test.TestPlanStatsStatusRecord (1.0s) PASSED planstats_test.TestPlanStatsLoadTimeout (1.0s) PASSED planstats_test.TestPlanStatsLoadForCTE (1.1s) PASSED planstats_test.TestPlanStatsLoad (1.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_1_of_6/coverage.dat //pkg/planner/core/casetest/pushdown:pushdown_test PASSED in 3.8s Stats over 6 runs: max = 3.8s, min = 2.6s, avg = 3.3s, dev = 0.4s PASSED pushdown_test.TestJoinNotSupportedByTiFlash (1.0s) PASSED pushdown_test.TestSelPushDownTiFlash (0.9s) PASSED pushdown_test.TestPushDownProjectionForTiFlashCoprocessor (1.0s) PASSED pushdown_test.TestPushDownProjectionForTiFlash (1.0s) PASSED pushdown_test.TestPushDownToTiFlashWithKeepOrderInFastMode (1.0s) PASSED pushdown_test.TestPushDownToTiFlashWithKeepOrder (0.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/pushdown/pushdown_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/pushdown/pushdown_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/pushdown/pushdown_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/pushdown/pushdown_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/pushdown/pushdown_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/pushdown/pushdown_test/shard_1_of_6/coverage.dat //pkg/planner/core/tests/pointget:pointget_test PASSED in 3.8s Stats over 6 runs: max = 3.8s, min = 2.9s, avg = 3.3s, dev = 0.3s PASSED pointget_test.TestIssue56832 (0.9s) PASSED pointget_test.TestIssue52592 (1.0s) PASSED pointget_test.TestIssue18042 (1.0s) PASSED pointget_test.TestIssue20692 (1.0s) PASSED pointget_test.TestPointGetId (1.0s) PASSED pointget_test.TestPointGetPlanCache (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/pointget/pointget_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/pointget/pointget_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/pointget/pointget_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/pointget/pointget_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/pointget/pointget_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/pointget/pointget_test/shard_1_of_6/coverage.dat //pkg/resourcemanager/pool/spool:spool_test PASSED in 5.3s Stats over 6 runs: max = 5.3s, min = 4.2s, avg = 4.7s, dev = 0.5s PASSED spool.TestWithTaskManager (0.6s) PASSED spool.TestReleaseWhenRunningPool (0.0s) PASSED spool.TestRunWithNotEnough2 (0.0s) PASSED spool.TestPoolTuneScaleUpAndDown (1.0s) PASSED spool.TestRunOverload (0.0s) PASSED spool.TestRunWithNotEnough (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/spool/spool_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/spool/spool_test/shard_1_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/spool/spool_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/spool/spool_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/spool/spool_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/spool/spool_test/shard_4_of_6/coverage.dat //pkg/sessiontxn/staleread:staleread_test PASSED in 4.0s Stats over 6 runs: max = 4.0s, min = 2.8s, avg = 3.2s, dev = 0.4s PASSED staleread_test.TestStaleReadReplicaReadScope (0.9s) PASSED staleread_test.TestStaleReadTxnScope (1.0s) PASSED staleread_test.TestStaleReadProcessorInTxn (1.0s) PASSED staleread_test.TestStaleReadProcessorWithExecutePreparedStmt (0.9s) PASSED staleread_test.TestStaleReadProcessorWithSelectTable (1.1s) PASSED staleread_test.TestExternalTimestampReadonly (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/staleread/staleread_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/staleread/staleread_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/staleread/staleread_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/staleread/staleread_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/staleread/staleread_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/staleread/staleread_test/shard_1_of_6/coverage.dat //pkg/store/helper:helper_test PASSED in 1.5s Stats over 6 runs: max = 1.5s, min = 1.1s, avg = 1.3s, dev = 0.1s PASSED helper.TestTableRange (0.0s) PASSED helper.TestComputeTiFlashStatus (0.0s) PASSED helper.TestHotRegion (0.0s) PASSED helper.TestTiKVStoresStat (0.0s) PASSED helper.TestGetRegionsTableInfo (0.0s) PASSED helper.TestTiKVRegionsInfo (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/helper/helper_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/helper/helper_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/helper/helper_test/shard_1_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/helper/helper_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/helper/helper_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/helper/helper_test/shard_3_of_6/coverage.dat //pkg/timer:timer_test PASSED in 53.9s Stats over 6 runs: max = 53.9s, min = 7.1s, avg = 23.9s, dev = 15.7s PASSED timer_test.TestTimerStoreWithTimeZone (47.0s) PASSED timer_test.TestTableStoreManualTrigger (21.1s) PASSED timer_test.TestEtcdNotifier (8.1s) PASSED timer_test.TestMemNotifier (3.0s) PASSED timer_test.TestMemTimerStore (0.0s) PASSED timer_test.TestTableTimerStore (23.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/timer_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/timer_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/timer_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/timer_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/timer_test/shard_1_of_6/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/timer_test/shard_2_of_6/coverage.dat //lightning/pkg/server:server_test PASSED in 2.3s Stats over 7 runs: max = 2.3s, min = 1.7s, avg = 1.9s, dev = 0.2s PASSED server.TestHTTPAPIOutsideServerMode (0.6s) PASSED server.TestGetDeleteTask (0.5s) PASSED server.TestRunServer (0.1s) PASSED server.TestCheckSchemaConflict (0.0s) PASSED server.TestCheckSystemRequirement (0.0s) PASSED server.TestRun (0.0s) PASSED server.TestInitEnv (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_1_of_7/coverage.dat //pkg/executor/staticrecordset:staticrecordset_test PASSED in 4.1s Stats over 7 runs: max = 4.1s, min = 2.7s, avg = 3.4s, dev = 0.4s PASSED staticrecordset_test.TestFinishStmtError (1.0s) PASSED staticrecordset_test.TestCursorWillBlockMinStartTS (1.3s) PASSED staticrecordset_test.TestCursorWillBeClosed (1.1s) PASSED staticrecordset_test.TestDetachError (1.0s) PASSED staticrecordset_test.TestStaticRecordSetExceedGCTime (0.9s) PASSED staticrecordset_test.TestStaticRecordSetWithTxn (1.0s) PASSED staticrecordset_test.TestStaticRecordSet (0.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/staticrecordset/staticrecordset_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/staticrecordset/staticrecordset_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/staticrecordset/staticrecordset_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/staticrecordset/staticrecordset_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/staticrecordset/staticrecordset_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/staticrecordset/staticrecordset_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/staticrecordset/staticrecordset_test/shard_1_of_7/coverage.dat //pkg/executor/test/aggregate:aggregate_test PASSED in 10.8s Stats over 7 runs: max = 10.8s, min = 3.1s, avg = 4.5s, dev = 2.6s PASSED aggregate_test.TestIssue50849 (1.0s) PASSED aggregate_test.TestParallelHashAgg (1.1s) PASSED aggregate_test.TestRandomPanicConsume (8.3s) PASSED aggregate_test.TestAggInDisk (1.4s) PASSED aggregate_test.TestIssue20658 (1.3s) PASSED aggregate_test.TestParallelStreamAggGroupConcat (1.0s) PASSED aggregate_test.TestHashAggRuntimeStat (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/aggregate/aggregate_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/aggregate/aggregate_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/aggregate/aggregate_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/aggregate/aggregate_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/aggregate/aggregate_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/aggregate/aggregate_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/aggregate/aggregate_test/shard_1_of_7/coverage.dat //pkg/lightning/tikv:tikv_test PASSED in 1.5s Stats over 7 runs: max = 1.5s, min = 1.3s, avg = 1.4s, dev = 0.1s PASSED tikv.TestCheckTiKVVersion (0.0s) PASSED tikv.TestIntegrationTest (0.0s) PASSED tikv.TestCheckPDVersion (0.0s) PASSED tikv.TestPebbleWriteSST (0.0s) PASSED tikv.TestFetchModeFromMetrics (0.0s) PASSED tikv.TestDebugReadSST (0.0s) PASSED tikv.TestForAllStores (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_1_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_4_of_7/coverage.dat //pkg/session/test/common:common_test PASSED in 4.5s Stats over 7 runs: max = 4.5s, min = 3.6s, avg = 4.1s, dev = 0.3s PASSED common_test.TestAffectedRows (1.2s) PASSED common_test.TestQueryString (1.0s) PASSED common_test.TestLastMessage (1.1s) PASSED common_test.TestTableInfoMeta (1.0s) PASSED common_test.TestMiscs (1.0s) PASSED common_test.TestIndexColumnLength (1.0s) PASSED common_test.TestPrepare (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_1_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_2_of_7/coverage.dat //pkg/ttl/session:session_test PASSED in 5.0s Stats over 7 runs: max = 5.0s, min = 3.0s, avg = 3.8s, dev = 0.7s PASSED session_test.TestSysVarTTLScanDeleteLimit (1.0s) PASSED session_test.TestSysVarTTLScanDeleteBatchSize (0.9s) PASSED session_test.TestSysVarTTLScanBatchSize (0.9s) PASSED session_test.TestSysVarTTLJobEnable (1.0s) PASSED session_test.TestSessionKill (0.9s) PASSED session_test.TestSessionResetTimeZone (1.0s) PASSED session_test.TestSessionRunInTxn (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_1_of_7/coverage.dat //br/pkg/conn:conn_test PASSED in 2.1s Stats over 8 runs: max = 2.1s, min = 1.4s, avg = 1.6s, dev = 0.2s PASSED conn.TestHandleTiKVAddress (0.0s) PASSED conn.TestIsLogBackupEnabled (0.0s) PASSED conn.TestGetMergeRegionSizeAndCount (0.0s) PASSED conn.TestGetConnOnCanceledContext (0.0s) PASSED conn.TestGetAllTiKVStores (0.0s) PASSED conn.TestCheckStoresAlive (0.0s) PASSED conn.TestGetAllTiKVStoresWithUnknown (0.1s) PASSED conn.TestGetAllTiKVStoresWithRetryCancel (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_1_of_8/coverage.dat //br/pkg/restore/internal/prealloc_db:prealloc_db_test PASSED in 3.4s Stats over 8 runs: max = 3.4s, min = 2.8s, avg = 3.0s, dev = 0.2s PASSED prealloc_db_test.TestCreateTableConsistent (1.4s) PASSED prealloc_db_test.TestDB_ExecDDL2 (1.3s) PASSED prealloc_db_test.TestDB_ExecDDL (1.2s) PASSED prealloc_db_test.TestDDLJobMap (1.4s) PASSED prealloc_db_test.TestCreateTablesInDb (1.2s) PASSED prealloc_db_test.TestUpdateMetaVersion (1.1s) PASSED prealloc_db_test.TestPolicyMode (1.5s) PASSED prealloc_db_test.TestRestoreAutoIncID (1.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/internal/prealloc_db/prealloc_db_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/internal/prealloc_db/prealloc_db_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/internal/prealloc_db/prealloc_db_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/internal/prealloc_db/prealloc_db_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/internal/prealloc_db/prealloc_db_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/internal/prealloc_db/prealloc_db_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/internal/prealloc_db/prealloc_db_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/internal/prealloc_db/prealloc_db_test/shard_1_of_8/coverage.dat //br/pkg/utils/iter:iter_test PASSED in 4.6s Stats over 8 runs: max = 4.6s, min = 4.0s, avg = 4.2s, dev = 0.2s PASSED iter_test.TestErrorDuringTransforming (0.0s) PASSED iter_test.TestFilter (0.0s) PASSED iter_test.TestParTrans (0.4s) PASSED iter_test.TestSome (0.0s) PASSED iter_test.TestEnumerate (0.0s) PASSED iter_test.TestFailure (0.0s) PASSED iter_test.TestCollect (0.0s) PASSED iter_test.TestTapping (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_6_of_8/coverage.dat //pkg/ddl/label:label_test PASSED in 1.1s Stats over 8 runs: max = 1.1s, min = 0.8s, avg = 0.9s, dev = 0.1s PASSED label.TestReset (0.0s) PASSED label.TestNewLabel (0.0s) PASSED label.TestNewLabel/normal (0.0s) PASSED label.TestNewLabel/normal_with_space (0.0s) PASSED label.TestRestoreLabel (0.0s) PASSED label.TestRestoreLabel/normal (0.0s) PASSED label.TestRestoreLabel/normal_with_spaces (0.0s) PASSED label.TestDefaultOrEmpty (0.0s) PASSED label.TestRestoreLabels (0.0s) PASSED label.TestRestoreLabels/normal1 (0.0s) PASSED label.TestRestoreLabels/normal2 (0.0s) PASSED label.TestRestoreLabels/normal3 (0.0s) PASSED label.TestRestoreLabels/normal4 (0.0s) PASSED label.TestNewLabels (0.0s) PASSED label.TestAddLabels (0.0s) PASSED label.TestAddLabels/conflict_attributes (0.0s) PASSED label.TestAddLabels/duplicated_attributes,_skip (0.0s) PASSED label.TestAddLabels/duplicated_attributes,_skip#01 (0.0s) PASSED label.TestAddLabels/normal (0.0s) PASSED label.TestApplyAttributesSpec (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_6_of_8/coverage.dat //pkg/executor/test/cte:cte_test PASSED in 15.1s Stats over 8 runs: max = 15.1s, min = 2.8s, avg = 5.0s, dev = 3.8s PASSED cte_test.TestCTETableInvalidTask (1.0s) PASSED cte_test.TestCTEIterationMemTracker (12.7s) PASSED cte_test.TestCTEShareCorColumn (1.7s) PASSED cte_test.TestCTEDelSpillFile (1.1s) PASSED cte_test.TestCTEIssue49096 (1.0s) PASSED cte_test.TestCTEPanic (1.1s) PASSED cte_test.TestSpillToDisk (1.2s) PASSED cte_test.TestCTEExecError (1.7s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/cte/cte_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/cte/cte_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/cte/cte_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/cte/cte_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/cte/cte_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/cte/cte_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/cte/cte_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/cte/cte_test/shard_3_of_8/coverage.dat //pkg/infoschema/test/cachetest:cachetest_test PASSED in 1.3s Stats over 8 runs: max = 1.3s, min = 1.2s, avg = 1.2s, dev = 0.0s PASSED cachetest_test.TestCacheEmptySchemaVersion (0.0s) PASSED cachetest_test.TestCacheWithSchemaTsZero (0.0s) PASSED cachetest_test.TestReSize (0.0s) PASSED cachetest_test.TestGetByTimestamp (0.0s) PASSED cachetest_test.TestNewCache (0.0s) PASSED cachetest_test.TestGetLatest (0.0s) PASSED cachetest_test.TestInsert (0.0s) PASSED cachetest_test.TestGetByVersion (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_3_of_8/coverage.dat //pkg/planner/cascades/rule:rule_test PASSED in 1.7s Stats over 8 runs: max = 1.7s, min = 1.2s, avg = 1.4s, dev = 0.1s PASSED rule.TestBinderMultiAny (0.0s) PASSED rule.TestBinderAny (0.0s) PASSED rule.TestBinderMultiNext (0.0s) PASSED rule.TestBinderSubTreeMatch (0.0s) PASSED rule.TestBinderOneNode (0.0s) PASSED rule.TestBinderTopNode (0.0s) PASSED rule.TestBinderFail (0.0s) PASSED rule.TestBinderSuccess (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_1_of_8/coverage.dat //pkg/planner/core/casetest/hint:hint_test PASSED in 18.4s Stats over 8 runs: max = 18.4s, min = 3.0s, avg = 5.7s, dev = 4.9s PASSED hint_test.TestQBHintHandlerDuplicateObjects (1.0s) PASSED hint_test.TestHints (1.0s) PASSED hint_test.TestOptimizeHintOnPartitionTable (16.0s) PASSED hint_test.TestIsolationReadTiFlashUseIndexHint (1.0s) PASSED hint_test.TestReadFromStorageHintAndIsolationRead (1.0s) PASSED hint_test.TestJoinHintCompatibility (1.8s) PASSED hint_test.TestAllViewHintType (1.4s) PASSED hint_test.TestReadFromStorageHint (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_1_of_8/coverage.dat //pkg/planner/core/casetest/index:index_test PASSED in 4.6s Stats over 8 runs: max = 4.6s, min = 2.8s, avg = 3.5s, dev = 0.6s PASSED index_test.TestAnalyzeVectorIndex (1.2s) PASSED index_test.TestVectorIndex (1.0s) PASSED index_test.TestOrderedIndexWithIsNull (1.0s) PASSED index_test.TestRangeIntersection (1.2s) PASSED index_test.TestRowFunctionMatchTheIndexRangeScan (0.9s) PASSED index_test.TestRangeDerivation (1.0s) PASSED index_test.TestInvisibleIndex (0.9s) PASSED index_test.TestNullConditionForPrefixIndex (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_1_of_8/coverage.dat //pkg/planner/core/casetest/vectorsearch:vectorsearch_test PASSED in 5.5s Stats over 8 runs: max = 5.5s, min = 2.4s, avg = 4.0s, dev = 1.0s PASSED vectorsearch_test.TestVectorSearchHeavyFunction (2.1s) PASSED vectorsearch_test.TestVectorSearchWithPKForceTiKV (2.1s) PASSED vectorsearch_test.TestVectorSearchWithPKAuto (2.0s) PASSED vectorsearch_test.TestANNIndexWithNonIntClusteredPk (1.0s) PASSED vectorsearch_test.TestANNInexWithSimpleCBO (1.0s) PASSED vectorsearch_test.TestANNIndexNormalizedPlan (1.1s) PASSED vectorsearch_test.TestTiFlashANNIndex (1.0s) PASSED vectorsearch_test.TestVectorIndexProtobufMatch (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_1_of_8/coverage.dat //pkg/resourcegroup/tests:tests_test PASSED in 35.8s Stats over 8 runs: max = 35.8s, min = 7.0s, avg = 27.7s, dev = 8.5s PASSED tests_test.TestResourceGroupBurstLimit (21.4s) PASSED tests_test.TestBindHints (20.1s) PASSED tests_test.TestNewResourceGroupFromOptions (0.0s) PASSED tests_test.TestAlreadyExistsDefaultResourceGroup (20.0s) PASSED tests_test.TestResourceGroupRunawayFlood (25.3s) PASSED tests_test.TestResourceGroupRunawayExceedTiDBSide (22.8s) PASSED tests_test.TestResourceGroupRunaway (28.8s) PASSED tests_test.TestResourceGroupBasic (28.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_1_of_8/coverage.dat //pkg/server/handler/optimizor:optimizor_test PASSED in 4.4s Stats over 8 runs: max = 4.4s, min = 2.8s, avg = 3.6s, dev = 0.4s PASSED optimizor_test.TestLoadNullStatsFile (1.0s) PASSED optimizor_test.TestStatsPriorityQueueAPI (1.0s) PASSED optimizor_test.TestDumpStatsAPI (2.5s) PASSED optimizor_test.TestDumpPlanReplayerAPIWithHistoryStats (1.4s) PASSED optimizor_test.TestIssue43192 (1.6s) PASSED optimizor_test.TestDumpOptimizeTraceAPI (1.1s) PASSED optimizor_test.TestPlanReplayerWithMultiForeignKey (1.4s) PASSED optimizor_test.TestDumpPlanReplayerAPI (1.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/optimizor/optimizor_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/optimizor/optimizor_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/optimizor/optimizor_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/optimizor/optimizor_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/optimizor/optimizor_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/optimizor/optimizor_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/optimizor/optimizor_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/optimizor/optimizor_test/shard_2_of_8/coverage.dat //pkg/server/tests/tls:tls_test PASSED in 4.3s Stats over 8 runs: max = 4.3s, min = 2.9s, avg = 3.7s, dev = 0.5s PASSED tls_test.TestTLSAuto (1.1s) PASSED tls_test.TestInvalidTLS (1.0s) PASSED tls_test.TestStatusAPIWithTLSCNCheck (1.2s) PASSED tls_test.TestStatusAPIWithTLS (1.0s) PASSED tls_test.TestTLSVerify (1.3s) PASSED tls_test.TestReloadTLS (1.1s) PASSED tls_test.TestTLSBasic (1.3s) PASSED tls_test.TestErrorNoRollback (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tls/tls_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tls/tls_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tls/tls_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tls/tls_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tls/tls_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tls/tls_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tls/tls_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tls/tls_test/shard_3_of_8/coverage.dat //pkg/session/test/vars:vars_test PASSED in 5.1s Stats over 8 runs: max = 5.1s, min = 3.8s, avg = 4.4s, dev = 0.5s PASSED vars_test.TestPrepareExecuteWithSQLHints (0.9s) PASSED vars_test.TestGlobalVarAccessor (1.1s) PASSED vars_test.TestTimeZone (0.9s) PASSED vars_test.TestSetInstanceSysvarBySetGlobalSysVar (1.0s) PASSED vars_test.TestUpgradeSysvars (1.0s) PASSED vars_test.TestTiKVSystemVars (1.0s) PASSED vars_test.TestRemovedSysVars (0.9s) PASSED vars_test.TestKVVars (0.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_1_of_8/coverage.dat //pkg/statistics/handle/syncload:syncload_test PASSED in 27.8s Stats over 8 runs: max = 27.8s, min = 26.1s, avg = 27.3s, dev = 0.6s PASSED syncload_test.TestSyncLoadOnObjectWhichCanNotFoundInStorage (21.1s) PASSED syncload_test.TestSendLoadRequestsWaitTooLong (19.7s) PASSED syncload_test.TestRetry (20.1s) PASSED syncload_test.TestConcurrentLoadHistWithPanicAndFail (21.0s) PASSED syncload_test.TestConcurrentLoadHistTimeout (20.7s) PASSED syncload_test.TestConcurrentLoadHist (21.3s) PASSED syncload_test.TestSyncLoadSkipAnalyzSkipColumnItems (20.8s) PASSED syncload_test.TestSyncLoadSkipUnAnalyzedItems (21.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_1_of_8/coverage.dat //pkg/store/driver:driver_test PASSED in 3.1s Stats over 8 runs: max = 3.1s, min = 1.4s, avg = 1.7s, dev = 0.5s PASSED driver.TestTxnScan (0.0s) PASSED driver.TestTxnBatchGet (0.0s) PASSED driver.TestTxnGet (0.0s) PASSED driver.TestFailBusyServerCop (1.4s) PASSED driver.TestSnapshotWitInterceptor (0.0s) PASSED driver.TestSnapshotWithoutInterceptor (0.0s) PASSED driver.TestSetDefaultAndOptions (0.0s) PASSED driver.TestInjectTracingClient (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_1_of_8/coverage.dat //pkg/timer/tablestore:tablestore_test PASSED in 4.8s Stats over 8 runs: max = 4.8s, min = 4.5s, avg = 4.7s, dev = 0.1s PASSED tablestore.TestBuildInsertTimerSQL (0.0s) PASSED tablestore.TestRunInTxn (0.0s) PASSED tablestore.TestBuildCondCriteria (0.0s) PASSED tablestore.TestBuildSelectTimerSQL (0.0s) PASSED tablestore.TestBuildUpdateCriteria (0.0s) PASSED tablestore.TestTakeSession (0.0s) PASSED tablestore.TestBuildDeleteTimerSQL (0.0s) PASSED tablestore.TestBuildUpdateTimerSQL (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_5_of_8/coverage.dat //pkg/executor/test/passwordtest:passwordtest_test PASSED in 4.6s Stats over 9 runs: max = 4.6s, min = 3.1s, avg = 3.7s, dev = 0.4s PASSED passwordtest_test.TestPasswordMySQLCompatibility (1.0s) PASSED passwordtest_test.TestPasswordExpiredAndTacking (1.1s) PASSED passwordtest_test.TestUserPassword (1.2s) PASSED passwordtest_test.TestFailedLoginTrackingCheckPrivilges (1.1s) PASSED passwordtest_test.TestFailedLoginTrackingAlterUser (1.6s) PASSED passwordtest_test.TestFailedLoginTracking (1.7s) PASSED passwordtest_test.TestFailedLoginTrackingBasic (1.1s) PASSED passwordtest_test.TestPasswordManagement (1.5s) PASSED passwordtest_test.TestValidatePassword (2.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/passwordtest/passwordtest_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/passwordtest/passwordtest_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/passwordtest/passwordtest_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/passwordtest/passwordtest_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/passwordtest/passwordtest_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/passwordtest/passwordtest_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/passwordtest/passwordtest_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/passwordtest/passwordtest_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/passwordtest/passwordtest_test/shard_1_of_9/coverage.dat //pkg/executor/test/writetest:writetest_test PASSED in 4.7s Stats over 9 runs: max = 4.7s, min = 3.3s, avg = 3.8s, dev = 0.4s PASSED writetest_test.TestPessimisticDeleteYourWrites (1.1s) PASSED writetest_test.TestDeferConstraintCheckForInsert (1.4s) PASSED writetest_test.TestRebaseIfNeeded (1.1s) PASSED writetest_test.TestReplaceLog (1.1s) PASSED writetest_test.TestLatch (1.1s) PASSED writetest_test.TestIssue34358 (1.1s) PASSED writetest_test.TestIssue18681 (1.0s) PASSED writetest_test.TestLoadDataMissingColumn (1.0s) PASSED writetest_test.TestInsertIgnore (1.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/writetest/writetest_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/writetest/writetest_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/writetest/writetest_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/writetest/writetest_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/writetest/writetest_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/writetest/writetest_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/writetest/writetest_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/writetest/writetest_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/writetest/writetest_test/shard_1_of_9/coverage.dat //pkg/lightning/errormanager:errormanager_test PASSED in 2.0s Stats over 9 runs: max = 2.0s, min = 1.0s, avg = 1.4s, dev = 0.3s PASSED errormanager.TestReplaceConflictOneUniqueKeyNonclusteredVarcharPk (0.0s) PASSED errormanager.TestReplaceConflictOneUniqueKeyNonclusteredPk (0.0s) PASSED errormanager.TestReplaceConflictOneKeyNonclusteredPk (0.0s) PASSED errormanager.TestReplaceConflictMultipleKeysNonclusteredPk (0.0s) PASSED errormanager.TestErrorMgrErrorOutput (0.0s) PASSED errormanager.TestErrorMgrHasError (0.0s) PASSED errormanager.TestReplaceConflictOneUniqueKey (0.0s) PASSED errormanager.TestReplaceConflictOneKey (0.0s) PASSED errormanager.TestInit (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_1_of_9/coverage.dat //pkg/planner/core/casetest/rule:rule_test PASSED in 4.4s Stats over 9 runs: max = 4.4s, min = 2.7s, avg = 3.8s, dev = 0.5s PASSED rule_test.TestConstantPropagateWithCollation (0.9s) PASSED rule_test.TestOuter2InnerIssue55886 (0.9s) PASSED rule_test.TestOuter2Inner (1.2s) PASSED rule_test.TestJoinOrderHint4DynamicPartitionTable (1.1s) PASSED rule_test.TestDual (1.0s) PASSED rule_test.TestJoinOrderHint4TiFlash (1.1s) PASSED rule_test.TestPushDerivedTopnFlash (0.9s) PASSED rule_test.TestWrapCastForAggFuncs (0.0s) PASSED rule_test.TestOptEnableHashJoin (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_1_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_4_of_9/coverage.dat //pkg/planner/core/issuetest:issuetest_test PASSED in 31.2s Stats over 9 runs: max = 31.2s, min = 25.3s, avg = 27.2s, dev = 1.9s PASSED issuetest_test.TestIssue59902 (22.8s) PASSED issuetest_test.TestIssue43461 (24.3s) PASSED issuetest_test.TestIssue58451 (20.4s) PASSED issuetest_test.Test53726 (20.1s) PASSED issuetest_test.TestIssue59643 (19.9s) PASSED issuetest_test.TestIssue54535 (21.1s) PASSED issuetest_test.TestIssue58476 (19.2s) PASSED issuetest_test.TestIssue53175 (19.2s) PASSED issuetest_test.TestIssues57583 (19.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_1_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_5_of_9/coverage.dat //pkg/server/tests/cursor:cursor_test PASSED in 7.3s Stats over 9 runs: max = 7.3s, min = 3.2s, avg = 4.4s, dev = 1.2s PASSED cursor_test.TestCursorExceedQuota (2.5s) PASSED cursor_test.TestLazyExecuteWithParam (1.5s) PASSED cursor_test.TestLazyExecuteSelection (1.6s) PASSED cursor_test.TestLazyExecuteProjection (1.6s) PASSED cursor_test.TestSerialLazyExecuteAndFetch (1.6s) PASSED cursor_test.TestConcurrentExecuteAndFetch (4.4s) PASSED cursor_test.TestCursorFetchExecuteCheck (1.0s) PASSED cursor_test.TestCursorFetchShouldSpill (1.1s) PASSED cursor_test.TestCursorFetchErrorInFetch (2.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_1_of_9/coverage.dat //br/pkg/backup/prepare_snap:prepare_snap_test PASSED in 3.1s Stats over 10 runs: max = 3.1s, min = 1.2s, avg = 1.5s, dev = 0.5s PASSED prepare_snap_test.TestManyMessagesWhenFinalizing (0.3s) PASSED prepare_snap_test.TestBasic (0.0s) PASSED prepare_snap_test.TestHooks (0.1s) PASSED prepare_snap_test.TestFailDueToErr (0.3s) PASSED prepare_snap_test.TestConnectionDelay (0.0s) PASSED prepare_snap_test.TestError (0.0s) PASSED prepare_snap_test.TestSplitEnv (0.0s) PASSED prepare_snap_test.TestLeaseTimeout (0.0s) PASSED prepare_snap_test.TestRetryEnv (0.1s) PASSED prepare_snap_test.TestLeaseTimeoutWhileTakingSnapshot (2.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_1_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_5_of_10/coverage.dat //br/pkg/metautil:metautil_test PASSED in 1.7s Stats over 10 runs: max = 1.7s, min = 1.4s, avg = 1.6s, dev = 0.1s PASSED metautil.TestStatsWriter (0.0s) PASSED metautil.TestMetaFileSize (0.0s) PASSED metautil.TestEncryptAndDecrypt (0.0s) PASSED metautil.TestWalkMetaFile (0.0s) PASSED metautil.TestWalkMetaFileInvalid (0.0s) PASSED metautil.TestDecodeMetaFile (0.0s) PASSED metautil.TestWalkMetaFileLeaf (0.0s) PASSED metautil.TestLoadBackupMeta (0.1s) PASSED metautil.TestWalkMetaFileEmpty (0.0s) PASSED metautil.TestLoadBackupMetaPartionTable (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_1_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_3_of_10/coverage.dat //br/pkg/version:version_test PASSED in 1.5s Stats over 10 runs: max = 1.5s, min = 1.1s, avg = 1.3s, dev = 0.1s PASSED version.TestEnsureSupportVersion (0.0s) PASSED version.TestFetchVersionWithCommitID (0.0s) PASSED version.TestFetchVersion (0.0s) PASSED version.TestDetectServerInfo (0.0s) PASSED version.TestNormalizeBackupVersion (0.0s) PASSED version.TestCheckClusterVersion (0.0s) PASSED version.TestCompareVersion (0.0s) PASSED version.TestCheckVersion (0.0s) PASSED version.TestNextMajorVersion (0.0s) PASSED version.TestExtractTiDBVersion (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_1_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_4_of_10/coverage.dat //pkg/executor/test/jointest:jointest_test PASSED in 44.4s Stats over 10 runs: max = 44.4s, min = 25.8s, avg = 31.1s, dev = 5.4s PASSED jointest_test.TestIssue11896 (21.5s) PASSED jointest_test.TestJoin2 (37.6s) PASSED jointest_test.TestIssue11895 (20.4s) PASSED jointest_test.TestJoinLeak (24.8s) PASSED jointest_test.TestIssue49033 (28.8s) PASSED jointest_test.TestNullEmptyAwareSemiJoin (27.4s) PASSED jointest_test.TestIssue37932 (22.0s) PASSED jointest_test.TestIssue18070 (20.9s) PASSED jointest_test.TestIssue20779 (20.3s) PASSED jointest_test.TestIssue30211 (19.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_1_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_6_of_10/coverage.dat //pkg/planner/core/casetest/dag:dag_test PASSED in 4.0s Stats over 10 runs: max = 4.0s, min = 2.3s, avg = 3.3s, dev = 0.4s PASSED dag_test.TestDAGPlanBuilderWindowParallel (1.0s) PASSED dag_test.TestDAGPlanBuilderWindow (1.0s) PASSED dag_test.TestDAGPlanBuilderAgg (0.9s) PASSED dag_test.TestDAGPlanBuilderUnionScan (0.9s) PASSED dag_test.TestDAGPlanBuilderUnion (0.9s) PASSED dag_test.TestDAGPlanBuilderSimpleCase (0.9s) PASSED dag_test.TestDAGPlanBuilderBasePhysicalPlan (0.9s) PASSED dag_test.TestDAGPlanBuilderJoin (0.9s) PASSED dag_test.TestDAGPlanTopN (0.9s) PASSED dag_test.TestDAGPlanBuilderSubquery (0.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_1_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_3_of_10/coverage.dat //pkg/session/schematest:schematest_test PASSED in 5.1s Stats over 10 runs: max = 5.1s, min = 3.7s, avg = 4.2s, dev = 0.4s PASSED schematest_test.TestValidationRecursion (1.0s) PASSED schematest_test.TestTxnSize (1.0s) PASSED schematest_test.TestIndexLookUpReaderChunk (1.0s) PASSED schematest_test.TestDeleteMultiTableExecChunk (1.0s) PASSED schematest_test.TestDeleteExecChunk (1.1s) PASSED schematest_test.TestUpdateExecChunk (1.1s) PASSED schematest_test.TestInsertExecChunk (1.0s) PASSED schematest_test.TestTableReaderChunk (1.0s) PASSED schematest_test.TestRetrySchemaChangeForEmptyChange (1.0s) PASSED schematest_test.TestPrepareStmtCommitWhenSchemaChanged (0.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/schematest/schematest_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/schematest/schematest_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/schematest/schematest_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/schematest/schematest_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/schematest/schematest_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/schematest/schematest_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/schematest/schematest_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/schematest/schematest_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/schematest/schematest_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/schematest/schematest_test/shard_1_of_10/coverage.dat //pkg/session/test/txn:txn_test PASSED in 44.8s Stats over 10 runs: max = 44.8s, min = 26.6s, avg = 29.3s, dev = 5.2s PASSED txn_test.TestMemBufferCleanupMemoryLeak (20.9s) PASSED txn_test.TestMemBufferSnapshotRead (19.4s) PASSED txn_test.TestAutocommit (20.0s) PASSED txn_test.TestCommitTSOrderCheck (19.8s) PASSED txn_test.TestTxnLazyInitialize (37.4s) PASSED txn_test.TestDisableTxnAutoRetry (19.6s) PASSED txn_test.TestInTrans (20.7s) PASSED txn_test.TestTxnRetryErrMsg (19.8s) PASSED txn_test.TestAutoCommitRespectsReadOnly (21.4s) PASSED txn_test.TestErrorRollback (19.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_1_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_6_of_10/coverage.dat //pkg/statistics/handle/autoanalyze/refresher:refresher_test PASSED in 5.1s Stats over 10 runs: max = 5.1s, min = 3.0s, avg = 3.9s, dev = 0.6s PASSED refresher_test.TestWorker (1.3s) PASSED refresher_test.TestWorker/GetRunningJobs (0.1s) PASSED refresher_test.TestWorker/NewWorker (0.0s) PASSED refresher_test.TestWorker/PanicInJob (0.0s) PASSED refresher_test.TestWorker/PanicInMultipleJobs (0.1s) PASSED refresher_test.TestWorker/SubmitJob (0.1s) PASSED refresher_test.TestWorker/UpdateConcurrency (0.0s) PASSED refresher_test.TestAnalyzeHighestPriorityTablesWithFailedAnalysis (1.2s) PASSED refresher_test.TestDoNotRetryTableNotExistJob (1.1s) PASSED refresher_test.TestAnalyzeHighestPriorityTablesConcurrently (1.5s) PASSED refresher_test.TestAnalyzeHighestPriorityTables (1.4s) PASSED refresher_test.TestIgnoreTinyTable (1.2s) PASSED refresher_test.TestIgnoreNilOrPseudoStatsOfNonPartitionedTable (1.0s) PASSED refresher_test.TestIgnoreNilOrPseudoStatsOfPartitionedTable (1.0s) PASSED refresher_test.TestChangePruneMode (1.4s) PASSED refresher_test.TestSkipAnalyzeTableWhenAutoAnalyzeRatioIsZero (1.5s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_1_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_2_of_10/coverage.dat //pkg/statistics/handle/cache/internal/lfu:lfu_test PASSED in 23.3s Stats over 10 runs: max = 23.3s, min = 5.0s, avg = 7.4s, dev = 5.4s PASSED lfu.TestMemoryControlWithUpdate (0.3s) PASSED lfu.TestMemoryControl (0.2s) PASSED lfu.TestLFUPutGetDel (0.0s) PASSED lfu.TestLFUReject (3.0s) PASSED lfu.TestLFUFreshMemUsage (0.0s) PASSED lfu.TestLFUPutTooBig (0.0s) PASSED lfu.TestCacheLen (0.0s) PASSED lfu.TestLFUCachePutGetWithManyConcurrency (0.1s) PASSED lfu.TestLFUCachePutGetWithManyConcurrency2 (0.4s) PASSED lfu.TestLFUCachePutGetWithManyConcurrencyAndSmallConcurrency (18.5s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_1_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_7_of_10/coverage.dat //pkg/statistics/handle/usage:usage_test PASSED in 5.4s Stats over 10 runs: max = 5.4s, min = 1.5s, avg = 2.9s, dev = 0.9s PASSED usage.TestInsertAndDelete (0.0s) PASSED usage.TestAnalyzeNoPredicateColumnsWithPrimaryKey (1.2s) PASSED usage.TestAnalyzeWithNoPredicateColumnsAndNoIndexes (1.1s) PASSED usage.TestAnalyzeNoPredicateColumnsWithIndexes (1.0s) PASSED usage.TestAnalyzeTableWhenV1StatsExists (1.3s) PASSED usage.TestAnalyzeTableWithTiDBPersistAnalyzeOptionsDisabled (1.4s) PASSED usage.TestAnalyzeTableWithTiDBPersistAnalyzeOptionsEnabled (1.2s) PASSED usage.TestAnalyzeTableWithPredicateColumns (1.1s) PASSED usage.TestCleanupPredicateColumns (1.1s) PASSED usage.TestGCIndexUsage (3.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_1_of_10/coverage.dat //pkg/table:table_test PASSED in 5.9s Stats over 10 runs: max = 5.9s, min = 5.5s, avg = 5.7s, dev = 0.2s PASSED table.TestOptions (0.0s) PASSED table.TestString (0.0s) PASSED table.TestHandleBadNull (0.0s) PASSED table.TestFind (0.0s) PASSED table.TestCheck (0.0s) PASSED table.TestErrorCode (0.0s) PASSED table.TestDesc (0.0s) PASSED table.TestGetZeroValue (0.0s) PASSED table.TestGetZeroValue/bigint(0)_UNSIGNED (0.0s) PASSED table.TestGetZeroValue/binary(2) (0.0s) PASSED table.TestGetZeroValue/bit(1) (0.0s) PASSED table.TestGetZeroValue/blob (0.0s) PASSED table.TestGetZeroValue/char(2)_CHARACTER_SET_utf8mb4 (0.0s) PASSED table.TestGetZeroValue/date (0.0s) PASSED table.TestGetZeroValue/datetime (0.0s) PASSED table.TestGetZeroValue/decimal(10,0) (0.0s) PASSED table.TestGetZeroValue/double (0.0s) PASSED table.TestGetZeroValue/enum('') (0.0s) PASSED table.TestGetZeroValue/float (0.0s) PASSED table.TestGetZeroValue/int(11) (0.0s) PASSED table.TestGetZeroValue/json (0.0s) PASSED table.TestGetZeroValue/set('') (0.0s) PASSED table.TestGetZeroValue/time (0.0s) PASSED table.TestGetZeroValue/timestamp (0.0s) PASSED table.TestGetZeroValue/varchar(5)_CHARACTER_SET_utf8mb4_COLLATE_utf8mb4_bin (0.0s) PASSED table.TestCastValue (0.0s) PASSED table.TestGetDefaultValue (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_1_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_8_of_10/coverage.dat //br/pkg/encryption/master_key:master_key_test PASSED in 1.0s Stats over 11 runs: max = 1.0s, min = 0.9s, avg = 1.0s, dev = 0.0s PASSED master_key.TestMultiMasterKeyBackendDecrypt (0.0s) PASSED master_key.TestMultiMasterKeyBackendDecrypt/all_backends_fail (0.0s) PASSED master_key.TestMultiMasterKeyBackendDecrypt/no_backends (0.0s) PASSED master_key.TestMultiMasterKeyBackendDecrypt/success_first_backend (0.0s) PASSED master_key.TestMultiMasterKeyBackendDecrypt/success_second_backend (0.0s) PASSED master_key.TestFileBackendAes256Gcm (0.0s) PASSED master_key.TestEncryptDecryptLargeData (0.0s) PASSED master_key.TestFileBackendAuthenticate (0.0s) PASSED master_key.TestDecryptWithMissingMetadata (0.0s) PASSED master_key.TestKmsBackendDecrypt (0.0s) PASSED master_key.TestDecryptWithTamperedCiphertext (0.0s) PASSED master_key.TestKmsBackendDecryptErrors (0.0s) PASSED master_key.TestKmsBackendDecryptErrors/KMS_vendor_mismatch (0.0s) PASSED master_key.TestKmsBackendDecryptErrors/missing_KMS_vendor (0.0s) PASSED master_key.TestKmsBackendDecryptErrors/missing_ciphertext_key (0.0s) PASSED master_key.TestDecryptWithWrongKey (0.0s) PASSED master_key.TestNewMemAesGcmBackend (0.0s) PASSED master_key.TestEncryptDecrypt (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_1_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_4_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_5_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_6_of_11/coverage.dat //br/pkg/logutil:logutil_test PASSED in 1.1s Stats over 11 runs: max = 1.1s, min = 0.8s, avg = 1.0s, dev = 0.1s PASSED logutil_test.TestContextual (0.0s) PASSED logutil_test.TestShortError (0.0s) PASSED logutil_test.TestRater (0.0s) PASSED logutil_test.TestSSTMeta (0.0s) PASSED logutil_test.TestFile (0.0s) PASSED logutil_test.TestFiles (0.0s) PASSED logutil_test.TestKey (0.0s) PASSED logutil_test.TestLeader (0.0s) PASSED logutil_test.TestRewriteRule (0.0s) PASSED logutil_test.TestKeys (0.0s) PASSED logutil_test.TestRegion (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_1_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_4_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_5_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_7_of_11/coverage.dat //pkg/executor/test/txn:txn_test PASSED in 20.4s Stats over 11 runs: max = 20.4s, min = 2.8s, avg = 5.2s, dev = 4.8s PASSED txn_test.TestInnodbLockWaitTimeout (3.4s) PASSED txn_test.TestSavepointWithForeignKey (1.5s) PASSED txn_test.TestColumnNotMatchError (1.3s) PASSED txn_test.TestSavepointWithCacheTable (1.2s) PASSED txn_test.TestInvalidReadTemporaryTable (1.3s) PASSED txn_test.TestInvalidReadCacheTable (1.3s) PASSED txn_test.TestTxnSavepoint0 (1.0s) PASSED txn_test.TestSavepointInBigTxn (18.2s) PASSED txn_test.TestTxnSavepoint1 (1.1s) PASSED txn_test.TestSavepointInPessimisticAndOptimistic (1.0s) PASSED txn_test.TestRollbackToSavepointReleasePessimisticLock (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_1_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_4_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_5_of_11/coverage.dat //pkg/meta/autoid:autoid_test PASSED in 4.3s Stats over 11 runs: max = 4.3s, min = 1.1s, avg = 1.5s, dev = 0.9s PASSED autoid_test.TestConcurrentAllocSequence (0.1s) PASSED autoid_test.TestSequenceAutoid (0.0s) PASSED autoid_test.TestInMemoryAlloc (0.0s) PASSED autoid_test.TestGetAutoIDServiceLeaderEtcdPath (0.0s) PASSED autoid_test.TestIssue40584 (3.0s) PASSED autoid_test.TestAllocComputationIssue (0.0s) PASSED autoid_test.TestSignedAutoid (0.0s) PASSED autoid_test.TestUnsignedAutoid (0.0s) PASSED autoid_test.TestNextStep (0.0s) PASSED autoid_test.TestConcurrentAlloc (0.1s) PASSED autoid_test.TestRollbackAlloc (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_1_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_5_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_4_of_11/coverage.dat //pkg/owner:owner_test PASSED in 6.8s Stats over 11 runs: max = 6.8s, min = 1.2s, avg = 2.2s, dev = 1.7s PASSED owner.TestListenersWrapper (0.0s) PASSED owner.TestAcquireDistributedLock (3.0s) PASSED owner.TestAcquireDistributedLock/acquire_distributed_lock_until_timeout (2.3s) PASSED owner.TestAcquireDistributedLock/acquire_distributed_lock_with_different_clients (0.3s) PASSED owner.TestAcquireDistributedLock/acquire_distributed_lock_with_same_client (0.3s) PASSED owner.TestImmediatelyCancel (0.1s) PASSED owner.TestForceToBeOwner (0.1s) PASSED owner.TestSingle (0.4s) PASSED owner.TestSingle/retry_on_lease_revoked_before_election (0.0s) PASSED owner.TestSingle/retry_on_session_closed_before_election (0.0s) PASSED owner.TestWatchOwnerAfterDeleteOwnerKey (0.2s) PASSED owner.TestSetAndGetOwnerOpValue (0.2s) PASSED owner.TestGetOwnerOpValueBeforeSet (0.0s) PASSED owner.TestWatchOwner (0.4s) PASSED owner.TestCluster (0.1s) PASSED owner.TestFailNewSession (5.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_4_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_5_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_1_of_11/coverage.dat //pkg/planner/funcdep:funcdep_test PASSED in 3.6s Stats over 11 runs: max = 3.6s, min = 1.6s, avg = 2.2s, dev = 0.6s PASSED funcdep.TestFindCommonEquivClasses (0.0s) PASSED funcdep.TestFDSet_AddEquivalence (0.0s) PASSED funcdep.TestFDSet_LaxImplies (0.0s) PASSED funcdep.TestFDSet_AddConstant (0.0s) PASSED funcdep.TestFDSet_InClosure (0.0s) PASSED funcdep.TestFDSet_ExtractFD (1.1s) PASSED funcdep.TestFDSet_ReduceCols (0.0s) PASSED funcdep.TestFDSet_ExtractFDForApplyAndUnion (1.1s) PASSED funcdep.TestFDSet_ClosureOf (0.0s) PASSED funcdep.TestAddStrictFunctionalDependency (0.0s) PASSED funcdep.TestFDSet_MakeOuterJoin (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_1_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_5_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_4_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_3_of_11/coverage.dat //pkg/server/tests:tests_test PASSED in 6.7s Stats over 11 runs: max = 6.7s, min = 2.8s, avg = 4.1s, dev = 1.1s PASSED tests_test.TestDefaultCharacterAndCollation (1.1s) PASSED tests_test.TestPrepareExecute (1.1s) PASSED tests_test.TestLoadDataListPartition (1.3s) PASSED tests_test.TestDBStmtCount (1.1s) PASSED tests_test.TestStmtCount (1.2s) PASSED tests_test.TestExplainFor (1.0s) PASSED tests_test.TestLoadDataAutoRandomWithSpecialTerm (1.2s) PASSED tests_test.TestLoadDataAutoRandom (2.1s) PASSED tests_test.TestConfigDefaultValue (1.1s) PASSED tests_test.TestLoadDataInTransaction (3.5s) PASSED tests_test.TestLoadData1 (2.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_5_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_4_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_1_of_11/coverage.dat //pkg/ddl/notifier:notifier_test PASSED in 5.9s Stats over 12 runs: max = 5.9s, min = 2.1s, avg = 3.9s, dev = 1.0s PASSED notifier.TestEventString (0.0s) PASSED notifier.TestLeftoverWhenUnmarshal (0.0s) PASSED notifier.TestCommitFailed (2.0s) PASSED notifier.TestPublishToTableStore (1.0s) PASSED notifier.TestBasicPubSub (1.2s) PASSED notifier.TestDeliverOrderAndCleanup (1.3s) PASSED notifier.TestPubSub (2.0s) PASSED notifier.TestHandlersSeePessimisticTxnError (2.0s) PASSED notifier.Test2OwnerForAShortTime (1.2s) PASSED notifier.TestPublishEventError (2.0s) PASSED notifier.TestBeginTwice (1.1s) PASSED notifier.TestPaginatedList (3.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_1_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_9_of_12/coverage.dat //pkg/executor/test/loaddatatest:loaddatatest_test PASSED in 28.2s Stats over 12 runs: max = 28.2s, min = 26.3s, avg = 26.9s, dev = 0.6s PASSED loaddatatest_test.TestFix56408 (20.0s) PASSED loaddatatest_test.TestLoadDataInitParam (20.4s) PASSED loaddatatest_test.TestLoadDataFromServerFile (20.3s) PASSED loaddatatest_test.TestLoadData (21.3s) PASSED loaddatatest_test.TestLoadDataIntoPartitionedTable (19.7s) PASSED loaddatatest_test.TestLoadDataEscape (19.9s) PASSED loaddatatest_test.TestLoadDataSpecifiedColumns (19.8s) PASSED loaddatatest_test.TestLoadDataWithUppercaseUserVars (19.7s) PASSED loaddatatest_test.TestLoadDataIgnoreLines (19.7s) PASSED loaddatatest_test.TestLoadDataNULL (21.4s) PASSED loaddatatest_test.TestLoadDataOverflowBigintUnsigned (20.6s) PASSED loaddatatest_test.TestLoadDataReplace (20.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_1_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_7_of_12/coverage.dat //pkg/executor/test/simpletest:simpletest_test PASSED in 46.0s Stats over 12 runs: max = 46.0s, min = 26.6s, avg = 30.7s, dev = 5.0s PASSED simpletest_test.TestKillStmt (20.0s) PASSED simpletest_test.TestDropStatsForMultipleTable (22.1s) PASSED simpletest_test.TestExtendedStatsPrivileges (21.8s) PASSED simpletest_test.TestDropStats (22.5s) PASSED simpletest_test.TestUserWithSetNames (21.0s) PASSED simpletest_test.TestDropPartitionStats (26.9s) PASSED simpletest_test.TestTransaction (20.9s) PASSED simpletest_test.TestFlushPrivilegesPanic (20.8s) PASSED simpletest_test.TestRole (24.9s) PASSED simpletest_test.TestSetPwd (23.4s) PASSED simpletest_test.TestMaxUserConnections (22.5s) PASSED simpletest_test.TestUser (38.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_1_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_6_of_12/coverage.dat //pkg/planner/cascades/memo:memo_test PASSED in 1.8s Stats over 12 runs: max = 1.8s, min = 1.3s, avg = 1.5s, dev = 0.1s PASSED memo.TestIteratorLogicalPlan (0.0s) PASSED memo.TestRecursiveMergeGroup (0.0s) PASSED memo.TestMergeGroup (0.0s) PASSED memo.TestInsertGE (0.0s) PASSED memo.TestMemo (0.0s) PASSED memo.TestGroupIDGenerator_NextGroupID (0.0s) PASSED memo.TestGroupParentGERefs (0.0s) PASSED memo.TestGroupExpressionHashEquals (0.0s) PASSED memo.TestGroupHashEquals (0.0s) PASSED memo.TestGroupExpressionDelete (0.0s) PASSED memo.TestGroupExpressionHashCollision (0.0s) PASSED memo.TestRawHashMap (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_1_of_12/coverage.dat //pkg/planner/core/casetest/enforcempp:enforcempp_test PASSED in 13.1s Stats over 12 runs: max = 13.1s, min = 2.8s, avg = 4.2s, dev = 2.8s PASSED enforcempp_test.TestRollupMPP (1.1s) PASSED enforcempp_test.TestMPPSharedCTEScan (1.0s) PASSED enforcempp_test.TestMPPNullAwareSemiJoinPushDown (1.0s) PASSED enforcempp_test.TestMPPMultiDistinct3Stage (11.0s) PASSED enforcempp_test.TestMPPSingleDistinct3Stage (0.9s) PASSED enforcempp_test.TestMPPSkewedGroupDistinctRewrite (0.9s) PASSED enforcempp_test.TestMPP2PhaseAggPushDown (1.0s) PASSED enforcempp_test.TestEnforceMPP (2.9s) PASSED enforcempp_test.TestEnforceMPPWarning4 (1.0s) PASSED enforcempp_test.TestEnforceMPPWarning1 (1.0s) PASSED enforcempp_test.TestEnforceMPPWarning3 (1.0s) PASSED enforcempp_test.TestEnforceMPPWarning2 (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_1_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_3_of_12/coverage.dat //pkg/plugin:plugin_test PASSED in 3.9s Stats over 12 runs: max = 3.9s, min = 1.6s, avg = 2.4s, dev = 0.6s PASSED plugin.TestExportManifest (0.0s) PASSED plugin.TestConstToString (0.0s) PASSED plugin.TestPluginWatcherLoop (0.0s) PASSED plugin.TestGeneralEventString (0.0s) PASSED plugin.TestPluginsClone (0.0s) PASSED plugin.TestPluginDeclare (0.0s) PASSED plugin.TestLoadFail (0.0s) PASSED plugin.TestDecode (0.0s) PASSED plugin.TestLoadPluginSkipError (0.0s) PASSED plugin.TestAuditLogNormal (1.8s) PASSED plugin.TestLoadPluginSuccess (0.0s) PASSED plugin.TestLoadStaticRegisteredPlugin (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_1_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_6_of_12/coverage.dat //pkg/session/bootstraptest:bootstraptest_test PASSED in 23.0s Stats over 12 runs: max = 23.0s, min = 4.0s, avg = 10.7s, dev = 4.5s PASSED bootstraptest_test.TestUpgradeWithCrossJoinDisabled (1.0s) PASSED bootstraptest_test.TestUpgradeWithPauseDDL (10.3s) PASSED bootstraptest_test.TestUpgradeVersionForResumeJob (6.4s) PASSED bootstraptest_test.TestUpgradeVersionForSystemPausedJob (6.6s) PASSED bootstraptest_test.TestUpgradeVersionForPausedJob (6.5s) PASSED bootstraptest_test.TestUpgradeVersionWithoutUpgradeHTTPOp (6.3s) PASSED bootstraptest_test.TestUpgradeVersionWithUpgradeHTTPOp (6.7s) PASSED bootstraptest_test.TestUpgradeVersionMockLatest (8.0s) PASSED bootstraptest_test.TestUpgradeVersion83AndVersion84 (1.0s) PASSED bootstraptest_test.TestUpgradeVersion75 (6.8s) PASSED bootstraptest_test.TestUpgradeVersion66 (6.6s) PASSED bootstraptest_test.TestUpgradeVersion74 (19.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_1_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_3_of_12/coverage.dat //pkg/session/test/variable:variable_test PASSED in 4.9s Stats over 12 runs: max = 4.9s, min = 2.9s, avg = 4.1s, dev = 0.5s PASSED variable_test.TestGeneralLogBinaryText (1.0s) PASSED variable_test.TestGeneralLogNonzeroTxnStartTS (0.9s) PASSED variable_test.TestMockZapCore (0.0s) PASSED variable_test.TestLastQueryInfo (0.9s) PASSED variable_test.TestIsolationRead (0.9s) PASSED variable_test.TestReplicaRead (1.0s) PASSED variable_test.TestMaxExecutionTime (1.0s) PASSED variable_test.TestSetEnableRateLimitAction (0.9s) PASSED variable_test.TestReadDMLBatchSize (0.9s) PASSED variable_test.TestCorrectScopeError (0.9s) PASSED variable_test.TestForbidSettingBothTSVariable (1.0s) PASSED variable_test.TestCoprocessorOOMAction (1.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_1_of_12/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_2_of_12/coverage.dat //br/pkg/checkpoint:checkpoint_test PASSED in 28.7s Stats over 13 runs: max = 28.7s, min = 6.9s, avg = 15.8s, dev = 10.0s PASSED checkpoint_test.TestCheckpointMetaForBackup (0.0s) PASSED checkpoint_test.TestCheckpointRunnerLock (3.0s) PASSED checkpoint_test.TestCheckpointMetaForRestoreOnStorage (0.0s) PASSED checkpoint_test.TestCheckpointLogRestoreRunnerOnTable (21.5s) PASSED checkpoint_test.TestCheckpointMetaForRestoreOnTable (21.7s) PASSED checkpoint_test.TestCheckpointLogRestoreRunnerOnStorage (0.0s) PASSED checkpoint_test.TestCheckpointBackupRunner (3.0s) PASSED checkpoint_test.TestCheckpointRestoreRunnerOnStorage (0.0s) PASSED checkpoint_test.TestCheckpointRunnerNoRetryOnTable (21.6s) PASSED checkpoint_test.TestCheckpointRunnerNoRetryOnStorage (1.0s) PASSED checkpoint_test.TestCheckpointRunnerRetryOnStorage (1.0s) PASSED checkpoint_test.TestCheckpointRestoreRunnerOnTable (21.7s) PASSED checkpoint_test.TestCheckpointRunnerRetryOnTable (21.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_1_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_8_of_13/coverage.dat //br/pkg/restore:restore_test PASSED in 59.5s Stats over 13 runs: max = 59.5s, min = 1.8s, avg = 6.5s, dev = 15.3s PASSED restore_test.TestWithSplitAccumulateAndReset (0.0s) PASSED restore_test.TestWithSplitWithoutTriggersSplit (0.0s) PASSED restore_test.TestMultiTablesRestorerRestoreWithContextCancel (0.0s) PASSED restore_test.TestMultiTablesRestorerRestoreWithImportError (0.0s) PASSED restore_test.TestMultiTablesRestorerRestoreSuccess (0.0s) PASSED restore_test.TestSimpleRestorerWithErrorInImport (0.0s) PASSED restore_test.TestSimpleRestorerImportAndProgress (0.0s) PASSED restore_test.TestGetTSWithRetry (57.4s) PASSED restore_test.TestGetTSWithRetry/PD_leader_failure: (57.1s) PASSED restore_test.TestGetTSWithRetry/PD_leader_is_healthy: (0.0s) PASSED restore_test.TestGetTSWithRetry/PD_leader_switch_successfully (0.3s) PASSED restore_test.TestAssertUserDBsEmpty (1.8s) PASSED restore_test.TestGetTableSchema (1.1s) PASSED restore_test.TestTransferBoolToValue (0.0s) PASSED restore_test.TestRestorePreWorkOnline (0.0s) PASSED restore_test.TestRestorePreWork (0.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_1_of_13/coverage.dat //pkg/ddl/tests/fail:fail_test PASSED in 36.1s Stats over 13 runs: max = 36.1s, min = 25.6s, avg = 28.7s, dev = 3.1s PASSED fail_test.TestPartitionAddPanic (19.2s) PASSED fail_test.TestModifyColumn (29.8s) PASSED fail_test.TestPartitionAddIndexGC (20.2s) PASSED fail_test.TestHalfwayCancelOperations (23.0s) PASSED fail_test.TestRunDDLJobPanic (20.5s) PASSED fail_test.TestInitializeOffsetAndState (20.5s) PASSED fail_test.TestRunDDLJobPanicEnableFastCreateTable (20.7s) PASSED fail_test.TestUpdateHandleFailed (21.6s) PASSED fail_test.TestRunDDLJobPanicDisableClusteredIndex (20.4s) PASSED fail_test.TestAddIndexFailed (28.8s) PASSED fail_test.TestRunDDLJobPanicEnableClusteredIndex (19.9s) PASSED fail_test.TestFailSchemaSyncer (20.2s) PASSED fail_test.TestGenGlobalIDFail (22.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_1_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_6_of_13/coverage.dat //pkg/expression/exprstatic:exprstatic_test PASSED in 1.1s Stats over 13 runs: max = 1.1s, min = 0.8s, avg = 1.0s, dev = 0.1s PASSED exprstatic.TestExprCtxLoadSystemVars (0.0s) PASSED exprstatic.TestMakeExprContextStatic (0.0s) PASSED exprstatic.TestExprCtxColumnIDAllocator (0.0s) PASSED exprstatic.TestStaticExprCtxApplyOptions (0.0s) PASSED exprstatic.TestNewStaticExprCtx (0.0s) PASSED exprstatic.TestEvalCtxLoadSystemVars (0.0s) PASSED exprstatic.TestMakeEvalContextStatic (0.0s) PASSED exprstatic.TestParamList (0.0s) PASSED exprstatic.TestNewStaticEvalCtx (0.0s) PASSED exprstatic.TestStaticEvalCtxCurrentTime (0.0s) PASSED exprstatic.TestUpdateStaticEvalContext (0.0s) PASSED exprstatic.TestStaticEvalCtxWarnings (0.0s) PASSED exprstatic.TestStaticEvalContextOptionalProps (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_1_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_4_of_13/coverage.dat //pkg/infoschema/test/infoschemav2test:infoschemav2test_test PASSED in 4.1s Stats over 13 runs: max = 4.1s, min = 2.8s, avg = 3.3s, dev = 0.4s PASSED infoschemav2test_test.TestGetAndResetRecentInfoSchemaTS (1.0s) PASSED infoschemav2test_test.TestInfoSchemaCachedAutoIncrement (1.0s) PASSED infoschemav2test_test.TestSnapshotInfoschemaReader (1.0s) PASSED infoschemav2test_test.TestSchemaSimpleTableInfos (1.1s) PASSED infoschemav2test_test.TestIssue54926 (1.1s) PASSED infoschemav2test_test.TestFullLoadAndSnapshot (1.2s) PASSED infoschemav2test_test.TestCachedTable (0.9s) PASSED infoschemav2test_test.TestTrace (0.9s) PASSED infoschemav2test_test.TestUnrelatedDDLTriggerReload (1.0s) PASSED infoschemav2test_test.TestSpecialSchemas (1.0s) PASSED infoschemav2test_test.TestTiDBSchemaCacheSizeVariable (1.0s) PASSED infoschemav2test_test.TestFindTableByPartitionID (1.1s) PASSED infoschemav2test_test.TestListTablesWithSpecialAttribute (1.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_1_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_3_of_13/coverage.dat //pkg/planner/core/casetest/partition:partition_test PASSED in 9.0s Stats over 13 runs: max = 9.0s, min = 2.7s, avg = 4.5s, dev = 2.0s PASSED partition_test.TestIssue59827RangeColumns (0.9s) PASSED partition_test.TestIssue59827KeyPartitioning (1.0s) PASSED partition_test.TestIssue59827 (1.0s) PASSED partition_test.TestRangeTimePruningExtract (6.8s) PASSED partition_test.TestRangeDatePruningExtract (6.4s) PASSED partition_test.TestListPartitionPruning (1.1s) PASSED partition_test.TestPointGetIntHandleNotFirst (1.0s) PASSED partition_test.TestPartitionTableExplain (1.2s) PASSED partition_test.TestListColumnsPartitionPruner (1.7s) PASSED partition_test.TestBatchPointGetTablePartition (1.2s) PASSED partition_test.TestHashPartitionPruner (1.1s) PASSED partition_test.TestBatchPointGetPartitionForAccessObject (1.0s) PASSED partition_test.TestGeneratedColumnWithPartition (0.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_1_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_5_of_13/coverage.dat //pkg/statistics/handle/lockstats:lockstats_test PASSED in 1.5s Stats over 13 runs: max = 1.5s, min = 1.1s, avg = 1.3s, dev = 0.1s PASSED lockstats.TestRemoveLockedPartitionsFailedIfTheWholeTableIsLocked (0.0s) PASSED lockstats.TestRemoveLockedPartitions (0.0s) PASSED lockstats.TestRemoveLockedTables (0.0s) PASSED lockstats.TestUpdateStatsAndUnlockTable (0.0s) PASSED lockstats.TestUpdateStatsAndUnlockTable/Error (0.0s) PASSED lockstats.TestUpdateStatsAndUnlockTable/Success (0.0s) PASSED lockstats.TestGetStatsDeltaFromTableLocked (0.0s) PASSED lockstats.TestGetStatsDeltaFromTableLocked/Error (0.0s) PASSED lockstats.TestGetStatsDeltaFromTableLocked/No_rows (0.0s) PASSED lockstats.TestGetStatsDeltaFromTableLocked/One_row (0.0s) PASSED lockstats.TestQueryLockedTables (0.0s) PASSED lockstats.TestQueryLockedTables/Empty_result (0.0s) PASSED lockstats.TestQueryLockedTables/Error (0.0s) PASSED lockstats.TestQueryLockedTables/One_table (0.0s) PASSED lockstats.TestQueryLockedTables/Two_tables (0.0s) PASSED lockstats.TestGenerateSkippedTablesMessage (0.0s) PASSED lockstats.TestGenerateSkippedTablesMessage/all_tables_are_duplicate_when_locking (0.0s) PASSED lockstats.TestGenerateSkippedTablesMessage/all_tables_are_duplicate_when_unlocking (0.0s) PASSED lockstats.TestGenerateSkippedTablesMessage/multiple_duplicate_tables_when_locking (0.0s) PASSED lockstats.TestGenerateSkippedTablesMessage/no_duplicate_tables_when_locking (0.0s) PASSED lockstats.TestGenerateSkippedTablesMessage/one_duplicate_table_when_locking (0.0s) PASSED lockstats.TestGenerateSkippedPartitionsMessage (0.0s) PASSED lockstats.TestGenerateSkippedPartitionsMessage/all_partitions_are_duplicate_when_locking (0.0s) PASSED lockstats.TestGenerateSkippedPartitionsMessage/all_partitions_are_duplicate_when_unlocking (0.0s) PASSED lockstats.TestGenerateSkippedPartitionsMessage/multiple_duplicate_partitions_when_locking (0.0s) PASSED lockstats.TestGenerateSkippedPartitionsMessage/no_duplicate_partitions_when_locking (0.0s) PASSED lockstats.TestGenerateSkippedPartitionsMessage/one_duplicate_table_when_locking (0.0s) PASSED lockstats.TestGetTablesLockedStatuses (0.0s) PASSED lockstats.TestGetTablesLockedStatuses/empty (0.0s) PASSED lockstats.TestGetTablesLockedStatuses/locked (0.0s) PASSED lockstats.TestGetTablesLockedStatuses/not_locked (0.0s) PASSED lockstats.TestInsertIntoStatsTableLocked (0.0s) PASSED lockstats.TestAddLockedTables (0.0s) PASSED lockstats.TestAddLockedPartitions (0.0s) PASSED lockstats.TestAddLockedPartitionsFailed (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_1_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_6_of_13/coverage.dat //pkg/timer/api:api_test PASSED in 4.5s Stats over 13 runs: max = 4.5s, min = 4.1s, avg = 4.3s, dev = 0.1s PASSED api.TestTimerNextEventTime (0.0s) PASSED api.TestGetTimerOption (0.0s) PASSED api.TestUpdateTimerOption (0.0s) PASSED api.TestDefaultClient (0.0s) PASSED api.TestDefaultClientManualTriggerRetry (0.0s) PASSED api.TestIntervalPolicy (0.0s) PASSED api.TestTimerValidate (0.0s) PASSED api.TestCronPolicy (0.0s) PASSED api.TestFieldsReflect (0.0s) PASSED api.TestFieldOptional (0.0s) PASSED api.TestTimerRecordCond (0.0s) PASSED api.TestTimerUpdate (0.0s) PASSED api.TestOperatorCond (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_1_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_10_of_13/coverage.dat //pkg/util/stmtsummary/v2:stmtsummary_test PASSED in 1.6s Stats over 13 runs: max = 1.6s, min = 0.9s, avg = 1.1s, dev = 0.2s PASSED v2.TestStmtSummaryFlush (0.0s) PASSED v2.TestStmtSummary (0.0s) PASSED v2.TestStmtWindow (0.0s) PASSED v2.TestStmtRecord (0.0s) PASSED v2.TestHistoryReaderInvalidLine (0.0s) PASSED v2.TestHistoryReader (0.0s) PASSED v2.TestMemReader (0.0s) PASSED v2.TestStmtChecker (0.0s) PASSED v2.TestStmtFiles (0.0s) PASSED v2.TestStmtFileInvalidLine (0.0s) PASSED v2.TestStmtFile (0.0s) PASSED v2.TestTimeRangeOverlap (0.0s) PASSED v2.TestColumn (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_1_of_13/coverage.dat //pkg/util/stmtsummary/v2/tests:tests_test PASSED in 3.5s Stats over 13 runs: max = 3.5s, min = 2.5s, avg = 2.8s, dev = 0.3s PASSED tests_test.TestPerformanceSchemaforPlanCache (1.1s) PASSED tests_test.TestPlanCacheUnqualified (1.2s) PASSED tests_test.TestPlanCacheUnqualified2 (1.2s) PASSED tests_test.TestPerformanceSchemaforNonPrepPlanCache (1.0s) PASSED tests_test.TestStmtSummaryHistoryTableOther (1.1s) PASSED tests_test.TestStmtSummaryTableOther (1.0s) PASSED tests_test.TestStmtSummarySensitiveQuery (1.1s) PASSED tests_test.TestStmtSummaryPreparedStatements (1.0s) PASSED tests_test.TestStmtSummaryErrorCount (1.1s) PASSED tests_test.TestStmtSummaryTablePrivilege (1.1s) PASSED tests_test.TestStmtSummaryTable (1.1s) PASSED tests_test.TestStmtSummaryIndexAdvisorNullSchema (1.1s) PASSED tests_test.TestStmtSummaryIndexAdvisor (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_1_of_13/coverage.dat //pkg/disttask/framework/taskexecutor:taskexecutor_test PASSED in 8.5s Stats over 14 runs: max = 8.5s, min = 2.3s, avg = 3.7s, dev = 1.9s PASSED taskexecutor.TestTaskExecutorBasic (2.6s) PASSED taskexecutor.TestManageTaskExecutor (0.0s) PASSED taskexecutor.TestInject (0.0s) PASSED taskexecutor.TestHandleExecutableTasks (0.1s) PASSED taskexecutor.TestCheckBalanceSubtask (0.7s) PASSED taskexecutor.TestCheckBalanceSubtask/context_cancelled (0.0s) PASSED taskexecutor.TestCheckBalanceSubtask/current_running_subtask_is_skipped (0.2s) PASSED taskexecutor.TestCheckBalanceSubtask/non-idempotent_running_subtask (0.3s) PASSED taskexecutor.TestCheckBalanceSubtask/subtask_scheduled_away (0.2s) PASSED taskexecutor.TestManager (0.4s) PASSED taskexecutor.TestDetectAndHandleParamModify (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/both_meta_and_concurrency_modified,_apply_concurrency_success,_but_failed_to_apply_meta (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/both_meta_and_concurrency_modified,_apply_meta_success,_but_failed_to_apply_concurrency (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/both_meta_and_concurrency_modified,_both_apply_success (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/both_meta_and_concurrency_modified,_both_failed_to_apply (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/concurrency_become_larger,_apply_successfully (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/concurrency_become_larger,_but_failed_to_notify_application (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/concurrency_become_larger,_but_not_enough_slots_for_exchange (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/concurrency_become_smaller,_apply_successfully (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/concurrency_become_smaller,_but_failed_to_reduce_resource_usage (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/loop:_break_on_context_cancel (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/loop:_retry_on_get_task_fail (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/no_param_modify (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/task_meta_modified,_apply_successfully (0.0s) PASSED taskexecutor.TestDetectAndHandleParamModify/task_meta_modified,_but_failed_to_notify (0.0s) PASSED taskexecutor.TestManagerHandleTasks (0.2s) PASSED taskexecutor.TestSlotManagerInManager (1.2s) PASSED taskexecutor.TestRegisterTaskType (0.0s) PASSED taskexecutor.TestTaskExecutorRun (5.1s) PASSED taskexecutor.TestTaskExecutorRun/context_done_when_run (0.0s) PASSED taskexecutor.TestTaskExecutorRun/get_step_executor_failed (0.0s) PASSED taskexecutor.TestTaskExecutorRun/no-subtask_check_counter_should_be_reset_after_a_subtask_is_run. (0.0s) PASSED taskexecutor.TestTaskExecutorRun/no_subtask_to_run,_should_exit_the_loop_after_some_time (0.0s) PASSED taskexecutor.TestTaskExecutorRun/non_retryable_step_executor_Init_error (0.0s) PASSED taskexecutor.TestTaskExecutorRun/retry_on_error_of_GetFirstSubtaskInStates (0.0s) PASSED taskexecutor.TestTaskExecutorRun/retry_on_error_of_GetTaskByID (0.0s) PASSED taskexecutor.TestTaskExecutorRun/retryable_step_executor_Init_error (0.0s) PASSED taskexecutor.TestTaskExecutorRun/run_one_subtask_failed_with_non-retryable_error (0.0s) PASSED taskexecutor.TestTaskExecutorRun/run_one_subtask_failed_with_retryable_error,_success_after_retry_3_times (0.0s) PASSED taskexecutor.TestTaskExecutorRun/run_one_subtask_success (0.0s) PASSED taskexecutor.TestTaskExecutorRun/run_previous_left_idempotent_subtask_in_running_state,_run_it_again. (0.0s) PASSED taskexecutor.TestTaskExecutorRun/run_previous_left_non-idempotent_subtask_in_running_state,_fail_it. (0.0s) PASSED taskexecutor.TestTaskExecutorRun/run_subtask_panic,_fail_the_entire_task (0.0s) PASSED taskexecutor.TestTaskExecutorRun/run_subtasks_one_by_one,_and_exit_due_to_no_subtask_to_run_for_a_while (0.0s) PASSED taskexecutor.TestTaskExecutorRun/run_subtasks_step_by_step (0.0s) PASSED taskexecutor.TestTaskExecutorRun/start_subtask_failed_after_retry,_will_try_again (3.0s) PASSED taskexecutor.TestTaskExecutorRun/step_executor_cleanup_failed,_keeps_running (0.0s) PASSED taskexecutor.TestTaskExecutorRun/subtask_cancelled_during_running (0.0s) PASSED taskexecutor.TestTaskExecutorRun/subtask_scheduled_away_during_running,_keep_running_next_subtask (2.0s) PASSED taskexecutor.TestTaskExecutorRun/subtask_scheduled_away_right_before_we_start_it (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_concurrency_became_smaller (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_concurrency_become_larger,_but_not_enough_slots_for_exchange (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_concurrency_become_larger,_exchange_success (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_executor_cancelled_for_graceful_shutdown_during_subtask_running (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_meta/concurrency_modified,_with_step_executor,_but_also_switch_to_next_step (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_meta/concurrency_modified,_with_step_executor,_same_step,_notify_failed,_will_recreate_step_executor (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_meta/concurrency_modified,_with_step_executor,_same_step,_notify_success (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_meta_modified,_no_step_executor (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_not_found_when_run (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_state_become_'modifying'_when_run,_keeps_running (0.0s) PASSED taskexecutor.TestTaskExecutorRun/task_state_is_not_running_when_run (0.0s) PASSED taskexecutor.TestManagerInitMeta (6.0s) PASSED taskexecutor.TestSlotManager (0.0s) PASSED taskexecutor.TestSlotManagerExchangeSlots (0.0s) PASSED taskexecutor.TestSlotManagerExchangeSlots/exchange_for_less_slots,_and_exchange_twice_with_same_concurrency (0.0s) PASSED taskexecutor.TestSlotManagerExchangeSlots/exchange_for_more_slots (0.0s) PASSED taskexecutor.TestSlotManagerExchangeSlots/exchange_for_more_slots_but_not_enough (0.0s) PASSED taskexecutor.TestSlotManagerExchangeSlots/exchange_for_more_slots_makes_concurrent_alloc_fail (0.0s) PASSED taskexecutor.TestSlotManagerExchangeSlots/not_exist (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_14_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_1_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_13_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_2_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_12_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_3_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_11_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_4_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_5_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_7_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_10_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_6_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_8_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_9_of_14/coverage.dat //pkg/lightning/backend:backend_test PASSED in 2.1s Stats over 14 runs: max = 2.1s, min = 1.4s, avg = 1.7s, dev = 0.2s PASSED backend_test.TestNewEncoder (0.0s) PASSED backend_test.TestMakeEmptyRows (0.0s) PASSED backend_test.TestClose (0.0s) PASSED backend_test.TestImportFailedRecovered (0.0s) PASSED backend_test.TestImportFailedWithRetry (0.0s) PASSED backend_test.TestImportFailedNoRetry (0.0s) PASSED backend_test.TestWriteBatchSendFailedWithRetry (0.0s) PASSED backend_test.TestWriteEngineFailed (0.0s) PASSED backend_test.TestOpenEngineFailed (0.0s) PASSED backend_test.TestWriteToEngineWithNothing (0.0s) PASSED backend_test.TestWriteEngine (0.0s) PASSED backend_test.TestUnsafeCloseEngineWithUUID (0.0s) PASSED backend_test.TestUnsafeCloseEngine (0.0s) PASSED backend_test.TestOpenCloseImportCleanUpEngine (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_14_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_13_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_12_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_11_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_10_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_9_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_8_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_7_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_6_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_5_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_4_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_3_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_2_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_1_of_14/coverage.dat //pkg/sessionctx/stmtctx:stmtctx_test PASSED in 4.1s Stats over 14 runs: max = 4.1s, min = 2.5s, avg = 3.0s, dev = 0.4s PASSED stmtctx.TestCopTasksDetails (0.0s) PASSED stmtctx.TestReservedRowIDAlloc (0.0s) PASSED stmtctx.TestStatementContextPushDownFLags (0.0s) PASSED stmtctx.TestWeakConsistencyRead (0.9s) PASSED stmtctx.TestStmtHintsClone (0.0s) PASSED stmtctx.TestMarshalSQLWarn (0.9s) PASSED stmtctx.TestNewStmtCtx (0.0s) PASSED stmtctx.TestApproxRuntimeInfo (0.1s) PASSED stmtctx.TestSetStmtCtxTypeFlags (0.0s) PASSED stmtctx.TestSetStmtCtxTimeZone (0.0s) PASSED stmtctx.TestResetStmtCtx (0.0s) PASSED stmtctx.TestStmtCtxID (0.0s) PASSED stmtctx.TestIssue58600 (0.0s) PASSED stmtctx.TestErrCtx (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_1_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_14_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_2_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_3_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_6_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_4_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_7_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_5_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_9_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_8_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_10_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_11_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_12_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_13_of_14/coverage.dat //pkg/statistics/handle/handletest/statstest:statstest_test PASSED in 41.0s Stats over 14 runs: max = 41.0s, min = 26.0s, avg = 30.6s, dev = 4.0s PASSED statstest_test.TestDumpStatsDeltaInBatch (19.7s) PASSED statstest_test.TestInitStatsIssue41938 (20.9s) PASSED statstest_test.TestStatsCacheProcess (19.4s) PASSED statstest_test.TestInitStatsVer2Concurrency (21.8s) PASSED statstest_test.TestStatsCache (22.3s) PASSED statstest_test.TestInitStatsVer2 (21.4s) PASSED statstest_test.TestStatsCacheMemTracker (23.2s) PASSED statstest_test.TestInitStatsMemTraceWithLite (27.2s) PASSED statstest_test.TestStatsStoreAndLoad (34.1s) PASSED statstest_test.TestInitStats51358 (21.9s) PASSED statstest_test.TestInitStatsMemTraceWithoutLite (26.9s) PASSED statstest_test.TestInitStats (22.1s) PASSED statstest_test.TestInitStatsMemTraceWithConcurrrencyLite (26.9s) PASSED statstest_test.TestInitStatsMemTraceWithoutConcurrrencyLite (27.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_14_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_13_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_1_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_12_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_2_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_11_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_3_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_5_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_4_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_10_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_6_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_9_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_7_of_14/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_8_of_14/coverage.dat //br/pkg/backup:backup_test PASSED in 30.9s Stats over 15 runs: max = 30.9s, min = 6.9s, avg = 22.5s, dev = 9.1s PASSED backup.TestTimeoutRecvCanceled (0.0s) PASSED backup.TestTimeoutRecvCancel (0.0s) PASSED backup.TestTimeoutRecv (3.2s) PASSED backup.TestGetTS (19.5s) PASSED backup.TestGetHistoryDDLJobs (21.7s) PASSED backup.TestSkipUnsupportedDDLJob (21.8s) PASSED backup.TestBackupSchemasForSystemTable (24.1s) PASSED backup.TestCheckBackupIsLocked (19.8s) PASSED backup.TestOnBackupResponse (19.7s) PASSED backup.TestSplitBackupReqRanges (0.0s) PASSED backup.TestMainBackupLoop (22.8s) PASSED backup.TestBuildProgressRangeTree (20.5s) PASSED backup.TestBuildBackupRangeAndSchemaWithBrokenStats (21.0s) PASSED backup.TestObserveStoreChangesAsync (21.2s) PASSED backup.TestBuildBackupRangeAndSchema (20.7s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_15_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_14_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_13_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_1_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_2_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_3_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_12_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_4_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_5_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_9_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_6_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_7_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_11_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_8_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_10_of_15/coverage.dat //br/pkg/restore/utils:utils_test PASSED in 1.9s Stats over 15 runs: max = 1.9s, min = 1.3s, avg = 1.5s, dev = 0.1s PASSED utils_test.TestSetTimeRangeFilter (0.0s) PASSED utils_test.TestSetTimeRangeFilter/default_cf_with_valid_timestamps (0.0s) PASSED utils_test.TestSetTimeRangeFilter/invalid_cf_name (0.0s) PASSED utils_test.TestSetTimeRangeFilter/invalid_shift_start_ts_(greater_than_start_ts) (0.0s) PASSED utils_test.TestSetTimeRangeFilter/write_cf_valid_shift_start_ts_(greater_than_start_ts) (0.0s) PASSED utils_test.TestSetTimeRangeFilter/write_cf_with_valid_timestamps (0.0s) PASSED utils_test.TestSetTimeRangeFilter/zero_timestamps_should_skip_filter (0.0s) PASSED utils_test.TestGetRewriteKeyWithDifferentTable (0.0s) PASSED utils_test.TestMergeRanges (0.0s) PASSED utils_test.TestFindMatchedRewriteRule (0.0s) PASSED utils_test.TestMergeRawKVRanges (0.0s) PASSED utils_test.TestGetRewriteRuleOfTable (0.0s) PASSED utils_test.TestInvalidRanges (0.0s) PASSED utils_test.TestGetRewriteRulesMap (0.0s) PASSED utils_test.TestTruncateTS (0.0s) PASSED utils_test.TestGetRewriteRules (0.0s) PASSED utils_test.TestEncodeKeyPrefix (0.0s) PASSED utils_test.TestGetRewriteTableID (0.0s) PASSED utils_test.TestValidateFileRewriteRule (0.0s) PASSED utils_test.TestRewriteRange (0.0s) PASSED utils_test.TestRewriteFileKeys (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_15_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_14_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_1_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_13_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_2_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_12_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_3_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_11_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_4_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_10_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_5_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_9_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_6_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_8_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_7_of_15/coverage.dat //pkg/ddl/tests/adminpause:adminpause_test PASSED in 9.6s Stats over 15 runs: max = 9.6s, min = 2.3s, avg = 5.6s, dev = 2.1s PASSED adminpause.TestPauseJobDependency (4.3s) PASSED adminpause.TestPauseResumeCancelAndRerunPartitionTableStmt (2.4s) PASSED adminpause.TestPauseResumeCancelAndRerunColumnStmt (7.8s) PASSED adminpause.TestPauseResumeCancelAndRerunIndexStmt (6.9s) PASSED adminpause.TestPauseResumeCancelAndRerunSchemaStmt (2.8s) PASSED adminpause.TestPauseAndResumePartitionTableStmt (1.7s) PASSED adminpause.TestPauseCancelAndRerunSchemaStmt (2.3s) PASSED adminpause.TestPauseAndResumeColumnStmt (3.5s) PASSED adminpause.TestPauseAndResumeIndexStmt (4.3s) PASSED adminpause.TestPauseCancelAndRerunIndexStmt (5.7s) PASSED adminpause.TestPauseCancelAndRerunColumnStmt (5.0s) PASSED adminpause.TestPauseAndResumeSchemaStmt (1.8s) PASSED adminpause.TestPauseCancelAndRerunPartitionTableStmt (1.9s) PASSED adminpause.TestPauseFailedOnCommit (1.0s) PASSED adminpause.TestPauseOnWriteConflict (6.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_15_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_14_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_13_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_12_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_11_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_10_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_1_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_9_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_8_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_2_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_3_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_7_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_4_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_6_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_5_of_15/coverage.dat //pkg/statistics/handle/autoanalyze:autoanalyze_test PASSED in 3.9s Stats over 15 runs: max = 3.9s, min = 1.9s, avg = 3.3s, dev = 0.5s PASSED autoanalyze_test.TestAutoAnalyzeWithVectorIndex (1.1s) PASSED autoanalyze_test.TestSkipAutoAnalyzeOutsideTheAvailableTime (0.9s) PASSED autoanalyze_test.TestEnableAutoAnalyzePriorityQueue (1.1s) PASSED autoanalyze_test.TestCleanupCorruptedAnalyzeJobsOnDeadInstances (0.0s) PASSED autoanalyze_test.TestCleanupCorruptedAnalyzeJobsOnCurrentInstance (0.0s) PASSED autoanalyze_test.TestAutoAnalyzeLockedTable (1.0s) PASSED autoanalyze_test.TestAutoAnalyzeOutOfSpecifiedTime (1.2s) PASSED autoanalyze_test.TestAutoAnalyzeWithPredicateColumns (1.1s) PASSED autoanalyze_test.TestAutoAnalyzeOnEmptyTable (1.1s) PASSED autoanalyze_test.TestDisableAutoAnalyze (1.3s) PASSED autoanalyze_test.TestAutoAnalyzeSkipColumnTypes (1.1s) PASSED autoanalyze_test.TestDisableAutoAnalyzeWithAnalyzeAllColumnsOptions (1.3s) PASSED autoanalyze_test.TestNeedAnalyzeTable (0.0s) PASSED autoanalyze_test.TestAutoAnalyzeOnChangeAnalyzeVer (1.3s) PASSED autoanalyze_test.TestTableAnalyzed (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_15_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_14_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_1_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_13_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_12_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_2_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_11_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_3_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_10_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_4_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_9_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_5_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_8_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_6_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_7_of_15/coverage.dat //pkg/util/workloadrepo:workloadrepo_test PASSED in 26.0s Stats over 15 runs: max = 26.0s, min = 1.9s, avg = 10.7s, dev = 6.6s PASSED workloadrepo.TestRecoverSnapID (6.9s) PASSED workloadrepo.TestOwnerRandomDown (13.5s) PASSED workloadrepo.TestCalcNextTick (0.0s) PASSED workloadrepo.TestHouseKeeperThread (17.8s) PASSED workloadrepo.TestAddNewPartitionsOnStart (2.0s) PASSED workloadrepo.TestDropOldPartitions (2.1s) PASSED workloadrepo.TestCreatePartition (4.2s) PASSED workloadrepo.TestSettingSQLVariables (2.8s) PASSED workloadrepo.TestStoppingAndRestartingWorker (13.3s) PASSED workloadrepo.TestSnapshotTimingWorker (15.0s) PASSED workloadrepo.TestSamplingTimingWorker (24.2s) PASSED workloadrepo.TestAdminWorkloadRepo (4.8s) PASSED workloadrepo.TestGlobalWorker (8.7s) PASSED workloadrepo.TestMultipleWorker (11.3s) PASSED workloadrepo.TestRaceToCreateTablesWorker (7.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_15_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_14_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_13_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_12_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_11_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_10_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_9_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_8_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_7_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_6_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_5_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_4_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_3_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_2_of_15/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_1_of_15/coverage.dat //pkg/ddl/schematracker:schematracker_test PASSED in 1.7s Stats over 16 runs: max = 1.7s, min = 1.3s, avg = 1.4s, dev = 0.1s PASSED schematracker.TestInfoStoreDeleteTables (0.0s) PASSED schematracker.TestInfoStoreLowerCaseTableNames (0.0s) PASSED schematracker.TestDropListPartition (0.0s) PASSED schematracker.TestModifyFromNullToNotNull (0.0s) PASSED schematracker.TestImmutableTableInfo (0.0s) PASSED schematracker.TestAtomicMultiSchemaChange (0.0s) PASSED schematracker.TestAddExpressionIndex (0.0s) PASSED schematracker.TestBitDefaultValues (0.0s) PASSED schematracker.TestIssue5092 (0.0s) PASSED schematracker.TestCreateTableWithIndex (0.0s) PASSED schematracker.TestIndexLength (0.0s) PASSED schematracker.TestFullTextIndex (0.0s) PASSED schematracker.TestDropColumn (0.0s) PASSED schematracker.TestAlterPK (0.0s) PASSED schematracker.TestCreateTableLongIndex (0.0s) PASSED schematracker.TestNoNumLimit (0.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_16_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_15_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_14_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_13_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_12_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_11_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_10_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_9_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_8_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_7_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_6_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_5_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_4_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_3_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_2_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_1_of_16/coverage.dat //pkg/expression/aggregation:aggregation_test PASSED in 1.4s Stats over 16 runs: max = 1.4s, min = 1.1s, avg = 1.2s, dev = 0.1s PASSED aggregation.TestDistinct (0.0s) PASSED aggregation.TestAggFunc2Pb (0.0s) PASSED aggregation.TestTypeInfer4AvgSum (0.0s) PASSED aggregation.TestAvg (0.0s) PASSED aggregation.TestAvgFinalMode (0.0s) PASSED aggregation.TestSum (0.0s) PASSED aggregation.TestBitAnd (0.0s) PASSED aggregation.TestBaseFunc_InferAggRetType (0.0s) PASSED aggregation.TestBitOr (0.0s) PASSED aggregation.TestBitXor (0.0s) PASSED aggregation.TestCount (0.0s) PASSED aggregation.TestConcat (0.0s) PASSED aggregation.TestMaxMin (0.0s) PASSED aggregation.TestFirstRow (0.0s) PASSED aggregation.TestClone (0.0s) PASSED aggregation.TestAggFuncDesc (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_16_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_1_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_15_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_2_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_3_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_4_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_5_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_14_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_6_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_7_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_8_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_9_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_11_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_10_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_13_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_12_of_16/coverage.dat //pkg/table/temptable:temptable_test PASSED in 1.4s Stats over 16 runs: max = 1.4s, min = 1.1s, avg = 1.3s, dev = 0.1s PASSED temptable.TestOnIterReverse (0.0s) PASSED temptable.TestOnIter (0.0s) PASSED temptable.TestIterTable (0.0s) PASSED temptable.TestErrorCreateUnionIter (0.0s) PASSED temptable.TestCreateUnionIter (0.0s) PASSED temptable.TestInterceptorOnBatchGet (0.0s) PASSED temptable.TestInterceptorBatchGetTemporaryTableKeys (0.0s) PASSED temptable.TestInterceptorOnGet (0.0s) PASSED temptable.TestInterceptorTemporaryTableInfoByID (0.0s) PASSED temptable.TestGetSessionTemporaryTableKey (0.0s) PASSED temptable.TestNotTableRange (0.0s) PASSED temptable.TestGetRangeAccessedTableID (0.0s) PASSED temptable.TestGetKeyAccessedTableID (0.0s) PASSED temptable.TestTruncateLocalTemporaryTable (0.0s) PASSED temptable.TestRemoveLocalTemporaryTable (0.0s) PASSED temptable.TestAddLocalTemporaryTable (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_16_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_15_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_14_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_13_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_12_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_11_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_10_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_9_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_8_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_7_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_6_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_5_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_4_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_3_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_2_of_16/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_1_of_16/coverage.dat //pkg/ddl/tests/fk:fk_test PASSED in 11.4s Stats over 17 runs: max = 11.4s, min = 2.5s, avg = 3.8s, dev = 2.1s PASSED fk_test.TestForeignKeyAndConcurrentDDL (1.9s) PASSED fk_test.TestAddForeignKeyInBigTable (9.6s) PASSED fk_test.TestRenameTablesWithForeignKey (1.2s) PASSED fk_test.TestAlterTableAddForeignKeyError (4.1s) PASSED fk_test.TestAddForeignKey (2.5s) PASSED fk_test.TestRenameColumnWithForeignKeyMetaInfo (1.3s) PASSED fk_test.TestDropIndexNeededInForeignKey (1.7s) PASSED fk_test.TestTruncateOrDropTableWithForeignKeyReferred (1.6s) PASSED fk_test.TestDropForeignKeyMetaInfo (1.3s) PASSED fk_test.TestDropChildTableForeignKeyMetaInfo (1.2s) PASSED fk_test.TestCreateTableWithForeignKeyError (2.8s) PASSED fk_test.TestRenameTableWithForeignKeyMetaInfo (1.2s) PASSED fk_test.TestAlterTableWithForeignKeyPrivilegeCheck (1.2s) PASSED fk_test.TestCreateTableWithForeignKeyPrivilegeCheck (1.2s) PASSED fk_test.TestCreateTableWithForeignKeyMetaInfo3 (1.2s) PASSED fk_test.TestCreateTableWithForeignKeyMetaInfo2 (1.1s) PASSED fk_test.TestCreateTableWithForeignKeyMetaInfo (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_17_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_16_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_15_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_14_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_13_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_12_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_11_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_10_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_9_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_8_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_7_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_6_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_5_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_4_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_3_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_2_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_1_of_17/coverage.dat //pkg/lightning/backend/tidb:tidb_test PASSED in 1.8s Stats over 17 runs: max = 1.8s, min = 1.3s, avg = 1.5s, dev = 0.1s PASSED tidb_test.TestWriteRowsRecordOneErrorPrepStmt (0.0s) PASSED tidb_test.TestLogicalImportBatchPrepStmt (0.0s) PASSED tidb_test.TestLogicalImportBatch (0.0s) PASSED tidb_test.TestEncodeRowForRecord (0.0s) PASSED tidb_test.TestDuplicateThreshold (0.0s) PASSED tidb_test.TestWriteRowsRecordOneError (0.0s) PASSED tidb_test.TestWriteRowsErrorDowngradingExceedThreshold (0.0s) PASSED tidb_test.TestWriteRowsReplaceOnDup (0.0s) PASSED tidb_test.TestWriteRowsErrorDowngradingAll (0.0s) PASSED tidb_test.TestWriteRowsIgnoreOnDup (0.0s) PASSED tidb_test.TestWriteRowsErrorOnDup (0.0s) PASSED tidb_test.TestFetchRemoteTableModels_4_0 (0.0s) PASSED tidb_test.TestWriteRowsErrorNoRetry (0.0s) PASSED tidb_test.TestFetchRemoteTableModels_4_x_auto_increment (0.0s) PASSED tidb_test.TestFetchRemoteTableModels_4_x_auto_random (0.0s) PASSED tidb_test.TestFetchRemoteTableModelsDropTableHalfway (0.0s) PASSED tidb_test.TestFetchRemoteTableModelsConcurrency (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_17_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_16_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_15_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_14_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_13_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_12_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_11_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_1_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_10_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_2_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_3_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_4_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_9_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_5_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_6_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_7_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_8_of_17/coverage.dat //pkg/planner/memo:memo_test PASSED in 1.5s Stats over 17 runs: max = 1.5s, min = 1.1s, avg = 1.4s, dev = 0.1s PASSED memo.TestExploreMark (0.0s) PASSED memo.TestBuildKeyInfo (0.0s) PASSED memo.TestFirstElemAfterDelete (0.0s) PASSED memo.TestGetInsertGroupImpl (0.0s) PASSED memo.TestGroupGetFirstElem (0.0s) PASSED memo.TestGroupFingerPrint (0.0s) PASSED memo.TestGroupExists (0.0s) PASSED memo.TestGroupDeleteAll (0.0s) PASSED memo.TestGroupDelete (0.0s) PASSED memo.TestGroupInsert (0.0s) PASSED memo.TestNewGroup (0.0s) PASSED memo.TestGroupExprFingerprint (0.0s) PASSED memo.TestNewGroupExpr (0.0s) PASSED memo.TestExprIterWithEngineType (0.0s) PASSED memo.TestExprIterReset (0.0s) PASSED memo.TestExprIterNext (0.0s) PASSED memo.TestNewExprIterFromGroupElem (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_17_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_16_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_15_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_14_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_13_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_12_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_11_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_10_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_9_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_8_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_7_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_6_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_5_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_4_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_3_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_2_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_1_of_17/coverage.dat //pkg/sessionctx/sessionstates:sessionstates_test PASSED in 19.3s Stats over 17 runs: max = 19.3s, min = 3.7s, avg = 6.1s, dev = 3.9s PASSED sessionstates.TestGrammar (0.9s) PASSED sessionstates.TestUserVars (1.1s) PASSED sessionstates.TestSystemVars (1.1s) PASSED sessionstates.TestLoadAndReadConcurrently (9.5s) PASSED sessionstates.TestIssue47665 (0.9s) PASSED sessionstates.TestInvisibleVars (2.5s) PASSED sessionstates.TestSessionCtx (1.2s) PASSED sessionstates.TestStatementCtx (1.0s) PASSED sessionstates.TestCertExpire (5.8s) PASSED sessionstates.TestPreparedStatements (1.6s) PASSED sessionstates.TestSQLBinding (1.2s) PASSED sessionstates.TestInvalidSysVar (0.9s) PASSED sessionstates.TestSQLBindingCompatibility (0.9s) PASSED sessionstates.TestShowStateFail (1.2s) PASSED sessionstates.TestVerifyToken (2.4s) PASSED sessionstates.TestSetCertAndKey (4.8s) PASSED sessionstates.TestSignAlgo (16.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_1_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_2_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_3_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_17_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_5_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_4_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_6_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_7_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_16_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_8_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_9_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_12_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_10_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_11_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_15_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_13_of_17/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_14_of_17/coverage.dat //pkg/disttask/importinto:importinto_test PASSED in 31.3s Stats over 18 runs: max = 31.3s, min = 7.5s, avg = 12.7s, dev = 9.1s PASSED importinto.TestChunkConvert (0.0s) PASSED importinto.TestEncodeAndSortOperator (0.6s) PASSED importinto.TestPostProcessStepExecutor (23.7s) PASSED importinto.TestGetWriterMemorySizeLimit (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int,_b_int,_c_int,_primary_key(a,b,c)_clustered,_key(b,c),_unique(b),_unique(c),_key(a,b)) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int,_b_int,_c_int,_primary_key(a,b,c)_nonclustered,_key(b,c),_unique(b),_unique(c),_key(a,b)) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int_primary_key_clustered) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int_primary_key_clustered,_b_int,_c_int,_key(b,c),_unique(b),_unique(c),_key(a,b)) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int_primary_key_clustered,_b_int,_key(b)) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int_primary_key_clustered,_b_int,_key(b),_key(a,b)) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int_primary_key_nonclustered) (0.0s) PASSED importinto.TestImportTaskExecutor (0.0s) PASSED importinto.TestGetKVGroupBlockSize (0.0s) PASSED importinto.TestGetAdjustedIndexBlockSize (0.0s) PASSED importinto.TestSchedulerExtGlobalSort (22.4s) PASSED importinto.TestGetTaskImportedRows (21.7s) PASSED importinto.TestMetricManager (0.0s) PASSED importinto.TestSchedulerExtLocalSort (21.7s) PASSED importinto.TestLogicalPlan (0.0s) PASSED importinto.TestIsImporting2TiKV (0.0s) PASSED importinto.TestToPhysicalPlan (0.0s) PASSED importinto.TestImportInto (0.0s) PASSED importinto.TestImportInto/TestGetNextStep (0.0s) PASSED importinto.TestImportInto/TestGetStepOfEncode (0.0s) PASSED importinto.TestImportInto/TestIsRetryable (0.0s) PASSED importinto.TestImportInto/TestSchedulerGetEligibleInstances (0.0s) PASSED importinto.TestImportInto/TestSchedulerInit (0.0s) PASSED importinto.TestImportInto/TestUpdateCurrentTask (0.0s) PASSED importinto.TestGenerateMergeSortSpecs (0.0s) PASSED importinto.TestGetSortedKVMetas (0.0s) PASSED importinto.TestSplitForOneSubtask (0.7s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_18_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_1_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_17_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_2_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_16_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_3_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_4_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_15_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_5_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_6_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_14_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_7_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_13_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_8_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_12_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_9_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_10_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_11_of_18/coverage.dat //pkg/executor/sortexec:sort_exec_test PASSED in 6.2s Stats over 18 runs: max = 6.2s, min = 1.6s, avg = 2.6s, dev = 1.0s PASSED sort_exec_test.TestSortInDisk (3.6s) PASSED sort_exec_test.TestIssue16696 (1.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_18_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_17_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_16_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_15_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_14_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_13_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_12_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_11_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_10_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_9_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_8_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_7_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_6_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_5_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_4_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_1_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_3_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_2_of_18/coverage.dat //pkg/meta:meta_test PASSED in 2.8s Stats over 18 runs: max = 2.8s, min = 1.3s, avg = 1.6s, dev = 0.5s PASSED meta.TestInfoSchemaMiscFieldsCorrectnessAfterBootstrap (1.1s) PASSED meta.TestInfoSchemaV2DataFieldsCorrectnessAfterBootstrap (1.3s) PASSED meta.TestInfoSchemaV2SpecialAttributeCorrectnessAfterBootstrap (1.0s) PASSED meta.TestNameExtractFromJob (0.0s) PASSED meta.TestTableNameExtract (0.0s) PASSED meta.TestIsTableInfoMustLoadSubStringsOrder (0.0s) PASSED meta.TestIsTableInfoMustLoad (0.0s) PASSED meta.TestCreateMySQLDatabase (0.0s) PASSED meta.TestSequenceKey (0.0s) PASSED meta.TestAutoRandomTableIDKey (0.0s) PASSED meta.TestAutoTableIDKey (0.0s) PASSED meta.TestTableKey (0.0s) PASSED meta.TestDBKey (0.0s) PASSED meta.TestElement (0.0s) PASSED meta.TestSnapshot (0.0s) PASSED meta.TestMeta (0.0s) PASSED meta.TestResourceGroup (0.0s) PASSED meta.TestPlacementPolicy (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_18_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_17_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_16_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_15_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_14_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_13_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_12_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_11_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_10_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_9_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_8_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_7_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_6_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_5_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_4_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_3_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_2_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_1_of_18/coverage.dat //pkg/planner/core/casetest/cbotest:cbotest_test PASSED in 46.8s Stats over 18 runs: max = 46.8s, min = 26.4s, avg = 33.7s, dev = 5.9s PASSED cbotest_test.TestCBOWithoutAnalyze (19.9s) PASSED cbotest_test.TestLimitIndexEstimation (24.7s) PASSED cbotest_test.TestStraightJoin (21.0s) PASSED cbotest_test.TestIndexEqualUnknown (27.5s) PASSED cbotest_test.TestTableDual (19.7s) PASSED cbotest_test.TestTiFlashCostModel (20.3s) PASSED cbotest_test.TestEstimation (21.1s) PASSED cbotest_test.TestLowSelIndexGreedySearch (32.1s) PASSED cbotest_test.TestIssue59563 (38.7s) PASSED cbotest_test.TestLimitCrossEstimation (30.3s) PASSED cbotest_test.TestIndexRead (35.6s) PASSED cbotest_test.TestIssue9562 (25.6s) PASSED cbotest_test.TestEmptyTable (25.4s) PASSED cbotest_test.TestInconsistentEstimation (27.9s) PASSED cbotest_test.TestCorrelatedEstimation (24.7s) PASSED cbotest_test.TestAnalyze (34.3s) PASSED cbotest_test.TestOutdatedAnalyze (24.6s) PASSED cbotest_test.TestNullCount (22.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_1_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_18_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_2_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_17_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_3_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_16_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_4_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_15_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_5_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_14_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_6_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_13_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_7_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_12_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_11_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_8_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_9_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_10_of_18/coverage.dat //pkg/ttl/cache:cache_test PASSED in 3.5s Stats over 18 runs: max = 3.5s, min = 1.6s, avg = 2.7s, dev = 0.7s PASSED cache.TestTTLStatusCache (1.4s) PASSED cache.TestTTLStatusCache/current_job_id (0.0s) PASSED cache.TestTTLStatusCache/current_job_owner_hb_time (0.0s) PASSED cache.TestTTLStatusCache/current_job_owner_id (0.0s) PASSED cache.TestTTLStatusCache/current_job_start_time (0.0s) PASSED cache.TestTTLStatusCache/current_job_state (0.0s) PASSED cache.TestTTLStatusCache/current_job_status (0.0s) PASSED cache.TestTTLStatusCache/current_job_status_update_time (0.0s) PASSED cache.TestTTLStatusCache/current_job_ttl_expire (0.0s) PASSED cache.TestTTLStatusCache/last_job_finish_time (0.0s) PASSED cache.TestTTLStatusCache/last_job_id (0.0s) PASSED cache.TestTTLStatusCache/last_job_start_time (0.0s) PASSED cache.TestTTLStatusCache/last_job_summary (0.0s) PASSED cache.TestTTLStatusCache/last_job_ttl_expire (0.0s) PASSED cache.TestTTLStatusCache/parent_table_id (0.0s) PASSED cache.TestTTLStatusCache/table_statistics (0.0s) PASSED cache.TestInsertIntoTTLTask (1.2s) PASSED cache.TestRowToTTLTask (1.2s) PASSED cache.TestEvalTTLExpireTime (0.0s) PASSED cache.TestTableEvalTTLExpireTime (1.3s) PASSED cache.TestNewTTLTable (1.6s) PASSED cache.TestGetNextIntDatumFromCommonHandle (0.0s) PASSED cache.TestGetNextIntHandle (0.0s) PASSED cache.TestGetASCIIPrefixDatumFromBytes (0.0s) PASSED cache.TestGetNextBytesHandleDatum (0.0s) PASSED cache.TestNoTTLSplitSupportTables (1.4s) PASSED cache.TestSplitTTLScanRangesWithBytes (1.5s) PASSED cache.TestSplitTTLScanRangesCommonHandleUnsignedInt (1.4s) PASSED cache.TestSplitTTLScanRangesCommonHandleSignedInt (1.4s) PASSED cache.TestSplitTTLScanRangesWithUnsignedInt (1.4s) PASSED cache.TestSplitTTLScanRangesWithSignedInt (1.5s) PASSED cache.TestInfoSchemaCache (1.5s) PASSED cache.TestBaseCache (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_18_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_17_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_16_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_15_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_14_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_13_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_12_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_11_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_10_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_9_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_8_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_7_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_6_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_5_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_4_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_3_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_2_of_18/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_1_of_18/coverage.dat //pkg/ddl/tests/serial:serial_test PASSED in 7.1s Stats over 19 runs: max = 7.1s, min = 2.7s, avg = 3.8s, dev = 0.9s PASSED serial_test.TestGetReverseKey (1.1s) PASSED serial_test.TestCheckEnumLength (1.1s) PASSED serial_test.TestCreateTableNoBlock (1.0s) PASSED serial_test.TestForbidUnsupportedCollations (1.2s) PASSED serial_test.TestIssue23872 (1.1s) PASSED serial_test.TestAutoRandomWithPreSplitRegion (1.1s) PASSED serial_test.TestChangeMaxIndexLength (1.0s) PASSED serial_test.TestAutoRandom (2.3s) PASSED serial_test.TestCreateTableWithLike (1.4s) PASSED serial_test.TestTableLocksDisable (0.9s) PASSED serial_test.TestCreateTableWithLikeAtTemporaryMode (2.0s) PASSED serial_test.TestCanceledJobTakeTime (1.0s) PASSED serial_test.TestCancelAddIndexPanic (1.1s) PASSED serial_test.TestTruncateTableUpdateSchemaVersionErr (3.9s) PASSED serial_test.TestRecoverTableWithTTL (1.4s) PASSED serial_test.TestCancelJobByErrorCountLimit (1.1s) PASSED serial_test.TestRecoverTableByJobID (1.4s) PASSED serial_test.TestRecoverTableByTableNameFail (1.1s) PASSED serial_test.TestRecoverTableByJobIDFail (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_19_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_18_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_17_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_16_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_1_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_15_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_2_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_14_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_3_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_13_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_4_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_12_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_5_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_11_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_6_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_10_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_7_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_9_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_8_of_19/coverage.dat //pkg/executor/test/indexmergereadtest:indexmergereadtest_test PASSED in 68.8s Stats over 19 runs: max = 68.8s, min = 26.5s, avg = 38.8s, dev = 12.9s PASSED indexmergereadtest_test.TestIssues46005 (31.0s) PASSED indexmergereadtest_test.TestIndexMergeLimitNotPushedOnPartialSideButKeepOrder (45.6s) PASSED indexmergereadtest_test.TestIndexMergeLimitPushedAsIntersectionEmbeddedLimit (23.2s) PASSED indexmergereadtest_test.TestIndexMergePickAndExecTaskPanic (21.9s) PASSED indexmergereadtest_test.TestIndexMergeReaderIssue45279 (20.7s) PASSED indexmergereadtest_test.TestPartitionTableRandomIndexMerge (23.0s) PASSED indexmergereadtest_test.TestPartitionTableRandomIndexMerge2 (23.1s) PASSED indexmergereadtest_test.TestProcessInfoRaceWithIndexScan (21.8s) PASSED indexmergereadtest_test.TestIndexMergeWithPreparedStmt (19.9s) PASSED indexmergereadtest_test.TestIndexMergeReaderMemTracker (21.8s) PASSED indexmergereadtest_test.TestPessimisticLockOnPartitionForIndexMerge (25.4s) PASSED indexmergereadtest_test.TestIndexMergeIntersectionConcurrency (30.3s) PASSED indexmergereadtest_test.TestOrderByWithLimit (46.1s) PASSED indexmergereadtest_test.TestIntersectionWorkerPanic (29.9s) PASSED indexmergereadtest_test.TestIntersectionWithDifferentConcurrency (46.7s) PASSED indexmergereadtest_test.TestIndexMergeCoprGoroutinesLeak (24.0s) PASSED indexmergereadtest_test.TestIndexMergeProcessWorkerHang (62.0s) PASSED indexmergereadtest_test.TestIndexMergeError (35.0s) PASSED indexmergereadtest_test.TestIndexMergePanic (57.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_19_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_18_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_17_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_1_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_16_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_2_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_3_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_15_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_4_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_5_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_6_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_7_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_14_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_9_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_8_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_13_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_10_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_12_of_19/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_11_of_19/coverage.dat //pkg/executor/test/ddl:ddl_test PASSED in 5.0s Stats over 21 runs: max = 5.0s, min = 3.3s, avg = 4.0s, dev = 0.6s PASSED ddl_test.TestDefShardTables (1.0s) PASSED ddl_test.TestRenameMultiTables (1.4s) PASSED ddl_test.TestRenameTable (1.4s) PASSED ddl_test.TestRenameTableWithReload (1.4s) PASSED ddl_test.TestRenameWithSmallAutoIDStep (1.3s) PASSED ddl_test.TestLoadDDLDistributeVars (1.0s) PASSED ddl_test.TestSetDDLReorgMaxWriteSpeed (1.1s) PASSED ddl_test.TestSetDDLErrorCountLimit (1.0s) PASSED ddl_test.TestSetDDLReorgBatchSize (1.1s) PASSED ddl_test.TestSetDDLReorgWorkerCnt (1.1s) PASSED ddl_test.TestAutoRandomTableOption (1.2s) PASSED ddl_test.TestAutoRandomBitsData (1.8s) PASSED ddl_test.TestShardRowIDBits (1.7s) PASSED ddl_test.TestColumnCharsetAndCollate (1.2s) PASSED ddl_test.TestAlterTableModifyColumn (1.4s) PASSED ddl_test.TestAddNotNullColumnNoDefault (1.1s) PASSED ddl_test.TestInTxnExecDDLFail (1.0s) PASSED ddl_test.TestAlterTableAddColumns (1.3s) PASSED ddl_test.TestCreateTable (1.1s) PASSED ddl_test.TestCreateDropDatabase (1.3s) PASSED ddl_test.TestAlterTableAddColumn (1.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_21_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_20_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_19_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_18_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_17_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_16_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_15_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_14_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_13_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_12_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_11_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_10_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_9_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_8_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_7_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_6_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_1_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_5_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_2_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_3_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_4_of_21/coverage.dat //pkg/extension:extension_test PASSED in 4.7s Stats over 21 runs: max = 4.7s, min = 1.5s, avg = 3.1s, dev = 0.7s PASSED extension.TestAuthPluginValidation (0.0s) PASSED extension.TestCustomAccessCheck (1.0s) PASSED extension.TestSetVariablePrivilege (1.0s) PASSED extension.TestRegisterExtensionWithSysVars (0.0s) PASSED extension.TestRegisterExtensionWithDyncPrivs (0.0s) PASSED extension.TestRegisterExtensionWithClose (0.0s) PASSED extension.TestExtensionRegisterName (0.0s) PASSED extension.TestSetupExtensions (0.0s) PASSED extension.TestShouldNotOptimizeExtensionFunc (1.0s) PASSED extension.TestExtensionFuncPrivilege (1.0s) PASSED extension.TestRegisterExtensionFunc (0.0s) PASSED extension.TestExtensionFuncDynamicArgLen (1.0s) PASSED extension.TestInvokeExtensionFunc (1.8s) PASSED extension.TestExtensionFuncCtx (1.0s) PASSED extension.TestExtensionStmtEvents (1.1s) PASSED extension.TestBootstrap (0.9s) PASSED extension.TestPluginUserModification (1.1s) PASSED extension.TestCreateViewWithPluginUser (1.0s) PASSED extension.TestCreateUserWhenGrant (1.0s) PASSED extension.TestAuthPluginSwitchPlugins (0.9s) PASSED extension.TestAuthPlugin (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_21_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_20_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_19_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_18_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_17_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_16_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_15_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_14_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_13_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_12_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_11_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_10_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_9_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_8_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_7_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_6_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_5_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_4_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_3_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_2_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_1_of_21/coverage.dat //pkg/lightning/backend/kv:kv_test PASSED in 7.5s Stats over 21 runs: max = 7.5s, min = 6.2s, avg = 7.1s, dev = 0.3s PASSED kv.TestClassifyAndAppend (0.0s) PASSED kv.TestShardRowId (0.0s) PASSED kv.TestDefaultAutoRandoms (0.0s) PASSED kv.TestEncodeExpressionColumn (0.0s) PASSED kv.TestAllocator (0.0s) PASSED kv.TestLogKVConvertFailed (0.1s) PASSED kv.TestLitExprContext (0.0s) PASSED kv.TestLitExprContext/case-0 (0.0s) PASSED kv.TestLitExprContext/case-1 (0.0s) PASSED kv.TestLitExprContext/case-2 (0.0s) PASSED kv.TestLitExprContext/case-3 (0.0s) PASSED kv.TestLitExprContext/case-4 (0.0s) PASSED kv.TestLitExprContext/case-5 (0.0s) PASSED kv.TestLitTableMutateContext (0.0s) PASSED kv.TestIterRawIndexKeysClusteredPK (0.0s) PASSED kv.TestIterRawIndexKeysIntPK (0.0s) PASSED kv.TestEncodeMissingAutoValue (0.0s) PASSED kv.TestKVMemBufInterweaveAllocAndRecycle (0.0s) PASSED kv.TestKVMemBufBatchAllocAndRecycle (0.0s) PASSED kv.TestSessionInternalState (0.0s) PASSED kv.TestMarshal (0.0s) PASSED kv.TestEncode (0.0s) PASSED kv.TestDecode (0.0s) PASSED kv.TestEncodeRowFormatV2 (0.0s) PASSED kv.TestDecodeIndex (0.0s) PASSED kv.TestEncodeDoubleAutoIncrement (0.0s) PASSED kv.TestEncodeTimestamp (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_21_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_20_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_19_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_18_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_1_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_2_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_3_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_4_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_5_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_6_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_17_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_7_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_8_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_9_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_10_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_11_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_12_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_14_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_13_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_16_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_15_of_21/coverage.dat //pkg/statistics/handle/handletest/lockstats:lockstats_test PASSED in 4.8s Stats over 21 runs: max = 4.8s, min = 3.3s, avg = 4.0s, dev = 0.4s PASSED lockstats_test.TestDeltaInLockInfoCanBeNegative (1.1s) PASSED lockstats_test.TestLockAndUnlockPartitionStats (1.4s) PASSED lockstats_test.TestUnlockPartitionedTableWouldUpdateGlobalCountCorrectly (1.2s) PASSED lockstats_test.TestLockAndUnlockPartitionsStats (1.2s) PASSED lockstats_test.TestTruncateTableShouldCleanUpLockInfo (1.0s) PASSED lockstats_test.TestLockAndUnlockPartitionStatsRepeatedly (1.1s) PASSED lockstats_test.TestDropTableShouldCleanUpLockInfo (1.0s) PASSED lockstats_test.TestSkipLockPartition (1.1s) PASSED lockstats_test.TestLockAndUnlockTablesStats (1.6s) PASSED lockstats_test.TestUnlockOnePartitionOfLockedTableWouldFail (1.1s) PASSED lockstats_test.TestLockTableAndUnlockTableStatsRepeatedly (1.1s) PASSED lockstats_test.TestUnlockTheUnlockedTableWouldGenerateWarning (1.2s) PASSED lockstats_test.TestSkipLockALotOfPartitions (0.9s) PASSED lockstats_test.TestLockAndUnlockPartitionedTableStats (1.1s) PASSED lockstats_test.TestReorganizePartitionShouldCleanUpLockInfo (1.2s) PASSED lockstats_test.TestDropPartitionShouldCleanUpLockInfo (1.3s) PASSED lockstats_test.TestTruncatePartitionShouldCleanUpLockInfo (1.2s) PASSED lockstats_test.TestExchangePartitionShouldChangeNothing (1.1s) PASSED lockstats_test.TestLockAndUnlockTableStats (1.0s) PASSED lockstats_test.TestNewPartitionShouldBeLockedIfWholeTableLocked (1.1s) PASSED lockstats_test.TestUnlockSomePartitionsWouldUpdateGlobalCountCorrectly (1.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_21_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_1_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_20_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_2_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_19_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_3_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_18_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_4_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_17_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_5_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_16_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_6_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_7_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_15_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_8_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_9_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_10_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_11_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_14_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_12_of_21/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_13_of_21/coverage.dat //pkg/bindinfo/tests:tests_test PASSED in 39.1s Stats over 22 runs: max = 39.1s, min = 6.9s, avg = 27.9s, dev = 5.6s PASSED tests_test.TestCrossDBBindingPlanCache (22.5s) PASSED tests_test.TestIssue50646 (22.0s) PASSED tests_test.TestStmtHints (21.6s) PASSED tests_test.TestPrepareCacheWithBinding (26.3s) PASSED tests_test.TestBindingWithIsolationRead (21.8s) PASSED tests_test.TestInvisibleIndex (21.2s) PASSED tests_test.TestCrossDBBindingInList (24.0s) PASSED tests_test.TestGCBindRecord (20.3s) PASSED tests_test.TestFuzzyBindingHints (0.0s) PASSED tests_test.TestSimplifiedCreateBinding (20.2s) PASSED tests_test.TestBindSQLDigest (24.3s) PASSED tests_test.TestJoinOrderHintWithBinding (19.9s) PASSED tests_test.TestDropBindBySQLDigest (32.3s) PASSED tests_test.TestCrossDBBindingGC (19.5s) PASSED tests_test.TestInvalidBindingCheck (19.6s) PASSED tests_test.TestBatchDropBindings (21.4s) PASSED tests_test.TestCrossDBDuplicatedBinding (20.2s) PASSED tests_test.TestCrossDBBindingBasic (28.9s) PASSED tests_test.TestCrossDBBindingPriority (20.5s) PASSED tests_test.TestCreateUpdateCrossDBBinding (19.5s) PASSED tests_test.TestCrossDBBindingSetVar (19.3s) PASSED tests_test.TestCrossDBBindingSwitch (19.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_22_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_2_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_3_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_1_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_4_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_5_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_21_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_6_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_11_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_8_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_7_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_10_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_9_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_20_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_13_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_12_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_15_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_14_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_16_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_17_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_19_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_18_of_22/coverage.dat //pkg/disttask/framework/integrationtests:integrationtests_test PASSED in 34.3s Stats over 22 runs: max = 34.3s, min = 3.2s, avg = 7.9s, dev = 7.3s PASSED integrationtests_test.TestOnTaskError (3.7s) PASSED integrationtests_test.TestOnTaskError/non_retryable_error_on_OnNextSubtasksBatch (0.9s) PASSED integrationtests_test.TestOnTaskError/retryable_error_on_OnNextSubtasksBatch (0.6s) PASSED integrationtests_test.TestOnTaskError/task_enter_awaiting-resolution_state_if_ManualRecovery_set,_cancel_also_works (0.6s) PASSED integrationtests_test.TestOnTaskError/task_enter_awaiting-resolution_state_if_ManualRecovery_set,_success_after_manual_recover (0.6s) PASSED integrationtests_test.TestHANodeRandomShutdown (4.3s) PASSED integrationtests_test.TestHAMultipleOwner (1.8s) PASSED integrationtests_test.TestHARandomShutdownInDifferentStep (7.3s) PASSED integrationtests_test.TestResourceControl (21.1s) PASSED integrationtests_test.TestResourceControl/fully-utilized (1.6s) PASSED integrationtests_test.TestResourceControl/fully-utilized-after-scale-out (4.6s) PASSED integrationtests_test.TestResourceControl/high-rank-task-executor-release-resource (2.3s) PASSED integrationtests_test.TestResourceControl/high-rank-task-preempt-resource (3.4s) PASSED integrationtests_test.TestResourceControl/low-rank-task-can-run-when-middle-rank-task-waiting-resource (4.1s) PASSED integrationtests_test.TestResourceControl/scale-in (5.2s) PASSED integrationtests_test.TestFrameworkPauseAndResume (2.8s) PASSED integrationtests_test.TestFrameworkRollback (1.5s) PASSED integrationtests_test.TestSetScope (0.9s) PASSED integrationtests_test.TestModifyTaskConcurrency (7.3s) PASSED integrationtests_test.TestModifyTaskConcurrency/modify_meta_and_decrease_concurrency_when_subtask_is_running,_and_apply_success (0.8s) PASSED integrationtests_test.TestModifyTaskConcurrency/modify_meta_and_increase_concurrency_when_subtask_is_running,_and_apply_success (0.7s) PASSED integrationtests_test.TestModifyTaskConcurrency/modify_paused_task_concurrency (1.4s) PASSED integrationtests_test.TestModifyTaskConcurrency/modify_pending_task_concurrency (0.7s) PASSED integrationtests_test.TestModifyTaskConcurrency/modify_pending_task_concurrency,_but_other_owner_already_done_it (0.7s) PASSED integrationtests_test.TestModifyTaskConcurrency/modify_pending_task_meta,_only_check_the_scheduler_part (0.8s) PASSED integrationtests_test.TestModifyTaskConcurrency/modify_running_task_concurrency_at_second_subtask_of_step_two (0.6s) PASSED integrationtests_test.TestModifyTaskConcurrency/modify_running_task_concurrency_at_step_two (0.7s) PASSED integrationtests_test.TestScopeBasic (8.5s) PASSED integrationtests_test.TestTaskCancelledBeforeUpdateTask (1.5s) PASSED integrationtests_test.TestTiDBMaxDistTaskNodesSettings (0.9s) PASSED integrationtests_test.TestFrameworkCleanUpRoutine (2.2s) PASSED integrationtests_test.TestFrameworkRunSubtaskCancelOrFailed (2.2s) PASSED integrationtests_test.TestFrameworkRunSubtaskCancelOrFailed/meet_cancel_on_run_subtask (0.6s) PASSED integrationtests_test.TestFrameworkRunSubtaskCancelOrFailed/meet_some_error_on_run_subtask (0.6s) PASSED integrationtests_test.TestRandomOwnerChangeWithMultipleTasks (7.8s) PASSED integrationtests_test.TestGC (3.6s) PASSED integrationtests_test.TestFrameworkScaleInAndOut (2.4s) PASSED integrationtests_test.TestFrameworkWithQuery (1.5s) PASSED integrationtests_test.TestOwnerChangeWhenSchedule (2.5s) PASSED integrationtests_test.TestFrameworkCancelTask (1.6s) PASSED integrationtests_test.TestFrameworkSubTaskInitEnvFailed (1.6s) PASSED integrationtests_test.TestTargetScope (31.6s) PASSED integrationtests_test.TestTargetScope/case-0 (3.6s) PASSED integrationtests_test.TestTargetScope/case-1 (3.0s) PASSED integrationtests_test.TestTargetScope/case-2 (3.0s) PASSED integrationtests_test.TestTargetScope/case-3 (3.0s) PASSED integrationtests_test.TestTargetScope/case-4 (3.0s) PASSED integrationtests_test.TestTargetScope/case-5 (3.0s) PASSED integrationtests_test.TestTargetScope/case-6 (3.0s) PASSED integrationtests_test.TestTargetScope/case-7 (3.0s) PASSED integrationtests_test.TestTargetScope/case-8 (3.0s) PASSED integrationtests_test.TestTargetScope/case-9 (3.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_1_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_2_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_4_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_3_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_22_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_5_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_6_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_8_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_21_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_7_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_20_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_10_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_19_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_18_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_11_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_17_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_12_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_13_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_16_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_14_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_15_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_9_of_22/coverage.dat //pkg/executor/test/jointest/hashjoin:hashjoin_test PASSED in 33.6s Stats over 22 runs: max = 33.6s, min = 25.8s, avg = 27.6s, dev = 1.8s PASSED hashjoin_test.TestIssue56825 (21.6s) PASSED hashjoin_test.TestIndexNestedLoopHashJoin (26.8s) PASSED hashjoin_test.TestIssue56214 (20.8s) PASSED hashjoin_test.TestIssue52902 (20.0s) PASSED hashjoin_test.TestHashJoin (20.7s) PASSED hashjoin_test.TestIssue55016 (19.7s) PASSED hashjoin_test.TestOuterTableBuildHashTableIsuse13933 (21.7s) PASSED hashjoin_test.TestInlineProjection4HashJoinIssue15316 (20.4s) PASSED hashjoin_test.TestIssue18572_1 (19.2s) PASSED hashjoin_test.TestIssue54755 (20.5s) PASSED hashjoin_test.TestIssue18572_2 (19.9s) PASSED hashjoin_test.TestIssue18572_3 (19.9s) PASSED hashjoin_test.TestExplainAnalyzeJoin (23.9s) PASSED hashjoin_test.TestKillDuringBuild (21.2s) PASSED hashjoin_test.TestIssue20270 (21.5s) PASSED hashjoin_test.TestIssue31129 (22.8s) PASSED hashjoin_test.TestFinalizeCurrentSegPanic (20.6s) PASSED hashjoin_test.TestKillDuringProbe (19.8s) PASSED hashjoin_test.TestSplitPartitionPanic (20.0s) PASSED hashjoin_test.TestProcessOneProbeChunkPanic (19.8s) PASSED hashjoin_test.TestCreateTasksPanic (20.2s) PASSED hashjoin_test.TestBuildHashTablePanic (20.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_22_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_1_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_21_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_2_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_3_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_20_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_4_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_5_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_6_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_19_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_7_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_8_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_9_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_18_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_10_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_11_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_12_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_17_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_13_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_14_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_15_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_16_of_22/coverage.dat //pkg/statistics/handle/ddl:ddl_test PASSED in 5.2s Stats over 22 runs: max = 5.2s, min = 3.1s, avg = 4.1s, dev = 0.5s PASSED ddl_test.TestDumpStatsDeltaBeforeHandleAddColumnEvent (1.1s) PASSED ddl_test.TestDumpStatsDeltaBeforeHandleDDLEvent (0.9s) PASSED ddl_test.TestExchangePartition (1.0s) PASSED ddl_test.TestDropSchema (1.0s) PASSED ddl_test.TestAddPartitioning (1.0s) PASSED ddl_test.TestRemovePartitioning (1.2s) PASSED ddl_test.TestExchangeAPartition (1.4s) PASSED ddl_test.TestDropPartitions (1.3s) PASSED ddl_test.TestDropAPartition (1.3s) PASSED ddl_test.TestTruncatePartitions (1.2s) PASSED ddl_test.TestDDLAfterLoad (1.7s) PASSED ddl_test.TestDDLTable (1.1s) PASSED ddl_test.TestTruncateAHashPartition (1.2s) PASSED ddl_test.TestSystemTableDDLHasNoEvent (1.2s) PASSED ddl_test.TestTruncateTable (1.0s) PASSED ddl_test.TestTruncateAPartitionedTable (1.1s) PASSED ddl_test.TestDDLHistogram (1.3s) PASSED ddl_test.TestDDLPartition (1.5s) PASSED ddl_test.TestTruncateAPartition (1.2s) PASSED ddl_test.TestReorgPartitions (1.2s) PASSED ddl_test.TestDecreasePartitionCountOfHashPartitionTable (1.1s) PASSED ddl_test.TestIncreasePartitionCountOfHashPartitionTable (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_22_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_21_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_20_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_19_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_18_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_17_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_16_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_15_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_14_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_13_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_1_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_2_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_12_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_3_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_4_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_5_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_6_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_7_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_11_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_8_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_10_of_22/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_9_of_22/coverage.dat //pkg/ddl/tests/indexmerge:indexmerge_test PASSED in 28.8s Stats over 23 runs: max = 28.8s, min = 27.0s, avg = 28.1s, dev = 0.4s PASSED indexmerge_test.TestAddIndexInsertAfterReorgSkipCheck (21.6s) PASSED indexmerge_test.TestAddIndexSkipReorgCheck (21.8s) PASSED indexmerge_test.TestAddUniqueIndexFalsePositiveDuplicate (21.2s) PASSED indexmerge_test.TestAddIndexUpdateUntouchedValues (21.2s) PASSED indexmerge_test.TestAddIndexDuplicateAndWriteConflict (20.8s) PASSED indexmerge_test.TestAddIndexMergeProcess (22.1s) PASSED indexmerge_test.TestAddIndexMultipleDelete (21.7s) PASSED indexmerge_test.TestAddPrimaryKeyMergeProcess (22.2s) PASSED indexmerge_test.TestAddIndexInsertIgnoreOnBackfill (21.5s) PASSED indexmerge_test.TestAddIndexMergeVersionIndexValue (21.6s) PASSED indexmerge_test.TestAddIndexDecodeTempIndexCommonHandle (21.5s) PASSED indexmerge_test.TestAddIndexMergeIndexUntouchedValue (21.1s) PASSED indexmerge_test.TestAddIndexMergeDeleteDifferentHandle (21.4s) PASSED indexmerge_test.TestCreateUniqueIndexKeyExist (21.8s) PASSED indexmerge_test.TestAddIndexMergeReplaceDelete (21.7s) PASSED indexmerge_test.TestAddIndexMergeIndexUpdateOnDeleteOnly (20.5s) PASSED indexmerge_test.TestAddIndexMergeInsertToDeletedTempIndex (21.3s) PASSED indexmerge_test.TestAddIndexMergeDeleteUniqueOnWriteOnly (20.9s) PASSED indexmerge_test.TestAddIndexMergeReplaceOnMerging (21.7s) PASSED indexmerge_test.TestAddIndexMergeDeleteNullUnique (21.8s) PASSED indexmerge_test.TestAddIndexMergeInsertOnMerging (21.3s) PASSED indexmerge_test.TestAddIndexMergeDoubleDelete (21.4s) PASSED indexmerge_test.TestAddIndexMergeConflictWithPessimistic (21.5s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_1_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_16_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_12_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_9_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_10_of_23/coverage.dat //pkg/kv:kv_test PASSED in 1.1s Stats over 23 runs: max = 1.1s, min = 0.9s, avg = 1.0s, dev = 0.1s PASSED kv.TestExchangeCompressionMode (0.0s) PASSED kv.TestMppVersion (0.0s) PASSED kv.TestIsRequestTypeSupported (0.0s) PASSED kv.TestVersion (0.0s) PASSED kv.TestError (0.0s) PASSED kv.TestFaultInjectionBasic (0.0s) PASSED kv.TestGetInt64 (0.0s) PASSED kv.TestPartialNext (0.0s) PASSED kv.TestBasicFunc (0.0s) PASSED kv.TestIsPoint (0.0s) PASSED kv.TestIncInt64 (0.0s) PASSED kv.TestPaddingHandle (0.0s) PASSED kv.TestHandleMap (0.0s) PASSED kv.TestHandle (0.0s) PASSED kv.TestInnerTxnStartTsBox (0.0s) PASSED kv.TestHandleMapWithPartialHandle (0.0s) PASSED kv.TestMemAwareHandleMapWithPartialHandle (0.0s) PASSED kv.TestKeyRangeDefinition (0.0s) PASSED kv.TestRetryExceedCountError (0.0s) PASSED kv.TestSetLossyDDLReorgSource (0.0s) PASSED kv.TestSetLossyDDLReorgSource/lossy_ddl_reorg_source_is_not_set (0.0s) PASSED kv.TestSetLossyDDLReorgSource/lossy_ddl_reorg_source_is_not_valid (0.0s) PASSED kv.TestSetLossyDDLReorgSource/lossy_ddl_reorg_source_is_set (0.0s) PASSED kv.TestSetLossyDDLReorgSource/lossy_ddl_reorg_source_is_set#01 (0.0s) PASSED kv.TestInterface (0.0s) PASSED kv.TestSetCDCWriteSource (0.0s) PASSED kv.TestSetCDCWriteSource/cdc_write_source_is_not_set (0.0s) PASSED kv.TestSetCDCWriteSource/cdc_write_source_is_not_valid (0.0s) PASSED kv.TestSetCDCWriteSource/cdc_write_source_is_set (0.0s) PASSED kv.TestBackOff (0.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_1_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_9_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_12_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_16_of_23/coverage.dat //pkg/planner/core/casetest/mpp:mpp_test PASSED in 4.8s Stats over 23 runs: max = 4.8s, min = 2.7s, avg = 3.6s, dev = 0.6s PASSED mpp_test.TestMPPJoinWithoutUselessExchange (1.1s) PASSED mpp_test.TestMPPJoinWithRemoveUselessExchange (1.0s) PASSED mpp_test.TestIssue52828 (1.0s) PASSED mpp_test.TestMppVersion (0.9s) PASSED mpp_test.TestPushDownAggForMPP (1.1s) PASSED mpp_test.TestPushDownProjectionForMPP (1.0s) PASSED mpp_test.TestPushDownSelectionForMPP (1.0s) PASSED mpp_test.TestMPPJoin (1.2s) PASSED mpp_test.TestRejectSortForMPP (1.0s) PASSED mpp_test.TestMPPLeftSemiJoin (1.0s) PASSED mpp_test.TestMPPOuterJoinBuildSideForBroadcastJoin (1.1s) PASSED mpp_test.TestMppAggTopNWithJoin (1.0s) PASSED mpp_test.TestMPPOuterJoinBuildSideForShuffleJoinWithFixedBuildSide (1.0s) PASSED mpp_test.TestMPPOuterJoinBuildSideForShuffleJoin (1.0s) PASSED mpp_test.TestMppFineGrainedJoinAndAgg (1.0s) PASSED mpp_test.TestMPPShuffledJoin (1.2s) PASSED mpp_test.TestMPPJoinWithCanNotFoundColumnInSchemaColumnsError (1.1s) PASSED mpp_test.TestMppJoinExchangeColumnPrune (1.0s) PASSED mpp_test.TestMPPWithHashExchangeUnderNewCollation (1.0s) PASSED mpp_test.TestMPPWithBroadcastExchangeUnderNewCollation (1.0s) PASSED mpp_test.TestMppJoinDecimal (1.1s) PASSED mpp_test.TestMPPAvgRewrite (0.9s) PASSED mpp_test.TestMppUnionAll (0.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_1_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_16_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_9_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_12_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_11_of_23/coverage.dat //pkg/statistics/handle/updatetest:updatetest_test PASSED in 5.1s Stats over 23 runs: max = 5.1s, min = 2.8s, avg = 4.0s, dev = 0.5s PASSED updatetest_test.TestAutoAnalyzePartitionTableAfterAddingIndex (1.4s) PASSED updatetest_test.TestNotDumpSysTable (1.0s) PASSED updatetest_test.TestFillMissingStatsMeta (1.0s) PASSED updatetest_test.TestStatsLockForDelta (1.2s) PASSED updatetest_test.TestStatsLockUnlockForAutoAnalyze (1.1s) PASSED updatetest_test.TestSingleSessionInsert (1.0s) PASSED updatetest_test.TestRollback (1.1s) PASSED updatetest_test.TestColumnTracking (1.0s) PASSED updatetest_test.TestMultiSession (1.0s) PASSED updatetest_test.TestTxnWithFailure (1.0s) PASSED updatetest_test.TestUpdatePartition (1.0s) PASSED updatetest_test.TestSplitRange (0.0s) PASSED updatetest_test.TestAutoUpdate (1.6s) PASSED updatetest_test.TestAutoUpdatePartition (1.1s) PASSED updatetest_test.TestIssue25700 (1.1s) PASSED updatetest_test.TestCollectPredicateColumnsFromExecute (2.0s) PASSED updatetest_test.TestOutOfOrderUpdate (1.0s) PASSED updatetest_test.TestLoadHistCorrelation (1.1s) PASSED updatetest_test.TestMergeTopN (0.0s) PASSED updatetest_test.TestStatsVariables (0.9s) PASSED updatetest_test.TestAutoUpdatePartitionInDynamicOnlyMode (1.3s) PASSED updatetest_test.TestDumpColumnStatsUsage (1.0s) PASSED updatetest_test.TestAutoAnalyzeRatio (1.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_1_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_9_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_12_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_16_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_15_of_23/coverage.dat //pkg/store:store_test PASSED in 43.6s Stats over 23 runs: max = 43.6s, min = 1.5s, avg = 5.5s, dev = 11.7s PASSED store.TestSetAssertion (0.0s) PASSED store.TestRegister (0.0s) PASSED store.TestRetryOpenStore (3.0s) PASSED store.TestIsolationMultiInc (0.2s) PASSED store.TestIsolationInc (0.1s) PASSED store.TestDBClose (0.0s) PASSED store.TestConditionUpdate (0.0s) PASSED store.TestConditionIfEqual (0.0s) PASSED store.TestConditionIfNotExist (0.0s) PASSED store.TestSeekMin (0.0s) PASSED store.TestRollback (0.0s) PASSED store.TestBasicTable (0.0s) PASSED store.TestBasicSeek (0.0s) PASSED store.TestSetNil (0.0s) PASSED store.TestDelete2 (0.0s) PASSED store.TestDelete (0.0s) PASSED store.TestInc (0.0s) PASSED store.TestSeek (0.0s) PASSED store.TestGetSet (0.0s) PASSED store.TestNew (0.0s) PASSED store.TestNewEtcdCliGetEtcdAddrs (0.0s) PASSED store.TestStoreErr (41.4s) PASSED store.TestStoreSwitchPeer (41.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_16_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_12_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_9_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_1_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_2_of_23/coverage.dat //pkg/table/tables/test/partition:partition_test PASSED in 13.5s Stats over 23 runs: max = 13.5s, min = 2.7s, avg = 5.1s, dev = 2.5s PASSED partition_test.TestAlterTablePartitionRollback (1.2s) PASSED partition_test.TestPartitionCoverage (1.3s) PASSED partition_test.TestPruningOverflow (1.0s) PASSED partition_test.TestExplainPartition (1.1s) PASSED partition_test.TestPointGetKeyPartitioning (1.0s) PASSED partition_test.TestPartitionAddRecord (1.0s) PASSED partition_test.TestHashPartitionAddRecord (1.0s) PASSED partition_test.TestPartitionGetPhysicalID (0.9s) PASSED partition_test.TestReorgPartExtensivePart (10.5s) PASSED partition_test.TestGeneratePartitionExpr (1.0s) PASSED partition_test.TestLocatePartition (1.0s) PASSED partition_test.TestIssue31629 (1.3s) PASSED partition_test.TestExchangePartitionStates (1.1s) PASSED partition_test.TestExchangePartitionCheckConstraintStates (1.0s) PASSED partition_test.TestExchangePartitionCheckConstraintStatesTwo (1.0s) PASSED partition_test.TestPartitionByExtensivePart (4.6s) PASSED partition_test.TestAddKeyPartitionStates (1.2s) PASSED partition_test.TestKeyPartitionTableBasic (1.4s) PASSED partition_test.TestKeyPartitionTableAllFeildType (2.2s) PASSED partition_test.TestPruneModeWarningInfo (0.9s) PASSED partition_test.TestPartitionByIntListExtensivePart (5.6s) PASSED partition_test.TestPartitionByIntExtensivePart (4.6s) PASSED partition_test.TestGlobalIndexPartitionByIntExtensivePart (4.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_1_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_9_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_12_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_16_of_23/coverage.dat //pkg/tablecodec:tablecodec_test PASSED in 1.0s Stats over 23 runs: max = 1.0s, min = 0.8s, avg = 0.9s, dev = 0.1s PASSED tablecodec.TestV2TableCodec (0.0s) PASSED tablecodec.TestBenchDaily (0.0s) PASSED tablecodec.TestTableCodec (0.0s) PASSED tablecodec.TestTempIndexValueCodec (0.0s) PASSED tablecodec.TestTableCodecInvalid (0.0s) PASSED tablecodec.TestRowCodec (0.0s) PASSED tablecodec.TestDecodeColumnValue (0.0s) PASSED tablecodec.TestTempIndexKey (0.0s) PASSED tablecodec.TestUnflattenDatums (0.0s) PASSED tablecodec.TestTimeCodec (0.0s) PASSED tablecodec.TestCutRow (0.0s) PASSED tablecodec.TestUntouchedIndexKValue (0.0s) PASSED tablecodec.TestCutKeyNew (0.0s) PASSED tablecodec.TestCutKey (0.0s) PASSED tablecodec.TestDecodeBadDecical (0.0s) PASSED tablecodec.TestError (0.0s) PASSED tablecodec.TestIndexKey (0.0s) PASSED tablecodec.TestRecordKey (0.0s) PASSED tablecodec.TestDecodeIndexKey (0.0s) PASSED tablecodec.TestPrefix (0.0s) PASSED tablecodec.TestDecodeAutoIDMeta (0.0s) PASSED tablecodec.TestRange (0.0s) PASSED tablecodec.TestCutPrefix (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_1_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_9_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_12_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_16_of_23/coverage.dat //pkg/util/stmtsummary:stmtsummary_test PASSED in 1.1s Stats over 23 runs: max = 1.1s, min = 0.8s, avg = 1.0s, dev = 0.1s PASSED stmtsummary.TestAccessPrivilege (0.0s) PASSED stmtsummary.TestPointGet (0.0s) PASSED stmtsummary.TestEndTime (0.0s) PASSED stmtsummary.TestPrevSQL (0.0s) PASSED stmtsummary.TestSummaryHistory (0.0s) PASSED stmtsummary.TestRefreshCurrentSummary (0.0s) PASSED stmtsummary.TestMapToEvictedCountDatum (0.0s) PASSED stmtsummary.TestSimpleStmtSummaryByDigestEvicted (0.0s) PASSED stmtsummary.TestFormatBackoffTypes (0.0s) PASSED stmtsummary.TestStmtSummaryByDigestEvictedElement (0.0s) PASSED stmtsummary.TestEvictedCountDetailed (0.0s) PASSED stmtsummary.TestEnableSummaryParallel (0.0s) PASSED stmtsummary.TestNewStmtSummaryByDigestEvictedElement (0.0s) PASSED stmtsummary.TestStmtSummaryByDigestEvicted (0.0s) PASSED stmtsummary.TestAddInfo (0.0s) PASSED stmtsummary.TestDisableStmtSummary (0.0s) PASSED stmtsummary.TestSetUp (0.0s) PASSED stmtsummary.TestToDatum (0.0s) PASSED stmtsummary.TestAddStatement (0.0s) PASSED stmtsummary.TestSetMaxStmtCountParallel (0.0s) PASSED stmtsummary.TestAddStatementParallel (0.0s) PASSED stmtsummary.TestMaxStmtCount (0.0s) PASSED stmtsummary.TestMaxSQLLength (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_1_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_16_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_9_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_12_of_23/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_13_of_23/coverage.dat //pkg/ddl/ingest:ingest_test PASSED in 68.5s Stats over 24 runs: max = 68.5s, min = 6.6s, avg = 29.1s, dev = 11.8s PASSED ingest_test.TestRiskOfDiskFull (0.0s) PASSED ingest_test.TestMemoryRoot (0.0s) PASSED ingest_test.TestAddIndexValidateRangesFailed (24.1s) PASSED ingest_test.TestAddGlobalIndexInIngestWithUpdate (23.7s) PASSED ingest_test.TestAddGlobalIndexInIngest (34.2s) PASSED ingest_test.TestAddIndexIngestPartitionCheckpoint (22.3s) PASSED ingest_test.TestAddIndexIngestJobWriteConflict (21.3s) PASSED ingest_test.TestMultiSchemaAddIndexMerge (28.3s) PASSED ingest_test.TestAddIndexDuplicateMessage (23.8s) PASSED ingest_test.TestAddIndexIngestMultiSchemaChange (32.7s) PASSED ingest_test.TestAddIndexIngestTimezone (25.9s) PASSED ingest_test.TestAddIndexCancelOnNoneState (20.6s) PASSED ingest_test.TestCheckpointManager (20.7s) PASSED ingest_test.TestAddIndexIngestClientError (23.8s) PASSED ingest_test.TestCheckpointManagerUpdateReorg (19.2s) PASSED ingest_test.TestIngestPartitionRowCount (23.5s) PASSED ingest_test.TestCheckpointManagerResumeReorg (20.2s) PASSED ingest_test.TestGenLightningDataDir (0.0s) PASSED ingest_test.TestAddIndexIngestCancel (21.6s) PASSED ingest_test.TestLitBackendCtxMgr (19.5s) PASSED ingest_test.TestAddIndexSetInternalSessions (21.0s) PASSED ingest_test.TestAddIndexIngestPanic (23.3s) PASSED ingest_test.TestAddIndexIngestPanic/Mock_panic_on_local_engine_writer (1.4s) PASSED ingest_test.TestAddIndexIngestPanic/Mock_panic_on_scan_record_operator (1.0s) PASSED ingest_test.TestIngestError (26.2s) PASSED ingest_test.TestAddIndexIngestGeneratedColumns (61.5s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_24_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_23_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_22_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_21_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_20_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_19_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_18_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_17_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_16_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_15_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_14_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_13_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_1_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_12_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_2_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_11_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_3_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_4_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_10_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_5_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_9_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_8_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_7_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_6_of_24/coverage.dat //pkg/disttask/framework/storage:storage_test PASSED in 142.6s Stats over 24 runs: max = 142.6s, min = 6.7s, avg = 33.3s, dev = 23.4s PASSED storage.TestSplitSubtasks (0.0s) PASSED storage.TestModifyTask (20.1s) PASSED storage.TestTaskState (21.5s) PASSED storage.TestTaskTable (21.7s) PASSED storage.TestSwitchTaskStep (24.0s) PASSED storage.TestTaskManagerEntrySize (135.2s) PASSED storage.TestSwitchTaskStepInBatch (25.4s) PASSED storage.TestGetActiveTaskExecInfo (24.2s) PASSED storage.TestGetTopUnfinishedTasks (25.4s) PASSED storage.TestSubtasksState (26.7s) PASSED storage.TestGetUsedSlotsOnNodes (23.1s) PASSED storage.TestRunningSubtasksBack2Pending (23.2s) PASSED storage.TestGetActiveSubtasks (22.3s) PASSED storage.TestSubtaskType (22.3s) PASSED storage.TestSubTaskTable (24.5s) PASSED storage.TestInitMeta (20.6s) PASSED storage.TestBothTaskAndSubTaskTable (21.3s) PASSED storage.TestTaskNotFound (21.7s) PASSED storage.TestGetSubtaskCntByStates (22.9s) PASSED storage.TestCancelAndExecIdChanged (21.0s) PASSED storage.TestDistFrameworkMeta (20.3s) PASSED storage.TestTaskHistoryTable (19.5s) PASSED storage.TestSubtaskHistoryTable (21.5s) PASSED storage.TestPauseAndResume (19.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_24_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_23_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_22_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_1_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_2_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_21_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_3_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_20_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_4_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_19_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_5_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_18_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_6_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_17_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_7_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_16_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_8_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_15_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_9_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_14_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_10_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_12_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_11_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_13_of_24/coverage.dat //pkg/executor/test/admintest:admintest_test PASSED in 17.8s Stats over 24 runs: max = 17.8s, min = 2.9s, avg = 4.9s, dev = 3.9s PASSED admintest_test.TestAdminCheckGeneratedColumns (1.0s) PASSED admintest_test.TestAdminCheckGlobalIndexDuringDDL (1.3s) PASSED admintest_test.TestAdminCheckGlobalIndexWithClusterIndex (1.0s) PASSED admintest_test.TestAdminCheckGlobalIndex (1.1s) PASSED admintest_test.TestAdminRecoverGlobalIndex (1.2s) PASSED admintest_test.TestAdminCleanUpGlobalIndex (1.2s) PASSED admintest_test.TestAdminRecoverIndex (1.3s) PASSED admintest_test.TestAdminCheckTableErrorLocateForClusterIndex (15.0s) PASSED admintest_test.TestAdminRecoverMVIndex (0.9s) PASSED admintest_test.TestAdminCleanupMVIndex (1.1s) PASSED admintest_test.TestClusteredIndexAdminRecoverIndex (1.2s) PASSED admintest_test.TestAdminRecoverPartitionTableIndex (1.3s) PASSED admintest_test.TestAdminCheckTableErrorLocate (14.8s) PASSED admintest_test.TestAdminRecoverIndex1 (1.0s) PASSED admintest_test.TestAdminCheckTableFailed (1.2s) PASSED admintest_test.TestAdminCleanupIndex (1.1s) PASSED admintest_test.TestAdminCheckWithSnapshot (1.2s) PASSED admintest_test.TestAdminCleanupIndexForPartitionTable (1.3s) PASSED admintest_test.TestAdminCleanupIndexPKNotHandle (1.3s) PASSED admintest_test.TestCheckFailReport (1.7s) PASSED admintest_test.TestAdminCleanupIndexMore (1.3s) PASSED admintest_test.TestAdminCheckPartitionTableFailed (1.4s) PASSED admintest_test.TestClusteredAdminCleanupIndex (1.0s) PASSED admintest_test.TestAdminCheckTableWithMultiValuedIndex (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_24_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_23_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_22_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_21_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_20_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_19_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_1_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_18_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_2_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_3_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_4_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_5_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_17_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_6_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_16_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_7_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_15_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_8_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_9_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_14_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_10_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_13_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_11_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_12_of_24/coverage.dat //pkg/executor/test/issuetest:issuetest_test PASSED in 10.7s Stats over 24 runs: max = 10.7s, min = 2.8s, avg = 4.2s, dev = 1.7s PASSED issuetest_test.TestIssue24210 (1.0s) PASSED issuetest_test.TestIssue55881 (1.7s) PASSED issuetest_test.TestCalculateBatchSize (0.0s) PASSED issuetest_test.TestUnionIssue (1.1s) PASSED issuetest_test.TestIndexReaderIssue53871AndIssue54160 (1.6s) PASSED issuetest_test.TestIssue28650 (2.5s) PASSED issuetest_test.TestIssue53221 (1.2s) PASSED issuetest_test.TestIssue30289 (1.1s) PASSED issuetest_test.TestIssue52978 (1.1s) PASSED issuetest_test.TestIssue51777 (1.1s) PASSED issuetest_test.TestIssue51998 (5.1s) PASSED issuetest_test.TestIssue51874 (1.1s) PASSED issuetest_test.TestIssue29498 (1.1s) PASSED issuetest_test.TestIssue50393 (1.0s) PASSED issuetest_test.TestIssue31678 (1.2s) PASSED issuetest_test.TestIssue42662 (3.2s) PASSED issuetest_test.TestIssue42298 (1.2s) PASSED issuetest_test.TestIndexJoin31494 (7.9s) PASSED issuetest_test.TestIssueRaceWhenBuildingExecutorConcurrently (2.1s) PASSED issuetest_test.TestFix31038 (1.0s) PASSED issuetest_test.TestIssue33214 (0.9s) PASSED issuetest_test.TestIssue20975 (1.2s) PASSED issuetest_test.TestIssue33038 (1.0s) PASSED issuetest_test.TestIssue20975WithPartitionTable (1.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_1_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_24_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_23_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_2_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_22_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_3_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_21_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_4_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_20_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_19_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_5_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_18_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_6_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_17_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_7_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_16_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_15_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_8_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_14_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_9_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_13_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_10_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_12_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_11_of_24/coverage.dat //pkg/executor/test/showtest:showtest_test PASSED in 4.8s Stats over 24 runs: max = 4.8s, min = 2.6s, avg = 3.5s, dev = 0.4s PASSED showtest_test.TestShowLimitReturnRow (1.1s) PASSED showtest_test.TestShowCreatePlacementPolicy (1.2s) PASSED showtest_test.TestShowVar (1.2s) PASSED showtest_test.TestShowCreateTableWithIntegerDisplayLengthWarnings (1.4s) PASSED showtest_test.TestShowConfig (1.1s) PASSED showtest_test.TestShowClusterConfig (1.0s) PASSED showtest_test.TestShowEscape (1.2s) PASSED showtest_test.TestAutoRandomWithLargeSignedShowTableRegions (1.2s) PASSED showtest_test.TestAutoRandomBase (1.0s) PASSED showtest_test.TestShowTableStatus (1.1s) PASSED showtest_test.TestCollation (1.2s) PASSED showtest_test.TestUnprivilegedShow (1.0s) PASSED showtest_test.TestShowCreateUser (1.2s) PASSED showtest_test.TestShow2 (1.2s) PASSED showtest_test.TestIssue11165 (1.0s) PASSED showtest_test.TestIssue10549 (1.0s) PASSED showtest_test.TestIssue17794 (0.9s) PASSED showtest_test.TestIssue18878 (1.0s) PASSED showtest_test.TestShowStatsPrivilege (1.0s) PASSED showtest_test.TestShowGrantsPrivilege (1.0s) PASSED showtest_test.TestShowWarningsForExprPushdown (0.9s) PASSED showtest_test.TestShowWarnings (0.9s) PASSED showtest_test.TestShowCreateTablePlacement (1.4s) PASSED showtest_test.TestShowVisibility (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_24_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_23_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_22_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_21_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_20_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_19_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_18_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_17_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_16_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_15_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_14_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_13_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_12_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_11_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_10_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_9_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_8_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_7_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_6_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_5_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_4_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_3_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_1_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_2_of_24/coverage.dat //pkg/planner/core/tests/prepare:prepare_test PASSED in 10.4s Stats over 24 runs: max = 10.4s, min = 2.6s, avg = 4.4s, dev = 1.8s PASSED prepare_test.TestHashPartitionAndPlanCache (1.6s) PASSED prepare_test.TestPrepareCacheForDynamicPartitionPruning (1.0s) PASSED prepare_test.TestPointGetForUpdateAutoCommitCache (1.0s) PASSED prepare_test.TestCacheHitInForUpdateRead (1.0s) PASSED prepare_test.TestCacheHitInRc (0.9s) PASSED prepare_test.TestConsistencyBetweenPrepareExecuteAndNormalSql (1.1s) PASSED prepare_test.TestPlanCacheWithRCWhenInfoSchemaChange (1.0s) PASSED prepare_test.TestCachedTable (1.0s) PASSED prepare_test.TestPartitionWithVariedDataSources (4.2s) PASSED prepare_test.TestPartitionTable (7.8s) PASSED prepare_test.TestPlanCacheSnapshot (1.0s) PASSED prepare_test.TestInvisibleIndexPrepare (0.9s) PASSED prepare_test.TestPlanCacheSwitchDB (1.0s) PASSED prepare_test.TestPlanCacheUnionScan (1.0s) PASSED prepare_test.TestIssue33031 (1.1s) PASSED prepare_test.TestPrepareCacheForPartition (1.9s) PASSED prepare_test.TestPrepareWithSnapshot (1.0s) PASSED prepare_test.TestPrepareOverMaxPreparedStmtCount (1.0s) PASSED prepare_test.TestPointGetPreparedPlan4PlanCache (1.0s) PASSED prepare_test.TestRandomFlushPlanCache (1.7s) PASSED prepare_test.TestPrepareCacheNow (3.2s) PASSED prepare_test.TestPrepareCache (1.0s) PASSED prepare_test.TestPrepareCacheDeferredFunction (0.9s) PASSED prepare_test.TestPrepareCacheChangingParamType (5.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_24_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_23_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_22_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_21_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_20_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_19_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_18_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_17_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_16_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_15_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_14_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_13_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_12_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_11_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_10_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_9_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_8_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_7_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_1_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_2_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_6_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_3_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_5_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_4_of_24/coverage.dat //pkg/timer/runtime:runtime_test PASSED in 7.1s Stats over 24 runs: max = 7.1s, min = 4.5s, avg = 4.8s, dev = 0.5s PASSED runtime.TestHookWorkerLoopHandleRequestPanicRecover (0.0s) PASSED runtime.TestCacheUpdate (0.0s) PASSED runtime.TestCacheSort (0.0s) PASSED runtime.TestFullUpdateCache (0.0s) PASSED runtime.TestLocationChanged (0.0s) PASSED runtime.TestRuntimeStartStop (0.0s) PASSED runtime.TestHookWorkerLoopPanicRecover (0.0s) PASSED runtime.TestEnsureWorker (0.0s) PASSED runtime.TestTryTriggerTimePriority (0.0s) PASSED runtime.TestTryTriggerTimer (0.0s) PASSED runtime.TestHandleHookWorkerResponse (0.0s) PASSED runtime.TestNextTryTriggerDuration (0.0s) PASSED runtime.TestFullRefreshTimers (0.0s) PASSED runtime.TestBatchHandlerWatchResponses (0.0s) PASSED runtime.TestCloseWaitingCloseTimers (0.0s) PASSED runtime.TestWorkerProcessManualRequest (0.0s) PASSED runtime.TestCreateWatchTimerChan (0.0s) PASSED runtime.TestWatchTimerRetry (0.1s) PASSED runtime.TestTimerRuntimeLoopPanicRecover (0.0s) PASSED runtime.TestWorkerStartStop (0.1s) PASSED runtime.TestTimerFullProcess (2.0s) PASSED runtime.TestWorkerProcessIdleTimerSuccess (0.0s) PASSED runtime.TestWorkerProcessDelayOrErr (0.0s) PASSED runtime.TestWorkerProcessTriggeredTimerSuccess (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_24_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_1_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_2_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_3_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_4_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_5_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_23_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_6_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_8_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_7_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_9_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_10_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_11_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_12_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_13_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_22_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_14_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_15_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_17_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_18_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_16_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_19_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_21_of_24/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_20_of_24/coverage.dat //br/pkg/restore/snap_client:snap_client_test PASSED in 3.9s Stats over 25 runs: max = 3.9s, min = 2.3s, avg = 2.7s, dev = 0.5s PASSED snap_client.TestSortAndValidateFileRanges (0.0s) PASSED snap_client.TestGetSortedPhysicalTables (0.0s) PASSED snap_client.TestMapTableToFiles (0.0s) PASSED snap_client.TestMonitorTheSystemTableIncremental (0.0s) PASSED snap_client.TestCheckSysTableCompatibility (0.0s) PASSED snap_client.TestContextManagerOnlineLeave (1.5s) PASSED snap_client.TestContextManagerOnlineNoStores (0.0s) PASSED snap_client.TestContextManagerOffline (0.0s) PASSED snap_client.TestConcurrency (0.0s) PASSED snap_client.TestConflict (0.0s) PASSED snap_client.TestReopen (0.0s) PASSED snap_client.TestCollManyFileAndRewriteRules (0.0s) PASSED snap_client.TestCollAFile (0.0s) PASSED snap_client.TestSnapImporterRaw (0.0s) PASSED snap_client.TestCreateTables (0.1s) PASSED snap_client.TestSnapImporter (0.0s) PASSED snap_client.TestNeedCheckTargetClusterFresh (1.1s) PASSED snap_client.TestUnproperConfigSnapImporter (0.0s) PASSED snap_client.TestCheckTargetClusterFresh (1.1s) PASSED snap_client.TestCheckTargetClusterFreshWithTable (1.1s) PASSED snap_client.TestGetSSTMetaFromFile (0.0s) PASSED snap_client.TestInitFullClusterRestore (0.0s) PASSED snap_client.TestGetKeyRangeByMode (0.0s) PASSED snap_client.TestSetSpeedLimit (0.2s) PASSED snap_client.TestSortTablesBySchemaID (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_25_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_24_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_23_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_22_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_21_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_20_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_19_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_18_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_17_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_16_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_15_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_14_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_13_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_12_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_1_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_11_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_2_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_10_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_3_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_4_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_9_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_5_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_8_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_6_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_7_of_25/coverage.dat //pkg/ddl/placement:placement_test PASSED in 5.4s Stats over 25 runs: max = 5.4s, min = 4.6s, avg = 5.0s, dev = 0.2s PASSED placement.TestNewRuleAndNewRules (0.0s) PASSED placement.TestClone (0.0s) PASSED placement.TestEmpty (0.0s) PASSED placement.TestCloneBundle (0.0s) PASSED placement.TestNewFullTableBundles (0.0s) PASSED placement.TestObjectID (0.0s) PASSED placement.TestGetLeaderDCByBundle (0.0s) PASSED placement.TestNewPartitionListBundles (0.0s) PASSED placement.TestString (0.0s) PASSED placement.TestNewBundle (0.0s) PASSED placement.TestNewPartitionBundle (0.0s) PASSED placement.TestNewBundleFromOptions (0.0s) PASSED placement.TestResetBundleWithSingleRule (0.0s) PASSED placement.TestNewTableBundle (0.0s) PASSED placement.TestResetBundleWithMultiRules (0.0s) PASSED placement.TestTidy (0.0s) PASSED placement.TestTidy2 (0.0s) PASSED placement.TestTidy2/Empty_bundle (0.0s) PASSED placement.TestTidy2/Rules_with_different_constraints_are_kept_separate (0.0s) PASSED placement.TestTidy2/Rules_with_empty_constraints_are_merged (0.0s) PASSED placement.TestTidy2/Rules_with_same_constraints_and_role_are_merged,__Leader_+_Follower_+_Learner_|_Follower (0.0s) PASSED placement.TestTidy2/Rules_with_same_constraints_and_role_are_merged,__Leader_+_Follower_+_Learner_|_Voter (0.0s) PASSED placement.TestTidy2/Rules_with_same_constraints_and_role_are_merged,__Leader_+_Follower_+_Voter (0.0s) PASSED placement.TestTidy2/Rules_with_same_constraints_and_role_are_merged,__Leader_+_Follower_+_Voter_+_Learner (0.0s) PASSED placement.TestTidy2/Rules_with_same_constraints_are_merged,_Leader_+_Follower (0.0s) PASSED placement.TestTidy2/Rules_with_same_constraints_are_merged,_Leader_+_Voter (0.0s) PASSED placement.TestGroup (0.0s) PASSED placement.TestRestoreConstraints (0.0s) PASSED placement.TestNewFromYaml (0.0s) PASSED placement.TestNewConstraint (0.0s) PASSED placement.TestRestoreConstraint (0.0s) PASSED placement.TestCompatibleWith (0.0s) PASSED placement.TestAdd (0.0s) PASSED placement.TestNewConstraints (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_25_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_24_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_1_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_2_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_23_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_3_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_4_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_22_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_5_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_6_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_21_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_7_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_8_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_20_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_9_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_10_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_11_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_12_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_19_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_13_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_14_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_15_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_16_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_18_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_17_of_25/coverage.dat //pkg/lightning/checkpoints:checkpoints_test PASSED in 6.4s Stats over 25 runs: max = 6.4s, min = 5.2s, avg = 5.9s, dev = 0.4s PASSED checkpoints.TestTableCheckpointApplyBases (0.0s) PASSED checkpoints.TestSeparateCompletePath (0.0s) PASSED checkpoints.TestCheckpointMarshallUnmarshall (0.0s) PASSED checkpoints.TestApplyDiff (0.0s) PASSED checkpoints.TestRebaseCheckpoint (0.0s) PASSED checkpoints.TestGet (0.0s) PASSED checkpoints.TestGet/add-index-by-sql (0.0s) PASSED checkpoints.TestGet/normal (0.0s) PASSED checkpoints.TestMergeChunkCheckpoint (0.0s) PASSED checkpoints.TestRemoveAllCheckpoints (0.0s) PASSED checkpoints.TestRemoveOneCheckpoint (0.0s) PASSED checkpoints.TestMergeInvalidStatusCheckpoint (0.0s) PASSED checkpoints.TestIgnoreAllErrorCheckpoints (0.0s) PASSED checkpoints.TestIgnoreOneErrorCheckpoints (0.0s) PASSED checkpoints.TestDestroyAllErrorCheckpoints (0.0s) PASSED checkpoints.TestDestroyOneErrorCheckpoint (0.0s) PASSED checkpoints.TestMergeStatusCheckpoint (0.0s) PASSED checkpoints.TestNormalOperations (0.0s) PASSED checkpoints.TestNormalOperationsWithAddIndexBySQL (0.1s) PASSED checkpoints.TestRemoveAllCheckpoints_SQL (0.0s) PASSED checkpoints.TestRemoveOneCheckpoint_SQL (0.0s) PASSED checkpoints.TestIgnoreAllErrorCheckpoints_SQL (0.0s) PASSED checkpoints.TestIgnoreOneErrorCheckpoint (0.0s) PASSED checkpoints.TestDestroyAllErrorCheckpoints_SQL (0.0s) PASSED checkpoints.TestMoveCheckpoints (0.0s) PASSED checkpoints.TestDestroyOneErrorCheckpoints (0.0s) PASSED checkpoints.TestDump (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_25_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_24_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_23_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_22_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_21_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_1_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_20_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_2_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_3_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_19_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_4_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_5_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_6_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_7_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_18_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_8_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_9_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_10_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_11_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_12_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_13_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_14_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_17_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_15_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_16_of_25/coverage.dat //pkg/planner/cascades/old:old_test PASSED in 1.5s Stats over 25 runs: max = 1.5s, min = 1.1s, avg = 1.3s, dev = 0.1s PASSED old.TestMergeAdjacentWindow (0.0s) PASSED old.TestInjectProj (0.0s) PASSED old.TestDecorrelate (0.0s) PASSED old.TestTransformAggToProj (0.0s) PASSED old.TestTransformAggregateCaseToSelection (0.0s) PASSED old.TestEliminateOuterJoin (0.0s) PASSED old.TestPushLimitDownTiKVSingleGather (0.0s) PASSED old.TestPostTransformationRules (0.0s) PASSED old.TestTransformLimitToTableDual (0.0s) PASSED old.TestMergeAdjacentLimit (0.0s) PASSED old.TestGetEnforcerRules (0.0s) PASSED old.TestMergeAdjacentTopN (0.0s) PASSED old.TestNewProperties (0.0s) PASSED old.TestMergeAggregationProjection (0.0s) PASSED old.TestImplGroupZeroCost (0.0s) PASSED old.TestEliminateMaxMin (0.0s) PASSED old.TestInitGroupSchema (0.0s) PASSED old.TestProjectionElimination (0.0s) PASSED old.TestFillGroupStats (0.0s) PASSED old.TestPreparePossibleProperties (0.0s) PASSED old.TestTopNRules (0.0s) PASSED old.TestAppliedRuleSet (0.0s) PASSED old.TestGroupStringer (0.0s) PASSED old.TestPredicatePushDown (0.0s) PASSED old.TestAggPushDownGather (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_25_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_24_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_23_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_22_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_21_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_20_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_19_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_18_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_17_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_16_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_1_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_15_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_2_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_14_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_3_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_13_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_4_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_12_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_5_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_6_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_11_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_7_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_8_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_10_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_9_of_25/coverage.dat //pkg/sessiontxn:sessiontxn_test PASSED in 5.2s Stats over 25 runs: max = 5.2s, min = 2.4s, avg = 3.6s, dev = 0.8s PASSED sessiontxn_test.TestRcWaitTSInSlowLog (1.0s) PASSED sessiontxn_test.TestConflictErrorsUseRcWriteCheckTs (1.1s) PASSED sessiontxn_test.TestRcTSOCmdCountForTextSQLExecuteExtra (1.2s) PASSED sessiontxn_test.TestRcTSOCmdCountForTextSQLExecuteNormal (1.5s) PASSED sessiontxn_test.TestRcTSOCmdCountForPrepareExecuteExtra (1.2s) PASSED sessiontxn_test.TestRcTSOCmdCountForPrepareExecuteNormal (1.5s) PASSED sessiontxn_test.TestSnapshotInterceptor (1.0s) PASSED sessiontxn_test.TestGetSnapshot (1.2s) PASSED sessiontxn_test.TestGetSnapshot/Optimistic (0.0s) PASSED sessiontxn_test.TestGetSnapshot/Pessimistic_Read_Committed (0.0s) PASSED sessiontxn_test.TestGetSnapshot/Pessimistic_Repeatable_Read (0.0s) PASSED sessiontxn_test.TestGetSnapshot/Pessimistic_Serializable (0.0s) PASSED sessiontxn_test.TestEnterNewTxn (1.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnBeforeStmt (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnBeforeStmt_and_autocommit=0 (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnDefault (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnDefault#01 (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnWithBeginStmt_and_reuse_txn (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnWithBeginStmt_simple (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnWithBeginStmt_with_CausalConsistencyOnly (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnWithBeginStmt_with_staleness (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnWithBeginStmt_with_tidb_txn_mode=optimistic;begin_pessimistic (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnWithBeginStmt_with_tidb_txn_mode=pessimistic (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnWithBeginStmt_with_tidb_txn_mode=pessimistic;begin_optimistic (0.0s) PASSED sessiontxn_test.TestEnterNewTxn/EnterNewTxnWithReplaceProvider (0.0s) PASSED sessiontxn_test.TestTSOCmdCountForTextSql (1.4s) PASSED sessiontxn_test.TestTSOCmdCountForPrepareExecute (1.1s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode (1.5s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#00 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#01 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#02 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#03 (0.1s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#04 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#05 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#06 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#07 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#08 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#09 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#10 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#11 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#12 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#13 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#14 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode/#15 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry (2.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#00 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#01 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#02 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#03 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#04 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#05 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#06 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#07 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#08 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#09 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#10 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#11 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#12 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#13 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#14 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#15 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#16 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#17 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#18 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#19 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#20 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#21 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#22 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#23 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#24 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#25 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#26 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#27 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#28 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#29 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#30 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#31 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#32 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#33 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#34 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#35 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#36 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#37 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#38 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#39 (0.0s) PASSED sessiontxn_test.TestTxnContextPreparedStmtWithForUpdate (1.0s) PASSED sessiontxn_test.TestTxnContextForSimpleCases (1.0s) PASSED sessiontxn_test.TestTxnContextInExplicitTxn (1.1s) PASSED sessiontxn_test.TestTxnContextForStaleReadInPrepare (1.3s) PASSED sessiontxn_test.TestTxnContextBeginInUnfinishedTxn (1.0s) PASSED sessiontxn_test.TestTxnContextWithAutocommitFalse (1.0s) PASSED sessiontxn_test.TestStaleReadInPrepare (1.2s) PASSED sessiontxn_test.TestTxnContextInRC (1.1s) PASSED sessiontxn_test.TestTxnContextInPessimisticKeyConflict (1.1s) PASSED sessiontxn_test.TestTxnContextForPrepareExecute (1.0s) PASSED sessiontxn_test.TestTxnContextForHistoricalRead (1.1s) PASSED sessiontxn_test.TestTxnContextForStaleRead (2.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_25_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_24_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_23_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_22_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_21_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_20_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_19_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_18_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_17_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_16_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_15_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_14_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_13_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_12_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_1_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_2_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_11_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_3_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_4_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_10_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_5_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_6_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_9_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_7_of_25/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_8_of_25/coverage.dat //br/pkg/restore/split:split_test PASSED in 2.1s Stats over 26 runs: max = 2.1s, min = 1.2s, avg = 1.6s, dev = 0.2s PASSED split.TestSumSorted (0.0s) PASSED split.TestBatchSplit (0.0s) PASSED split.TestSplitPoint2 (0.0s) PASSED split.TestSplitScatter (0.0s) PASSED split.TestSplitPoint (0.0s) PASSED split.TestSplitScatterRawKV (0.0s) PASSED split.TestRawSplit (0.0s) PASSED split.TestSplitScatterEmptyEndKey (0.0s) PASSED split.TestSplitAndScatter (0.0s) PASSED split.TestScanRegionEmptyResult (0.4s) PASSED split.TestSplitEmptyRegion (0.0s) PASSED split.TestSplitMeetErrorAndRetry (0.5s) PASSED split.TestScanRegionBackOfferWithSuccess (0.1s) PASSED split.TestScanRegionBackOfferWithFail (0.0s) PASSED split.TestScanEmptyRegion (0.0s) PASSED split.TestScatterSequentiallyRetryCnt (0.0s) PASSED split.TestScatterBackwardCompatibility (0.0s) PASSED split.TestScanRegionBackOfferWithStopRetry (0.0s) PASSED split.TestScanRegionsWithRetry (0.0s) PASSED split.TestWaitForScatterRegions (0.4s) PASSED split.TestBackoffMayNotCountBackoffer (0.0s) PASSED split.TestSplitCtxCancel (0.0s) PASSED split.TestGetSplitKeyPerRegion (0.0s) PASSED split.TestSplitCheckPartRegionConsistency (0.0s) PASSED split.TestPaginateScanRegion (0.4s) PASSED split.TestRegionConsistency (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_26_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_1_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_25_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_2_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_24_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_3_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_23_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_4_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_22_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_5_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_21_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_6_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_7_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_8_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_20_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_10_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_11_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_9_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_19_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_12_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_13_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_14_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_15_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_18_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_16_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_17_of_26/coverage.dat //pkg/infoschema:infoschema_test PASSED in 3.9s Stats over 26 runs: max = 3.9s, min = 1.7s, avg = 2.8s, dev = 0.7s PASSED infoschema.TestPurge (0.0s) PASSED infoschema.TestCacheSize (0.0s) PASSED infoschema.TestGetKeptAllocators (0.0s) PASSED infoschema.TestGetKeptAllocators/case_0 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_1 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_2 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_3 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_4 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_5 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_6 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_7 (0.0s) PASSED infoschema.TestContains (0.0s) PASSED infoschema.TestInfoSchemaAddDel (0.0s) PASSED infoschema.TestBasic (0.0s) PASSED infoschema.TestBasic/invalid_table_ID_(negative) (0.0s) PASSED infoschema.TestBasic/non-existent_table_ID (0.0s) PASSED infoschema.TestBasic/valid_table_ID (0.0s) PASSED infoschema.TestSievePolicy (0.0s) PASSED infoschema.TestMockInfoSchema (0.0s) PASSED infoschema.TestRemove (0.0s) PASSED infoschema.TestInfoTables (0.0s) PASSED infoschema.TestBuildSchemaWithGlobalTemporaryTable (0.1s) PASSED infoschema.TestGetAndSet (0.0s) PASSED infoschema.TestBuildBundle (1.1s) PASSED infoschema.TestMetricSchemaDef (0.0s) PASSED infoschema.TestWithRefillOption (1.0s) PASSED infoschema.TestLocalTemporaryTables (0.0s) PASSED infoschema.TestEnableInfoSchemaV2 (0.0s) PASSED infoschema.TestInfoschemaCache (0.0s) PASSED infoschema.TestApplyDiff (0.2s) PASSED infoschema.TestInfoSchemaCreateTableLike (1.3s) PASSED infoschema.TestDataStructFieldsCorrectnessInSchemaChange (0.0s) PASSED infoschema.TestV2Basic (0.0s) PASSED infoschema.TestV2Basic/invalid_table_ID_(negative) (0.0s) PASSED infoschema.TestV2Basic/non-existent_table_ID (0.0s) PASSED infoschema.TestV2Basic/valid_table_ID (0.0s) PASSED infoschema.TestMisc (0.0s) PASSED infoschema.TestBundles (0.0s) PASSED infoschema.TestSpecialAttributeCorrectnessInSchemaChange (0.0s) PASSED infoschema.TestReferredFKInfo (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_26_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_25_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_1_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_24_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_2_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_3_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_23_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_4_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_22_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_5_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_6_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_21_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_7_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_20_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_8_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_9_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_11_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_19_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_12_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_10_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_18_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_13_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_14_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_15_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_17_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_16_of_26/coverage.dat //pkg/util/ranger:ranger_test PASSED in 4.6s Stats over 26 runs: max = 4.6s, min = 1.7s, avg = 3.1s, dev = 0.6s PASSED ranger_test.TestIntersectionOverlap (0.0s) PASSED ranger_test.TestIntersectionSubset (0.0s) PASSED ranger_test.TestIntersectionEmpty (0.0s) PASSED ranger_test.TestRangeMemUsage (0.0s) PASSED ranger_test.TestIsFullRange (0.0s) PASSED ranger_test.TestRange (0.0s) PASSED ranger_test.TestMinAccessCondsForDNFCond (1.1s) PASSED ranger_test.TestMinAccessCondsForDNFCond/(a=1)_or_(a=3_and_b=4)_or_(a=5_and_b=6_and_c=7) (0.0s) PASSED ranger_test.TestMinAccessCondsForDNFCond/(a=1_and_b=2)_or_(a=3_and_b=4)_or_(a=5_and_b=6_and_c=7) (0.0s) PASSED ranger_test.TestMinAccessCondsForDNFCond/(a=1_and_b=2)_or_(a=3_and_b=4)_or_(a=5_and_b=6_and_c=7)#01 (0.0s) PASSED ranger_test.TestMinAccessCondsForDNFCond/(a=1_and_b=2)_or_(a=3_and_b=4)_or_(a=5_and_b=6_and_c=7)#02 (0.0s) PASSED ranger_test.TestMinAccessCondsForDNFCond/(a=1_and_b=2)_or_(a=3_and_b=4)_or_(a=5_and_b=6_and_c=7)#03 (0.0s) PASSED ranger_test.TestMinAccessCondsForDNFCond/(a=1_and_b=2)_or_(a=3_and_b=4)_or_(a=5_and_b=6_and_c=7)#04 (0.0s) PASSED ranger_test.TestMinAccessCondsForDNFCond/a_=_1 (0.0s) PASSED ranger_test.TestMinAccessCondsForDNFCond/a_=_1_or_a_=_2_or_a_=_3 (0.0s) PASSED ranger_test.TestMinAccessCondsForDNFCond/a_=_1_or_b_=_2_or_c_=_3 (0.0s) PASSED ranger_test.TestIssue50051 (1.1s) PASSED ranger_test.TestIssue40997 (1.2s) PASSED ranger_test.TestPrefixIndexRange (1.0s) PASSED ranger_test.TestRangeFallbackForBuildColumnRange (1.1s) PASSED ranger_test.TestRangeFallbackForBuildTableRange (1.1s) PASSED ranger_test.TestRangeFallbackForDetachCondAndBuildRangeForIndex (1.0s) PASSED ranger_test.TestShardIndexFuncSuites (1.0s) PASSED ranger_test.TestTableShardIndex (1.2s) PASSED ranger_test.TestTableShardIndex/#00 (0.0s) PASSED ranger_test.TestTableShardIndex/#01 (0.0s) PASSED ranger_test.TestTableShardIndex/((a=100_and_b_=_100)_or_a_=_200)_and_b_=_300 (0.0s) PASSED ranger_test.TestTableShardIndex/((a=100_and_b_=_100)_or_a_=_200)_or_a_=_300 (0.0s) PASSED ranger_test.TestTableShardIndex/(a,_b)_in_((100,_100)) (0.0s) PASSED ranger_test.TestTableShardIndex/(a,_b)_in_((100,_100),_(200,_200)) (0.0s) PASSED ranger_test.TestTableShardIndex/(a=100_and_b_=_100)_or__(a=200_and_b_=_200) (0.0s) PASSED ranger_test.TestTableShardIndex/(a=100_and_b_=_100)_or_a_=_300 (0.0s) PASSED ranger_test.TestTableShardIndex/_tidb_shard(a)_=_8 (0.0s) PASSED ranger_test.TestTableShardIndex/a=100 (0.0s) PASSED ranger_test.TestTableShardIndex/a=100#01 (0.0s) PASSED ranger_test.TestTableShardIndex/a=100_and_(b_=_100_or_b_=_200) (0.0s) PASSED ranger_test.TestTableShardIndex/a=100_or_a_=_200__or_1 (0.0s) PASSED ranger_test.TestTableShardIndex/a=100_or_b_=_200 (0.0s) PASSED ranger_test.TestTableShardIndex/a=100_or_b_>_200 (0.0s) PASSED ranger_test.TestTableShardIndex/a_=_1 (0.0s) PASSED ranger_test.TestTableShardIndex/a_=_100 (0.0s) PASSED ranger_test.TestTableShardIndex/a_=_100_and_b_=_100 (0.0s) PASSED ranger_test.TestTableShardIndex/a_=_100_and_b_=_100#01 (0.0s) PASSED ranger_test.TestTableShardIndex/a_=_100_or_b_=_100 (0.0s) PASSED ranger_test.TestTableShardIndex/a_=_3_or_a_>_900 (0.0s) PASSED ranger_test.TestTableShardIndex/a_=_b (0.0s) PASSED ranger_test.TestTableShardIndex/a_=_b_and_b_=_100 (0.0s) PASSED ranger_test.TestTableShardIndex/a_>_900 (0.0s) PASSED ranger_test.TestTableShardIndex/a_IN_(100) (0.0s) PASSED ranger_test.TestTableShardIndex/a_IN_(100,_200,_300) (0.0s) PASSED ranger_test.TestTableShardIndex/a_IN_(100,_200,_300)_or_a_=_400 (0.0s) PASSED ranger_test.TestTableShardIndex/b_=_100 (0.0s) PASSED ranger_test.TestTableShardIndex/test3.a_=_100 (0.0s) PASSED ranger_test.TestTableShardIndex/test3.a_=_100_AND_test6.a_=_10 (0.0s) PASSED ranger_test.TestTableShardIndex/test3.a_=_100_and_test33.a_>_10 (0.0s) PASSED ranger_test.TestTableShardIndex/test3.a_=_100_or_test6.a_=_10 (0.0s) PASSED ranger_test.TestIndexRange (0.9s) PASSED ranger_test.TestIndexRange/(a_>_'a')_or_(c_>_1) (0.0s) PASSED ranger_test.TestIndexRange/(a_>_'a'_and_a_<_'b')_or_(a_>=_'b'_and_a_<_'c') (0.0s) PASSED ranger_test.TestIndexRange/(a_>_'a'_and_a_<_'b'_and_b_<_1)_or_(a_>=_'b'_and_a_<_'c') (0.0s) PASSED ranger_test.TestIndexRange/(a_>_'b'_and_a_<_'bbb')_or_(a_<_'cb'_and_a_>_'a') (0.0s) PASSED ranger_test.TestIndexRange/(a_in_('a',_'b')_and_b_<_1)_or_(a_>=_'b'_and_a_<_'c') (0.0s) PASSED ranger_test.TestIndexRange/a_=_'a'_and_b_in_(1,_2,_3) (0.0s) PASSED ranger_test.TestIndexRange/a_=_'a'_and_b_not_in_(1,_2,_3) (0.0s) PASSED ranger_test.TestIndexRange/a_>_NULL (0.0s) PASSED ranger_test.TestIndexRange/a_LIKE_"\\" (0.0s) PASSED ranger_test.TestIndexRange/a_LIKE_"\\\\a%" (0.0s) PASSED ranger_test.TestIndexRange/a_LIKE_"ab\_c" (0.0s) PASSED ranger_test.TestIndexRange/a_LIKE_'%' (0.0s) PASSED ranger_test.TestIndexRange/a_LIKE_'\%a' (0.0s) PASSED ranger_test.TestIndexRange/a_LIKE_'abc%' (0.0s) PASSED ranger_test.TestIndexRange/a_LIKE_'abc' (0.0s) PASSED ranger_test.TestIndexRange/a_LIKE_'abc_' (0.0s) PASSED ranger_test.TestIndexRange/a_in_('a')_and_b_in_('1',_2.0,_NULL) (0.0s) PASSED ranger_test.TestIndexRange/a_in_(NULL) (0.0s) PASSED ranger_test.TestIndexRange/a_not_in_(NULL,_'1',_'2',_'3') (0.0s) PASSED ranger_test.TestIndexRange/c_=_1_and_c_=_2 (0.0s) PASSED ranger_test.TestIndexRange/c_in_('1.1',_1,_1.1)_and_a_in_('1',_'a',_NULL) (0.0s) PASSED ranger_test.TestIndexRange/c_in_(1,_1,_1,_1,_1,_1,_2,_1,_2,_3,_2,_3,_4,_4,_1,_2) (0.0s) PASSED ranger_test.TestIndexRange/c_in_(1,_2)_and_c_in_(1,_3) (0.0s) PASSED ranger_test.TestIndexRange/c_not_in_(1,_2,_3) (0.0s) PASSED ranger_test.TestIndexRange/d_<_"??"_||_d_>_"??" (0.0s) PASSED ranger_test.TestIndexRange/d_=_"???" (0.0s) PASSED ranger_test.TestIndexRange/d_in_("???",_"??") (0.0s) PASSED ranger_test.TestIndexRange/d_in_('aab',_'aac')_and_e_=_'a' (0.0s) PASSED ranger_test.TestIndexRange/d_not_in_("???") (0.0s) PASSED ranger_test.TestIndexRange/e_=_"???" (0.0s) PASSED ranger_test.TestIndexRange/f_=_'a'_and_f_=_'B'_collate_utf8mb4_bin (0.0s) PASSED ranger_test.TestIndexRange/f_>=_'a'_and_f_<=_'B' (0.0s) PASSED ranger_test.TestIndexRange/f_in_('a',_'B') (0.0s) PASSED ranger_test.TestIndexRange/f_like_'@%'_collate_utf8mb4_bin (0.0s) PASSED ranger_test.TestIndexRange/g_=_'a' (0.0s) PASSED ranger_test.TestIndexRange/h_LIKE_'%' (0.0s) PASSED ranger_test.TestIndexRange/not(d_<_"??"_||_d_>_"??") (0.0s) PASSED ranger_test.TestIndexRange/not_(a_not_in_(NULL)_and_a_>_'2') (0.0s) PASSED ranger_test.TestIndexRange/not_(a_not_in_(NULL)_or_a_>_'2') (0.0s) PASSED ranger_test.TestIndexRange/not_(a_not_in_(NULL,_'1',_'2',_'3')_and_a_>_'2') (0.0s) PASSED ranger_test.TestPrefixIndexRangeScan (1.0s) PASSED ranger_test.TestPrefixIndexRangeScan/a_=_'aaa'_and_b_>_'bb'_and_b_<_'cc' (0.0s) PASSED ranger_test.TestPrefixIndexRangeScan/a_>_'aa' (0.0s) PASSED ranger_test.TestIndexRangeForYear (1.0s) PASSED ranger_test.TestIndexRangeForYear/a_!=_1 (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_!=_2156 (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_<_99_or_a_>_01 (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_=_1_or_a_=_2_or_a_=_70 (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_>=_-1000 (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_>=_70_and_a_<=_69 (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_>_-1000 (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_not_in_(-1,_1,_2) (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_not_in_(0,_1,_2) (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_not_in_(1,_2,_15698) (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_not_in_(1,_2,_70) (0.0s) PASSED ranger_test.TestIndexRangeForYear/a_not_in_(99) (0.0s) PASSED ranger_test.TestColumnRange (1.0s) PASSED ranger_test.TestColumnRange/(a) (0.0s) PASSED ranger_test.TestColumnRange/(a_=_2_or_a_=_1)_and_(a_=_3_or_a_=_4) (0.0s) PASSED ranger_test.TestColumnRange/(a_=_2_or_a_=_2)_and_(a_=_2_or_a_=_2) (0.0s) PASSED ranger_test.TestColumnRange/1_!=_a (0.0s) PASSED ranger_test.TestColumnRange/1_<=_a (0.0s) PASSED ranger_test.TestColumnRange/1_<_a (0.0s) PASSED ranger_test.TestColumnRange/1_=_a (0.0s) PASSED ranger_test.TestColumnRange/1_>=_a (0.0s) PASSED ranger_test.TestColumnRange/1_>_a (0.0s) PASSED ranger_test.TestColumnRange/a_!=_1 (0.0s) PASSED ranger_test.TestColumnRange/a_<=>_1 (0.0s) PASSED ranger_test.TestColumnRange/a_<=>_null (0.0s) PASSED ranger_test.TestColumnRange/a_<=_1 (0.0s) PASSED ranger_test.TestColumnRange/a_<_1 (0.0s) PASSED ranger_test.TestColumnRange/a_=_1_and_b_>_1 (0.0s) PASSED ranger_test.TestColumnRange/a_>=_1 (0.0s) PASSED ranger_test.TestColumnRange/a_>_1 (0.0s) PASSED ranger_test.TestColumnRange/a_>_9223372036854775807 (0.0s) PASSED ranger_test.TestColumnRange/a_IN_(8,8,81,45) (0.0s) PASSED ranger_test.TestColumnRange/a_IS_FALSE (0.0s) PASSED ranger_test.TestColumnRange/a_IS_NOT_FALSE (0.0s) PASSED ranger_test.TestColumnRange/a_IS_NOT_NULL (0.0s) PASSED ranger_test.TestColumnRange/a_IS_NOT_TRUE (0.0s) PASSED ranger_test.TestColumnRange/a_IS_NULL (0.0s) PASSED ranger_test.TestColumnRange/a_IS_TRUE (0.0s) PASSED ranger_test.TestColumnRange/a_between_1_and_2 (0.0s) PASSED ranger_test.TestColumnRange/a_between_2_and_1 (0.0s) PASSED ranger_test.TestColumnRange/a_in_(1,_2,_3) (0.0s) PASSED ranger_test.TestColumnRange/a_in_(1,_3,_NULL,_2) (0.0s) PASSED ranger_test.TestColumnRange/a_not_between_1_and_2 (0.0s) PASSED ranger_test.TestColumnRange/a_not_between_2_and_1 (0.0s) PASSED ranger_test.TestColumnRange/b_>_1 (0.0s) PASSED ranger_test.TestColumnRange/b_in_(1,_'2.1') (0.0s) PASSED ranger_test.TestColumnRange/c_>_111.11111111 (0.0s) PASSED ranger_test.TestColumnRange/d_=_'aab'_or_d_=_'aac' (0.0s) PASSED ranger_test.TestColumnRange/d_>_'aaaaaaaaaaaaaa' (0.0s) PASSED ranger_test.TestColumnRange/e_>_-2147483648 (0.0s) PASSED ranger_test.TestColumnRange/e_>_18446744073709500000 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow (1.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_!=_-2147483648 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_<_-1_and_a_<_1 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_<_-1_or_a_<_1 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_=_1_and_a_=_2 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_>=_-2147483648 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_>_-2147483648 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_not_in_(-1,_1,_2) (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_not_in_(-2,_-1,_1,_2) (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_not_in_(0,_1,_2) (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_not_in_(1,_2,_9223372036854775810) (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/a_not_in_(111) (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/col_float_<_-1000000000000000000000000000000000000000 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/col_float_>_1000000000000000000000000000000000000000 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/col_int_!=_9223372036854775808 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/col_int_<_9223372036854775808 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/col_int_>_9223372036854775808 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/decimal_unsigned_>_-100 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/double_unsigned_>_-100 (0.0s) PASSED ranger_test.TestIndexRangeForUnsignedAndOverflow/float_unsigned_>_-100 (0.0s) PASSED ranger_test.TestTableRange (0.9s) PASSED ranger_test.TestTableRange/(a) (0.0s) PASSED ranger_test.TestTableRange/(a_=_1_and_b_=_1)_or_(a_=_2_and_b_=_2) (0.0s) PASSED ranger_test.TestTableRange/1_!=_a (0.0s) PASSED ranger_test.TestTableRange/1_<=_a (0.0s) PASSED ranger_test.TestTableRange/1_<_a (0.0s) PASSED ranger_test.TestTableRange/1_=_a (0.0s) PASSED ranger_test.TestTableRange/1_>=_test.t.a (0.0s) PASSED ranger_test.TestTableRange/1_>_a (0.0s) PASSED ranger_test.TestTableRange/a_!=_1 (0.0s) PASSED ranger_test.TestTableRange/a_<=_1 (0.0s) PASSED ranger_test.TestTableRange/a_<_-9223372036854775807 (0.0s) PASSED ranger_test.TestTableRange/a_<_-9223372036854775808 (0.0s) PASSED ranger_test.TestTableRange/a_<_1 (0.0s) PASSED ranger_test.TestTableRange/a_=_1 (0.0s) PASSED ranger_test.TestTableRange/a_=_1_or_a_=_3_or_a_=_4_or_(a_>_1_and_(a_=_-1_or_a_=_5)) (0.0s) PASSED ranger_test.TestTableRange/a_=_1_or_a_=_3_or_a_=_4_or_(b_>_1_and_(a_=_-1_or_a_=_5)) (0.0s) PASSED ranger_test.TestTableRange/a_>=_1 (0.0s) PASSED ranger_test.TestTableRange/a_>=_9223372036854775807 (0.0s) PASSED ranger_test.TestTableRange/a_>_1 (0.0s) PASSED ranger_test.TestTableRange/a_>_9223372036854775807 (0.0s) PASSED ranger_test.TestTableRange/a_IN_(8,8,81,45) (0.0s) PASSED ranger_test.TestTableRange/a_IS_FALSE (0.0s) PASSED ranger_test.TestTableRange/a_IS_NOT_FALSE (0.0s) PASSED ranger_test.TestTableRange/a_IS_NOT_NULL (0.0s) PASSED ranger_test.TestTableRange/a_IS_NOT_TRUE (0.0s) PASSED ranger_test.TestTableRange/a_IS_NULL (0.0s) PASSED ranger_test.TestTableRange/a_IS_TRUE (0.0s) PASSED ranger_test.TestTableRange/a_between_1_and_2 (0.0s) PASSED ranger_test.TestTableRange/a_between_2_and_1 (0.0s) PASSED ranger_test.TestTableRange/a_in_(1,_1,_1,_1,_1,_1,_2,_1,_2,_3,_2,_3,_4,_4,_1,_2) (0.0s) PASSED ranger_test.TestTableRange/a_in_(1,_3,_NULL,_2) (0.0s) PASSED ranger_test.TestTableRange/a_not_between_1_and_2 (0.0s) PASSED ranger_test.TestTableRange/a_not_between_2_and_1 (0.0s) PASSED ranger_test.TestTableRange/a_not_in_(1,_2,_3) (0.0s) PASSED ranger_test.TestTableRange/isnull(a)_and_a_in_(1,_2,_3) (0.0s) PASSED ranger_test.TestTableRange/isnull(a)_or_a_in_(1,_2,_3) (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_26_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_25_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_24_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_23_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_22_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_21_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_20_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_19_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_18_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_17_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_16_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_15_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_14_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_13_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_12_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_11_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_10_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_9_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_8_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_7_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_6_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_5_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_4_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_3_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_2_of_26/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_1_of_26/coverage.dat //pkg/executor/importer:importer_test PASSED in 33.7s Stats over 27 runs: max = 33.7s, min = 7.0s, avg = 15.9s, dev = 10.0s PASSED importer.TestImportFromSelectCleanup (19.7s) PASSED importer.TestGetRegionSplitSizeKeys (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/1/500 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/1/500#01 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/100/30 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/100/30#01 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/1249/500 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/1249/500#01 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/1250/500 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/1250/500#01 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/400/99 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/499/500 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/499/500#01 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/500/100 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/500/100#01 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/500/200 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/500/500 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/500/500#01 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/749/500 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/749/500#01 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/750/500 (0.0s) PASSED importer.TestLoadDataControllerGetAdjustedMaxEngineSize/750/500#01 (0.0s) PASSED importer.TestCalculateSubtaskCnt (0.0s) PASSED importer.TestCalculateSubtaskCnt/1/500 (0.0s) PASSED importer.TestCalculateSubtaskCnt/1/500#01 (0.0s) PASSED importer.TestCalculateSubtaskCnt/100/30 (0.0s) PASSED importer.TestCalculateSubtaskCnt/100/30#01 (0.0s) PASSED importer.TestCalculateSubtaskCnt/1249/500 (0.0s) PASSED importer.TestCalculateSubtaskCnt/1249/500#01 (0.0s) PASSED importer.TestCalculateSubtaskCnt/1250/500 (0.0s) PASSED importer.TestCalculateSubtaskCnt/1250/500#01 (0.0s) PASSED importer.TestCalculateSubtaskCnt/400/99 (0.0s) PASSED importer.TestCalculateSubtaskCnt/499/500 (0.0s) PASSED importer.TestCalculateSubtaskCnt/499/500#01 (0.0s) PASSED importer.TestCalculateSubtaskCnt/500/100 (0.0s) PASSED importer.TestCalculateSubtaskCnt/500/200 (0.0s) PASSED importer.TestCalculateSubtaskCnt/500/500 (0.0s) PASSED importer.TestCalculateSubtaskCnt/500/500#01 (0.0s) PASSED importer.TestCalculateSubtaskCnt/749/500 (0.0s) PASSED importer.TestCalculateSubtaskCnt/749/500#01 (0.0s) PASSED importer.TestCalculateSubtaskCnt/750/500 (0.0s) PASSED importer.TestCalculateSubtaskCnt/750/500#01 (0.0s) PASSED importer.TestPrepareSortDir (0.0s) PASSED importer.TestCheckRequirements (22.4s) PASSED importer.TestGetJobInfoNullField (19.7s) PASSED importer.TestJobInfo_CanCancel (0.0s) PASSED importer.TestGetAndCancelJob (20.4s) PASSED importer.TestJobHappyPath (20.4s) PASSED importer.TestPopulateChunks (19.5s) PASSED importer.TestProcessChunkWith (20.2s) PASSED importer.TestProcessChunkWith/file_chunk (0.0s) PASSED importer.TestProcessChunkWith/query_chunk (0.0s) PASSED importer.TestPostProcess (21.1s) PASSED importer.TestGetTargetNodeCpuCnt (19.9s) PASSED importer.TestVerifyChecksum (22.2s) PASSED importer.TestGetDataSourceType (0.0s) PASSED importer.TestSupportedSuffixForServerDisk (0.0s) PASSED importer.TestGetLocalBackendCfg (0.0s) PASSED importer.TestInitParameters (0.0s) PASSED importer.TestGetFileRealSize (0.0s) PASSED importer.TestASTArgsFromStmt (0.0s) PASSED importer.TestGetMsgFromBRError (0.0s) PASSED importer.TestAdjustDiskQuota (0.0s) PASSED importer.TestAdjustOptions (0.0s) PASSED importer.TestInitOptionsPositiveCase (0.0s) PASSED importer.TestInitDefaultOptions (0.0s) PASSED importer.TestFileChunkProcess (26.0s) PASSED importer.TestFileChunkProcess/data_KV_write_error (0.0s) PASSED importer.TestFileChunkProcess/encode_error (0.0s) PASSED importer.TestFileChunkProcess/index_KV_write_error (0.0s) PASSED importer.TestFileChunkProcess/invalid_file (0.0s) PASSED importer.TestFileChunkProcess/process_success (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_27_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_26_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_25_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_24_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_23_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_22_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_21_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_20_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_19_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_18_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_17_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_16_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_15_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_14_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_13_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_12_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_11_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_10_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_9_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_8_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_7_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_6_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_5_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_4_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_3_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_2_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_1_of_27/coverage.dat //pkg/executor/test/fktest:fktest_test PASSED in 11.6s Stats over 27 runs: max = 11.6s, min = 2.1s, avg = 4.8s, dev = 2.3s PASSED fktest_test.TestLockKeysInInsertIgnore (1.5s) PASSED fktest_test.TestLockKeysInDML (1.5s) PASSED fktest_test.TestFKBuild (1.1s) PASSED fktest_test.TestForeignKeyAndLockView (1.2s) PASSED fktest_test.TestForeignKeyLargeTxnErr (1.1s) PASSED fktest_test.TestForeignKeyOnInsertChildTable (1.9s) PASSED fktest_test.TestForeignKeyOnReplaceIntoChildTable (2.0s) PASSED fktest_test.TestForeignKeyOnInsertDuplicateUpdateChildTable (2.1s) PASSED fktest_test.TestForeignKeyIssue39732 (1.0s) PASSED fktest_test.TestForeignKeyCheckAndLock (3.6s) PASSED fktest_test.TestForeignKeyOnInsertOnDuplicateParentTableCheck (1.9s) PASSED fktest_test.TestPrivilegeCheckInForeignKeyCascade (1.1s) PASSED fktest_test.TestForeignKeyConcurrentInsertChildTable (1.1s) PASSED fktest_test.TestForeignKeyRuntimeStats (0.0s) PASSED fktest_test.TestForeignKeyOnUpdateChildTable (2.0s) PASSED fktest_test.TestForeignKeyOnUpdateParentTableCheck (2.0s) PASSED fktest_test.TestExplainAnalyzeDMLWithFKInfo (1.3s) PASSED fktest_test.TestForeignKeyOnDeleteParentTableCheck (2.0s) PASSED fktest_test.TestForeignKeyOnInsertOnDuplicateUpdate (1.2s) PASSED fktest_test.TestForeignKeyOnDeleteCascade (2.1s) PASSED fktest_test.TestDMLExplainAnalyzeFKInfo (1.0s) PASSED fktest_test.TestForeignKeyGenerateCascadeAST (1.0s) PASSED fktest_test.TestForeignKeyOnDeleteCascade2 (8.4s) PASSED fktest_test.TestForeignKeyOnDeleteSetNull (1.5s) PASSED fktest_test.TestForeignKeyOnUpdateCascade (2.3s) PASSED fktest_test.TestForeignKeyOnUpdateCascade2 (8.6s) PASSED fktest_test.TestForeignKeyOnDeleteSetNull2 (6.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_27_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_26_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_25_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_24_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_23_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_1_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_22_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_2_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_21_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_3_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_4_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_20_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_5_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_19_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_6_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_7_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_18_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_8_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_17_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_9_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_16_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_11_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_10_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_12_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_14_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_15_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_13_of_27/coverage.dat //pkg/statistics/handle/globalstats:globalstats_test PASSED in 6.0s Stats over 27 runs: max = 6.0s, min = 1.6s, avg = 3.9s, dev = 1.0s PASSED globalstats.TestMergePartTopN2GlobalTopNWithHists (0.0s) PASSED globalstats.TestMergePartTopN2GlobalTopNWithoutHists (0.0s) PASSED globalstats.TestMergeGlobalStatsForCMSketch (1.1s) PASSED globalstats.TestGlobalStatsAndSQLBindingWithConcurrency (1.9s) PASSED globalstats.TestGlobalStatsAndSQLBinding (1.8s) PASSED globalstats.TestIssues24349WithConcurrency (1.2s) PASSED globalstats.TestIssues24349 (1.2s) PASSED globalstats.TestGlobalIndexStatistics (3.0s) PASSED globalstats.TestGlobalStats (1.5s) PASSED globalstats.TestGlobalStatsIndexNDV (3.2s) PASSED globalstats.TestGlobalStatsNDV (1.6s) PASSED globalstats.TestDDLPartition4GlobalStats (1.3s) PASSED globalstats.TestGlobalStatsVersion (1.4s) PASSED globalstats.TestGlobalStatsData3 (1.9s) PASSED globalstats.TestGlobalStatsData2WithConcurrency (1.9s) PASSED globalstats.TestGlobalStatsData2 (2.0s) PASSED globalstats.TestGlobalStatsData (1.1s) PASSED globalstats.TestGlobalStatsHealthy (1.4s) PASSED globalstats.TestBuildGlobalLevelStats (1.8s) PASSED globalstats.TestGlobalStatsErrorSametime (3.2s) PASSED globalstats.TestGlobalStatsPanicSametime (3.4s) PASSED globalstats.TestGlobalStatsPanicInCPUWorker (1.3s) PASSED globalstats.TestGlobalStatsWithHistogramAndTopNErr (1.3s) PASSED globalstats.TestGlobalStatsWithCMSketchErr (1.4s) PASSED globalstats.TestGlobalStatsPanicInIOWorker (1.3s) PASSED globalstats.TestShowGlobalStatsWithoutAsyncMergeGlobal (1.2s) PASSED globalstats.TestShowGlobalStatsWithAsyncMergeGlobal (1.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_27_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_26_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_25_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_24_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_23_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_22_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_21_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_20_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_19_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_18_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_17_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_16_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_15_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_14_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_13_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_12_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_11_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_10_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_9_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_8_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_7_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_6_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_5_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_4_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_3_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_2_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_1_of_27/coverage.dat //pkg/statistics/handle/storage:storage_test PASSED in 5.5s Stats over 27 runs: max = 5.5s, min = 3.2s, avg = 3.9s, dev = 0.5s PASSED storage_test.TestFailedToHandleSlowStatsSaving (1.0s) PASSED storage_test.TestSlowStatsSavingForPartitionedTable (1.1s) PASSED storage_test.TestSlowStatsSaving (1.0s) PASSED storage_test.TestUpdateStatsMetaVersionForGC (1.2s) PASSED storage_test.TestLoadStats (0.9s) PASSED storage_test.TestExtremCaseOfGC (1.1s) PASSED storage_test.TestDeleteAnalyzeJobs (1.0s) PASSED storage_test.TestGCColumnStatsUsage (1.1s) PASSED storage_test.TestConversion (1.1s) PASSED storage_test.TestDumpGlobalStats (1.1s) PASSED storage_test.TestLoadGlobalStats (1.1s) PASSED storage_test.TestGCExtendedStats (1.1s) PASSED storage_test.TestLoadPartitionStats (2.2s) PASSED storage_test.TestLoadPredicateColumns (1.0s) PASSED storage_test.TestDumpPartitions (1.2s) PASSED storage_test.TestDumpAlteredTable (1.0s) PASSED storage_test.TestLoadPartitionStatsErrPanic (1.8s) PASSED storage_test.TestDumpCMSketchWithTopN (1.0s) PASSED storage_test.TestDumpExtendedStats (1.0s) PASSED storage_test.TestDumpPseudoColumns (0.9s) PASSED storage_test.TestGCPartition (1.2s) PASSED storage_test.TestDumpVer2Stats (1.1s) PASSED storage_test.TestLoadStatsForNewCollation (1.1s) PASSED storage_test.TestJSONTableToBlocks (1.0s) PASSED storage_test.TestLoadStatsFromOldVersion (0.9s) PASSED storage_test.TestPersistStats (1.2s) PASSED storage_test.TestGCStats (1.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_27_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_26_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_25_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_24_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_23_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_22_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_21_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_20_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_1_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_2_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_3_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_19_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_4_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_5_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_7_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_8_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_6_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_9_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_11_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_10_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_18_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_12_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_13_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_14_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_15_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_16_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_17_of_27/coverage.dat //pkg/store/gcworker:gcworker_test PASSED in 30.8s Stats over 27 runs: max = 30.8s, min = 7.6s, avg = 26.1s, dev = 5.2s PASSED gcworker.TestCalcDeleteRangeConcurrency (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Auto:_High_concurrency,_few_ranges (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Auto:_High_concurrency,_many_ranges (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Auto:_Low_concurrency,_few_ranges (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Auto:_Low_concurrency,_many_ranges (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Edge_case:_Zero_concurrency (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Edge_case:_Zero_ranges (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Exact_RequestsPerThread (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Large_range_number (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Non-auto:_High_concurrency (0.0s) PASSED gcworker.TestCalcDeleteRangeConcurrency/Non-auto:_Low_concurrency (0.0s) PASSED gcworker.TestSkipGCAndOnlyResolveLock (22.6s) PASSED gcworker.TestGetOracleTime (21.7s) PASSED gcworker.TestMinStartTS (21.4s) PASSED gcworker.TestGCWithPendingTxn2 (21.7s) PASSED gcworker.TestPrepareGC (20.7s) PASSED gcworker.TestStatusVars (19.6s) PASSED gcworker.TestGCWithPendingTxn (19.7s) PASSED gcworker.TestDoGCForOneRegion (20.1s) PASSED gcworker.TestGetGCConcurrency (19.9s) PASSED gcworker.TestGCLabelRules (20.0s) PASSED gcworker.TestDoGC (18.5s) PASSED gcworker.TestNeedsGCOperationForStore (0.0s) PASSED gcworker.TestCheckGCMode (18.8s) PASSED gcworker.TestGCPlacementRules (18.7s) PASSED gcworker.TestUnsafeDestroyRangeForRaftkv2 (19.4s) PASSED gcworker.TestDeleteRangesFailure (20.0s) PASSED gcworker.TestDeleteRangesFailure/failErrResp (0.2s) PASSED gcworker.TestDeleteRangesFailure/failNilResp (0.3s) PASSED gcworker.TestDeleteRangesFailure/failRPCErr (0.3s) PASSED gcworker.TestConcurrentDeleteRanges (19.5s) PASSED gcworker.TestLeaderTick (19.9s) PASSED gcworker.TestStartWithRunGCJobFailures (19.2s) PASSED gcworker.TestResolveLockRangeMeetRegionCacheMiss (19.2s) PASSED gcworker.TestResolveLockRangeInfine (19.4s) PASSED gcworker.TestRunDistGCJobAPI (19.0s) PASSED gcworker.TestRunGCJob (19.5s) PASSED gcworker.TestResolveLockRangeMeetRegionEnlargeCausedByRegionMerge (20.5s) PASSED gcworker.TestSetServiceSafePoint (19.5s) PASSED gcworker.TestRunGCJobAPI (19.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_27_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_26_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_1_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_2_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_25_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_3_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_4_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_24_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_5_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_6_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_23_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_7_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_9_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_8_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_22_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_12_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_10_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_11_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_13_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_21_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_15_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_14_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_20_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_17_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_16_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_18_of_27/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_19_of_27/coverage.dat //pkg/executor/test/seqtest:seqtest_test PASSED in 71.8s Stats over 28 runs: max = 71.8s, min = 26.3s, avg = 32.2s, dev = 8.8s PASSED seqtest_test.TestAnalyzeNextRawErrorNoLeak (20.0s) PASSED seqtest_test.TestIssue18744 (20.4s) PASSED seqtest_test.TestOOMPanicInHashJoinWhenFetchBuildRows (20.3s) PASSED seqtest_test.TestAutoRandRecoverTable (20.7s) PASSED seqtest_test.TestInsertFromSelectConflictRetryAutoID (20.5s) PASSED seqtest_test.TestPessimisticConflictRetryAutoID (20.4s) PASSED seqtest_test.TestCoprocessorPriority (21.3s) PASSED seqtest_test.TestBatchInsertDelete (24.4s) PASSED seqtest_test.TestCartesianProduct (20.1s) PASSED seqtest_test.TestPrepareMaxParamCountCheck (64.9s) PASSED seqtest_test.TestAdminShowNextID (24.8s) PASSED seqtest_test.TestPrepared (25.5s) PASSED seqtest_test.TestUnparallelHashAggClose (21.5s) PASSED seqtest_test.TestPreparedLimitOffset (22.7s) PASSED seqtest_test.TestParallelHashAggClose (21.1s) PASSED seqtest_test.TestPrepareWithAggregation (20.8s) PASSED seqtest_test.TestIndexMergeReaderClose (25.6s) PASSED seqtest_test.TestPreparedInsert (25.8s) PASSED seqtest_test.TestIndexDoubleReadClose (25.6s) PASSED seqtest_test.TestPreparedUpdate (26.2s) PASSED seqtest_test.TestShowStatsHealthy (27.5s) PASSED seqtest_test.TestIssue21884 (25.8s) PASSED seqtest_test.TestPreparedDelete (24.0s) PASSED seqtest_test.TestPrepareDealloc (23.9s) PASSED seqtest_test.TestShow (41.9s) PASSED seqtest_test.TestPreparedIssue8153 (22.6s) PASSED seqtest_test.TestPreparedIssue17419 (21.9s) PASSED seqtest_test.TestEarlyClose (23.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_28_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_27_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_26_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_25_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_24_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_23_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_22_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_21_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_20_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_19_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_18_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_1_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_17_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_2_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_16_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_3_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_15_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_4_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_14_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_5_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_13_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_6_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_7_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_8_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_12_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_9_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_10_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_11_of_28/coverage.dat //pkg/session/test:test_test PASSED in 9.7s Stats over 28 runs: max = 9.7s, min = 2.8s, avg = 5.2s, dev = 1.6s PASSED test_test.TestKeysNeedLock (0.0s) PASSED test_test.TestParseErrorWarn (0.0s) PASSED test_test.TestIssue60266 (0.9s) PASSED test_test.TestErrorHappenWhileInit (2.0s) PASSED test_test.TestBootstrapSQLWithExtension (1.0s) PASSED test_test.TestInitUsers (1.4s) PASSED test_test.TestInitSystemVariable (1.0s) PASSED test_test.TestEmptyInitSQLFile (0.9s) PASSED test_test.TestRequestSource (1.0s) PASSED test_test.TestSQLModeOp (0.0s) PASSED test_test.TestRandomBinary (1.0s) PASSED test_test.TestHandleAssertionFailureForPartitionedTable (0.9s) PASSED test_test.TestMatchIdentity (1.0s) PASSED test_test.TestFieldText (1.1s) PASSED test_test.TestResultType (1.0s) PASSED test_test.TestResultField (1.0s) PASSED test_test.TestRollbackOnCompileError (1.1s) PASSED test_test.TestStmtHints (0.9s) PASSED test_test.TestSchemaCheckerSQL (1.4s) PASSED test_test.TestPerStmtTaskID (0.9s) PASSED test_test.TestPrepareZero (1.0s) PASSED test_test.TestLoadSchemaFailed (5.1s) PASSED test_test.TestFixSetTiDBSnapshotTS (2.9s) PASSED test_test.TestPrimaryKeyAutoIncrement (1.0s) PASSED test_test.TestWriteOnMultipleCachedTable (4.1s) PASSED test_test.TestParseWithParams (0.9s) PASSED test_test.TestDoDDLJobQuit (1.0s) PASSED test_test.TestProcessInfoIssue22068 (5.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_28_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_27_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_26_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_25_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_24_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_23_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_22_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_21_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_20_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_19_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_18_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_17_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_16_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_15_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_14_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_13_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_12_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_11_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_1_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_10_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_5_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_2_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_4_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_6_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_3_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_7_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_8_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_9_of_28/coverage.dat //pkg/sessiontxn/isolation:isolation_test PASSED in 4.9s Stats over 28 runs: max = 4.9s, min = 2.8s, avg = 3.7s, dev = 0.5s PASSED isolation_test.TestTidbSnapshotVarInSerialize (1.0s) PASSED isolation_test.TestSerializableInitialize (1.0s) PASSED isolation_test.TestSerializableInitialize/#00 (0.0s) PASSED isolation_test.TestSerializableInitialize/#01 (0.0s) PASSED isolation_test.TestSerializableInitialize/#02 (0.0s) PASSED isolation_test.TestSerializableInitialize/#03 (0.0s) PASSED isolation_test.TestSerializableInitialize/#04 (0.0s) PASSED isolation_test.TestSerializableInitialize/#05 (0.0s) PASSED isolation_test.TestPessimisticSerializableTxnContextProviderLockError (1.0s) PASSED isolation_test.TestPessimisticSerializableTxnProviderTS (1.0s) PASSED isolation_test.TestIssue41194 (0.9s) PASSED isolation_test.TestRRWaitTSTimeInSlowLog (1.0s) PASSED isolation_test.TestConflictErrorInOtherQueryContainingPointGet (0.9s) PASSED isolation_test.TestConflictErrorInUpdateInRR (1.0s) PASSED isolation_test.TestConflictErrorInDeleteInRR (1.0s) PASSED isolation_test.TestConflictErrorInPointGetForUpdateInRR (1.0s) PASSED isolation_test.TestConflictErrorInInsertInRR (0.9s) PASSED isolation_test.TestOptimizeWithPlanInPessimisticRR (0.9s) PASSED isolation_test.TestTidbSnapshotVarInPessimisticRepeatableRead (1.0s) PASSED isolation_test.TestRepeatableReadProviderInitialize (1.1s) PASSED isolation_test.TestRepeatableReadProviderInitialize/#00 (0.0s) PASSED isolation_test.TestRepeatableReadProviderInitialize/#01 (0.0s) PASSED isolation_test.TestRepeatableReadProviderInitialize/#02 (0.0s) PASSED isolation_test.TestRepeatableReadProviderInitialize/#03 (0.0s) PASSED isolation_test.TestRepeatableReadProviderInitialize/#04 (0.0s) PASSED isolation_test.TestRepeatableReadProviderInitialize/#05 (0.0s) PASSED isolation_test.TestRepeatableReadProviderTS (1.0s) PASSED isolation_test.TestOptimisticTxnContextProviderTS (0.9s) PASSED isolation_test.TestOptimisticHandleError (1.0s) PASSED isolation_test.TestPessimisticRRErrorHandle (1.0s) PASSED isolation_test.TestTidbSnapshotVarInOptimisticTxn (1.1s) PASSED isolation_test.TestPessimisticRCTxnContextProviderRCCheck (1.0s) PASSED isolation_test.TestPessimisticRCTxnContextProviderRCCheckForPrepareExecute (0.9s) PASSED isolation_test.TestPessimisticRCTxnContextProviderLockError (1.0s) PASSED isolation_test.TestPessimisticRCTxnContextProviderTS (0.9s) PASSED isolation_test.TestRCProviderInitialize (1.0s) PASSED isolation_test.TestRCProviderInitialize/#00 (0.0s) PASSED isolation_test.TestRCProviderInitialize/#01 (0.0s) PASSED isolation_test.TestRCProviderInitialize/#02 (0.0s) PASSED isolation_test.TestRCProviderInitialize/#03 (0.0s) PASSED isolation_test.TestRCProviderInitialize/#04 (0.0s) PASSED isolation_test.TestRCProviderInitialize/#05 (0.0s) PASSED isolation_test.TestTidbSnapshotVarInRC (1.1s) PASSED isolation_test.TestFailedDMLConsistency1 (1.1s) PASSED isolation_test.TestFailedDMLConsistency2 (1.0s) PASSED isolation_test.TestConflictErrorsInRC (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_28_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_27_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_26_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_25_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_24_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_23_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_22_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_21_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_20_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_19_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_18_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_17_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_16_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_15_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_14_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_1_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_2_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_13_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_3_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_4_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_5_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_6_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_7_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_8_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_9_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_11_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_12_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_10_of_28/coverage.dat //pkg/store/mockstore/unistore/tikv:tikv_test PASSED in 1.7s Stats over 28 runs: max = 1.7s, min = 1.1s, avg = 1.3s, dev = 0.1s PASSED tikv.TestRcReadCheckTS (0.0s) PASSED tikv.TestAssertion (0.0s) PASSED tikv.TestTiKVRCRead (0.0s) PASSED tikv.TestAccessCommittedLocks (0.0s) PASSED tikv.TestAsyncCommitPrewrite (0.0s) PASSED tikv.TestDeadlock (0.2s) PASSED tikv.TestScanSampleStep (0.3s) PASSED tikv.TestBasicOptimistic (0.0s) PASSED tikv.TestPessimisticLockForce (0.1s) PASSED tikv.TestPessimiticTxnTTL (0.0s) PASSED tikv.TestRollback (0.0s) PASSED tikv.TestOverwritePessimisitcLock (0.0s) PASSED tikv.TestCheckTxnStatus (0.0s) PASSED tikv.TestOpCheckNotExist (0.0s) PASSED tikv.TestCheckSecondaryLocksStatus (0.0s) PASSED tikv.TestMvccGet (0.0s) PASSED tikv.TestPrimaryKeyOpLock (0.0s) PASSED tikv.TestCommitPessimisticLock (0.0s) PASSED tikv.TestMvccTxnRead (0.0s) PASSED tikv.TestTxnPrewrite (0.0s) PASSED tikv.TestBatchGet (0.0s) PASSED tikv.TestPrewriteInsert (0.0s) PASSED tikv.TestRollbackKey (0.0s) PASSED tikv.TestCleanup (0.0s) PASSED tikv.TestCommit (0.0s) PASSED tikv.TestMinCommitTs (0.0s) PASSED tikv.TestResolveCommit (0.0s) PASSED tikv.TestPessimisticLock (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_28_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_27_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_26_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_25_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_24_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_1_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_23_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_2_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_22_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_3_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_4_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_5_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_6_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_21_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_7_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_8_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_9_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_20_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_10_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_11_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_19_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_12_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_13_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_14_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_15_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_16_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_18_of_28/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_17_of_28/coverage.dat //pkg/distsql:distsql_test PASSED in 5.3s Stats over 29 runs: max = 5.3s, min = 4.7s, avg = 4.9s, dev = 0.1s PASSED distsql.TestUpdateCopRuntimeStats (0.0s) PASSED distsql.TestBenchDaily (0.0s) PASSED distsql.TestRequestBuilderHandle (0.0s) PASSED distsql.TestSelectNormal (0.0s) PASSED distsql.TestBuildTableRangeCommonHandle (0.0s) PASSED distsql.TestSelectMemTracker (0.0s) PASSED distsql.TestSelectWithRuntimeStats (0.0s) PASSED distsql.TestSelectNormalChunkSize (0.0s) PASSED distsql.TestSelectResultRuntimeStats (0.0s) PASSED distsql.TestAnalyze (0.0s) PASSED distsql.TestBuildTableRangeIntHandle (0.0s) PASSED distsql.TestChecksum (0.0s) PASSED distsql.TestTableHandlesToKVRanges (0.0s) PASSED distsql.TestTableRangesToKVRanges (0.0s) PASSED distsql.TestTablePartitionHandlesToKVRanges (0.0s) PASSED distsql.TestIndexRangesToKVRanges (0.0s) PASSED distsql.TestRequestBuilder1 (0.0s) PASSED distsql.TestScanLimitConcurrency (0.0s) PASSED distsql.TestScanLimitConcurrency/IdxScan_Def (0.0s) PASSED distsql.TestScanLimitConcurrency/IdxScan_SessionVars (0.0s) PASSED distsql.TestScanLimitConcurrency/TblScan_Def (0.0s) PASSED distsql.TestScanLimitConcurrency/TblScan_SessionVars (0.0s) PASSED distsql.TestRequestBuilder2 (0.0s) PASSED distsql.TestRequestBuilder3 (0.0s) PASSED distsql.TestRequestBuilder4 (0.0s) PASSED distsql.TestRequestBuilder5 (0.0s) PASSED distsql.TestRequestBuilder6 (0.0s) PASSED distsql.TestRequestBuilder7 (0.0s) PASSED distsql.TestRequestBuilder7/Follower (0.0s) PASSED distsql.TestRequestBuilder7/Leader (0.0s) PASSED distsql.TestRequestBuilder7/Mixed (0.0s) PASSED distsql.TestIndexRangesToKVRangesWithFbs (0.0s) PASSED distsql.TestRequestBuilder8 (0.0s) PASSED distsql.TestRequestBuilderTiKVClientReadTimeout (0.0s) PASSED distsql.TestRequestBuilderMaxExecutionTime (0.0s) PASSED distsql.TestTableRangesToKVRangesWithFbs (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_29_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_1_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_28_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_2_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_27_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_3_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_5_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_4_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_6_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_7_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_26_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_8_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_9_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_11_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_10_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_12_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_13_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_25_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_14_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_15_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_16_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_17_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_18_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_19_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_24_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_20_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_21_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_22_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_23_of_29/coverage.dat //pkg/lightning/common:common_test PASSED in 7.4s Stats over 29 runs: max = 7.4s, min = 1.2s, avg = 1.6s, dev = 1.1s PASSED common.TestBuildAddIndexSQL (0.0s) PASSED common.TestGetAutoRandomColumn (0.0s) PASSED common.TestInterpolateMySQLString (0.0s) PASSED common.TestSQLWithRetry (6.0s) PASSED common.TestUniqueTable (0.0s) PASSED common.TestIsContextCanceledError (0.0s) PASSED common.TestConnect (0.0s) PASSED common.TestGetJSON (0.0s) PASSED common.TestDirNotExist (0.0s) PASSED common.TestGetStorageSize (0.0s) PASSED common.TestInvalidTLS (0.0s) PASSED common.TestWithHost (0.0s) PASSED common.TestGetJSONSecure (0.0s) PASSED common.TestGetJSONInsecure (0.0s) PASSED common.TestIsRetryableError (0.0s) PASSED common.TestPause (1.0s) PASSED common.TestOnceError (0.0s) PASSED common.TestMinRowID (0.0s) PASSED common.TestDecodeKeyDstIsInsufficient (0.0s) PASSED common.TestDecodeKeyToPreAllocatedBuf (0.0s) PASSED common.TestEncodeKeyToPreAllocatedBuf (0.0s) PASSED common.TestDupDetectEncodeDupKey (0.0s) PASSED common.TestDupDetectKeyOrder (0.0s) PASSED common.TestDupDetectKeyAdapter (0.0s) PASSED common.TestNoopKeyAdapter (0.0s) PASSED common.TestNormalizeOrWrapErr (0.0s) PASSED common.TestNormalizeError (0.0s) PASSED common.TestRebaseTableAllocators (0.0s) PASSED common.TestAllocGlobalAutoID (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_29_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_28_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_27_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_26_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_25_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_24_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_23_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_22_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_21_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_20_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_19_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_18_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_17_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_16_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_15_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_14_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_13_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_12_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_11_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_10_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_9_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_8_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_7_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_6_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_5_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_4_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_3_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_2_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_1_of_29/coverage.dat //pkg/planner/core/casetest:casetest_test PASSED in 5.1s Stats over 29 runs: max = 5.1s, min = 2.7s, avg = 3.6s, dev = 0.6s PASSED casetest_test.TestTiFlashLateMaterialization (3.0s) PASSED casetest_test.TestNDVGroupCols (1.0s) PASSED casetest_test.TestGroupNDVs (1.0s) PASSED casetest_test.TestCTEErrNotSupportedYet (1.0s) PASSED casetest_test.TestOuterJoinElimination (1.0s) PASSED casetest_test.TestHandleEQAll (0.9s) PASSED casetest_test.TestJSONPlanInExplain (0.9s) PASSED casetest_test.TestNormalizedPlanForDiffStore (0.9s) PASSED casetest_test.TestIssue47634 (0.9s) PASSED casetest_test.TestIssue47634/explain_select_/*+_inl_join(t4)_*/_*_from_t3_join_t4_on_t3.b_=_t4.b_where_t4.a_=_1;_vs_explain_select_/*+_inl_join(t4)_*/_*_from_t3_join_t4_on_t3.b_=_t4.b_where_t4.a_=_2; (0.0s) PASSED casetest_test.TestIssue47634/explain_select_/*+_inl_join(t5)_*/_*_from_t3_join_t5_on_t3.b_=_t5.b_where_t5.a_=_1;_vs_explain_select_/*+_inl_join(t5)_*/_*_from_t3_join_t5_on_t3.b_=_t5.b_where_t5.a_=_2; (0.0s) PASSED casetest_test.TestPlanDigest4InList (1.0s) PASSED casetest_test.TestPlanDigest4InList/select_*_from_t_where_a_in_(1,_2);_vs_select_*_from_t_where_a_in_(1,_2,_3); (0.0s) PASSED casetest_test.TestPlanDigest4InList/select_a_in_(1,_2)_from_t;_vs_select_a_in_(1,_2,_3)_from_t; (0.0s) PASSED casetest_test.TestNormalizedPlan (1.1s) PASSED casetest_test.TestVerboseExplain (1.1s) PASSED casetest_test.TestPreferRangeScan (1.0s) PASSED casetest_test.TestIsolationReadTiFlashNotChoosePointGet (0.9s) PASSED casetest_test.TestIssue56915 (1.0s) PASSED casetest_test.TestIsolationReadDoNotFilterSystemDB (0.9s) PASSED casetest_test.TestIndexMergeJSONMemberOf2FlakyPart (1.0s) PASSED casetest_test.TestMergeContinuousSelections (1.0s) PASSED casetest_test.TestTiFlashExtraColumnPrune (1.0s) PASSED casetest_test.TestIssue31240 (0.9s) PASSED casetest_test.TestIssue52023 (1.1s) PASSED casetest_test.TestIssue32632 (1.1s) PASSED casetest_test.TestIssue49438 (0.9s) PASSED casetest_test.TestTiFlashPartitionTableScan (1.1s) PASSED casetest_test.TestFixControl45132 (1.5s) PASSED casetest_test.TestTiFlashFineGrainedShuffle (1.0s) PASSED casetest_test.TestFixControl43817 (1.0s) PASSED casetest_test.TestIssue51873 (1.1s) PASSED casetest_test.TestIssue50926 (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_29_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_28_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_27_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_26_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_25_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_24_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_23_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_22_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_21_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_20_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_19_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_1_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_18_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_2_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_17_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_3_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_16_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_4_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_15_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_5_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_14_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_6_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_13_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_7_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_12_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_8_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_11_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_9_of_29/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_10_of_29/coverage.dat //pkg/domain:domain_test PASSED in 15.5s Stats over 30 runs: max = 15.5s, min = 1.6s, avg = 3.3s, dev = 2.5s PASSED domain.TestQueue (0.0s) PASSED domain.TestRemoveExpired (0.0s) PASSED domain.TestPush (0.0s) PASSED domain.TestSchemaValidator (0.0s) PASSED domain.TestSchemaValidator/enqueue (0.0s) PASSED domain.TestSchemaValidator/enqueueActionType (0.0s) PASSED domain.TestSchemaValidator/general (0.0s) PASSED domain.TestDomainSession (1.0s) PASSED domain.TestSchemaCheckerSimple (0.0s) PASSED domain.TestNormalSessionPool (1.0s) PASSED domain.TestAbnormalSessionPool (0.9s) PASSED domain.TestGetLastExpectedTime (0.0s) PASSED domain.TestTetchAllSchemasWithTables (1.0s) PASSED domain.TestInfo (0.0s) PASSED domain.TestWriteRUStatistics (3.6s) PASSED domain.TestStatWorkRecoverFromPanic (0.0s) PASSED domain.TestSendTask (0.0s) PASSED domain.TestClosestReplicaReadChecker (0.0s) PASSED domain.TestDumpGCFileParseTime (0.0s) PASSED domain.TestIsAnalyzeTableSQL (0.0s) PASSED domain.TestPlanReplayerDifferentGC (0.0s) PASSED domain.TestDeferFn (0.3s) PASSED domain.TestFetchAllSchemasWithTablesWithFailpoint (12.3s) PASSED domain.TestErrorCode (0.0s) PASSED domain.TestInsertPlanReplayerStatus (1.0s) PASSED domain.TestServerIDConstant (0.0s) PASSED domain.TestDomainCtx (0.0s) PASSED domain.TestPlanReplayerGC (0.9s) PASSED domain.TestExtractPlanWithoutHistoryView (1.0s) PASSED domain.TestExtractWithoutStmtSummaryPersistedEnabled (0.9s) PASSED domain.TestPlanReplayerHandleDumpTask (0.9s) PASSED domain.TestPlanReplayerHandleCollectTask (0.9s) PASSED domain.TestExtractHandlePlanTask (2.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_30_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_29_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_28_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_27_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_1_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_26_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_2_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_3_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_25_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_4_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_6_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_24_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_7_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_23_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_8_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_22_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_9_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_21_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_10_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_5_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_11_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_20_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_12_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_13_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_19_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_14_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_15_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_18_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_17_of_30/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_16_of_30/coverage.dat //pkg/planner/cardinality:cardinality_test PASSED in 5.1s Stats over 31 runs: max = 5.1s, min = 2.1s, avg = 3.6s, dev = 0.7s PASSED cardinality.TestTraceDebugSelectivity (1.4s) PASSED cardinality.TestTraceCE (1.0s) PASSED cardinality.TestBuiltinInEstWithoutStats (1.1s) PASSED cardinality.TestSubsetIdxCardinality (1.0s) PASSED cardinality.TestIgnoreRealtimeStats (1.0s) PASSED cardinality.TestCrossValidationSelectivity (1.0s) PASSED cardinality.TestOrderingIdxSelectivityRatio (1.0s) PASSED cardinality.TestOrderingIdxSelectivityThreshold (1.0s) PASSED cardinality.TestIndexJoinInnerRowCountUpperBound (0.9s) PASSED cardinality.TestIssue39593 (0.9s) PASSED cardinality.TestPseudoTable (0.0s) PASSED cardinality.TestAvgColLen (1.0s) PASSED cardinality.TestGlobalStatsOutOfRangeEstimationAfterDelete (2.4s) PASSED cardinality.TestCollationColumnEstimate (1.0s) PASSED cardinality.TestTopNAssistedEstimationWithNewCollation (1.1s) PASSED cardinality.TestTopNAssistedEstimationWithoutNewCollation (1.0s) PASSED cardinality.TestOutOfRangeEstimation (2.2s) PASSED cardinality.TestSelectivityGreedyAlgo (0.0s) PASSED cardinality.TestOutOfRangeEstimationAfterDelete (2.3s) PASSED cardinality.TestSmallRangeEstimation (1.3s) PASSED cardinality.TestEstimationForUnknownValues (1.1s) PASSED cardinality.TestRangeStepOverflow (0.9s) PASSED cardinality.TestEstimationForUnknownValuesAfterModify (1.0s) PASSED cardinality.TestIndexEstimationCrossValidate (1.1s) PASSED cardinality.TestNewIndexWithoutStats (1.2s) PASSED cardinality.TestDNFCondSelectivity (1.2s) PASSED cardinality.TestIssue57948 (1.1s) PASSED cardinality.TestSelectivity (1.1s) PASSED cardinality.TestEstimationUniqueKeyEqualConds (1.1s) PASSED cardinality.TestUniqCompEqualEst (0.9s) PASSED cardinality.TestColumnIndexNullEstimation (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_31_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_30_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_29_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_28_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_27_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_26_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_25_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_24_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_23_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_22_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_1_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_2_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_21_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_3_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_20_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_19_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_4_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_18_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_5_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_17_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_6_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_16_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_7_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_15_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_8_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_14_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_9_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_13_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_10_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_12_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_11_of_31/coverage.dat //pkg/store/copr:copr_test PASSED in 47.3s Stats over 31 runs: max = 47.3s, min = 5.6s, avg = 7.6s, dev = 7.4s PASSED copr.TestMPPFailedStoreAssertFailed (0.0s) PASSED copr.TestMPPFailedStoreProbeGoroutineTask (0.0s) PASSED copr.TestBalanceBatchCopTaskWithEmptyTaskSet (0.0s) PASSED copr.TestBalanceBatchCopTaskWithContinuity (7.3s) PASSED copr.TestDeepCopyStoreTaskMap (0.0s) PASSED copr.TestMPPFailedStoreProbe (1.4s) PASSED copr.TestDispatchPolicyRR (0.8s) PASSED copr.TestConsistentHash (0.9s) PASSED copr.TestGetAllUsedTiFlashStores (0.0s) PASSED copr.TestCopRangeSplit (0.0s) PASSED copr.TestBuildCacheKey (0.0s) PASSED copr.TestDisable (0.0s) PASSED copr.TestAdmission (0.0s) PASSED copr.TestCopRanges (0.0s) PASSED copr.TestCacheValueLen (0.0s) PASSED copr.TestGetSet (0.1s) PASSED copr.TestIssue24118 (0.0s) PASSED copr.TestBatchStoreCoprOnlySendToLeader (0.0s) PASSED copr.TestBuildTasksWithoutBuckets (0.0s) PASSED copr.TestSplitKeyRangesByLocationsWithoutBuckets (0.0s) PASSED copr.TestBuildTasksByBuckets (0.0s) PASSED copr.TestSplitKeyRanges (0.0s) PASSED copr.TestRebuild (0.0s) PASSED copr.TestSmallTaskConcurrencyLimit (0.0s) PASSED copr.TestBuildPagingTasks (0.0s) PASSED copr.TestBuildPagingTasksDisablePagingForSmallLimit (0.0s) PASSED copr.TestCalculateRemain (0.0s) PASSED copr.TestCalculateRetry (0.0s) PASSED copr.TestBasicSmallTaskConc (0.0s) PASSED copr.TestBuildCopTasksWithRowCountHint (0.0s) PASSED copr.TestTopoFetcherBackoff (41.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_31_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_30_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_2_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_1_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_3_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_29_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_5_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_4_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_7_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_28_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_8_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_9_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_10_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_27_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_11_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_12_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_13_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_26_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_14_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_16_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_15_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_17_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_18_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_25_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_19_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_20_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_22_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_21_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_23_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_24_of_31/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_6_of_31/coverage.dat //pkg/ddl/tests/tiflash:tiflash_test PASSED in 29.5s Stats over 32 runs: max = 29.5s, min = 3.1s, avg = 12.1s, dev = 7.3s PASSED tiflash_test.TestTiFlashReorgPartition (14.9s) PASSED tiflash_test.TestTiFlashAvailableAfterDownOneStore (7.1s) PASSED tiflash_test.TestTiFlashAvailableAfterAddPartition (15.1s) PASSED tiflash_test.TestTiFlashNoRedundantPDRules (27.1s) PASSED tiflash_test.TestTiFlashPartitionNotAvailable (18.9s) PASSED tiflash_test.TestTiFlashReplicaPartitionTableNormal (7.0s) PASSED tiflash_test.TestTiFlashAvailableAfterResetReplica (7.0s) PASSED tiflash_test.TestTiFlashReplicaPartitionTableBlock (7.1s) PASSED tiflash_test.TestTiFlashReplicaAvailable (18.0s) PASSED tiflash_test.TestTiFlashProgressAvailableList (25.2s) PASSED tiflash_test.TestTiFlashTruncatePartition (7.0s) PASSED tiflash_test.TestTiFlashProgressCache (13.0s) PASSED tiflash_test.TestTiFlashFailTruncatePartition (7.0s) PASSED tiflash_test.TestTiFlashProgressAfterAvailableForPartitionTable (19.0s) PASSED tiflash_test.TestTiFlashDropPartition (19.0s) PASSED tiflash_test.TestTiFlashFlashbackCluster (3.0s) PASSED tiflash_test.TestTiFlashTruncateTable (11.1s) PASSED tiflash_test.TestTiFlashProgressAfterAvailable (19.0s) PASSED tiflash_test.TestTiFlashFailureProgressAfterAvailable (8.0s) PASSED tiflash_test.TestTiFlashMassiveReplicaAvailable (13.3s) PASSED tiflash_test.TestTiFlashGroupIndexWhenStartup (2.0s) PASSED tiflash_test.TestSetPlacementRuleNormal (1.0s) PASSED tiflash_test.TestTiFlashProgressForPartitionTable (3.1s) PASSED tiflash_test.TestTiFlashProgress (1.1s) PASSED tiflash_test.TestSetPlacementRuleWithGCWorker (4.0s) PASSED tiflash_test.TestTiFlashBatchUnsupported (1.0s) PASSED tiflash_test.TestSetPlacementRuleFail (0.9s) PASSED tiflash_test.TestTiFlashBackoffer (0.0s) PASSED tiflash_test.TestTiFlashBatchKill (1.4s) PASSED tiflash_test.TestTiFlashBatchRateLimiter (5.7s) PASSED tiflash_test.TestTiFlashBackoff (9.0s) PASSED tiflash_test.TestAlterDatabaseBasic (5.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_32_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_31_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_30_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_1_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_29_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_2_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_28_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_3_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_4_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_27_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_5_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_26_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_6_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_25_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_7_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_8_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_9_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_24_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_23_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_10_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_22_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_11_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_21_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_20_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_12_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_19_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_13_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_14_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_18_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_17_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_15_of_32/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_16_of_32/coverage.dat //pkg/bindinfo:bindinfo_test PASSED in 49.6s Stats over 33 runs: max = 49.6s, min = 6.8s, avg = 26.1s, dev = 8.7s PASSED bindinfo.TestPreparedStmt (23.9s) PASSED bindinfo.TestIssue53834 (22.4s) PASSED bindinfo.TestDropSingleBindings (20.6s) PASSED bindinfo.TestIssue19836 (19.5s) PASSED bindinfo.TestDefaultDB (18.9s) PASSED bindinfo.TestDuplicateBindings (19.9s) PASSED bindinfo.TestCrossDBBindingCache (0.0s) PASSED bindinfo.TestShowGlobalBindings (20.0s) PASSED bindinfo.TestBindCache (0.2s) PASSED bindinfo.TestShowPlanForSQLBasic (21.1s) PASSED bindinfo.TestExtractTableName (0.0s) PASSED bindinfo.TestBindingCache (20.7s) PASSED bindinfo.TestBindingLastUpdateTime (20.5s) PASSED bindinfo.TestSessionBinding (40.0s) PASSED bindinfo.TestBindingLastUpdateTimeWithInvalidBind (18.4s) PASSED bindinfo.TestBindParse (22.1s) PASSED bindinfo.TestSetBindingStatus (21.1s) PASSED bindinfo.TestGlobalAndSessionBindingBothExist (21.2s) PASSED bindinfo.TestSetBindingStatusWithoutBindingInCache (20.4s) PASSED bindinfo.TestOutdatedInfoSchema (20.1s) PASSED bindinfo.TestBindingInListWithSingleLiteral (19.9s) PASSED bindinfo.TestReloadBindings (20.3s) PASSED bindinfo.TestSetVarFixControlWithBinding (20.9s) PASSED bindinfo.TestGlobalBinding (43.0s) PASSED bindinfo.TestNormalizeStmtForBinding (0.0s) PASSED bindinfo.TestRemoveDuplicatedPseudoBinding (20.3s) PASSED bindinfo.TestBindingQueryInList (21.4s) PASSED bindinfo.TestShowBindingDigestField (20.1s) PASSED bindinfo.TestOptimizeOnlyOnce (19.3s) PASSED bindinfo.TestHintsSetID (21.2s) PASSED bindinfo.TestErrorBind (21.2s) PASSED bindinfo.TestBindingSymbolList (20.3s) PASSED bindinfo.TestBestPlanInBaselines (21.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_33_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_32_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_31_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_30_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_29_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_28_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_2_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_27_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_3_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_1_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_4_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_5_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_6_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_26_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_7_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_8_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_9_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_25_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_10_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_12_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_24_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_13_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_14_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_11_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_18_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_15_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_23_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_16_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_17_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_19_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_20_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_22_of_33/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_21_of_33/coverage.dat //pkg/disttask/framework/scheduler:scheduler_test PASSED in 5.0s Stats over 34 runs: max = 5.0s, min = 2.0s, avg = 3.1s, dev = 0.9s PASSED scheduler.TestSlotManagerUpdateCapacity (0.0s) PASSED scheduler.TestSchedulerAdjustEligibleNodes (0.0s) PASSED scheduler.TestSlotManagerUpdate (0.0s) PASSED scheduler.TestBalanceOneTask (0.0s) PASSED scheduler.TestBalanceOneTask/case_0 (0.0s) PASSED scheduler.TestBalanceOneTask/case_1 (0.0s) PASSED scheduler.TestBalanceOneTask/case_10 (0.0s) PASSED scheduler.TestBalanceOneTask/case_11 (0.0s) PASSED scheduler.TestBalanceOneTask/case_12 (0.0s) PASSED scheduler.TestBalanceOneTask/case_2 (0.0s) PASSED scheduler.TestBalanceOneTask/case_3 (0.0s) PASSED scheduler.TestBalanceOneTask/case_4 (0.0s) PASSED scheduler.TestBalanceOneTask/case_5 (0.0s) PASSED scheduler.TestBalanceOneTask/case_6 (0.0s) PASSED scheduler.TestBalanceOneTask/case_7 (0.0s) PASSED scheduler.TestBalanceOneTask/case_8 (0.0s) PASSED scheduler.TestBalanceOneTask/case_9 (0.0s) PASSED scheduler.TestBalanceOneTask/scheduler_err_or_no_instance (0.0s) PASSED scheduler.TestBalanceOneTask/task_mgr_failed (0.0s) PASSED scheduler.TestSlotManagerReserve (0.0s) PASSED scheduler.TestBalanceMultipleTasks (0.0s) PASSED scheduler.TestBalancerUpdateUsedNodes (0.0s) PASSED scheduler.TestManagerScheduleLoop (2.7s) PASSED scheduler.TestMaintainLiveNodes (0.0s) PASSED scheduler.TestIsCancelledErr (0.0s) PASSED scheduler.TestMaintainManagedNodes (0.0s) PASSED scheduler.TestVerifyTaskStateTransform (0.0s) PASSED scheduler.TestFilterByScope (0.0s) PASSED scheduler.TestFilterByScope/case-0 (0.0s) PASSED scheduler.TestFilterByScope/case-1 (0.0s) PASSED scheduler.TestFilterByScope/case-2 (0.0s) PASSED scheduler.TestFilterByScope/case-3 (0.0s) PASSED scheduler.TestFilterByScope/case-4 (0.0s) PASSED scheduler.TestFilterByScope/case-5 (0.0s) PASSED scheduler.TestFilterByScope/case-6 (0.0s) PASSED scheduler.TestFilterByScope/case-7 (0.0s) PASSED scheduler.TestFilterByScope/case-8 (0.0s) PASSED scheduler.TestParallelPause (2.2s) PASSED scheduler.TestManagerSchedulersOrdered (0.0s) PASSED scheduler.TestSchedulerCleanupTask (0.0s) PASSED scheduler.TestPause (2.0s) PASSED scheduler.TestManagerSchedulerNotAllocateSlots (0.1s) PASSED scheduler.TestParallelSubtaskCancel (2.0s) PASSED scheduler.TestCleanUpRoutine (1.9s) PASSED scheduler.TestParallelCancel (1.9s) PASSED scheduler.TestSchedulerOnNextStage (0.0s) PASSED scheduler.TestGetEligibleNodes (0.0s) PASSED scheduler.TestParallelErrStage (1.8s) PASSED scheduler.TestSchedulerIsStepSucceed (0.0s) PASSED scheduler.TestParallel (1.6s) PASSED scheduler.TestSchedulerNotAllocateSlots (0.3s) PASSED scheduler.TestSimpleSubtaskCancel (1.7s) PASSED scheduler.TestSchedulerRefreshTask (0.0s) PASSED scheduler.TestSchedulerMaintainTaskFields (0.0s) PASSED scheduler.TestSchedulerMaintainTaskFields/test_onPausing (0.0s) PASSED scheduler.TestSchedulerMaintainTaskFields/test_onResuming (0.0s) PASSED scheduler.TestSchedulerMaintainTaskFields/test_onReverting (0.0s) PASSED scheduler.TestSchedulerMaintainTaskFields/test_on_modifying,_failed_to_update_system_table (0.0s) PASSED scheduler.TestSchedulerMaintainTaskFields/test_on_modifying_concurrency,_success (0.0s) PASSED scheduler.TestSchedulerMaintainTaskFields/test_on_modifying_concurrency_and_task_meta,_success (0.0s) PASSED scheduler.TestSchedulerMaintainTaskFields/test_on_modifying_task_meta,_failed_to_get_new_meta (0.0s) PASSED scheduler.TestSchedulerMaintainTaskFields/test_revertTask (0.0s) PASSED scheduler.TestSchedulerMaintainTaskFields/test_switch2NextStep (0.0s) PASSED scheduler.TestSimpleCancel (1.7s) PASSED scheduler.TestTaskFailInManager (2.2s) PASSED scheduler.TestSimpleErrStage (1.7s) PASSED scheduler.TestSimple (1.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_34_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_33_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_32_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_1_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_31_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_2_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_3_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_30_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_4_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_29_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_5_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_28_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_6_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_27_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_7_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_8_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_26_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_9_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_25_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_10_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_24_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_11_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_12_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_23_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_13_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_22_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_14_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_21_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_15_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_16_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_20_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_17_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_19_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_18_of_34/coverage.dat //pkg/statistics/handle/handletest:handletest_test PASSED in 78.9s Stats over 34 runs: max = 78.9s, min = 7.1s, avg = 30.2s, dev = 11.1s PASSED handletest_test.TestStatsCacheUpdateTimeout (21.6s) PASSED handletest_test.TestSkipMissingPartitionStats (22.0s) PASSED handletest_test.TestInitStatsLite (22.2s) PASSED handletest_test.TestDurationToTS (0.0s) PASSED handletest_test.TestEmptyTable (20.9s) PASSED handletest_test.TestColumnIDs (21.2s) PASSED handletest_test.TestIssue39336 (20.9s) PASSED handletest_test.TestVersion (23.4s) PASSED handletest_test.TestLoadHist (21.4s) PASSED handletest_test.TestUninitializedStatsStatus (21.0s) PASSED handletest_test.TestEvictedColumnLoadedStatus (0.0s) PASSED handletest_test.TestCorrelation (35.8s) PASSED handletest_test.TestMergeGlobalTopN (23.0s) PASSED handletest_test.TestExtendedStatsOps (21.2s) PASSED handletest_test.TestAdminReloadStatistics1 (21.5s) PASSED handletest_test.TestRecordHistoricalStatsToStorage (22.9s) PASSED handletest_test.TestSyncStatsExtendedRemoval (20.8s) PASSED handletest_test.TestCorrelationStatsCompute (25.6s) PASSED handletest_test.TestStaticPartitionPruneMode (22.9s) PASSED handletest_test.TestMergeIdxHist (21.4s) PASSED handletest_test.TestAdminReloadStatistics2 (37.7s) PASSED handletest_test.TestPartitionPruneModeSessionVariable (21.3s) PASSED handletest_test.TestRepetitiveAddDropExtendedStats (22.3s) PASSED handletest_test.TestShowExtendedStats4DropColumn (22.2s) PASSED handletest_test.TestDuplicateFMSketch (24.8s) PASSED handletest_test.TestExtStatsOnReCreatedTable (22.7s) PASSED handletest_test.TestExtStatsOnReCreatedColumn (22.9s) PASSED handletest_test.TestIncrementalModifyCountUpdate (39.8s) PASSED handletest_test.TestIncrementalModifyCountUpdate/TestIncrementalModifyCountUpdate-false (19.7s) PASSED handletest_test.TestIncrementalModifyCountUpdate/TestIncrementalModifyCountUpdate-true (20.1s) PASSED handletest_test.TestExtStatsOnRenamedColumn (21.9s) PASSED handletest_test.TestExtStatsOnModifiedColumn (21.5s) PASSED handletest_test.TestLoadHistogramWithCollate (19.6s) PASSED handletest_test.TestCorrelationWithDefinedCollate (21.4s) PASSED handletest_test.TestStatsCacheUpdateSkip (21.0s) PASSED handletest_test.TestIndexFMSketch (72.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_34_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_33_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_32_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_3_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_1_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_2_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_31_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_4_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_5_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_30_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_29_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_6_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_7_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_8_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_9_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_28_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_12_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_11_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_13_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_14_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_10_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_15_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_16_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_19_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_17_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_20_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_21_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_27_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_22_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_23_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_25_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_24_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_26_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_18_of_34/coverage.dat //pkg/table/tables:tables_test PASSED in 14.3s Stats over 34 runs: max = 14.3s, min = 1.6s, avg = 4.1s, dev = 2.8s PASSED tables.TestDupKeyCheckMode (1.5s) PASSED tables.TestDupKeyCheckMode/PessimisticLazyMode (0.0s) PASSED tables.TestDupKeyCheckMode/optimistic_DupKeyCheckInPlace (0.0s) PASSED tables.TestDupKeyCheckMode/optimistic_DupKeyCheckLazy (0.0s) PASSED tables.TestDupKeyCheckMode/optimistic_DupKeyCheckSkip (0.0s) PASSED tables.TestDupKeyCheckMode/pessimistic_DupKeyCheckInPlace (0.0s) PASSED tables.TestDupKeyCheckMode/pessimistic_DupKeyCheckLazy (0.0s) PASSED tables.TestDupKeyCheckMode/pessimistic_DupKeyCheckSkip (0.0s) PASSED tables.TestSkipWriteUntouchedIndices (1.5s) PASSED tables.TestTxnAssertion (3.4s) PASSED tables.TestConstraintCheckForOptimisticUntouched (1.3s) PASSED tables.TestViewColumns (1.5s) PASSED tables.TestConstraintCheckForUniqueIndex (1.5s) PASSED tables.TestAddRecordWithCtx (1.4s) PASSED tables.TestHiddenColumn (1.3s) PASSED tables.TestTableFromMeta (1.3s) PASSED tables.TestIterRecords (1.2s) PASSED tables.TestUnsignedPK (1.1s) PASSED tables.TestRowKeyCodec (0.0s) PASSED tables.TestUniqueIndexMultipleNullEntries (1.3s) PASSED tables.TestTypes (1.6s) PASSED tables.TestBasic (1.4s) PASSED tables.TestStateRemote (1.7s) PASSED tables.TestCheckIndexKeysAndCheckHandleConsistency (0.0s) PASSED tables.TestCheckRowInsertionConsistency (0.0s) PASSED tables.TestCompareIndexData (0.0s) PASSED tables.TestTableOperationsInDDLDropIndexWriteOnly (1.3s) PASSED tables.TestGenIndexValueWithLargePaddingSize (1.2s) PASSED tables.TestGenIndexValueFromIndex (0.0s) PASSED tables.TestSingleColumnCommonHandle (1.1s) PASSED tables.TestMultiColumnCommonHandle (1.1s) PASSED tables.TestRenewLeaseABAFailPoint (4.4s) PASSED tables.TestMetrics (1.3s) PASSED tables.TestTableCacheLeaseVariable (3.3s) PASSED tables.TestCacheTableWriteOperatorWaitLockLease (4.2s) PASSED tables.TestRenewLease (3.0s) PASSED tables.TestBeginSleepABA (9.2s) PASSED tables.TestCacheTableComplexRead (1.6s) PASSED tables.TestCacheTableBasicReadAndWrite (12.1s) PASSED tables.TestCacheCondition (10.2s) PASSED tables.TestCacheTableBasicScan (1.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_34_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_33_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_32_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_31_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_30_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_29_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_28_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_27_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_26_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_25_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_24_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_23_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_22_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_21_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_20_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_19_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_18_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_17_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_16_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_15_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_14_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_13_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_12_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_11_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_10_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_9_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_8_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_7_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_6_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_5_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_4_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_3_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_2_of_34/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_1_of_34/coverage.dat //pkg/planner/core/casetest/physicalplantest:physicalplantest_test PASSED in 34.3s Stats over 35 runs: max = 34.3s, min = 7.1s, avg = 30.3s, dev = 4.5s PASSED physicalplantest_test.TestPhysicalApplyIsNotPhysicalJoin (0.0s) PASSED physicalplantest_test.TestExplainExpand (22.0s) PASSED physicalplantest_test.TestAlwaysTruePredicateWithSubquery (19.8s) PASSED physicalplantest_test.TestRefine (20.3s) PASSED physicalplantest_test.TestAggEliminator (20.6s) PASSED physicalplantest_test.TestPointgetIndexChoosen (20.9s) PASSED physicalplantest_test.TestRuleColumnPruningLogicalApply (19.9s) PASSED physicalplantest_test.TestSemiJoinToInner (20.4s) PASSED physicalplantest_test.TestUnmatchedTableInHint (21.6s) PASSED physicalplantest_test.TestIssue37520 (23.0s) PASSED physicalplantest_test.TestHashAggPushdownToTiFlashCompute (23.3s) PASSED physicalplantest_test.TestMPPHints (24.8s) PASSED physicalplantest_test.TestMPPHintsScope (22.7s) PASSED physicalplantest_test.TestMPPBCJModel (22.0s) PASSED physicalplantest_test.TestIssues49377Plan (21.8s) PASSED physicalplantest_test.TestMPPPreferBCJ (24.5s) PASSED physicalplantest_test.TestMPPBCJModelOneTiFlash (23.8s) PASSED physicalplantest_test.TestMPPRightSemiJoin (25.3s) PASSED physicalplantest_test.TestMPPRightOuterJoin (26.1s) PASSED physicalplantest_test.TestCountStarForTiFlash (24.8s) PASSED physicalplantest_test.TestHintScope (24.4s) PASSED physicalplantest_test.TestJoinHints (25.0s) PASSED physicalplantest_test.TestAggregationHints (25.6s) PASSED physicalplantest_test.TestSemiJoinRewriteHints (25.8s) PASSED physicalplantest_test.TestMPPSinglePartitionType (24.9s) PASSED physicalplantest_test.TestAggToCopHint (25.5s) PASSED physicalplantest_test.TestGroupConcatOrderby (25.0s) PASSED physicalplantest_test.TestIndexHint (24.9s) PASSED physicalplantest_test.TestIndexMergeHint (24.0s) PASSED physicalplantest_test.TestQueryBlockHint (24.2s) PASSED physicalplantest_test.TestHJBuildAndProbeHint4TiFlash (23.9s) PASSED physicalplantest_test.TestInlineProjection (23.5s) PASSED physicalplantest_test.TestIndexJoinHint (23.9s) PASSED physicalplantest_test.TestHintFromDiffDatabase (23.7s) PASSED physicalplantest_test.TestHJBuildAndProbeHint4DynamicPartitionTable (24.6s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_35_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_34_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_33_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_1_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_2_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_32_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_3_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_4_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_5_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_6_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_31_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_7_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_8_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_9_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_30_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_10_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_11_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_12_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_13_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_29_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_14_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_15_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_16_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_17_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_28_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_18_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_19_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_20_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_21_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_22_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_27_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_23_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_24_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_25_of_35/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_26_of_35/coverage.dat //pkg/planner/core/operator/logicalop/logicalop_test:logicalop_test_test PASSED in 4.5s Stats over 36 runs: max = 4.5s, min = 1.6s, avg = 2.8s, dev = 0.7s PASSED logicalop_test_test.TestIssue58743 (1.0s) PASSED logicalop_test_test.TestLogicalApplyClone (0.0s) PASSED logicalop_test_test.TestLogicalSchemaClone (0.0s) PASSED logicalop_test_test.TestInfoSchemaTableExtract (0.9s) PASSED logicalop_test_test.TestExtractorInPreparedStmt (0.8s) PASSED logicalop_test_test.TestLogicalTopNHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalTableDualHash64Equals (0.0s) PASSED logicalop_test_test.TestTikvRegionStatusExtractor (1.1s) PASSED logicalop_test_test.TestLogicalSortHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalShowDDLJobs (0.0s) PASSED logicalop_test_test.TestLogicalShowHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalSequence (0.0s) PASSED logicalop_test_test.TestLogicalSelectionHash64Equals (0.0s) PASSED logicalop_test_test.TestColumns (1.0s) PASSED logicalop_test_test.TestLogicalProjectionHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalUnionAllHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalMemTableHash64Equals (0.0s) PASSED logicalop_test_test.TestTikvRegionPeersExtractor (1.0s) PASSED logicalop_test_test.TestLogicalSchemaProducerHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalMaxOneRowHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalLimitHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalExpandHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalApplyHash64Equals (0.0s) PASSED logicalop_test_test.TestTiDBHotRegionsHistoryTableExtractor (0.9s) PASSED logicalop_test_test.TestLogicalJoinHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalAggregationHash64Equals (0.0s) PASSED logicalop_test_test.TestFrameBoundHash64Equals (0.0s) PASSED logicalop_test_test.TestWindowFrameHash64Equals (0.0s) PASSED logicalop_test_test.TestInspectionRuleTableExtractor (0.9s) PASSED logicalop_test_test.TestHandleColsHash64Equals (0.0s) PASSED logicalop_test_test.TestClusterConfigTableExtractor (0.9s) PASSED logicalop_test_test.TestClusterLogTableExtractor (0.9s) PASSED logicalop_test_test.TestInspectionSummaryTableExtractor (0.9s) PASSED logicalop_test_test.TestMetricTableExtractor (0.9s) PASSED logicalop_test_test.TestMetricsSummaryTableExtractor (0.9s) PASSED logicalop_test_test.TestInspectionResultTableExtractor (0.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_36_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_35_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_34_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_33_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_32_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_1_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_2_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_31_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_3_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_4_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_5_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_6_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_7_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_30_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_8_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_9_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_10_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_29_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_11_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_12_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_13_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_14_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_15_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_28_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_16_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_17_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_18_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_19_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_27_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_20_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_21_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_22_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_26_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_23_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_24_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_25_of_36/coverage.dat //pkg/util/topsql/reporter:reporter_test PASSED in 6.4s Stats over 36 runs: max = 6.4s, min = 0.9s, avg = 1.3s, dev = 1.1s PASSED reporter.TestSingleTargetDataSink (0.0s) PASSED reporter.Test_tsItem_toProto (0.0s) PASSED reporter.Test_tsItems_Sort (0.0s) PASSED reporter.TestReporterWorker (3.1s) PASSED reporter.Test_tsItems_toProto (0.0s) PASSED reporter.TestMultipleDataSinks (0.0s) PASSED reporter.Test_record_Sort (0.0s) PASSED reporter.TestCollectInternal (0.0s) PASSED reporter.Test_record_append (0.0s) PASSED reporter.TestCollectCapacity (0.2s) PASSED reporter.Test_record_merge (0.0s) PASSED reporter.TestCollectAndTopN (0.0s) PASSED reporter.Test_record_rebuildTsIndex (0.0s) PASSED reporter.Test_record_toProto (0.0s) PASSED reporter.Test_records_Sort (0.0s) PASSED reporter.Test_records_topN (0.0s) PASSED reporter.Test_records_toProto (0.0s) PASSED reporter.Test_collecting_getOrCreateRecord (0.0s) PASSED reporter.TestCollectAndEvicted (5.4s) PASSED reporter.Test_collecting_markAsEvicted_hasEvicted (0.0s) PASSED reporter.Test_collecting_appendOthers (0.0s) PASSED reporter.Test_collecting_getReportRecords (0.0s) PASSED reporter.Test_collecting_take (0.0s) PASSED reporter.Test_cpuRecords_Sort (0.0s) PASSED reporter.Test_cpuRecords_topN (0.0s) PASSED reporter.TestCollectAndSendBatch (2.2s) PASSED reporter.Test_normalizedSQLMap_register (0.0s) PASSED reporter.Test_normalizedSQLMap_take (0.0s) PASSED reporter.Test_normalizedSQLMap_toProto (0.0s) PASSED reporter.Test_normalizedPlanMap_register (0.0s) PASSED reporter.Test_normalizedPlanMap_take (0.0s) PASSED reporter.Test_normalizedPlanMap_toProto (0.0s) PASSED reporter.TestPubSubDataSink (1.0s) PASSED reporter.Test_encodeKey (0.0s) PASSED reporter.TestRemoveInvalidPlanRecord (0.0s) PASSED reporter.TestDefaultDataSinkRegisterer (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_36_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_1_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_2_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_35_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_3_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_34_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_4_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_33_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_5_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_32_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_6_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_31_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_7_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_8_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_9_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_10_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_11_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_12_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_30_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_13_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_14_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_15_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_16_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_17_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_18_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_29_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_19_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_20_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_21_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_22_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_23_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_24_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_28_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_25_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_26_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_27_of_36/coverage.dat //pkg/ddl/tests/metadatalock:metadatalock_test PASSED in 10.5s Stats over 37 runs: max = 10.5s, min = 2.8s, avg = 5.1s, dev = 1.4s PASSED metadatalock_test.TestMDLUpdateEtcdFail (1.0s) PASSED metadatalock_test.TestMDLPrepareFail (1.0s) PASSED metadatalock_test.TestMDLRenameTable (1.0s) PASSED metadatalock_test.TestMDLDatabaseDrop (1.0s) PASSED metadatalock_test.TestMDLDatabaseCreate (0.9s) PASSED metadatalock_test.TestMDLTableDrop (1.1s) PASSED metadatalock_test.TestMDLTableCreate (1.1s) PASSED metadatalock_test.TestMDLSavePoint (3.2s) PASSED metadatalock_test.TestMDLViewBaseTable (3.1s) PASSED metadatalock_test.TestMDLViewItself (3.1s) PASSED metadatalock_test.TestSwitchMDL (1.2s) PASSED metadatalock_test.TestMDLEnable2Disable (1.2s) PASSED metadatalock_test.TestMDLDisable2Enable (1.2s) PASSED metadatalock_test.TestMDLPreparePlanCacheExecuteInsert (3.8s) PASSED metadatalock_test.TestMDLPreparePlanCacheExecute2 (3.9s) PASSED metadatalock_test.TestMDLBasicSelect (3.0s) PASSED metadatalock_test.TestMDLPreparePlanCacheExecute (7.4s) PASSED metadatalock_test.TestMDLBasicInsert (3.0s) PASSED metadatalock_test.TestMDLPreparePlanCacheInvalid (3.1s) PASSED metadatalock_test.TestMDLBasicUpdate (2.9s) PASSED metadatalock_test.TestMDLPreparePlanBlockDDL (3.0s) PASSED metadatalock_test.TestMDLBasicDelete (3.0s) PASSED metadatalock_test.TestMDLBasicPointGet (2.9s) PASSED metadatalock_test.TestMDLPartitionTable (3.0s) PASSED metadatalock_test.TestMDLBasicBatchPointGet (2.9s) PASSED metadatalock_test.TestMDLAddForeignKey (3.0s) PASSED metadatalock_test.TestMDLRRUpdateSchema (1.1s) PASSED metadatalock_test.TestMDLRCUpdateSchema (1.2s) PASSED metadatalock_test.TestMDLTiDBSnapshot (4.9s) PASSED metadatalock_test.TestMDLAutoCommitReadOnly (2.9s) PASSED metadatalock_test.TestMDLAnalyze (2.9s) PASSED metadatalock_test.TestMDLStaleRead (3.0s) PASSED metadatalock_test.TestMDLAnalyzePartition (3.0s) PASSED metadatalock_test.TestMDLAutoCommitNonReadOnly (3.0s) PASSED metadatalock_test.TestMDLCacheTable (2.9s) PASSED metadatalock_test.TestMDLLocalTemporaryTable (2.9s) PASSED metadatalock_test.TestMDLGlobalTemporaryTable (2.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_37_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_36_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_35_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_34_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_33_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_32_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_31_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_30_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_29_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_28_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_27_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_26_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_25_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_24_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_23_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_1_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_22_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_2_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_21_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_3_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_20_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_4_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_5_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_19_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_6_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_7_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_8_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_9_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_18_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_10_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_11_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_17_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_12_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_13_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_16_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_14_of_37/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_15_of_37/coverage.dat //br/pkg/streamhelper:streamhelper_test FLAKY, failed in 1 out of 37 in 49.2s Stats over 37 runs: max = 49.2s, min = 2.8s, avg = 7.7s, dev = 8.4s PASSED streamhelper_test.TestEncounterError (0.1s) PASSED streamhelper_test.TestSomeOfStoreUnsupported (0.2s) PASSED streamhelper_test.TestStoreRemoved (0.2s) PASSED streamhelper_test.TestBasic (0.0s) PASSED streamhelper_test.TestStoreOffline (0.0s) PASSED streamhelper_test.TestTick (0.0s) PASSED streamhelper_test.TestHasFailureStores (0.0s) PASSED streamhelper_test.TestWithFailure (0.0s) PASSED streamhelper_test.TestNormalError (0.2s) PASSED streamhelper_test.TestSubBasic (0.2s) PASSED streamhelper_test.TestGCServiceSafePoint (0.1s) PASSED streamhelper_test.TestRegionIterator (1.5s) PASSED streamhelper_test.TestRegionIterator/case#0 (0.0s) PASSED streamhelper_test.TestRegionIterator/case#1 (0.0s) PASSED streamhelper_test.TestRegionIterator/case#2 (0.4s) PASSED streamhelper_test.TestRegionIterator/case#3 (0.7s) PASSED streamhelper_test.TestRegionIterator/case#4 (0.2s) PASSED streamhelper_test.TestTaskRanges (0.0s) PASSED streamhelper_test.TestOneStoreFailure (13.4s) PASSED streamhelper_test.TestChecking (0.0s) PASSED streamhelper_test.TestTaskRangesWithSplit (0.0s) PASSED streamhelper_test.TestClearCache (0.0s) PASSED streamhelper_test.TestBlocked (0.0s) PASSED streamhelper_test.TestCollectorFailure (26.6s) PASSED streamhelper_test.TestResolveLock (0.1s) PASSED streamhelper_test.TestOwnerDropped (0.0s) PASSED streamhelper_test.TestIntegration (0.6s) PASSED streamhelper_test.TestIntegration/TestBasic (0.0s) PASSED streamhelper_test.TestIntegration/TestPauseTaskWithErr (0.0s) PASSED streamhelper_test.TestIntegration/TestStreamCheckpoint (0.0s) PASSED streamhelper_test.TestIntegration/TestStreamClose (0.0s) PASSED streamhelper_test.TestIntegration/TestStreamListening (0.0s) PASSED streamhelper_test.TestIntegration/testGetGlobalCheckPointTS (0.0s) PASSED streamhelper_test.TestIntegration/testGetStorageCheckpoint (0.0s) PASSED streamhelper_test.TestIntegration/testStoptask (0.0s) PASSED streamhelper_test.TestRemoveTaskAndFlush (0.2s) PASSED streamhelper_test.TestEnableCheckPointLimit (0.0s) PASSED streamhelper_test.TestOwnerChangeCheckPointLagged (0.0s) PASSED streamhelper_test.TestCheckPointLagged (0.1s) PASSED streamhelper_test.TestRedactBackend (0.0s) PASSED streamhelper_test.TestCheckPointResume (0.2s) PASSED streamhelper_test.TestUnregisterAfterPause (0.4s) PASSED streamhelper_test.TestAddTaskWithLongRunTask0 (0.0s) PASSED streamhelper_test.TestAddTaskWithLongRunTask1 (0.0s) PASSED streamhelper_test.TestAddTaskWithLongRunTask2 (0.0s) PASSED streamhelper_test.TestAddTaskWithLongRunTask3 (0.3s) PASSED streamhelper_test.TestSubscriptionPanic (0.0s) PASSED streamhelper_test.TestGCCheckpoint (0.0s) PASSED streamhelper_test.TestOwnershipLost (43.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_36_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_35_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_34_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_1_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_33_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_2_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_32_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_3_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_31_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_30_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_6_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_29_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_7_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_5_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_28_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_8_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_9_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_10_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_4_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_11_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_12_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_27_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_13_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_14_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_15_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_16_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_26_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_17_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_18_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_19_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_20_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_21_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_22_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_24_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_25_of_36/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_23_of_36/coverage.dat //br/pkg/utils:utils_test PASSED in 21.2s Stats over 38 runs: max = 21.2s, min = 0.8s, avg = 3.2s, dev = 5.1s PASSED utils.TestStartServiceSafePointKeeper (0.0s) PASSED utils.TestCheckUpdateServiceSafepoint (0.0s) PASSED utils.TestCheckGCSafepoint (0.0s) PASSED utils.TestFailNowIf (0.0s) PASSED utils.TestRetryAdapter (0.3s) PASSED utils.TestTaskRegisterFailedReput (20.1s) PASSED utils.TestBackoffWithSuccess (0.0s) PASSED utils.TestBackoffWithUnknownErrorSuccess (0.0s) PASSED utils.TestBackoffWithFatalError (0.0s) PASSED utils.TestWithRetryReturnLastErr (0.0s) PASSED utils.TestBackoffWithFatalRawGRPCError (0.0s) PASSED utils.TestBackoffWithRetryableError (0.0s) PASSED utils.TestConstantBackoff (0.2s) PASSED utils.TestConstantBackoff/backedOff (0.1s) PASSED utils.TestConstantBackoff/infRetry (0.1s) PASSED utils.TestNewImportSSTBackofferWithSucess (2.5s) PASSED utils.TestCheckLogBackupTaskExist (0.0s) PASSED utils.TestGc (0.0s) PASSED utils.TestRegionSplitInfo (0.0s) PASSED utils.TestHandleErrorMsg (0.0s) PASSED utils.TestHandleError (0.0s) PASSED utils.TestPdBackoffWithRetryableError (5.1s) PASSED utils.TestPiTRTableTracker (0.0s) PASSED utils.TestPiTRTableTracker/test_new_tracker (0.0s) PASSED utils.TestPiTRTableTracker/test_update_and_contains_table (0.0s) PASSED utils.TestEncodeAndDecodeForBackupMeta (0.0s) PASSED utils.TestEncodeAndDecodeForMetaFile (0.0s) PASSED utils.TestEncodeAndDecodeForStatsFile (0.0s) PASSED utils.TestParseKey (0.0s) PASSED utils.TestCompareEndKey (0.0s) PASSED utils.TestClampKeyRanges (0.0s) PASSED utils.TestClampKeyRanges/#0 (0.0s) PASSED utils.TestClampKeyRanges/#1 (0.0s) PASSED utils.TestClampKeyRanges/#2 (0.0s) PASSED utils.TestClampKeyRanges/#3 (0.0s) PASSED utils.TestClampKeyRanges/#4 (0.0s) PASSED utils.TestClampKeyRanges/#5 (0.0s) PASSED utils.TestPrefix (0.0s) PASSED utils.TestDateFormat (0.0s) PASSED utils.TestWithCleanUp (0.0s) PASSED utils.TestBRConfigProvider (0.0s) PASSED utils.TestIsTypeCompatible (0.0s) PASSED utils.TestNewDownloadSSTBackofferWithCancel (10.0s) PASSED utils.TestNewBackupSSTBackofferWithCancel (9.0s) PASSED utils.TestTaskRegister (0.1s) PASSED utils.TestTaskRegisterOnce (3.1s) PASSED utils.TestTaskRegisterFailedGrant (20.1s) PASSED utils.TestProgress (12.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_38_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_37_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_36_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_35_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_34_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_33_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_1_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_2_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_3_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_4_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_5_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_6_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_11_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_8_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_12_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_13_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_14_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_16_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_15_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_7_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_17_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_18_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_19_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_20_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_21_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_22_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_23_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_25_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_24_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_28_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_26_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_27_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_9_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_10_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_30_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_31_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_32_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_29_of_38/coverage.dat //pkg/extension/enterprise/audit:audit_test PASSED in 35.1s Stats over 38 runs: max = 35.1s, min = 1.8s, avg = 5.7s, dev = 6.6s PASSED audit.TestNormalizeUserAndHost (0.0s) PASSED audit.TestAuditLogRedact (1.1s) PASSED audit.TestEntryPool (0.0s) PASSED audit.TestIsPasswordStmt (0.0s) PASSED audit.TestConnEventEntry (0.0s) PASSED audit.TestConnEventEntry/0-redact:false-err:false (0.0s) PASSED audit.TestConnEventEntry/0-redact:false-err:true (0.0s) PASSED audit.TestConnEventEntry/0-redact:true-err:false (0.0s) PASSED audit.TestConnEventEntry/0-redact:true-err:true (0.0s) PASSED audit.TestConnEventEntry/1-redact:false-err:false (0.0s) PASSED audit.TestConnEventEntry/1-redact:false-err:true (0.0s) PASSED audit.TestConnEventEntry/1-redact:true-err:false (0.0s) PASSED audit.TestConnEventEntry/1-redact:true-err:true (0.0s) PASSED audit.TestConnEventEntry/2-redact:false-err:false (0.0s) PASSED audit.TestConnEventEntry/2-redact:false-err:true (0.0s) PASSED audit.TestConnEventEntry/2-redact:true-err:false (0.0s) PASSED audit.TestConnEventEntry/2-redact:true-err:true (0.0s) PASSED audit.TestConnEventEntry/3-redact:false-err:false (0.0s) PASSED audit.TestConnEventEntry/3-redact:false-err:true (0.0s) PASSED audit.TestConnEventEntry/3-redact:true-err:false (0.0s) PASSED audit.TestConnEventEntry/3-redact:true-err:true (0.0s) PASSED audit.TestConnEventEntry/4-redact:false-err:false (0.0s) PASSED audit.TestConnEventEntry/4-redact:false-err:true (0.0s) PASSED audit.TestConnEventEntry/4-redact:true-err:false (0.0s) PASSED audit.TestConnEventEntry/4-redact:true-err:true (0.0s) PASSED audit.TestAuditLogReservedDays (6.5s) PASSED audit.TestNewStmtEventEntry (0.0s) PASSED audit.TestNewStmtEventEntry/ALTER_USER_'u1'@'%'_IDENTIFIED_BY_'auth_string'_0-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/ALTER_USER_'u1'@'%'_IDENTIFIED_BY_'auth_string'_0-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/ALTER_USER_'u1'@'%'_IDENTIFIED_BY_'auth_string'_0-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/ALTER_USER_'u1'@'%'_IDENTIFIED_BY_'auth_string'_0-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/ALTER_USER_'u1'@'%'_IDENTIFIED_BY_'auth_string'_1-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/ALTER_USER_'u1'@'%'_IDENTIFIED_BY_'auth_string'_1-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/ALTER_USER_'u1'@'%'_IDENTIFIED_BY_'auth_string'_1-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/ALTER_USER_'u1'@'%'_IDENTIFIED_BY_'auth_string'_1-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/ALTER_USER_user_IDENTIFIED_WITH_caching_sha2_password_AS_'xx'_0-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/ALTER_USER_user_IDENTIFIED_WITH_caching_sha2_password_AS_'xx'_0-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/ALTER_USER_user_IDENTIFIED_WITH_caching_sha2_password_AS_'xx'_0-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/ALTER_USER_user_IDENTIFIED_WITH_caching_sha2_password_AS_'xx'_0-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/ALTER_USER_user_IDENTIFIED_WITH_caching_sha2_password_AS_'xx'_1-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/ALTER_USER_user_IDENTIFIED_WITH_caching_sha2_password_AS_'xx'_1-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/ALTER_USER_user_IDENTIFIED_WITH_caching_sha2_password_AS_'xx'_1-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/ALTER_USER_user_IDENTIFIED_WITH_caching_sha2_password_AS_'xx'_1-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/BATCH_ON_id_LIMIT_2_DELETE_FROM_t_WHERE_v_<_6;_0-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/BATCH_ON_id_LIMIT_2_DELETE_FROM_t_WHERE_v_<_6;_0-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/BATCH_ON_id_LIMIT_2_DELETE_FROM_t_WHERE_v_<_6;_0-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/BATCH_ON_id_LIMIT_2_DELETE_FROM_t_WHERE_v_<_6;_0-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/BATCH_ON_id_LIMIT_2_DELETE_FROM_t_WHERE_v_<_6;_1-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/BATCH_ON_id_LIMIT_2_DELETE_FROM_t_WHERE_v_<_6;_1-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/BATCH_ON_id_LIMIT_2_DELETE_FROM_t_WHERE_v_<_6;_1-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/BATCH_ON_id_LIMIT_2_DELETE_FROM_t_WHERE_v_<_6;_1-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/SET_PASSWORD_FOR_'bob'@'%.example.org'_=_'auth_string'_0-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/SET_PASSWORD_FOR_'bob'@'%.example.org'_=_'auth_string'_0-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/SET_PASSWORD_FOR_'bob'@'%.example.org'_=_'auth_string'_0-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/SET_PASSWORD_FOR_'bob'@'%.example.org'_=_'auth_string'_0-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/SET_PASSWORD_FOR_'bob'@'%.example.org'_=_'auth_string'_1-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/SET_PASSWORD_FOR_'bob'@'%.example.org'_=_'auth_string'_1-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/SET_PASSWORD_FOR_'bob'@'%.example.org'_=_'auth_string'_1-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/SET_PASSWORD_FOR_'bob'@'%.example.org'_=_'auth_string'_1-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/alter_user_'u1'@'%'_0-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/alter_user_'u1'@'%'_0-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/alter_user_'u1'@'%'_0-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/alter_user_'u1'@'%'_0-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/alter_user_'u1'@'%'_1-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/alter_user_'u1'@'%'_1-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/alter_user_'u1'@'%'_1-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/alter_user_'u1'@'%'_1-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/begin_0-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/begin_0-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/begin_0-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/begin_0-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/begin_1-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/begin_1-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/begin_1-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/begin_1-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/commit_0-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/commit_0-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/commit_0-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/commit_0-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/commit_1-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/commit_1-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/commit_1-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/commit_1-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/create_table_t(a_int)_0-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/create_table_t(a_int)_0-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/create_table_t(a_int)_0-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/create_table_t(a_int)_0-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/create_table_t(a_int)_1-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/create_table_t(a_int)_1-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/create_table_t(a_int)_1-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/create_table_t(a_int)_1-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_0-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_0-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_0-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_0-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_1-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_1-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_1-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_1-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_IDENTIFIED_BY_'auth_string'_0-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_IDENTIFIED_BY_'auth_string'_0-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_IDENTIFIED_BY_'auth_string'_0-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_IDENTIFIED_BY_'auth_string'_0-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_IDENTIFIED_BY_'auth_string'_1-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_IDENTIFIED_BY_'auth_string'_1-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_IDENTIFIED_BY_'auth_string'_1-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_IDENTIFIED_BY_'auth_string'_1-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_IDENTIFIED_WITH_caching_sha2_password_AS_'xx'_0-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_IDENTIFIED_WITH_caching_sha2_password_AS_'xx'_0-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_IDENTIFIED_WITH_caching_sha2_password_AS_'xx'_0-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_IDENTIFIED_WITH_caching_sha2_password_AS_'xx'_0-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_IDENTIFIED_WITH_caching_sha2_password_AS_'xx'_1-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_IDENTIFIED_WITH_caching_sha2_password_AS_'xx'_1-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_IDENTIFIED_WITH_caching_sha2_password_AS_'xx'_1-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/create_user_'u1'@'%'_IDENTIFIED_WITH_caching_sha2_password_AS_'xx'_1-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/delete_from_t_where_id=1_0-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/delete_from_t_where_id=1_0-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/delete_from_t_where_id=1_0-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/delete_from_t_where_id=1_0-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/delete_from_t_where_id=1_1-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/delete_from_t_where_id=1_1-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/delete_from_t_where_id=1_1-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/delete_from_t_where_id=1_1-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/insert_into_t_values(1)_0-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/insert_into_t_values(1)_0-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/insert_into_t_values(1)_0-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/insert_into_t_values(1)_0-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/insert_into_t_values(1)_1-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/insert_into_t_values(1)_1-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/insert_into_t_values(1)_1-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/insert_into_t_values(1)_1-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/rollback_0-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/rollback_0-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/rollback_0-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/rollback_0-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/rollback_1-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/rollback_1-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/rollback_1-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/rollback_1-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/select_*_from_t_0-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/select_*_from_t_0-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/select_*_from_t_0-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/select_*_from_t_0-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/select_*_from_t_1-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/select_*_from_t_1-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/select_*_from_t_1-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/select_*_from_t_1-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/update_t_set_a_=_1_0-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/update_t_set_a_=_1_0-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/update_t_set_a_=_1_0-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/update_t_set_a_=_1_0-redact:true-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/update_t_set_a_=_1_1-redact:false-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/update_t_set_a_=_1_1-redact:false-execute:true (0.0s) PASSED audit.TestNewStmtEventEntry/update_t_set_a_=_1_1-redact:true-execute:false (0.0s) PASSED audit.TestNewStmtEventEntry/update_t_set_a_=_1_1-redact:true-execute:true (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON#01 (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON#02 (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON#03 (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON#04 (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON#05 (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON#06 (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON#07 (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON#08 (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON#09 (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON#10 (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON#11 (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON#12 (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON#13 (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON#14 (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON#15 (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON#16 (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON#17 (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON#18 (0.0s) PASSED audit.TestNewAuditEntryWithSetGlobalVar/tidb_audit_enabled-ON#19 (0.0s) PASSED audit.TestNewAuditFuncCallEntry (0.0s) PASSED audit.TestFilterSpec (1.1s) PASSED audit.TestFilterRule (1.0s) PASSED audit.TestFilterRuleBundle (0.0s) PASSED audit.TestMayLogFilterRuleBundlesDifferent (0.0s) PASSED audit.TestAuditLogEnableRule (1.0s) PASSED audit.TestAuditAdmin (1.0s) PASSED audit.TestAuditLogRotate (6.0s) PASSED audit.TestRestrictedAuditAdmin (1.0s) PASSED audit.TestAuditLogRuleUsername (1.0s) PASSED audit.TestAuditLogRuleValidate (1.0s) PASSED audit.TestLogEntryDoesNotBlockEachOther (0.0s) PASSED audit.TestFilterCURD (1.1s) PASSED audit.TestAuditLogger (0.1s) PASSED audit.TestAuditLogger/test-config-change-should-replace-internal-logger-0 (0.0s) PASSED audit.TestAuditLogger/test-config-change-should-replace-internal-logger-0#01 (0.0s) PASSED audit.TestAuditLogger/test-config-change-should-replace-internal-logger-1 (0.0s) PASSED audit.TestAuditLogger/test-config-change-should-replace-internal-logger-1#01 (0.0s) PASSED audit.TestAuditLogger/test-config-change-should-replace-internal-logger-2 (0.0s) PASSED audit.TestAuditLogger/test-config-change-should-replace-internal-logger-2#01 (0.0s) PASSED audit.TestAuditLogger/test-config-change-should-replace-internal-logger-3 (0.0s) PASSED audit.TestAuditLogger/test-config-change-should-replace-internal-logger-4 (0.0s) PASSED audit.TestAuditLogger/test-config-change-should-replace-internal-logger-5 (0.0s) PASSED audit.TestAuditLogger/test-config-change-should-replace-internal-logger-6 (0.0s) PASSED audit.TestAuditLogger/test-config-change-should-replace-internal-logger-7 (0.0s) PASSED audit.TestAuditLogReservedBackups (33.0s) PASSED audit.TestAuditLoggerMaxLifeTimeRotateLoop (1.1s) PASSED audit.TestMaxLifeTimeRotateTicker (3.0s) PASSED audit.TestConfigLogFilePath (0.0s) PASSED audit.TestEventClass (17.0s) PASSED audit.TestManagerConfig (0.0s) PASSED audit.TestManagerConfig/m1.SetEnabled (0.0s) PASSED audit.TestManagerConfig/m1.SetFileMaxLifetime (0.0s) PASSED audit.TestManagerConfig/m1.SetFileMaxSize (0.0s) PASSED audit.TestManagerConfig/m1.SetFileReservedBackups (0.0s) PASSED audit.TestManagerConfig/m1.SetFileReservedDays (0.0s) PASSED audit.TestManagerConfig/m1.SetFilter (0.0s) PASSED audit.TestManagerConfig/m1.SetLogConfigPath (0.0s) PASSED audit.TestManagerConfig/m1.SetLogFormat (0.0s) PASSED audit.TestManagerConfig/m1.SetRedactLog (0.0s) PASSED audit.TestManagerConfig/m2.SetEnabled (0.0s) PASSED audit.TestManagerConfig/m2.SetFileMaxLifetime (0.0s) PASSED audit.TestManagerConfig/m2.SetFileMaxSize (0.0s) PASSED audit.TestManagerConfig/m2.SetFileReservedBackups (0.0s) PASSED audit.TestManagerConfig/m2.SetFileReservedDays (0.0s) PASSED audit.TestManagerConfig/m2.SetFilter (0.0s) PASSED audit.TestManagerConfig/m2.SetLogConfigPath (0.0s) PASSED audit.TestManagerConfig/m2.SetLogFormat (0.0s) PASSED audit.TestManagerConfig/m2.SetRedactLog (0.0s) PASSED audit.TestManagerBootstrap (1.0s) PASSED audit.TestManagerReloadFilter (1.1s) PASSED audit.TestConcurrentAuditOperations (10.0s) PASSED audit.TestAuditEnabled (2.0s) PASSED audit.TestAuditLogMaxLifetime (17.9s) PASSED audit.TestAuditLogDefault (1.0s) PASSED audit.TestManagerNotify (6.0s) PASSED audit.TestAuditLogDefaultInstanceLog (1.0s) PASSED audit.TestAuditLogMaxSize (1.1s) PASSED audit.TestAuditLogFormat (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_38_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_37_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_1_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_2_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_3_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_36_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_4_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_5_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_6_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_7_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_8_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_9_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_10_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_12_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_13_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_11_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_14_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_16_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_17_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_19_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_18_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_20_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_35_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_22_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_21_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_24_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_15_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_25_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_26_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_27_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_23_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_29_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_34_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_30_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_28_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_31_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_33_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_32_of_38/coverage.dat //pkg/statistics:statistics_test PASSED in 7.6s Stats over 38 runs: max = 7.6s, min = 2.1s, avg = 3.8s, dev = 1.0s PASSED statistics.TestCloneColAndIdxExistenceMap (0.0s) PASSED statistics.TestPruneTopN (0.0s) PASSED statistics.TestMergeHistogram (0.0s) PASSED statistics.TestEnumRangeValues (0.0s) PASSED statistics.TestCalcFraction (0.0s) PASSED statistics.TestSampleSerial (0.0s) PASSED statistics.TestSampleSerial/SubTestCollectColumnStats (0.0s) PASSED statistics.TestSampleSerial/SubTestCollectorProtoConversion (0.0s) PASSED statistics.TestSampleSerial/SubTestMergeSampleCollector (0.0s) PASSED statistics.TestBuildStatsOnRowSample (0.0s) PASSED statistics.TestDistributedWeightedSampling (0.3s) PASSED statistics.TestBenchDaily (0.0s) PASSED statistics.TestCMSketch (0.2s) PASSED statistics.TestWeightedSampling (0.1s) PASSED statistics.TestSortTopnMeta (0.0s) PASSED statistics.TestCMSketchCoding (0.0s) PASSED statistics.TestCMSketchCodingTopN (0.0s) PASSED statistics.TestTopNScale (0.0s) PASSED statistics.TestCMSketchTopN (1.1s) PASSED statistics.TestTruncateHistogram (0.0s) PASSED statistics.TestStandardizeForV2AnalyzeIndex (0.0s) PASSED statistics.TestMergePartitionLevelHist (0.0s) PASSED statistics.TestCMSketchTopNUniqueData (0.8s) PASSED statistics.TestValueToString4InvalidKey (0.0s) PASSED statistics.TestMergeBucketNDV (0.0s) PASSED statistics.TestIndexQueryBytes (0.0s) PASSED statistics.TestChangeVerTo2Behavior (1.1s) PASSED statistics.TestChangeVerTo2BehaviorWithPersistedOptions (1.1s) PASSED statistics.TestExpBackoffEstimation (0.9s) PASSED statistics.TestNULLOnFullSampling (1.0s) PASSED statistics.TestAnalyzeSnapshot (1.0s) PASSED statistics.TestStatistics (1.3s) PASSED statistics.TestStatistics/SubTestBuild (0.4s) PASSED statistics.TestStatistics/SubTestColumnRange (0.1s) PASSED statistics.TestStatistics/SubTestFMSketchCoding (0.1s) PASSED statistics.TestStatistics/SubTestHistogramProtoConversion (0.2s) PASSED statistics.TestStatistics/SubTestIndexRanges (0.2s) PASSED statistics.TestStatistics/SubTestIntColumnRanges (0.2s) PASSED statistics.TestStatistics/SubTestSketch (0.1s) PASSED statistics.TestStatistics/SubTestSketchProtoConversion (0.1s) PASSED statistics.TestOutdatedStatsCheck (1.1s) PASSED statistics.TestShowHistogramsLoadStatus (1.0s) PASSED statistics.TestColumnStatsLazyLoad (0.9s) PASSED statistics.TestSingleColumnIndexNDV (1.0s) PASSED statistics.TestIssue44369 (0.9s) PASSED statistics.TestUpdateNotLoadIndexFMSketch (1.0s) PASSED statistics.TestTableLastAnalyzeVersion (1.0s) PASSED statistics.TestLastAnalyzeVersionNotChangedWithAsyncStatsLoad (1.0s) PASSED statistics.TestGlobalIndexWithAnalyzeVersion1AndHistoricalStats (3.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_38_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_37_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_36_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_35_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_34_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_33_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_32_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_31_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_1_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_2_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_30_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_7_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_3_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_6_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_8_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_4_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_9_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_14_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_11_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_5_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_10_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_12_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_13_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_15_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_16_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_17_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_18_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_19_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_29_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_20_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_21_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_23_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_22_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_25_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_24_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_26_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_28_of_38/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_27_of_38/coverage.dat //pkg/server/handler/tests:tests_test PASSED in 60.9s Stats over 39 runs: max = 60.9s, min = 7.5s, avg = 34.3s, dev = 13.4s PASSED tests_test.TestSetLabelsConcurrentWithStoreTopology (36.8s) PASSED tests_test.TestIssue52608 (24.4s) PASSED tests_test.TestUpgrade (25.7s) PASSED tests_test.TestSetLabelsConcurrentWithGetLabel (26.7s) PASSED tests_test.TestSetLabelsWithEtcd (42.3s) PASSED tests_test.TestSetLabels (31.5s) PASSED tests_test.TestPostSettings (37.8s) PASSED tests_test.TestWriteDBTablesData (0.0s) PASSED tests_test.TestAllServerInfo (28.7s) PASSED tests_test.TestRegionsFromMeta (28.1s) PASSED tests_test.TestDDLHookHandler (29.8s) PASSED tests_test.TestCheckCN (0.0s) PASSED tests_test.TestTiFlashReplica (37.8s) PASSED tests_test.TestDebugRoutes (35.0s) PASSED tests_test.TestDebugZip (29.9s) PASSED tests_test.TestServerInfo (26.8s) PASSED tests_test.TestHotRegionInfo (27.4s) PASSED tests_test.TestFailpointHandler (53.1s) PASSED tests_test.TestRegionIndexRange (0.0s) PASSED tests_test.TestRegionCommonHandleRange (0.0s) PASSED tests_test.TestRegionIndexRangeWithEndNoLimit (0.0s) PASSED tests_test.TestTestHandler (53.4s) PASSED tests_test.TestRegionIndexRangeWithStartNoLimit (0.0s) PASSED tests_test.TestGetSchemaStorage (31.6s) PASSED tests_test.TestTTL (29.6s) PASSED tests_test.TestPprof (27.0s) PASSED tests_test.TestRegionsAPI (29.1s) PASSED tests_test.TestRegionsAPIForClusterIndex (28.5s) PASSED tests_test.TestRangesAPI (28.7s) PASSED tests_test.TestListTableRegions (27.9s) PASSED tests_test.TestGetRegionByIDWithError (23.9s) PASSED tests_test.TestListTableRanges (28.7s) PASSED tests_test.TestAllHistory (28.6s) PASSED tests_test.TestGetTableMVCC (28.7s) PASSED tests_test.TestGetMVCCNotFound (27.1s) PASSED tests_test.TestDecodeColumnValue (26.9s) PASSED tests_test.TestGetIndexMVCC (28.2s) PASSED tests_test.TestGetSettings (26.9s) PASSED tests_test.TestGetSchema (52.5s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_39_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_38_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_37_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_36_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_35_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_34_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_1_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_33_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_2_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_3_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_32_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_31_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_4_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_5_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_30_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_8_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_29_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_6_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_11_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_12_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_13_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_7_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_14_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_9_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_10_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_28_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_15_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_16_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_17_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_18_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_20_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_19_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_27_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_21_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_22_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_23_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_24_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_25_of_39/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_26_of_39/coverage.dat //br/pkg/task:task_test PASSED in 4.8s Stats over 40 runs: max = 4.8s, min = 1.7s, avg = 2.7s, dev = 0.7s PASSED task.TestGetExternalStorageOptions (0.0s) PASSED task.TestGetLogRangeWithLogBackupDir (0.0s) PASSED task.TestIsRegionsHasHole (0.0s) PASSED task.TestIsRegionsHasHole/2_region (0.0s) PASSED task.TestIsRegionsHasHole/many_regions (0.0s) PASSED task.TestIsRegionsHasHole/multiple_end_keys(should_not_happen_normally) (0.0s) PASSED task.TestIsRegionsHasHole/one_region (0.0s) PASSED task.TestIsRegionsHasHole/region_hole (0.0s) PASSED task.TestIsRegionsHasHole/region_hole_1 (0.0s) PASSED task.TestGetLogRangeWithFullBackupDir (0.0s) PASSED task.TestParseTSString (0.0s) PASSED task.TestGetGlobalCheckpointFromStorage (0.0s) PASSED task.TestParseCompressionType (0.0s) PASSED task.TestCheckLogRange (0.0s) PASSED task.TestBackupConfigHash (0.0s) PASSED task.TestShiftTS (0.0s) PASSED task.TestUrlNoQuery (0.0s) PASSED task.TestTiDBConfigUnchanged (0.0s) PASSED task.TestStripingPDURL (0.0s) PASSED task.TestAdjustTablesToRestoreAndCreateTableTracker (0.0s) PASSED task.TestAdjustTablesToRestoreAndCreateTableTracker/Basic_table_tracking (0.0s) PASSED task.TestAdjustTablesToRestoreAndCreateTableTracker/DB_created_during_log_backup (0.0s) PASSED task.TestAdjustTablesToRestoreAndCreateTableTracker/Log_backup_table_not_in_snapshot (0.0s) PASSED task.TestAdjustTablesToRestoreAndCreateTableTracker/New_table_created_during_log_backup (0.0s) PASSED task.TestAdjustTablesToRestoreAndCreateTableTracker/Table_not_in_filter (0.0s) PASSED task.TestAdjustTablesToRestoreAndCreateTableTracker/Table_renamed_into_filter_during_log_backup (0.0s) PASSED task.TestAdjustTablesToRestoreAndCreateTableTracker/Table_renamed_out_of_filter_during_log_backup (0.0s) PASSED task.TestCheckCipherKeyMatch (0.0s) PASSED task.TestCheckCipherKeyMatch/AES128_CTR_invalid_length (0.0s) PASSED task.TestCheckCipherKeyMatch/AES128_CTR_valid (0.0s) PASSED task.TestCheckCipherKeyMatch/AES192_CTR_invalid_length (0.0s) PASSED task.TestCheckCipherKeyMatch/AES192_CTR_valid (0.0s) PASSED task.TestCheckCipherKeyMatch/AES256_CTR_invalid_length (0.0s) PASSED task.TestCheckCipherKeyMatch/AES256_CTR_valid (0.0s) PASSED task.TestCheckCipherKeyMatch/PLAINTEXT (0.0s) PASSED task.TestCheckCipherKeyMatch/UNKNOWN (0.0s) PASSED task.TestCheckCipherKey (0.0s) PASSED task.TestGetCipherKey (0.0s) PASSED task.TestCheckTikvSpace (0.0s) PASSED task.TestDefault (0.0s) PASSED task.TestDefaultBackup (0.0s) PASSED task.TestDefaultRestore (0.0s) PASSED task.TestParseAndValidateMasterKeyInfo (0.0s) PASSED task.TestParseAndValidateMasterKeyInfo/Empty_input (0.0s) PASSED task.TestParseAndValidateMasterKeyInfo/Invalid_config (0.0s) PASSED task.TestParseAndValidateMasterKeyInfo/Multiple_configs (0.0s) PASSED task.TestParseAndValidateMasterKeyInfo/Single_AWS_config (0.0s) PASSED task.TestParseAndValidateMasterKeyInfo/Single_Azure_config (0.0s) PASSED task.TestParseAndValidateMasterKeyInfo/Single_GCP_config (0.0s) PASSED task.TestParseAndValidateMasterKeyInfo/Single_local_config (0.0s) PASSED task.TestTiflashUsage (0.0s) PASSED task.TestRestoreConfigAdjust (0.0s) PASSED task.TestConfigureRestoreClient (0.0s) PASSED task.TestAdjustRestoreConfigForStreamRestore (0.0s) PASSED task.TestParseLocalDiskConfig (0.0s) PASSED task.TestParseLocalDiskConfig/Invalid_local_path (0.0s) PASSED task.TestParseLocalDiskConfig/Valid_local_path (0.0s) PASSED task.TestCheckRestoreDBAndTable (0.0s) PASSED task.TestParseAwsKmsConfig (0.0s) PASSED task.TestParseAwsKmsConfig/Missing_key_ID (0.0s) PASSED task.TestParseAwsKmsConfig/Missing_required_parameter (0.0s) PASSED task.TestParseAwsKmsConfig/Valid_AWS_config (0.0s) PASSED task.TestTikvUsage (0.0s) PASSED task.TestParseAzureKmsConfig (0.0s) PASSED task.TestParseAzureKmsConfig/Missing_required_parameter (0.0s) PASSED task.TestParseAzureKmsConfig/Valid_Azure_config (0.0s) PASSED task.TestPreCheckTableTiFlashReplicas (0.0s) PASSED task.TestParseGcpKmsConfig (0.0s) PASSED task.TestParseGcpKmsConfig/Invalid_path_format (0.0s) PASSED task.TestParseGcpKmsConfig/Missing_credentials (0.0s) PASSED task.TestParseGcpKmsConfig/Valid_GCP_config (0.0s) PASSED task.TestCheckNewCollationEnable (0.0s) PASSED task.TestPreCheckTableClusterIndex (1.0s) PASSED task.TestMonitorTheIncrementalUnsupportDDLType (0.0s) PASSED task.TestFilterDDLJobs (1.2s) PASSED task.TestCheckDDLJobByRules (0.0s) PASSED task.TestFilterDDLJobsV2 (1.1s) PASSED task.TestFilterDDLJobByRules (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_40_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_39_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_1_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_38_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_2_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_37_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_3_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_36_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_4_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_35_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_5_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_6_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_7_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_34_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_8_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_9_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_10_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_33_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_11_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_12_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_13_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_14_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_32_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_15_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_16_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_17_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_19_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_18_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_20_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_31_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_21_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_23_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_22_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_25_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_24_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_30_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_26_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_29_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_27_of_40/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_28_of_40/coverage.dat //pkg/planner/core/casetest/instanceplancache:instanceplancache_test PASSED in 331.1s Stats over 42 runs: max = 331.1s, min = 26.4s, avg = 46.5s, dev = 53.6s PASSED instanceplancache_test.TestInstancePlanCacheIssue58395 (21.0s) PASSED instanceplancache_test.TestInstancePlanCacheView (20.6s) PASSED instanceplancache_test.TestInstancePlanCacheRuntimeInfo (20.8s) PASSED instanceplancache_test.TestInstancePlanCacheMetaInfo (19.9s) PASSED instanceplancache_test.TestInstancePlanCachePlan (20.4s) PASSED instanceplancache_test.TestInstancePlanCachePartitioning (20.1s) PASSED instanceplancache_test.TestInstancePlanCacheDifferentUsers (20.4s) PASSED instanceplancache_test.TestInstancePlanCacheDifferentCharset (20.8s) PASSED instanceplancache_test.TestInstancePlanCacheDifferentCollation (19.9s) PASSED instanceplancache_test.TestInstancePlanCachePrivilegeChanges (20.5s) PASSED instanceplancache_test.TestInstancePlanCacheSchemaChange (21.9s) PASSED instanceplancache_test.TestInstancePlanCacheInTxn (20.0s) PASSED instanceplancache_test.TestInstancePlanCacheStaleRead (25.1s) PASSED instanceplancache_test.TestInstancePlanCacheReason (20.9s) PASSED instanceplancache_test.TestInstancePlanCacheBinding (20.1s) PASSED instanceplancache_test.TestInstancePlanCacheVars (20.7s) PASSED instanceplancache_test.TestInstancePlanCacheMinSize (20.4s) PASSED instanceplancache_test.TestBuiltinInIntSig (24.0s) PASSED instanceplancache_test.TestBuiltinInStringSig (24.5s) PASSED instanceplancache_test.TestBuiltinInRealSig (25.2s) PASSED instanceplancache_test.TestBuiltinInDecimalSig (26.8s) PASSED instanceplancache_test.TestBuiltinRealIsTrueFalse (24.1s) PASSED instanceplancache_test.TestBuiltinInTimeSig (25.8s) PASSED instanceplancache_test.TestBuiltinDecimalIsTrueFalse (23.2s) PASSED instanceplancache_test.TestBuiltinIntIsTrueFalse (23.6s) PASSED instanceplancache_test.TestInstancePlanCacheIndexJoin (27.2s) PASSED instanceplancache_test.TestInstancePlanCacheTableIndexScan (26.7s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPointPartitioning (26.2s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPointMultipleColPKNoTxn (25.3s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPointNoTxn (26.4s) PASSED instanceplancache_test.TestInstancePlanCacheBatchPointMultiColIndex (26.1s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyBatchPointNoTxn (25.9s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPartitioning (28.6s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPoint (37.4s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencySysbench (81.8s) PASSED instanceplancache_test.TestInstancePlanCacheDMLPartitioning (26.3s) PASSED instanceplancache_test.TestInstancePlanCacheDMLBasic (33.5s) PASSED instanceplancache_test.TestInstancePlanCacheUpdateSpecifiedPartition (36.3s) PASSED instanceplancache_test.TestInstancePlanCacheDMLTPCC (66.4s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyTPCC (86.5s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyComp (198.5s) PASSED instanceplancache_test.TestInstancePlanCache (324.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_42_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_41_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_40_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_39_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_38_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_37_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_36_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_35_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_34_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_33_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_32_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_31_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_30_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_29_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_28_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_27_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_26_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_1_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_2_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_3_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_4_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_6_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_5_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_7_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_8_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_10_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_11_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_12_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_13_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_14_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_15_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_16_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_18_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_17_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_9_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_24_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_22_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_23_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_21_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_20_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_19_of_42/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_25_of_42/coverage.dat //pkg/executor/test/tiflashtest:tiflashtest_test PASSED in 72.7s Stats over 48 runs: max = 72.7s, min = 8.2s, avg = 34.3s, dev = 11.9s PASSED tiflashtest_test.TestIssue59877 (21.6s) PASSED tiflashtest_test.TestIssue59703 (20.6s) PASSED tiflashtest_test.TestIndexMergeCarePreferTiflash (21.9s) PASSED tiflashtest_test.TestNonsupportCharsetTable (22.7s) PASSED tiflashtest_test.TestReadPartitionTable (28.9s) PASSED tiflashtest_test.TestMppTableReaderCacheForSingleSQL (37.6s) PASSED tiflashtest_test.TestAggPushDownApplyAll (24.2s) PASSED tiflashtest_test.TestReadUnsigedPK (27.2s) PASSED tiflashtest_test.TestMppAggShouldAlignFinalMode (24.8s) PASSED tiflashtest_test.TestJoinRace (26.4s) PASSED tiflashtest_test.TestInjectExtraProj (27.0s) PASSED tiflashtest_test.TestTiFlashPartitionTableShuffledHashJoin (0.0s) PASSED tiflashtest_test.TestMppExecution (65.2s) PASSED tiflashtest_test.TestIssue50358 (46.2s) PASSED tiflashtest_test.TestTiFlashPartitionTableReader (0.0s) PASSED tiflashtest_test.TestMppEnum (24.8s) PASSED tiflashtest_test.TestPartitionTable (34.3s) PASSED tiflashtest_test.TestTiFlashPlanCacheable (27.7s) PASSED tiflashtest_test.TestDispatchTaskRetry (23.6s) PASSED tiflashtest_test.TestMPPRecovery (36.7s) PASSED tiflashtest_test.TestMppVersionError (22.9s) PASSED tiflashtest_test.TestCancelMppTasks (24.6s) PASSED tiflashtest_test.TestUnionWithEmptyDualTable (23.8s) PASSED tiflashtest_test.TestMppGoroutinesExitFromErrors (25.5s) PASSED tiflashtest_test.TestMppUnionAll (30.0s) PASSED tiflashtest_test.TestUnionScan (39.6s) PASSED tiflashtest_test.TestTiFlashVirtualColumn (26.4s) PASSED tiflashtest_test.TestMppApply (30.8s) PASSED tiflashtest_test.TestIssue57149 (24.7s) PASSED tiflashtest_test.TestMPP47766 (21.9s) PASSED tiflashtest_test.TestTiFlashPartitionTableShuffledHashAggregation (45.1s) PASSED tiflashtest_test.TestAvgOverflow (65.7s) PASSED tiflashtest_test.TestForbidTiFlashIfExtraPhysTableIDIsNeeded (22.2s) PASSED tiflashtest_test.TestTiflashSupportStaleRead (24.3s) PASSED tiflashtest_test.TestMppStoreCntWithErrors (21.3s) PASSED tiflashtest_test.TestTiflashPartitionTableScan (23.2s) PASSED tiflashtest_test.TestTiFlashPartitionTableBroadcastJoin (44.7s) PASSED tiflashtest_test.TestAggPushDownCountStar (22.0s) PASSED tiflashtest_test.TestAggPushDownUnionAndMPP (20.8s) PASSED tiflashtest_test.TestGroupStreamAggOnTiFlash (20.6s) PASSED tiflashtest_test.TestIssue41014 (20.7s) PASSED tiflashtest_test.TestTiflashEmptyDynamicPruneResult (22.7s) PASSED tiflashtest_test.TestDisaggregatedTiFlashNonAutoScaler (18.6s) PASSED tiflashtest_test.TestDisaggregatedTiFlash (19.6s) PASSED tiflashtest_test.TestDisaggregatedTiFlashQuery (19.6s) PASSED tiflashtest_test.TestMPPMemoryTracker (21.1s) PASSED tiflashtest_test.TestDisaggregatedTiFlashGeneratedColumn (40.3s) PASSED tiflashtest_test.TestTiFlashComputeDispatchPolicy (20.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_48_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_47_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_46_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_1_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_2_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_45_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_3_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_4_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_44_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_5_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_7_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_8_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_6_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_43_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_9_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_11_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_10_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_12_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_13_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_42_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_14_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_15_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_18_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_16_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_17_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_41_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_21_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_20_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_23_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_40_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_22_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_19_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_26_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_25_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_39_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_27_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_24_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_28_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_29_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_30_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_31_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_32_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_34_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_33_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_35_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_36_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_38_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_37_of_48/coverage.dat //pkg/planner/indexadvisor:indexadvisor_test PASSED in 16.2s Stats over 48 runs: max = 16.2s, min = 1.6s, avg = 4.4s, dev = 2.7s PASSED indexadvisor_test.TestCollectIndexableColumnsFromQuery (1.1s) PASSED indexadvisor_test.TestCollectIndexableColumnsForQuerySet (0.9s) PASSED indexadvisor_test.TestFilterInvalidQueries (1.0s) PASSED indexadvisor_test.TestFilterSQLAccessingSystemTables (0.0s) PASSED indexadvisor_test.TestRestoreSchemaName (0.0s) PASSED indexadvisor_test.TestCollectDNFColumnsFromQuery (0.0s) PASSED indexadvisor_test.TestCollectOrderByColumnsFromQuery (0.0s) PASSED indexadvisor_test.TestCollectSelectColumnsFromQuery (0.0s) PASSED indexadvisor_test.TestCollectTableFromQuery (0.0s) PASSED indexadvisor_test.TestOptionShow (1.0s) PASSED indexadvisor_test.TestOptionWithRun (1.0s) PASSED indexadvisor_test.TestOptionsMultiple (0.9s) PASSED indexadvisor_test.TestOptionTimeout (1.0s) PASSED indexadvisor_test.TestOptionMaxNumQuery (1.0s) PASSED indexadvisor_test.TestOptionMaxIndexColumns (1.1s) PASSED indexadvisor_test.TestOptionMaxNumIndex (1.2s) PASSED indexadvisor_test.TestOptimizerQueryPlanCost (0.9s) PASSED indexadvisor_test.TestOptimizerQueryCost (0.9s) PASSED indexadvisor_test.TestOptimizerEstIndexSize (1.0s) PASSED indexadvisor_test.TestOptimizerIndexNameExist (1.0s) PASSED indexadvisor_test.TestOptimizerTableColumns (1.0s) PASSED indexadvisor_test.TestOptimizerPossibleColumns (1.0s) PASSED indexadvisor_test.TestOptimizerPrefixContainIndex (1.0s) PASSED indexadvisor_test.TestOptimizerColumnType (1.1s) PASSED indexadvisor_test.TestIndexAdvisorTPCH4 (3.4s) PASSED indexadvisor_test.TestIndexAdvisorTPCH3 (5.7s) PASSED indexadvisor_test.TestIndexAdvisorForSQL (1.0s) PASSED indexadvisor_test.TestIndexAdvisorForMultipleTables (3.4s) PASSED indexadvisor_test.TestIndexAdvisorForVariousTypes (1.1s) PASSED indexadvisor_test.TestIndexAdvisorEmptyResult (1.0s) PASSED indexadvisor_test.TestIndexAdvisorInvalidQuery (0.9s) PASSED indexadvisor_test.TestIndexAdvisorFrequency (1.0s) PASSED indexadvisor_test.TestIndexAdvisorBasic1 (1.0s) PASSED indexadvisor_test.TestIndexAdvisorTPCH2 (10.4s) PASSED indexadvisor_test.TestIndexAdvisorFixControl43817 (0.9s) PASSED indexadvisor_test.TestIndexAdvisorBasic2 (3.2s) PASSED indexadvisor_test.TestIndexAdvisorView (0.9s) PASSED indexadvisor_test.TestIndexAdvisorIncorrectCurrentDB (0.9s) PASSED indexadvisor_test.TestIndexAdvisorPrefix (1.0s) PASSED indexadvisor_test.TestIndexAdvisorCoveringIndex (0.9s) PASSED indexadvisor_test.TestIndexAdvisorExistingIndex (1.0s) PASSED indexadvisor_test.TestIndexAdvisorRunFor (0.9s) PASSED indexadvisor_test.TestIndexAdvisorStorage (0.9s) PASSED indexadvisor_test.TestIndexAdvisorCreateIndexStmt (0.9s) PASSED indexadvisor_test.TestIndexAdvisorTPCC (2.7s) PASSED indexadvisor_test.TestIndexAdvisorWeb3Bench (2.8s) PASSED indexadvisor_test.TestIndexAdvisorMassive (7.4s) PASSED indexadvisor_test.TestIndexAdvisorTPCH1 (12.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_48_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_47_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_46_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_45_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_44_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_43_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_42_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_41_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_40_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_39_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_38_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_37_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_36_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_35_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_34_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_33_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_32_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_31_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_30_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_29_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_28_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_27_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_26_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_25_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_24_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_23_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_1_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_2_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_3_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_4_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_5_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_6_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_7_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_22_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_9_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_8_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_10_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_12_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_13_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_14_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_15_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_18_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_19_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_20_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_16_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_17_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_11_of_48/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_21_of_48/coverage.dat //pkg/executor/test/analyzetest:analyzetest_test PASSED in 83.9s Stats over 49 runs: max = 83.9s, min = 26.7s, avg = 37.2s, dev = 12.4s PASSED analyzetest_test.TestIssue55438 (20.2s) PASSED analyzetest_test.TestAnalyzePartition (23.8s) PASSED analyzetest_test.TestAnalyzePartitionVerify (33.5s) PASSED analyzetest_test.TestAnalyzeReplicaReadFollower (20.7s) PASSED analyzetest_test.TestAnalyzeRestrict (20.3s) PASSED analyzetest_test.TestAnalyzeMVIndex (24.8s) PASSED analyzetest_test.TestAnalyzeColumnsSkipMVIndexJsonCol (21.3s) PASSED analyzetest_test.TestAutoAnalyzeAwareGlobalVariableChange (20.8s) PASSED analyzetest_test.TestAnalyzeTooLongColumns (20.5s) PASSED analyzetest_test.TestAnalyzeParameters (77.2s) PASSED analyzetest_test.TestIssue35044 (21.7s) PASSED analyzetest_test.TestFailedAnalyzeRequest (20.9s) PASSED analyzetest_test.TestExtractTopN (21.9s) PASSED analyzetest_test.TestIssue35056Related (22.9s) PASSED analyzetest_test.TestNormalAnalyzeOnCommonHandle (23.6s) PASSED analyzetest_test.TestAnalyzeFullSamplingOnIndexWithVirtualColumnOrPrefixColumn (22.5s) PASSED analyzetest_test.TestIssue35056 (26.3s) PASSED analyzetest_test.TestDefaultValForAnalyze (32.9s) PASSED analyzetest_test.TestAdjustSampleRateNote (20.7s) PASSED analyzetest_test.TestAnalyzeIndex (21.4s) PASSED analyzetest_test.TestSnapshotAnalyzeAndMaxTSAnalyze (41.9s) PASSED analyzetest_test.TestSnapshotAnalyzeAndMaxTSAnalyze/TestSnapshotAnalyzeAndMaxTSAnalyze-false (21.3s) PASSED analyzetest_test.TestSnapshotAnalyzeAndMaxTSAnalyze/TestSnapshotAnalyzeAndMaxTSAnalyze-true (20.6s) PASSED analyzetest_test.TestIssue20874 (21.5s) PASSED analyzetest_test.TestAnalyzePartitionUnderV1Dynamic (28.1s) PASSED analyzetest_test.TestAnalyzeClusteredIndexPrimary (22.7s) PASSED analyzetest_test.TestAnalyzeSamplingWorkPanic (21.1s) PASSED analyzetest_test.TestSmallTableAnalyzeV2 (22.4s) PASSED analyzetest_test.TestSavedAnalyzeOptions (23.1s) PASSED analyzetest_test.TestAnalyzePartitionStaticToDynamic (26.4s) PASSED analyzetest_test.TestSavedAnalyzeOptionsForMultipleTables (21.8s) PASSED analyzetest_test.TestSavedPartitionAnalyzeOptions (27.2s) PASSED analyzetest_test.TestSavedAnalyzeColumnOptions (23.3s) PASSED analyzetest_test.TestAnalyzePartitionUnderDynamic (24.0s) PASSED analyzetest_test.TestAnalyzeColumnsWithPrimaryKey (43.4s) PASSED analyzetest_test.TestAnalyzeColumnsWithIndex (44.2s) PASSED analyzetest_test.TestAnalyzeColumnsWithClusteredIndex (46.7s) PASSED analyzetest_test.TestAnalyzePartitionTableStaticToDynamic (31.3s) PASSED analyzetest_test.TestAnalyzeColumnsWithDynamicPartitionTable (48.6s) PASSED analyzetest_test.TestAnalyzeColumnsWithStaticPartitionTable (50.6s) PASSED analyzetest_test.TestAnalyzePartitionTableWithDynamicMode (29.9s) PASSED analyzetest_test.TestAnalyzeColumnsWithExtendedStats (49.8s) PASSED analyzetest_test.TestAnalyzeColumnsWithVirtualColumnIndex (50.5s) PASSED analyzetest_test.TestAnalyzeColumnsAfterAnalyzeAll (49.7s) PASSED analyzetest_test.TestAnalyzeSampleRateReason (25.9s) PASSED analyzetest_test.TestShowAanalyzeStatusJobInfo (29.1s) PASSED analyzetest_test.TestAnalyzeColumnsErrorAndWarning (28.4s) PASSED analyzetest_test.TestAnalyzeJob (24.5s) PASSED analyzetest_test.TestKillAutoAnalyzeIndex (28.1s) PASSED analyzetest_test.TestInsertAnalyzeJobWithLongInstance (25.2s) PASSED analyzetest_test.TestKillAutoAnalyze (53.5s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_49_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_1_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_48_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_2_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_3_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_47_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_46_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_45_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_5_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_4_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_44_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_6_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_7_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_43_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_8_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_10_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_42_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_9_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_12_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_13_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_11_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_14_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_41_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_15_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_16_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_17_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_18_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_40_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_20_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_19_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_21_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_39_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_22_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_23_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_24_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_38_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_25_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_26_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_37_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_27_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_28_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_29_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_30_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_36_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_31_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_34_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_33_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_35_of_49/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_32_of_49/coverage.dat //br/pkg/restore/log_client:log_client_test PASSED in 24.1s Stats over 50 runs: max = 24.1s, min = 2.4s, avg = 3.8s, dev = 3.0s PASSED log_client.TestNotRestoreIncomplete (0.0s) PASSED log_client.TestDeleteRangeQueryExec (0.0s) PASSED log_client.TestRestoreSegmented (0.0s) PASSED log_client.TestFilterOut (0.0s) PASSED log_client.TestFilterOut/#0 (0.0s) PASSED log_client.TestFilterOut/#1 (0.0s) PASSED log_client.TestFilterOut/#2 (0.0s) PASSED log_client.TestFilterOut/#3 (0.0s) PASSED log_client.TestDeleteRangeQuery (0.0s) PASSED log_client.TestFilteredOut (0.0s) PASSED log_client.TestMigrations (0.0s) PASSED log_client.TestMigrations/#0 (0.0s) PASSED log_client.TestMigrations/#1 (0.0s) PASSED log_client.TestMigrations/#2 (0.0s) PASSED log_client.TestMigrations/#3 (0.0s) PASSED log_client.TestMultiRestores (0.0s) PASSED log_client.TestRestoreBatchMetaKVFiles (0.0s) PASSED log_client.TestLogFilesSkipMap (0.0s) PASSED log_client.TestMultiFilteredOutOne (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod1 (0.0s) PASSED log_client.TestReadAllEntries (0.0s) PASSED log_client.TestError (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod2_default_empty (0.0s) PASSED log_client.TestFilterDataFiles (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod2_write_empty_1 (0.0s) PASSED log_client.TestFileManger (0.0s) PASSED log_client.TestFileManger/MetaV1 (0.0s) PASSED log_client.TestFileManger/MetaV1/#0 (0.0s) PASSED log_client.TestFileManger/MetaV1/#1 (0.0s) PASSED log_client.TestFileManger/MetaV1/#2 (0.0s) PASSED log_client.TestFileManger/MetaV2 (0.0s) PASSED log_client.TestFileManger/MetaV2/#0 (0.0s) PASSED log_client.TestFileManger/MetaV2/#1 (0.0s) PASSED log_client.TestFileManger/MetaV2/#2 (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod2_write_empty_2 (0.0s) PASSED log_client.TestReadFromMetadata (0.0s) PASSED log_client.TestReadFromMetadata/MetaV1 (0.0s) PASSED log_client.TestReadFromMetadata/MetaV1/case#0 (0.0s) PASSED log_client.TestReadFromMetadata/MetaV1/case#1 (0.0s) PASSED log_client.TestReadFromMetadata/MetaV2 (0.0s) PASSED log_client.TestReadFromMetadata/MetaV2/case#0 (0.0s) PASSED log_client.TestReadFromMetadata/MetaV2/case#1 (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod_with_entries (0.0s) PASSED log_client.TestReadMetaBetweenTS (0.0s) PASSED log_client.TestReadMetaBetweenTS/MetaV1 (0.0s) PASSED log_client.TestReadMetaBetweenTS/MetaV1/case#0 (0.0s) PASSED log_client.TestReadMetaBetweenTS/MetaV1/case#1 (0.0s) PASSED log_client.TestReadMetaBetweenTS/MetaV1/case#2 (0.0s) PASSED log_client.TestReadMetaBetweenTS/MetaV1/case#3 (0.0s) PASSED log_client.TestReadMetaBetweenTS/MetaV2 (0.0s) PASSED log_client.TestReadMetaBetweenTS/MetaV2/case#0 (0.0s) PASSED log_client.TestReadMetaBetweenTS/MetaV2/case#1 (0.0s) PASSED log_client.TestReadMetaBetweenTS/MetaV2/case#2 (0.0s) PASSED log_client.TestReadMetaBetweenTS/MetaV2/case#3 (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod3 (0.0s) PASSED log_client.TestFileImporter (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod4 (0.0s) PASSED log_client.TestFilterFilesByRegion (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod5 (0.0s) PASSED log_client.TestImportKVFiles (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod6 (0.0s) PASSED log_client.TestSortMetaKVFiles (0.0s) PASSED log_client.TestRetryRecognizeErrCode (1.5s) PASSED log_client.TestApplyKVFilesWithSingelMethod (0.0s) PASSED log_client.TestPaginateScanLeader (0.0s) PASSED log_client.TestApplyKVFilesWithBatchMethod1 (0.0s) PASSED log_client.TestWrappedError (0.0s) PASSED log_client.TestApplyKVFilesWithBatchMethod2 (0.0s) PASSED log_client.TestApplyKVFilesWithBatchMethod3 (0.0s) PASSED log_client.TestRetryBackoff (0.0s) PASSED log_client.TestApplyKVFilesWithBatchMethod4 (0.0s) PASSED log_client.TestRegionSplit (0.0s) PASSED log_client.TestApplyKVFilesWithBatchMethod5 (2.0s) PASSED log_client.TestLogFilesIterWithSplitHelper (0.0s) PASSED log_client.TestEpochNotMatch (0.0s) PASSED log_client.TestInitSchemasReplaceForDDL (1.0s) PASSED log_client.TestPITRIDMap (1.2s) PASSED log_client.TestServerIsBusyWithMemoryIsLimited (0.0s) PASSED log_client.TestLogSplitStrategy (0.0s) PASSED log_client.TestCompactedSplitStrategy (0.0s) PASSED log_client.TestServerIsBusy (0.0s) PASSED log_client.TestCompactedSplitStrategyWithCheckpoint (0.0s) PASSED log_client.TestNotLeader (0.0s) PASSED log_client.TestRepairIngestIndex (1.2s) PASSED log_client.TestScanSuccess (0.0s) PASSED log_client.TestRepairIngestIndexFromCheckpoint (1.3s) PASSED log_client.TestPutRawKvWithRetry (20.0s) PASSED log_client.TestPutRawKvWithRetry/fails_all_retries (17.0s) PASSED log_client.TestPutRawKvWithRetry/success_on_after_failure (3.0s) PASSED log_client.TestPutRawKvWithRetry/success_on_first_try (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/log_client/log_client_test/shard_26_of_50/coverage.dat //br/pkg/storage:storage_test PASSED in 12.7s Stats over 50 runs: max = 12.7s, min = 1.3s, avg = 2.1s, dev = 2.2s PASSED storage.TestOpenAsBufio (0.0s) PASSED storage.TestFileExistsError (0.0s) PASSED storage.TestReadError (0.0s) PASSED storage.TestWriteError (0.0s) PASSED storage.TestFileExistsMissing (0.0s) PASSED storage.TestDeleteFileError (0.0s) PASSED storage.TestDeleteFileMissing (0.0s) PASSED storage.TestDeleteFileNoError (0.0s) PASSED storage.TestFileExistsNoError (0.0s) PASSED storage.TestReadNoError (0.0s) PASSED storage.TestMultiUploadErrorNotOverwritten (0.0s) PASSED storage.TestWriteNoError (0.0s) PASSED storage.TestS3Range (0.0s) PASSED storage.TestS3URI (0.9s) PASSED storage.TestS3Storage (0.0s) PASSED storage.TestApplyUpdate (0.0s) PASSED storage.TestApply (0.0s) PASSED storage.TestParseBackend (0.0s) PASSED storage.TestIsLocal (0.0s) PASSED storage.TestIsLocal/local (0.0s) PASSED storage.TestIsLocal/local#01 (0.0s) PASSED storage.TestIsLocal/local#02 (0.0s) PASSED storage.TestIsLocal/local#03 (0.0s) PASSED storage.TestIsLocal/local#04 (0.0s) PASSED storage.TestIsLocal/local#05 (0.0s) PASSED storage.TestIsLocal/local#06 (0.0s) PASSED storage.TestIsLocal/local#07 (0.0s) PASSED storage.TestIsLocal/local#08 (0.0s) PASSED storage.TestParseRawURL (0.0s) PASSED storage.TestFormatBackendURL (0.0s) PASSED storage.TestCreateStorage (0.0s) PASSED storage.TestMemStoreWriteDuringWalkDir (2.0s) PASSED storage.TestMemStoreManipulateBytes (0.0s) PASSED storage.TestMemStoreWalkDir (0.0s) PASSED storage.TestMemStoreBasic (0.0s) PASSED storage.TestUnlockOnCleanUp (0.0s) PASSED storage.TestConcurrentLock (0.0s) PASSED storage.TestNewCompressReader (0.0s) PASSED storage.TestRWLock (0.0s) PASSED storage.TestCompressReaderWriter (0.0s) PASSED storage.TestConflictLock (0.0s) PASSED storage.TestExternalFileWriter (0.0s) PASSED storage.TestTryLockRemote (0.0s) PASSED storage.TestNewMemStorage (0.0s) PASSED storage.TestWalkBrokenSymLink (0.0s) PASSED storage.TestDefaultHttpClient (0.0s) PASSED storage.TestLocalFileReadRange (0.0s) PASSED storage.TestDefaultHttpTransport (0.0s) PASSED storage.TestLocalURI (0.0s) PASSED storage.TestOpenRangeMismatchErrorMsg (0.0s) PASSED storage.TestWalkDirSkipSubDir (0.0s) PASSED storage.TestS3ReadFileRetryable (0.0s) PASSED storage.TestWalkDirWithSoftLinkFile (0.0s) PASSED storage.TestDeleteFile (0.0s) PASSED storage.TestRetryError (2.0s) PASSED storage.TestGCSShouldRetry (0.0s) PASSED storage.TestS3StorageBucketRegion (0.0s) PASSED storage.TestObjectLock (0.0s) PASSED storage.TestSpeedReadManyFiles (0.0s) PASSED storage.TestMultiPartUpload (0.0s) PASSED storage.TestSendCreds (1.1s) PASSED storage.TestReadRange (0.0s) PASSED storage.TestWalkDirWithEmptyPrefix (0.0s) PASSED storage.TestNewGCSStorage (0.1s) PASSED storage.TestWalkDir (0.0s) PASSED storage.TestGCS (6.4s) PASSED storage.TestS3ReaderResetRetry (0.0s) PASSED storage.TestS3ReaderWithRetryFailed (0.0s) PASSED storage.TestWithCompressReadWriteFile (0.0s) PASSED storage.TestJSONEffects (0.0s) PASSED storage.TestS3ReaderWithRetryEOF (0.0s) PASSED storage.TestBatched (0.0s) PASSED storage.TestBatched/DeleteFile (0.0s) PASSED storage.TestBatched/DeleteFiles (0.0s) PASSED storage.TestBatched/Rename (0.0s) PASSED storage.TestBatched/SequenceOfOperations (0.0s) PASSED storage.TestBatched/WriteFile (0.0s) PASSED storage.TestS3RangeReaderShouldNotRetryWhenContextCancelled (0.0s) PASSED storage.TestCopyObject (9.7s) PASSED storage.TestS3RangeReaderRetryRead (0.0s) PASSED storage.TestDownloadRetry (0.0s) PASSED storage.TestOpenSeek (0.0s) PASSED storage.TestNewAzblobStorage (0.0s) PASSED storage.TestPutAndDeleteObjectCheck (0.0s) PASSED storage.TestAzblob (11.1s) PASSED storage.TestOpenReadSlowly (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_1_of_50/coverage.dat //br/pkg/stream:stream_test PASSED in 2.0s Stats over 50 runs: max = 2.0s, min = 1.1s, avg = 1.3s, dev = 0.1s PASSED stream.TestParseMetaKvAndUpdateIdMapping (0.0s) PASSED stream.TestReplaceTemporaryIDs (0.0s) PASSED stream.TestReplaceTemporaryIDs/complex_structure_with_multiple_temporary_IDs (0.0s) PASSED stream.TestReplaceTemporaryIDs/error_generating_global_IDs (0.0s) PASSED stream.TestReplaceTemporaryIDs/mixed_temporary_and_global_IDs (0.0s) PASSED stream.TestReplaceTemporaryIDs/no_temporary_IDs (0.0s) PASSED stream.TestReplaceTemporaryIDs/non-consecutive_temporary_IDs (0.0s) PASSED stream.TestReplaceTemporaryIDs/replace_all_temporary_IDs (0.0s) PASSED stream.TestFilterDBReplaceMap (0.0s) PASSED stream.TestFilterDBReplaceMap/empty_filter_marks_all_as_filtered_out (0.0s) PASSED stream.TestFilterDBReplaceMap/filter_specific_database (0.0s) PASSED stream.TestFilterDBReplaceMap/filter_specific_tables_within_database (0.0s) PASSED stream.TestFilterDBReplaceMap/filter_tables_with_partitions (0.0s) PASSED stream.TestFilterDBReplaceMap/filter_with_multiple_databases_and_tables (0.0s) PASSED stream.TestMergeBaseDBReplace (0.0s) PASSED stream.TestMergeBaseDBReplace/merge_empty_base_map (0.0s) PASSED stream.TestMergeBaseDBReplace/merge_existing_database_with_multiple_tables (0.0s) PASSED stream.TestMergeBaseDBReplace/merge_into_empty_existing_map (0.0s) PASSED stream.TestMergeBaseDBReplace/merge_multiple_databases_with_mixed_states (0.0s) PASSED stream.TestMergeBaseDBReplace/merge_new_database_with_partitions (0.0s) PASSED stream.TestMergeBaseDBReplace/merge_with_complex_partition_updates (0.0s) PASSED stream.TestMergeBaseDBReplace/merge_with_filtered_fields (0.0s) PASSED stream.TestToProto (0.0s) PASSED stream.TestMetadataHelperReadFile (0.0s) PASSED stream.TestGetCheckpointOfTask (0.0s) PASSED stream.TestGroupedExtFullBackup (0.0s) PASSED stream.TestGroupedExtFullBackup/#0 (0.0s) PASSED stream.TestGroupedExtFullBackup/#1 (0.0s) PASSED stream.TestGroupedExtFullBackup/#2 (0.0s) PASSED stream.TestGroupedExtFullBackup/#3 (0.0s) PASSED stream.TestGroupedExtFullBackup/#4 (0.0s) PASSED stream.TestGroupedExtFullBackup/#5 (0.0s) PASSED stream.TestGroupedExtFullBackup/#6 (0.0s) PASSED stream.TestCreator (0.0s) PASSED stream.TestUnsupportedVersion (0.0s) PASSED stream.TestUserAbort (0.0s) PASSED stream.TestAppendingMigs (0.0s) PASSED stream.TestWithSimpleTruncate (0.0s) PASSED stream.TestRetryRemoveCompaction (0.0s) PASSED stream.TestRetry (0.0s) PASSED stream.TestRemoveCompaction (0.0s) PASSED stream.TestMergeAndMigrateTo (0.0s) PASSED stream.TestBasicMigration (0.0s) PASSED stream.TestCalculateShiftTS (0.0s) PASSED stream.TestTruncate3 (0.1s) PASSED stream.TestTruncate3/case_0,_param_0,_until_2 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_10 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_11 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_12 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_13 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_14 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_15 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_16 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_18 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_3 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_4 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_5 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_6 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_7 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_8 (0.0s) PASSED stream.TestTruncate3/case_0,_param_2,_until_19 (0.0s) PASSED stream.TestTruncate3/case_0,_param_2,_until_20 (0.0s) PASSED stream.TestTruncate3/case_0,_param_3,_until_25 (0.0s) PASSED stream.TestTruncate3/case_1,_param_0,_until_1 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_10 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_11 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_12 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_13 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_14 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_15 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_16 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_18 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_2 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_3 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_4 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_5 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_6 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_7 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_8 (0.0s) PASSED stream.TestTruncate3/case_1,_param_2,_until_19 (0.0s) PASSED stream.TestTruncate3/case_1,_param_2,_until_20 (0.0s) PASSED stream.TestTruncate3/case_1,_param_3,_until_25 (0.0s) PASSED stream.TestTruncate3/case_2,_param_0,_until_1 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_10 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_11 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_12 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_13 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_14 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_15 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_16 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_18 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_2 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_3 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_4 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_5 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_6 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_7 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_8 (0.0s) PASSED stream.TestTruncate3/case_2,_param_2,_until_19 (0.0s) PASSED stream.TestTruncate3/case_2,_param_2,_until_20 (0.0s) PASSED stream.TestTruncate3/case_2,_param_3,_until_25 (0.0s) PASSED stream.TestTruncate3/case_3,_param_0,_until_1 (0.0s) PASSED stream.TestTruncate3/case_3,_param_1,_until_2 (0.0s) PASSED stream.TestTruncate3/case_3,_param_1,_until_3 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_10 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_4 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_5 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_6 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_7 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_8 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_9 (0.0s) PASSED stream.TestTruncate3/case_3,_param_3,_until_12 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_14 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_15 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_16 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_17 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_18 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_19 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_20 (0.0s) PASSED stream.TestTruncate3/case_3,_param_5,_until_25 (0.0s) PASSED stream.TestTruncate3/case_4,_param_0,_until_1 (0.0s) PASSED stream.TestTruncate3/case_4,_param_0,_until_2 (0.0s) PASSED stream.TestTruncate3/case_4,_param_0,_until_3 (0.0s) PASSED stream.TestTruncate3/case_4,_param_0,_until_6 (0.0s) PASSED stream.TestTruncate3/case_4,_param_1,_until_7 (0.0s) PASSED stream.TestTruncate3/case_4,_param_1,_until_8 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_10 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_11 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_14 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_15 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_16 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_17 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_18 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_9 (0.0s) PASSED stream.TestTruncate3/case_4,_param_3,_until_19 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_20 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_21 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_22 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_23 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_24 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_25 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_26 (0.0s) PASSED stream.TestTruncate3/case_4,_param_5,_until_28 (0.0s) PASSED stream.TestTruncate2 (0.1s) PASSED stream.TestTruncate1 (0.1s) PASSED stream.TestReplaceMetadataTs (0.0s) PASSED stream.TestTruncateSafepointForGCS (0.6s) PASSED stream.TestTruncateSafepoint (0.0s) PASSED stream.TestTruncateLogV2 (0.0s) PASSED stream.TestTruncateLog (0.0s) PASSED stream.TestMergeCFEntries (0.0s) PASSED stream.TestSearchFromDataFile (0.0s) PASSED stream.TestStartWithComparator (0.0s) PASSED stream.TestCompatibleAlert (0.0s) PASSED stream.TestDeleteRangeForMDDLJob2 (0.0s) PASSED stream.TestDeleteRangeForMDDLJob (0.0s) PASSED stream.TestRewriteTableInfoForTTLTable (0.0s) PASSED stream.TestRewriteTableInfoForExchangePartition (0.0s) PASSED stream.TestRewriteTableInfoForPartitionTable (0.0s) PASSED stream.TestRewriteTableInfo (0.0s) PASSED stream.TestRewriteKeyForTable (0.0s) PASSED stream.TestRewriteDBInfo (0.0s) PASSED stream.TestRewriteKeyForDB (0.0s) PASSED stream.TestWriteCFValueWithGcFence (0.0s) PASSED stream.TestWriteCFValueWithDelete (0.0s) PASSED stream.TestWriteCFValueWithRollback (0.0s) PASSED stream.TestWriteCFValueWithShortValue (0.0s) PASSED stream.TestWriteCFValueNoShortValue (0.0s) PASSED stream.TestWriteType (0.0s) PASSED stream.TestRawMetaKeyForTable (0.0s) PASSED stream.TestRawMetaKeyForDB (0.0s) PASSED stream.TestDecodeKVEntryError (0.0s) PASSED stream.TestDecodeKVEntry (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_1_of_50/coverage.dat //dumpling/export:export_test PASSED in 8.4s Stats over 50 runs: max = 8.4s, min = 1.1s, avg = 1.6s, dev = 1.0s PASSED export.TestBuildWhereCondition (0.0s) PASSED export.TestBuildRegionQueriesWithPartitions (0.0s) PASSED export.TestFilterDatabaseWithNoTable (0.0s) PASSED export.TestBuildVersion3RegionQueries (0.0s) PASSED export.TestCreateExternalStorage (0.0s) PASSED export.TestBuildRegionQueriesWithoutPartition (0.5s) PASSED export.TestFilterTables (0.0s) PASSED export.TestBuildPartitionClauses (0.0s) PASSED export.TestCheckTiDBWithTiKV (0.0s) PASSED export.TestMatchMysqlBugVersion (0.0s) PASSED export.TestCheckIfSeqExists (0.0s) PASSED export.TestConsistencyController (0.0s) PASSED export.TestGetConfTables (0.0s) PASSED export.TestPickupPossibleField (0.5s) PASSED export.TestBuildTableSampleQueries (0.0s) PASSED export.TestConsistencyLockControllerRetry (0.0s) PASSED export.TestGetCharsetAndDefaultCollation (0.0s) PASSED export.TestConsistencyLockControllerEmpty (0.0s) PASSED export.TestGetSpecifiedColumnValueAndClose (0.0s) PASSED export.TestGetSpecifiedColumnValuesAndClose (0.0s) PASSED export.TestResolveAutoConsistency (0.0s) PASSED export.TestConsistencyControllerError (0.0s) PASSED export.TestEscape (0.0s) PASSED export.TestSelectTiDBRowID (0.5s) PASSED export.TestConsistencyLockTiDBCheck (0.0s) PASSED export.TestGetParameters (0.0s) PASSED export.TestDumpTableMeta (0.0s) PASSED export.TestRepeatableRead (0.0s) PASSED export.TestGetListTableTypeByConf (0.0s) PASSED export.TestInfiniteChan (0.0s) PASSED export.TestAdjustDatabaseCollation (0.0s) PASSED export.TestWriteMeta (0.0s) PASSED export.TestGetSuitableRows (0.0s) PASSED export.TestAdjustTableCollation (0.0s) PASSED export.TestWriteInsert (0.0s) PASSED export.TestUnregisterMetrics (0.0s) PASSED export.TestWriteInsertReturnsError (0.0s) PASSED export.TestSetDefaultSessionParams (0.0s) PASSED export.TestWriteInsertInCsv (0.0s) PASSED export.TestSetSessionParams (0.0s) PASSED export.TestWriteInsertInCsvReturnsError (0.0s) PASSED export.TestRowIter (0.0s) PASSED export.TestWriteInsertInCsvWithDialect (0.0s) PASSED export.TestListPolicyNames (0.5s) PASSED export.TestChunkRowIter (0.0s) PASSED export.TestSQLDataTypes (0.0s) PASSED export.TestMysqlMetaData (0.0s) PASSED export.TestWrite (0.0s) PASSED export.TestMetaDataAfterConn (0.0s) PASSED export.TestWriteDatabaseMeta (0.0s) PASSED export.TestShowCreatePolicy (0.0s) PASSED export.TestMysqlWithFollowersMetaData (0.0s) PASSED export.TestWritePolicyMeta (0.0s) PASSED export.TestMysqlWithNullFollowersMetaData (0.0s) PASSED export.TestWriteTableMeta (0.0s) PASSED export.TestMariaDBWithFollowersMetaData (0.0s) PASSED export.TestWriteTableData (0.0s) PASSED export.TestMariaDBMetaData (0.0s) PASSED export.TestWriteViewMeta (0.0s) PASSED export.TestEarlierMysqlMetaData (0.0s) PASSED export.TestWriteTableDataWithFileSize (0.0s) PASSED export.TestShowCreateSequence (0.0s) PASSED export.TestDumpExit (1.0s) PASSED export.TestSpeedRecorder (6.0s) PASSED export.TestTiDBSnapshotMetaData (0.0s) PASSED export.TestWriteTableDataWithFileSizeAndRows (0.0s) PASSED export.TestNoPrivilege (0.0s) PASSED export.TestWriteTableDataWithStatementSize (0.0s) PASSED export.TestMetricsRegistration (0.0s) PASSED export.TestPrepareDumpingDatabases (0.0s) PASSED export.TestListAllTables (0.0s) PASSED export.TestShowCreateView (0.0s) PASSED export.TestListAllTablesByTableStatus (0.0s) PASSED export.TestListAllTablesByShowFullTables (0.0s) PASSED export.TestConfigValidation (0.0s) PASSED export.TestValidateResolveAutoConsistency (0.0s) PASSED export.TestBuildSelectAllQuery (0.0s) PASSED export.TestParseSnapshotToTSO (0.0s) PASSED export.TestBuildOrderByClause (0.3s) PASSED export.TestBuildSelectField (0.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_40_of_50/coverage.dat //lightning/pkg/importer:importer_test PASSED in 4.8s Stats over 50 runs: max = 4.8s, min = 1.5s, avg = 2.0s, dev = 0.7s PASSED importer.TestObtainRowFormatVersionFailure (0.0s) PASSED importer.TestObtainRowFormatVersionSucceed (0.0s) PASSED importer.TestAlterAutoRandom (0.0s) PASSED importer.TestAlterAutoInc (0.0s) PASSED importer.TestLoadSchemaInfoMissing (0.0s) PASSED importer.TestLoadSchemaInfo (0.0s) PASSED importer.TestDropTable (0.0s) PASSED importer.TestGetChunkCompressedSizeForParquet (0.0s) PASSED importer.TestGetDDLStatus (0.0s) PASSED importer.TestTableRestoreSuite (0.3s) PASSED importer.TestTableRestoreSuite/TestAnalyzeTable (0.0s) PASSED importer.TestTableRestoreSuite/TestCheckClusterRegion (0.0s) PASSED importer.TestTableRestoreSuite/TestCheckClusterResource (0.0s) PASSED importer.TestTableRestoreSuite/TestCheckHasLargeCSV (0.0s) PASSED importer.TestTableRestoreSuite/TestCompareChecksumFailure (0.0s) PASSED importer.TestTableRestoreSuite/TestCompareChecksumSuccess (0.0s) PASSED importer.TestTableRestoreSuite/TestEstimate (0.0s) PASSED importer.TestTableRestoreSuite/TestGBKEncodedSchemaIsValid (0.0s) PASSED importer.TestTableRestoreSuite/TestImportKVFailure (0.0s) PASSED importer.TestTableRestoreSuite/TestImportKVSuccess (0.0s) PASSED importer.TestTableRestoreSuite/TestInitializeColumns (0.0s) PASSED importer.TestTableRestoreSuite/TestInitializeColumnsGenerated (0.0s) PASSED importer.TestTableRestoreSuite/TestPopulateChunks (0.0s) PASSED importer.TestTableRestoreSuite/TestPopulateChunksCSVHeader (0.0s) PASSED importer.TestTableRestoreSuite/TestRestoreEngineFailed (0.0s) PASSED importer.TestTableRestoreSuite/TestSaveStatusCheckpoint (0.2s) PASSED importer.TestTableRestoreSuite/TestSchemaIsValid (0.0s) PASSED importer.TestTableRestoreSuite/TestTableRestoreMetrics (0.0s) PASSED importer.TestPrecheckBuilderBasic (0.0s) PASSED importer.TestPrecheckImplSuite (2.1s) PASSED importer.TestPrecheckImplSuite/TestCDCPITRCheckItem (0.1s) PASSED importer.TestPrecheckImplSuite/TestCSVHeaderCheckBasic (0.0s) PASSED importer.TestPrecheckImplSuite/TestCheckpointCheckBasic (0.0s) PASSED importer.TestPrecheckImplSuite/TestClusterResourceCheckBasic (0.0s) PASSED importer.TestPrecheckImplSuite/TestClusterVersionCheckBasic (0.0s) PASSED importer.TestPrecheckImplSuite/TestEmptyRegionCheckBasic (0.0s) PASSED importer.TestPrecheckImplSuite/TestLargeFileCheckBasic (0.0s) PASSED importer.TestPrecheckImplSuite/TestLocalDiskPlacementCheckBasic (0.0s) PASSED importer.TestPrecheckImplSuite/TestLocalTempKVDirCheckBasic (0.0s) PASSED importer.TestPrecheckImplSuite/TestPDTiDBFromSameCluster (0.0s) PASSED importer.TestPrecheckImplSuite/TestRegionDistributionCheckBasic (0.0s) PASSED importer.TestPrecheckImplSuite/TestSchemaCheckBasic (0.0s) PASSED importer.TestPrecheckImplSuite/TestStoragePermissionCheckBasic (2.0s) PASSED importer.TestPrecheckImplSuite/TestTableEmptyCheckBasic (0.0s) PASSED importer.TestSingleTaskMetaMgr (0.0s) PASSED importer.TestCheckTasksExclusively (0.0s) PASSED importer.TestAllocTableRowIDsRetryOnTableInChecksum (2.0s) PASSED importer.TestAllocTableRowIDsMultiTasksAllocated (0.0s) PASSED importer.TestAllocTableRowIDsMultiTasksInit (0.0s) PASSED importer.TestAllocTableRowIDsFinished (0.0s) PASSED importer.TestAllocTableRowIDsAllocated (0.0s) PASSED importer.TestAllocTableRowIDsSingleTableSkipChecksum (0.0s) PASSED importer.TestAllocTableRowIDsSingleTableContainsData (0.0s) PASSED importer.TestAllocTableRowIDsSingleTableAutoIDNot0 (0.0s) PASSED importer.TestAllocTableRowIDsSingleTable (0.0s) PASSED importer.TestInitGlobalConfig (0.0s) PASSED importer.TestFilterColumns (0.0s) PASSED importer.TestAddExtendDataForCheckpoint (0.0s) PASSED importer.TestPreCheckFailed (0.0s) PASSED importer.TestVerifyCheckpoint (0.0s) PASSED importer.TestErrorSummaries (0.0s) PASSED importer.TestNewTableRestoreFailure (0.0s) PASSED importer.TestNewTableRestore (0.0s) PASSED importer.TestGetPreInfoIsTableEmpty (0.0s) PASSED importer.TestGetPreInfoEstimateSourceSize (0.0s) PASSED importer.TestGetPreInfoSampleSourceCompressed (0.0s) PASSED importer.TestGetPreInfoSampleSource (0.0s) PASSED importer.TestGetPreInfoReadCompressedFirstRow (0.0s) PASSED importer.TestGetPreInfoReadFirstRow (0.0s) PASSED importer.TestGetPreInfoGetAllTableStructures (0.0s) PASSED importer.TestGetPreInfoAutoRandomBits (0.0s) PASSED importer.TestGetPreInfoHasDefault (0.0s) PASSED importer.TestGetPreInfoGenerateTableInfo (0.0s) PASSED importer.TestSimplifyTable (0.0s) PASSED importer.TestReplaceOnDup (0.0s) PASSED importer.TestErrorOnDup (0.0s) PASSED importer.TestGetColumnsNames (0.0s) PASSED importer.TestCompressChunkRestore (0.0s) PASSED importer.TestChunkRestoreSuite (0.0s) PASSED importer.TestChunkRestoreSuite/TestDeliverLoop (0.0s) PASSED importer.TestChunkRestoreSuite/TestDeliverLoopCancel (0.0s) PASSED importer.TestChunkRestoreSuite/TestDeliverLoopEmptyData (0.0s) PASSED importer.TestChunkRestoreSuite/TestEncodeLoop (0.0s) PASSED importer.TestChunkRestoreSuite/TestEncodeLoopCanceled (0.0s) PASSED importer.TestChunkRestoreSuite/TestEncodeLoopColumnsMismatch (0.0s) PASSED importer.TestChunkRestoreSuite/TestEncodeLoopDeliverErrored (0.0s) PASSED importer.TestChunkRestoreSuite/TestEncodeLoopDeliverLimit (0.0s) PASSED importer.TestChunkRestoreSuite/TestEncodeLoopForcedError (0.0s) PASSED importer.TestChunkRestoreSuite/TestEncodeLoopIgnoreColumnsCSV (0.0s) PASSED importer.TestChunkRestoreSuite/TestEncodeLoopWithExtendData (0.0s) PASSED importer.TestChunkRestoreSuite/TestRestore (0.0s) PASSED importer.TestLocalResource (0.0s) PASSED importer.TestCheckTableEmpty (3.0s) PASSED importer.TestCheckCSVHeader (0.0s) PASSED importer.TestObtainNewCollationEnabled (3.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_1_of_50/coverage.dat //pkg/ddl/tests/partition:partition_test PASSED in 35.6s Stats over 50 runs: max = 35.6s, min = 3.3s, avg = 6.4s, dev = 5.3s PASSED partition_test.TestTruncateNumberOfPhases (1.2s) PASSED partition_test.TestPrimaryNoGlobalIndex (1.6s) PASSED partition_test.TestPrimaryGlobalIndex (2.3s) PASSED partition_test.TestRemovePartitioningGlobalIndex (1.1s) PASSED partition_test.TestReorgPartitionGlobalIndex (1.9s) PASSED partition_test.TestExchangeValidateHandleNullValue (1.5s) PASSED partition_test.TestAlterLastIntervalPartition (1.4s) PASSED partition_test.TestRemovePartitioningAutoIDs (1.2s) PASSED partition_test.TestRemoveListColumnsPartitioning (1.6s) PASSED partition_test.TestRemoveListColumnPartitioning (1.6s) PASSED partition_test.TestRemoveListPartitioning (1.6s) PASSED partition_test.TestRemoveKeyPartitioning (1.6s) PASSED partition_test.TestAlterModifyPartitionColTruncateWarning (0.0s) PASSED partition_test.TestPartitionByFailuresAddPlacementPolicyGlobalIndex (3.0s) PASSED partition_test.TestIssue40135Ver2 (1.1s) PASSED partition_test.TestReorganizePartitionFailuresAddPlacementPolicy (2.3s) PASSED partition_test.TestPartitionNonPartitionedFailuresPlacementPolicy (2.6s) PASSED partition_test.TestReorgPartitionTiFlash (1.2s) PASSED partition_test.TestAddPartitionReplicaBiggerThanTiFlashStores (11.0s) PASSED partition_test.TestPartitionByFailuresPlacementPolicy (3.3s) PASSED partition_test.TestRemovePartitionFailuresPlacementPolicy (3.2s) PASSED partition_test.TestTruncatePartitionMultipleTimes (1.1s) PASSED partition_test.TestCreateTableWithPartition (1.3s) PASSED partition_test.TestTruncatePartitionListFailuresWithGlobalIndex (4.8s) PASSED partition_test.TestCommitWhenSchemaChange (1.0s) PASSED partition_test.TestReorgPartitionFailuresPlacementPolicy (3.3s) PASSED partition_test.TestCreateTableWithHashPartition (1.0s) PASSED partition_test.TestTruncatePartitionListFailures (1.0s) PASSED partition_test.TestPartitionErrorCode (1.1s) PASSED partition_test.TestPartitionIssue56634 (1.0s) PASSED partition_test.TestCreateTableWithRangeColumnPartition (1.4s) PASSED partition_test.TestMultiSchemaReorganizePartitionIssue56819 (1.0s) PASSED partition_test.TestExchangeRangeColumnsPartition (9.0s) PASSED partition_test.TestSubPartitioning (1.1s) PASSED partition_test.TestCreateTableWithListPartition (3.0s) PASSED partition_test.TestMultiSchemaDropRangePartition (1.0s) PASSED partition_test.TestCreateTableWithListColumnsPartition (1.5s) PASSED partition_test.TestMultiSchemaDropListDefaultPartition (0.9s) PASSED partition_test.TestAlterTableTruncatePartitionByList (1.0s) PASSED partition_test.TestMultiSchemaDropListColumnsDefaultPartition (1.1s) PASSED partition_test.TestDropSchemaWithPartitionTable (16.3s) PASSED partition_test.TestPartitionByColumnChecks (2.2s) PASSED partition_test.TestAlterTableTruncatePartitionByListColumns (1.0s) PASSED partition_test.TestMultiSchemaReorganizePartition (1.1s) PASSED partition_test.TestAlterTableTruncatePartitionPreSplitRegion (1.0s) PASSED partition_test.TestMultiSchemaPartitionByGlobalIndex (1.2s) PASSED partition_test.TestCreateTableWithKeyPartition (0.9s) PASSED partition_test.TestMultiSchemaModifyColumn (1.0s) PASSED partition_test.TestDropPartitionWithGlobalIndex (1.1s) PASSED partition_test.TestMultiSchemaDropUniqueIndex (1.0s) PASSED partition_test.TestDropMultiPartitionWithGlobalIndex (1.0s) PASSED partition_test.TestMultiSchemaReorganizePK (1.1s) PASSED partition_test.TestGlobalIndexInsertInDropPartition (1.1s) PASSED partition_test.TestMultiSchemaReorganizePKBackfillDML (1.0s) PASSED partition_test.TestPartitionAddPrimaryKeyAndAddIndex (2.4s) PASSED partition_test.TestReorgPartitionRollback (2.2s) PASSED partition_test.TestGlobalIndexUpdateInDropPartition (1.1s) PASSED partition_test.TestMultiSchemaReorganizeNoPK (1.0s) PASSED partition_test.TestMultiSchemaReorganizeNoPKBackfillDML (1.1s) PASSED partition_test.TestTruncatePartitionWithGlobalIndex (1.1s) PASSED partition_test.TestGlobalIndexUpdateInTruncatePartition (1.1s) PASSED partition_test.TestMultiSchemaTruncatePartitionWithGlobalIndex (1.0s) PASSED partition_test.TestPartitionDropPrimaryKeyAndDropIndex (1.2s) PASSED partition_test.TestReorgPartitionFailInject (1.0s) PASSED partition_test.TestGlobalIndexUpdateInTruncatePartition4Hash (1.2s) PASSED partition_test.TestMultiSchemaTruncatePartitionWithPKGlobal (1.1s) PASSED partition_test.TestGlobalIndexReaderAndIndexLookUpInTruncatePartition (1.2s) PASSED partition_test.TestPartitionByWithPlacement (2.3s) PASSED partition_test.TestGlobalIndexInsertInTruncatePartition (1.1s) PASSED partition_test.TestReorgPartitionFailures (2.4s) PASSED partition_test.TestGlobalIndexReaderInDropPartition (1.0s) PASSED partition_test.TestRemovePartitionFailures (2.1s) PASSED partition_test.TestGlobalIndexLookUpInDropPartition (1.0s) PASSED partition_test.TestPartitionByFailures (2.3s) PASSED partition_test.TestGlobalIndexShowTableRegions (1.0s) PASSED partition_test.TestReorganizePartitionListFailures (2.3s) PASSED partition_test.TestAlterTableExchangePartition (2.4s) PASSED partition_test.TestPartitionByListFailures (2.4s) PASSED partition_test.TestAddHashPartitionFailures (2.5s) PASSED partition_test.TestExchangePartitionMultiTable (1.0s) PASSED partition_test.TestCoalesceKeyPartitionFailures (2.5s) PASSED partition_test.TestExchangePartitionHook (1.0s) PASSED partition_test.TestExchangePartitionAutoID (0.9s) PASSED partition_test.TestPartitionByNonPartitionedTable (1.8s) PASSED partition_test.TestAddPartitionTooManyPartitions (2.8s) PASSED partition_test.TestReorgPartitionConcurrent (0.9s) PASSED partition_test.TestReorgPartitionFailConcurrent (1.1s) PASSED partition_test.TestTruncatePartitionAndDropTable (31.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_28_of_50/coverage.dat //pkg/executor:executor_test PASSED in 36.1s Stats over 50 runs: max = 36.1s, min = 4.7s, avg = 14.0s, dev = 6.9s PASSED executor.TestExplainFormatInCtx (1.1s) PASSED executor.TestGetLackHandles (0.0s) PASSED executor.TestGlobalTemporaryTableNoNetworkWithCreateAndThenCreateNormalTable (3.3s) PASSED executor.TestIssue57528 (1.2s) PASSED executor.TestPartitionInfoDisable (1.2s) PASSED executor.TestShowPlacementForDBPrivilege (1.5s) PASSED executor.TestTiFlashSystemTableWithTiFlashV640 (1.1s) PASSED executor.TestCopClientSend (0.0s) PASSED executor.TestExplainJSON (1.3s) PASSED executor.TestGlobalTemporaryTableNoNetworkWithCreateAndTruncate (1.3s) PASSED executor.TestIssue58870 (1.2s) PASSED executor.TestPointGetwithRangeAndListPartitionTable (1.5s) PASSED executor.TestShowPlacementForTableAndPartition (1.5s) PASSED executor.TestTiFlashSystemTableWithTiFlashV630 (1.1s) PASSED executor.TestDetachExecutor (0.0s) PASSED executor.TestExecuteWithWrongType (1.1s) PASSED executor.TestNormalGlobalTemporaryTableNoNetwork (3.1s) PASSED executor.TestParallelApplyCorrectness (1.2s) PASSED executor.TestShowPlacementForDB (1.1s) PASSED executor.TestTiFlashSystemTableWithTiFlashV620 (1.2s) PASSED executor.TestTotalTimeCases (2.0s) PASSED executor.TestApplyGoroutinePanic (1.2s) PASSED executor.TestDetachProjection (7.9s) PASSED executor.TestForServersInfo (1.2s) PASSED executor.TestIndexReaderRequiredRows (0.0s) PASSED executor.TestIssue35911 (1.3s) PASSED executor.TestPrepareProtocolWorkWithForeignKey (1.2s) PASSED executor.TestShowPlacementPrivilege (1.6s) PASSED executor.TestExplainImportFromSelect (1.0s) PASSED executor.TestFormatSQL (0.0s) PASSED executor.TestInconsistentIndex (1.1s) PASSED executor.TestLocalTemporaryTableNoNetworkWithCreateOutsideTxn (3.1s) PASSED executor.TestOrderByAndLimit (14.4s) PASSED executor.TestRecoverTable (1.9s) PASSED executor.TestShowPlacementForTableAndPartitionPrivilege (1.8s) PASSED executor.TestTablesTable (1.2s) PASSED executor.TestApplyCacheRatio (1.2s) PASSED executor.TestDetachSelection (8.4s) PASSED executor.TestForAnalyzeStatus (1.4s) PASSED executor.TestIssue35296AndIssue43024 (1.4s) PASSED executor.TestPrepareWorkWithForeignKey (1.3s) PASSED executor.TestShowPlacement (1.4s) PASSED executor.TestTableReaderRequiredRows (0.0s) PASSED executor.TestBatchGetandPointGetwithHashPartition (1.3s) PASSED executor.TestColumnTable (1.1s) PASSED executor.TestContextCancelWhenReadFromCopIterator (1.2s) PASSED executor.TestExplainAnalyzeInvokeNextAndClose (0.0s) PASSED executor.TestFlashbackTable (1.7s) PASSED executor.TestLocalTemporaryTableNoNetworkWithInsideTxn (1.2s) PASSED executor.TestPartitionTableRandomlyIndexLookUpReader (2.3s) PASSED executor.TestShowPlacementHandleRegionStatus (1.3s) PASSED executor.TestApplyConcurrency (1.3s) PASSED executor.TestDetachIndexReaderAndIndexLookUp (8.3s) PASSED executor.TestExplainAnalyzeCTEMemoryAndDiskInfo (6.6s) PASSED executor.TestMaxPreparedStmtCount (1.3s) PASSED executor.TestPartitionsTable (1.8s) PASSED executor.TestShowPlacementLabelsBuilder (0.0s) PASSED executor.TestStmtSummaryRetriverV2_TableStatementsSummaryHistory (0.0s) PASSED executor.TestAnalyzeIndexExtractTopN (1.2s) PASSED executor.TestExplainFor (1.2s) PASSED executor.TestIndexLookUpStats (0.0s) PASSED executor.TestIndexUsageTable (1.2s) PASSED executor.TestIssue58875 (1.2s) PASSED executor.TestRecoverTempTable (1.1s) PASSED executor.TestShowStatsMeta (1.2s) PASSED executor.TestView (16.3s) PASSED executor.TestApplyWithOtherOperators (1.5s) PASSED executor.TestCheckActRowsWithUnistore (1.2s) PASSED executor.TestDataForTableStatsField (1.5s) PASSED executor.TestDetachWithParam (7.0s) PASSED executor.TestPreparePC4Binding (1.2s) PASSED executor.TestShowCommentsFromSubJob (0.0s) PASSED executor.TestStmtSummaryRetriverV2_TableStatementsSummaryEvicted (0.0s) PASSED executor.TestAfterDetachSessionCanExecute (7.1s) PASSED executor.TestExplainAnalyzeExecutionInfo (1.7s) PASSED executor.TestMultipleApply (1.6s) PASSED executor.TestPrepareStmtAfterIsolationReadChange (1.2s) PASSED executor.TestShowCommentsFromJob (0.0s) PASSED executor.TestStmtSummaryRetriverV2_TableStatementsSummary (0.0s) PASSED executor.TestUserPrivileges (1.1s) PASSED executor.TestAnalyzePartitionTableByConcurrencyInDynamic (6.9s) PASSED executor.TestDirectReadingwithIndexJoin (1.3s) PASSED executor.TestExplainForVerbose (1.0s) PASSED executor.TestJoinSystemTableContainsView (1.8s) PASSED executor.TestPartitionTableIndexJoinIndexLookUp (7.1s) PASSED executor.TestRecoverTableMeetError (2.0s) PASSED executor.TestShowStatsLocked (1.0s) PASSED executor.TestTikvRegionPeers (0.8s) PASSED executor.TestApplyMultiColumnType (1.8s) PASSED executor.TestClusterIndexSplitTable (0.0s) PASSED executor.TestDetachAllContexts (1.0s) PASSED executor.TestDivPrecisionIncrement (0.9s) PASSED executor.TestInspectionTables (1.0s) PASSED executor.TestMemoryAndDiskUsageAfterClose (1.1s) PASSED executor.TestPreparePlanCache4DifferentSystemVars (1.1s) PASSED executor.TestCoprocessorPagingSize (1.0s) PASSED executor.TestDynamicPruningUnderIndexJoin (1.3s) PASSED executor.TestGetAnalyzePanicErr (0.0s) PASSED executor.TestIssue11124 (1.0s) PASSED executor.TestRecoverTablePrivilege (1.1s) PASSED executor.TestShowColumnsWithSubQueryView (1.1s) PASSED executor.TestShowStatsHistograms (1.1s) PASSED executor.TestTraceExec (1.0s) PASSED executor.TestApplyColumnType (1.6s) PASSED executor.TestDeleteIgnoreWithFK (1.0s) PASSED executor.TestExplainAnalyzeMemory (1.0s) PASSED executor.TestPreparePlanCache4Function (0.9s) PASSED executor.TestSetDataFromKeywords (0.0s) PASSED executor.TestSetTopSQLVariables (0.9s) PASSED executor.TestStepShouldLargeThanMinStep (0.0s) PASSED executor.TestAdaptiveClosestRead (1.4s) PASSED executor.TestBatchGetforRangeandListPartitionTable (1.3s) PASSED executor.TestBatchPointGetLockExistKey (1.4s) PASSED executor.TestExplainForConnPlanCache (0.0s) PASSED executor.TestRecoverClusterMeetError (1.1s) PASSED executor.TestReferencedTableSchemaWithForeignKey (0.9s) PASSED executor.TestShowStatsBuckets (1.4s) PASSED executor.TestTracePlanStmt (1.0s) PASSED executor.TestDeleteLockKey (1.0s) PASSED executor.TestMergeJoinRequiredRows (0.2s) PASSED executor.TestParallelApplyPlan (1.0s) PASSED executor.TestParameterPushDown (1.0s) PASSED executor.TestSetClusterConfigJSONData (0.0s) PASSED executor.TestSetDataFromTiDBCheckConstraints (0.0s) PASSED executor.TestSplitTable (0.0s) PASSED executor.TestCacheSnapShot (1.0s) PASSED executor.TestCoprocessorPagingReqKeyRangeSorted (1.0s) PASSED executor.TestExplainDotForExplainPlan (0.9s) PASSED executor.TestFlashbackWithSafeTs (2.1s) PASSED executor.TestPartitionTableWithDifferentJoin (2.0s) PASSED executor.TestSameTableNameInTwoSchemas (1.0s) PASSED executor.TestShowStatsBucketWithDateNullValue (1.2s) PASSED executor.TestTrafficForm (0.0s) PASSED executor.TestIntegrationCopCache (1.0s) PASSED executor.TestIssue29101 (1.1s) PASSED executor.TestSetClusterConfig (1.9s) PASSED executor.TestSetDataFromCheckConstraints (0.0s) PASSED executor.TestSplitIndex (0.0s) PASSED executor.TestStmtLabel (1.0s) PASSED executor.TestStreamAggRequiredRows (0.0s) PASSED executor.TestCompactTableWithTiFlashDownAndRestore (4.0s) PASSED executor.TestEnableNoopFunctionsVar (1.0s) PASSED executor.TestIssue42619 (0.9s) PASSED executor.TestIssue54324 (0.0s) PASSED executor.TestPlanCacheOperators (1.6s) PASSED executor.TestProjectionParallelRequiredRows (0.0s) PASSED executor.TestTiDBClusterLogError (0.9s) PASSED executor.TestCapturePath (0.0s) PASSED executor.TestCoprCacheWithoutExecutionInfo (1.0s) PASSED executor.TestDML (2.1s) PASSED executor.TestFlashbackRetryGetMinSafeTime (4.1s) PASSED executor.TestGlueGetVersion (0.0s) PASSED executor.TestInfoSchemaConditionWorks (7.0s) PASSED executor.TestPointGetUserVarPlanCache (1.0s) PASSED executor.TestShowPartitionStats (1.3s) PASSED executor.TestExpressionIndexPreparePlanCache (0.9s) PASSED executor.TestFetchShowBRIE (0.0s) PASSED executor.TestFlashbackSchema (1.4s) PASSED executor.TestInfoschemaTablesSpecialOptimizationCovered (3.2s) PASSED executor.TestReplayPath (0.0s) PASSED executor.TestShowStatusSnapshot (1.2s) PASSED executor.TestTiDBLastTxnInfoCommitMode (0.9s) PASSED executor.TestUnion (4.8s) PASSED executor.TestCancelParseSlowLog (1.0s) PASSED executor.TestCompactTableWithSpecifiedHashPartitionAndOnePartitionFailed (1.0s) PASSED executor.TestPlanCacheWithDifferentVariableTypes (0.9s) PASSED executor.TestProjectionUnparallelRequiredRows (0.0s) PASSED executor.TestSetConcurrency (0.8s) PASSED executor.TestTableStorageStats (1.1s) PASSED executor.TestTiDBClusterLog (1.0s) PASSED executor.TestCoprocessorBatchByStore (21.2s) PASSED executor.TestExplainDotForQuery (0.8s) PASSED executor.TestFlashbackTSOWithSafeTs (2.1s) PASSED executor.TestInfoSchemaDDLJobs (1.5s) PASSED executor.TestMPPQueryExplainInfo (0.9s) PASSED executor.TestPointGetForTemporaryTable (1.0s) PASSED executor.TestShowStatsHasNullValue (1.6s) PASSED executor.TestTrafficError (0.0s) PASSED executor.TestBatchLogForReversedScan (0.0s) PASSED executor.TestCompactTableWithSpecifiedRangePartition (0.9s) PASSED executor.TestPlanCacheClusterIndex (1.1s) PASSED executor.TestSelectionRequiredRows (0.0s) PASSED executor.TestTiDBClusterConfig (0.9s) PASSED executor.TestTikvRegionStatus (1.3s) PASSED executor.TestValidateSetVar (1.0s) PASSED executor.TestBatchPointGetRepeatableRead (0.9s) PASSED executor.TestFlashbackClusterWithManyDBs (1.7s) PASSED executor.TestInsertOnDuplicateKeyWithBinlog (1.8s) PASSED executor.TestIssue28696 (1.0s) PASSED executor.TestShowColumnStatsUsage (1.1s) PASSED executor.TestSplitBatchCreateTableWithTableId (1.0s) PASSED executor.TestSplitRegion (1.0s) PASSED executor.TestTrafficPrivilege (0.0s) PASSED executor.TestBRIEBuilderOptions (0.0s) PASSED executor.TestFlashbackSchemaWithManyTables (3.2s) PASSED executor.TestIndexUsageWithData (2.3s) PASSED executor.TestIndexUsageWithData/test_index_usage_with_integer_clustered_primary_key (0.3s) PASSED executor.TestIndexUsageWithData/test_index_usage_with_integer_primary_key (0.3s) PASSED executor.TestIndexUsageWithData/test_index_usage_with_nonclustered_primary_key (0.3s) PASSED executor.TestIndexUsageWithData/test_index_usage_with_normal_index (0.3s) PASSED executor.TestIndexUsageWithData/test_index_usage_with_string_primary_key (0.3s) PASSED executor.TestIssue28259 (1.0s) PASSED executor.TestPointGetRepeatableRead (0.9s) PASSED executor.TestShowStatsExtended (1.1s) PASSED executor.TestSubqueries (9.5s) PASSED executor.TestTrafficShow (0.0s) PASSED executor.TestCompactTableWithTiFlashDown (6.9s) PASSED executor.TestMetricTableData (0.9s) PASSED executor.TestPreparePlanCache4Blacklist (1.0s) PASSED executor.TestSetCollationAndCharset (0.9s) PASSED executor.TestSplitbyColon (0.0s) PASSED executor.TestTiDBClusterInfo (1.1s) PASSED executor.TestTopNRequiredRows (0.0s) PASSED executor.TestAutoRandomID (1.0s) PASSED executor.TestDirectReadingWithUnionScan (10.6s) PASSED executor.TestIssue53951 (1.1s) PASSED executor.TestRevokeGlobal (1.3s) PASSED executor.TestSPM4PlanCache (0.9s) PASSED executor.TestSplitBatchCreateTableFailWithEntryTooLarge (0.9s) PASSED executor.TestTSOFail (1.0s) PASSED executor.Test_fillOneImportJobInfo (0.0s) PASSED executor.TestCompactTableWithHashPartitionAndOnePartitionFailed (1.0s) PASSED executor.TestIssue28064 (0.9s) PASSED executor.TestJoinExec (0.2s) PASSED executor.TestSetVar (1.5s) PASSED executor.TestSkipEmptyIPNodesForTiDBTypeCoprocessor (0.9s) PASSED executor.TestSlowQueryRetriever (0.3s) PASSED executor.TestSortRequiredRows (0.0s) PASSED executor.TestAllocateContinuousRowID (1.0s) PASSED executor.TestIndexMerge4PlanCache (1.5s) PASSED executor.TestParallelApply (9.2s) PASSED executor.TestResourceGroupTag (1.1s) PASSED executor.TestShowAnalyzeStatus (1.3s) PASSED executor.TestSplitBatchCreateTable (1.0s) PASSED executor.TestSplitRegionTimeout (4.0s) PASSED executor.TestUnionScanForMemBufferReader (3.0s) PASSED executor.TestBRIECreateDatabase (1.0s) PASSED executor.TestExplainForJSON (1.0s) PASSED executor.TestIssue28073 (1.2s) PASSED executor.TestKillTableReader (1.7s) PASSED executor.TestMultiAutoRandomID (1.0s) PASSED executor.TestRevokeDBScope (1.2s) PASSED executor.TestShow (1.0s) PASSED executor.TestUnsignedPartitionColumn (5.3s) PASSED executor.TestBatchInsertWithOnDuplicate (1.1s) PASSED executor.TestCompactTableWithRangePartition (1.0s) PASSED executor.TestFixParseSlowLogFile (0.0s) PASSED executor.TestHashJoinV2UnderApply (1.8s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_ (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_ALLOW_INVALID_DATES (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_IGNORE_SPACE (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_NO_ZERO_DATE (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_NO_ZERO_DATE,STRICT_ALL_TABLES (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_NO_ZERO_IN_DATE (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_NO_ZERO_IN_DATE,NO_ZERO_DATE,STRICT_ALL_TABLES (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_NO_ZERO_IN_DATE,STRICT_ALL_TABLES (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_STRICT_ALL_TABLES (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_STRICT_TRANS_TABLES (0.0s) PASSED executor.TestImportIntoValidateColAssignmentsWithEncodeCtx (0.0s) PASSED executor.TestImportIntoValidateColAssignmentsWithEncodeCtx/case-0-'x',1+@1,concat('hello',_'world'),getvar('var1') (0.0s) PASSED executor.TestImportIntoValidateColAssignmentsWithEncodeCtx/case-1-setvar('a',_'b') (0.0s) PASSED executor.TestImportIntoValidateColAssignmentsWithEncodeCtx/case-2-current_user() (0.0s) PASSED executor.TestImportIntoValidateColAssignmentsWithEncodeCtx/case-3-current_role() (0.0s) PASSED executor.TestImportIntoValidateColAssignmentsWithEncodeCtx/case-4-connection_id() (0.0s) PASSED executor.TestImportIntoValidateColAssignmentsWithEncodeCtx/case-5-1,tidb_is_ddl_owner() (0.0s) PASSED executor.TestImportIntoValidateColAssignmentsWithEncodeCtx/case-6-sleep(1) (0.0s) PASSED executor.TestImportIntoValidateColAssignmentsWithEncodeCtx/case-7-LAST_INSERT_ID() (0.0s) PASSED executor.TestIssue29850 (1.1s) PASSED executor.TestLimitRequiredRows (0.0s) PASSED executor.TestBenchDaily (0.0s) PASSED executor.TestChecksum (1.0s) PASSED executor.TestCoprocessorBlockIssues56916 (1.0s) PASSED executor.TestDropGlobalIndex (1.1s) PASSED executor.TestDuplicateEntryMessage (2.0s) PASSED executor.TestGrantDBScope (1.2s) PASSED executor.TestShowSessionStates (1.1s) PASSED executor.TestTableSampleBasic (1.8s) PASSED executor.TestGlobalTempTableParallel (1.1s) PASSED executor.TestGrantTableScope (1.2s) PASSED executor.TestIssue21441 (1.0s) PASSED executor.TestLimitAndTableScan (0.0s) PASSED executor.TestPartitionRangeSplitter (0.0s) PASSED executor.TestPessimisticUpdatePKLazyCheck (1.0s) PASSED executor.TestSelectLockOnPartitionTable (1.6s) PASSED executor.TestTableSampleMultiRegions (1.2s) PASSED executor.TestCompactTableMultipleTiFlashWithError (2.0s) PASSED executor.TestErrLevelsForResetStmtContext (0.0s) PASSED executor.TestInspectionSummary (0.9s) PASSED executor.TestPreparedNullParam (1.0s) PASSED executor.TestSecurityEnhancedMode (1.0s) PASSED executor.TestSlowLogParseTime (0.0s) PASSED executor.TestVarSampAsAWindowFunction (0.9s) PASSED executor.TestYearType (1.0s) PASSED executor.TestCompactTableMultipleTiFlash (1.0s) PASSED executor.TestEscapeType (1.1s) PASSED executor.TestFilterTemporaryTableKeys (0.0s) PASSED executor.TestIssue45964And46050 (0.9s) PASSED executor.TestParseSlowLogFileSerial (0.0s) PASSED executor.TestTiDBHotRegionsHistoryError (0.9s) PASSED executor.TestValidInspectionSummaryRules (0.0s) PASSED executor.TestWithTiDBSnapshot (0.9s) PASSED executor.TestGrantColumnScope (1.0s) PASSED executor.TestInsertLockUnchangedKeys (1.7s) PASSED executor.TestInsertLockUnchangedKeys/insert-ignore-pk-false (0.1s) PASSED executor.TestInsertLockUnchangedKeys/insert-ignore-uk-false (0.1s) PASSED executor.TestInsertLockUnchangedKeys/insert-update-pk-false (0.2s) PASSED executor.TestInsertLockUnchangedKeys/insert-update-uk-false (0.0s) PASSED executor.TestInsertLockUnchangedKeys/replace-pk-false (0.2s) PASSED executor.TestInsertLockUnchangedKeys/replace-uk-false (0.0s) PASSED executor.TestIssue26251 (1.1s) PASSED executor.TestLimitAndIndexScan (0.0s) PASSED executor.TestLockUnchangedUniqueKeys (3.1s) PASSED executor.TestLockUnchangedUniqueKeys/ClusteredAndRowChanged-false (0.1s) PASSED executor.TestLockUnchangedUniqueKeys/ClusteredAndRowChanged-true (0.2s) PASSED executor.TestLockUnchangedUniqueKeys/ClusteredAndRowUnchanged-false (0.1s) PASSED executor.TestLockUnchangedUniqueKeys/ClusteredAndRowUnchanged-true (0.2s) PASSED executor.TestLockUnchangedUniqueKeys/ClusteredAndRowUnchangedAndParted-false (0.2s) PASSED executor.TestLockUnchangedUniqueKeys/ClusteredAndRowUnchangedAndParted-true (0.2s) PASSED executor.TestLockUnchangedUniqueKeys/Issue36438-false (0.0s) PASSED executor.TestLockUnchangedUniqueKeys/Issue36438-true (0.1s) PASSED executor.TestLockUnchangedUniqueKeys/NonClusteredAndRowChanged-false (0.1s) PASSED executor.TestLockUnchangedUniqueKeys/NonClusteredAndRowChanged-true (0.2s) PASSED executor.TestLockUnchangedUniqueKeys/NonClusteredAndRowUnchanged-false (0.0s) PASSED executor.TestLockUnchangedUniqueKeys/NonClusteredAndRowUnchanged-true (0.2s) PASSED executor.TestLockUnchangedUniqueKeys/NonClusteredAndRowUnchangedAndParted-false (0.0s) PASSED executor.TestLockUnchangedUniqueKeys/NonClusteredAndRowUnchangedAndParted-true (0.2s) PASSED executor.TestLockUnchangedUniqueKeys/UniqueAndRowChanged-false (0.1s) PASSED executor.TestLockUnchangedUniqueKeys/UniqueAndRowChanged-true (0.1s) PASSED executor.TestLockUnchangedUniqueKeys/UniqueAndRowUnchanged-false (0.1s) PASSED executor.TestLockUnchangedUniqueKeys/UniqueAndRowUnchanged-true (0.2s) PASSED executor.TestLockUnchangedUniqueKeys/UniqueAndRowUnchangedAndParted-false (0.1s) PASSED executor.TestLockUnchangedUniqueKeys/UniqueAndRowUnchangedAndParted-true (0.1s) PASSED executor.TestSlowQueryWithoutSlowLog (0.9s) PASSED executor.TestTableSampleNoSplitTable (0.9s) PASSED executor.TestTxnWriteThroughputSLI (1.0s) PASSED executor.TestClusterTableSlowQuery (1.1s) PASSED executor.TestDeadlocksTable (1.0s) PASSED executor.TestLeftJoinForUpdate (1.2s) PASSED executor.TestMySQLInsertID (1.0s) PASSED executor.TestRecordHistoryStatsAfterAnalyze (1.1s) PASSED executor.TestSlowQuerySensitiveQuery (1.0s) PASSED executor.TestTableSamplePlan (0.9s) PASSED executor.TestUpdateRowRetryAndThenDupKey (1.2s) PASSED executor.TestBRIECreateTables (1.2s) PASSED executor.TestCoprocessorOOMTiCase (0.0s) PASSED executor.TestGrantGlobal (1.3s) PASSED executor.TestIdexMerge (5.3s) PASSED executor.TestInsertRuntimeStat (0.0s) PASSED executor.TestRevokeColumnScope (1.3s) PASSED executor.TestShowIndexWithGlobalIndex (1.2s) PASSED executor.TestSnapshotWithConcurrentWrite (14.4s) PASSED executor.TestAutoRandomIDAllowZero (1.0s) PASSED executor.TestBRIECreateTable (0.9s) PASSED executor.TestCollectCopRuntimeStats (1.9s) PASSED executor.TestDirectReadingWithAgg (25.9s) PASSED executor.TestIssue32422 (1.0s) PASSED executor.TestIssue55669 (1.1s) PASSED executor.TestRevokeTableScope (1.0s) PASSED executor.TestShowIndex (1.0s) PASSED executor.TestInsertNullInNonStrictMode (1.0s) PASSED executor.TestIssue20236 (1.1s) PASSED executor.TestIssue31024 (1.0s) PASSED executor.TestMaxChunkSize (0.9s) PASSED executor.TestRecordHistoryStatsMetaAfterAnalyze (1.1s) PASSED executor.TestSlowQueryNonPrepared (0.9s) PASSED executor.TestTiKVClientReadTimeout (1.1s) PASSED executor.TestUpdateWithOnUpdateAndAutoGenerated (0.9s) PASSED executor.TestAssertHistoricalStatsAfterAlterTable (2.0s) PASSED executor.TestCompactTableTooBusy (1.0s) PASSED executor.TestEqualDatumsAsBinary (0.0s) PASSED executor.TestInspectionResult (0.8s) PASSED executor.TestLogSlowLogIndex (0.9s) PASSED executor.TestNestedLoopApply (0.0s) PASSED executor.TestSelectIntoFileExists (0.9s) PASSED executor.TestShuffleExit (1.1s) PASSED executor.TestBatchRetrieverHelper (0.0s) PASSED executor.TestGCHistoryStatsAfterDropTable (1.1s) PASSED executor.TestGetMvccByEncodedKeyRegionError (1.0s) PASSED executor.TestGlobalIndexWithSelectLock (1.2s) PASSED executor.TestInsertLargeRow (1.0s) PASSED executor.TestKeyspaceSample (1.8s) PASSED executor.TestSQLDigestTextRetriever (1.1s) PASSED executor.TestSlowQueryMisc (2.0s) PASSED executor.TestCompactTableInProgress (1.0s) PASSED executor.TestEncodePasswordWithPlugin (0.0s) PASSED executor.TestGCOutdatedHistoryStats (2.9s) PASSED executor.TestHandleForeignKeyCascadePanic (1.0s) PASSED executor.TestMoveInfoSchemaToFront (0.0s) PASSED executor.TestSelectIntoOutfilePointGet (0.9s) PASSED executor.TestSlowQuerySessionAlias (0.9s) PASSED executor.TestThresholdCheckInspection (1.0s) PASSED executor.TestAggPartialResultMapperB (2.1s) PASSED executor.TestCompactTableNoRemainingMultipleTiFlash (1.1s) PASSED executor.TestConfigCheckOfStorageBlockCacheSize (1.1s) PASSED executor.TestDumpReal (0.0s) PASSED executor.TestParseSlowLogFile (0.1s) PASSED executor.TestPointGetLockExistKey (5.2s) PASSED executor.TestSlidingWindowFunctions (1.8s) PASSED executor.TestTiDBHotRegionsHistory (1.2s) PASSED executor.TestBuildProjectionForIndexJoinPanic (0.9s) PASSED executor.TestCompactTableInternalError (1.0s) PASSED executor.TestPartitionTableHistoricalStats (1.0s) PASSED executor.TestSelectCheckVisibility (1.0s) PASSED executor.TestSelectIntoOutfileTypes (1.1s) PASSED executor.TestSlowQuery (0.9s) PASSED executor.TestThresholdCheckInspection2 (1.0s) PASSED executor.TestWorkerPool (0.0s) PASSED executor.TestWorkerPool/SingleWorker (0.0s) PASSED executor.TestWorkerPool/TolerateOnePendingTask (0.0s) PASSED executor.TestWorkerPool/TwoWorkers (0.0s) PASSED executor.TestBuildKvRangesForIndexJoinWithoutCwc (0.0s) PASSED executor.TestCompactTableNoRemaining (1.0s) PASSED executor.TestDumpHistoricalStatsByTable (3.1s) PASSED executor.TestEncodedPassword (0.0s) PASSED executor.TestIssue37066 (0.9s) PASSED executor.TestReturnValues (0.9s) PASSED executor.TestSelectIntoOutfileFromTable (0.8s) PASSED executor.TestThresholdCheckInspection3 (1.0s) PASSED executor.TestCompactTableErrorInHalfway (1.0s) PASSED executor.TestDeliminators (0.9s) PASSED executor.TestDumpHistoricalStatsMetaForMultiTables (1.0s) PASSED executor.TestNodeLoadInspection (0.9s) PASSED executor.TestParseSlowLogPanic (0.0s) PASSED executor.TestPartitionMemCacheReadLock (1.0s) PASSED executor.TestSlowQueryRuntimeStats (0.0s) PASSED executor.TestWindowFunctionsDataReference (0.9s) PASSED executor.TestBuildKvRangesForIndexJoinWithoutCwcAndWithMemoryTracker (0.0s) PASSED executor.TestCompactTableHasRemaining (0.9s) PASSED executor.TestCriticalErrorInspection (0.9s) PASSED executor.TestDumpHistoricalStatsFallback (1.1s) PASSED executor.TestMemCacheReadLock (1.4s) PASSED executor.TestSelectIntoOutfileConstant (0.8s) PASSED executor.TestWarningsInSlowQuery (0.9s) PASSED executor.TestWindowFunctions (2.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_28_of_50/coverage.dat //pkg/executor/aggfuncs:aggfuncs_test PASSED in 53.3s Stats over 50 runs: max = 53.3s, min = 6.3s, avg = 7.8s, dev = 6.5s PASSED aggfuncs.TestPartialResult4Count (0.0s) PASSED aggfuncs.TestMemRowNumber (0.0s) PASSED aggfuncs.TestMergePartialResult4Avg (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinInt (0.0s) PASSED aggfuncs.TestVarsamp (0.0s) PASSED aggfuncs.TestAvg (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinUint (0.0s) PASSED aggfuncs.TestMergePartialResult4Varsamp (0.0s) PASSED aggfuncs.TestMemAvg (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinDecimal (0.0s) PASSED aggfuncs.TestMemVarpop (0.0s) PASSED aggfuncs.TestMemVarpop/var_pop_0 (0.0s) PASSED aggfuncs.TestMemVarpop/var_pop_1 (0.0s) PASSED aggfuncs.TestMergePartialResult4BitFuncs (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinFloat32 (0.0s) PASSED aggfuncs.TestVarpop (0.0s) PASSED aggfuncs.TestMemBitFunc (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinFloat64 (0.0s) PASSED aggfuncs.TestMergePartialResult4Varpop (0.0s) PASSED aggfuncs.TestMergePartialResult4Count (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinTime (0.0s) PASSED aggfuncs.TestMemValue (0.0s) PASSED aggfuncs.TestCount (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_0 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_1 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_2 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_3 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_4 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_5 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_6 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_7 (0.0s) PASSED aggfuncs.TestCount/count_0 (0.0s) PASSED aggfuncs.TestCount/count_0#01 (0.0s) PASSED aggfuncs.TestCount/count_1 (0.0s) PASSED aggfuncs.TestCount/count_1#01 (0.0s) PASSED aggfuncs.TestCount/count_2 (0.0s) PASSED aggfuncs.TestCount/count_2#01 (0.0s) PASSED aggfuncs.TestCount/count_3 (0.0s) PASSED aggfuncs.TestCount/count_3#01 (0.0s) PASSED aggfuncs.TestCount/count_4 (0.0s) PASSED aggfuncs.TestCount/count_4#01 (0.0s) PASSED aggfuncs.TestCount/count_5 (0.0s) PASSED aggfuncs.TestCount/count_5#01 (0.0s) PASSED aggfuncs.TestCount/count_6 (0.0s) PASSED aggfuncs.TestCount/count_6#01 (0.0s) PASSED aggfuncs.TestCount/count_7 (0.0s) PASSED aggfuncs.TestCount/count_7#01 (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinString (0.0s) PASSED aggfuncs.TestMemSum (0.0s) PASSED aggfuncs.TestMemSum/sum_0 (0.0s) PASSED aggfuncs.TestMemSum/sum_1 (0.0s) PASSED aggfuncs.TestMemSum/sum_2 (0.0s) PASSED aggfuncs.TestMemSum/sum_3 (0.0s) PASSED aggfuncs.TestMemCount (0.0s) PASSED aggfuncs.TestMemCount/approx_count_distinct_15 (0.0s) PASSED aggfuncs.TestMemCount/approx_count_distinct_16 (0.0s) PASSED aggfuncs.TestMemCount/count_0 (0.0s) PASSED aggfuncs.TestMemCount/count_1 (0.0s) PASSED aggfuncs.TestMemCount/count_10 (0.0s) PASSED aggfuncs.TestMemCount/count_11 (0.0s) PASSED aggfuncs.TestMemCount/count_12 (0.0s) PASSED aggfuncs.TestMemCount/count_13 (0.0s) PASSED aggfuncs.TestMemCount/count_14 (0.0s) PASSED aggfuncs.TestMemCount/count_2 (0.0s) PASSED aggfuncs.TestMemCount/count_3 (0.0s) PASSED aggfuncs.TestMemCount/count_4 (0.0s) PASSED aggfuncs.TestMemCount/count_5 (0.0s) PASSED aggfuncs.TestMemCount/count_6 (0.0s) PASSED aggfuncs.TestMemCount/count_7 (0.0s) PASSED aggfuncs.TestMemCount/count_8 (0.0s) PASSED aggfuncs.TestMemCount/count_9 (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinJSON (0.0s) PASSED aggfuncs.TestSum (0.0s) PASSED aggfuncs.TestSum/sum_0 (0.0s) PASSED aggfuncs.TestSum/sum_1 (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinEnum (0.0s) PASSED aggfuncs.TestWriteTime (0.0s) PASSED aggfuncs.TestMergePartialResult4Sum (0.0s) PASSED aggfuncs.TestMergePartialResult4Sum/sum_0 (0.0s) PASSED aggfuncs.TestMergePartialResult4Sum/sum_1 (0.0s) PASSED aggfuncs.TestMemCumeDist (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinSet (0.0s) PASSED aggfuncs.TestStddevsamp (0.0s) PASSED aggfuncs.TestMergePartialResult4FirstRow (0.0s) PASSED aggfuncs.TestPartialResult4AvgDecimal (0.0s) PASSED aggfuncs.TestMergePartialResult4Stddevsamp (0.0s) PASSED aggfuncs.TestMemFirstRow (0.0s) PASSED aggfuncs.TestPartialResult4AvgFloat64 (0.0s) PASSED aggfuncs.TestMergePartialResult4GroupConcat (0.0s) PASSED aggfuncs.TestPartialResult4SumDecimal (0.0s) PASSED aggfuncs.TestStddevpop (0.0s) PASSED aggfuncs.TestGroupConcat (0.0s) PASSED aggfuncs.TestPartialResult4SumFloat64 (0.0s) PASSED aggfuncs.TestBasePartialResult4GroupConcat (0.1s) PASSED aggfuncs.TestMemGroupConcat (0.0s) PASSED aggfuncs.TestMemGroupConcat/group_concat_0 (0.0s) PASSED aggfuncs.TestMemGroupConcat/group_concat_1 (0.0s) PASSED aggfuncs.TestMemGroupConcat/group_concat_2 (0.0s) PASSED aggfuncs.TestMemGroupConcat/group_concat_3 (0.0s) PASSED aggfuncs.TestMergePartialResult4JsonArrayagg (0.0s) PASSED aggfuncs.TestPartialResult4BitFunc (0.0s) PASSED aggfuncs.TestMergePartialResult4Stddevpop (0.0s) PASSED aggfuncs.TestJsonArrayagg (0.0s) PASSED aggfuncs.TestPartialResult4JsonArrayagg (0.1s) PASSED aggfuncs.TestMemJsonArrayagg (0.0s) PASSED aggfuncs.TestPartialResult4JsonObjectAgg (0.0s) PASSED aggfuncs.TestMergePartialResult4JsonObjectagg (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowDecimal (0.0s) PASSED aggfuncs.TestJsonObjectagg (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowInt (0.0s) PASSED aggfuncs.TestMemJsonObjectagg (0.1s) PASSED aggfuncs.TestPartialResult4FirstRowTime (0.0s) PASSED aggfuncs.TestMemRank (0.0s) PASSED aggfuncs.TestMemLeadLag (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowFloat32 (0.0s) PASSED aggfuncs.TestLeadLag (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowString (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#01 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#02 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#03 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#04 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#05 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#06 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#07 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#08 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#09 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/max#10 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#01 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#02 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#03 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#04 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#05 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#06 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#07 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#08 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#09 (0.0s) PASSED aggfuncs.TestMergePartialResult4MaxMin/min#10 (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowFloat64 (0.0s) PASSED aggfuncs.TestMaxMin (0.0s) PASSED aggfuncs.TestMaxMin/max (0.0s) PASSED aggfuncs.TestMaxMin/max#01 (0.0s) PASSED aggfuncs.TestMaxMin/max#02 (0.0s) PASSED aggfuncs.TestMaxMin/max#03 (0.0s) PASSED aggfuncs.TestMaxMin/max#04 (0.0s) PASSED aggfuncs.TestMaxMin/max#05 (0.0s) PASSED aggfuncs.TestMaxMin/max#06 (0.0s) PASSED aggfuncs.TestMaxMin/max#07 (0.0s) PASSED aggfuncs.TestMaxMin/max#08 (0.0s) PASSED aggfuncs.TestMaxMin/min (0.0s) PASSED aggfuncs.TestMaxMin/min#01 (0.0s) PASSED aggfuncs.TestMaxMin/min#02 (0.0s) PASSED aggfuncs.TestMaxMin/min#03 (0.0s) PASSED aggfuncs.TestMaxMin/min#04 (0.0s) PASSED aggfuncs.TestMaxMin/min#05 (0.0s) PASSED aggfuncs.TestMaxMin/min#06 (0.0s) PASSED aggfuncs.TestMaxMin/min#07 (0.0s) PASSED aggfuncs.TestMaxMin/min#08 (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowDuration (0.0s) PASSED aggfuncs.TestMemMaxMin (0.0s) PASSED aggfuncs.TestMemMaxMin/max (0.0s) PASSED aggfuncs.TestMemMaxMin/max#01 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#02 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#03 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#04 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#05 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#06 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#07 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#08 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#09 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#10 (0.0s) PASSED aggfuncs.TestMemMaxMin/min (0.0s) PASSED aggfuncs.TestMemMaxMin/min#01 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#02 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#03 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#04 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#05 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#06 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#07 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#08 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#09 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#10 (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowJSON (0.0s) PASSED aggfuncs.TestFix40463 (0.0s) PASSED aggfuncs.TestDequeReset (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowSet (0.0s) PASSED aggfuncs.TestDequePushPop (0.0s) PASSED aggfuncs.TestWindowFunctions (0.0s) PASSED aggfuncs.TestMemNtile (0.0s) PASSED aggfuncs.TestMemPercentRank (0.0s) PASSED aggfuncs.TestFix26807 (0.0s) PASSED aggfuncs.TestPercentile (0.0s) PASSED aggfuncs.TestPercentile/approx_percentile_0 (0.0s) PASSED aggfuncs.TestPercentile/approx_percentile_1 (0.0s) PASSED aggfuncs.TestPercentile/approx_percentile_2 (0.0s) PASSED aggfuncs.TestPercentile/approx_percentile_3 (0.0s) PASSED aggfuncs.TestPercentile/approx_percentile_4 (0.0s) PASSED aggfuncs.TestPercentile/approx_percentile_5 (0.0s) PASSED aggfuncs.TestMaxSlidingWindow (46.6s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_false_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_false_0 (0.2s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_false_1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_true_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_true_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_true_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/date_false_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/date_false_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/date_false_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/date_true_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/date_true_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/date_true_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_false_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_false_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_false_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_true_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_true_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_true_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_false_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_false_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_false_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_true_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_true_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_true_1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/double_false_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/double_false_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/double_false_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/double_true_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/double_true_0 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/double_true_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/float_false_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/float_false_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/float_false_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/float_true_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/float_true_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/float_true_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_false_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_false_0 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_false_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_true_-1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_true_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_true_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/text_false_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/text_false_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/text_false_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/text_true_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/text_true_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/text_true_1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/time_false_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/time_false_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/time_false_1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/time_true_-1 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/time_true_0 (0.5s) PASSED aggfuncs.TestMaxSlidingWindow/time_true_1 (0.6s) PASSED aggfuncs.TestPartialResult4FirstRowEnum (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_27_of_50/coverage.dat //pkg/executor/join:join_test PASSED in 48.9s Stats over 50 runs: max = 48.9s, min = 1.8s, avg = 9.1s, dev = 8.2s PASSED join.TestLeftOuterJoinProbeBasic (5.6s) PASSED join.TestLeftOuterAntiSemiJoinSpill (6.1s) PASSED join.TestLeftOuterAntiSemiJoinBuildResultFastPath (0.1s) PASSED join.TestLeftOuterAntiSemiJoinProbeWithSel (3.4s) PASSED join.TestLeftOuterAntiSemiJoinProbeOtherCondition (1.6s) PASSED join.TestLeftOuterAntiSemiJoinProbeAllJoinKeys (1.7s) PASSED join.TestLeftOuterAntiSemiJoinProbeBasic (2.7s) PASSED join.TestRequiredRows (0.0s) PASSED join.TestJoinTableMetaNullMapLength (0.0s) PASSED join.TestJoinTableMetaRowColumnsOrder (0.0s) PASSED join.TestJoinTableMetaSerializedMode (0.0s) PASSED join.TestReadNullMapThreadSafe (0.0s) PASSED join.TestTagHelper (0.0s) PASSED join.TestJoinTableMetaKeyInlinedAndFixed (0.0s) PASSED join.TestTagHelperInit (0.0s) PASSED join.TestJoinTableMetaKeyMode (0.0s) PASSED join.TestTaggedBits (0.0s) PASSED join.TestIndexJoinRuntimeStats (0.0s) PASSED join.TestSemiJoinProbeWithSel (5.7s) PASSED join.TestHashJoinRuntimeStats (0.0s) PASSED join.TestSemiJoinProbeAllJoinKeys (3.4s) PASSED join.TestSemiJoinProbeBasic (3.4s) PASSED join.TestUintptrCanHoldPointer (0.0s) PASSED join.TestBitMaskInUint32 (0.0s) PASSED join.TestSemiAndAntiSemiJoinSpill (3.7s) PASSED join.TestFixedOffsetInRowLayout (0.0s) PASSED join.TestSemiJoinDuplicateKeys (4.6s) PASSED join.TestHeapObjectCanMove (0.0s) PASSED join.TestSemiJoinBasic (0.6s) PASSED join.TestInnerJoinUnderApplyExec (4.7s) PASSED join.TestSetupPartitionInfo (0.0s) PASSED join.TestBalanceOfFilteredRows (0.0s) PASSED join.TestInnerJoinSpillWithOtherCondition (4.0s) PASSED join.TestColumnsAllDataTypes (0.8s) PASSED join.TestInnerJoinSpillBasic (13.2s) PASSED join.TestColumnsBasic (8.5s) PASSED join.TestInnerJoinProbeWithSel (11.9s) PASSED join.TestInnerJoinProbeOtherCondition (1.2s) PASSED join.TestKey (0.2s) PASSED join.TestAntiSemiJoinBasic (0.8s) PASSED join.TestLeftOuterJoinProbeAllJoinKeys (11.7s) PASSED join.TestAntiSemiJoinDuplicateKeys (5.1s) PASSED join.TestLeftOuterJoinProbeOtherCondition (2.0s) PASSED join.TestLeftOuterJoinProbeWithSel (8.3s) PASSED join.TestNotInWithAntiSemi (0.0s) PASSED join.TestAntiSemiJoinProbeBasic (3.6s) PASSED join.TestLeftOuterSemiJoinProbeBasic (2.6s) PASSED join.TestAntiSemiJoinProbeAllJoinKeys (3.5s) PASSED join.TestLeftOuterSemiJoinProbeAllJoinKeys (1.8s) PASSED join.TestConcurrentMapMemoryUsage (0.0s) PASSED join.TestLeftOuterSemiJoinBuildResultFastPath (0.1s) PASSED join.TestInnerJoinProbeAllJoinKeys (11.0s) PASSED join.TestLargeColumn (7.4s) PASSED join.TestConcurrentMap (0.0s) PASSED join.TestLeftOuterSemiJoinProbeWithSel (4.0s) PASSED join.TestAntiSemiJoinJoinProbeWithSel (5.8s) PASSED join.TestLeftOuterSemiJoinProbeOtherCondition (1.5s) PASSED join.TestConcurrentMapHashTableMemoryUsage (0.0s) PASSED join.TestShuffleMergeJoinInDisk (1.1s) PASSED join.TestHashTableSize (0.0s) PASSED join.TestMergeJoinInDisk (0.9s) PASSED join.TestBuild (1.5s) PASSED join.TestVectorizedMergeJoin (1.8s) PASSED join.TestHashRowContainer (0.0s) PASSED join.TestLeftOuterSemiJoinSpill (6.2s) PASSED join.TestIssue45716 (0.9s) PASSED join.TestIssue59377 (0.4s) PASSED join.TestOuterJoinSpillWithSel (5.2s) PASSED join.TestRowIter (0.5s) PASSED join.TestConcurrentBuild (4.9s) PASSED join.TestVectorizedShuffleMergeJoin (1.7s) PASSED join.TestIssue54064 (0.9s) PASSED join.TestRightOuterJoinProbeOtherCondition (1.6s) PASSED join.TestFallBackAction (0.6s) PASSED join.TestPartitionTableIndexJoinAndIndexReader (3.6s) PASSED join.TestIssue54055 (0.9s) PASSED join.TestRightOuterJoinProbeBasic (6.6s) PASSED join.TestIndexLookupJoinHang (0.9s) PASSED join.TestOuterJoinSpillWithOtherCondition (9.5s) PASSED join.TestInnerJoinProbeBasic (4.2s) PASSED join.TestRightOuterJoinProbeWithSel (8.2s) PASSED join.TestIssue16887 (0.9s) PASSED join.TestOuterJoinUnderApplyExec (9.5s) PASSED join.TestIssue18068 (0.9s) PASSED join.TestRightOuterJoinProbeAllJoinKeys (13.0s) PASSED join.TestLookup (4.2s) PASSED join.TestOuterJoinSpillBasic (25.2s) PASSED join.TestHashJoinRandomFail (45.6s) PASSED join.TestIssue54688 (2.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_20_of_50/coverage.dat //pkg/executor/test/executor:executor_test PASSED in 20.0s Stats over 50 runs: max = 20.0s, min = 3.0s, avg = 4.4s, dev = 2.5s PASSED executor_test.TestIssues40463 (1.0s) PASSED executor_test.TestIssues49377 (1.0s) PASSED executor_test.TestIssue38756 (1.0s) PASSED executor_test.TestPlanReplayer (1.2s) PASSED executor_test.TestProcessInfoOfSubQuery (3.1s) PASSED executor_test.TestIssue50043 (1.2s) PASSED executor_test.TestPlanReplayerCaptureSEM (1.1s) PASSED executor_test.TestSessionRootTrackerDetach (1.0s) PASSED executor_test.TestIssue51324 (1.4s) PASSED executor_test.TestPlanReplayerContinuesCapture (1.1s) PASSED executor_test.TestDecimalDivPrecisionIncrement (1.0s) PASSED executor_test.TestPlanReplayerDumpSingle (1.1s) PASSED executor_test.TestSignalCheckpointForSort (1.0s) PASSED executor_test.TestIssue50043WithPipelinedDML (6.2s) PASSED executor_test.TestPlanReplayerCapture (1.0s) PASSED executor_test.TestIssue50308 (0.9s) PASSED executor_test.TestNotFillCacheFlag (1.0s) PASSED executor_test.TestIssue48756 (0.9s) PASSED executor_test.TestTimezonePushDown (1.0s) PASSED executor_test.TestGlobalMemoryControl2 (4.2s) PASSED executor_test.TestTiDBCurrentTS (1.1s) PASSED executor_test.TestTimestampDefaultValueTimeZone (1.3s) PASSED executor_test.TestIsFastPlan (1.0s) PASSED executor_test.TestTiDBLastTxnInfo (1.0s) PASSED executor_test.TestTiDBLastQueryInfo (1.0s) PASSED executor_test.TestMaxOneRow (1.1s) PASSED executor_test.TestPartitionHashCode (1.0s) PASSED executor_test.TestPrevStmtDesensitization (1.0s) PASSED executor_test.TestAdmin (2.2s) PASSED executor_test.TestIssue19148 (0.9s) PASSED executor_test.TestOOMActionPriority (1.0s) PASSED executor_test.TestUnreasonablyClose (1.0s) PASSED executor_test.TestTwiceCloseUnionExec (1.0s) PASSED executor_test.TestCurrentTimestampValueSelection (2.1s) PASSED executor_test.TestCheckIndex (1.1s) PASSED executor_test.TestQueryWithKill (12.0s) PASSED executor_test.TestPointGetPreparedPlan (1.3s) PASSED executor_test.TestPointGetPreparedPlanWithCommitMode (1.1s) PASSED executor_test.TestHistoryReadInTxn (1.1s) PASSED executor_test.TestHistoryReadInTxn/[READ-COMMITTED]_setSnapshotBeforeTxn[false] (0.0s) PASSED executor_test.TestHistoryReadInTxn/[READ-COMMITTED]_setSnapshotBeforeTxn[true] (0.0s) PASSED executor_test.TestHistoryReadInTxn/[REPEATABLE-READ]_setSnapshotBeforeTxn[false] (0.0s) PASSED executor_test.TestHistoryReadInTxn/[REPEATABLE-READ]_setSnapshotBeforeTxn[true] (0.0s) PASSED executor_test.TestHistoryReadInTxn/[none]_setSnapshotBeforeTxn[false] (0.0s) PASSED executor_test.TestHistoryReadInTxn/[none]_setSnapshotBeforeTxn[true] (0.0s) PASSED executor_test.TestHistoryReadInTxn/[optimistic]_setSnapshotBeforeTxn[false] (0.0s) PASSED executor_test.TestHistoryReadInTxn/[optimistic]_setSnapshotBeforeTxn[true] (0.0s) PASSED executor_test.TestPointUpdatePreparedPlan (1.4s) PASSED executor_test.TestPointUpdatePreparedPlanWithCommitMode (1.3s) PASSED executor_test.TestApplyCache (1.4s) PASSED executor_test.TestHistoryRead (1.2s) PASSED executor_test.TestCollectDMLRuntimeStats (1.1s) PASSED executor_test.TestTableSampleTemporaryTable (1.1s) PASSED executor_test.TestGetResultRowsCount (1.1s) PASSED executor_test.TestSelectVar (1.1s) PASSED executor_test.TestAdminShowDDLJobs (1.0s) PASSED executor_test.TestAdminShowDDLJobsInfo (1.1s) PASSED executor_test.TestColumnName (0.9s) PASSED executor_test.TestLowResolutionTSORead (0.9s) PASSED executor_test.TestUnion2 (2.2s) PASSED executor_test.TestUnionLimit (0.9s) PASSED executor_test.TestClusteredIndexIsPointGet (1.0s) PASSED executor_test.TestPointGetOrderby (1.0s) PASSED executor_test.TestAdapterStatement (1.0s) PASSED executor_test.TestIsPointGet (1.0s) PASSED executor_test.TestLowResolutionTSOReadScope (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_32_of_50/coverage.dat //pkg/expression:expression_test PASSED in 87.8s Stats over 50 runs: max = 87.8s, min = 6.8s, avg = 17.1s, dev = 16.0s PASSED expression.TestCIWeightString (0.0s) PASSED expression.TestConcatSig (0.0s) PASSED expression.TestIllegalFunctions4GeneratedColumns (0.0s) PASSED expression.TestIsIPv4Mapped (0.0s) PASSED expression.TestJSONArrayInsert (0.0s) PASSED expression.TestSha1Hash (0.0s) PASSED expression.TestSpecificConstant (0.0s) PASSED expression.TestTimeFormat (0.0s) PASSED expression.TestAESDecrypt (0.0s) PASSED expression.TestConcat (0.0s) PASSED expression.TestGetTypeThreadSafe (0.0s) PASSED expression.TestInet6AtoN (0.0s) PASSED expression.TestJSONSearch (0.0s) PASSED expression.TestPeriodAdd (0.0s) PASSED expression.TestTranslate (0.0s) PASSED expression.TestUnfoldableFuncs (0.0s) PASSED expression.TestAESEncrypt (0.0s) PASSED expression.TestASCII (0.0s) PASSED expression.TestExpressionMemeoryUsage (0.0s) PASSED expression.TestInet6NtoA (0.0s) PASSED expression.TestJSONArrayAppend (0.0s) PASSED expression.TestTimestampAdd (0.0s) PASSED expression.TestVectorizedConstant (0.0s) PASSED expression.TestWeightString (0.0s) PASSED expression.TestDeferredExprNotNull (0.0s) PASSED expression.TestEvalExpr (0.2s) PASSED expression.TestInetNtoa (0.0s) PASSED expression.TestJSONDepth (0.0s) PASSED expression.TestLengthAndOctetLength (0.0s) PASSED expression.TestSQLEncode (0.0s) PASSED expression.TestStringRight (0.0s) PASSED expression.TestToDays (0.0s) PASSED expression.TestBenchDaily (0.0s) PASSED expression.TestConcatWS (0.0s) PASSED expression.TestConstantHashEquals (0.0s) PASSED expression.TestGroupSetsTargetOne (0.0s) PASSED expression.TestIsIPv4Compat (0.0s) PASSED expression.TestJSONValid (0.0s) PASSED expression.TestSha2Hash (0.0s) PASSED expression.TestTimeToSec (0.0s) PASSED expression.TestVectorizedGeneratedBuiltinStringEvalOneVec (1.1s) PASSED expression.TestDeferredParamNotNull (0.0s) PASSED expression.TestIsIPv6 (0.0s) PASSED expression.TestJSONKeys (0.0s) PASSED expression.TestSQLDecode (0.0s) PASSED expression.TestToBase64Sig (0.0s) PASSED expression.TestToSeconds (0.0s) PASSED expression.TestVectorizable (0.0s) PASSED expression.TestVectorizedBuiltinRegexpForConstants (0.4s) PASSED expression.TestConcatWSSig (0.0s) PASSED expression.TestGroupSetsTargetOneCompoundArgs (0.0s) PASSED expression.TestJSONStorageFree (0.0s) PASSED expression.TestMD5Hash (0.0s) PASSED expression.TestNameConst (0.0s) PASSED expression.TestPBToExpr (0.0s) PASSED expression.TestSecToTime (0.0s) PASSED expression.TestSetFlenDecimal4RealOrDecimal (0.0s) PASSED expression.TestVectorizedGeneratedBuiltinStringFunc (1.0s) PASSED expression.TestAnyValue (0.0s) PASSED expression.TestConstLevel (0.0s) PASSED expression.TestConstantFoldingCharsetConvert (0.0s) PASSED expression.TestGetFormat (0.0s) PASSED expression.TestJSONLength (0.0s) PASSED expression.TestRegexpCache (0.0s) PASSED expression.TestToBase64 (0.0s) PASSED expression.TestVectorizedBuiltinControlFuncGenerated (13.7s) PASSED expression.TestArithmeticPlus (0.0s) PASSED expression.TestConvertTz (0.0s) PASSED expression.TestEval (0.0s) PASSED expression.TestGroupingSetsMergeOneUnitTest (0.0s) PASSED expression.TestJSONStorageSize (0.0s) PASSED expression.TestLeft (0.0s) PASSED expression.TestRandomBytes (0.0s) PASSED expression.TestUUIDToBin (0.0s) PASSED expression.TestVectorizedBuiltinStringEvalOneVec (12.6s) PASSED expression.TestArithmeticMinus (0.0s) PASSED expression.TestBinToUUID (0.0s) PASSED expression.TestCompress (0.0s) PASSED expression.TestJSONPretty (0.0s) PASSED expression.TestPBToExprWithNewCollation (0.0s) PASSED expression.TestPeriodDiff (0.0s) PASSED expression.TestRight (0.0s) PASSED expression.TestRollupGroupingSets (0.0s) PASSED expression.TestVectorizedBuiltinStringFunc (14.5s) PASSED expression.TestArithmeticMultiply (0.0s) PASSED expression.TestGroupingSetsMergeUnitTest (0.0s) PASSED expression.TestJSONMergePatch (0.0s) PASSED expression.TestLastDay (0.0s) PASSED expression.TestPBToScalarFuncExpr (0.0s) PASSED expression.TestRepeat (0.2s) PASSED expression.TestTidbShard (0.0s) PASSED expression.TestUncompress (0.0s) PASSED expression.TestVectorizedBuiltinStringEvalOneVec2 (9.4s) PASSED expression.TestArithmeticIntDivide (0.0s) PASSED expression.TestBinopComparison (0.0s) PASSED expression.TestGetTimeValue (0.0s) PASSED expression.TestIsNullFunc (0.0s) PASSED expression.TestJSONSchemaValidCache (0.0s) PASSED expression.TestLower (0.0s) PASSED expression.TestTidbParseTso (0.0s) PASSED expression.TestValidatePasswordStrength (0.0s) PASSED expression.TestVectorizedBuiltinMiscellaneousFunc (6.4s) PASSED expression.TestArithmeticDivide (0.0s) PASSED expression.TestDistinctGroupingSets (0.0s) PASSED expression.TestJSONSchemaValid (0.0s) PASSED expression.TestRepeatSig (0.0s) PASSED expression.TestSleep (1.5s) PASSED expression.TestUncompressLength (0.0s) PASSED expression.TestVectorizedBuiltinMiscellaneousEvalOneVec (5.1s) PASSED expression.TestVectorizedBuiltinStringFunc2 (11.1s) PASSED expression.TestWithTimeZone (0.0s) PASSED expression.TestConstantFolding (0.0s) PASSED expression.TestIsBinaryLiteral (0.0s) PASSED expression.TestJSONContainsPath (0.0s) PASSED expression.TestQuarter (0.0s) PASSED expression.TestQuote (0.0s) PASSED expression.TestRegexpReplaceVec (13.5s) PASSED expression.TestUUID (0.0s) PASSED expression.TestVectorizedBuiltinControlEvalOneVecGenerated (10.4s) PASSED expression.TestBinopBitop (0.0s) PASSED expression.TestCurrentTimestampTimeZone (0.0s) PASSED expression.TestDecimalErrOverflow (0.0s) PASSED expression.TestDisplayName (0.0s) PASSED expression.TestLike (0.0s) PASSED expression.TestReverse (0.0s) PASSED expression.TestTiDBBoundedStaleness (0.0s) PASSED expression.TestUnary (0.0s) PASSED expression.TestVectorizedBuiltinEncryptionFunc (9.9s) PASSED expression.TestBuiltinFuncCache (0.0s) PASSED expression.TestCILike (0.0s) PASSED expression.TestCurrentTso (0.0s) PASSED expression.TestExtract (0.0s) PASSED expression.TestIlike (0.0s) PASSED expression.TestLeftShift (0.0s) PASSED expression.TestReplace (0.0s) PASSED expression.TestScalarFunction (0.0s) PASSED expression.TestVectorizedDecimalErrOverflow (0.0s) PASSED expression.TestBinopNumeric (0.0s) PASSED expression.TestBuiltinFuncCacheConcurrency (0.0s) PASSED expression.TestExpressionSemanticEqual (0.0s) PASSED expression.TestGetIntervalFromDecimal (0.0s) PASSED expression.TestGrouping (0.0s) PASSED expression.TestLogicAnd (0.0s) PASSED expression.TestRegexp (0.0s) PASSED expression.TestStrcmp (0.0s) PASSED expression.TestVectorizedBuiltinArithmeticFunc (7.3s) PASSED expression.TestBin (0.0s) PASSED expression.TestConstant (0.0s) PASSED expression.TestConstantPropagation (0.0s) PASSED expression.TestIfNull (0.0s) PASSED expression.TestIsUUID (0.0s) PASSED expression.TestJSONOverlaps (0.0s) PASSED expression.TestMakeTime (0.0s) PASSED expression.TestRegexpReplace (0.1s) PASSED expression.TestArithmeticMod (0.0s) PASSED expression.TestBinopLogic (0.0s) PASSED expression.TestIsCurrentTimestampExpr (0.0s) PASSED expression.TestLock (0.0s) PASSED expression.TestPassword (0.0s) PASSED expression.TestSleepVectorized (3.5s) PASSED expression.TestTidbParseTsoLogical (0.0s) PASSED expression.TestUpper (0.0s) PASSED expression.TestVectorizedBuiltinJSONFunc (18.5s) PASSED expression.TestBitOr (0.0s) PASSED expression.TestCastJSONAsDecimalSig (0.0s) PASSED expression.TestCeil (0.0s) PASSED expression.TestDayName (0.0s) PASSED expression.TestFoundRows (0.0s) PASSED expression.TestOptionalProp (0.0s) PASSED expression.TestScalarFunctionHash64Equals (0.0s) PASSED expression.TestSubstringIndex (0.0s) PASSED expression.TestVectorizedBuiltinTimeEvalOneVec (13.8s) PASSED expression.TestBitAnd (0.0s) PASSED expression.TestColumn2Pb (0.0s) PASSED expression.TestCurrentUser (0.0s) PASSED expression.TestDayOfMonth (0.0s) PASSED expression.TestFloor (0.0s) PASSED expression.TestSchemaClone (0.0s) PASSED expression.TestSpaceSig (0.0s) PASSED expression.TestVecMonth (0.0s) PASSED expression.TestWrapWithCastAsTime (0.0s) PASSED expression.TestColumnEqualsWithNilWrappedInAny (0.0s) PASSED expression.TestEvaluateExprWithNullNoChangeRetType (0.0s) PASSED expression.TestExportSet (0.0s) PASSED expression.TestIf (0.0s) PASSED expression.TestIsIPv4 (0.0s) PASSED expression.TestJSONContains (0.0s) PASSED expression.TestMakeDate (0.0s) PASSED expression.TestRegexpInStrVec (12.9s) PASSED expression.TestCurrentRole (0.0s) PASSED expression.TestDateFormat (0.0s) PASSED expression.TestLikeFunc2Pb (0.0s) PASSED expression.TestLog2 (0.0s) PASSED expression.TestMockVecPlusInt (0.0s) PASSED expression.TestSchemaRetrieveColumn (0.0s) PASSED expression.TestTrim (0.0s) PASSED expression.TestUnaryNot (0.0s) PASSED expression.TestWrapWithCastAsString (0.0s) PASSED expression.TestBitNeg (0.0s) PASSED expression.TestCompareFunc2Pb (0.0s) PASSED expression.TestCurrentResourceGroup (0.0s) PASSED expression.TestDayOfYear (0.0s) PASSED expression.TestLocate (0.0s) PASSED expression.TestLog (0.0s) PASSED expression.TestSchemaString (0.0s) PASSED expression.TestVectorizedBuiltinVecFunc (3.2s) PASSED expression.TestWrapWithCastAsDuration (0.0s) PASSED expression.TestConstant2Pb (0.0s) PASSED expression.TestDayOfWeek (0.0s) PASSED expression.TestExp (0.0s) PASSED expression.TestForbidUnixTimestampPushdown (0.0s) PASSED expression.TestLogicOr (0.0s) PASSED expression.TestSpace (0.0s) PASSED expression.TestUser (0.0s) PASSED expression.TestVectorizedBuiltinTimeFunc (17.2s) PASSED expression.TestWrapWithCastAsTypesClasses (0.0s) PASSED expression.TestCaseWhen (0.0s) PASSED expression.TestColumnHashEuqals4VirtualExpr (0.0s) PASSED expression.TestElt (0.0s) PASSED expression.TestEvaluateExprWithNullAndParameters (0.0s) PASSED expression.TestInetAton (0.0s) PASSED expression.TestJSONMemberOf (0.0s) PASSED expression.TestRegexpInStr (0.1s) PASSED expression.TestTimestamp (0.0s) PASSED expression.TestArithmeticalFunc2Pb (0.0s) PASSED expression.TestClock (0.0s) PASSED expression.TestConnectionID (0.0s) PASSED expression.TestIsTrueOrFalse (0.0s) PASSED expression.TestLTrim (0.0s) PASSED expression.TestLog10 (0.0s) PASSED expression.TestMockVecPlusIntParallel (0.3s) PASSED expression.TestSchemaIsUniqueKey (0.0s) PASSED expression.TestWrapWithCastAsJSON (0.0s) PASSED expression.TestCastIntAsIntVec (0.0s) PASSED expression.TestDateFunc2Pb (0.0s) PASSED expression.TestDoubleRow2Vec (0.5s) PASSED expression.TestLogicXor (0.0s) PASSED expression.TestRTrim (0.0s) PASSED expression.TestRand (0.0s) PASSED expression.TestSchemaContains (0.0s) PASSED expression.TestTime (0.0s) PASSED expression.TestVersion (0.0s) PASSED expression.TestBenchMark (0.0s) PASSED expression.TestCastStringAsDecimalSigWithUnsignedFlagInUnion (0.0s) PASSED expression.TestDoubleVec2Row (0.4s) PASSED expression.TestHexFunc (0.0s) PASSED expression.TestLogicalFunc2Pb (0.0s) PASSED expression.TestNowAndUTCTimestamp (0.0s) PASSED expression.TestPow (0.0s) PASSED expression.TestSchemaColumnsIndices (0.0s) PASSED expression.TestVectorizedBuiltinOpFunc (4.3s) PASSED expression.TestBitwiseFunc2Pb (0.0s) PASSED expression.TestBuiltinUnaryMinusIntSig (0.0s) PASSED expression.TestCastConstAsDecimalFieldType (0.0s) PASSED expression.TestCharset (0.0s) PASSED expression.TestIsDuration (0.0s) PASSED expression.TestRound (0.0s) PASSED expression.TestSchemaColumnsByIndices (0.0s) PASSED expression.TestUnhexFunc (0.0s) PASSED expression.TestVectorizedCheck (0.0s) PASSED expression.TestAddTimeSig (0.0s) PASSED expression.TestBitCount (0.0s) PASSED expression.TestBitLength (0.0s) PASSED expression.TestCastBinaryStringAsJSONSig (0.0s) PASSED expression.TestCoercibility (0.0s) PASSED expression.TestControlFunc2Pb (0.0s) PASSED expression.TestFloat32ColVec (0.0s) PASSED expression.TestSchemaMergeSchema (0.0s) PASSED expression.TestTruncate (0.0s) PASSED expression.TestCRC32 (0.0s) PASSED expression.TestCastArrayFunc (0.0s) PASSED expression.TestChar (0.0s) PASSED expression.TestCollation (0.0s) PASSED expression.TestGetUsedList (0.0s) PASSED expression.TestOtherFunc2Pb (0.0s) PASSED expression.TestRowFunc (0.0s) PASSED expression.TestSubTimeSig (0.0s) PASSED expression.TestVecEvalBool (5.6s) PASSED expression.TestBaseBuiltin (0.0s) PASSED expression.TestCollationHashEquals (0.0s) PASSED expression.TestCurrentDate (0.0s) PASSED expression.TestDegrees (0.0s) PASSED expression.TestExprOnlyPushDownToFlash (0.0s) PASSED expression.TestField (0.0s) PASSED expression.TestLastInsertID (0.0s) PASSED expression.TestTypeConversion (0.0s) PASSED expression.TestVectorizedCastRealAsTime (0.0s) PASSED expression.TestColumnHashEquals (0.0s) PASSED expression.TestDateArithFuncs (0.0s) PASSED expression.TestEvaluateExprWithNullMeetError (0.0s) PASSED expression.TestJSONRemove (0.0s) PASSED expression.TestOrd (0.0s) PASSED expression.TestProjectionBenefitsFromPushedDown (0.0s) PASSED expression.TestRegexpSubstrVec (7.6s) PASSED expression.TestVectorizedBuiltinCompareFunc (8.0s) PASSED expression.TestVectorizedBuiltinMathFuncForRand (0.0s) PASSED expression.TestClone (0.0s) PASSED expression.TestCurrentTime (0.0s) PASSED expression.TestExprPushDownToTiKV (0.0s) PASSED expression.TestFormatBytes (0.0s) PASSED expression.TestInferCollation (0.0s) PASSED expression.TestLpad (0.0s) PASSED expression.TestSqrt (0.0s) PASSED expression.TestValues (0.0s) PASSED expression.TestVectorizedCastStringAsDecimalWithUnsignedFlagInUnion (0.1s) PASSED expression.TestCompareFunctionWithRefine (0.0s) PASSED expression.TestDeriveCollation (0.0s) PASSED expression.TestExprOnlyPushDownToTiKV (0.0s) PASSED expression.TestFormatNanoTime (0.0s) PASSED expression.TestGetUint64FromConstant (0.0s) PASSED expression.TestPi (0.0s) PASSED expression.TestRpad (0.0s) PASSED expression.TestSetVarFromColumn (0.0s) PASSED expression.TestUTCTime (0.0s) PASSED expression.TestCharLength (0.0s) PASSED expression.TestConv (0.0s) PASSED expression.TestFindFieldName (0.0s) PASSED expression.TestFindFieldName/Match_with_empty_schema,_non-empty_table (0.0s) PASSED expression.TestFindFieldName/Match_with_empty_schema_and_table (0.0s) PASSED expression.TestFindFieldName/Match_with_empty_schema_and_table_and_redundant (0.0s) PASSED expression.TestFindFieldName/Match_with_multiple_redundant (0.0s) PASSED expression.TestFindFieldName/Match_with_non-empty_schema,_empty_table (0.0s) PASSED expression.TestFindFieldName/Match_with_redundant_field (0.0s) PASSED expression.TestFindFieldName/No_match (0.0s) PASSED expression.TestFindFieldName/Non-unique_match (0.0s) PASSED expression.TestFindFieldName/Non-unique_match_with_a_redundant (0.0s) PASSED expression.TestFindFieldName/Simple_match (0.0s) PASSED expression.TestJsonPushDownToFlash (0.0s) PASSED expression.TestRowBasedFilterAndVectorizedFilter (6.2s) PASSED expression.TestRowCount (0.0s) PASSED expression.TestSetVar (0.0s) PASSED expression.TestSysDate (0.1s) PASSED expression.TestVectorizedBuiltinCastEvalOneVec (8.1s) PASSED expression.TestCoalesce (0.0s) PASSED expression.TestColumn (0.0s) PASSED expression.TestGetParam (0.0s) PASSED expression.TestInsertBinarySig (0.0s) PASSED expression.TestJSONType (0.0s) PASSED expression.TestPopRowFirstArg (0.0s) PASSED expression.TestSin (0.0s) PASSED expression.TestSortByItem2Pb (0.0s) PASSED expression.TestStrToDate (0.0s) PASSED expression.TestCompare (0.0s) PASSED expression.TestCompareString (0.0s) PASSED expression.TestGroupByItem2Pb (0.0s) PASSED expression.TestInFunc (0.0s) PASSED expression.TestRadians (0.0s) PASSED expression.TestRpadSig (0.0s) PASSED expression.TestSetExprColumnInOperand (0.0s) PASSED expression.TestUTCDate (0.0s) PASSED expression.TestVectorizedBuiltinInfoFunc (3.2s) PASSED expression.TestCastFunctions (0.0s) PASSED expression.TestDate (0.1s) PASSED expression.TestIssue23309 (0.0s) PASSED expression.TestRightShift (0.0s) PASSED expression.TestSubstring (0.0s) PASSED expression.TestUnaryOp (0.0s) PASSED expression.TestVectorizedBuiltinIlikeFunc (1.1s) PASSED expression.TestVectorizedBuiltinLikeFunc (0.7s) PASSED expression.TestVectorizedBuiltinTimeEvalOneVecGenerated (66.1s) PASSED expression.TestColumnHashCode (0.0s) PASSED expression.TestCos (0.0s) PASSED expression.TestFromDays (0.0s) PASSED expression.TestGetStrIntFromConstant (0.0s) PASSED expression.TestInstr (0.0s) PASSED expression.TestIntervalFunc (0.0s) PASSED expression.TestJSONQuote (0.0s) PASSED expression.TestPushCollationDown (0.0s) PASSED expression.TestVectorizedBuiltinOtherEvalOneVecGenerated (3.8s) PASSED expression.TestEvaluateExprWithNull (0.0s) PASSED expression.TestFieldTypeHashEquals (0.0s) PASSED expression.TestInsert (0.0s) PASSED expression.TestJSONObject (0.0s) PASSED expression.TestRegexpSubstr (0.0s) PASSED expression.TestSQLDigestTextRetriever (0.0s) PASSED expression.TestUnixTimestamp (0.0s) PASSED expression.TestVectorizedBuiltinCompareEvalOneVec (7.3s) PASSED expression.TestVectorizedBuiltinMathFunc (6.1s) PASSED expression.TestAsin (0.0s) PASSED expression.TestColInfo2Col (0.0s) PASSED expression.TestJSONExtract (0.0s) PASSED expression.TestMakeSet (0.0s) PASSED expression.TestMetadata (0.0s) PASSED expression.TestPushDownNot (0.0s) PASSED expression.TestRefineArgsWithCastEnum (0.0s) PASSED expression.TestTimeDiff (0.0s) PASSED expression.TestVectorizedBuiltinOtherFunc (1.3s) PASSED expression.TestAcos (0.0s) PASSED expression.TestColumn2Expr (0.0s) PASSED expression.TestDateDiff (0.0s) PASSED expression.TestGreatestLeastFunc (0.0s) PASSED expression.TestJSONUnquote (0.0s) PASSED expression.TestLoadFile (0.0s) PASSED expression.TestNewCollationsEnabled (0.0s) PASSED expression.TestSubstituteCorCol2Constant (0.0s) PASSED expression.TestVectorizedBuiltinOtherFuncGenerated (4.6s) PASSED expression.TestAtan (0.0s) PASSED expression.TestFilter (0.0s) PASSED expression.TestInDecimal (0.1s) PASSED expression.TestIndexInfo2Cols (0.0s) PASSED expression.TestIssue46475 (0.0s) PASSED expression.TestJSONSetInsertReplace (0.0s) PASSED expression.TestOct (0.0s) PASSED expression.TestPushDownSwitcher (0.0s) PASSED expression.TestWeek (0.0s) PASSED expression.TestColHybird (0.1s) PASSED expression.TestFilterOutInPlace (0.0s) PASSED expression.TestFormat (0.0s) PASSED expression.TestGetParamVec (0.0s) PASSED expression.TestJSONMerge (0.0s) PASSED expression.TestPanicIfPbCodeUnspecified (0.0s) PASSED expression.TestRefineArgsWithNullableColumn (0.0s) PASSED expression.TestTan (0.0s) PASSED expression.TestWeekWithoutModeSig (0.0s) PASSED expression.TestAbs (0.0s) PASSED expression.TestBitXor (0.0s) PASSED expression.TestCastFuncSig (0.0s) PASSED expression.TestConvert (0.0s) PASSED expression.TestDatabase (0.0s) PASSED expression.TestMod (0.0s) PASSED expression.TestMonthName (0.0s) PASSED expression.TestScalarFuncs2Exprs (0.0s) PASSED expression.TestVectorizedBuiltinTimeFuncGenerated (80.2s) PASSED expression.TestCot (0.0s) PASSED expression.TestFromBase64 (0.0s) PASSED expression.TestHashGroupKey (0.2s) PASSED expression.TestInColumnArray (0.0s) PASSED expression.TestJSONMergePreserve (0.0s) PASSED expression.TestProjectionColumn2Pb (0.0s) PASSED expression.TestRegexpLike (0.0s) PASSED expression.TestVectorizedGeneratedBuiltinCompareEvalOneVec (9.8s) PASSED expression.TestYearWeek (0.0s) PASSED expression.TestExprPushDownToFlash (0.1s) PASSED expression.TestFindInSet (0.0s) PASSED expression.TestFromUnixTime (0.0s) PASSED expression.TestGetVar (0.0s) PASSED expression.TestInferType (25.2s) PASSED expression.TestSign (0.0s) PASSED expression.TestTiDBVersion (0.0s) PASSED expression.TestVectorizedBuiltinCastFunc (9.2s) PASSED expression.TestVectorizedFilterConsiderNull (11.4s) PASSED expression.TestDisableParseJSONFlag4Expr (0.0s) PASSED expression.TestFromBase64Sig (0.0s) PASSED expression.TestGcColumnExprIsTidbShard (0.0s) PASSED expression.TestJSONArray (0.0s) PASSED expression.TestNewValuesFunc (0.0s) PASSED expression.TestRegexpLikeVec (6.0s) PASSED expression.TestTimestampDiff (0.0s) PASSED expression.TestVectorizedBuiltinMathEvalOneVec (5.6s) PASSED expression.TestVectorizedGeneratedBuiltinCompareFunc (12.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_38_of_50/coverage.dat //pkg/expression/integration_test:integration_test_test PASSED in 6.0s Stats over 50 runs: max = 6.0s, min = 2.8s, avg = 3.7s, dev = 0.8s PASSED integration_test_test.TestIssue44706 (1.2s) PASSED integration_test_test.TestIssue51842 (1.5s) PASSED integration_test_test.TestIssue55885 (1.2s) PASSED integration_test_test.TestVectorLong (1.8s) PASSED integration_test_test.TestIssue43527 (1.2s) PASSED integration_test_test.TestTiDBRowChecksumBuiltin (1.2s) PASSED integration_test_test.TestIssue55886 (1.1s) PASSED integration_test_test.TestVectorDefaultValue (1.8s) PASSED integration_test_test.TestTiDBRowChecksumBuiltinAfterAddColumn (1.1s) PASSED integration_test_test.TestIssue57608 (1.2s) PASSED integration_test_test.TestVectorColumnInfo (1.5s) PASSED integration_test_test.TestTiDBRowChecksumBuiltinAfterDropColumn (1.1s) PASSED integration_test_test.TestVectorExplainTruncate (1.1s) PASSED integration_test_test.TestIssue16205 (1.1s) PASSED integration_test_test.TestVectorConstantExplain (1.1s) PASSED integration_test_test.TestVectorIndexExplain (1.1s) PASSED integration_test_test.TestPreparePlanCacheOnCachedTable (1.1s) PASSED integration_test_test.TestFixedVector (2.2s) PASSED integration_test_test.TestVector (1.1s) PASSED integration_test_test.TestSetVariables (1.1s) PASSED integration_test_test.TestVectorOperators (1.1s) PASSED integration_test_test.TestVectorCompare (1.1s) PASSED integration_test_test.TestVectorConversion (1.0s) PASSED integration_test_test.TestTimeBuiltin (2.8s) PASSED integration_test_test.TestVectorAssignVariable (1.1s) PASSED integration_test_test.TestVectorControlFlow (1.0s) PASSED integration_test_test.TestVectorStringCompare (1.0s) PASSED integration_test_test.TestCompareBuiltin (1.3s) PASSED integration_test_test.TestVectorAggregations (1.1s) PASSED integration_test_test.TestVectorWindow (1.0s) PASSED integration_test_test.TestCastJSONTimeDuration (1.0s) PASSED integration_test_test.TestVectorSetOperation (1.0s) PASSED integration_test_test.TestVectorArithmatic (1.0s) PASSED integration_test_test.TestTimestamp (0.9s) PASSED integration_test_test.TestVectorFunctions (1.1s) PASSED integration_test_test.TestVectorMiscFunctions (1.0s) PASSED integration_test_test.TestPrimaryKeyRequiredSysvar (1.1s) PASSED integration_test_test.TestVectorSearchExtractProj (2.3s) PASSED integration_test_test.TestVectorSearchPreparedStatement (1.1s) PASSED integration_test_test.TestBuiltinFuncJSONMergePatch_InExpression (1.0s) PASSED integration_test_test.TestInfoBuiltin (1.2s) PASSED integration_test_test.TestBuiltinFuncJSONMergePatch_InColumn (1.1s) PASSED integration_test_test.TestGetLock (3.1s) PASSED integration_test_test.TestFilterExtractFromDNF (1.0s) PASSED integration_test_test.TestTiDBDecodeKeyFunc (1.2s) PASSED integration_test_test.TestEnumIndex (1.4s) PASSED integration_test_test.TestTiDBEncodeKey (1.2s) PASSED integration_test_test.TestIssue9710 (1.4s) PASSED integration_test_test.TestShardIndexOnTiFlash (1.1s) PASSED integration_test_test.TestSecurityEnhancedMode (1.0s) PASSED integration_test_test.TestExprPushdownBlacklist (1.0s) PASSED integration_test_test.TestDecodetoChunkReuse (1.2s) PASSED integration_test_test.TestIssue16697 (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_32_of_50/coverage.dat //pkg/infoschema/test/clustertablestest:clustertablestest_test PASSED in 44.8s Stats over 50 runs: max = 44.8s, min = 1.8s, avg = 5.8s, dev = 8.0s PASSED clustertablestest_test.TestStmtSummaryInternalQuery (1.2s) PASSED clustertablestest_test.TestStmtSummaryTablePrivilege (1.3s) PASSED clustertablestest_test.TestStmtSummaryTable (1.1s) PASSED clustertablestest_test.TestFormatStoreServerVersion (0.0s) PASSED clustertablestest_test.TestFormatVersion (0.0s) PASSED clustertablestest_test.TestSelectHiddenColumn (1.0s) PASSED clustertablestest_test.TestSystemSchemaID (1.0s) PASSED clustertablestest_test.TestReloadDropDatabase (1.0s) PASSED clustertablestest_test.TestTableIfHasColumn (1.0s) PASSED clustertablestest_test.TestSlowQuery (0.9s) PASSED clustertablestest_test.TestTableRowIDShardingInfo (1.1s) PASSED clustertablestest_test.TestSomeTables (0.9s) PASSED clustertablestest_test.TestInfoSchemaFieldValue (1.2s) PASSED clustertablestest_test.TestPlanCacheView (1.1s) PASSED clustertablestest_test.TestMDLViewIDConflict (9.1s) PASSED clustertablestest_test.TestUnusedIndexView (1.1s) PASSED clustertablestest_test.TestForClusterServerInfo (2.4s) PASSED clustertablestest_test.TestSimpleStmtSummaryEvictedCount (2.4s) PASSED clustertablestest_test.TestClusterIndexUsageTable (1.3s) PASSED clustertablestest_test.TestIndexUsageTable (1.2s) PASSED clustertablestest_test.TestStmtSummaryEvictedPointGet (1.2s) PASSED clustertablestest_test.TestTestDataLockWaits (1.0s) PASSED clustertablestest_test.TestCreateBindingForPrepareToken (1.0s) PASSED clustertablestest_test.TestDataLockWaitsPrivilege (1.0s) PASSED clustertablestest_test.TestServerInfoResolveLoopBackAddr (0.0s) PASSED clustertablestest_test.TestNewCreatedBindingCanWorkWithPlanCache (1.0s) PASSED clustertablestest_test.TestInfoSchemaClientErrors (0.9s) PASSED clustertablestest_test.TestSelectClusterTable (1.0s) PASSED clustertablestest_test.TestCreateBindingWithUsingKeyword (1.0s) PASSED clustertablestest_test.TestSelectClusterTablePrivilege (1.1s) PASSED clustertablestest_test.TestTiDBTrx (1.0s) PASSED clustertablestest_test.TestCreateBindingRepeatedly (1.0s) PASSED clustertablestest_test.TestCreateBindingForNotSupportedStmt (1.0s) PASSED clustertablestest_test.TestSetBindingStatusBySQLDigest (0.9s) PASSED clustertablestest_test.TestStmtSummaryEvictedCountTable (1.0s) PASSED clustertablestest_test.TestTiDBTrxSummary (2.0s) PASSED clustertablestest_test.TestBindingFromHistoryWithTiFlashBindable (1.9s) PASSED clustertablestest_test.TestAttributes (1.0s) PASSED clustertablestest_test.TestStmtSummaryIssue35340 (2.1s) PASSED clustertablestest_test.TestRepeatedBatchCreateBindingFromHistory (1.0s) PASSED clustertablestest_test.TestMemoryUsageAndOpsHistory (3.3s) PASSED clustertablestest_test.TestStmtSummaryHistoryTableWithUserTimezone (0.9s) PASSED clustertablestest_test.TestBatchCreateBindingFromHistoryAtomic (1.0s) PASSED clustertablestest_test.TestAddFieldsForBinding (0.9s) PASSED clustertablestest_test.TestStmtSummaryHistoryTable (1.0s) PASSED clustertablestest_test.TestBatchCreateBindingFromHistory (1.0s) PASSED clustertablestest_test.TestClusterInfoTime (1.0s) PASSED clustertablestest_test.TestIssue26379 (1.0s) PASSED clustertablestest_test.TestStmtSummaryResultRows (1.0s) PASSED clustertablestest_test.TestErrorCasesCreateBindingFromHistory (1.0s) PASSED clustertablestest_test.TestSlowQueryOOM (1.1s) PASSED clustertablestest_test.TestCreateBindingForPrepareFromHistory (1.0s) PASSED clustertablestest_test.TestMDLView (4.7s) PASSED clustertablestest_test.TestMDLView/add_column (1.2s) PASSED clustertablestest_test.TestMDLView/change_column_in_1_step (1.2s) PASSED clustertablestest_test.TestMDLView/err_don't_show_rollbackdone_ddl (1.1s) PASSED clustertablestest_test.TestMDLView/rename_tables (1.2s) PASSED clustertablestest_test.TestCreateBindingFromHistory (1.1s) PASSED clustertablestest_test.TestUniversalBindingFromHistory (0.0s) PASSED clustertablestest_test.TestQuickBinding (2.8s) PASSED clustertablestest_test.TestStmtSummaryShowPlanForSQL2 (0.9s) PASSED clustertablestest_test.TestStmtSummaryShowPlanForSQL (1.0s) PASSED clustertablestest_test.TestMDLViewWithNoPrivilege (41.3s) PASSED clustertablestest_test.TestMDLViewWithPrivilege (42.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_15_of_50/coverage.dat //pkg/lightning/backend/external:external_test PASSED in 12.1s Stats over 50 runs: max = 12.1s, min = 1.3s, avg = 2.3s, dev = 2.0s PASSED external.TestGeneralProperties (0.0s) PASSED external.TestCompareWriter (0.0s) PASSED external.TestOnlyOneGroup (0.0s) PASSED external.TestCompareReaderEvenlyDistributedContent (0.0s) PASSED external.TestSortedData (0.0s) PASSED external.TestRangeSplitterStrictCase (0.0s) PASSED external.TestReadFileConcurrently (0.0s) PASSED external.TestExactlyKeyNum (0.0s) PASSED external.TestReadFileSequential (0.0s) PASSED external.TestGlobalSortLocalWithMergeV2 (0.5s) PASSED external.Test3KFilesRangeSplitter (0.0s) PASSED external.TestReadMergeIterCheckHotspot (0.0s) PASSED external.TestCalRangeSize (0.0s) PASSED external.TestCalRangeSize/0-0 (0.0s) PASSED external.TestCalRangeSize/0-1 (0.0s) PASSED external.TestCalRangeSize/0-2 (0.0s) PASSED external.TestCalRangeSize/0-3 (0.0s) PASSED external.TestCalRangeSize/1-0 (0.0s) PASSED external.TestCalRangeSize/1-1 (0.0s) PASSED external.TestCalRangeSize/1-2 (0.0s) PASSED external.TestCalRangeSize/1-3 (0.0s) PASSED external.TestReadMergeIterWithoutCheckHotspot (0.0s) PASSED external.TestMergeBench (0.0s) PASSED external.TestSeekPropsOffsets (0.0s) PASSED external.TestCleanUpFiles (0.0s) PASSED external.TestReadAllData (0.0s) PASSED external.TestGetAllFileNames (0.0s) PASSED external.TestReadAllDataLargeFiles (0.0s) PASSED external.TestByteReader (0.0s) PASSED external.TestGetMaxOverlapping (0.0s) PASSED external.TestGlobalSortLocalWithMerge (0.4s) PASSED external.TestByteReaderAuxBuf (0.0s) PASSED external.TestSortedKVMeta (0.0s) PASSED external.TestKeyMinMax (0.0s) PASSED external.TestUnexpectedEOF (0.0s) PASSED external.TestEmptyContent (0.0s) PASSED external.TestMarshalFields (0.0s) PASSED external.TestMarshalFields/- (0.0s) PASSED external.TestMarshalFields/embed (0.0s) PASSED external.TestMarshalFields/inline (0.0s) PASSED external.TestMarshalFields/int (0.0s) PASSED external.TestMarshalFields/nested (0.0s) PASSED external.TestMarshalFields/non-public (0.0s) PASSED external.TestMarshalFields/omitempty (0.0s) PASSED external.TestMarshalFields/rename (0.0s) PASSED external.TestMarshalFields/slice (0.0s) PASSED external.TestPropertyLengthExceptKeys (0.0s) PASSED external.TestWriter (0.0s) PASSED external.TestExternalMetaPath (0.0s) PASSED external.TestRangePropertyCodec (0.0s) PASSED external.TestGlobalSortLocalBasic (0.5s) PASSED external.TestConcurrentRead (0.0s) PASSED external.TestWriterFlushMultiFileNames (0.0s) PASSED external.TestMultiFileStat (0.0s) PASSED external.TestSplit (0.0s) PASSED external.TestGetAdjustedConcurrency (0.0s) PASSED external.TestMultiFileStatOverlap (0.0s) PASSED external.TestMemoryIngestData (0.0s) PASSED external.TestWriterDuplicateDetect (0.0s) PASSED external.TestReadLargeFile (0.5s) PASSED external.TestTryDecodeEndKey (0.0s) PASSED external.TestWriterMultiFileStat (0.0s) PASSED external.TestGetRegionSplitKeys (0.0s) PASSED external.TestWriterSort (0.0s) PASSED external.TestKVReadWrite (0.0s) PASSED external.TestAddKeyValueMaintainRangeProperty (0.0s) PASSED external.TestFlushKVsRetry (0.0s) PASSED external.TestMergeKVIter (0.0s) PASSED external.TestReadAllOneFile (0.1s) PASSED external.TestReadWriteJSON (0.0s) PASSED external.TestSwitchMode (5.8s) PASSED external.TestOneUpstream (0.0s) PASSED external.TestAllEmpty (0.0s) PASSED external.TestCorruptContent (0.0s) PASSED external.TestReadAfterCloseConnReader (0.0s) PASSED external.TestHotspot (0.0s) PASSED external.TestReadAllDataBasic (0.2s) PASSED external.TestLimitSizeMergeIter (0.0s) PASSED external.TestLimitSizeMergeIterDiffWeight (0.0s) PASSED external.TestEmptyBaseReader4LimitSizeMergeIter (0.0s) PASSED external.TestCloseLimitSizeMergeIterHalfway (0.0s) PASSED external.TestOnefilePropOffset (0.0s) PASSED external.TestSplitDataFiles (0.0s) PASSED external.TestSplitDataFiles/case-0 (0.0s) PASSED external.TestSplitDataFiles/case-1 (0.0s) PASSED external.TestSplitDataFiles/case-10 (0.0s) PASSED external.TestSplitDataFiles/case-11 (0.0s) PASSED external.TestSplitDataFiles/case-2 (0.0s) PASSED external.TestSplitDataFiles/case-3 (0.0s) PASSED external.TestSplitDataFiles/case-4 (0.0s) PASSED external.TestSplitDataFiles/case-5 (0.0s) PASSED external.TestSplitDataFiles/case-6 (0.0s) PASSED external.TestSplitDataFiles/case-7 (0.0s) PASSED external.TestSplitDataFiles/case-8 (0.0s) PASSED external.TestSplitDataFiles/case-9 (0.0s) PASSED external.TestOnefileWriterBasic (0.0s) PASSED external.TestOnefileWriterStat (0.3s) PASSED external.TestMemoryUsageWhenHotspotChange (3.8s) PASSED external.TestOnefileWriterManyRows (0.9s) PASSED external.TestMergePropBaseIter (4.0s) PASSED external.TestMergeIterSwitchMode (8.2s) PASSED external.TestMergeOverlappingFilesInternal (10.8s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_41_of_50/coverage.dat //pkg/lightning/backend/local:local_test PASSED in 29.1s Stats over 50 runs: max = 29.1s, min = 6.0s, avg = 7.6s, dev = 3.4s PASSED local.TestCheckDiskAvail (0.0s) PASSED local.TestExternalEngine (0.1s) PASSED local.TestDoChecksum (0.0s) PASSED local.TestTotalMemoryConsume (0.0s) PASSED local.TestWorkerFailedWhenGeneratingJobs (5.0s) PASSED local.TestDoChecksumParallel (0.1s) PASSED local.TestStoreWriteLimiter (3.2s) PASSED local.TestCtxCancelIsIgnored (2.0s) PASSED local.TestIncreaseGCLifeTimeFail (0.0s) PASSED local.TestTuneStoreWriteLimiter (4.0s) PASSED local.TestRegionJobResetRetryCounter (1.0s) PASSED local.TestDoImport (1.0s) PASSED local.TestSplitRangeAgain4BigRegionExternalEngine (0.0s) PASSED local.TestSplitRangeAgain4BigRegion (0.0s) PASSED local.TestDoChecksumWithTikv (23.0s) PASSED local.TestIsIngestRetryable (0.0s) PASSED local.TestPartialWriteIngestBusy (0.0s) PASSED local.TestGetGCLifetime (0.0s) PASSED local.TestNewRegionJobs (0.0s) PASSED local.TestDoChecksumWithErrorAndLongOriginalLifetime (0.0s) PASSED local.TestRegionJobRetryer (3.5s) PASSED local.TestPartialWriteIngestErrorWontPanic (0.0s) PASSED local.TestSetGCLifetime (0.0s) PASSED local.TestStoreBalancerPick (0.0s) PASSED local.TestPdServiceID (0.0s) PASSED local.TestStoreBalancerNoRace (0.0s) PASSED local.TestGcTTLManagerMulti (1.0s) PASSED local.TestNewWriteRequest (0.0s) PASSED local.TestGzipCompressor (0.1s) PASSED local.TestUpdateAndGetLimiterConcurrencySafety (0.0s) PASSED local.TestCancelBalancer (0.0s) PASSED local.TestGcTTLManagerSingle (3.0s) PASSED local.TestNotLeaderErrorNeedUpdatePeers (0.0s) PASSED local.TestGzipDecompressor (0.8s) PASSED local.TestCheckDiskQuota (0.0s) PASSED local.TestBuildDupTask (0.0s) PASSED local.TestRetrieveKeyAndValueFromErrFoundDuplicateKeys (0.0s) PASSED local.TestConvertToErrFoundConflictRecordsSingleColumnsIndex (0.0s) PASSED local.TestConvertToErrFoundConflictRecordsMultipleColumnsIndex (0.0s) PASSED local.TestEngineManager (0.0s) PASSED local.TestCheckPeersBusy (1.0s) PASSED local.TestGetExternalEngineKVStatistics (0.0s) PASSED local.TestGetEngineSizeWhenImport (0.0s) PASSED local.TestIngestSSTWithClosedEngine (0.0s) PASSED local.TestGetFirstAndLastKey (0.0s) PASSED local.TestIterOutputHasUniqueMemorySpace (0.0s) PASSED local.TestCreateSSTWriterDefaultBlockSize (0.0s) PASSED local.TestLocalIsRetryableTiKVWriteError (0.0s) PASSED local.TestDupDetectIterator (0.0s) PASSED local.TestKeyAdapterEncoding (0.0s) PASSED local.TestCheckRequirementsTiFlash (0.0s) PASSED local.TestGetRegionSplitSizeKeys (0.0s) PASSED local.TestNextKey (0.0s) PASSED local.TestRangeProperties (0.1s) PASSED local.TestLocalWriteAndIngestPairsFailFast (0.0s) PASSED local.TestRangePropertiesWithPebble (0.0s) PASSED local.TestMergeSSTs (0.0s) PASSED local.TestMergeSSTsDuplicated (0.1s) PASSED local.TestEngineLocalWriter (3.0s) PASSED local.TestLocalIngestLoop (3.2s) PASSED local.TestMultiIngest (5.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_36_of_50/coverage.dat //pkg/lightning/config:config_test PASSED in 1.8s Stats over 50 runs: max = 1.8s, min = 1.2s, avg = 1.4s, dev = 0.1s PASSED config.TestGetRemove (0.0s) PASSED config.TestContextCancel (0.4s) PASSED config.TestNormalPushPop (0.4s) PASSED config.TestRedactConfig (0.0s) PASSED config.TestByteSizeTOMLDecode (0.0s) PASSED config.TestMoveFrontBack (0.0s) PASSED config.TestAdjustBlockSize (0.0s) PASSED config.TestByteSizeTOMLAndJSONEncode (0.0s) PASSED config.TestAdjustConflict (0.0s) PASSED config.TestAdjustPdAddrAndPort (0.0s) PASSED config.TestCompressionType (0.0s) PASSED config.TestStrictFormat (0.0s) PASSED config.TestCreateSeveralConfigsWithDifferentFilters (0.0s) PASSED config.TestPausePDSchedulerScope (0.0s) PASSED config.TestAdjustPdAddrAndPortViaAdvertiseAddr (0.0s) PASSED config.TestAdjustTikvImporter (0.0s) PASSED config.TestAdjustPageNotFound (0.0s) PASSED config.TestAdjustConnectRefused (0.0s) PASSED config.TestAdjustBackendNotSet (0.0s) PASSED config.TestLoadCharsetFromConfig (0.0s) PASSED config.TestAdjustInvalidBackend (0.0s) PASSED config.TestCheckAndAdjustFilePath (0.0s) PASSED config.TestAdjustFileRoutePath (0.0s) PASSED config.TestCheckpointKeepStrategy (0.0s) PASSED config.TestDecodeError (0.0s) PASSED config.TestInvalidSetting (0.0s) PASSED config.TestInvalidPDAddr (0.0s) PASSED config.TestDataCharacterSet (0.0s) PASSED config.TestAdjustWillNotContactServerIfEverythingIsDefined (0.0s) PASSED config.TestAdjustWillBatchImportRatioInvalid (0.0s) PASSED config.TestAdjustSecuritySection (0.0s) PASSED config.TestRemoveAllowAllFiles (0.0s) PASSED config.TestInvalidCSV (0.0s) PASSED config.TestInvalidTOML (0.0s) PASSED config.TestStringOrStringSlice (0.0s) PASSED config.TestAdjustMaxRecordRows (0.0s) PASSED config.TestTOMLUnusedKeys (0.0s) PASSED config.TestDurationUnmarshal (0.0s) PASSED config.TestMaxErrorUnmarshal (0.0s) PASSED config.TestDurationMarshalJSON (0.0s) PASSED config.TestAdjustConflictStrategy (0.0s) PASSED config.TestDuplicateResolutionAlgorithm (0.0s) PASSED config.TestLoadConfig (0.0s) PASSED config.TestDefaultImporterBackendValue (0.0s) PASSED config.TestDefaultTidbBackendValue (0.0s) PASSED config.TestAdjustLogicalImportPrepStmt (0.0s) PASSED config.TestDefaultCouldBeOverwritten (0.0s) PASSED config.TestLoadFromInvalidConfig (0.0s) PASSED config.TestTomlPostRestore (0.0s) PASSED config.TestAdjustDiskQuota (0.0s) PASSED config.TestCronEncodeDecode (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_33_of_50/coverage.dat //pkg/lightning/mydump:mydump_test PASSED in 2.0s Stats over 50 runs: max = 2.0s, min = 1.2s, avg = 1.6s, dev = 0.2s PASSED mydump.TestSampleFileCompressRatio (0.0s) PASSED mydump.TestExternalDataRoutes (0.0s) PASSED mydump.TestMaxScanFilesOption (0.0s) PASSED mydump.TestInputWithSpecialChars (0.0s) PASSED mydump.TestFileRouting (0.0s) PASSED mydump.TestBadRouterRule (0.0s) PASSED mydump.TestCharsetConvertor (0.0s) PASSED mydump.TestSampleParquetDataSize (0.0s) PASSED mydump.TestSampleParquetDataSize/count=0 (0.0s) PASSED mydump.TestSampleParquetDataSize/count=1000 (0.0s) PASSED mydump.TestInvalidCharReplace (0.0s) PASSED mydump.TestSetupOptions (0.0s) PASSED mydump.TestRoutesPanic (0.0s) PASSED mydump.TestParquetParser (0.1s) PASSED mydump.TestTPCH (0.0s) PASSED mydump.TestCreateTableIfNotExistsStmt (0.0s) PASSED mydump.TestRouter (0.1s) PASSED mydump.TestParquetVariousTypes (0.0s) PASSED mydump.TestTPCHMultiBytes (0.0s) PASSED mydump.TestParquetAurora (0.0s) PASSED mydump.TestRFC4180 (0.0s) PASSED mydump.TestHiveParquetParser (0.0s) PASSED mydump.TestMySQL (0.0s) PASSED mydump.TestSchemaImporterManyTables (0.3s) PASSED mydump.TestTablesWithDots (0.0s) PASSED mydump.TestCustomEscapeChar (0.0s) PASSED mydump.TestNsecOutSideRange (0.0s) PASSED mydump.TestReadRow (0.0s) PASSED mydump.TestSyntaxErrorCSV (0.0s) PASSED mydump.TestReadChunks (0.0s) PASSED mydump.TestTSV (0.0s) PASSED mydump.TestDataWithoutSchema (0.0s) PASSED mydump.TestSchemaImporter (0.0s) PASSED mydump.TestSchemaImporter/break_on_database_error (0.0s) PASSED mydump.TestSchemaImporter/create_non_exist_database (0.0s) PASSED mydump.TestSchemaImporter/database_already_exists (0.0s) PASSED mydump.TestSchemaImporter/get_existing_schema_err (0.0s) PASSED mydump.TestSchemaImporter/table:_break_on_error (0.0s) PASSED mydump.TestSchemaImporter/table:_invalid_schema_file (0.0s) PASSED mydump.TestSchemaImporter/table:_no_schema_file_for_the_table (0.0s) PASSED mydump.TestSchemaImporter/view:_fail_on_create (0.0s) PASSED mydump.TestSchemaImporter/view:_get_existing_schema_err (0.0s) PASSED mydump.TestCsvWithWhiteSpaceLine (0.0s) PASSED mydump.TestNestedRow (0.0s) PASSED mydump.TestEmpty (0.0s) PASSED mydump.TestVariousSyntax (0.0s) PASSED mydump.TestCRLF (0.0s) PASSED mydump.TestContinuation (0.0s) PASSED mydump.TestRouteWithCompressedParquet (0.0s) PASSED mydump.TestViewNoHostTable (0.0s) PASSED mydump.TestPseudoKeywords (0.0s) PASSED mydump.TestQuotedSeparator (0.0s) PASSED mydump.TestConsecutiveFields (0.0s) PASSED mydump.TestSyntaxError (0.0s) PASSED mydump.TestMoreEmptyFiles (0.0s) PASSED mydump.TestSpecialChars (0.0s) PASSED mydump.TestRouteWithPath (0.0s) PASSED mydump.TestViewNoHostDB (0.0s) PASSED mydump.TestMoreSyntaxError (0.0s) PASSED mydump.TestTooLargeRow (0.0s) PASSED mydump.TestTooLargeRow/field_is_short,_but_whole_row_too_long (0.0s) PASSED mydump.TestTooLargeRow/too_long_field (0.0s) PASSED mydump.TestContinuationCSV (0.0s) PASSED mydump.TestExportStatementNoTrailingNewLine (0.0s) PASSED mydump.TestBackslashAsSep (0.0s) PASSED mydump.TestExportStatementWithComment (0.0s) PASSED mydump.TestBackslashAsDelim (0.0s) PASSED mydump.TestExportStatementWithCommentNoTrailingNewLine (0.0s) PASSED mydump.TestExportStatementGBK (0.0s) PASSED mydump.TestReadError (0.0s) PASSED mydump.TestExportStatementGibberishError (0.0s) PASSED mydump.TestSyntaxErrorLog (0.0s) PASSED mydump.TestExportStatementHandleNonEOFError (0.0s) PASSED mydump.TestTrimLastSep (0.0s) PASSED mydump.TestDataNoHostTable (0.0s) PASSED mydump.TestRouteExpanding (0.0s) PASSED mydump.TestExportStatementCompressed (0.0s) PASSED mydump.TestTerminator (0.0s) PASSED mydump.TestReadUntilTerminator (0.0s) PASSED mydump.TestTableRegion (0.0s) PASSED mydump.TestAllocateEngineIDs (0.0s) PASSED mydump.TestNULL (0.0s) PASSED mydump.TestMakeTableRegionsSplitLargeFile (0.0s) PASSED mydump.TestStartingBy (0.0s) PASSED mydump.TestCharsetConversion (0.0s) PASSED mydump.TestCompressedMakeSourceFileRegion (0.0s) PASSED mydump.TestHeaderSchemaMatch (0.0s) PASSED mydump.TestSplitLargeFile (0.0s) PASSED mydump.TestLoader (0.0s) PASSED mydump.TestSplitLargeFileNoNewLineAtEOF (0.0s) PASSED mydump.TestEmptyDB (0.0s) PASSED mydump.TestSplitLargeFileWithCustomTerminator (0.0s) PASSED mydump.TestDataNoHostDB (0.0s) PASSED mydump.TestMultiRouteRule (0.0s) PASSED mydump.TestDuplicatedDB (0.0s) PASSED mydump.TestSplitLargeFileOnlyOneChunk (0.0s) PASSED mydump.TestSplitLargeFileSeekInsideCRLF (0.0s) PASSED mydump.TestTableNoHostDB (0.0s) PASSED mydump.TestDuplicatedTable (0.0s) PASSED mydump.TestRouteParser (0.0s) PASSED mydump.TestDefaultRouter (0.0s) PASSED mydump.TestTableInfoNotFound (0.0s) PASSED mydump.TestInvalidRouteRule (0.0s) PASSED mydump.TestTableUnexpectedError (0.0s) PASSED mydump.TestMissingTableSchema (0.0s) PASSED mydump.TestSingleRouteRule (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_36_of_50/coverage.dat //pkg/meta/model:model_test PASSED in 1.7s Stats over 50 runs: max = 1.7s, min = 0.7s, avg = 1.3s, dev = 0.3s PASSED model.TestDropSchemaArgs (0.0s) PASSED model.TestSchemaState (0.0s) PASSED model.TestCreateTableArgs (0.0s) PASSED model.TestCreateTableArgs/create_sequence (0.0s) PASSED model.TestCreateTableArgs/create_table (0.0s) PASSED model.TestCreateTableArgs/create_view (0.0s) PASSED model.TestJobEncodeV2 (0.0s) PASSED model.TestMoveColumnInfo (0.0s) PASSED model.TestTruncateTableArgs (0.0s) PASSED model.TestDefaultValue (0.0s) PASSED model.TestJobSize (0.0s) PASSED model.TestModelBasic (0.0s) PASSED model.TestTablePartitionArgs (0.0s) PASSED model.TestDropIndexArguements (0.0s) PASSED model.TestGetRebaseAutoIDArgs (0.0s) PASSED model.TestCreateSchemaArgs (0.0s) PASSED model.TestInFinalState (0.0s) PASSED model.TestGetModifyTableCommentArgs (0.0s) PASSED model.TestExchangeTablePartitionArgs (0.0s) PASSED model.TestTTLJobInterval (0.0s) PASSED model.TestState (0.0s) PASSED model.TestJobCodec (0.0s) PASSED model.TestGetAlterSequenceArgs (0.0s) PASSED model.TestRenameTableArgs (0.0s) PASSED model.TestTTLDefaultJobInterval (0.0s) PASSED model.TestLocation (0.0s) PASSED model.TestModifySchemaArgs (0.0s) PASSED model.TestString (0.0s) PASSED model.TestGetRenameTablesArgs (0.0s) PASSED model.TestDropTableArgs (0.0s) PASSED model.TestPlacementSettingsClone (0.0s) PASSED model.TestBatchCreateTableArgs (0.0s) PASSED model.TestPlacementSettingsString (0.0s) PASSED model.TestActionBDRMap (0.0s) PASSED model.TestJobClone (0.0s) PASSED model.TestGetOrDecodeArgsV2 (0.0s) PASSED model.TestMayNeedReorg (0.0s) PASSED model.TestFinishedTablePartitionArgs (0.0s) PASSED model.TestTTLInfoClone (0.0s) PASSED model.TestBackfillMetaCodec (0.0s) PASSED model.TestIsIndexPrefixCovered (0.0s) PASSED model.TestFinishedDropTableArgs (0.0s) PASSED model.TestPlacementPolicyClone (0.0s) PASSED model.TestResourceGroupArgs (0.0s) PASSED model.TestGetAlterIndexVisibilityArgs (0.0s) PASSED model.TestAlterTablePartitionArgs (0.0s) PASSED model.TestClearReorgIntermediateInfo (0.0s) PASSED model.TestGetAlterTTLInfoArgs (0.0s) PASSED model.TestAddCheckConstraintArgs (0.0s) PASSED model.TestGetRenameIndexArgs (0.0s) PASSED model.TestGetAlterTablePlacementArgs (0.0s) PASSED model.TestDropColumnArgs (0.0s) PASSED model.TestGetDropForeignKeyArgs (0.0s) PASSED model.TestRepairTableArgs (0.0s) PASSED model.TestGetAddForeignKeyArgs (0.0s) PASSED model.TestCheckConstraintArgs (0.0s) PASSED model.TestRecoverArgs (0.0s) PASSED model.TestJobStartTime (0.0s) PASSED model.TestGetShardRowIDArgs (0.0s) PASSED model.TestGetSetTiFlashReplicaArgs (0.0s) PASSED model.TestFlashbackClusterArgs (0.0s) PASSED model.TestLockTableArgs (0.0s) PASSED model.TestAddColumnArgs (0.0s) PASSED model.TestModifyColumnsArgs (0.0s) PASSED model.TestPlacementPolicyArgs (0.0s) PASSED model.TestGetUpdateTiFlashReplicaStatusArgs (0.0s) PASSED model.TestAlterTableAttributesArgs (0.0s) PASSED model.TestGetModifyTableAutoIDCacheArgs (0.0s) PASSED model.TestGetSetDefaultValueArgs (0.0s) PASSED model.TestAddIndexArgs (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_43_of_50/coverage.dat //pkg/parser:parser_test PASSED in 0.7s Stats over 50 runs: max = 0.7s, min = 0.5s, avg = 0.6s, dev = 0.0s PASSED parser.TestDigestHashNotEqForSimpleSQL (0.0s) PASSED parser.TestRestoreBinOpWithBrackets (0.0s) PASSED parser.TestUnionOrderBy (0.0s) PASSED parser.TestCharsetIntroducer (0.0s) PASSED parser.TestSQLNoCache (0.0s) PASSED parser.TestSingleChar (0.0s) PASSED parser.TestAtLeadingIdentifier (0.0s) PASSED parser.TestExplain (0.0s) PASSED parser.TestIntervalPartition (0.0s) PASSED parser.TestKeywords (0.0s) PASSED parser.TestTrafficStmt (0.0s) PASSED parser.TestWithRollup (0.0s) PASSED parser.TestDigestHashEqForSimpleSQL (0.0s) PASSED parser.TestSetOperator (0.0s) PASSED parser.TestWithoutCharsetFlags (0.0s) PASSED parser.TestCTE (0.0s) PASSED parser.TestKeywordConsistent (0.0s) PASSED parser.TestType (0.0s) PASSED parser.TestInsertStatementMemoryAllocation (0.0s) PASSED parser.TestSQLResult (0.0s) PASSED parser.TestTokenID (0.0s) PASSED parser.TestLockUnlockTables (0.0s) PASSED parser.TestParseHint (0.0s) PASSED parser.TestPlanReplayer (0.0s) PASSED parser.TestNormalizeKeepHint (0.0s) PASSED parser.TestParserErrMsg (0.0s) PASSED parser.TestPartitionKeyAlgorithm (0.0s) PASSED parser.TestCTEBindings (0.0s) PASSED parser.TestGenDigest (0.0s) PASSED parser.TestLikeEscape (0.0s) PASSED parser.TestBinding (0.0s) PASSED parser.TestScanQuotedIdent (0.0s) PASSED parser.TestVector (0.0s) PASSED parser.TestGBKEncoding (0.0s) PASSED parser.TestIndexHint (0.0s) PASSED parser.TestKeywordsLength (0.0s) PASSED parser.TestAsOfClause (0.0s) PASSED parser.TestComment (0.0s) PASSED parser.TestNormalizeRedact (0.0s) PASSED parser.TestScanStringWithNoBackslashEscapesMode (0.0s) PASSED parser.TestTimestampDiffUnit (0.0s) PASSED parser.TestPrepare (0.0s) PASSED parser.TestTTLTableOption (0.0s) PASSED parser.TestUnderscoreCS (0.0s) PASSED parser.TestCTEMerge (0.0s) PASSED parser.TestNormalize (0.0s) PASSED parser.TestPrivilege (0.0s) PASSED parser.TestHelp (0.0s) PASSED parser.TestNormalizeDigest (0.0s) PASSED parser.TestSubquery (0.0s) PASSED parser.TestGB18030Encoding (0.0s) PASSED parser.TestKeywordsSorting (0.0s) PASSED parser.TestPriority (0.0s) PASSED parser.TestDDL (0.1s) PASSED parser.TestSignedInt64OutOfRange (0.0s) PASSED parser.TestScanString (0.0s) PASSED parser.TestView (0.0s) PASSED parser.TestExecute (0.0s) PASSED parser.TestLiteralValue (0.0s) PASSED parser.TestMultiStmt (0.0s) PASSED parser.TestFuncCallExprOffset (0.0s) PASSED parser.TestIdentifier (0.0s) PASSED parser.TestFeatureIDsComment (0.0s) PASSED parser.TestParseShowOpenTables (0.0s) PASSED parser.TestComment (0.0s) PASSED parser.TestCompatTypes (0.0s) PASSED parser.TestTrace (0.0s) PASSED parser.TestAnalyze (0.0s) PASSED parser.TestInt (0.0s) PASSED parser.TestOptimizerHint (0.0s) PASSED parser.TestSQLModeANSIQuotes (0.0s) PASSED parser.TestDDLStatements (0.0s) PASSED parser.TestOptimizerHintAfterCertainKeywordOnly (0.0s) PASSED parser.TestSpecialComments (0.0s) PASSED parser.TestTablePartitionNameList (0.0s) PASSED parser.TestHighNotPrecedenceMode (0.0s) PASSED parser.TestOptimizerHints (0.0s) PASSED parser.TestGeneratedColumn (0.0s) PASSED parser.TestIllegal (0.0s) PASSED parser.TestSQLModeANSIQuotes (0.0s) PASSED parser.TestTableSample (0.0s) PASSED parser.TestDeallocate (0.0s) PASSED parser.TestIssue45898 (0.0s) PASSED parser.TestLiteral (0.0s) PASSED parser.TestEscape (0.0s) PASSED parser.TestNonTransactionalDML (0.0s) PASSED parser.TestSingleCharOther (0.0s) PASSED parser.TestFlushPrivileges (0.0s) PASSED parser.TestQuotedVariableColumnName (0.0s) PASSED parser.TestFieldText (0.0s) PASSED parser.TestSetVariable (0.0s) PASSED parser.TestSessionManage (0.0s) PASSED parser.TestSpecialComment (0.0s) PASSED parser.TestSimple (0.0s) PASSED parser.TestTablePartition (0.0s) PASSED parser.TestDMLStmt (0.1s) PASSED parser.TestWindowFunctions (0.0s) PASSED parser.TestBuiltin (0.1s) PASSED parser.TestUnderscoreCharset (0.0s) PASSED parser.TestDBAStmt (0.0s) PASSED parser.TestVisitFrameBound (0.0s) PASSED parser.TestFlushTable (0.0s) PASSED parser.TestQuotedSystemVariables (0.0s) PASSED parser.TestNotExistsSubquery (0.0s) PASSED parser.TestRecommendIndex (0.0s) PASSED parser.TestSetTransaction (0.0s) PASSED parser.TestVersionDigits (0.0s) PASSED parser.TestAdminStmt (0.0s) PASSED parser.TestWindowFunctionIdentifier (0.0s) PASSED parser.TestFeatureIDs (0.0s) PASSED parser.TestSideEffect (0.0s) PASSED parser.TestCharset (0.0s) PASSED parser.TestExpression (0.0s) PASSED parser.TestBRIE (0.0s) PASSED parser.TestHintError (0.0s) PASSED parser.TestErrorMsg (0.0s) PASSED parser.TestStatisticsOps (0.0s) PASSED parser.TestFulltextSearch (0.0s) PASSED parser.TestIdentifier (0.0s) PASSED parser.TestBuiltinFuncAsIdentifier (0.0s) PASSED parser.TestStartTransaction (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_46_of_50/coverage.dat //pkg/parser/ast:ast_test PASSED in 0.6s Stats over 50 runs: max = 0.6s, min = 0.5s, avg = 0.5s, dev = 0.0s PASSED ast.TestAssignmentRestore (0.0s) PASSED ast.TestBRIESecureText (0.0s) PASSED ast.TestCompactTableStmtRestore (0.0s) PASSED ast.TestHavingClauseRestore (0.0s) PASSED ast.TestNodeSetText (0.0s) PASSED ast.TestDDLVisitorCover (0.0s) PASSED ast.TestFrameBoundRestore (0.0s) PASSED ast.TestPlanReplayerStmtRestore (0.0s) PASSED ast.TestDDLIndexColNameRestore (0.0s) PASSED ast.TestFrameClauseRestore (0.0s) PASSED ast.TestRedactURL (0.0s) PASSED ast.TestRedactURL/#00 (0.0s) PASSED ast.TestRedactURL/: (0.0s) PASSED ast.TestRedactURL/gs://bucket/file (0.0s) PASSED ast.TestRedactURL/gs://bucket/file?access-key=123 (0.0s) PASSED ast.TestRedactURL/gs://bucket/file?secret-access-key=123 (0.0s) PASSED ast.TestRedactURL/s3://bucket/file (0.0s) PASSED ast.TestRedactURL/s3://bucket/file?access-key=123 (0.0s) PASSED ast.TestRedactURL/s3://bucket/file?access_key=123 (0.0s) PASSED ast.TestRedactURL/s3://bucket/file?other-key=123 (0.0s) PASSED ast.TestRedactURL/s3://bucket/file?secret-access-key=123 (0.0s) PASSED ast.TestRedactURL/s3://bucket/file?secret_access_key=123 (0.0s) PASSED ast.TestRedactURL/~/file (0.0s) PASSED ast.TestAddQueryWatchStmtRestore (0.0s) PASSED ast.TestDDLIndexExprRestore (0.0s) PASSED ast.TestPartitionByClauseRestore (0.0s) PASSED ast.TestDDLOnUpdateRestore (0.0s) PASSED ast.TestLoadDataRestore (0.0s) PASSED ast.TestT (0.0s) PASSED ast.TestImportIntoRestore (0.0s) PASSED ast.TestProcedureVisitorCover (0.0s) PASSED ast.TestTableToTableRestore (0.0s) PASSED ast.TestDDLOnDeleteRestore (0.0s) PASSED ast.TestRedactTrafficStmt (0.0s) PASSED ast.TestWindowSpecRestore (0.0s) PASSED ast.TestDDLIndexOption (0.0s) PASSED ast.TestImportActions (0.0s) PASSED ast.TestUnmarshalCIStr (0.0s) PASSED ast.TestDDLReferenceDefRestore (0.0s) PASSED ast.TestFulltextSearchModifier (0.0s) PASSED ast.TestProcedure (0.0s) PASSED ast.TestDDLColumnOptionRestore (0.0s) PASSED ast.TestImportIntoFromSelectInvalidStmt (0.0s) PASSED ast.TestProcedureVisitor (0.0s) PASSED ast.TestDDLConstraintRestore (0.0s) PASSED ast.TestImportIntoSecureText (0.0s) PASSED ast.TestShowCreateProcedure (0.0s) PASSED ast.TestExpresionsVisitorCover (0.0s) PASSED ast.TestGeneratedRestore (0.0s) PASSED ast.TestProcedureRestore (0.0s) PASSED ast.TestOrderByClauseRestore (0.0s) PASSED ast.TestTableOptimizerHintRestore (0.0s) PASSED ast.TestCacheable (0.0s) PASSED ast.TestDDLColumnDefRestore (0.0s) PASSED ast.TestUnaryOperationExprRestore (0.0s) PASSED ast.TestDDLDropTableStmtRestore (0.0s) PASSED ast.TestIsNullExprRestore (0.0s) PASSED ast.TestColumnPositionRestore (0.0s) PASSED ast.TestIsTruthRestore (0.0s) PASSED ast.TestAlterTableWithSpecialCommentRestore (0.0s) PASSED ast.TestCaseExpr (0.0s) PASSED ast.TestColumnNameExprRestore (0.0s) PASSED ast.TestDDLTruncateTableStmtRestore (0.0s) PASSED ast.TestUnionReadOnly (0.0s) PASSED ast.TestAdminOptimizeTableRestore (0.0s) PASSED ast.TestParenthesesExpr (0.0s) PASSED ast.TestAlterTableOptionRestore (0.0s) PASSED ast.TestBinaryOperationExpr (0.0s) PASSED ast.TestSequenceRestore (0.0s) PASSED ast.TestWhenClause (0.0s) PASSED ast.TestAdminRepairTableRestore (0.0s) PASSED ast.TestBinaryOperationExprWithFlags (0.0s) PASSED ast.TestAlterTableSpecRestore (0.0s) PASSED ast.TestBetweenExprRestore (0.0s) PASSED ast.TestAlterDatabaseRestore (0.0s) PASSED ast.TestPatternInExprRestore (0.0s) PASSED ast.TestDefaultExpr (0.0s) PASSED ast.TestDropIndexRestore (0.0s) PASSED ast.TestCreatePlacementPolicyRestore (0.0s) PASSED ast.TestPatternLikeExprRestore (0.0s) PASSED ast.TestRemovePlacementRestore (0.0s) PASSED ast.TestRowExprRestore (0.0s) PASSED ast.TestAlterPlacementPolicyRestore (0.0s) PASSED ast.TestValuesExpr (0.0s) PASSED ast.TestDropPlacementPolicyRestore (0.0s) PASSED ast.TestPatternRegexpExprRestore (0.0s) PASSED ast.TestFlashBackDatabaseRestore (0.0s) PASSED ast.TestMaxValueExprRestore (0.0s) PASSED ast.TestMatchAgainstExpr (0.0s) PASSED ast.TestResourceGroupDDLStmtRestore (0.0s) PASSED ast.TestPositionExprRestore (0.0s) PASSED ast.TestTableOptionTTLRestore (0.0s) PASSED ast.TestGroupByClauseRestore (0.0s) PASSED ast.TestSensitiveStatement (0.0s) PASSED ast.TestPresplitIndexSpecialComments (0.0s) PASSED ast.TestVariableExpr (0.0s) PASSED ast.TestExistsSubqueryExprRestore (0.0s) PASSED ast.TestTableOptionTTLRestoreWithTTLEnableOffFlag (0.0s) PASSED ast.TestDMLVisitorCover (0.0s) PASSED ast.TestHasAggFlag (0.0s) PASSED ast.TestFuncCallExprRestore (0.0s) PASSED ast.TestWildCardFieldRestore (0.0s) PASSED ast.TestAstFormat (0.0s) PASSED ast.TestTableNameIndexHintsRestore (0.0s) PASSED ast.TestFlag (0.0s) PASSED ast.TestTableNameRestore (0.0s) PASSED ast.TestConvert (0.0s) PASSED ast.TestTableSourceRestore (0.0s) PASSED ast.TestAggregateFuncExprRestore (0.0s) PASSED ast.TestFieldListRestore (0.0s) PASSED ast.TestFunctionsVisitorCover (0.0s) PASSED ast.TestLimitRestore (0.0s) PASSED ast.TestFuncCastExprRestore (0.0s) PASSED ast.TestSelectFieldRestore (0.0s) PASSED ast.TestChar (0.0s) PASSED ast.TestOnConditionRestore (0.0s) PASSED ast.TestGenericFuncRestore (0.0s) PASSED ast.TestTableRefsClauseRestore (0.0s) PASSED ast.TestJoinRestore (0.0s) PASSED ast.TestWindowFuncExprRestore (0.0s) PASSED ast.TestDeleteTableListRestore (0.0s) PASSED ast.TestMiscVisitorCover (0.0s) PASSED ast.TestByItemRestore (0.0s) PASSED ast.TestDMLVistorCover (0.0s) PASSED ast.TestDDLVisitorCoverMisc (0.0s) PASSED ast.TestDeleteTableIndexHintRestore (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_46_of_50/coverage.dat //pkg/planner/core:core_test PASSED in 27.7s Stats over 50 runs: max = 27.7s, min = 4.1s, avg = 6.9s, dev = 3.8s PASSED core.TestCheckPlanClone (0.0s) PASSED core.TestPruneUseBinarySearchSigned (0.0s) PASSED core.TestSingleRuleTraceStep (0.0s) PASSED core.TestTableScanCostWithForce (1.4s) PASSED core.TestTimeScalarFunctionPushDownResult (1.6s) PASSED core.TestAggregationInWindowFunctionPushDownToTiFlash (1.2s) PASSED core.TestCanBePrune (0.0s) PASSED core.TestCostModelTraceVer2 (1.2s) PASSED core.TestPlanCacheClone (1.8s) PASSED core.TestSysdatePushDown (1.3s) PASSED core.TestBitColumnPushDown (1.2s) PASSED core.TestCanTiFlashUseHashJoinV2 (0.0s) PASSED core.TestCostModelVer2ScanRowSize (1.1s) PASSED core.TestIssue58829 (1.1s) PASSED core.TestPartitionIntFullCover (5.2s) PASSED core.TestHandleFineGrainedShuffle (0.0s) PASSED core.TestNestedVirtualGeneratedColumnUpdate (1.2s) PASSED core.TestPartitionVarcharFullCover (3.4s) PASSED core.TestRightShiftPushDownToTiFlash (1.1s) PASSED core.TestScanOnSmallTable (1.1s) PASSED core.TestIssue36243 (1.2s) PASSED core.TestMPPJoinKeyTypeConvert (0.0s) PASSED core.TestPreparedStmtIndexLookup (1.3s) PASSED core.TestTiFlashHashAggPreAggMode (1.1s) PASSED core.TestTimeToSecPushDownToTiFlash (1.1s) PASSED core.TestIssue52472 (1.1s) PASSED core.TestMPPDecimalConvert (0.0s) PASSED core.TestNotReadOnlySQLOnTiFlash (1.2s) PASSED core.TestPlanCachePartitionDuplicates (1.3s) PASSED core.TestTrueCardCost (1.2s) PASSED core.TestCast4PartitionPruning (1.2s) PASSED core.TestFixControl33031 (1.5s) PASSED core.TestIssue54870 (1.1s) PASSED core.TestPlanCostDetail (1.3s) PASSED core.TestPruneColumnsForDelete (0.0s) PASSED core.TestIssue54213 (1.0s) PASSED core.TestNonPreparedPlanCachePartitionIndex (1.5s) PASSED core.TestNonPreparedPlanCacheable (1.0s) PASSED core.TestPartitionPruningForEQ (1.0s) PASSED core.TestRollupExpand (0.0s) PASSED core.TestBinaryPlanSwitch (3.0s) PASSED core.TestFastPointGetClone (0.0s) PASSED core.TestNumberFunctionPushDown (1.0s) PASSED core.TestPlanReplayerCaptureRecordJsonStats (1.0s) PASSED core.TestPredicatePushDown (0.0s) PASSED core.TestPruneUseBinarySearchUnSigned (0.0s) PASSED core.TestIssue15110And49616 (1.0s) PASSED core.TestIssue48257 (1.1s) PASSED core.TestIssue49166 (1.1s) PASSED core.TestPreparedPlanCachePartitionIndex (1.3s) PASSED core.TestRemoveOrderbyInSubquery (0.0s) PASSED core.TestAggPushDownEngine (1.1s) PASSED core.TestCacheable (1.2s) PASSED core.TestIssue41458 (1.2s) PASSED core.TestPreparedPlanCachePartitions (1.4s) PASSED core.TestWindowLogicalPlanAmbiguous (0.0s) PASSED core.TestIssue46556 (1.2s) PASSED core.TestIssue46760 (1.1s) PASSED core.TestIssue49736Partition (1.2s) PASSED core.TestNoneAccessPathsFoundByIsolationRead (1.1s) PASSED core.TestTraceFastPlan (0.0s) PASSED core.TestBenchDaily (0.0s) PASSED core.TestFastPathInvalidBatchPointGet (0.0s) PASSED core.TestFixControl44823 (1.2s) PASSED core.TestGetParamSQLFromASTConcurrently (0.2s) PASSED core.TestWindowRangeFramePushDownTiflash (1.1s) PASSED core.TestEncodeDecodePlan (1.2s) PASSED core.TestImplicitCastNotNullFlag (0.0s) PASSED core.TestInitLRUWithSystemVar (1.1s) PASSED core.TestPartitionRangeForExpr (0.0s) PASSED core.TestScalarFunctionPushDown (1.2s) PASSED core.TestTooLongBinaryPlan (22.0s) PASSED core.TestIssue54652 (1.1s) PASSED core.TestListPartitionRandomTransaction (1.3s) PASSED core.TestParameterize (0.0s) PASSED core.TestResolvingCorrelatedAggregate (0.0s) PASSED core.TestVirtualExprPushDown (1.1s) PASSED core.TestEliminateProjectionUnderUnion (0.0s) PASSED core.TestLongBinaryPlan (3.3s) PASSED core.TestNonPreparedPlanCachePlanString (1.1s) PASSED core.TestNormalizedDigest (1.2s) PASSED core.TestPartitionRangeOperation (0.0s) PASSED core.TestReverseUTF8PushDownToTiFlash (1.1s) PASSED core.TestBinaryPlanOfPreparedStmt (2.2s) PASSED core.TestExplainFormatHintRecoverableForTiFlashReplica (1.0s) PASSED core.TestJoinPredicatePushDown (0.0s) PASSED core.TestNonPreparedPlanCacheInformationSchema (1.1s) PASSED core.TestPartitionRangePruner2VarChar (0.0s) PASSED core.TestReversePushDownToTiFlash (1.0s) PASSED core.TestInstancePlanCacheAcrossSession (1.1s) PASSED core.TestIsIPv6ToTiFlash (1.0s) PASSED core.TestLRUPlanCacheMemoryUsage (0.0s) PASSED core.TestListPartitionView (1.2s) PASSED core.TestSimplyOuterJoinWithOnlyOuterExpr (0.0s) PASSED core.TestCopPaging (1.9s) PASSED core.TestDecodeBinaryPlan (1.2s) PASSED core.TestNonPreparedPlanTypeRandomly (1.7s) PASSED core.TestOuterWherePredicatePushDown (0.0s) PASSED core.TestPartitionRangePruner2CharWithCollation (0.0s) PASSED core.TestSpacePushDownToTiFlash (1.0s) PASSED core.TestAntiSemiJoinConstFalse (0.0s) PASSED core.TestCloneFineGrainedShuffleStreamCount (0.0s) PASSED core.TestConflictReadFromStorage (1.1s) PASSED core.TestNonPreparedPlanCacheInternalSQL (1.1s) PASSED core.TestPartitionRangeColumnsForExpr (0.0s) PASSED core.TestSkipSystemTables (0.0s) PASSED core.TestBuildFinalModeAggregation (0.0s) PASSED core.TestExplainAnalyzeDML2 (2.4s) PASSED core.TestNonPreparedPlanCacheBasically (1.2s) PASSED core.TestPartitionRangePruner2Date (0.0s) PASSED core.TestSimplifyOuterJoin (0.0s) PASSED core.TestUnnecessaryBinaryPlanInSlowLog (1.1s) PASSED core.TestConflictedJoinTypeHints (0.0s) PASSED core.TestIsIPv4ToTiFlash (1.1s) PASSED core.TestIssue38244 (0.0s) PASSED core.TestListPartitionAgg (1.4s) PASSED core.TestPlanCacheDirtyTables (1.4s) PASSED core.TestCollectPredicateColumns (0.0s) PASSED core.TestDeriveNotNullConds (0.0s) PASSED core.TestHypoIndexHint (1.2s) PASSED core.TestImportIntoBuildPlan (1.2s) PASSED core.TestIssue53872 (1.1s) PASSED core.TestPartitionRangeColumnsForExprWithSpecialCollation (0.0s) PASSED core.TestAnalyzeBuildSucc (1.0s) PASSED core.TestCollectHistNeededColumns (0.0s) PASSED core.TestColumnToProto (0.0s) PASSED core.TestExtraPKNotNullFlag (0.0s) PASSED core.TestIssue29503 (1.1s) PASSED core.TestIssue38269 (1.0s) PASSED core.TestAnalyzeSetRate (1.0s) PASSED core.TestGroupByWhenNotExistCols (0.0s) PASSED core.TestIssue31202 (1.1s) PASSED core.TestIssue38533 (1.0s) PASSED core.TestNewLineFieldsInfo (0.0s) PASSED core.TestShow (0.0s) PASSED core.TestIndexRange (1.0s) PASSED core.TestIssue37914 (0.0s) PASSED core.TestListPartitionOrderLimit (1.2s) PASSED core.TestPlanCacheForIndexJoinRangeFallback (1.1s) PASSED core.TestUpdateEQCond (0.0s) PASSED core.TestDoSubQuery (1.0s) PASSED core.TestIndexJoinAnalyzeLookUpFilters (0.0s) PASSED core.TestIssue49344 (1.0s) PASSED core.TestRewriterPool (0.0s) PASSED core.TestTablePartition (0.0s) PASSED core.TestTiFlashFineGrainedShuffleWithMaxTiFlashThreads (1.1s) PASSED core.TestDisableFold (0.0s) PASSED core.TestIndexLookupCartesianJoin (1.0s) PASSED core.TestIssue37986 (1.1s) PASSED core.TestIssue40093 (1.0s) PASSED core.TestRangeFallbackForAnalyzeLookUpFilters (0.0s) PASSED core.TestSubquery (0.0s) PASSED core.TestAggPushToCopForCachedTable (2.1s) PASSED core.TestDupRandJoinCondsPushDown (0.0s) PASSED core.TestGetPathByIndexName (0.0s) PASSED core.TestInvalidRange (1.2s) PASSED core.TestRequestTypeSupportedOff (1.1s) PASSED core.TestRowSizeInMPP (1.1s) PASSED core.TestExplainAnalyzeDMLCommit (1.7s) PASSED core.TestExtractTableList (0.0s) PASSED core.TestFastPlanContextTables (0.0s) PASSED core.TestIndexMergePathGeneration (0.0s) PASSED core.TestLRUPCSetCapacity (0.0s) PASSED core.TestPlanCacheMVIndexManually (1.3s) PASSED core.TestBetween (0.0s) PASSED core.TestDeepClone (0.0s) PASSED core.TestIssue33175 (1.2s) PASSED core.TestIssue38205 (1.1s) PASSED core.TestMPPHintsWithBinding (1.1s) PASSED core.TestPlanBuilder (0.0s) PASSED core.TestCaseWhen (0.0s) PASSED core.TestIssue49736 (1.1s) PASSED core.TestJoinHintCompatibilityWithBinding (1.0s) PASSED core.TestJoinReOrder (0.0s) PASSED core.TestRepeatPushDownToTiFlash (1.1s) PASSED core.TestTablePlansAndTablePlanInPhysicalTableReaderClone (0.0s) PASSED core.TestCast (0.0s) PASSED core.TestEagerAggregation (0.0s) PASSED core.TestIssue40224 (1.2s) PASSED core.TestIssue50235 (1.1s) PASSED core.TestJoinHintCompatibilityWithVariable (1.1s) PASSED core.TestPhysicalPlanClone (0.0s) PASSED core.TestColumnPruning (0.0s) PASSED core.TestHandleAnalyzeOptionsV1AndV2 (0.0s) PASSED core.TestHandleAnalyzeOptionsV1AndV2/Set_both_sample_num_and_sample_rate (0.0s) PASSED core.TestHandleAnalyzeOptionsV1AndV2/Too_big_CMSketchDepth_and_CMSketchWidth_option (0.0s) PASSED core.TestHandleAnalyzeOptionsV1AndV2/Too_big_NumBuckets_option (0.0s) PASSED core.TestHandleAnalyzeOptionsV1AndV2/Too_big_SampleRate_option (0.0s) PASSED core.TestHandleAnalyzeOptionsV1AndV2/Too_big_TopN_option (0.0s) PASSED core.TestHandleAnalyzeOptionsV1AndV2/Use_SampleRate_option_in_stats_version_1 (0.0s) PASSED core.TestHintAlias (1.1s) PASSED core.TestIssue36194 (1.2s) PASSED core.TestIssue40679 (1.2s) PASSED core.TestPatternIn (0.0s) PASSED core.TestAggWithJsonPushDownToTiFlash (1.2s) PASSED core.TestCompareRow (0.0s) PASSED core.TestPhysicalPlanMemoryTrace (0.0s) PASSED core.TestPlanCacheWithSubquery (1.2s) PASSED core.TestProjectionEliminator (0.0s) PASSED core.TestRequireInsertAndSelectPriv (0.0s) PASSED core.TestDAGPlanBuilderSplitAvg (1.2s) PASSED core.TestGetFormatPushDownToTiFlash (1.1s) PASSED core.TestGetFullAnalyzeColumnsInfo (0.0s) PASSED core.TestIsNull (0.0s) PASSED core.TestPlanCacheWithLimit (1.1s) PASSED core.TestSortByItemsPruning (0.0s) PASSED core.TestAnalyzeVectorIndex (1.6s) PASSED core.TestCorColRangeWithRangeMaxSize (1.1s) PASSED core.TestLRUPCDeleteAll (0.0s) PASSED core.TestPlanCacheMVIndexRandomly (2.2s) PASSED core.TestPlanStringer (1.0s) PASSED core.TestSkylinePruning (0.0s) PASSED core.TestAllocID (0.0s) PASSED core.TestAvoidColumnEvaluatorForProjBelowUnion (1.0s) PASSED core.TestBuildExpression (0.0s) PASSED core.TestHexIntOrStrPushDownToTiFlash (1.0s) PASSED core.TestPlanCacheSubquerySPMEffective (1.0s) PASSED core.TestTraffic (0.0s) PASSED core.TestBinPushDownToTiFlash (1.0s) PASSED core.TestBuildAdminAlterDDLJobPlan (0.0s) PASSED core.TestCostOverflow (0.0s) PASSED core.TestIssue42125 (0.9s) PASSED core.TestPhysicalOptimizeWithTraceEnabled (1.0s) PASSED core.TestValidate (0.0s) PASSED core.TestEltPushDownToTiFlash (1.0s) PASSED core.TestEnforcedProperty (0.0s) PASSED core.TestGetMaxWriteSpeedFromExpression (0.0s) PASSED core.TestNonPreparedPlanExplainWarning (2.0s) PASSED core.TestPhysicalOptimizerTrace (0.9s) PASSED core.TestUniqueKeyInfo (0.0s) PASSED core.TestForeignKey (1.0s) PASSED core.TestFragmentInitSingleton (0.0s) PASSED core.TestInstancePlanCacheBasic (0.0s) PASSED core.TestNonPreparedPlanCacheAutoStmtRetry (1.0s) PASSED core.TestRegexpSubstrPushDownToTiFlash (1.0s) PASSED core.TestVisitInfo (0.0s) PASSED core.TestAggPrune (0.0s) PASSED core.TestHintCannotFitProperty (0.0s) PASSED core.TestNonPreparedPlanCachePanic (0.9s) PASSED core.TestPhysicalOptimizerTraceChildrenNotDuplicated (0.9s) PASSED core.TestRegexpInstrPushDownToTiFlash (1.0s) PASSED core.TestValidator (0.9s) PASSED core.TestLRUPCDelete (0.0s) PASSED core.TestPlanCacheForIndexRangeFallback (0.9s) PASSED core.TestPlanCacheMVIndex (6.1s) PASSED core.TestRuntimeFilterGenerator (1.2s) PASSED core.TestWarningWithDisablePlanCacheStmt (1.1s) PASSED core.TestWindowParallelFunction (0.0s) PASSED core.TestCS3389 (0.0s) PASSED core.TestImportIntoCollAssignmentChecker (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-0-@a+1 (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-1-@b+@c+@1 (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-10-exists(select_1) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-11-1_in_(select_1) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-12-1_+_(select_1) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-13-@@sql_mode (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-14-@@global.sql_mode (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-15-@a:=1 (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-16-default(t.a) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-17-ROW_NUMBER()_OVER(PARTITION_BY_1) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-18-COUNT(1) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-19-grouping(1) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-2-instr(substr(concat_ws('','b','~~'),_6))_+_sysdate() (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-20-getvar(concat('a',_'b')) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-21-getvar(now()) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-22-noexist() (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-23-values(a) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-3-now()_+_interval_1_day (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-4-sysdate()_+_interval_1_month (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-5-cast('123'_as_unsigned) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-6-getvar('c') (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-7-a (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-8-a+2 (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-9-(select_1) (0.0s) PASSED core.TestIsTruth (0.0s) PASSED core.TestLeftShiftPushDownToTiFlash (1.2s) PASSED core.TestPhysicalTableScanExtractCorrelatedCols (1.1s) PASSED core.TestPlanCacheRandomCases (14.8s) PASSED core.TestCastTimeAsDurationToTiFlash (1.1s) PASSED core.TestIndexMergeWithOrderProperty (1.2s) PASSED core.TestInstancePlanCacheEvictAll (0.0s) PASSED core.TestIssue43667 (1.1s) PASSED core.TestLargeVarcharAutoConv (1.1s) PASSED core.TestTopNPushDown (0.0s) PASSED core.TestDropGlobalTempTable (1.0s) PASSED core.TestInstancePlanCacheWithMatchOpts (0.0s) PASSED core.TestIssue43667Concurrency (6.9s) PASSED core.TestPlanCacheForIntersectionIndexMerge (0.9s) PASSED core.TestRegexpReplacePushDownToTiFlash (0.9s) PASSED core.TestUnion (0.0s) PASSED core.TestHintForIntersectionIndexMerge (3.6s) PASSED core.TestInstancePlanCacheConcurrentRead (0.3s) PASSED core.TestIssue47133 (0.9s) PASSED core.TestNameResolver (0.0s) PASSED core.TestPreprocessCTE (1.0s) PASSED core.TestUnhexPushDownToTiFlash (1.1s) PASSED core.TestBuiltinFuncFlen (1.4s) PASSED core.TestDPReorderAllCartesian (0.0s) PASSED core.TestLRUPCGet (0.0s) PASSED core.TestMVIndexRandom (1.9s) PASSED core.TestPointGetWithSelectLock (1.0s) PASSED core.TestWindowFunction (0.0s) PASSED core.TestDPReorderTPCHQ5 (0.0s) PASSED core.TestIssue53505 (0.9s) PASSED core.TestLRUPCPut (0.0s) PASSED core.TestMultiMVIndexRandom (1.8s) PASSED core.TestSelectView (0.0s) PASSED core.TestTiFlashReadForWriteStmt (1.0s) PASSED core.TestCollectFilters4MVIndexMutations (1.0s) PASSED core.TestInstancePlanCacheConcurrentWriteRead (0.0s) PASSED core.TestLeastGretestStringPushDownToTiFlash (0.9s) PASSED core.TestOuterJoinEliminator (0.0s) PASSED core.TestPlanCacheBindingIgnore (1.0s) PASSED core.TestPreprocessDeleteFromWithAlias (1.1s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_29_of_50/coverage.dat //pkg/privilege/privileges:privileges_test PASSED in 7.7s Stats over 50 runs: max = 7.7s, min = 3.2s, avg = 4.4s, dev = 1.0s PASSED privileges.TestGrantCreateTmpTables (1.0s) PASSED privileges.TestCreateTmpTablesPriv (1.0s) PASSED privileges.TestLoadUserTable (1.0s) PASSED privileges.TestDashboardClientDynamicPriv (1.0s) PASSED privileges.TestGrantOptionAndRevoke (1.1s) PASSED privileges.TestGrantEvent (1.0s) PASSED privileges.TestLoadGlobalPrivTable (1.0s) PASSED privileges.TestInfoSchemaUserPrivileges (1.0s) PASSED privileges.TestLoadDBTable (1.1s) PASSED privileges.TestSkipGrantTable (1.0s) PASSED privileges.TestDynamicPrivsRegistration (1.3s) PASSED privileges.TestIssue29823 (1.0s) PASSED privileges.TestLoadTablesPrivTable (1.0s) PASSED privileges.TestSecurityEnhancedModeRestrictedUsers (1.0s) PASSED privileges.TestViewDefiner (1.1s) PASSED privileges.TestIssue37488 (1.0s) PASSED privileges.TestLoadColumnsPrivTable (1.0s) PASSED privileges.TestSecurityEnhancedModeSysVars (1.2s) PASSED privileges.TestCheckPasswordExpired (2.0s) PASSED privileges.TestLoadDefaultRoleTable (1.1s) PASSED privileges.TestSecurityEnhancedLocalBackupRestore (0.9s) PASSED privileges.TestPasswordExpireWithoutSandBoxMode (3.0s) PASSED privileges.TestPatternMatch (1.1s) PASSED privileges.TestSecurityEnhancedModeInfoschema (1.0s) PASSED privileges.TestHostMatch (1.1s) PASSED privileges.TestPasswordExpireWithSandBoxMode (3.1s) PASSED privileges.TestSecurityEnhancedModeRestrictedTables (1.1s) PASSED privileges.TestCaseInsensitive (1.0s) PASSED privileges.TestVerificationInfoWithSessionTokenPlugin (3.9s) PASSED privileges.TestLoadRoleGraph (1.1s) PASSED privileges.TestNilHandleInConnectionVerification (0.9s) PASSED privileges.TestRoleGraphBFS (1.0s) PASSED privileges.TestShowGrantsSQLMode (1.0s) PASSED privileges.TestEnsureActiveUserCoverage (1.0s) PASSED privileges.TestFindAllUserEffectiveRoles (1.1s) PASSED privileges.TestDynamicGrantOption (1.0s) PASSED privileges.TestSQLVariableAccelerateUserCreationUpdate (1.0s) PASSED privileges.TestSortUserTable (0.0s) PASSED privileges.TestAuthTokenClaims (2.0s) PASSED privileges.TestGlobalPrivValueRequireStr (0.0s) PASSED privileges.TestDBIsVisible (1.3s) PASSED privileges.TestJWKSImpl (0.0s) PASSED privileges.TestCheckDBPrivilege (1.0s) PASSED privileges.TestCheckTablePrivilege (1.0s) PASSED privileges.TestDynamicPrivs (1.1s) PASSED privileges.TestCheckViewPrivilege (1.0s) PASSED privileges.TestCheckPrivilegeWithRoles (1.0s) PASSED privileges.TestErrorMessage (1.0s) PASSED privileges.TestDropTablePrivileges (1.0s) PASSED privileges.TestUserTableConsistency (0.9s) PASSED privileges.TestAlterUserStmt (1.1s) PASSED privileges.TestShowViewPriv (1.0s) PASSED privileges.TestCheckCertBasedAuth (1.3s) PASSED privileges.TestDefaultRoles (1.0s) PASSED privileges.TestCheckAuthenticate (1.1s) PASSED privileges.TestUseDB (1.0s) PASSED privileges.TestConfigPrivilege (1.0s) PASSED privileges.TestShowCreateTable (0.9s) PASSED privileges.TestAuthHost (1.0s) PASSED privileges.TestAnalyzeTable (1.0s) PASSED privileges.TestSystemSchema (0.9s) PASSED privileges.TestPerformanceSchema (0.9s) PASSED privileges.TestAdminCommand (1.0s) PASSED privileges.TestLoadDataPrivilege (1.0s) PASSED privileges.TestMetricsSchema (3.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_32_of_50/coverage.dat //pkg/server:server_test PASSED in 28.7s Stats over 50 runs: max = 28.7s, min = 1.8s, avg = 4.5s, dev = 4.5s PASSED server.TestUptime (1.1s) PASSED server.TestSeverHealth (1.1s) PASSED server.TestGetConAttrs (1.1s) PASSED server.TestIssue46197 (1.1s) PASSED server.TestMockConn (1.0s) PASSED server.TestConvertColumnInfo (0.0s) PASSED server.TestIssue54335 (2.5s) PASSED server.TestConnAddMetrics (1.0s) PASSED server.TestCloseConn (1.0s) PASSED server.TestStats (1.0s) PASSED server.TestEmptyOrgName (1.1s) PASSED server.TestLDAPAuthSwitch (1.1s) PASSED server.TestProcessInfoForExecuteCommand (1.1s) PASSED server.TestAuthSha (1.0s) PASSED server.TestExtensionChangeUser (1.2s) PASSED server.TestOkEof (1.0s) PASSED server.TestMaxAllowedPacket (0.0s) PASSED server.TestAuthSessionTokenPlugin (1.2s) PASSED server.TestAuthPlugin2 (1.1s) PASSED server.TestChangeUserAuth (1.0s) PASSED server.TestHandleAuthPlugin (1.2s) PASSED server.TestShowErrors (1.1s) PASSED server.TestTiFlashFallback (7.1s) PASSED server.TestPrefetchPartitionTable (1.0s) PASSED server.TestPrefetchBatchPointGet (1.0s) PASSED server.TestPrefetchPointKeys4Delete (1.2s) PASSED server.TestPrefetchPointKeys4Update (1.0s) PASSED server.TestInitStatsSessionBlockGC (4.0s) PASSED server.TestParseExecArgs (0.0s) PASSED server.TestCommitWaitGroup (1.1s) PASSED server.TestShutDown (1.5s) PASSED server.TestDateTimeTypes (1.0s) PASSED server.TestRcReadCheckTSConflict (0.9s) PASSED server.TestCursorExistsFlag (0.9s) PASSED server.TestRcReadCheckTSConflictExtra (1.0s) PASSED server.TestCursorDetachMemTracker (0.9s) PASSED server.TestCursorWithParams (0.9s) PASSED server.TestUserConnectionCount (0.9s) PASSED server.TestMemoryTrackForPrepareBinaryProtocol (1.0s) PASSED server.TestCursorFetchExecuteWithOpenCursor (0.9s) PASSED server.TestCursorFetchReset (1.0s) PASSED server.TestCursorFetchSendLongData (0.9s) PASSED server.TestMemoryLeak (19.5s) PASSED server.TestParseExecArgsAndEncode (0.0s) PASSED server.TestMalformHandshakeHeader (0.0s) PASSED server.TestCursorFetchSendLongDataReset (0.9s) PASSED server.TestIssue33699 (1.0s) PASSED server.TestParseHandshakeResponse (0.0s) PASSED server.TestIssue1768 (0.0s) PASSED server.TestInitialHandshake (1.0s) PASSED server.TestDispatch (1.0s) PASSED server.TestDispatchClientProtocol41 (1.0s) PASSED server.TestConnExecutionTimeout (26.5s) PASSED server.TestQueryEndWithZero (1.0s) PASSED server.TestGetSessionVarsWaitTimeout (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_20_of_50/coverage.dat //pkg/server/tests/commontest:commontest_test PASSED in 21.8s Stats over 50 runs: max = 21.8s, min = 2.7s, avg = 4.8s, dev = 3.1s PASSED commontest_test.TestConnectionWillNotLeak (1.5s) PASSED commontest_test.TestProxyProtocolWithIpNoFallbackable (1.0s) PASSED commontest_test.TestProxyProtocolWithIpFallbackable (1.3s) PASSED commontest_test.TestTiDBIdleTransactionTimeout (2.7s) PASSED commontest_test.TestChunkReuseCorruptSysVarString (1.1s) PASSED commontest_test.TestSandBoxMode (1.1s) PASSED commontest_test.TestExtensionConnEvent (1.3s) PASSED commontest_test.TestLazyRowIterator (1.3s) PASSED commontest_test.TestPrepareCount (1.0s) PASSED commontest_test.TestRcReadCheckTS (1.0s) PASSED commontest_test.TestLocalhostClientMapping (1.1s) PASSED commontest_test.TestSQLModeIsLoadedBeforeQuery (0.9s) PASSED commontest_test.TestVectorTypeTextProtocol (1.0s) PASSED commontest_test.TestTopSQLResourceTag (1.4s) PASSED commontest_test.TestTypeAndCharsetOfSendLongData (1.0s) PASSED commontest_test.TestVectorTypeGORM (1.0s) PASSED commontest_test.TestConnectionCount (3.0s) PASSED commontest_test.TestVectorTypeBinaryProtocol (0.9s) PASSED commontest_test.TestIssue53634 (1.2s) PASSED commontest_test.TestRegression (1.2s) PASSED commontest_test.TestIssue54254 (1.0s) PASSED commontest_test.TestUint64 (1.0s) PASSED commontest_test.TestTopSQLStatementStats4 (5.1s) PASSED commontest_test.TestAuthSocket (1.0s) PASSED commontest_test.TestSpecialType (1.1s) PASSED commontest_test.TestPreparedString (1.0s) PASSED commontest_test.TestPreparedTimestamp (1.1s) PASSED commontest_test.TestTopSQLStatementStats3 (5.0s) PASSED commontest_test.TestErrorCode (1.1s) PASSED commontest_test.TestAuth (1.4s) PASSED commontest_test.TestIssues (1.0s) PASSED commontest_test.TestTopSQLStatementStats2 (2.0s) PASSED commontest_test.TestDBNameEscape (1.0s) PASSED commontest_test.TestResultFieldTableIsNull (1.1s) PASSED commontest_test.TestStatusAPI (1.0s) PASSED commontest_test.TestTopSQLStatementStats (3.0s) PASSED commontest_test.TestStatusPort (1.0s) PASSED commontest_test.TestMultiStatements (1.3s) PASSED commontest_test.TestSocket (1.1s) PASSED commontest_test.TestSocketForwarding (1.1s) PASSED commontest_test.TestSocketAndIp (1.1s) PASSED commontest_test.TestSystemTimeZone (1.0s) PASSED commontest_test.TestOnlySocket (1.1s) PASSED commontest_test.TestInternalSessionTxnStartTS (1.0s) PASSED commontest_test.TestClientWithCollation (1.0s) PASSED commontest_test.TestShowTablesFlen (1.0s) PASSED commontest_test.TestCreateTableFlen (1.0s) PASSED commontest_test.TestFieldList (1.0s) PASSED commontest_test.TestClientErrors (1.1s) PASSED commontest_test.TestInitConnect (1.1s) PASSED commontest_test.TestNullFlag (1.1s) PASSED commontest_test.TestSumAvg (1.1s) PASSED commontest_test.TestNO_DEFAULT_VALUEFlag (1.1s) PASSED commontest_test.TestPessimisticInsertSelectForUpdate (1.0s) PASSED commontest_test.TestGracefulShutdown (3.5s) PASSED commontest_test.TestTopSQLCPUProfile (12.3s) PASSED commontest_test.TestTopSQLCatchRunningSQL (18.4s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_35_of_50/coverage.dat //pkg/session:session_test PASSED in 43.5s Stats over 50 runs: max = 43.5s, min = 3.5s, avg = 9.7s, dev = 5.8s PASSED session.TestTiDBUpgradeWithDistTaskEnable (12.8s) PASSED session.TestTiDBUpgradeWithDistTaskEnable/test_disable_dist_task (6.4s) PASSED session.TestTiDBUpgradeWithDistTaskEnable/test_enable_dist_task (6.4s) PASSED session.TestTiDBUpgradeToVer209 (6.1s) PASSED session.TestTiDBUpgradeToVer179 (6.5s) PASSED session.TestWriteDDLTableVersionToMySQLTiDBWhenUpgradingTo178 (6.4s) PASSED session.TestWriteDDLTableVersionToMySQLTiDB (1.0s) PASSED session.TestTiDBUpgradeToVer177 (6.4s) PASSED session.TestTiDBUpgradeToVer176 (6.3s) PASSED session.TestTiDBUpgradeToVer170 (6.4s) PASSED session.TestTiDBUpgradeToVer145 (6.5s) PASSED session.TestTiDBPlanCacheInvalidationOnFreshStatsWhenUpgradingToVer144 (6.4s) PASSED session.TestTiDBLoadBasedReplicaReadThresholdUpgradingToVer141 (6.4s) PASSED session.TestTiDBUpgradeToVer143 (6.5s) PASSED session.TestTiDBTiDBOptTiDBOptimizerEnableNAAJWhenUpgradingToVer138 (6.5s) PASSED session.TestTiDBStatsLoadPseudoTimeoutUpgradeFrom610To650 (6.5s) PASSED session.TestTiDBNonPrepPlanCacheUpgradeFrom540To700 (6.5s) PASSED session.TestTiDBUpgradeToVer140 (12.2s) PASSED session.TestTiDBUpgradeToVer136 (6.9s) PASSED session.TestTiDBStoreBatchSizeUpgradeFrom650To660 (13.8s) PASSED session.TestTiDBGlobalVariablesDefaultValueUpgradeFrom630To660 (6.9s) PASSED session.TestTiDBServerMemoryLimitUpgradeTo651_2 (6.9s) PASSED session.TestTiDBServerMemoryLimitUpgradeTo651_1 (6.9s) PASSED session.TestTiDBGCAwareUpgradeFrom630To650 (6.9s) PASSED session.TestTiDBCostModelUpgradeFrom610To650 (13.8s) PASSED session.TestTiDBCostModelUpgradeFrom300To650 (7.3s) PASSED session.TestTiDBCostModelInNewCluster (1.2s) PASSED session.TestTiDBOptAdvancedJoinHintInNewCluster (1.2s) PASSED session.TestTiDBOptAdvancedJoinHintWhenUpgrading (6.8s) PASSED session.TestBenchDaily (0.0s) PASSED session.TestTiDBUpgradeWithDistTaskRunning (40.3s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_failed (6.6s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_other (6.7s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_paused (6.8s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_reverted (6.8s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_running (6.8s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_succeed (6.6s) PASSED session.TestTiDBOptRangeMaxSizeWhenUpgrading (6.7s) PASSED session.TestTiDBEnablePagingVariable (1.1s) PASSED session.TestBootstrap (2.2s) PASSED session.TestTiDBUpgradeToVer211 (6.4s) PASSED session.TestIndexMergeUpgradeFrom400To540Disable (7.0s) PASSED session.TestBootstrapWithError (1.3s) PASSED session.TestTiDBHistoryTableConsistent (1.2s) PASSED session.TestIndexMergeUpgradeFrom400To540Enable (7.0s) PASSED session.TestDDLTableCreateBackfillTable (1.3s) PASSED session.TestTiDBUpgradeToVer212 (6.3s) PASSED session.TestIndexMergeUpgradeFrom300To540 (7.2s) PASSED session.TestDDLTableCreateDDLNotifierTable (1.2s) PASSED session.TestIndexJoinMultiPatternByUpgrade650To840 (6.5s) PASSED session.TestIndexMergeInNewCluster (1.1s) PASSED session.TestKeyspaceEtcdNamespace (0.1s) PASSED session.TestUpgrade (7.1s) PASSED session.TestAnalyzeVersionUpgradeFrom300To500 (7.0s) PASSED session.TestReferencesPrivilegeOnColumn (1.3s) PASSED session.TestIssue17979_1 (6.8s) PASSED session.TestNullKeyspaceEtcdNamespace (0.1s) PASSED session.TestForIssue23387 (1.1s) PASSED session.TestSchemaCacheSizeVar (1.0s) PASSED session.TestGetFuncName (0.0s) PASSED session.TestGetFuncName/Another_valid_function (0.0s) PASSED session.TestGetFuncName/Nil_function (0.0s) PASSED session.TestGetFuncName/Valid_function (0.0s) PASSED session.TestIssue20900_2 (6.8s) PASSED session.TestIssue17979_2 (6.8s) PASSED session.TestTiDBUpgradeToVer240 (6.3s) PASSED session.TestANSISQLMode (1.2s) PASSED session.TestWriteClusterIDToMySQLTiDBWhenUpgradingTo242 (6.2s) PASSED session.TestBootstrapInitExpensiveQueryHandle (1.1s) PASSED session.TestGetStartMode (0.0s) PASSED session.TestSysSessionPoolGoroutineLeak (1.2s) PASSED session.TestUpgradeClusteredIndexDefaultValue (6.8s) PASSED session.TestBindInfoUniqueIndex (6.3s) PASSED session.TestOldPasswordUpgrade (0.0s) PASSED session.TestDomapHandleNil (0.0s) PASSED session.TestStmtSummary (1.2s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_13_of_50/coverage.dat //pkg/sessionctx/variable:variable_test PASSED in 6.4s Stats over 50 runs: max = 6.4s, min = 2.5s, avg = 3.7s, dev = 0.7s PASSED variable.TestTiDBDDLFlashbackConcurrency (0.0s) PASSED variable.TestValidateWithRelaxedValidation (0.0s) PASSED variable.TestDefaultPartitionPruneMode (0.0s) PASSED variable.TestSetSysVar (0.0s) PASSED variable.TestSetSystemVariable (0.0s) PASSED variable.TestSetSystemVariable/tidb_enable_row_level_checksum (0.0s) PASSED variable.TestSetSystemVariable/tidb_enable_stmt_summary (0.0s) PASSED variable.TestSetSystemVariable/tidb_mem_quota_apply_cache (0.0s) PASSED variable.TestSetSystemVariable/tidb_mem_quota_query (0.0s) PASSED variable.TestSetSystemVariable/tidb_opt_agg_push_down (0.0s) PASSED variable.TestSetSystemVariable/tidb_opt_derive_topn (0.0s) PASSED variable.TestSetSystemVariable/tidb_opt_distinct_agg_push_down (0.0s) PASSED variable.TestSetSystemVariable/time_zone (0.0s) PASSED variable.TestSetSystemVariable/tx_isolation (0.0s) PASSED variable.TestDefaultMemoryDebugModeValue (0.0s) PASSED variable.TestInstanceConfigHasMatchingSysvar (0.0s) PASSED variable.TestMockAPI (0.0s) PASSED variable.TestInstanceScope (0.0s) PASSED variable.TestRemovedOpt (0.0s) PASSED variable.TestSetTIDBDistributeReorg (0.0s) PASSED variable.TestSession (0.0s) PASSED variable.TestSetTIDBFastDDL (0.0s) PASSED variable.TestSkipSysvarCache (0.0s) PASSED variable.TestScopeToString (0.0s) PASSED variable.TestTiDBCommitterConcurrency (0.0s) PASSED variable.TestAllocMPPID (0.0s) PASSED variable.TestSetTIDBDiskQuota (0.0s) PASSED variable.TestTimeValidationWithTimezone (0.0s) PASSED variable.TestOrderByDependency (0.0s) PASSED variable.TestSlowLogFormat (0.0s) PASSED variable.TestTiDBServerMemoryLimit (0.0s) PASSED variable.TestNewSessionVars (0.0s) PASSED variable.TestTableDeltaClone (0.0s) PASSED variable.TestTiDBServerMemoryLimitSessMinSize (0.0s) PASSED variable.TestTiDBServerMemoryLimitGCTrigger (0.0s) PASSED variable.TestTransactionContextSavepoint (0.0s) PASSED variable.TestVarsutil (0.0s) PASSED variable.TestIsolationRead (0.0s) PASSED variable.TestTiDBOptOn (0.0s) PASSED variable.TestTiDBServerMemoryLimit2 (0.0s) PASSED variable.TestNonPreparedPlanCacheStmt (0.0s) PASSED variable.TestSetAggPushDownGlobally (0.0s) PASSED variable.TestValidate (0.0s) PASSED variable.TestValidate/delay_key_write (0.0s) PASSED variable.TestValidate/delay_key_write#01 (0.0s) PASSED variable.TestValidate/delay_key_write#02 (0.0s) PASSED variable.TestValidate/delay_key_write#03 (0.0s) PASSED variable.TestValidate/enforce_gtid_consistency (0.0s) PASSED variable.TestValidate/enforce_gtid_consistency#01 (0.0s) PASSED variable.TestValidate/enforce_gtid_consistency#02 (0.0s) PASSED variable.TestValidate/foreign_key_checks (0.0s) PASSED variable.TestValidate/max_sp_recursion_depth (0.0s) PASSED variable.TestValidate/myisam_use_mmap (0.0s) PASSED variable.TestValidate/myisam_use_mmap#01 (0.0s) PASSED variable.TestValidate/secure_auth (0.0s) PASSED variable.TestValidate/secure_auth#01 (0.0s) PASSED variable.TestValidate/session_track_gtids (0.0s) PASSED variable.TestValidate/session_track_gtids#01 (0.0s) PASSED variable.TestValidate/session_track_gtids#02 (0.0s) PASSED variable.TestValidate/session_track_gtids#03 (0.0s) PASSED variable.TestValidate/tidb_allow_fallback_to_tikv (0.0s) PASSED variable.TestValidate/tidb_allow_fallback_to_tikv#01 (0.0s) PASSED variable.TestValidate/tidb_allow_fallback_to_tikv#02 (0.0s) PASSED variable.TestValidate/tidb_allow_fallback_to_tikv#03 (0.0s) PASSED variable.TestValidate/tidb_allow_fallback_to_tikv#04 (0.0s) PASSED variable.TestValidate/tidb_allow_fallback_to_tikv#05 (0.0s) PASSED variable.TestValidate/tidb_auto_analyze_start_time (0.0s) PASSED variable.TestValidate/tidb_auto_analyze_start_time#01 (0.0s) PASSED variable.TestValidate/tidb_init_chunk_size (0.0s) PASSED variable.TestValidate/tidb_init_chunk_size#01 (0.0s) PASSED variable.TestValidate/tidb_isolation_read_engines (0.0s) PASSED variable.TestValidate/tidb_isolation_read_engines#01 (0.0s) PASSED variable.TestValidate/tidb_isolation_read_engines#02 (0.0s) PASSED variable.TestValidate/tidb_isolation_read_engines#03 (0.0s) PASSED variable.TestValidate/tidb_max_chunk_size (0.0s) PASSED variable.TestValidate/tidb_max_chunk_size#01 (0.0s) PASSED variable.TestValidate/tidb_opt_concurrency_factor (0.0s) PASSED variable.TestValidate/tidb_opt_concurrency_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_copcpu_factor (0.0s) PASSED variable.TestValidate/tidb_opt_copcpu_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_correlation_exp_factor (0.0s) PASSED variable.TestValidate/tidb_opt_correlation_exp_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_correlation_threshold (0.0s) PASSED variable.TestValidate/tidb_opt_correlation_threshold#01 (0.0s) PASSED variable.TestValidate/tidb_opt_cpu_factor (0.0s) PASSED variable.TestValidate/tidb_opt_cpu_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_desc_factor (0.0s) PASSED variable.TestValidate/tidb_opt_desc_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_disk_factor (0.0s) PASSED variable.TestValidate/tidb_opt_disk_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_join_reorder_threshold (0.0s) PASSED variable.TestValidate/tidb_opt_join_reorder_threshold#01 (0.0s) PASSED variable.TestValidate/tidb_opt_memory_factor (0.0s) PASSED variable.TestValidate/tidb_opt_memory_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_network_factor (0.0s) PASSED variable.TestValidate/tidb_opt_network_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_scan_factor (0.0s) PASSED variable.TestValidate/tidb_opt_scan_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_seek_factor (0.0s) PASSED variable.TestValidate/tidb_opt_seek_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_tiflash_concurrency_factor (0.0s) PASSED variable.TestValidate/tidb_replica_read (0.0s) PASSED variable.TestValidate/tidb_shard_allocate_step (0.0s) PASSED variable.TestValidate/tidb_shard_allocate_step#01 (0.0s) PASSED variable.TestValidate/tidb_shard_allocate_step#02 (0.0s) PASSED variable.TestValidate/tidb_txn_mode (0.0s) PASSED variable.TestValidate/tidb_txn_mode#01 (0.0s) PASSED variable.TestValidate/tidb_txn_mode#02 (0.0s) PASSED variable.TestValidate/tidb_txn_mode#03 (0.0s) PASSED variable.TestValidate/tx_isolation (0.0s) PASSED variable.TestConcurrencyVariables (0.0s) PASSED variable.TestGetReuseChunk (0.0s) PASSED variable.TestSetJobScheduleWindow (0.0s) PASSED variable.TestSkipInitIsUsed (0.0s) PASSED variable.TestTiDBQueryLogMaxLen (0.0s) PASSED variable.TestSessionStatesSystemVar (0.0s) PASSED variable.TestSetStatus (0.0s) PASSED variable.TestTiDBEnableResourceControl (0.0s) PASSED variable.TestHookContext (0.9s) PASSED variable.TestSetDeriveTopNGlobally (0.0s) PASSED variable.TestValidateStmtSummary (0.0s) PASSED variable.TestValidateStmtSummary/tidb_enable_stmt_summary (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_history_size (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_history_size#01 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_history_size#02 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_history_size#03 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_internal_query (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_sql_length (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_sql_length#01 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_sql_length#02 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_sql_length#03 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_stmt_count (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_stmt_count#01 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_stmt_count#02 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_refresh_interval (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_refresh_interval#01 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_refresh_interval#02 (0.0s) PASSED variable.TestOnOffHelpers (0.0s) PASSED variable.TestRowIDShardGenerator (0.0s) PASSED variable.TestTiDBResourceControlStrictMode (0.0s) PASSED variable.TestSQLSelectLimit (0.0s) PASSED variable.TestTiDBTiFlashReplicaRead (0.0s) PASSED variable.TestHelperFuncs (0.0s) PASSED variable.TestTiDBIgnoreInlistPlanDigest (0.0s) PASSED variable.TestUserVarConcurrently (1.0s) PASSED variable.TestAssertionLevel (0.0s) PASSED variable.TestTiDBEnableRowLevelChecksum (0.0s) PASSED variable.TestUserVars (0.0s) PASSED variable.TestStatusVar (0.0s) PASSED variable.TestTiDBAutoAnalyzeRatio (0.0s) PASSED variable.TestTiDBOptTxnAutoRetry (0.0s) PASSED variable.TestTiFlashMaxBytes (0.0s) PASSED variable.TestCollationServer (0.0s) PASSED variable.TestEnableWindowFunction (0.0s) PASSED variable.TestTiDBSchemaCacheSize (0.0s) PASSED variable.TestTiFlashQuerySpillRatio (0.0s) PASSED variable.TestGlobalSystemVariableInitialValue (0.0s) PASSED variable.TestMaxExecutionTime (0.0s) PASSED variable.TestTiDBAutoAnalyzeConcurrencyValidation (0.0s) PASSED variable.TestTiDBAutoAnalyzeConcurrencyValidation/Auto_analyze_disabled (0.0s) PASSED variable.TestTiDBAutoAnalyzeConcurrencyValidation/Auto_analyze_priority_queue_disabled (0.0s) PASSED variable.TestTiDBAutoAnalyzeConcurrencyValidation/Both_disabled (0.0s) PASSED variable.TestTiDBAutoAnalyzeConcurrencyValidation/Both_enabled,_valid_input (0.0s) PASSED variable.TestTimeZone (0.0s) PASSED variable.TestTiDBCircuitBreakerPDMetadataErrorRateThresholdPct (0.0s) PASSED variable.TestTiFlashHashJoinVersion (0.0s) PASSED variable.TestTiDBLowResTSOUpdateInterval (0.0s) PASSED variable.TestTiFlashMemQuotaQueryPerNode (0.0s) PASSED variable.TestSysVar (0.0s) PASSED variable.TestTxnIsolation (0.0s) PASSED variable.TestDefaultCollationForUTF8MB4 (0.0s) PASSED variable.TestTiDBHashJoinVersion (0.0s) PASSED variable.TestSessionGetterFuncs (0.0s) PASSED variable.TestUintValidation (0.0s) PASSED variable.TestSettersandGetters (0.0s) PASSED variable.TestTiDBMemQuotaQuery (0.0s) PASSED variable.TestFloatValidation (0.0s) PASSED variable.TestTiDBReplicaRead (0.0s) PASSED variable.TestSQLModeVar (0.0s) PASSED variable.TestSetTiDBCloudStorageURI (2.0s) PASSED variable.TestDurationValidation (0.0s) PASSED variable.TestSecureAuth (0.0s) PASSED variable.TestDeprecation (0.0s) PASSED variable.TestLcTimeNamesReadOnly (0.0s) PASSED variable.TestLastInsertID (0.0s) PASSED variable.TestTimeValidation (0.0s) PASSED variable.TestLcMessages (0.0s) PASSED variable.TestScope (0.0s) PASSED variable.TestError (0.0s) PASSED variable.TestTiDBMultiStatementMode (0.0s) PASSED variable.TestDefaultCharsetAndCollation (0.0s) PASSED variable.TestIsNoop (0.0s) PASSED variable.TestReadOnlyNoop (0.0s) PASSED variable.TestRegistrationOfNewSysVar (0.0s) PASSED variable.TestIdentity (0.0s) PASSED variable.TestSynonyms (0.0s) PASSED variable.TestEnumValidation (0.0s) PASSED variable.TestInstanceScopedVars (0.0s) PASSED variable.TestSysVarNameIsLowerCase (0.0s) PASSED variable.TestTiDBBatchPendingTiFlashCount (0.0s) PASSED variable.TestGetNativeValType (0.0s) PASSED variable.TestTimestamp (0.0s) PASSED variable.TestBoolValidation (0.0s) PASSED variable.TestSQLAutoIsNull (0.0s) PASSED variable.TestIntValidation (0.0s) PASSED variable.TestSkipInit (0.0s) PASSED variable.TestDefaultValuesAreSettable (0.0s) PASSED variable.TestIndexMergeSwitcher (0.0s) PASSED variable.TestBuiltInCase (0.0s) PASSED variable.TestDDLWorkers (0.0s) PASSED variable.TestLimitBetweenVariable (0.0s) PASSED variable.TestNetBufferLength (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_45_of_50/coverage.dat //pkg/statistics/handle/autoanalyze/priorityqueue:priorityqueue_test PASSED in 5.2s Stats over 50 runs: max = 5.2s, min = 1.7s, avg = 3.3s, dev = 0.8s PASSED priorityqueue.TestAddIndexTriggerAutoAnalyzeWithStatsVersion1 (1.7s) PASSED priorityqueue.TestVectorIndexTriggerAutoAnalyze (2.0s) PASSED priorityqueue.TestDropSchemaEventWithStaticPartition (1.0s) PASSED priorityqueue.TestDropSchemaEventWithDynamicPartition (1.1s) PASSED priorityqueue.TestRemovePartitioning (1.1s) PASSED priorityqueue.TestAlterTablePartitioning (1.1s) PASSED priorityqueue.TestReorganizeTablePartition (1.2s) PASSED priorityqueue.TestExchangeTablePartition (1.1s) PASSED priorityqueue.TestDropTablePartition (1.1s) PASSED priorityqueue.TestTruncateTablePartition (1.1s) PASSED priorityqueue.TestDropPartitionedTableWithDynamicPartition (1.2s) PASSED priorityqueue.TestDropPartitionedTableWithStaticPartition (1.1s) PASSED priorityqueue.TestDropTable (1.0s) PASSED priorityqueue.TestTruncatePartitionedTableWithDynamicPartition (1.2s) PASSED priorityqueue.TestTruncatePartitionedTableWithStaticPartition (1.1s) PASSED priorityqueue.TestTruncateTable (1.0s) PASSED priorityqueue.TestHandleDDLEventsWithRunningJobs (1.1s) PASSED priorityqueue.TestValidateAndPrepareWhenOnlyHasFailedAnalysisRecords (1.0s) PASSED priorityqueue.TestNonPartitionedTableValidateAndPrepare (1.0s) PASSED priorityqueue.TestAnalyzeNonPartitionedIndexes (1.0s) PASSED priorityqueue.TestAnalyzeNonPartitionedTable (1.0s) PASSED priorityqueue.TestGenSQLForNonPartitionedTableIndex (0.0s) PASSED priorityqueue.TestGenSQLForNonPartitionedTable (0.0s) PASSED priorityqueue.TestIsDynamicPartitionedTableAnalysisJob (0.0s) PASSED priorityqueue.TestIsDynamicPartitionedTableAnalysisJob/dynamic_partitioned_table (0.0s) PASSED priorityqueue.TestIsDynamicPartitionedTableAnalysisJob/non-partitioned_table (0.0s) PASSED priorityqueue.TestStringer (0.0s) PASSED priorityqueue.TestStringer/analyze_dynamic_partition (0.0s) PASSED priorityqueue.TestStringer/analyze_dynamic_partition's_indexes (0.0s) PASSED priorityqueue.TestStringer/analyze_non-partitioned_table (0.0s) PASSED priorityqueue.TestStringer/analyze_non-partitioned_table_index (0.0s) PASSED priorityqueue.TestStringer/analyze_static_partition (0.0s) PASSED priorityqueue.TestStringer/analyze_static_partition's_index (0.0s) PASSED priorityqueue.TestGetLastFailedAnalysisDuration (0.9s) PASSED priorityqueue.TestGetAverageAnalysisDuration (1.0s) PASSED priorityqueue.TestHeap_Len (0.0s) PASSED priorityqueue.TestHeap_IsEmpty (0.0s) PASSED priorityqueue.TestHeap_Peek (0.0s) PASSED priorityqueue.TestHeap_ListKeys (0.0s) PASSED priorityqueue.TestHeap_List (0.0s) PASSED priorityqueue.TestHeap_GetByKey (0.0s) PASSED priorityqueue.TestHeap_Get (0.0s) PASSED priorityqueue.TestStaticPartitionedTableValidateAndPrepare (1.1s) PASSED priorityqueue.TestAnalyzeStaticPartitionedTableIndexes (1.1s) PASSED priorityqueue.TestHeap_Update (0.0s) PASSED priorityqueue.TestAnalyzeStaticPartitionedTable (1.1s) PASSED priorityqueue.TestHeap_Delete (0.0s) PASSED priorityqueue.TestGenSQLForAnalyzeStaticPartitionedTableIndex (0.0s) PASSED priorityqueue.TestHeapEmptyPop (0.0s) PASSED priorityqueue.TestGenSQLForAnalyzeStaticPartitionedTable (0.0s) PASSED priorityqueue.TestHeap_AddOrUpdate (0.0s) PASSED priorityqueue.TestPQHandlesTableDeletionGracefully (1.0s) PASSED priorityqueue.TestPerformanceOfValidateAndPrepare (1.0s) PASSED priorityqueue.TestPQCanBeClosedAndReInitialized (1.0s) PASSED priorityqueue.TestValidateAndPrepareForDynamicPartitionedTable (1.0s) PASSED priorityqueue.TestAnalyzeDynamicPartitionedTableIndexes (1.0s) PASSED priorityqueue.TestProcessDMLChangesWithLockedPartitionsAndStaticPruneMode (1.0s) PASSED priorityqueue.TestAnalyzeDynamicPartitionedTable (1.0s) PASSED priorityqueue.TestProcessDMLChangesWithLockedPartitionsAndDynamicPruneMode (1.0s) PASSED priorityqueue.TestGetSpecialEvent (0.0s) PASSED priorityqueue.TestProcessDMLChangesWithLockedTables (1.0s) PASSED priorityqueue.TestCalculateWeight (0.0s) PASSED priorityqueue.TestRequeueMustRetryJobs (1.0s) PASSED priorityqueue.TestAutoAnalysisTimeWindow (0.0s) PASSED priorityqueue.TestAutoAnalysisTimeWindow/Empty_time_window (0.0s) PASSED priorityqueue.TestAutoAnalysisTimeWindow/Outside_time_window (0.0s) PASSED priorityqueue.TestAutoAnalysisTimeWindow/Within_time_window (0.0s) PASSED priorityqueue.TestProcessDMLChangesWithRunningJobs (1.0s) PASSED priorityqueue.TestCheckNewlyAddedIndexesNeedAnalyzeForPartitionedTable (0.0s) PASSED priorityqueue.TestProcessDMLChangesPartitioned (1.2s) PASSED priorityqueue.TestCalculateIndicatorsForPartitions (0.0s) PASSED priorityqueue.TestCalculateIndicatorsForPartitions/No_partition_meets_the_threshold (0.0s) PASSED priorityqueue.TestCalculateIndicatorsForPartitions/Test_Table_analyzed_and_only_one_partition_meets_the_threshold (0.0s) PASSED priorityqueue.TestCalculateIndicatorsForPartitions/Test_Table_not_analyzed (0.0s) PASSED priorityqueue.TestProcessDMLChanges (1.1s) PASSED priorityqueue.TestCheckIndexesNeedAnalyze (0.0s) PASSED priorityqueue.TestCheckIndexesNeedAnalyze/Test_Index_not_analyzed (0.0s) PASSED priorityqueue.TestCheckIndexesNeedAnalyze/Test_Table_not_analyzed (0.0s) PASSED priorityqueue.TestRefreshLastAnalysisDuration (1.2s) PASSED priorityqueue.TestAnalysisPriorityQueue (1.0s) PASSED priorityqueue.TestAnalysisPriorityQueue/Initialize (0.0s) PASSED priorityqueue.TestAnalysisPriorityQueue/IsEmpty_And_Pop (0.0s) PASSED priorityqueue.TestGetTableLastAnalyzeDuration (0.0s) PASSED priorityqueue.TestGetTableLastAnalyzeDuration/Analyzed_table (0.0s) PASSED priorityqueue.TestGetTableLastAnalyzeDuration/Unanalyzed_table (0.0s) PASSED priorityqueue.TestCalculateChangePercentage (0.0s) PASSED priorityqueue.TestCalculateChangePercentage/Analyzed_table_with_change_percentage_above_threshold (0.0s) PASSED priorityqueue.TestCalculateChangePercentage/Analyzed_table_with_change_percentage_below_threshold (0.0s) PASSED priorityqueue.TestCalculateChangePercentage/Auto_analyze_ratio_set_to_0 (0.0s) PASSED priorityqueue.TestCalculateChangePercentage/Unanalyzed_table (0.0s) PASSED priorityqueue.TestCallAPIBeforeInitialize (0.9s) PASSED priorityqueue.TestCallAPIBeforeInitialize/GetAllJobs (0.0s) PASSED priorityqueue.TestCallAPIBeforeInitialize/IsEmpty (0.0s) PASSED priorityqueue.TestCallAPIBeforeInitialize/Peek (0.0s) PASSED priorityqueue.TestCallAPIBeforeInitialize/Pop (0.0s) PASSED priorityqueue.TestCallAPIBeforeInitialize/Push (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_1_of_50/coverage.dat //pkg/ttl/ttlworker:ttlworker_test PASSED in 92.5s Stats over 50 runs: max = 92.5s, min = 6.5s, avg = 25.6s, dev = 16.4s PASSED ttlworker.TestParallelLockNewTask (24.4s) PASSED ttlworker.TestValidateTTLWork (0.0s) PASSED ttlworker.TestExecuteSQLWithCheck (0.0s) PASSED ttlworker.TestParallelSchedule (23.7s) PASSED ttlworker.TestTTLDelRetryBuffer (0.0s) PASSED ttlworker.TestTTLDeleteTaskDoDelete (0.0s) PASSED ttlworker.TestTaskScheduleExpireHeartBeat (21.5s) PASSED ttlworker.TestNewScanSession (20.5s) PASSED ttlworker.TestNewScanSession/test_err_in_SQL:_ (0.0s) PASSED ttlworker.TestNewScanSession/test_err_in_SQL:_set_@@tidb_distsql_scan_concurrency=1 (0.0s) PASSED ttlworker.TestNewScanSession/test_err_in_SQL:_set_@@tidb_enable_paging=OFF (0.0s) PASSED ttlworker.TestTTLDeleteRateLimiter (0.0s) PASSED ttlworker.TestTaskMetrics (20.5s) PASSED ttlworker.TestRescheduleWithError (20.0s) PASSED ttlworker.TestTTLDeleteTaskWorker (0.0s) PASSED ttlworker.TestGetSessionWithFault (20.1s) PASSED ttlworker.TestScanTaskCancelStmt (0.0s) PASSED ttlworker.TestScanTaskCheck (0.0s) PASSED ttlworker.TestDelRateLimiterConcurrency (0.0s) PASSED ttlworker.TestTTLRunningTasksLimitation (22.9s) PASSED ttlworker.TestScanTaskDoScan (0.0s) PASSED ttlworker.TestScanResultWhenWorkerStop (0.0s) PASSED ttlworker.TestScanWorkerScheduleWithFailedTask (0.0s) PASSED ttlworker.TestGetSession (19.9s) PASSED ttlworker.TestMeetTTLRunningTasks (20.1s) PASSED ttlworker.TestScanWorkerSchedule (0.0s) PASSED ttlworker.TestParallelLockNewJob (20.2s) PASSED ttlworker.TestShrinkScanWorkerAndResignOwner (21.4s) PASSED ttlworker.TestFinishJob (19.0s) PASSED ttlworker.TestTaskCancelledAfterHeartbeatTimeout (19.1s) PASSED ttlworker.TestResizeWorkers (0.0s) PASSED ttlworker.TestTriggerTTLJob (21.0s) PASSED ttlworker.TestHeartBeatErrorNotBlockOthers (20.1s) PASSED ttlworker.TestTTLAutoAnalyze (21.9s) PASSED ttlworker.TestCancelWhileScan (86.0s) PASSED ttlworker.TestTTLDeleteWithTimeZoneChange (22.2s) PASSED ttlworker.TestTaskFinishedCondition (0.0s) PASSED ttlworker.TestSplitCnt (0.0s) PASSED ttlworker.TestGetMaxRunningTasksLimit (0.0s) PASSED ttlworker.TestTTLJobDisable (21.4s) PASSED ttlworker.TestLocalJobs (0.0s) PASSED ttlworker.TestLockTable (0.0s) PASSED ttlworker.TestLockTable/heartbeat_timeout_job_but_create (0.0s) PASSED ttlworker.TestLockTable/heartbeat_timeout_job_but_create_with_check_interval (0.0s) PASSED ttlworker.TestLockTable/heartbeat_timeout_job_for_lock (0.0s) PASSED ttlworker.TestLockTable/normal_lock_table_for_create (0.0s) PASSED ttlworker.TestLockTable/normal_lock_table_for_create_and_check_interval (0.0s) PASSED ttlworker.TestLockTable/normal_lock_table_for_exist_job (0.0s) PASSED ttlworker.TestLockTable/return_error (0.0s) PASSED ttlworker.TestLockTable/running_job_but_create (0.0s) PASSED ttlworker.TestLockTable/running_job_but_create_and_check_interval (0.0s) PASSED ttlworker.TestLockTable/running_job_but_lock_for_exist_job (0.0s) PASSED ttlworker.TestLockTable/select_nothing_for_create (0.0s) PASSED ttlworker.TestLockTable/select_nothing_for_create_and_check_interval (0.0s) PASSED ttlworker.TestLockTable/select_nothing_for_exist_job (0.0s) PASSED ttlworker.TestOnTimerTick (0.0s) PASSED ttlworker.TestReadyForLockHBTimeoutJobTables (0.0s) PASSED ttlworker.TestReadyForLockHBTimeoutJobTables/current_job_not_empty (0.0s) PASSED ttlworker.TestReadyForLockHBTimeoutJobTables/hb_time_expired (0.0s) PASSED ttlworker.TestReadyForLockHBTimeoutJobTables/last_start_time_expired (0.0s) PASSED ttlworker.TestReadyForLockHBTimeoutJobTables/last_start_time_far_enough_for_24h (0.0s) PASSED ttlworker.TestReadyForLockHBTimeoutJobTables/last_start_time_too_near (0.0s) PASSED ttlworker.TestReadyForLockHBTimeoutJobTables/last_start_time_too_near_for_24h (0.0s) PASSED ttlworker.TestReadyForLockHBTimeoutJobTables/newly_created (0.0s) PASSED ttlworker.TestReadyForLockHBTimeoutJobTables/proper_subset (0.0s) PASSED ttlworker.TestSubmitJob (20.5s) PASSED ttlworker.TestTTLManualTriggerOneTimer (22.1s) PASSED ttlworker.TestRescheduleJobs (20.7s) PASSED ttlworker.TestTTLTimerSync (31.2s) PASSED ttlworker.TestIterationOfRunningJob (33.3s) PASSED ttlworker.TestRescheduleJobsAfterTableDropped (22.2s) PASSED ttlworker.TestTTLTimerHookPrepare (0.0s) PASSED ttlworker.TestJobTimeout (20.4s) PASSED ttlworker.TestTTLTimerHookOnEvent (0.2s) PASSED ttlworker.TestTimerJobAfterDropTable (21.0s) PASSED ttlworker.TestJobManagerWithFault (0.0s) PASSED ttlworker.TestTriggerScanTask (20.5s) PASSED ttlworker.TestWaitTTLJobFinish (0.1s) PASSED ttlworker.TestGCScanTasks (19.3s) PASSED ttlworker.TestTTLTimerRuntime (0.0s) PASSED ttlworker.TestJobHeartBeatFailNotBlockOthers (20.9s) PASSED ttlworker.TestGCTableStatus (19.8s) PASSED ttlworker.TestGetTTLSchedulePolicy (0.0s) PASSED ttlworker.TestGCTTLHistory (20.1s) PASSED ttlworker.TestJobMetrics (20.5s) PASSED ttlworker.TestDisableTTLAfterLoseHeartbeat (22.0s) PASSED ttlworker.TestDisableTTLAfterLoseHeartbeat/disable_TTL_for_a_table_after_losing_heartbeat (0.7s) PASSED ttlworker.TestDisableTTLAfterLoseHeartbeat/disable_TTL_globally_after_losing_heartbeat (0.3s) PASSED ttlworker.TestDisableTTLAfterLoseHeartbeat/drop_a_TTL_table_after_losing_heartbeat (0.8s) PASSED ttlworker.TestDelayMetrics (21.3s) PASSED ttlworker.TestManagerJobAdapterSubmitJob (0.1s) PASSED ttlworker.TestManagerJobAdapterCanSubmitJob (21.7s) PASSED ttlworker.TestFinishError (22.5s) PASSED ttlworker.TestManagerJobAdapterGetJob (20.0s) PASSED ttlworker.TestManagerJobAdapterNow (19.4s) PASSED ttlworker.TestFinishAndUpdateOwnerAtSameTime (19.5s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_27_of_50/coverage.dat //pkg/types:types_test PASSED in 1.0s Stats over 50 runs: max = 1.0s, min = 0.6s, avg = 0.8s, dev = 0.1s PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONContains (0.0s) PASSED types.TestCloneDatum (0.0s) PASSED types.TestDate (0.0s) PASSED types.TestVectorParse (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONMerge (0.0s) PASSED types.TestComputePlusAndMinus (0.0s) PASSED types.TestTimestamp (0.0s) PASSED types.TestZeroVector (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONCopy (0.0s) PASSED types.TestBinaryLiteral (0.0s) PASSED types.TestBinaryLiteral/TestCompare (0.0s) PASSED types.TestBinaryLiteral/TestNewBinaryLiteralFromUint (0.0s) PASSED types.TestBinaryLiteral/TestParseBitStr (0.0s) PASSED types.TestBinaryLiteral/TestParseBitStr#01 (0.0s) PASSED types.TestBinaryLiteral/TestParseHexStr (0.0s) PASSED types.TestBinaryLiteral/TestParseHexStr#01 (0.0s) PASSED types.TestBinaryLiteral/TestString (0.0s) PASSED types.TestBinaryLiteral/TestToBitLiteralString (0.0s) PASSED types.TestBinaryLiteral/TestToInt (0.0s) PASSED types.TestBinaryLiteral/TestToString (0.0s) PASSED types.TestBinaryLiteral/TestTrimLeadingZeroBytes (0.0s) PASSED types.TestEstimatedMemUsage (0.0s) PASSED types.TestTime (0.0s) PASSED types.TestVectorDatum (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestCompareBinary (0.0s) PASSED types.TestDateTime (0.0s) PASSED types.TestToBytes (0.0s) PASSED types.TestVectorEndianess (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestChangeReverseResultByUpperLowerBound (0.0s) PASSED types.TestCompare (0.0s) PASSED types.TestDurationAdd (0.0s) PASSED types.TestGetKeys (0.0s) PASSED types.TestVectorCompare (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONDepth (0.0s) PASSED types.TestCompareDatum (0.0s) PASSED types.TestDurationSub (0.0s) PASSED types.TestStringToMysqlBit (0.0s) PASSED types.TestStringToMysqlBit/0_1_true (0.0s) PASSED types.TestStringToMysqlBit/0_8_false (0.0s) PASSED types.TestStringToMysqlBit/1_1_true (0.0s) PASSED types.TestStringToMysqlBit/1_8_false (0.0s) PASSED types.TestStringToMysqlBit/b'0'_32_false (0.0s) PASSED types.TestStringToMysqlBit/b'1'_32_false (0.0s) PASSED types.TestStringToMysqlBit/false_1_true (0.0s) PASSED types.TestStringToMysqlBit/false_40_false (0.0s) PASSED types.TestStringToMysqlBit/true_1_true (0.0s) PASSED types.TestStringToMysqlBit/true_32_false (0.0s) PASSED types.TestVectorSerialize (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONRemove (0.0s) PASSED types.TestDurationConvertToYearFromNow (0.0s) PASSED types.TestIsNull (0.0s) PASSED types.TestTimeEncoding (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestMarshalDatum (0.0s) PASSED types.TestParseBinaryFromString (0.0s) PASSED types.TestTimeFsp (0.0s) PASSED types.TestVecCompareIntAndUint (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestCreateBinary (0.0s) PASSED types.TestGetSQLMode (0.0s) PASSED types.TestProduceDecWithSpecifiedTp (0.0s) PASSED types.TestYear (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestCodec (0.0s) PASSED types.TestFunctions (0.0s) PASSED types.TestNULLNotEqualWithOthers (0.0s) PASSED types.TestSQLMode (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONModify (0.0s) PASSED types.TestMarshalTime (0.0s) PASSED types.TestSet (0.0s) PASSED types.TestSet/ParseSet (0.0s) PASSED types.TestSet/ParseSetValue (0.0s) PASSED types.TestSet/ParseSetValue_err (0.0s) PASSED types.TestSet/ParseSet_ci (0.0s) PASSED types.TestSet/ParseSet_err (0.0s) PASSED types.TestToJSON (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONExtractCallback (0.0s) PASSED types.TestDatumsToString (0.0s) PASSED types.TestParseTimeFromNum (0.0s) PASSED types.TestServerStatus (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONWalk (0.0s) PASSED types.TestEnum (0.0s) PASSED types.TestEnum/ParseEnum (0.0s) PASSED types.TestEnum/ParseEnumValue (0.0s) PASSED types.TestEnum/ParseEnum_ci (0.0s) PASSED types.TestToNumber (0.0s) PASSED types.TestWithNewFlags (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONOpaque (0.0s) PASSED types.TestError (0.0s) PASSED types.TestParseTimeFromFloatString (0.0s) PASSED types.TestSimpleOnOffFlags (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvertToFloat (0.0s) PASSED types.TestDiv (0.0s) PASSED types.TestParseWithTimezone (0.0s) PASSED types.TestQuoteString (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvertType (0.0s) PASSED types.TestHashValue (0.0s) PASSED types.TestIsType (0.0s) PASSED types.TestParseFrac (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvert (0.0s) PASSED types.TestConvertToStringWithCheck (0.0s) PASSED types.TestEOFAsNil (0.0s) PASSED types.TestValidatePathExpr (0.0s) PASSED types.TestValidatePathExpr/$**.a[b] (0.0s) PASSED types.TestValidatePathExpr/$."\0\ (0.0s) PASSED types.TestValidatePathExpr/$."hello_\"escaped_quotes\"_world\\n"[3][*].*.key3 (0.0s) PASSED types.TestValidatePathExpr/$."key1_string"[__3__][*].*.key3 (0.0s) PASSED types.TestValidatePathExpr/$."performance".txn-entry-size-limit (0.0s) PASSED types.TestValidatePathExpr/$."performance."txn-entry-size-limit (0.0s) PASSED types.TestValidatePathExpr/$."performance."txn-entry-size-limit" (0.0s) PASSED types.TestValidatePathExpr/$."?" (0.0s) PASSED types.TestValidatePathExpr/$."?" (0.0s) PASSED types.TestValidatePathExpr/$.*[b] (0.0s) PASSED types.TestValidatePathExpr/$.\"escaped_quotes\"[3][*].*.key3 (0.0s) PASSED types.TestValidatePathExpr/$.a[b] (0.0s) PASSED types.TestValidatePathExpr/$.b[_1_]. (0.0s) PASSED types.TestValidatePathExpr/$.hello_\"escaped_quotes\"_world[3][*].*.key3 (0.0s) PASSED types.TestValidatePathExpr/$.performance.txn-entry-size-limit (0.0s) PASSED types.TestValidatePathExpr/$.ต (0.0s) PASSED types.TestValidatePathExpr/$.? (0.0s) PASSED types.TestValidatePathExpr/$.? (0.0s) PASSED types.TestValidatePathExpr/$1a (0.0s) PASSED types.TestValidatePathExpr/$NoValidLegsHere (0.0s) PASSED types.TestValidatePathExpr/$[ (0.0s) PASSED types.TestValidatePathExpr/$[1_to_5] (0.0s) PASSED types.TestValidatePathExpr/$[1_to_last] (0.0s) PASSED types.TestValidatePathExpr/$[1to3] (0.0s) PASSED types.TestValidatePathExpr/$[2_to_1] (0.0s) PASSED types.TestValidatePathExpr/$[last] (0.0s) PASSED types.TestValidatePathExpr/$[last_-_5_to_last_-_10] (0.0s) PASSED types.TestValidatePathExpr/$________No_Valid_Legs_Here_.a.b.c (0.0s) PASSED types.TestValidatePathExpr/$a.***[3] (0.0s) PASSED types.TestValidatePathExpr/___$_.___key1__[__3__]**[*].*.key3 (0.0s) PASSED types.TestValidatePathExpr/___$_.___key1__[__3__]_[*].*.key3 (0.0s) PASSED types.TestValidatePathExpr/___$__ (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestContainsAnyAsterisk (0.0s) PASSED types.TestContainsAnyAsterisk/$**.a[1] (0.0s) PASSED types.TestContainsAnyAsterisk/$.*[1] (0.0s) PASSED types.TestContainsAnyAsterisk/$.a[*] (0.0s) PASSED types.TestContainsAnyAsterisk/$.a[1] (0.0s) PASSED types.TestConvertToString (0.0s) PASSED types.TestRoundFrac (0.0s) PASSED types.TestTypeToStr (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestCompare (0.0s) PASSED types.TestConvertToBinaryString (0.0s) PASSED types.TestMaxFloat (0.0s) PASSED types.TestPathExprToString (0.0s) PASSED types.TestPathExprToString/$**.a[3] (0.0s) PASSED types.TestPathExprToString/$."\"hello\"" (0.0s) PASSED types.TestPathExprToString/$."a_b" (0.0s) PASSED types.TestPathExprToString/$."one_potato" (0.0s) PASSED types.TestPathExprToString/$.*[2] (0.0s) PASSED types.TestPathExprToString/$.a[*] (0.0s) PASSED types.TestPathExprToString/$.a[1] (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONUnquote (0.0s) PASSED types.TestGetTimezone (0.0s) PASSED types.TestMul (0.0s) PASSED types.TestToUint32 (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestDurationClock (0.0s) PASSED types.TestPushBackOneIndexLeg (0.0s) PASSED types.TestPushBackOneIndexLeg/$ (0.0s) PASSED types.TestPushBackOneIndexLeg/$**.a[3] (0.0s) PASSED types.TestPushBackOneIndexLeg/$**.a[3]#01 (0.0s) PASSED types.TestPushBackOneIndexLeg/$.*[2] (0.0s) PASSED types.TestPushBackOneIndexLeg/$.a[*] (0.0s) PASSED types.TestPushBackOneIndexLeg/$.a[1] (0.0s) PASSED types.TestPushBackOneIndexLeg/$.a[1_to_3] (0.0s) PASSED types.TestPushBackOneIndexLeg/$.a[last-3_to_last-3] (0.0s) PASSED types.TestRoundFloat (0.0s) PASSED types.TestStrToNum (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestFieldTypeToStr (0.0s) PASSED types.TestParseDateFormat (0.0s) PASSED types.TestPushBackOneKeyLeg (0.0s) PASSED types.TestPushBackOneKeyLeg/$ (0.0s) PASSED types.TestPushBackOneKeyLeg/$**.a[3] (0.0s) PASSED types.TestPushBackOneKeyLeg/$.*[2] (0.0s) PASSED types.TestPushBackOneKeyLeg/$.a[*] (0.0s) PASSED types.TestPushBackOneKeyLeg/$.a[1] (0.0s) PASSED types.TestPushBackOneKeyLeg/$.a[1]#01 (0.0s) PASSED types.TestRound (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvert (0.0s) PASSED types.TestFromInt (0.0s) PASSED types.TestTimestampDiff (0.0s) PASSED types.TestTruncateFloat (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONType (0.0s) PASSED types.TestFromGoTime (0.0s) PASSED types.TestSub (0.0s) PASSED types.TestToInt64 (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestDateFSP (0.0s) PASSED types.TestFromUint (0.0s) PASSED types.TestIsTypeTemporal (0.0s) PASSED types.TestRoundIntStr (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvertTimeZone (0.0s) PASSED types.TestGetValidInt (0.0s) PASSED types.TestIsBinaryStr (0.0s) PASSED types.TestToInt (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestGetValidFloat (0.0s) PASSED types.TestIsNonBinaryStr (0.0s) PASSED types.TestTimeAdd (0.0s) PASSED types.TestToUint (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAdd (0.0s) PASSED types.TestBinaryJSONExtract (0.0s) PASSED types.TestFormatIntWidthN (0.0s) PASSED types.TestToBool (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvertTime (0.0s) PASSED types.TestFromFloat (0.0s) PASSED types.TestIsTemporalWithDate (0.0s) PASSED types.TestTruncateOverflowMySQLTime (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestCheckTimestamp (0.0s) PASSED types.TestConvertJSONToInt (0.0s) PASSED types.TestIsTypePrefixable (0.0s) PASSED types.TestToFloat (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvertJSONToFloat (0.0s) PASSED types.TestExtractDurationValue (0.0s) PASSED types.TestIsTypeFractionable (0.0s) PASSED types.TestToHashKey (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONMarshalUnmarshal (0.0s) PASSED types.TestCheckMonthDay (0.0s) PASSED types.TestDatum (0.0s) PASSED types.TestMarshalMyDecimal (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestInvalidZero (0.0s) PASSED types.TestNeedRestoredData (0.0s) PASSED types.TestNumberToDuration (0.0s) PASSED types.TestRoundWithHalfEven (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvertJSONToDecimal (0.0s) PASSED types.TestCurrentTime (0.0s) PASSED types.TestIsTypeNumeric (0.0s) PASSED types.TestRemoveTrailingZeros (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAdjustedGoTime (0.0s) PASSED types.TestBinaryCompare (0.0s) PASSED types.TestFromStringMyDecimal (0.0s) PASSED types.TestFromStringMyDecimal/-.000000012345000098765_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/-123.45._(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/-1e1073741823_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/.00012345000098765_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/.12345000098765_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/0.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1.1.1.1.1_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/123.45._(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/12345._(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/123450.000098765_(wordBufLen:_1) (0.0s) PASSED types.TestFromStringMyDecimal/123450000098765_(wordBufLen:_1) (0.0s) PASSED types.TestFromStringMyDecimal/1234500009876.5_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/12345_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/123E-2_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/123E5_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1__1_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1___(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1asf_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1e001_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1e00_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1e1073741823_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1e18446744073709551620_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1e_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1e_-1_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1e_-_1_(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1e_1dddd__(wordBufLen:_9) (0.0s) PASSED types.TestFromStringMyDecimal/1eabc_(wordBufLen:_9) (0.0s) PASSED types.TestTimeSub (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestFieldType (0.0s) PASSED types.TestGetFsp (0.0s) PASSED types.TestRoundWithTruncate (0.0s) PASSED types.TestStrToDuration (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvertScientificNotation (0.0s) PASSED types.TestDefaultTypeForValue (0.0s) PASSED types.TestExtractDatetimeNum (0.0s) PASSED types.TestRoundWithCeil (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAggFieldType (0.0s) PASSED types.TestConvertDecimalStrToUint (0.0s) PASSED types.TestExtractDurationNum (0.0s) PASSED types.TestToString (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAggFieldTypeForTypeFlag (0.0s) PASSED types.TestParseDurationValue (0.0s) PASSED types.TestToBinFromBin (0.0s) PASSED types.TestWeekBehaviour (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestDecodeEscapedUnicode (0.0s) PASSED types.TestShiftMyDecimal (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_-1,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_-6,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_-7,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_-8,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_-9,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_1,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_10,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_17,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_18,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_19,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_20,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_21,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_22,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_23,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_24,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_25,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_26,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_27,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_28,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_8,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000000000123_(shift:_9,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/.000_(shift:_1000,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/.123_(shift:_1,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/.123_(shift:_10,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/.123_(shift:_14,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/000.000_(shift:_1000,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/000._(shift:_1000,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/000000000000000000000000123457189.123123456789000_(shift:_26,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/00000000000000000123457189.123123456789000_(shift:_28,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/00000000123457189.123123456789000_(shift:_27,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/00000087654321.123456789000_(shift:_-14,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-1,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-15,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-16,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-17,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-18,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-19,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-2,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-20,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-21,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-3,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-6,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_-7,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123.123_(shift:_1,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-1,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-10,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-17,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-18,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-19,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-2,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-26,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-27,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-8,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_-9,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_0,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_1,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_10,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_2,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_4,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_8,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123456789.987654321_(shift:_9,_wordBufLen:_2) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_1,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_10,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_17,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_18,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_19,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_26,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_27,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_28,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_8,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123457189.123123456789000_(shift:_9,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-1,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-10,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-11,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-12,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-13,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-14,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-2,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-3,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-8,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123987654321.123456789000_(shift:_-9,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123_(shift:_1,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/123_(shift:_10,_wordBufLen:_9) (0.0s) PASSED types.TestShiftMyDecimal/1_(shift:_1000,_wordBufLen:_9) (0.0s) PASSED types.TestTruncateFrac (0.0s) PASSED types.TestWeekday (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAggregateEvalType (0.0s) PASSED types.TestCalcDaynr (0.0s) PASSED types.TestCompareMyDecimal (0.0s) PASSED types.TestIsDateUnit (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAggFieldTypeForIntegralPromotion (0.0s) PASSED types.TestDecimalBinSize (0.0s) PASSED types.TestIsClockUnit (0.0s) PASSED types.TestWeek (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestCalcTimeTimeDiff (0.0s) PASSED types.TestIsMicrosecondUnit (0.0s) PASSED types.TestMaxDecimal (0.0s) PASSED types.TestTimeFormatMethod (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAddDate (0.0s) PASSED types.TestReset (0.0s) PASSED types.TestTimeOverflow (0.0s) PASSED types.TestTruncateFloatToString (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAddMyDecimal (0.0s) PASSED types.TestCheckFsp (0.0s) PASSED types.TestGetDateFromDaynr (0.0s) PASSED types.TestParseTimeFromInt64 (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestCompareTime (0.0s) PASSED types.TestIsDateFormat (0.0s) PASSED types.TestNegMyDecimal (0.0s) PASSED types.TestStrToDate (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestMixDateAndTime (0.0s) PASSED types.TestParseFrac (0.0s) PASSED types.TestParseTimeFromFloat64 (0.0s) PASSED types.TestSubMyDecimal (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestGetFixDays (0.0s) PASSED types.TestGetFracIndex (0.0s) PASSED types.TestMaxOrMinMyDecimal (0.0s) PASSED types.TestTruncate (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAlignFrac (0.0s) PASSED types.TestIsLeapYear (0.0s) PASSED types.TestMulMyDecimal (0.0s) PASSED types.TestParseTimeFromDecimal (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestDivModMyDecimal (0.0s) PASSED types.TestGetFormatType (0.0s) PASSED types.TestGetLastDay (0.0s) PASSED types.TestStrToInt (0.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_36_of_50/coverage.dat //pkg/util:util_test PASSED in 8.2s Stats over 50 runs: max = 8.2s, min = 1.0s, avg = 1.6s, dev = 1.4s PASSED util.TestOriginError (0.0s) PASSED util.TestRunWithRetry (0.0s) PASSED util.TestRunWithRetry/failed_result (0.0s) PASSED util.TestRunWithRetry/retry_exceeds (0.0s) PASSED util.TestRunWithRetry/success (0.0s) PASSED util.TestX509NameParseMatch (0.0s) PASSED util.TestBasicFuncWithRecovery (0.0s) PASSED util.TestBasicFuncSyntaxError (0.0s) PASSED util.TestBasicFuncSyntaxWarn (0.0s) PASSED util.TestBasicFuncProcessInfo (0.0s) PASSED util.TestNewErrorGroupWithRecover (0.0s) PASSED util.TestBasicFuncRandomBuf (0.0s) PASSED util.TestToPB (0.0s) PASSED util.TestWaitGroupWrapperGo (0.0s) PASSED util.TestComposeURL (0.0s) PASSED util.TestPrefix (0.0s) PASSED util.TestPrefixFilter (0.0s) PASSED util.TestProcessInfoShallowCP (0.0s) PASSED util.TestWaitGroupWrapperCheck (1.0s) PASSED util.TestInvalidTLS (0.0s) PASSED util.TestWaitGroupWrapperRunWithRecover (0.0s) PASSED util.TestWaitGroupWrapperRun (0.0s) PASSED util.TestDupProto (0.0s) PASSED util.TestIsInCorrectIdentifierName (0.0s) PASSED util.TestReadLine (0.0s) PASSED util.TestVerifyCommonNameAndRotate (6.9s) PASSED util.TestTLSVersion (5.9s) PASSED util.TestLogFormat (0.0s) PASSED util.TestSessionPool (0.0s) PASSED util.TestParseHostPortAddr (0.0s) PASSED util.TestLongestCommonPrefixLen (0.0s) PASSED util.TestGetStepValue (0.0s) PASSED util.TestCA (4.3s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_17_of_50/coverage.dat //pkg/util/chunk:chunk_test PASSED in 57.1s Stats over 50 runs: max = 57.1s, min = 3.8s, avg = 6.5s, dev = 7.9s PASSED chunk.TestPreAllocUint64 (0.0s) PASSED chunk.TestAllocator (0.0s) PASSED chunk.TestPreAllocFloat32 (0.0s) PASSED chunk.TestColumnAllocator (0.0s) PASSED chunk.TestPreAllocFloat64 (0.0s) PASSED chunk.TestNoDuplicateColumnReuse (0.0s) PASSED chunk.TestPreAllocDecimal (0.0s) PASSED chunk.TestAvoidColumnReuse (0.0s) PASSED chunk.TestPreAllocTime (0.0s) PASSED chunk.TestColumnAllocatorLimit (0.0s) PASSED chunk.TestNull (0.0s) PASSED chunk.TestColumnAllocatorCheck (0.0s) PASSED chunk.TestSetNulls (0.1s) PASSED chunk.TestResizeReserve (0.0s) PASSED chunk.TestReuseHookAllocator (0.0s) PASSED chunk.TestAppendChunk (0.0s) PASSED chunk.TestResetColumn (0.0s) PASSED chunk.TestColumnResizeInt64 (0.0s) PASSED chunk.TestTruncateTo (0.0s) PASSED chunk.TestChunkSizeControl (0.0s) PASSED chunk.TestIteratorOnSel (0.0s) PASSED chunk.TestCompare (0.0s) PASSED chunk.TestMultiIterator (0.0s) PASSED chunk.TestAppendRow (0.0s) PASSED chunk.TestVectorizedNulls (2.4s) PASSED chunk.TestDataInDiskByRowsWithChecksumAndEncryptReaderWithCacheNoFlush (0.0s) PASSED chunk.TestPreAllocInt64 (0.0s) PASSED chunk.TestCopyTo (0.0s) PASSED chunk.TestIterator (0.0s) PASSED chunk.TestGetDecimalDatum (0.0s) PASSED chunk.TestList (0.0s) PASSED chunk.TestChunkMemoryUsage (0.0s) PASSED chunk.TestListMemoryUsage (0.0s) PASSED chunk.TestMakeRefTo (0.0s) PASSED chunk.TestMutRowShallowCopyPartialRow (0.0s) PASSED chunk.TestAppendSel (0.0s) PASSED chunk.TestIssue29947 (0.0s) PASSED chunk.TestMutRow (0.0s) PASSED chunk.TestSwapColumn (0.0s) PASSED chunk.TestNewPool (0.0s) PASSED chunk.TestToString (0.0s) PASSED chunk.TestAppendRows (0.0s) PASSED chunk.TestPoolGetChunk (0.0s) PASSED chunk.TestCopySelectedJoinRows (0.0s) PASSED chunk.TestNewRowContainer (0.0s) PASSED chunk.TestAppendRowsByColIdxs (0.0s) PASSED chunk.TestPoolPutChunk (0.0s) PASSED chunk.TestCopySelectedJoinRowsWithoutSameOuters (0.1s) PASSED chunk.TestSel (0.0s) PASSED chunk.TestCopySelectedJoinRowsDirect (0.1s) PASSED chunk.TestSpillAction (0.0s) PASSED chunk.TestCopySelectedVirtualNum (0.0s) PASSED chunk.TestNewSortedRowContainer (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumAndEncryptReaderWithCache (0.0s) PASSED chunk.TestReconstructVarLen (0.0s) PASSED chunk.TestMergeInputIdxToOutputIdxes (0.0s) PASSED chunk.TestSortedRowContainerSortSpillAction (0.0s) PASSED chunk.TestCodec (0.0s) PASSED chunk.TestRowContainerResetAndAction (0.0s) PASSED chunk.TestColumnCopyReconstructFixedLen (0.0s) PASSED chunk.TestRowContainerReaderInDisk (0.0s) PASSED chunk.TestCloseRowContainerReader (0.0s) PASSED chunk.TestColumnCopyReconstructVarLen (0.0s) PASSED chunk.TestActionBlocked (0.2s) PASSED chunk.TestColumnCopy (0.0s) PASSED chunk.TestF64Column (0.0s) PASSED chunk.TestPanicWhenSpillToDisk (0.0s) PASSED chunk.TestF32Column (0.0s) PASSED chunk.TestPanicDuringSortedRowContainerSpill (0.0s) PASSED chunk.TestEstimateTypeWidth (0.0s) PASSED chunk.TestSpillActionDeadLock (1.0s) PASSED chunk.TestDataInDiskByRows (0.0s) PASSED chunk.TestMyDecimal (0.1s) PASSED chunk.TestI64Column (0.0s) PASSED chunk.TestReadAfterSpillWithRowContainerReader (1.5s) PASSED chunk.TestConcurrentSpillWithRowContainerReader (1.8s) PASSED chunk.TestLargeStringColumnOffset (0.0s) PASSED chunk.TestDurationSliceColumn (0.0s) PASSED chunk.TestInterruptedDuringSpilling (2.0s) PASSED chunk.TestDataInDiskByChunks (11.5s) PASSED chunk.TestResize (0.1s) PASSED chunk.TestDataInDiskByRowsWithChecksumReaderWithCacheNoFlush (0.0s) PASSED chunk.TestDurationColumn (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumReaderWithCache (0.0s) PASSED chunk.TestTimeColumn (1.2s) PASSED chunk.TestDataInDiskByRowsWithChecksum1 (5.3s) PASSED chunk.TestStringColumn (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksum2 (7.0s) PASSED chunk.TestSetColumn (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumAndEncrypt1 (6.7s) PASSED chunk.TestEnumColumn (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumAndEncrypt2 (8.1s) PASSED chunk.TestNullsColumn (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumAndEncrypt8 (12.0s) PASSED chunk.TestReconstructFixedLen (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksum8 (11.4s) PASSED chunk.TestJSONColumn (0.0s) PASSED chunk.TestGetRaw (0.1s) PASSED chunk.TestSyncAllocator (51.9s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_8_of_50/coverage.dat //pkg/ddl:ddl_test FLAKY, failed in 4 out of 54 in 32.7s Stats over 54 runs: max = 32.7s, min = 1.3s, avg = 13.2s, dev = 5.2s PASSED ddl.TestAddIndex3 (1.5s) PASSED ddl.TestAlterTablePartitionPlacement (1.4s) PASSED ddl.TestFindAlterAlgorithm (0.0s) PASSED ddl.TestIndexOnMultipleGeneratedColumn4 (1.3s) PASSED ddl.TestInfoSchemaForTiFlashReplica (1.1s) PASSED ddl.TestModifyColumnTypeWhenInterception (1.6s) PASSED ddl.TestParallelAlterModifyColumnAndAddPK (1.4s) PASSED ddl.TestRenameConcurrentAutoID (1.6s) PASSED ddl.TestRowFormat (1.4s) PASSED ddl.TestAddIndex3WithShardRowID (1.6s) PASSED ddl.TestAddNotNullColumn (1.2s) PASSED ddl.TestAddPartitionWithPlacement (1.3s) PASSED ddl.TestAlterTablePartitionAttributes (1.6s) PASSED ddl.TestIndexOnMultipleGeneratedColumn5 (1.4s) PASSED ddl.TestMultiSchemaChangeAddColumnsCancelled (1.4s) PASSED ddl.TestParallelAddColumAndSetDefaultValue (1.3s) PASSED ddl.TestRowFormatWithChecksums (1.3s) PASSED ddl.TestSetTiFlashReplicaForTemporaryTable (1.3s) PASSED ddl.TestTableError (1.1s) PASSED ddl.TestAddIndex4 (1.4s) PASSED ddl.TestAddNotNullColumnWhileInsertOnDupUpdate (1.0s) PASSED ddl.TestCaseInsensitiveCharsetAndCollate (1.2s) PASSED ddl.TestMultiSchemaChangeAddColumnsParallel (1.3s) PASSED ddl.TestParallelChangeColumnName (1.3s) PASSED ddl.TestRowLevelChecksumWithMultiSchemaChange (1.1s) PASSED ddl.TestSetTableFlashReplicaForSystemTable (1.2s) PASSED ddl.TestTruncateTable (1.1s) PASSED ddl.TestTruncateTableWithPlacement (1.3s) PASSED ddl.TestViewError (1.1s) PASSED ddl.TestAddIndex4WithShardRowID (1.5s) PASSED ddl.TestChangingColOriginDefaultValue (1.1s) PASSED ddl.TestForeignKeyError (1.0s) PASSED ddl.TestMultiSchemaChangeDropColumnsCancelled (1.2s) PASSED ddl.TestParallelAlterAddIndex (1.1s) PASSED ddl.TestRenameTable (1.2s) PASSED ddl.TestSkipSchemaChecker (1.2s) PASSED ddl.TestTransactionOnAddDropColumn (1.2s) PASSED ddl.TestTruncateTablePartitionWithPlacement (1.2s) PASSED ddl.TestZeroFillCreateTable (1.1s) PASSED ddl.TestAddIndex5 (1.5s) PASSED ddl.TestBitDefaultValue (1.3s) PASSED ddl.TestChangingColOriginDefaultValueAfterAddColAndCastSucc (1.0s) PASSED ddl.TestCreateTableWithLike2 (1.8s) PASSED ddl.TestCreateTableWithSetCol (1.5s) PASSED ddl.TestDropTableWithPlacement (1.3s) PASSED ddl.TestIndexError (1.0s) PASSED ddl.TestMultiSchemaChangeDropIndexedColumnsCancelled (1.2s) PASSED ddl.TestParallelAlterAddVectorIndex (2.7s) PASSED ddl.TestRecoverTable (1.1s) PASSED ddl.TestAddIndex2WithShardRowID (1.4s) PASSED ddl.TestColumnTypeChangeIgnoreDisplayLength (1.2s) PASSED ddl.TestDropTablePartitionGCPlacement (1.4s) PASSED ddl.TestGetAllTableInfos (7.1s) PASSED ddl.TestIndexOnMultipleGeneratedColumn3 (1.1s) PASSED ddl.TestModifyColumnTime (4.9s) PASSED ddl.TestParallelAddGeneratedColumnAndAlterModifyColumn (1.2s) PASSED ddl.TestRenameMultiTablesIssue47064 (1.1s) PASSED ddl.TestSetTableFlashReplica (1.4s) PASSED ddl.TestAddIndexForGeneratedColumn (1.5s) PASSED ddl.TestChangingColOriginDefaultValueAfterAddColAndCastFail (1.3s) PASSED ddl.TestColumnError (1.5s) PASSED ddl.TestCreateTableTooLarge (4.6s) PASSED ddl.TestCreateTableWithEnumCol (1.3s) PASSED ddl.TestDropPartitionWithPlacement (1.4s) PASSED ddl.TestFlashbackTable (1.2s) PASSED ddl.TestMultiSchemaChangeDropColumnsParallel (1.5s) PASSED ddl.TestParallelAlterAddExpressionIndex (1.2s) PASSED ddl.TestTruncateTable2 (1.4s) PASSED ddl.TestAddPrimaryKeyRollback1 (1.5s) PASSED ddl.TestChangeColumnPosition (1.4s) PASSED ddl.TestCreateDatabaseError (1.0s) PASSED ddl.TestCreateTableWithIntegerColWithDefault (1.3s) PASSED ddl.TestDDLExitWhenCancelMeetPanic (1.2s) PASSED ddl.TestDropTable (1.2s) PASSED ddl.TestExchangePartitionWithPlacement (1.3s) PASSED ddl.TestMultiSchemaChangeRenameColumns (1.6s) PASSED ddl.TestParallelAddPrimaryKey (1.1s) PASSED ddl.Test_getTTLInfoInOptions (0.0s) PASSED ddl.TestAddIndexAfterAddColumn (1.1s) PASSED ddl.TestAddPrimaryKeyRollback2 (1.4s) PASSED ddl.TestCancelCTCInReorgStateWillCauseGoroutineLeak (3.1s) PASSED ddl.TestCreateIndexErrTooManyKeys (0.0s) PASSED ddl.TestCreateTableWithInfo (1.0s) PASSED ddl.TestCreateWithSameName (1.2s) PASSED ddl.TestMultiSchemaChangeAlterColumns (1.4s) PASSED ddl.TestPDFail (1.3s) PASSED ddl.TestParallelAlterAddPartition (1.2s) PASSED ddl.TestAddUniqueIndexRollback (1.5s) PASSED ddl.TestBatchCreateTable (1.0s) PASSED ddl.TestCastDateToTimestampInReorgAttribute (1.1s) PASSED ddl.TestDDLHistoryBasic (1.0s) PASSED ddl.TestMultiSchemaChangeChangeColumns (1.4s) PASSED ddl.TestParallelDropColumn (1.2s) PASSED ddl.TestPartition (1.2s) PASSED ddl.TestRecoverTableWithPlacementPolicy (1.5s) PASSED ddl.TestResolveCharset (1.1s) PASSED ddl.TestAddIndex2 (1.5s) PASSED ddl.TestAdminAlterDDLJobCommitFailed (1.0s) PASSED ddl.TestAlterTablePlacement (1.2s) PASSED ddl.TestIndexOnMultipleGeneratedColumn2 (1.1s) PASSED ddl.TestIssue59238 (1.2s) PASSED ddl.TestModifyColumnCharset (1.1s) PASSED ddl.TestParallelAlterModifyColumnToNotNullWithData (1.5s) PASSED ddl.TestRenameMultiTables (1.3s) PASSED ddl.TestRollbackColumnTypeChangeBetweenInteger (1.2s) PASSED ddl.TestAddColumnDefaultNow (1.2s) PASSED ddl.TestAddIndexWithSplitTable (4.8s) PASSED ddl.TestAlterConstraintAddDrop (1.1s) PASSED ddl.TestAlterPartitioningWithPlacementPolicy (1.9s) PASSED ddl.TestBackfillingSchedulerLocalMode (1.1s) PASSED ddl.TestMultiSchemaChangeAddIndexesCancelled (1.4s) PASSED ddl.TestParallelDropColumns (1.3s) PASSED ddl.TestScanHistoryDDLJobsWithErrorLimit (0.0s) PASSED ddl.TestTableLock (1.4s) PASSED ddl.TestAddIndexWithShardRowID (5.6s) PASSED ddl.TestAlterAddConstraintStateChange (1.1s) PASSED ddl.TestAlterColumn (2.2s) PASSED ddl.TestCalculateRegionBatch (0.0s) PASSED ddl.TestCheckBundle (0.0s) PASSED ddl.TestMultiSchemaChangeDropIndexesCancelled (1.3s) PASSED ddl.TestParallelDropIfExistsColumns (1.2s) PASSED ddl.TestRunningJobs (0.0s) PASSED ddl.TestTableLocksLostCommit (1.2s) PASSED ddl.TestAddIndexWithPK (1.7s) PASSED ddl.TestAddIndexWithPK/ClusteredIndexDefModeIntOnly (0.3s) PASSED ddl.TestAddIndexWithPK/ClusteredIndexDefModeOn (0.5s) PASSED ddl.TestAlterAddConstraintStateChange2 (1.2s) PASSED ddl.TestAlterDBPlacement (1.2s) PASSED ddl.TestExclusiveShared (0.0s) PASSED ddl.TestGetNextStep (0.0s) PASSED ddl.TestLockTables (2.0s) PASSED ddl.TestMultiSchemaChangeRenameIndexes (1.3s) PASSED ddl.TestParallelDropPrimaryKey (1.4s) PASSED ddl.TestTreatOldVersionUTF8AsUTF8MB4 (1.4s) PASSED ddl.TestAddAnonymousIndex (1.6s) PASSED ddl.TestAlterAddConstraintStateChange1 (1.1s) PASSED ddl.TestAlterAlgorithm (1.9s) PASSED ddl.TestBackfillingSchedulerGlobalSortMode (1.1s) PASSED ddl.TestCreateSchemaWithPlacement (1.1s) PASSED ddl.TestMultiSchemaChangeDropIndexesParallel (1.1s) PASSED ddl.TestParallelDropIndex (1.1s) PASSED ddl.TestSchemaPolicyAndResourceGroup (0.0s) PASSED ddl.TestWriteLocal (1.1s) PASSED ddl.TestAddIndex1WithShardRowID (1.5s) PASSED ddl.TestAdminAlterDDLJobUnsupportedCases (1.0s) PASSED ddl.TestAlterTableRenameTable (1.2s) PASSED ddl.TestColumnTypeChangeStateBetweenInteger (1.2s) PASSED ddl.TestCreateViewTwice (1.1s) PASSED ddl.TestDropTableGCPlacement (1.1s) PASSED ddl.TestIndexOnMultipleGeneratedColumn1 (1.1s) PASSED ddl.TestModifyColumnBetweenStringTypes (1.9s) PASSED ddl.TestParallelAlterModifyColumnWithData (1.7s) PASSED ddl.TestAddGlobalIndex (1.7s) PASSED ddl.TestAlterAddConstraintStateChange3 (1.0s) PASSED ddl.TestDefaultColumnWithRand (0.9s) PASSED ddl.TestDoneTaskKeeper (0.0s) PASSED ddl.TestGetIntervalFromPolicy (0.0s) PASSED ddl.TestMultiSchemaChangeModifyColumnsCancelled (1.2s) PASSED ddl.TestParallelCreateAndRename (1.0s) PASSED ddl.TestPlacementMode (1.6s) PASSED ddl.TestTablesLockDelayClean (1.1s) PASSED ddl.TestAddColumn2 (1.1s) PASSED ddl.TestAlterEnforcedConstraintStateChange (1.0s) PASSED ddl.TestDefaultValueAsExpressions (1.1s) PASSED ddl.TestDropIndexes (1.8s) PASSED ddl.TestModifyColumn (0.0s) PASSED ddl.TestMultiSchemaChangeAlterIndex (1.3s) PASSED ddl.TestParallelAlterAndDropSchema (1.0s) PASSED ddl.TestPickBackfillType (0.0s) PASSED ddl.TestPlacementTiflashCheck (1.5s) PASSED ddl.TestAlterTableCache (1.4s) PASSED ddl.TestChangingDBCharset (1.1s) PASSED ddl.TestCreateTableIfNotExists (1.1s) PASSED ddl.TestDropPrimaryKey (1.1s) PASSED ddl.TestDropTables (1.2s) PASSED ddl.TestFieldCase (0.0s) PASSED ddl.TestMultiRegionGetTableEndHandle (1.1s) PASSED ddl.TestMultiSchemaChangeMixCancelled (1.4s) PASSED ddl.TestReorgExprContext (0.0s) PASSED ddl.TestAddIndex1 (1.5s) PASSED ddl.TestAdminAlterDDLJobUpdateSysTable (1.0s) PASSED ddl.TestDropDatabaseGCPlacement (1.3s) PASSED ddl.TestDropTableAccessibleInInfoSchema (1.2s) PASSED ddl.TestIndexOnMultipleGeneratedColumn (1.2s) PASSED ddl.TestModifyColumnNullToNotNullWithChangingVal (1.1s) PASSED ddl.TestParallelAlterModifyColumn (1.2s) PASSED ddl.TestRenameTable2 (1.4s) PASSED ddl.TestWriteDataWriteOnlyMode (1.1s) PASSED ddl.TestAnonymousIndex (1.2s) PASSED ddl.TestDDLIfNotExists (1.4s) PASSED ddl.TestError (0.0s) PASSED ddl.TestGetTimeZone (1.0s) PASSED ddl.TestIssue34069 (1.2s) PASSED ddl.TestMultiRegionGetTableEndCommonHandle (1.1s) PASSED ddl.TestMultiSchemaChangeWithExpressionIndex (1.4s) PASSED ddl.TestReorgDistSQLCtx (0.0s) PASSED ddl.TestSchemaNameAndTableNameInGeneratedExpr (1.3s) PASSED ddl.TestAddIndexWithDupIndex (1.0s) PASSED ddl.TestCheckDuplicateConstraint (0.0s) PASSED ddl.TestDDLIfExists (1.4s) PASSED ddl.TestGetTableEndCommonHandle (1.1s) PASSED ddl.TestIssue22819 (1.0s) PASSED ddl.TestModifyColumnTypeArgs (1.0s) PASSED ddl.TestMultiSchemaChangeNoSubJobs (1.1s) PASSED ddl.TestParserIssue284 (1.1s) PASSED ddl.TestValidateAndFillRanges (0.0s) PASSED ddl.TestAddExpressionIndex (1.7s) PASSED ddl.TestAddIndexUniqueFailOnDuplicate (1.1s) PASSED ddl.TestCreateClusteredIndex (1.2s) PASSED ddl.TestGetTableDataKeyRanges (0.0s) PASSED ddl.TestIssue22307 (1.1s) PASSED ddl.TestMultiSchemaChangeSchemaVersion (1.3s) PASSED ddl.TestParallelDDLBeforeRunDDLJob (1.1s) PASSED ddl.TestParallelUpdateTableReplica (1.1s) PASSED ddl.TestTuneTableScanWorkerBatchSize (0.0s) PASSED ddl.TestCacheTableSizeLimit (11.2s) PASSED ddl.TestCreateConstraintForTable (1.2s) PASSED ddl.TestCreateDBIfNotExists (1.3s) PASSED ddl.TestDropIndex (1.4s) PASSED ddl.TestGetTableEndHandle (1.1s) PASSED ddl.TestIgnorableSpec (0.0s) PASSED ddl.TestMultiSchemaChangeAdminShowDDLJobs (1.1s) PASSED ddl.TestReorgTableMutateContext (0.0s) PASSED ddl.TestSqlFunctionsInGeneratedColumns (1.2s) PASSED ddl.TestAddExpressionIndexRollback (1.1s) PASSED ddl.TestCreateTableWithVectorIndex (2.1s) PASSED ddl.TestDeniedByBDRWhenAddColumn (0.0s) PASSED ddl.TestDeniedByBDRWhenAddColumn/Test_with_comment_and_generated_options (0.0s) PASSED ddl.TestDeniedByBDRWhenAddColumn/Test_with_comment_options (0.0s) PASSED ddl.TestDeniedByBDRWhenAddColumn/Test_with_generated_options (0.0s) PASSED ddl.TestDeniedByBDRWhenAddColumn/Test_with_implicit_nullable_and_defaultValue_options (0.0s) PASSED ddl.TestDeniedByBDRWhenAddColumn/Test_with_no_options(implicit_nullable) (0.0s) PASSED ddl.TestDeniedByBDRWhenAddColumn/Test_with_nullable_and_defaultValue_options (0.0s) PASSED ddl.TestDeniedByBDRWhenAddColumn/Test_with_nullable_option (0.0s) PASSED ddl.TestDeniedByBDRWhenAddColumn/Test_with_other_options (0.0s) PASSED ddl.TestDropColumnWithCompositeIndex (1.2s) PASSED ddl.TestMergeContinuousKeyRanges (0.0s) PASSED ddl.TestMultiSchemaChangeMixedWithUpdate (1.6s) PASSED ddl.TestParallelAlterSchemaCharsetAndCollate (1.1s) PASSED ddl.TestParallelFlashbackTable (1.5s) PASSED ddl.TestRepairTable (1.2s) PASSED ddl.TestAddVectorIndexSimple (1.8s) PASSED ddl.TestDeniedByBDRWhenModifyColumn (0.0s) PASSED ddl.TestDeniedByBDRWhenModifyColumn/Test_when_defaultValue_and_comment_options_are_provided (0.0s) PASSED ddl.TestDeniedByBDRWhenModifyColumn/Test_when_newFieldType_and_oldFieldType_are_not_equal (0.0s) PASSED ddl.TestDeniedByBDRWhenModifyColumn/Test_when_only_defaultValue_option_is_provided (0.0s) PASSED ddl.TestDeniedByBDRWhenModifyColumn/Test_when_other_options_are_provided (0.0s) PASSED ddl.TestDetectAndUpdateJobVersion (0.0s) PASSED ddl.TestDetectAndUpdateJobVersion/all_support_v2,_even_with_pre-release_label (0.0s) PASSED ddl.TestDetectAndUpdateJobVersion/in_ut (0.0s) PASSED ddl.TestDetectAndUpdateJobVersion/v1_first,_later_all_support_v2 (0.0s) PASSED ddl.TestDropColumnWithIndex (1.1s) PASSED ddl.TestDropTableOnTiKVDiskFull (1.6s) PASSED ddl.TestMultiSchemaChangeBlockedByRowLevelChecksum (1.1s) PASSED ddl.TestParallelTruncateTableAndAddColumn (1.1s) PASSED ddl.TestRepairTableWithPartition (1.1s) PASSED ddl.TestShowCreateTable (1.3s) PASSED ddl.TestAddPrimaryKey4 (1.5s) PASSED ddl.TestCreateSameTableOrDBOnOwnerChange (3.1s) PASSED ddl.TestDDLJobErrEntrySizeTooLarge (1.6s) PASSED ddl.TestDatabasePlacement (1.2s) PASSED ddl.TestDropColumns (1.2s) PASSED ddl.TestModifyColumnNullToNotNull (1.2s) PASSED ddl.TestModifyColumnOption (1.3s) PASSED ddl.TestParallelAlterIndex (1.2s) PASSED ddl.TestRenameTableWithLocked (1.2s) PASSED ddl.TestAddVectorIndexRollback (1.6s) PASSED ddl.TestDDLWorkerPool (0.0s) PASSED ddl.TestDeniedByBDR (0.0s) PASSED ddl.TestDropColumnWithAutoInc (1.2s) PASSED ddl.TestDropNotNullColumn (1.4s) PASSED ddl.TestMultiValuedIndexOnlineDDL (1.9s) PASSED ddl.TestParallelTruncateTableAndAddColumns (1.1s) PASSED ddl.TestRebaseAutoID (1.2s) PASSED ddl.TestSchemaResume (1.1s) PASSED ddl.TestAddColumnarIndex (1.1s) PASSED ddl.TestCancelForAddUniqueIndex (1.2s) PASSED ddl.TestCreateExpressionIndex (1.3s) PASSED ddl.TestDropColumnsWithMultiIndex (1.3s) PASSED ddl.TestForbidCacheTableForSystemTable (1.2s) PASSED ddl.TestMergeCreateTableJobsOfSameSchema (0.0s) PASSED ddl.TestOwnerManager (0.1s) PASSED ddl.TestTableResume (1.2s) PASSED ddl.TestWriteOnlyWriteNULL (1.1s) PASSED ddl.TestAlterShardRowIDBits (1.2s) PASSED ddl.TestAutoIncrementTableOption (1.3s) PASSED ddl.TestCancelAddIndexJobError (2.3s) PASSED ddl.TestCancelJobBeforeRun (1.0s) PASSED ddl.TestCreateUniqueExpressionIndex (1.2s) PASSED ddl.TestDropAndTruncatePartition (1.2s) PASSED ddl.TestMergeCreateTableJobs (0.0s) PASSED ddl.TestMergeCreateTableJobs/0_or_1_job (0.0s) PASSED ddl.TestMergeCreateTableJobs/jobs_of_different_schema_are_not_merged (0.0s) PASSED ddl.TestMergeCreateTableJobs/jobs_of_foreign_keys_are_not_merged (0.0s) PASSED ddl.TestMergeCreateTableJobs/jobs_of_pre_allocated_ids_are_not_merged (0.0s) PASSED ddl.TestMergeCreateTableJobs/max_batch_size_8 (0.0s) PASSED ddl.TestMergeCreateTableJobs/non_create_table_are_not_merged (0.0s) PASSED ddl.TestModifyTaskParamLoop (0.2s) PASSED ddl.TestModifyTaskParamLoop/adjust_concurrency_failed,_retry (0.0s) PASSED ddl.TestModifyTaskParamLoop/detect_modify,_but_the_task_has_done (0.0s) PASSED ddl.TestModifyTaskParamLoop/detect_modify,_fail_to_get_task,_after_retry,_found_task_state_is_un-modifiable (0.0s) PASSED ddl.TestModifyTaskParamLoop/detect_modify,_success_after_retry,_and_we_update_internal_variable_to_avoid_modify_twice (0.0s) PASSED ddl.TestModifyTaskParamLoop/modify_twice,_both_success (0.1s) PASSED ddl.TestModifyTaskParamLoop/nothing_modified,_retry (0.0s) PASSED ddl.TestModifyTaskParamLoop/retry_on_get_job_error;_return_on_job_not_found (0.0s) PASSED ddl.TestModifyTaskParamLoop/return_on_done (0.0s) PASSED ddl.TestWriteOnlyOnDupUpdate (1.1s) PASSED ddl.TestAutoIncrementForce (1.8s) PASSED ddl.TestDDLJobErrorCount (1.5s) PASSED ddl.TestDDLStatementsBackFill (1.3s) PASSED ddl.TestDropExpressionIndex (1.2s) PASSED ddl.TestFlashbackCloseAndResetPDSchedule (1.1s) PASSED ddl.TestGetDDLJobs (1.0s) PASSED ddl.TestReorganizePartitionRollback (1.3s) PASSED ddl.TestSchema (1.2s) PASSED ddl.TestWriteOnlyOnDupUpdateForAddColumns (1.1s) PASSED ddl.TestAddPrimaryKey3 (1.4s) PASSED ddl.TestChangingTableCharset (1.8s) PASSED ddl.TestCreateIndexWithChangeMaxIndexLength (1.1s) PASSED ddl.TestDropColumnInColumnTest (1.1s) PASSED ddl.TestInsertIgnore (1.1s) PASSED ddl.TestModifyColumnNullToNotNullWithChangingVal2 (1.1s) PASSED ddl.TestPolicyInheritance (1.6s) PASSED ddl.TestRenameTableIntermediateState (1.3s) PASSED ddl.TestShowIndex (1.4s) PASSED ddl.TestConcurrentSetDefaultValue (1.2s) PASSED ddl.TestCreateTableWithIntegerLengthWarning (1.6s) PASSED ddl.TestExchangePartitionMultiColumn (1.1s) PASSED ddl.TestGlobalVariablesOnFlashback (1.2s) PASSED ddl.TestIsJobRollbackable (0.0s) PASSED ddl.TestIssue20490 (1.1s) PASSED ddl.TestRenameTableAutoIDs (1.1s) PASSED ddl.TestUnSyncedJobTracker (0.0s) PASSED ddl.TestWriteReorgForModifyColumn (1.2s) PASSED ddl.TestAddDDLDuringFlashback (1.1s) PASSED ddl.TestAddIndexFailOnCaseWhenCanExit (1.2s) PASSED ddl.TestAutoIncrementForceAutoIDCache (1.7s) PASSED ddl.TestGetDDLJobsIsSort (1.1s) PASSED ddl.TestMustReloadSchemas (0.0s) PASSED ddl.TestParallelRenameTable (1.7s) PASSED ddl.TestSchemaWaitJob (3.1s) PASSED ddl.TestUpdateDuringAddColumn (1.2s) PASSED ddl.TestWriteReorgForModifyColumnTimestampToInt (1.1s) PASSED ddl.TestBuildQueryStringFromJobs (0.0s) PASSED ddl.TestBuildQueryStringFromJobs/Empty_jobs (0.0s) PASSED ddl.TestBuildQueryStringFromJobs/Multiple_create_table_jobs_with_and_without_trailing_semicolons (0.0s) PASSED ddl.TestBuildQueryStringFromJobs/Multiple_create_table_jobs_with_trailing_semicolons (0.0s) PASSED ddl.TestBuildQueryStringFromJobs/Single_create_table_job (0.0s) PASSED ddl.TestCancelVariousJobs (23.3s) PASSED ddl.TestDropColumnWithMultiIndex (1.1s) PASSED ddl.TestInsertDuplicateBeforeIndexMerge (1.4s) PASSED ddl.TestOptions (0.0s) PASSED ddl.TestProcessColumnFlags (1.2s) PASSED ddl.TestStat (1.3s) PASSED ddl.TestTwoStates (1.1s) PASSED ddl.TestWriteReorgForColumnTypeChange (1.1s) PASSED ddl.TestColumnAdd (1.3s) PASSED ddl.TestCreateDropCreateTable (1.1s) PASSED ddl.TestCreateTableWithKeyWord (1.2s) PASSED ddl.TestEnumAndSetDefaultValue (1.2s) PASSED ddl.TestIssue60047 (1.1s) PASSED ddl.TestPlacementPolicy (2.2s) PASSED ddl.TestSequenceFunction (2.3s) PASSED ddl.TestUpgradingRelatedJobState (1.3s) PASSED ddl.TestWriteReorgForModifyColumnWithPKIsHandle (1.3s) PASSED ddl.TestAddColumns (1.2s) PASSED ddl.TestAddPrimaryKey2 (1.4s) PASSED ddl.TestAlterTTL (1.1s) PASSED ddl.TestAlterTablePartitionWithPlacementPolicy (1.1s) PASSED ddl.TestDependedGeneratedColumnPrior2GeneratedColumn (1.1s) PASSED ddl.TestIssue52680 (1.1s) PASSED ddl.TestModifyColumnReorgInfo (5.6s) PASSED ddl.TestTruncateTableAndSchemaDependence (4.2s) PASSED ddl.TestWriteOnlyForDropColumns (1.1s) PASSED ddl.TestCancelJobWriteConflict (1.3s) PASSED ddl.TestCreatePlacementPolicyWithInfo (1.2s) PASSED ddl.TestDuplicateErrorMessage (4.2s) PASSED ddl.TestGeneralDDLWithQuery (1.0s) PASSED ddl.TestGetDDLInfo (1.0s) PASSED ddl.TestHandleLockTable (0.9s) PASSED ddl.TestHandleLockTable/ddl_fail (0.0s) PASSED ddl.TestHandleLockTable/ddl_success (0.0s) PASSED ddl.TestHandleLockTable/target_table_not_locked (0.0s) PASSED ddl.TestModifyAutoRandColumnWithMetaKeyChanged (1.2s) PASSED ddl.TestUniqueKeyNullValue (1.1s) PASSED ddl.TestWriteReorgForModifyColumnWithPrimaryIdx (1.2s) PASSED ddl.TestCancelFlashbackCluster (1.1s) PASSED ddl.TestCreateSequence (1.1s) PASSED ddl.TestCreateTableIfNotExistsLike (1.1s) PASSED ddl.TestCreateViewConcurrently (1.3s) PASSED ddl.TestDDLScheduling (11.5s) PASSED ddl.TestIssue20741WithEnumField (1.1s) PASSED ddl.TestPlacementPolicyInUse (1.2s) PASSED ddl.TestShowCountWarningsOrErrors (1.2s) PASSED ddl.TestWriteReorgForModifyColumnWithUniqIdx (1.2s) PASSED ddl.TestFailBeforeDecodeArgs (2.0s) PASSED ddl.TestGenIDAndInsertJobsWithRetry (6.9s) PASSED ddl.TestIssue22028 (1.0s) PASSED ddl.TestIssue40135 (1.0s) PASSED ddl.TestIssue42268 (1.1s) PASSED ddl.TestPlacementFollowers (1.3s) PASSED ddl.TestTxnSavepointWithDDL (1.3s) PASSED ddl.TestUniqueKeyNullValueClusterIndex (1.1s) PASSED ddl.TestWriteReorgForModifyColumnWithoutFirst (1.1s) PASSED ddl.TestAddAndDropColumn (1.6s) PASSED ddl.TestCombinedIDAllocation (2.0s) PASSED ddl.TestCombinedIDAllocation/process_IDAllocated_=_false (0.0s) PASSED ddl.TestCombinedIDAllocation/process_one_by_one (0.0s) PASSED ddl.TestCombinedIDAllocation/process_together (0.0s) PASSED ddl.TestCreateTemporaryTable (1.3s) PASSED ddl.TestForeignKey (1.0s) PASSED ddl.TestModifyColumnAfterAddIndex (1.1s) PASSED ddl.TestPlacementValidation (1.2s) PASSED ddl.TestSnapshotVersion (1.1s) PASSED ddl.TestTableModeBasic (1.3s) PASSED ddl.TestWriteReorgForModifyColumnWithoutDefaultVal (1.3s) PASSED ddl.TestAddColumn (1.2s) PASSED ddl.TestAddPrimaryKey1 (1.4s) PASSED ddl.TestCreateTables (1.5s) PASSED ddl.TestMDLTruncateTable (3.2s) PASSED ddl.TestNewMetaBuildContextWithSctx (0.0s) PASSED ddl.TestNewMetaBuildContextWithSctx/clusteredIndexDefMode (0.0s) PASSED ddl.TestNewMetaBuildContextWithSctx/enableAutoIncrementInGenerated (0.0s) PASSED ddl.TestNewMetaBuildContextWithSctx/exprCtx (0.0s) PASSED ddl.TestNewMetaBuildContextWithSctx/is (0.0s) PASSED ddl.TestNewMetaBuildContextWithSctx/preSplitRegions (0.0s) PASSED ddl.TestNewMetaBuildContextWithSctx/primaryKeyRequired (0.0s) PASSED ddl.TestNewMetaBuildContextWithSctx/shardRowIDBits (0.0s) PASSED ddl.TestNewMetaBuildContextWithSctx/suppressTooLongIndexErr (0.0s) PASSED ddl.TestNullGeneratedColumn (1.2s) PASSED ddl.TestOptimizeTable (1.1s) PASSED ddl.TestPolicyCacheAndPolicyDependency (1.1s) PASSED ddl.TestWriteOnlyForDropColumn (1.2s) PASSED ddl.TestAccessLocalTmpTableAfterDropDB (1.0s) PASSED ddl.TestDeleteOnlyForModifyColumnWithoutDefaultVal (1.2s) PASSED ddl.TestDropColumn (2.1s) PASSED ddl.TestGenIDAndInsertJobsWithRetryQPS (0.0s) PASSED ddl.TestIssue2293 (1.0s) PASSED ddl.TestResetSchemaPlacement (1.1s) PASSED ddl.TestSchemaValidator (1.5s) PASSED ddl.TestTableModeConcurrent (1.0s) PASSED ddl.TestTruncateOrDropTableWithForeignKeyReferred2 (1.2s) PASSED ddl.TestAvoidCreateViewOnLocalTemporaryTable (1.0s) PASSED ddl.TestChangeColumn (1.6s) PASSED ddl.TestCreateOrReplacePlacementPolicy (1.0s) PASSED ddl.TestDropIndexNeededInForeignKey2 (1.2s) PASSED ddl.TestGenGIDAndInsertJobsWithRetryOnErr (1.9s) PASSED ddl.TestIssue19229 (1.0s) PASSED ddl.TestLockTableReadOnly (1.2s) PASSED ddl.TestLogAndShowSlowLog (0.9s) PASSED ddl.TestWriteOnly (1.2s) PASSED ddl.TestAlterPlacementPolicy (1.1s) PASSED ddl.TestConcurrentLockTables (1.3s) PASSED ddl.TestDropDatabaseWithForeignKeyReferred2 (1.2s) PASSED ddl.TestDropTemporaryTable (1.2s) PASSED ddl.TestIndexLength (1.8s) PASSED ddl.TestReportingMinStartTimestamp (0.9s) PASSED ddl.TestSubmitJobAfterDDLIsClosed (0.9s) PASSED ddl.TestVirtualColumnDDL (0.9s) PASSED ddl.TestWriteOnlyForAddColumns (1.0s) PASSED ddl.TestAddIndexFetchRowsFromCoprocessor (1.1s) PASSED ddl.TestColumnBasic (1.4s) PASSED ddl.TestDefaultCollationForUTF8MB4 (1.1s) PASSED ddl.TestDeleteOnlyForDropColumns (1.0s) PASSED ddl.TestDropPlacementPolicyInUse (1.3s) PASSED ddl.TestJobNeedGC (0.0s) PASSED ddl.TestRenameTables (1.0s) PASSED ddl.TestSetInvalidDefaultValueAfterModifyColumn (1.0s) PASSED ddl.TestUpdateMultipleTable (1.0s) PASSED ddl.TestAddForeignKey3 (1.0s) PASSED ddl.TestAddGeneratedColumnAndInsert (1.0s) PASSED ddl.TestCreateTableWithInfoPlacement (1.1s) PASSED ddl.TestInvalidDDLJob (0.9s) PASSED ddl.TestIssue29282 (1.1s) PASSED ddl.TestIssue4432 (1.1s) PASSED ddl.TestScatterRegion (1.0s) PASSED ddl.TestSchemaChangeForDropColumnWithIndexes (1.2s) PASSED ddl.TestTiDBDownBeforeUpdateGlobalVersion (1.2s) PASSED ddl.TestAddBatchJobError (0.9s) PASSED ddl.TestColumnTypeChangeGenUniqueChangingName (1.2s) PASSED ddl.TestCreateSchemaWithInfoPlacement (1.1s) PASSED ddl.TestDDLBlockedCreateView (1.0s) PASSED ddl.TestEnumDefaultValue (0.9s) PASSED ddl.TestForeignKeyInWriteOnlyMode (1.0s) PASSED ddl.TestIssue5092 (1.8s) PASSED ddl.TestSchemaChangeForDropColumnsWithIndexes (1.4s) PASSED ddl.TestTable (1.3s) PASSED ddl.TestAddForeignKey2 (1.1s) PASSED ddl.TestBuildMaxLengthIndexWithNonRestrictedSqlMode (2.0s) PASSED ddl.TestCheckOwner (5.9s) PASSED ddl.TestCreateTableWithPlacementPolicy (1.2s) PASSED ddl.TestDeleteOnly (1.0s) PASSED ddl.TestIssue2858And2717 (1.0s) PASSED ddl.TestTableSplit (1.2s) PASSED ddl.TestTransactionWithWriteOnlyColumn (1.0s) PASSED ddl.TestTruncateLocalTemporaryTable (1.0s) PASSED ddl.TestAlterRangePlacementPolicy (1.1s) PASSED ddl.TestCreateView (1.1s) PASSED ddl.TestDDLLastInfo (3.0s) PASSED ddl.TestDeleteOnlyForDropExpressionIndex (1.1s) PASSED ddl.TestHashPartitionAddColumn (1.0s) PASSED ddl.TestIndexChange (2.1s) PASSED ddl.TestModifyColumnReorgCheckpoint (2.9s) PASSED ddl.TestParallelDDL (1.4s) PASSED ddl.TestTableDDLWithTimeType (1.0s) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_40_of_50/coverage.dat Test cases: finished with 10166 passing and 0 failing out of 10166 test cases Executed 360 out of 457 tests: 457 tests pass. root: /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs complete to collect bazel result. [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // dir [Pipeline] sh + ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log Parse from local file: tidb/bazel-test.log new flaky case: TestWithFailure sed: -e expression #1, char 6: unterminated address regex new flaky case: TestBackfillingSchedulerGlobalSortMode sed: -e expression #1, char 6: unterminated address regex new flaky case: TestBackfillingSchedulerGlobalSortMode sed: -e expression #1, char 6: unterminated address regex new flaky case: TestBackfillingSchedulerGlobalSortMode sed: -e expression #1, char 6: unterminated address regex new flaky case: TestBackfillingSchedulerGlobalSortMode sed: -e expression #1, char 6: unterminated address regex new flaky case: TestBackfillingSchedulerGlobalSortMode sed: -e expression #1, char 6: unterminated address regex new flaky case: TestBackfillingSchedulerGlobalSortMode sed: -e expression #1, char 6: unterminated address regex new flaky case: TestBackfillingSchedulerGlobalSortMode sed: -e expression #1, char 6: unterminated address regex new flaky case: TestBackfillingSchedulerGlobalSortMode sed: -e expression #1, char 6: unterminated address regex new flaky case: TestBackfillingSchedulerGlobalSortMode sed: -e expression #1, char 6: unterminated address regex new flaky case: TestBackfillingSchedulerGlobalSortMode sed: -e expression #1, char 6: unterminated address regex new flaky case: TestBackfillingSchedulerGlobalSortMode sed: -e expression #1, char 6: unterminated address regex new flaky case: TestBackfillingSchedulerGlobalSortMode sed: -e expression #1, char 6: unterminated address regex new flaky case: TestBackfillingSchedulerGlobalSortMode sed: -e expression #1, char 6: unterminated address regex new flaky case: TestBackfillingSchedulerGlobalSortMode sed: -e expression #1, char 6: unterminated address regex new flaky case: TestBackfillingSchedulerGlobalSortMode sed: -e expression #1, char 6: unterminated address regex new flaky case: TestBackfillingSchedulerGlobalSortMode Output files: bazel-flaky-summaries.log bazel-go-test-index.log bazel-go-test-problem-cases.json bazel-target-output-L1256-2070.log bazel-target-output-L2071-2885.log bazel-target-output-L239-331.log bazel-target-output-L2886-3705.log bazel-target-output-L3706-4525.log [Pipeline] sh ++ uuidgen + timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 71058ed5-a6db-4e37-a179-dd93e2d352a4' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: master' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30233/' --header 'ce-specversion: 1.0' --header 'content-type: application/json; charset=UTF-8' --data @bazel-go-test-problem-cases.json Note: Unnecessary use of -X or --request, POST is already inferred. % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 10.233.31.173... * TCP_NODELAY set * Connected to cloudevents-server.apps.svc (10.233.31.173) port 80 (#0) > POST /events HTTP/1.1 > Host: cloudevents-server.apps.svc > User-Agent: curl/7.61.1 > Accept: */* > ce-id: 71058ed5-a6db-4e37-a179-dd93e2d352a4 > ce-source: https://do.pingcap.net/jenkins/ > ce-type: test-case-run-report > ce-repo: pingcap/tidb > ce-branch: master > ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/30233/ > ce-specversion: 1.0 > content-type: application/json; charset=UTF-8 > Content-Length: 297 > } [297 bytes data] * upload completely sent off: 297 out of 297 bytes 100 297 0 0 100 297 0 246 0:00:01 0:00:01 --:--:-- 246 100 297 0 0 100 297 0 134 0:00:02 0:00:02 --:--:-- 134 100 297 0 0 100 297 0 92 0:00:03 0:00:03 --:--:-- 92 100 297 0 0 100 297 0 70 0:00:04 0:00:04 --:--:-- 70 100 297 0 0 100 297 0 56 0:00:05 0:00:05 --:--:-- 56 100 297 0 0 100 297 0 47 0:00:06 0:00:06 --:--:-- 0 100 297 0 0 100 297 0 41 0:00:07 0:00:07 --:--:-- 0 100 297 0 0 100 297 0 36 0:00:08 0:00:08 --:--:-- 0 100 297 0 0 100 297 0 32 0:00:09 0:00:09 --:--:-- 0+ true [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh [2025-04-05T07:24:56.454Z] ['info'] _____ _ / ____| | | | | ___ __| | ___ ___ _____ __ | | / _ \ / _` |/ _ \/ __/ _ \ \ / / | |___| (_) | (_| | __/ (_| (_) \ V / \_____\___/ \__,_|\___|\___\___/ \_/ Codecov report uploader 0.5.0 [2025-04-05T07:24:56.455Z] ['info'] => Project root located at: . [2025-04-05T07:24:56.458Z] ['info'] -> Token found by environment variables [2025-04-05T07:24:56.470Z] ['info'] Searching for coverage files... [2025-04-05T07:24:59.481Z] ['info'] => Found 1 possible coverage files: ./coverage.dat [2025-04-05T07:24:59.481Z] ['info'] Processing ./coverage.dat... [2025-04-05T07:25:00.008Z] ['info'] Using manual override from args. [2025-04-05T07:25:00.008Z] ['info'] Detected Jenkins CI as the CI provider. [2025-04-05T07:25:00.024Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F60386&build=30233&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Fghpr_unit_test%2F30233%2F&commit=1dd066acfb93132580c76c3bfc96682684becfc4&job=&pr=60386&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent= [2025-04-05T07:25:00.817Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/1dd066acfb93132580c76c3bfc96682684becfc4 https://storage.googleapis.com/codecov-production/shelter/v4/github/pingcap/tidb/1dd066acfb93132580c76c3bfc96682684becfc4/112ddc66-3eca-4e1f-8ec8-7b4bbc14c17a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250405%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250405T072500Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=f81dc1dc2f36ee59172adba32c498b98bbd535da844d1ccc7d4cee7025bc7523 [2025-04-05T07:25:00.817Z] ['info'] Uploading... [2025-04-05T07:25:04.543Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/1dd066acfb93132580c76c3bfc96682684becfc4"} [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test Enterprise Extensions) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb [Pipeline] { [Pipeline] sh + git diff --name-only d9fb3a53376157be49b5a7941e6e689a33c81eb0 HEAD + grep -qE '^pkg/extension/' [Pipeline] } [Pipeline] // dir Stage "Test Enterprise Extensions" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] catchError [Pipeline] { [Pipeline] sh [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS