Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/latest/pull_unit_test_ddlv1.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-pull-unit-test-ddlv1-2099-2csps-mjff6-7vjn1 Agent pingcap-tidb-pull-unit-test-ddlv1-2099-2csps-mjff6-7vjn1 is provisioned from template pingcap_tidb_pull_unit_test_ddlv1_2099-2csps-mjff6 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/pull_unit_test_ddlv1/2099/" runUrl: "job/pingcap/job/tidb/job/pull_unit_test_ddlv1/2099/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "cc9daa6f1a8a2d01d784bcc8c811123cea326aeb" jenkins/label: "pingcap_tidb_pull_unit_test_ddlv1_2099-2csps" name: "pingcap-tidb-pull-unit-test-ddlv1-2099-2csps-mjff6-7vjn1" 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-pull-unit-test-ddlv1-2099-2csps-mjff6-7vjn1" - name: "JENKINS_NAME" value: "pingcap-tidb-pull-unit-test-ddlv1-2099-2csps-mjff6-7vjn1" - 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-pull-unit-test-ddlv1-2099-2csps-mjff6-7vjn1 in /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1 [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/pull_unit_test_ddlv1 # 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 > 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 Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 > 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/pull_unit_test_ddlv1/2099/display/redirect JENKINS_URL=https://do.pingcap.net/jenkins/ EXECUTOR_NUMBER=0 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/pull_unit_test_ddlv1","buildid":"1908106818509344769","prowjobid":"c6c07393-a664-4ea2-817c-c5785517cd08","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":60132,"author":"mjonss","sha":"d992efb82fbe1dce48ee9795468c1255987b0fe0","title":"ddl: Non clustered reorg duplicate tidb rowid fix","head_ref":"non-clustered-reorg-duplicate-_tidb_rowid-fix","link":"https://github.com/pingcap/tidb/pull/60132","commit_link":"https://github.com/pingcap/tidb/pull/60132/commits/d992efb82fbe1dce48ee9795468c1255987b0fe0","author_link":"https://github.com/mjonss"}]}} _=/usr/bin/printenv BUILD_ID=1908106818509344769 POD_LABEL=pingcap_tidb_pull_unit_test_ddlv1_2099-2csps HOSTNAME=pingcap-tidb-pull-unit-test-ddlv1-2099-2csps-mjff6-7vjn1 OLDPWD=/home/jenkins RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_unit_test_ddlv1/2099/display/redirect?page=changes JENKINS_NODE_COOKIE=876167f5-013d-4b35-bf17-71810d874281 GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct JAVA_HOME=/usr/lib/jvm/jre-openjdk JOB_BASE_NAME=pull_unit_test_ddlv1 WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1@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=2099 KUBERNETES_PORT=tcp://10.233.0.1:443 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1 PWD=/home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1 HUDSON_URL=https://do.pingcap.net/jenkins/ HOME=/home/jenkins GOROOT=/usr/local/go NODE_NAME=pingcap-tidb-pull-unit-test-ddlv1-2099-2csps-mjff6-7vjn1 HUDSON_SERVER_COOKIE=83ef27fe9acccc92 JENKINS_HOME=/var/jenkins_home JOB_NAME=pingcap/tidb/pull_unit_test_ddlv1 RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_unit_test_ddlv1/2099/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/pull_unit_test_ddlv1/display/redirect PROW_JOB_ID=c6c07393-a664-4ea2-817c-c5785517cd08 KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443 RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_unit_test_ddlv1/2099/display/redirect?page=artifacts BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_unit_test_ddlv1/2099/ TERM=xterm STAGE_NAME=Debug info JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_unit_test_ddlv1/ BUILD_DISPLAY_NAME=#2099 SHLVL=3 GIT_BRANCH=origin/main BUILD_TAG=jenkins-pingcap-tidb-pull_unit_test_ddlv1-2099 KUBERNETES_SERVICE_PORT=443 NODE_LABELS=pingcap-tidb-pull-unit-test-ddlv1-2099-2csps-mjff6-7vjn1 pingcap_tidb_pull_unit_test_ddlv1_2099-2csps 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-65e72821ba8d5bf9c72b4a4cc2ac02627537dbbdfc43a704a0209c6d4c42f670 + 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-build458799687=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw- 1 jenkins root 1, 3 Apr 4 10:38 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-pull-unit-test-ddlv1-2099-2csps-mjff6-7vjn1 bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-pull-unit-test-ddlv1-2099-2csps-mjff6-7vjn1 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: 34041 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: b0c183c755e38a2e (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 27 IN A 20.205.243.166 github.com. 27 IN A 20.27.177.113 ;; Query time: 0 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Fri Apr 04 10:38:47 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/pull_unit_test_ddlv1/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-d9fb3a5) 1213224960 bytes in 6.25 secs (193998914 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/pull_unit_test_ddlv1/tidb/.git/ .git Updating files: 93% (6019/6465) Updating files: 94% (6078/6465) Updating files: 95% (6142/6465) Updating files: 96% (6207/6465) Updating files: 97% (6272/6465) Updating files: 98% (6336/6465) Updating files: 99% (6401/6465) Updating files: 100% (6465/6465) Updating files: 100% (6465/6465), done. HEAD is now at d9fb3a5337 ddl: Implement TableMode feature (#59009) POST git-upload-pack (656 bytes) POST git-upload-pack (973 bytes) From https://github.com/pingcap/tidb = [up to date] master -> origin/master * [new ref] refs/pull/60132/head -> origin/pr/60132/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 ... Updating d9fb3a5337..d992efb82f Fast-forward Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. pkg/ddl/partition.go | 99 +- pkg/ddl/tests/partition/db_partition_test.go | 54 +- pkg/ddl/tests/partition/multi_domain_test.go | 1893 +++++++++++++++++++++-- pkg/table/table.go | 13 + pkg/table/table_test.go | 7 +- pkg/table/tables/partition.go | 268 +++- pkg/table/tables/tables.go | 8 +- tests/integrationtest/r/ddl/db_partition.result | 8 +- 8 files changed, 2047 insertions(+), 303 deletions(-) ๐Ÿงพ Pre-merged result: d992efb82fbe1dce48ee9795468c1255987b0fe0 d992efb82f Merge remote-tracking branch 'pingcap/master' into non-clustered-reorg-duplicate-_tidb_rowid-fix 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-d992efb) 1213952000 bytes in 20.68 secs (58701218 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/pull_unit_test_ddlv1/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/pull_unit_test_ddlv1/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: f4f2294e-3f17-444e-854a-a06575133aa0 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/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/pull_unit_test_ddlv1/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_04_10_38_38.3778663292/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/pull_unit_test_ddlv1/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/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 (170 packages loaded, 5919 targets configured) INFO: Analyzed target //:gazelle (430 packages loaded, 6967 targets configured).  checking cached actions INFO: Found 1 target... [0 / 295] [Prepa] Expanding template gazelle-runner.bash [24 / 530] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/image.a, 171.8 KiB / 798.9 KiB; 0s remote-cache ... (4 actions, 0 running) [24 / 530] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/internal/fuzz.a, 1023.8 KiB / 1.2 MiB; 1s remote-cache ... (4 actions, 0 running) [24 / 530] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 3.0 MiB / 18.9 MiB; 3s remote-cache ... (4 actions, 0 running) [24 / 530] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 12.0 MiB / 18.9 MiB; 4s remote-cache ... (4 actions, 0 running) [153 / 530] GoCompilePkg external/co_honnef_go_tools/go/ir/ir.a [for tool]; Downloading external/co_honnef_go_tools/go/ir/ir.a, 6.0 MiB / 6.2 MiB; 0s remote-cache ... (17 actions, 0 running) [486 / 530] [Prepa] Running nogo on @com_github_bazelbuild_buildtools//tables:tables ... (9 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 36.360s, Critical Path: 7.20s 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/pull_unit_test_ddlv1/tidb && " \ //tools/tazel:tazel INFO: Invocation ID: e180c0e6-bd7c-4ada-86a3-c9027dbf2803 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/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/pull_unit_test_ddlv1/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_04_10_38_38.3778663292/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/pull_unit_test_ddlv1/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/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 (35 packages loaded, 7113 targets configured) Analyzing: target //tools/tazel:tazel (256 packages loaded, 8304 targets configured) INFO: Analyzed target //tools/tazel:tazel (277 packages loaded, 8593 targets configured). INFO: Found 1 target... [0 / 3] [Prepa] BazelWorkspaceStatusAction stable-status.txt [1,030 / 1,307] GoCompilePkg external/org_golang_google_grpc/internal/transport/transport.a; Downloading external/org_golang_google_grpc/internal/transport/transport.a, 894.0 KiB / 2.1 MiB; 0s remote-cache ... (8 actions, 0 running) [1,220 / 1,307] GoCompilePkg external/com_github_tikv_pd_client/resource_group/controller/controller.a; Downloading external/com_github_tikv_pd_client/resource_group/controller/controller.a, 799.6 KiB / 1.4 MiB; 0s remote-cache ... (9 actions, 0 running) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 5.681s, Critical Path: 2.79s 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/pull_unit_test_ddlv1/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,ddlargsv1 \ -- //... -//cmd/... -//tests/graceshutdown/... \ -//tests/globalkilltest/... -//tests/readonlytest/... -//tests/realtikvtest/... INFO: Invocation ID: 9792b524-80cb-447d-8e48-55a84be0ebab INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/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/pull_unit_test_ddlv1/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_04_10_38_38.3778663292/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/pull_unit_test_ddlv1/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/pull_unit_test_ddlv1/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition test:ci in file /home/jenkins/agent/workspace/pingcap/tidb/pull_unit_test_ddlv1/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 (1122 packages loaded, 7005 targets configured) Analyzing: 457 targets (1487 packages loaded, 14190 targets configured) Analyzing: 457 targets (1627 packages loaded, 15371 targets configured) Analyzing: 457 targets (1757 packages loaded, 16810 targets configured) Analyzing: 457 targets (1969 packages loaded, 19400 targets configured) Analyzing: 457 targets (1980 packages loaded, 19617 targets configured) Analyzing: 457 targets (2221 packages loaded, 21847 targets configured) Analyzing: 457 targets (2221 packages loaded, 21847 targets configured) Analyzing: 457 targets (2277 packages loaded, 22613 targets configured) Analyzing: 457 targets (2282 packages loaded, 23077 targets configured) INFO: Analyzed 457 targets (2282 packages loaded, 23139 targets configured). INFO: Found 457 test targets... [0 / 326] [Prepa] Writing file br/pkg/backup/prepare_snap/prepare_snap_test/baseline_coverage.dat ... (7 actions, 0 running) [1,394 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net.a, 1.2 MiB / 4.1 MiB; 0s remote-cache ... (35 actions, 0 running) [1,426 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 10.7 MiB / 18.9 MiB; 1s remote-cache ... (35 actions, 0 running) [1,429 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 2s remote-cache ... (35 actions, 0 running) [1,432 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 8.0 MiB / 18.9 MiB; 3s remote-cache ... (35 actions, 0 running) [1,477 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 17.0 MiB / 18.9 MiB; 4s remote-cache ... (36 actions, 2 running) [1,489 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64_race/net/http.a, 6.0 MiB / 9.3 MiB; 4s remote-cache ... (36 actions, 2 running) [1,895 / 24,050] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 5s remote-cache ... (35 actions, 2 running) [2,307 / 24,050] GoCompilePkg external/com_github_golangci_misspell/misspell.a [for tool]; Downloading external/com_github_golangci_misspell/misspell.a, 5.0 MiB / 5.6 MiB; 0s remote-cache ... (35 actions, 0 running) [2,713 / 24,050] GoLink pkg/util/partialjson/partialjson_test_/partialjson_test; Downloading pkg/util/partialjson/partialjson_test_/partialjson_test, 2.7 MiB / 4.3 MiB; 0s remote-cache ... (35 actions, 0 running) [3,081 / 24,050] GoCompilePkg build/linter/predeclared/predeclared.a [for tool]; Downloading build/linter/predeclared/predeclared.a; 0s remote-cache ... (34 actions, 0 running) [3,504 / 24,050] GoCompilePkg external/com_github_golang_protobuf/ptypes/wrappers/wrappers.a; Downloading external/com_github_golang_protobuf/ptypes/wrappers/wrappers.a; 0s remote-cache ... (35 actions, 0 running) [3,804 / 24,050] GoCompilePkg external/com_github_grpc_ecosystem_grpc_gateway/internal/go_default_library.a; Downloading external/com_github_grpc_ecosystem_grpc_gateway/internal/go_default_library.x; 0s remote-cache ... (34 actions, 0 running) [4,136 / 24,050] GoLink br/pkg/summary/summary_test_/summary_test; 0s remote-cache ... (35 actions, 0 running) [4,316 / 24,050] GoLink pkg/testkit/testfork/testfork_test_/testfork_test; 0s remote-cache ... (35 actions, 0 running) [4,550 / 24,050] GoLink pkg/util/paging/paging_test_/paging_test; Downloading pkg/util/paging/paging_test_/paging_test, 5.0 MiB / 5.1 MiB; 0s remote-cache ... (35 actions, 0 running) [4,741 / 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, 18.0 MiB / 71.4 MiB; 0s remote-cache ... (35 actions, 0 running) [4,960 / 24,050] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 1s remote-cache ... (35 actions, 0 running) [5,186 / 24,050] GoLink pkg/util/engine/engine_test_/engine_test; Downloading pkg/util/engine/engine_test_/engine_test, 19.0 MiB / 20.1 MiB; 0s remote-cache ... (34 actions, 0 running) [5,443 / 24,050] GoLink pkg/parser/parser_test_/parser_test; 0s remote-cache ... (35 actions, 0 running) [5,784 / 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, 56.0 MiB / 77.2 MiB; 1s remote-cache ... (35 actions, 0 running) [5,994 / 24,050] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 2s remote-cache ... (35 actions, 0 running) [6,556 / 24,071] GoCompilePkg external/com_github_tikv_client_go_v2/txnkv/transaction/transaction.a; Downloading external/com_github_tikv_client_go_v2/txnkv/transaction/transaction.a, 2.0 MiB / 4.5 MiB; 0s remote-cache ... (32 actions, 0 running) [7,444 / 24,126] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 9.0 MiB / 134.7 MiB; 0s remote-cache ... (34 actions, 0 running) [8,113 / 24,228] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 82.9 MiB / 134.7 MiB; 1s remote-cache ... (35 actions, 0 running) [9,075 / 24,244] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; 2s remote-cache ... (34 actions, 0 running) [10,173 / 24,315] 16 / 457 tests; GoLink pkg/privilege/privileges/ldap/ldap_test_/ldap_test; Downloading pkg/privilege/privileges/ldap/ldap_test_/ldap_test, 8.2 MiB / 23.5 MiB; 0s remote-cache ... (35 actions, 0 running) [10,988 / 24,381] 64 / 457 tests; GoLink pkg/config/config_test_/config_test; Downloading pkg/config/config_test_/config_test, 16.0 MiB / 25.1 MiB; 0s remote-cache ... (35 actions, 0 running) [11,419 / 24,383] 76 / 457 tests; GoLink pkg/server/internal/util/util_test_/util_test; Downloading pkg/server/internal/util/util_test_/util_test, 11.0 MiB / 24.5 MiB; 0s remote-cache ... (35 actions, 0 running) [11,712 / 24,383] 77 / 457 tests; GoLink pkg/ttl/metrics/metrics_test_/metrics_test; Downloading pkg/ttl/metrics/metrics_test_/metrics_test, 11.9 MiB / 23.6 MiB; 0s remote-cache ... (35 actions, 0 running) [11,817 / 24,387] 78 / 457 tests; GoLink pkg/types/types_test_/types_test; Downloading pkg/types/types_test_/types_test, 19.0 MiB / 35.0 MiB; 1s remote-cache ... (34 actions, 0 running) [11,852 / 24,387] 79 / 457 tests; GoLink pkg/types/types_test_/types_test; Downloading pkg/types/types_test_/types_test, 27.0 MiB / 35.0 MiB; 2s remote-cache ... (35 actions, 0 running) [11,876 / 24,387] 79 / 457 tests; GoLink pkg/types/types_test_/types_test; Downloading pkg/types/types_test_/types_test, 34.2 MiB / 35.0 MiB; 3s remote-cache ... (35 actions, 0 running) [11,918 / 24,387] 79 / 457 tests; GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 39.6 MiB / 45.7 MiB; 4s remote-cache ... (35 actions, 0 running) [11,964 / 24,387] 79 / 457 tests; GoCompilePkg pkg/metrics/expression.recompile552.a; Downloading pkg/metrics/expression.recompile552.a, 40.0 MiB / 96.8 MiB; 5s remote-cache ... (35 actions, 0 running) [12,044 / 24,389] 79 / 457 tests; GoCompilePkg pkg/metrics/expression.recompile552.a; Downloading pkg/metrics/expression.recompile552.a, 54.0 MiB / 96.8 MiB; 6s remote-cache ... (35 actions, 0 running) [12,124 / 24,393] 82 / 457 tests; GoCompilePkg pkg/metrics/expression.recompile552.a; Downloading pkg/metrics/expression.recompile552.a, 68.3 MiB / 96.8 MiB; 7s remote-cache ... (35 actions, 0 running) [12,181 / 24,393] 82 / 457 tests; GoCompilePkg pkg/metrics/expression.recompile552.a; Downloading pkg/metrics/expression.recompile552.a, 79.0 MiB / 96.8 MiB; 8s remote-cache ... (35 actions, 0 running) [12,229 / 24,393] 82 / 457 tests; GoCompilePkg pkg/metrics/expression.recompile552.a; Downloading pkg/metrics/expression.recompile552.a, 89.0 MiB / 96.8 MiB; 9s remote-cache ... (35 actions, 0 running) [12,282 / 24,395] 82 / 457 tests; GoCompilePkg pkg/metrics/expression.recompile552.a; 10s remote-cache ... (35 actions, 0 running) [12,318 / 24,407] 83 / 457 tests; GoLink pkg/util/generatedexpr/generatedexpr_test_/generatedexpr_test; Downloading pkg/util/generatedexpr/generatedexpr_test_/generatedexpr_test, 39.0 MiB / 44.6 MiB; 4s remote-cache ... (35 actions, 0 running) [12,367 / 24,407] 83 / 457 tests; GoLink br/pkg/restore/internal/rawkv/rawkv_test_/rawkv_test; Downloading br/pkg/restore/internal/rawkv/rawkv_test_/rawkv_test, 36.2 MiB / 37.6 MiB; 4s remote-cache ... (35 actions, 0 running) [12,438 / 24,407] 83 / 457 tests; GoCompilePkg pkg/ddl/placement/expression.recompile538.a; Downloading pkg/ddl/placement/expression.recompile538.a, 44.7 MiB / 99.9 MiB; 4s remote-cache ... (36 actions, 2 running) [12,491 / 24,407] 83 / 457 tests; GoCompilePkg pkg/ddl/placement/expression.recompile538.a; Downloading pkg/ddl/placement/expression.recompile538.a, 57.0 MiB / 99.9 MiB; 5s remote-cache ... (36 actions, 2 running) [12,559 / 24,407] 84 / 457 tests; GoCompilePkg pkg/ddl/placement/expression.recompile538.a; Downloading pkg/ddl/placement/expression.recompile538.a, 69.0 MiB / 99.9 MiB; 6s remote-cache ... (37 actions, 5 running) [12,626 / 24,407] 84 / 457 tests; GoCompilePkg pkg/ddl/placement/expression.recompile538.a; Downloading pkg/ddl/placement/expression.recompile538.a, 83.0 MiB / 99.9 MiB; 7s remote-cache ... (39 actions, 8 running) [12,671 / 24,410] 84 / 457 tests; GoCompilePkg pkg/ddl/placement/expression.recompile538.a; Downloading pkg/ddl/placement/expression.recompile538.a, 92.0 MiB / 99.9 MiB; 8s remote-cache ... (40 actions, 10 running) [12,712 / 24,410] 85 / 457 tests; GoCompilePkg pkg/ddl/placement/expression.recompile538.a; 9s remote-cache ... (41 actions, 12 running) [12,764 / 24,410] 85 / 457 tests; GoCompilePkg pkg/store/helper/expression.recompile549.a; Downloading pkg/store/helper/expression.recompile549.a, 86.0 MiB / 96.8 MiB; 8s remote-cache ... (40 actions, 10 running) [12,807 / 24,410] 85 / 457 tests; GoCompilePkg pkg/store/helper/expression.recompile549.a; Downloading pkg/store/helper/expression.recompile549.a, 95.0 MiB / 96.8 MiB; 9s remote-cache ... (41 actions, 12 running) [12,843 / 24,410] 85 / 457 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1186.a; Downloading pkg/sessionctx/variable/expression.recompile1186.a, 94.0 MiB / 96.8 MiB; 9s remote-cache ... (44 actions, 19 running) [12,887 / 24,410] 85 / 457 tests; GoCompilePkg pkg/expression/expression.a; 9s remote-cache ... (41 actions, 13 running) [12,956 / 24,410] 85 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 70.0 MiB / 146.9 MiB; 7s remote-cache ... (40 actions, 11 running) [13,037 / 24,463] 86 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 83.0 MiB / 146.9 MiB; 8s remote-cache ... (44 actions, 18 running) [13,099 / 24,463] 86 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 98.0 MiB / 146.9 MiB; 9s remote-cache ... (45 actions, 20 running) [13,167 / 24,463] 86 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 111.0 MiB / 146.9 MiB; 10s remote-cache ... (45 actions, 21 running) [13,231 / 24,467] 87 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 125.0 MiB / 146.9 MiB; 11s remote-cache ... (45 actions, 22 running) [13,276 / 24,469] 88 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 137.0 MiB / 146.9 MiB; 12s remote-cache ... (45 actions, 21 running) [13,330 / 24,473] 90 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 13s remote-cache ... (48 actions, 27 running) [13,379 / 24,477] 91 / 457 tests; GoLink pkg/table/table_test_/table_test; 6s remote-cache ... (49 actions, 28 running) [13,440 / 24,541] 93 / 457 tests; GoLink pkg/util/mock/mock_test_/mock_test; Downloading pkg/util/mock/mock_test_/mock_test, 29.6 MiB / 50.1 MiB; 3s remote-cache ... (46 actions, 22 running) [13,487 / 24,541] 94 / 457 tests; GoLink pkg/util/mock/mock_test_/mock_test; Downloading pkg/util/mock/mock_test_/mock_test, 41.0 MiB / 50.1 MiB; 4s remote-cache ... (46 actions, 22 running) [13,551 / 24,545] 97 / 457 tests; GoLink pkg/expression/sessionexpr/sessionexpr_test_/sessionexpr_test; Downloading pkg/expression/sessionexpr/sessionexpr_test_/sessionexpr_test, 48.9 MiB / 50.3 MiB; 4s remote-cache ... (46 actions, 23 running) [13,629 / 24,587] 98 / 457 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 59.0 MiB / 96.8 MiB; 4s remote-cache ... (48 actions, 26 running) [13,683 / 24,587] 100 / 457 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 73.0 MiB / 96.8 MiB; 5s remote-cache ... (50 actions, 30 running) [13,768 / 24,589] 102 / 457 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 92.0 MiB / 96.8 MiB; 6s remote-cache ... (49 actions, 28 running) [13,870 / 24,612] 104 / 457 tests; GoLink pkg/store/helper/helper_test_/helper_test; 4s remote-cache, linux-sandbox ... (46 actions, 22 running) [13,949 / 24,694] 108 / 457 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; 4s remote-cache, linux-sandbox ... (47 actions, 25 running) [14,001 / 24,708] 111 / 457 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; 5s remote-cache, linux-sandbox ... (48 actions, 26 running) [14,072 / 24,708] 115 / 457 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; 6s remote-cache, linux-sandbox ... (50 actions, 30 running) [14,150 / 24,721] 118 / 457 tests; GoLink pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test; Downloading pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test, 43.9 MiB / 62.0 MiB; 3s remote-cache ... (46 actions, 22 running) [14,247 / 24,726] 120 / 457 tests; GoLink pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test; 4s remote-cache ... (50 actions, 31 running) [14,336 / 24,730] 124 / 457 tests; GoCompilePkg pkg/store/copr/copr_test.internal.a; 2s remote-cache, linux-sandbox ... (56 actions, 44 running) [14,439 / 24,745] 126 / 457 tests; GoCompilePkg pkg/meta/privileges.recompile1274.a; 1s remote-cache, linux-sandbox ... (55 actions, 41 running) [14,579 / 24,768] 129 / 457 tests; GoCompilePkg pkg/store/copr/copr.a; 1s remote-cache, linux-sandbox ... (54 actions, 38 running) [14,718 / 24,768] 129 / 457 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; 1s remote-cache, linux-sandbox ... (56 actions, 42 running) [14,837 / 24,777] 130 / 457 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; 2s remote-cache, linux-sandbox ... (55 actions, 40 running) [15,041 / 24,777] 132 / 457 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; 3s remote-cache, linux-sandbox ... (60 actions, 51 running) [15,127 / 24,814] 133 / 457 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; 4s remote-cache, linux-sandbox ... (65 actions, 61 running) [15,190 / 24,838] 133 / 457 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; 5s remote-cache, linux-sandbox ... (64 actions, 58 running) [15,238 / 24,842] 134 / 457 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; 6s remote-cache, linux-sandbox ... (64 actions, 58 running) [15,274 / 24,866] 135 / 457 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; 7s remote-cache, linux-sandbox ... (60 actions, 52 running) [15,326 / 24,928] 135 / 457 tests; GoLink pkg/executor/mppcoordmanager/mppcoordmanager_test_/mppcoordmanager_test; 3s remote-cache, linux-sandbox ... (55 actions, 40 running) [15,371 / 24,928] 135 / 457 tests; GoLink pkg/executor/mppcoordmanager/mppcoordmanager_test_/mppcoordmanager_test; 4s remote-cache, linux-sandbox ... (58 actions, 47 running) [15,418 / 24,941] 137 / 457 tests; GoLink pkg/executor/mppcoordmanager/mppcoordmanager_test_/mppcoordmanager_test; 5s remote-cache, linux-sandbox ... (58 actions, 47 running) [15,477 / 24,941] 137 / 457 tests; GoCompilePkg pkg/sessionctx/stmtctx/local.recompile1313.a; 1s remote-cache, linux-sandbox ... (58 actions, 46 running) [15,526 / 24,941] 137 / 457 tests; GoLink pkg/store/driver/txn/txn_test_/txn_test; 2s remote-cache, linux-sandbox ... (55 actions, 40 running) [15,579 / 24,947] 140 / 457 tests; GoLink pkg/store/driver/txn/txn_test_/txn_test; 3s remote-cache, linux-sandbox ... (62 actions, 54 running) [15,619 / 24,949] 142 / 457 tests; GoLink pkg/store/driver/txn/txn_test_/txn_test; 4s remote-cache, linux-sandbox ... (64 actions, 59 running) [15,662 / 25,005] 143 / 457 tests; GoLink pkg/distsql/distsql_test_/distsql_test; 4s remote-cache, linux-sandbox ... (64 actions, 58 running) [15,691 / 25,005] 143 / 457 tests; GoLink pkg/distsql/distsql_test_/distsql_test; 5s remote-cache, linux-sandbox ... (62 actions, 55 running) [15,728 / 25,009] 145 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 7 of 36); 4s remote-cache, linux-sandbox ... (63 actions, 56 running) [15,776 / 25,015] 146 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 7 of 36); 5s remote-cache, linux-sandbox ... (66 actions, 62 running) [15,830 / 25,015] 148 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 7 of 36); 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [15,863 / 25,015] 148 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 29 of 36); 7s remote-cache, linux-sandbox ... (69 actions, 68 running) [15,927 / 25,015] 148 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 29 of 36); 8s remote-cache, linux-sandbox ... (66 actions, 62 running) [16,015 / 25,073] 148 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 29 of 36); 9s remote-cache, linux-sandbox ... (67 actions, 64 running) [16,059 / 25,073] 148 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 29 of 36); 10s remote-cache, linux-sandbox ... (63 actions, 56 running) [16,124 / 25,073] 148 / 457 tests; Testing //pkg/store/copr:copr_test (shard 24 of 31); 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,142 / 25,073] 148 / 457 tests; Testing //pkg/store/copr:copr_test (shard 24 of 31); 7s remote-cache, linux-sandbox ... (67 actions running) [16,185 / 25,073] 148 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 15 of 36); 7s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,203 / 25,073] 148 / 457 tests; GoCompilePkg pkg/sessionctx/variable/ddl.recompile1317.a; 8s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,223 / 25,073] 148 / 457 tests; GoCompilePkg pkg/meta/ddl.recompile1311.a; 8s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,248 / 25,073] 149 / 457 tests; Testing //pkg/store/copr:copr_test (shard 1 of 31); 8s remote-cache, linux-sandbox ... (68 actions, 67 running) [16,266 / 25,073] 149 / 457 tests; Testing //pkg/store/copr:copr_test (shard 1 of 31); 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,305 / 25,073] 149 / 457 tests; Testing //pkg/store/copr:copr_test (shard 1 of 31); 10s remote-cache, linux-sandbox ... (67 actions, 64 running) [16,337 / 25,073] 149 / 457 tests; Testing //pkg/store/copr:copr_test (shard 1 of 31); 11s remote-cache, linux-sandbox ... (68 actions, 66 running) [16,362 / 25,073] 149 / 457 tests; Testing //pkg/store/copr:copr_test (shard 1 of 31); 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,388 / 25,073] 149 / 457 tests; Testing //pkg/store/copr:copr_test (shard 1 of 31); 13s remote-cache, linux-sandbox ... (67 actions, 66 running) [16,411 / 25,073] 149 / 457 tests; Testing //pkg/store/copr:copr_test (shard 1 of 31); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,438 / 25,073] 149 / 457 tests; Testing //pkg/store/copr:copr_test (shard 1 of 31); 15s remote-cache, linux-sandbox ... (68 actions, 66 running) [16,459 / 25,073] 149 / 457 tests; Testing //pkg/store/copr:copr_test (shard 1 of 31); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,492 / 25,073] 149 / 457 tests; Testing //pkg/store/copr:copr_test (shard 1 of 31); 17s remote-cache, linux-sandbox ... (66 actions, 64 running) [16,516 / 25,073] 149 / 457 tests; Testing //pkg/store/copr:copr_test (shard 1 of 31); 18s remote-cache, linux-sandbox ... (67 actions, 66 running) [16,547 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,564 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,631 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,655 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 18s remote-cache, linux-sandbox ... (70 actions running) [16,674 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 19s remote-cache, linux-sandbox ... (67 actions, 66 running) [16,715 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 20s remote-cache, linux-sandbox ... (70 actions running) [16,733 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 21s remote-cache, linux-sandbox ... (70 actions running) [16,762 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 22s remote-cache, linux-sandbox ... (68 actions running) [16,787 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 23s remote-cache, linux-sandbox ... (70 actions running) [16,807 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 24s remote-cache, linux-sandbox ... (65 actions, 61 running) [16,836 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,863 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,883 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,902 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 29s remote-cache, linux-sandbox ... (67 actions, 64 running) [16,918 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,930 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [16,958 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 32s remote-cache, linux-sandbox ... (69 actions running) [16,977 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 33s remote-cache, linux-sandbox ... (69 actions running) [16,987 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,008 / 25,073] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,037 / 25,099] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 36s remote-cache, linux-sandbox ... (67 actions, 64 running) [17,068 / 25,099] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 37s remote-cache, linux-sandbox ... (66 actions, 62 running) [17,095 / 25,099] 150 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 38s remote-cache, linux-sandbox ... (67 actions, 64 running) [17,125 / 25,101] 151 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 39s remote-cache, linux-sandbox ... (67 actions, 64 running) [17,165 / 25,159] 158 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 40s remote-cache, linux-sandbox ... (67 actions, 64 running) [17,189 / 25,159] 158 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 41s remote-cache, linux-sandbox ... (66 actions, 63 running) [17,209 / 25,161] 159 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 42s remote-cache, linux-sandbox ... (63 actions, 57 running) [17,253 / 25,167] 160 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 43s remote-cache, linux-sandbox ... (67 actions, 64 running) [17,287 / 25,181] 161 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 44s remote-cache, linux-sandbox ... (63 actions, 56 running) [17,329 / 25,181] 161 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 45s remote-cache, linux-sandbox ... (65 actions, 60 running) [17,351 / 25,181] 161 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 46s remote-cache, linux-sandbox ... (65 actions, 60 running) [17,373 / 25,181] 161 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 47s remote-cache, linux-sandbox ... (67 actions, 64 running) [17,402 / 25,183] 162 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 48s remote-cache, linux-sandbox ... (65 actions, 60 running) [17,424 / 25,188] 163 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 49s remote-cache, linux-sandbox ... (67 actions, 64 running) [17,457 / 25,193] 164 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 50s remote-cache, linux-sandbox ... (67 actions, 64 running) [17,481 / 25,197] 167 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 51s remote-cache, linux-sandbox ... (68 actions, 66 running) [17,502 / 25,197] 167 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,528 / 25,197] 168 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 53s remote-cache, linux-sandbox ... (65 actions, 64 running) [17,554 / 25,197] 168 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,575 / 25,197] 168 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,598 / 25,197] 168 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 56s remote-cache, linux-sandbox ... (70 actions running) [17,623 / 25,197] 168 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 57s remote-cache, linux-sandbox ... (70 actions running) [17,641 / 25,197] 168 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 58s remote-cache, linux-sandbox ... (68 actions, 66 running) [17,680 / 25,197] 168 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,706 / 25,197] 169 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 60s remote-cache, linux-sandbox ... (67 actions, 64 running) [17,731 / 25,197] 169 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,752 / 25,202] 169 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 63s remote-cache, linux-sandbox ... (68 actions, 66 running) [17,777 / 25,202] 170 / 457 tests; Testing //br/pkg/streamhelper:streamhelper_test (shard 23 of 36); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,802 / 25,202] 171 / 457 tests; GoCompilePkg pkg/store/mockstore/mockcopr/ddl.recompile1315.a; 5s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,825 / 25,202] 171 / 457 tests; GoCompilePkg pkg/store/mockstore/mockcopr/ddl.recompile1315.a; 6s remote-cache, linux-sandbox ... (69 actions running) [17,844 / 25,202] 171 / 457 tests; GoCompilePkg pkg/store/mockstore/mockcopr/ddl.recompile1315.a; 7s remote-cache, linux-sandbox ... (69 actions running) [17,861 / 25,202] 171 / 457 tests; GoCompilePkg pkg/store/mockstore/mockcopr/ddl.recompile1315.a; 8s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,883 / 25,202] 171 / 457 tests; GoCompilePkg pkg/store/mockstore/mockcopr/ddl.recompile1315.a; 9s remote-cache, linux-sandbox ... (64 actions, 62 running) [17,907 / 25,202] 171 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 8s remote-cache, linux-sandbox ... (69 actions, 68 running) [17,938 / 25,202] 171 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,015 / 25,202] 171 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,049 / 25,202] 171 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,064 / 25,231] 171 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 12s remote-cache, linux-sandbox ... (68 actions, 66 running) [18,089 / 25,231] 171 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 13s remote-cache, linux-sandbox ... (67 actions, 64 running) [18,110 / 25,231] 172 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 14s remote-cache, linux-sandbox ... (68 actions, 66 running) [18,129 / 25,231] 172 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 15s remote-cache, linux-sandbox ... (68 actions, 66 running) [18,157 / 25,233] 172 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 16s remote-cache, linux-sandbox ... (67 actions, 65 running) [18,170 / 25,233] 173 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 17s remote-cache, linux-sandbox ... (67 actions, 64 running) [18,195 / 25,233] 173 / 457 tests; GoCompilePkg pkg/meta/core.recompile1351.a; 18s remote-cache, linux-sandbox ... (68 actions, 66 running) [18,231 / 25,233] 173 / 457 tests; GoCompilePkg pkg/sessionctx/sessionstates/core.recompile1382.a; 18s remote-cache, linux-sandbox ... (68 actions, 66 running) [18,240 / 25,233] 173 / 457 tests; GoCompilePkg pkg/sessionctx/sessionstates/core.recompile1382.a; 19s remote-cache, linux-sandbox ... (68 actions, 66 running) [18,268 / 25,238] 174 / 457 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1358.a; 16s remote-cache, linux-sandbox ... (66 actions, 62 running) [18,295 / 25,238] 174 / 457 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1358.a; 17s remote-cache, linux-sandbox ... (67 actions, 65 running) [18,309 / 25,270] 175 / 457 tests; GoCompilePkg pkg/sessionctx/variable/core.recompile1358.a; 18s remote-cache, linux-sandbox ... (68 actions, 67 running) [18,332 / 25,272] 176 / 457 tests; GoCompilePkg pkg/extension/core.recompile1387.a; 17s remote-cache, linux-sandbox ... (67 actions, 65 running) [18,351 / 25,289] 177 / 457 tests; GoCompilePkg pkg/extension/core.recompile1387.a; 18s remote-cache, linux-sandbox ... (67 actions, 64 running) [18,371 / 25,289] 177 / 457 tests; GoCompilePkg pkg/table/tables/core.recompile1359.a; 4s remote-cache, linux-sandbox ... (68 actions, 66 running) [18,393 / 25,289] 177 / 457 tests; GoCompilePkg pkg/table/tables/core.recompile1359.a; 5s remote-cache, linux-sandbox ... (68 actions, 66 running) [18,414 / 25,289] 177 / 457 tests; GoCompilePkg pkg/table/tables/core.recompile1359.a; 6s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,429 / 25,289] 178 / 457 tests; GoCompilePkg pkg/table/tables/core.recompile1359.a; 8s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,453 / 25,294] 178 / 457 tests; GoCompilePkg pkg/table/tables/core.recompile1359.a; 9s remote-cache, linux-sandbox ... (68 actions, 67 running) [18,469 / 25,294] 179 / 457 tests; GoCompilePkg pkg/table/tables/core.recompile1359.a; 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,486 / 25,294] 179 / 457 tests; GoCompilePkg pkg/table/tables/core.recompile1359.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,502 / 25,300] 179 / 457 tests; GoCompilePkg pkg/table/tables/core.recompile1359.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,519 / 25,300] 179 / 457 tests; GoCompilePkg pkg/table/tables/core.recompile1359.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,527 / 25,300] 179 / 457 tests; GoCompilePkg pkg/table/tables/core.recompile1359.a; 14s remote-cache, linux-sandbox ... (68 actions running) [18,533 / 25,300] 179 / 457 tests; GoCompilePkg pkg/table/tables/core.recompile1359.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,547 / 25,300] 179 / 457 tests; GoCompilePkg pkg/table/tables/core.recompile1359.a; 16s remote-cache, linux-sandbox ... (69 actions running) [18,559 / 25,300] 179 / 457 tests; GoCompilePkg pkg/table/tables/core.recompile1359.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,566 / 25,300] 179 / 457 tests; GoCompilePkg pkg/table/tables/core.recompile1359.a; 18s remote-cache, linux-sandbox ... (69 actions running) [18,578 / 25,300] 179 / 457 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1358.a; 18s remote-cache, linux-sandbox ... (68 actions, 66 running) [18,589 / 25,300] 179 / 457 tests; GoCompilePkg pkg/sessionctx/stmtctx/core.recompile1358.a; 20s remote-cache, linux-sandbox ... (68 actions, 67 running) [18,606 / 25,300] 179 / 457 tests; GoCompilePkg pkg/statistics/core.recompile1363.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,624 / 25,300] 179 / 457 tests; GoCompilePkg pkg/meta/executor.recompile1360.a; 15s remote-cache, linux-sandbox ... (68 actions, 66 running) [18,637 / 25,300] 179 / 457 tests; GoCompilePkg pkg/meta/executor.recompile1360.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,663 / 25,300] 179 / 457 tests; GoCompilePkg pkg/meta/executor.recompile1360.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,677 / 25,300] 180 / 457 tests; GoCompilePkg pkg/meta/executor.recompile1360.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,691 / 25,300] 180 / 457 tests; GoCompilePkg pkg/planner/funcdep/core.recompile1358.a; 16s remote-cache, linux-sandbox ... (67 actions, 66 running) [18,709 / 25,311] 180 / 457 tests; GoCompilePkg pkg/planner/funcdep/core.recompile1358.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,730 / 25,311] 180 / 457 tests; GoCompilePkg pkg/planner/funcdep/core.recompile1358.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,737 / 25,311] 180 / 457 tests; GoCompilePkg pkg/planner/funcdep/core.recompile1358.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,760 / 25,311] 180 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/ddl.recompile1199.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,775 / 25,311] 180 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/ddl.recompile1199.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,783 / 25,311] 180 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/ddl.recompile1199.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,802 / 25,311] 181 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/ddl.recompile1199.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,824 / 25,316] 181 / 457 tests; GoCompilePkg pkg/extension/executor.recompile1397.a; 12s remote-cache, linux-sandbox ... (68 actions, 66 running) [18,840 / 25,316] 181 / 457 tests; GoCompilePkg pkg/extension/executor.recompile1397.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,856 / 25,316] 182 / 457 tests; GoCompilePkg pkg/extension/executor.recompile1397.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,872 / 25,316] 182 / 457 tests; GoCompilePkg pkg/extension/executor.recompile1397.a; 15s remote-cache, linux-sandbox ... (70 actions running) [18,884 / 25,316] 182 / 457 tests; GoCompilePkg pkg/extension/executor.recompile1397.a; 16s remote-cache, linux-sandbox ... (70 actions running) [18,896 / 25,316] 182 / 457 tests; GoCompilePkg pkg/structure/core.recompile1357.a; 17s remote-cache, linux-sandbox ... (68 actions, 67 running) [18,916 / 25,316] 182 / 457 tests; GoCompilePkg pkg/structure/core.recompile1357.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,934 / 25,316] 182 / 457 tests; GoCompilePkg pkg/structure/core.recompile1357.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,955 / 25,316] 182 / 457 tests; GoCompilePkg pkg/planner/util/core.recompile1218.a; 15s remote-cache, linux-sandbox ... (67 actions, 66 running) [18,971 / 25,316] 182 / 457 tests; GoCompilePkg pkg/planner/util/core.recompile1218.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [18,991 / 25,316] 182 / 457 tests; GoCompilePkg pkg/planner/util/core.recompile1218.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,009 / 25,316] 182 / 457 tests; GoCompilePkg pkg/planner/util/core.recompile1218.a; 18s remote-cache, linux-sandbox ... (69 actions running) [19,015 / 25,316] 182 / 457 tests; GoCompilePkg pkg/planner/util/core.recompile1218.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,028 / 25,316] 182 / 457 tests; GoCompilePkg pkg/statistics/executor.recompile1370.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,048 / 25,316] 182 / 457 tests; GoCompilePkg pkg/statistics/executor.recompile1370.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,064 / 25,316] 182 / 457 tests; GoCompilePkg pkg/statistics/executor.recompile1370.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,085 / 25,316] 182 / 457 tests; GoCompilePkg pkg/statistics/executor.recompile1370.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,102 / 25,316] 182 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1321.a; 18s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,110 / 25,316] 182 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1321.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,125 / 25,316] 182 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/ddl.recompile1321.a; 20s remote-cache, linux-sandbox ... (70 actions running) [19,134 / 25,316] 182 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 20s remote-cache, linux-sandbox ... (70 actions running) [19,142 / 25,316] 182 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,152 / 25,316] 182 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,162 / 25,316] 182 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 23s remote-cache, linux-sandbox ... (70 actions running) [19,179 / 25,316] 182 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 24s remote-cache, linux-sandbox ... (66 actions, 63 running) [19,195 / 25,316] 182 / 457 tests; GoLink pkg/meta/meta_test_/meta_test; 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,211 / 25,316] 182 / 457 tests; GoLink pkg/planner/util/util_test_/util_test; 10s remote-cache, linux-sandbox ... (67 actions, 64 running) [19,231 / 25,328] 182 / 457 tests; GoLink pkg/planner/util/util_test_/util_test; 11s remote-cache, linux-sandbox ... (67 actions, 66 running) [19,248 / 25,328] 182 / 457 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1367.a; 11s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,267 / 25,330] 182 / 457 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1367.a; 13s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,278 / 25,330] 183 / 457 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1367.a; 14s remote-cache, linux-sandbox ... (68 actions, 67 running) [19,291 / 25,330] 184 / 457 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1367.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,306 / 25,332] 185 / 457 tests; GoCompilePkg pkg/infoschema/executor.recompile1391.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,322 / 25,332] 185 / 457 tests; GoCompilePkg pkg/infoschema/executor.recompile1391.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,337 / 25,332] 185 / 457 tests; GoCompilePkg pkg/infoschema/executor.recompile1391.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,346 / 25,332] 185 / 457 tests; GoCompilePkg pkg/infoschema/executor.recompile1391.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,357 / 25,332] 185 / 457 tests; GoCompilePkg pkg/infoschema/executor.recompile1391.a; 18s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,357 / 25,332] 185 / 457 tests; GoCompilePkg pkg/infoschema/executor.recompile1391.a; 19s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,359 / 25,332] 185 / 457 tests; GoCompilePkg pkg/infoschema/executor.recompile1391.a; 20s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,379 / 25,332] 185 / 457 tests; GoCompilePkg pkg/infoschema/executor.recompile1391.a; 21s remote-cache, linux-sandbox ... (70 actions running) [19,391 / 25,332] 185 / 457 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 20s remote-cache, linux-sandbox ... (70 actions running) [19,403 / 25,332] 185 / 457 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 21s remote-cache, linux-sandbox ... (70 actions running) [19,422 / 25,334] 186 / 457 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 22s remote-cache, linux-sandbox ... (67 actions, 66 running) [19,434 / 25,334] 186 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 9s remote-cache, linux-sandbox ... (67 actions, 66 running) [19,460 / 25,334] 186 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,491 / 25,342] 187 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 11s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,508 / 25,342] 188 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,517 / 25,342] 189 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 13s remote-cache, linux-sandbox ... (70 actions running) [19,542 / 25,393] 189 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 14s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,560 / 25,393] 189 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 16s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,581 / 25,393] 189 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 17s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,599 / 25,393] 189 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 18s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,605 / 25,393] 189 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 19s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,622 / 25,393] 189 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 20s remote-cache, linux-sandbox ... (68 actions, 67 running) [19,635 / 25,393] 189 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 21s remote-cache, linux-sandbox ... (67 actions, 65 running) [19,648 / 25,393] 189 / 457 tests; GoLink pkg/table/tables/tables_test_/tables_test; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,666 / 25,393] 189 / 457 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; 18s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,677 / 25,393] 189 / 457 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; 19s remote-cache, linux-sandbox ... (66 actions, 64 running) [19,686 / 25,393] 189 / 457 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,691 / 25,393] 189 / 457 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; 21s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,707 / 25,393] 189 / 457 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; 22s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,721 / 25,393] 189 / 457 tests; GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,743 / 25,393] 189 / 457 tests; GoLink pkg/planner/funcdep/funcdep_test_/funcdep_test; 21s remote-cache, linux-sandbox ... (67 actions, 64 running) [19,762 / 25,393] 189 / 457 tests; GoLink pkg/planner/funcdep/funcdep_test_/funcdep_test; 22s remote-cache, linux-sandbox ... (68 actions, 67 running) [19,781 / 25,393] 189 / 457 tests; GoLink pkg/planner/funcdep/funcdep_test_/funcdep_test; 23s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,804 / 25,393] 189 / 457 tests; GoLink pkg/planner/funcdep/funcdep_test_/funcdep_test; 24s remote-cache, linux-sandbox ... (64 actions, 59 running) [19,821 / 25,393] 190 / 457 tests; GoLink pkg/extension/extension_test_/extension_test; 24s remote-cache, linux-sandbox ... (66 actions, 64 running) [19,844 / 25,393] 190 / 457 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 17s remote-cache, linux-sandbox ... (68 actions, 67 running) [19,853 / 25,393] 190 / 457 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,862 / 25,393] 190 / 457 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,882 / 25,400] 190 / 457 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 20s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,892 / 25,400] 190 / 457 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 21s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,908 / 25,400] 190 / 457 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 22s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,930 / 25,400] 191 / 457 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [19,940 / 25,412] 191 / 457 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 24s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,957 / 25,463] 191 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 22s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,965 / 25,463] 191 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 24s remote-cache, linux-sandbox ... (68 actions, 66 running) [19,972 / 25,463] 191 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 25s remote-cache, linux-sandbox ... (67 actions, 64 running) [19,996 / 25,463] 191 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 26s remote-cache, linux-sandbox ... (68 actions, 66 running) [20,007 / 25,463] 192 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,021 / 25,463] 192 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,026 / 25,463] 192 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 19s remote-cache, linux-sandbox ... (70 actions running) [20,040 / 25,463] 192 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 20s remote-cache, linux-sandbox ... (70 actions running) [20,045 / 25,463] 192 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 21s remote-cache, linux-sandbox ... (70 actions running) [20,053 / 25,463] 192 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 22s remote-cache, linux-sandbox ... (70 actions running) [20,055 / 25,463] 192 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 23s remote-cache, linux-sandbox ... (70 actions running) [20,068 / 25,463] 192 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 24s remote-cache, linux-sandbox ... (70 actions running) [20,083 / 25,467] 194 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 25s remote-cache, linux-sandbox ... (69 actions running) [20,092 / 25,467] 194 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,111 / 25,467] 194 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,131 / 25,467] 194 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 29s remote-cache, linux-sandbox ... (69 actions running) [20,147 / 25,467] 194 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,160 / 25,467] 194 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,181 / 25,467] 194 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,203 / 25,467] 194 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 33s remote-cache, linux-sandbox ... (66 actions, 62 running) [20,216 / 25,467] 194 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,229 / 25,467] 194 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,250 / 25,467] 194 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,265 / 25,467] 194 / 457 tests; GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,278 / 25,467] 194 / 457 tests; GoLink pkg/structure/structure_test_/structure_test; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,300 / 25,467] 194 / 457 tests; GoLink pkg/structure/structure_test_/structure_test; 22s remote-cache, linux-sandbox ... (70 actions running) [20,321 / 25,467] 194 / 457 tests; GoLink pkg/structure/structure_test_/structure_test; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,336 / 25,467] 194 / 457 tests; GoLink pkg/structure/structure_test_/structure_test; 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,351 / 25,467] 194 / 457 tests; GoLink pkg/structure/structure_test_/structure_test; 25s remote-cache, linux-sandbox ... (65 actions, 62 running) [20,369 / 25,467] 194 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 48 of 50); 11s remote-cache, linux-sandbox ... (67 actions, 66 running) [20,391 / 25,467] 194 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 48 of 50); 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,405 / 25,467] 194 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 48 of 50); 13s remote-cache, linux-sandbox ... (66 actions, 64 running) [20,427 / 25,467] 194 / 457 tests; GoCompilePkg br/pkg/checksum/core.recompile1386.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,447 / 25,467] 194 / 457 tests; GoCompilePkg br/pkg/checksum/core.recompile1386.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,466 / 25,467] 194 / 457 tests; GoCompilePkg br/pkg/checksum/core.recompile1386.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,474 / 25,467] 194 / 457 tests; GoCompilePkg pkg/statistics/handle/usage/executor.recompile1364.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,498 / 25,467] 194 / 457 tests; GoCompilePkg pkg/statistics/handle/usage/executor.recompile1364.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,511 / 25,467] 194 / 457 tests; GoCompilePkg pkg/statistics/handle/usage/executor.recompile1364.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,531 / 25,467] 194 / 457 tests; GoCompilePkg pkg/statistics/handle/usage/executor.recompile1364.a; 14s remote-cache, linux-sandbox ... (67 actions, 64 running) [20,542 / 25,467] 194 / 457 tests; GoCompilePkg pkg/statistics/handle/usage/executor.recompile1364.a; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,548 / 25,467] 194 / 457 tests; GoCompilePkg pkg/statistics/handle/usage/executor.recompile1364.a; 16s remote-cache, linux-sandbox ... (68 actions, 67 running) [20,563 / 25,467] 194 / 457 tests; GoCompilePkg pkg/statistics/handle/globalstats/executor.recompile1367.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,580 / 25,467] 194 / 457 tests; GoCompilePkg pkg/lightning/common/core.recompile1220.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,588 / 25,467] 194 / 457 tests; GoCompilePkg pkg/lightning/common/core.recompile1220.a; 15s remote-cache, linux-sandbox ... (70 actions running) [20,601 / 25,467] 194 / 457 tests; GoCompilePkg pkg/lightning/common/core.recompile1220.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,614 / 25,467] 194 / 457 tests; GoCompilePkg pkg/lightning/common/core.recompile1220.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,629 / 25,467] 194 / 457 tests; GoCompilePkg pkg/lightning/common/core.recompile1220.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,647 / 25,467] 194 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 17s remote-cache, linux-sandbox ... (67 actions, 66 running) [20,662 / 25,486] 195 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,684 / 25,486] 195 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 19s remote-cache, linux-sandbox ... (68 actions, 66 running) [20,691 / 25,486] 195 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,702 / 25,486] 195 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,712 / 25,486] 195 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 22s remote-cache, linux-sandbox ... (68 actions, 66 running) [20,725 / 25,490] 197 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,737 / 25,499] 198 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 24s remote-cache, linux-sandbox ... (68 actions, 66 running) [20,750 / 25,499] 198 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 25s remote-cache, linux-sandbox ... (67 actions, 64 running) [20,764 / 25,499] 198 / 457 tests; GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,775 / 25,514] 199 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 23s remote-cache, linux-sandbox ... (68 actions, 66 running) [20,799 / 25,514] 200 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 24s remote-cache, linux-sandbox ... (66 actions, 64 running) [20,825 / 25,518] 200 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 25s remote-cache, linux-sandbox ... (68 actions, 66 running) [20,842 / 25,518] 202 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,861 / 25,518] 202 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,877 / 25,518] 202 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 28s remote-cache, linux-sandbox ... (70 actions running) [20,911 / 25,569] 202 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,936 / 25,569] 202 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 30s remote-cache, linux-sandbox ... (68 actions, 66 running) [20,958 / 25,569] 202 / 457 tests; Testing //pkg/lightning/backend/local:local_test (shard 4 of 50); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [20,986 / 25,576] 203 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 30s remote-cache, linux-sandbox ... (67 actions, 64 running) [21,000 / 25,627] 204 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 31s remote-cache, linux-sandbox ... (67 actions, 64 running) [21,025 / 25,678] 204 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 32s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,054 / 25,682] 204 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,074 / 25,684] 204 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 34s remote-cache, linux-sandbox ... (67 actions, 65 running) [21,089 / 25,684] 204 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,109 / 25,698] 205 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 36s remote-cache, linux-sandbox ... (67 actions, 64 running) [21,123 / 25,698] 205 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; 37s remote-cache, linux-sandbox ... (67 actions, 64 running) [21,138 / 25,706] 205 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 30s remote-cache, linux-sandbox ... (67 actions, 64 running) [21,155 / 25,706] 205 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 31s remote-cache, linux-sandbox ... (67 actions, 64 running) [21,165 / 25,706] 205 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 32s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,184 / 25,733] 207 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 33s remote-cache, linux-sandbox ... (66 actions, 63 running) [21,205 / 25,733] 207 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 34s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,218 / 25,735] 208 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 35s remote-cache, linux-sandbox ... (68 actions, 67 running) [21,227 / 25,735] 209 / 457 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,241 / 25,735] 209 / 457 tests; GoCompilePkg pkg/ddl/executor.recompile1540.a; 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,254 / 25,735] 209 / 457 tests; GoCompilePkg pkg/ddl/executor.recompile1540.a; 10s remote-cache, linux-sandbox ... (67 actions, 66 running) [21,272 / 25,735] 209 / 457 tests; GoCompilePkg pkg/ddl/executor.recompile1540.a; 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,277 / 25,735] 209 / 457 tests; GoCompilePkg pkg/ddl/executor.recompile1540.a; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,283 / 25,735] 209 / 457 tests; GoCompilePkg pkg/ddl/executor.recompile1540.a; 13s remote-cache, linux-sandbox ... (70 actions running) [21,291 / 25,735] 209 / 457 tests; GoCompilePkg pkg/ddl/executor.recompile1540.a; 14s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,305 / 25,735] 209 / 457 tests; GoCompilePkg pkg/ddl/executor.recompile1540.a; 15s remote-cache, linux-sandbox ... (70 actions running) [21,311 / 25,735] 209 / 457 tests; GoCompilePkg pkg/ddl/executor.recompile1540.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,321 / 25,735] 209 / 457 tests; GoCompilePkg pkg/ddl/executor.recompile1540.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,334 / 25,735] 209 / 457 tests; GoCompilePkg pkg/planner/cardinality/core.recompile1362.a; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,340 / 25,735] 209 / 457 tests; GoCompilePkg pkg/planner/cardinality/core.recompile1362.a; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,347 / 25,735] 209 / 457 tests; GoCompilePkg pkg/planner/cardinality/core.recompile1362.a; 15s remote-cache, linux-sandbox ... (69 actions running) [21,361 / 25,735] 209 / 457 tests; GoCompilePkg pkg/planner/cardinality/core.recompile1362.a; 16s remote-cache, linux-sandbox ... (67 actions, 66 running) [21,367 / 25,735] 210 / 457 tests; GoCompilePkg pkg/planner/cardinality/core.recompile1362.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,375 / 25,735] 210 / 457 tests; GoCompilePkg pkg/planner/cardinality/core.recompile1362.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,395 / 25,735] 210 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 8s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,410 / 25,735] 210 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 9s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,428 / 25,735] 210 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 10s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,451 / 25,735] 210 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 11s remote-cache, linux-sandbox ... (69 actions running) [21,467 / 25,735] 210 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,488 / 25,735] 211 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,497 / 25,735] 211 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,509 / 25,735] 211 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,522 / 25,735] 211 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,529 / 25,735] 211 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,534 / 25,735] 211 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,548 / 25,735] 211 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,558 / 25,735] 211 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 21s remote-cache, linux-sandbox ... (69 actions running) [21,566 / 25,735] 211 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 22s remote-cache, linux-sandbox ... (70 actions running) [21,577 / 25,735] 211 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; 23s remote-cache, linux-sandbox ... (70 actions running) [21,585 / 25,735] 211 / 457 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; 16s remote-cache, linux-sandbox ... (70 actions running) [21,595 / 25,735] 211 / 457 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; 17s remote-cache, linux-sandbox ... (70 actions running) [21,602 / 25,735] 211 / 457 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; 18s remote-cache, linux-sandbox ... (70 actions running) [21,611 / 25,735] 211 / 457 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; 19s remote-cache, linux-sandbox ... (70 actions running) [21,620 / 25,735] 211 / 457 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; 20s remote-cache, linux-sandbox ... (70 actions running) [21,630 / 25,735] 211 / 457 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; 21s remote-cache, linux-sandbox ... (70 actions running) [21,644 / 25,753] 211 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 16s remote-cache, linux-sandbox ... (69 actions running) [21,654 / 25,753] 211 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,664 / 25,753] 211 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,676 / 25,753] 211 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,687 / 25,753] 211 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,698 / 25,753] 211 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 22s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,710 / 25,753] 211 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 23s remote-cache, linux-sandbox ... (68 actions, 66 running) [21,728 / 25,804] 211 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 24s remote-cache, linux-sandbox ... (69 actions running) [21,735 / 25,804] 211 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,752 / 25,804] 211 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,770 / 25,804] 211 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 27s remote-cache, linux-sandbox ... (65 actions, 64 running) [21,781 / 25,804] 211 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,804 / 25,804] 211 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 18s remote-cache, linux-sandbox ... (67 actions, 64 running) [21,824 / 25,804] 211 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,836 / 25,804] 211 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,855 / 25,804] 212 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,870 / 25,804] 212 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,878 / 25,804] 212 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 23s remote-cache, linux-sandbox ... (70 actions running) [21,888 / 25,804] 212 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 24s remote-cache, linux-sandbox ... (70 actions running) [21,900 / 25,804] 212 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,909 / 25,804] 212 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 26s remote-cache, linux-sandbox ... (70 actions running) [21,926 / 25,804] 212 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,939 / 25,804] 213 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,945 / 25,804] 213 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 29s remote-cache, linux-sandbox ... (69 actions running) [21,964 / 25,804] 213 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,973 / 25,804] 213 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [21,989 / 25,804] 213 / 457 tests; GoCompilePkg pkg/expression/executor.recompile1370.a; 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,003 / 25,804] 214 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,015 / 25,804] 214 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,023 / 25,804] 214 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,039 / 25,804] 214 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,049 / 25,804] 214 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,060 / 25,804] 214 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,069 / 25,804] 214 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,081 / 25,804] 214 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,089 / 25,804] 214 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,098 / 25,804] 214 / 457 tests; GoCompilePkg pkg/planner/core/core.a; 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,116 / 25,804] 214 / 457 tests; GoCompilePkg pkg/util/profile/executor.recompile1366.a; 19s remote-cache, linux-sandbox ... (70 actions running) [22,138 / 25,826] 214 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,143 / 25,826] 214 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,147 / 25,826] 214 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,172 / 25,826] 214 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 22s remote-cache, linux-sandbox ... (69 actions running) [22,172 / 25,826] 214 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 23s remote-cache, linux-sandbox ... (70 actions running) [22,176 / 25,826] 214 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 24s remote-cache, linux-sandbox ... (70 actions running) [22,196 / 25,826] 215 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 25s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,205 / 25,826] 215 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 26s remote-cache, linux-sandbox ... (67 actions, 65 running) [22,215 / 25,826] 215 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 27s remote-cache, linux-sandbox ... (67 actions, 64 running) [22,223 / 25,826] 215 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 28s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,245 / 25,826] 215 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,256 / 25,826] 215 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,271 / 25,826] 215 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 31s remote-cache, linux-sandbox ... (68 actions, 67 running) [22,288 / 25,826] 215 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,303 / 25,826] 215 / 457 tests; GoCompilePkg pkg/bindinfo/core.recompile1384.a; 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,316 / 25,826] 215 / 457 tests; Testing //pkg/lightning/backend/external:external_test (shard 41 of 50); 15s remote-cache, linux-sandbox ... (69 actions running) [22,331 / 25,826] 215 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,343 / 25,826] 215 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 17s remote-cache, linux-sandbox ... (67 actions, 66 running) [22,356 / 25,826] 215 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,364 / 25,826] 215 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,376 / 25,826] 215 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,385 / 25,826] 215 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 21s remote-cache, linux-sandbox ... (69 actions running) [22,400 / 25,826] 215 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 22s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,412 / 25,826] 215 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,427 / 25,826] 215 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 24s remote-cache, linux-sandbox ... (70 actions running) [22,445 / 25,826] 215 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 25s remote-cache, linux-sandbox ... (67 actions, 66 running) [22,458 / 25,826] 215 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,471 / 25,826] 215 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 28s remote-cache, linux-sandbox ... (70 actions running) [22,487 / 25,826] 216 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,499 / 25,826] 216 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,512 / 25,826] 216 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,522 / 25,826] 216 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,535 / 25,826] 216 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 34s remote-cache, linux-sandbox ... (70 actions running) [22,544 / 25,826] 216 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 35s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,554 / 25,826] 216 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 36s remote-cache, linux-sandbox ... (70 actions running) [22,572 / 25,826] 216 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/core.recompile1360.a; 37s remote-cache, linux-sandbox ... (70 actions running) [22,588 / 25,826] 216 / 457 tests; GoLink pkg/util/profile/profile_test_/profile_test; 20s remote-cache, linux-sandbox ... (70 actions running) [22,596 / 25,826] 216 / 457 tests; GoLink pkg/util/profile/profile_test_/profile_test; 21s remote-cache, linux-sandbox ... (70 actions running) [22,603 / 25,826] 216 / 457 tests; GoLink pkg/util/profile/profile_test_/profile_test; 22s remote-cache, linux-sandbox ... (70 actions running) [22,614 / 25,826] 216 / 457 tests; GoLink pkg/util/profile/profile_test_/profile_test; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,625 / 25,837] 216 / 457 tests; GoLink pkg/util/profile/profile_test_/profile_test; 24s remote-cache, linux-sandbox ... (67 actions, 64 running) [22,637 / 25,837] 216 / 457 tests; GoLink pkg/util/profile/profile_test_/profile_test; 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,657 / 25,839] 217 / 457 tests; GoLink pkg/util/profile/profile_test_/profile_test; 26s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,672 / 25,839] 217 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; 22s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,686 / 25,839] 218 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,700 / 25,839] 218 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,720 / 25,839] 218 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; 25s remote-cache, linux-sandbox ... (67 actions, 64 running) [22,732 / 25,839] 218 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,745 / 25,839] 218 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,756 / 25,839] 218 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,770 / 25,839] 218 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 23s remote-cache, linux-sandbox ... (69 actions running) [22,782 / 25,839] 218 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,789 / 25,839] 218 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 25s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,796 / 25,839] 218 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 26s remote-cache, linux-sandbox ... (70 actions running) [22,802 / 25,839] 218 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 27s remote-cache, linux-sandbox ... (70 actions running) [22,812 / 25,839] 218 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,821 / 25,839] 218 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,834 / 25,849] 218 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,845 / 25,849] 218 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,861 / 25,849] 218 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,871 / 25,849] 218 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 34s remote-cache, linux-sandbox ... (68 actions, 66 running) [22,887 / 25,849] 218 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,902 / 25,849] 218 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,925 / 25,849] 218 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,935 / 25,849] 218 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 38s remote-cache, linux-sandbox ... (68 actions, 67 running) [22,945 / 25,849] 218 / 457 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 39s remote-cache, linux-sandbox ... (70 actions running) [22,962 / 25,851] 218 / 457 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 24s remote-cache, linux-sandbox ... (70 actions running) [22,977 / 25,851] 218 / 457 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [22,988 / 25,851] 218 / 457 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 26s remote-cache, linux-sandbox ... (69 actions running) [23,001 / 25,851] 218 / 457 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,021 / 25,851] 219 / 457 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,035 / 25,851] 219 / 457 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,045 / 25,851] 220 / 457 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,054 / 25,851] 220 / 457 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 24s remote-cache, linux-sandbox ... (65 actions, 64 running) [23,075 / 25,851] 220 / 457 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,092 / 25,853] 220 / 457 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,107 / 25,853] 220 / 457 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,120 / 25,853] 220 / 457 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,133 / 25,853] 221 / 457 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,149 / 25,853] 221 / 457 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 30s remote-cache, linux-sandbox ... (69 actions running) [23,169 / 25,853] 221 / 457 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 31s remote-cache, linux-sandbox ... (67 actions, 66 running) [23,188 / 25,853] 221 / 457 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,208 / 25,853] 221 / 457 tests; GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,224 / 25,853] 221 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 34s remote-cache, linux-sandbox ... (70 actions running) [23,247 / 25,853] 221 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,262 / 25,853] 221 / 457 tests; GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 36s remote-cache, linux-sandbox ... (69 actions running) [23,283 / 25,853] 221 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,299 / 25,853] 221 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,316 / 25,853] 221 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,335 / 25,853] 221 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 21s remote-cache, linux-sandbox ... (69 actions running) [23,350 / 25,853] 221 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,363 / 25,857] 221 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,378 / 25,857] 221 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,386 / 25,857] 221 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 25s remote-cache, linux-sandbox ... (67 actions, 65 running) [23,406 / 25,857] 221 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,426 / 25,857] 221 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,450 / 25,857] 221 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,471 / 25,859] 221 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,489 / 25,859] 221 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,510 / 25,861] 221 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 31s remote-cache, linux-sandbox ... (70 actions running) [23,526 / 25,863] 222 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,541 / 25,863] 223 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 34s remote-cache, linux-sandbox ... (68 actions, 66 running) [23,556 / 25,863] 223 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,575 / 25,865] 224 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 36s remote-cache, linux-sandbox ... (68 actions, 66 running) [23,585 / 25,865] 224 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 37s remote-cache, linux-sandbox ... (69 actions running) [23,594 / 25,865] 224 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,609 / 25,920] 225 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,625 / 25,926] 225 / 457 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,636 / 25,926] 225 / 457 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,645 / 25,926] 225 / 457 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; 22s remote-cache, linux-sandbox ... (66 actions, 63 running) [23,657 / 25,926] 225 / 457 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,672 / 25,926] 225 / 457 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; 24s remote-cache, linux-sandbox ... (67 actions, 66 running) [23,676 / 25,926] 225 / 457 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,695 / 25,926] 225 / 457 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,715 / 25,926] 226 / 457 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,723 / 25,926] 226 / 457 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,739 / 25,942] 226 / 457 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 22s remote-cache, linux-sandbox ... (70 actions running) [23,755 / 25,976] 226 / 457 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 23s remote-cache, linux-sandbox ... (70 actions running) [23,761 / 25,976] 226 / 457 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; 21s remote-cache, linux-sandbox ... (70 actions running) [23,779 / 25,976] 226 / 457 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; 22s remote-cache, linux-sandbox ... (68 actions running) [23,790 / 25,976] 226 / 457 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,809 / 25,976] 226 / 457 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; 25s remote-cache, linux-sandbox ... (68 actions, 66 running) [23,829 / 25,976] 226 / 457 tests; GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,843 / 26,004] 226 / 457 tests; GoCompilePkg pkg/domain/core.recompile1504.a; 21s remote-cache, linux-sandbox ... (69 actions running) [23,861 / 26,004] 227 / 457 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,882 / 26,004] 227 / 457 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 16s remote-cache, linux-sandbox ... (68 actions, 66 running) [23,899 / 26,017] 227 / 457 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 17s remote-cache, linux-sandbox ... (67 actions, 66 running) [23,921 / 26,017] 227 / 457 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,940 / 26,021] 227 / 457 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 19s remote-cache, linux-sandbox ... (69 actions running) [23,957 / 26,021] 227 / 457 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,976 / 26,021] 227 / 457 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [23,991 / 26,021] 227 / 457 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,003 / 26,021] 228 / 457 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 23s remote-cache, linux-sandbox ... (69 actions running) [24,019 / 26,021] 228 / 457 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,032 / 26,021] 228 / 457 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 26s remote-cache, linux-sandbox ... (67 actions, 66 running) [24,041 / 26,021] 228 / 457 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 27s remote-cache, linux-sandbox ... (69 actions running) [24,061 / 26,021] 228 / 457 tests; GoCompilePkg pkg/executor/importer/executor.recompile1523.a; 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,071 / 26,021] 229 / 457 tests; GoCompilePkg pkg/executor/importer/executor.recompile1523.a; 25s remote-cache, linux-sandbox ... (68 actions, 66 running) [24,082 / 26,030] 229 / 457 tests; GoCompilePkg pkg/executor/importer/executor.recompile1523.a; 26s remote-cache, linux-sandbox ... (70 actions running) [24,093 / 26,030] 229 / 457 tests; GoCompilePkg pkg/executor/importer/executor.recompile1523.a; 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,102 / 26,030] 229 / 457 tests; GoCompilePkg pkg/executor/importer/executor.recompile1523.a; 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,123 / 26,030] 229 / 457 tests; GoCompilePkg pkg/executor/importer/executor.recompile1523.a; 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,131 / 26,030] 229 / 457 tests; GoCompilePkg pkg/executor/importer/executor.recompile1523.a; 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,139 / 26,030] 229 / 457 tests; GoCompilePkg pkg/executor/importer/executor.recompile1523.a; 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,158 / 26,030] 229 / 457 tests; Testing //pkg/executor/aggregate:aggregate_test (shard 2 of 3); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,178 / 26,030] 230 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,193 / 26,037] 230 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 19s remote-cache, linux-sandbox ... (70 actions running) [24,206 / 26,037] 230 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 20s remote-cache, linux-sandbox ... (70 actions running) [24,224 / 26,088] 230 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,235 / 26,088] 230 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,245 / 26,088] 231 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 24s remote-cache, linux-sandbox ... (70 actions running) [24,255 / 26,088] 231 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,262 / 26,139] 231 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 26s remote-cache, linux-sandbox ... (70 actions running) [24,270 / 26,139] 231 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,282 / 26,139] 231 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,286 / 26,139] 231 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 30s remote-cache, linux-sandbox ... (68 actions, 67 running) [24,309 / 26,158] 232 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,317 / 26,158] 233 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 32s remote-cache, linux-sandbox ... (70 actions running) [24,328 / 26,158] 233 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,344 / 26,192] 233 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,350 / 26,192] 234 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,365 / 26,192] 234 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,373 / 26,192] 235 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,386 / 26,192] 235 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,395 / 26,192] 235 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 41s remote-cache, linux-sandbox ... (70 actions running) [24,397 / 26,192] 235 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,403 / 26,192] 235 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 43s remote-cache, linux-sandbox ... (68 actions running) [24,408 / 26,266] 235 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 44s remote-cache, linux-sandbox ... (70 actions running) [24,421 / 26,316] 235 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 45s remote-cache, linux-sandbox ... (70 actions running) [24,422 / 26,316] 235 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 46s remote-cache, linux-sandbox ... (70 actions running) [24,424 / 26,316] 235 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 47s remote-cache, linux-sandbox ... (70 actions running) [24,429 / 26,332] 235 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 48s remote-cache, linux-sandbox ... (70 actions running) [24,435 / 26,336] 235 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 49s remote-cache, linux-sandbox ... (70 actions running) [24,436 / 26,336] 235 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 50s remote-cache, linux-sandbox ... (70 actions running) [24,439 / 26,336] 236 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 51s remote-cache, linux-sandbox ... (70 actions running) [24,447 / 26,336] 236 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,450 / 26,336] 236 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,453 / 26,336] 236 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,456 / 26,336] 236 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,457 / 26,336] 236 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,460 / 26,336] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 58s remote-cache, linux-sandbox ... (70 actions running) [24,462 / 26,336] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 59s remote-cache, linux-sandbox ... (70 actions running) [24,468 / 26,336] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,471 / 26,336] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,473 / 26,336] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 63s remote-cache, linux-sandbox ... (70 actions running) [24,473 / 26,336] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 64s remote-cache, linux-sandbox ... (70 actions running) [24,477 / 26,365] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,486 / 26,378] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,491 / 26,378] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,498 / 26,387] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,507 / 26,387] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,513 / 26,387] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,517 / 26,387] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 72s remote-cache, linux-sandbox ... (70 actions running) [24,521 / 26,387] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 73s remote-cache, linux-sandbox ... (70 actions running) [24,523 / 26,387] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,531 / 26,387] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 75s remote-cache, linux-sandbox ... (69 actions running) [24,533 / 26,387] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,538 / 26,387] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,544 / 26,387] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,556 / 26,426] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 80s remote-cache, linux-sandbox ... (70 actions running) [24,558 / 26,426] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 23 of 24); 81s remote-cache, linux-sandbox ... (70 actions running) [24,560 / 26,426] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 24); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,566 / 26,426] 237 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 1 of 24); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,570 / 26,428] 237 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 33 of 33); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,577 / 26,428] 237 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 33 of 33); 51s remote-cache, linux-sandbox ... (70 actions running) [24,580 / 26,428] 237 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 3 of 27); 46s remote-cache, linux-sandbox ... (70 actions running) [24,582 / 26,428] 238 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 3 of 27); 47s remote-cache, linux-sandbox ... (69 actions running) [24,588 / 26,428] 238 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 3 of 24); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,592 / 26,428] 238 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 3 of 24); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,595 / 26,428] 238 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 3 of 24); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,603 / 26,428] 238 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 22 of 22); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,607 / 26,428] 238 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 22 of 22); 50s remote-cache, linux-sandbox ... (70 actions running) [24,609 / 26,428] 238 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 22 of 22); 51s remote-cache, linux-sandbox ... (70 actions running) [24,610 / 26,428] 238 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 22 of 22); 52s remote-cache, linux-sandbox ... (70 actions running) [24,617 / 26,430] 238 / 457 tests; Testing //br/pkg/backup:backup_test (shard 1 of 15); 49s remote-cache, linux-sandbox ... (70 actions running) [24,619 / 26,430] 238 / 457 tests; Testing //br/pkg/backup:backup_test (shard 1 of 15); 50s remote-cache, linux-sandbox ... (70 actions running) [24,620 / 26,432] 239 / 457 tests; Testing //br/pkg/backup:backup_test (shard 1 of 15); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,623 / 26,432] 239 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 1 of 22); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,627 / 26,432] 239 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 1 of 22); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,630 / 26,434] 240 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 1 of 22); 53s remote-cache, linux-sandbox ... (70 actions running) [24,631 / 26,434] 240 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 1 of 22); 54s remote-cache, linux-sandbox ... (70 actions running) [24,632 / 26,434] 240 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 1 of 42); 53s remote-cache, linux-sandbox ... (70 actions running) [24,634 / 26,438] 241 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 1 of 42); 54s remote-cache, linux-sandbox ... (70 actions running) [24,636 / 26,438] 241 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 1 of 42); 55s remote-cache, linux-sandbox ... (70 actions running) [24,636 / 26,438] 241 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 1 of 42); 56s remote-cache, linux-sandbox ... (70 actions running) [24,638 / 26,438] 241 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 1 of 42); 57s remote-cache, linux-sandbox ... (70 actions running) [24,639 / 26,438] 241 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 1 of 42); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,641 / 26,438] 241 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 1 of 42); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,645 / 26,438] 241 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 8 of 8); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,648 / 26,466] 241 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 8 of 8); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,649 / 26,466] 241 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 8 of 8); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,653 / 26,484] 242 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 8 of 8); 47s remote-cache, linux-sandbox ... (70 actions running) [24,654 / 26,484] 242 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 8 of 8); 48s remote-cache, linux-sandbox ... (70 actions running) [24,655 / 26,484] 242 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 8 of 8); 49s remote-cache, linux-sandbox ... (70 actions running) [24,657 / 26,484] 242 / 457 tests; Testing //pkg/resourcegroup/tests:tests_test (shard 8 of 8); 50s remote-cache, linux-sandbox ... (70 actions running) [24,659 / 26,484] 242 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 6 of 27); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,661 / 26,484] 242 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 6 of 27); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,662 / 26,484] 242 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 6 of 27); 45s remote-cache, linux-sandbox ... (70 actions running) [24,666 / 26,484] 242 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 4 of 24); 44s remote-cache, linux-sandbox ... (70 actions running) [24,667 / 26,484] 242 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 4 of 24); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,670 / 26,484] 242 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 4 of 24); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,673 / 26,484] 242 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 22 of 24); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,677 / 26,484] 242 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 5 of 24); 44s remote-cache, linux-sandbox ... (70 actions running) [24,678 / 26,484] 242 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 5 of 24); 45s remote-cache, linux-sandbox ... (70 actions running) [24,679 / 26,484] 242 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 5 of 24); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,682 / 26,484] 242 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 5 of 24); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,683 / 26,484] 242 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 5 of 24); 49s remote-cache, linux-sandbox ... (70 actions running) [24,688 / 26,484] 242 / 457 tests; Testing //br/pkg/backup:backup_test (shard 12 of 15); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,690 / 26,484] 242 / 457 tests; Testing //br/pkg/backup:backup_test (shard 12 of 15); 51s remote-cache, linux-sandbox ... (70 actions running) [24,692 / 26,484] 242 / 457 tests; Testing //br/pkg/backup:backup_test (shard 12 of 15); 52s remote-cache, linux-sandbox ... (70 actions running) [24,692 / 26,484] 242 / 457 tests; Testing //br/pkg/backup:backup_test (shard 12 of 15); 53s remote-cache, linux-sandbox ... (70 actions running) [24,697 / 26,484] 242 / 457 tests; Testing //br/pkg/backup:backup_test (shard 12 of 15); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,698 / 26,484] 242 / 457 tests; Testing //br/pkg/backup:backup_test (shard 12 of 15); 56s remote-cache, linux-sandbox ... (70 actions running) [24,698 / 26,484] 242 / 457 tests; Testing //br/pkg/backup:backup_test (shard 12 of 15); 57s remote-cache, linux-sandbox ... (70 actions running) [24,699 / 26,484] 242 / 457 tests; Testing //br/pkg/backup:backup_test (shard 12 of 15); 58s remote-cache, linux-sandbox ... (70 actions running) [24,701 / 26,484] 242 / 457 tests; Testing //br/pkg/backup:backup_test (shard 12 of 15); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,704 / 26,484] 242 / 457 tests; Testing //br/pkg/backup:backup_test (shard 12 of 15); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,706 / 26,484] 242 / 457 tests; Testing //br/pkg/backup:backup_test (shard 12 of 15); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,710 / 26,484] 242 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 21 of 22); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,711 / 26,484] 242 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 21 of 22); 53s remote-cache, linux-sandbox ... (70 actions running) [24,713 / 26,484] 242 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 21 of 22); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,714 / 26,484] 242 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 21 of 22); 56s remote-cache, linux-sandbox ... (70 actions running) [24,716 / 26,484] 242 / 457 tests; Testing //pkg/bindinfo/tests:tests_test (shard 21 of 22); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,718 / 26,484] 242 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 22 of 24); 54s remote-cache, linux-sandbox ... (70 actions running) [24,719 / 26,484] 242 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 22 of 24); 55s remote-cache, linux-sandbox ... (70 actions running) [24,720 / 26,484] 242 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 22 of 24); 57s remote-cache, linux-sandbox ... (70 actions running) [24,722 / 26,484] 242 / 457 tests; Testing //pkg/ddl/ingest:ingest_test (shard 22 of 24); 58s remote-cache, linux-sandbox ... (70 actions running) [24,725 / 26,484] 242 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 2 of 42); 48s remote-cache, linux-sandbox ... (70 actions running) [24,726 / 26,484] 242 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 2 of 42); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,726 / 26,484] 242 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 2 of 42); 50s remote-cache, linux-sandbox ... (70 actions running) [24,727 / 26,484] 242 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 2 of 42); 51s remote-cache, linux-sandbox ... (70 actions running) [24,728 / 26,484] 242 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 2 of 42); 52s remote-cache, linux-sandbox ... (70 actions running) [24,731 / 26,484] 242 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 2 of 42); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,734 / 26,484] 242 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 2 of 42); 55s remote-cache, linux-sandbox ... (70 actions running) [24,735 / 26,484] 242 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 10 of 27); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,738 / 26,486] 243 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 10 of 27); 47s remote-cache, linux-sandbox ... (70 actions running) [24,738 / 26,486] 243 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 10 of 27); 48s remote-cache, linux-sandbox ... (70 actions running) [24,740 / 26,486] 243 / 457 tests; Testing //pkg/store/gcworker:gcworker_test (shard 10 of 27); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,745 / 26,488] 244 / 457 tests; Testing //pkg/expression:expression_test (shard 44 of 50); 49s remote-cache, linux-sandbox ... (70 actions running) [24,746 / 26,488] 244 / 457 tests; Testing //pkg/expression:expression_test (shard 44 of 50); 50s remote-cache, linux-sandbox ... (70 actions running) [24,749 / 26,514] 245 / 457 tests; Testing //pkg/expression:expression_test (shard 44 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,750 / 26,514] 245 / 457 tests; Testing //pkg/expression:expression_test (shard 44 of 50); 53s remote-cache, linux-sandbox ... (70 actions running) [24,752 / 26,514] 245 / 457 tests; Testing //pkg/expression:expression_test (shard 44 of 50); 54s remote-cache, linux-sandbox ... (70 actions running) [24,753 / 26,514] 245 / 457 tests; Testing //pkg/expression:expression_test (shard 44 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [24,756 / 26,514] 245 / 457 tests; Testing //pkg/expression:expression_test (shard 44 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,758 / 26,514] 245 / 457 tests; Testing //pkg/expression:expression_test (shard 44 of 50); 57s remote-cache, linux-sandbox ... (69 actions running) [24,760 / 26,514] 245 / 457 tests; Testing //pkg/expression:expression_test (shard 44 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,764 / 26,514] 245 / 457 tests; Testing //pkg/expression:expression_test (shard 44 of 50); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,766 / 26,514] 245 / 457 tests; Testing //pkg/expression:expression_test (shard 44 of 50); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,768 / 26,514] 245 / 457 tests; Testing //pkg/expression:expression_test (shard 44 of 50); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,771 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,773 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 61s remote-cache, linux-sandbox ... (70 actions running) [24,775 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 62s remote-cache, linux-sandbox ... (70 actions running) [24,776 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 64s remote-cache, linux-sandbox ... (70 actions running) [24,780 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 65s remote-cache, linux-sandbox ... (70 actions running) [24,780 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 66s remote-cache, linux-sandbox ... (70 actions running) [24,781 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 68s remote-cache, linux-sandbox ... (70 actions running) [24,783 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 69s remote-cache, linux-sandbox ... (70 actions running) [24,788 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 70s remote-cache, linux-sandbox ... (70 actions running) [24,789 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 71s remote-cache, linux-sandbox ... (70 actions running) [24,789 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 72s remote-cache, linux-sandbox ... (70 actions running) [24,793 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,796 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 75s remote-cache, linux-sandbox ... (70 actions running) [24,798 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 76s remote-cache, linux-sandbox ... (70 actions running) [24,801 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 78s remote-cache, linux-sandbox ... (70 actions running) [24,802 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 79s remote-cache, linux-sandbox ... (70 actions running) [24,807 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,807 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 82s remote-cache, linux-sandbox ... (70 actions running) [24,811 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 83s remote-cache, linux-sandbox ... (70 actions running) [24,812 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 86s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,812 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 87s remote-cache, linux-sandbox ... (70 actions running) [24,816 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 88s remote-cache, linux-sandbox ... (70 actions running) [24,817 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 89s remote-cache, linux-sandbox ... (70 actions running) [24,819 / 26,514] 245 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 90s remote-cache, linux-sandbox ... (70 actions running) [24,819 / 26,514] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 92s remote-cache, linux-sandbox ... (70 actions running) [24,821 / 26,514] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 93s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,821 / 26,514] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 94s remote-cache, linux-sandbox ... (70 actions running) [24,824 / 26,514] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,825 / 26,514] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,826 / 26,514] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 98s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,826 / 26,514] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 99s remote-cache, linux-sandbox ... (70 actions running) [24,827 / 26,514] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 100s remote-cache, linux-sandbox ... (70 actions running) [24,828 / 26,514] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 101s remote-cache, linux-sandbox ... (70 actions running) [24,830 / 26,514] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,831 / 26,514] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 104s remote-cache, linux-sandbox ... (70 actions running) [24,831 / 26,514] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 105s remote-cache, linux-sandbox ... (70 actions running) [24,834 / 26,514] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 106s remote-cache, linux-sandbox ... (70 actions running) [24,836 / 26,514] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 107s remote-cache, linux-sandbox ... (70 actions running) [24,838 / 26,514] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,839 / 26,514] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 110s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,842 / 26,528] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 111s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,843 / 26,528] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 112s remote-cache, linux-sandbox ... (70 actions running) [24,844 / 26,528] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 113s remote-cache, linux-sandbox ... (70 actions running) [24,847 / 26,528] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 114s remote-cache, linux-sandbox ... (68 actions running) [24,850 / 26,528] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 115s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,852 / 26,528] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 116s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,854 / 26,528] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 118s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,855 / 26,528] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 119s remote-cache, linux-sandbox ... (70 actions running) [24,857 / 26,528] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 120s remote-cache, linux-sandbox ... (70 actions running) [24,859 / 26,528] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 121s remote-cache, linux-sandbox ... (70 actions running) [24,862 / 26,528] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 122s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,867 / 26,528] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 123s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,869 / 26,528] 246 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 125s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,870 / 26,528] 247 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 126s remote-cache, linux-sandbox ... (70 actions running) [24,874 / 26,528] 247 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 127s remote-cache, linux-sandbox ... (70 actions running) [24,874 / 26,528] 247 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 130s remote-cache, linux-sandbox ... (70 actions running) [24,880 / 26,528] 247 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 131s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,880 / 26,528] 247 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 133s remote-cache, linux-sandbox ... (70 actions running) [24,883 / 26,558] 248 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 134s remote-cache, linux-sandbox ... (70 actions running) [24,884 / 26,558] 248 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 136s remote-cache, linux-sandbox ... (70 actions running) [24,886 / 26,558] 248 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 137s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,888 / 26,558] 248 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 139s remote-cache, linux-sandbox ... (70 actions running) [24,889 / 26,558] 248 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 140s remote-cache, linux-sandbox ... (70 actions running) [24,892 / 26,558] 248 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 142s remote-cache, linux-sandbox ... (70 actions running) [24,894 / 26,558] 248 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 143s remote-cache, linux-sandbox ... (70 actions running) [24,896 / 26,558] 248 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 144s remote-cache, linux-sandbox ... (70 actions running) [24,897 / 26,558] 248 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 146s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,897 / 26,558] 248 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 147s remote-cache, linux-sandbox ... (70 actions running) [24,897 / 26,558] 248 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 149s remote-cache, linux-sandbox ... (70 actions running) [24,901 / 26,558] 248 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 90s remote-cache, linux-sandbox ... (70 actions running) FAIL: //pkg/resourcegroup/tests:tests_test (shard 4 of 8) (see /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_4_of_8/test_attempts/attempt_1.log) [24,902 / 26,569] 248 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,903 / 26,569] 248 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 93s remote-cache, linux-sandbox ... (70 actions running) [24,908 / 26,569] 248 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 94s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,910 / 26,569] 248 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 96s remote-cache, linux-sandbox ... (70 actions running) [24,910 / 26,569] 248 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 97s remote-cache, linux-sandbox ... (70 actions running) [24,911 / 26,569] 248 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 98s remote-cache, linux-sandbox ... (70 actions running) [24,912 / 26,569] 248 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 99s remote-cache, linux-sandbox ... (70 actions running) [24,913 / 26,569] 248 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 100s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,916 / 26,569] 248 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 101s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,918 / 26,569] 248 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,919 / 26,569] 248 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 103s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,919 / 26,569] 248 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 105s remote-cache, linux-sandbox ... (70 actions running) [24,921 / 26,569] 248 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 106s remote-cache, linux-sandbox ... (70 actions running) [24,922 / 26,569] 248 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 107s remote-cache, linux-sandbox ... (70 actions running) [24,923 / 26,569] 248 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,923 / 26,569] 248 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 110s remote-cache, linux-sandbox ... (70 actions running) [24,927 / 26,569] 248 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 111s remote-cache, linux-sandbox ... (70 actions running) [24,930 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 112s remote-cache, linux-sandbox ... (69 actions running) [24,932 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,935 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 115s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,935 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 116s remote-cache, linux-sandbox ... (70 actions running) [24,936 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 117s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,940 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 118s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,941 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 119s remote-cache, linux-sandbox ... (69 actions running) [24,941 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 121s remote-cache, linux-sandbox ... (70 actions running) [24,943 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 122s remote-cache, linux-sandbox ... (70 actions running) [24,946 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 123s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,947 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 124s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,948 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 126s remote-cache, linux-sandbox ... (70 actions running) [24,950 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 127s remote-cache, linux-sandbox ... (70 actions running) [24,952 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 128s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,955 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 130s remote-cache, linux-sandbox ... (70 actions running) [24,958 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 131s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,962 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 132s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,964 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 134s remote-cache, linux-sandbox ... (70 actions running) [24,964 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 135s remote-cache, linux-sandbox ... (70 actions running) [24,966 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 136s remote-cache, linux-sandbox ... (70 actions running) [24,968 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 137s remote-cache, linux-sandbox ... (70 actions running) [24,968 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 138s remote-cache, linux-sandbox ... (70 actions running) [24,970 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 139s remote-cache, linux-sandbox ... (70 actions running) [24,974 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 140s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,974 / 26,569] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 142s remote-cache, linux-sandbox ... (70 actions running) [24,979 / 26,593] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 143s remote-cache, linux-sandbox ... (69 actions, 68 running) INFO: From Testing //pkg/resourcegroup/tests:tests_test (shard 4 of 8): ==================== Test output for //pkg/resourcegroup/tests:tests_test (shard 4 of 8): === RUN TestResourceGroupRunawayFlood [2025/04/04 10:54:29.837 +00:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/04 10:54:29.878 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:54:29.878 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:54:29.896 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:54:29.896 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:54:29.902 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:54:29.944 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=7b424794-73e8-4d37-af36-936b90d5b5ad] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:54:30.529 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:54:30.529 +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/04 10:54:30.532 +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\npkg/resourcegroup/tests/tests_test.TestResourceGroupRunawayFlood\n\tpkg/resourcegroup/tests/resource_group_test.go:471\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:54:31.179 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=646.318428ms] [2025/04/04 10:54:31.179 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:54:31.179 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=648.260531ms] [2025/04/04 10:54:31.180 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=0] ["reload ts"=457117288675147776] [2025/04/04 10:54:31.181 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=e4e0dc61-6457-4051-b8bd-a16e2547cea8] [runWorker=true] [jobVersion=v1] [2025/04/04 10:54:31.184 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:54:31.185 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=e4e0dc61-6457-4051-b8bd-a16e2547cea8] [2025/04/04 10:54:31.185 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:54:31.189 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:54:31.189 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:54:31.189 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:54:31.192 +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/04 10:54:31.193 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:54:31.193 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:54:31.193 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:54:31.193 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:54:31.193 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:54:31.193 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:54:31.193 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:54:31.193 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:54:31.193 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:54:31.194 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:54:31.194 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:54:31.200 +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/04 10:54:31.200 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:54:31.309 +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-04 10:54:31.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/04 10:54:31.309 +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-04 10:54:31.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:31.329 +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-04 10:54:31.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:31.846 +00:00] [INFO] [pd.go:432] ["adaptive update ts interval state transition"] [configuredInterval=2s] [prevAdaptiveUpdateInterval=2s] [newAdaptiveUpdateInterval=2s] [requiredStaleness=0s] [prevState=unknown(0)] [newState=normal] [2025/04/04 10:54:32.198 +00:00] [WARN] [runaway.go:85] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:152\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:69\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:2019\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1984\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.ExecRCRestrictedSQL\n\tpkg/resourcegroup/runaway/record.go:382\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*systemTableReader).Read\n\tpkg/resourcegroup/runaway/syncer.go:192\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.getRunawayWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:76\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:67\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getNewWatchRecords\n\tpkg/resourcegroup/runaway/syncer.go:59\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*Manager).UpdateNewAndDoneWatch\n\tpkg/resourcegroup/runaway/manager.go:402\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:75\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:103\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [2025/04/04 10:54:32.418 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=1.026818758s] [2025/04/04 10:54:32.419 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:54:32.419 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=1.029019576s] [2025/04/04 10:54:32.420 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=1] ["reload ts"=457117289000468480] [2025/04/04 10:54:32.472 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:32.472 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/04 10:54:32.475 +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"=1.084974071s] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:54:31.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:32.564 +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-04 10:54:31.272 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:32.667 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/04 10:54:32.669 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.459937407\n# Parse_time: 0\n# Compile_time: 0.001133817\n# Rewrite_time: 0.000028811\n# Optimize_time: 0\n# Wait_TS: 0.000157873\n# DB: mysql\n# Is_internal: true\n# Digest: 0a22979ad136f741465cf206b13e5717b9758dda34f7cae5a7a925f91711d6a0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse mysql;\nCREATE DATABASE IF NOT EXISTS test;"] [2025/04/04 10:54:32.670 +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/04 10:54:32.677 +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/04 10:54:32.824 +00:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Asia/Tokyo] [2025/04/04 10:54:33.190 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:54:33.216 +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:2, start time: 2025-04-04 10:54:32.864 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:33.216 +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:2, start time: 2025-04-04 10:54:32.864 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:33.259 +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-04 10:54:32.864 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:33.860 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=14.856997ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:33.877 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:33.877 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/04 10:54:33.879 +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"=34.443094ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:32.864 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:33.935 +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-04 10:54:32.864 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:34.305 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/04 10:54:34.306 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.549008773\n# Parse_time: 0\n# Compile_time: 0.049622991\n# Rewrite_time: 0.000016516\n# Optimize_time: 0\n# Wait_TS: 0.000164312\n# DB: mysql\n# Is_internal: true\n# Digest: e91164512a559e22fb969664cb70b57fc6c45f94b9334cd6586cce7ffc743131\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.user ( Host CHAR(255), User CHAR(32), authentication_string TEXT, plugin CHAR(64), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Process_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_db_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Super_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_user_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_slave_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_client_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Account_locked ENUM('N','Y') NOT NULL DEFAULT 'N', Shutdown_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Reload_priv ENUM('N','Y') NOT NULL DEFAULT 'N', FILE_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Config_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N', Password_reuse_history smallint unsigned DEFAULT NULL, Password_reuse_time smallint unsigned DEFAULT NULL, User_attributes json, Token_issuer VARCHAR(255), Password_expired ENUM('N','Y') NOT NULL DEFAULT 'N', Password_last_changed TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), Password_lifetime SMALLINT UNSIGNED DEFAULT NULL, Max_user_connections INT UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (Host, User), KEY i_user (User));"] [2025/04/04 10:54:34.308 +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/04 10:54:34.435 +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:2, start time: 2025-04-04 10:54:34.358 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:34.435 +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:2, start time: 2025-04-04 10:54:34.358 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:34.461 +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-04 10:54:34.358 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:34.590 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=3.689045ms] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:34.617 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:34.618 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/04 10:54:34.620 +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"=35.003917ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:34.358 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:34.672 +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-04 10:54:34.358 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:34.764 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/04 10:54:34.765 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.452478116\n# Parse_time: 0\n# Compile_time: 0.006115765\n# Rewrite_time: 0.000017116\n# Optimize_time: 0\n# Wait_TS: 0.000195162\n# DB: mysql\n# Is_internal: true\n# Digest: eeb59bc0d98f65a2a5aef8eaa99596260e746b00eed183baf856558ef03533ac\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.password_history ( Host char(255) NOT NULL DEFAULT '', User char(32) NOT NULL DEFAULT '', Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), Password text, PRIMARY KEY (Host,User,Password_timestamp ) ) COMMENT='Password history for user accounts' ;"] [2025/04/04 10:54:34.765 +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/04 10:54:34.858 +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:2, start time: 2025-04-04 10:54:34.809 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:34.858 +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:2, start time: 2025-04-04 10:54:34.809 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:34.906 +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-04 10:54:34.809 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:35.017 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=3.326649ms] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:35.036 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:35.036 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/04 10:54:35.037 +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"=24.696399ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:34.809 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:35.073 +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-04 10:54:34.809 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:35.140 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/04 10:54:35.143 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.365083801\n# Parse_time: 0\n# Compile_time: 0.002937992\n# Rewrite_time: 0.000017009\n# Optimize_time: 0\n# Wait_TS: 0.000241583\n# DB: mysql\n# Is_internal: true\n# Digest: 3753c1a38721ac350706b476f2d0089d05a691a3e194d21afaf2010b2e79e8dd\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Warnings: [{\"Level\":\"Warning\",\"Message\":\"BLOB/TEXT/JSON column 'Priv' can't have a default value\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE 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/04 10:54:35.144 +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/04 10:54:35.400 +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:2, start time: 2025-04-04 10:54:35.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:35.400 +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:2, start time: 2025-04-04 10:54:35.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:35.425 +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-04 10:54:35.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:35.832 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=9.969936ms] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:35.866 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:35.867 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/04 10:54:35.867 +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"=46.333447ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:35.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:35.915 +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-04 10:54:35.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:36.145 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/04 10:54:36.147 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.9806569\n# Parse_time: 0\n# Compile_time: 0.027369801\n# Rewrite_time: 0.00001766\n# Optimize_time: 0\n# Wait_TS: 0.000200558\n# DB: mysql\n# Is_internal: true\n# Digest: 84b17ce35846b1ddbb79e94fffb3f020ff85b9efe6dfa83a14a44027adfe16ec\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.db ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (Host, DB, User), KEY i_user (User));"] [2025/04/04 10:54:36.150 +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/04 10:54:36.320 +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:2, start time: 2025-04-04 10:54:36.192 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:36.320 +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:2, start time: 2025-04-04 10:54:36.192 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:36.348 +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-04 10:54:36.192 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:36.566 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=5.365139ms] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:36.585 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:36.586 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/04 10:54:36.588 +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"=28.189438ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:36.192 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:36.638 +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-04 10:54:36.192 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:36.768 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/04 10:54:36.769 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.612907815\n# Parse_time: 0\n# Compile_time: 0.004482133\n# Rewrite_time: 0.000015233\n# Optimize_time: 0\n# Wait_TS: 0.000225842\n# DB: mysql\n# Is_internal: true\n# Digest: 66ad48e3a61958e491f9b86629424276e884c5dc2c82d0493baa1e569d861f3d\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tables_priv ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Grantor CHAR(77), Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Table_priv SET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'), Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name), KEY i_user (User));"] [2025/04/04 10:54:36.769 +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/04 10:54:36.891 +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:2, start time: 2025-04-04 10:54:36.813 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:36.892 +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:2, start time: 2025-04-04 10:54:36.813 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:36.926 +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-04 10:54:36.813 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:37.249 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=5.431423ms] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:37.273 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:37.274 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/04 10:54:37.276 +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"=39.223468ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:36.813 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:37.308 +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-04 10:54:36.813 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:37.413 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/04 10:54:37.414 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.63924173\n# Parse_time: 0\n# Compile_time: 0.004402189\n# Rewrite_time: 0.000015397\n# Optimize_time: 0\n# Wait_TS: 0.000259375\n# DB: mysql\n# Is_internal: true\n# Digest: 6128346bea9e9b35a140e9be46b85be39f5c8ff508888c85bba4bf88b49a6572\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.columns_priv( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Column_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name, Column_name), KEY i_user (User));"] [2025/04/04 10:54:37.415 +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/04 10:54:37.530 +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:2, start time: 2025-04-04 10:54:37.454 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:37.530 +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:2, start time: 2025-04-04 10:54:37.454 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:37.552 +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-04 10:54:37.454 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:37.674 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=2.628017ms] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:37.692 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:37.702 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/04 10:54:37.705 +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"=33.855289ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:37.454 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:37.747 +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-04 10:54:37.454 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:37.824 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/04 10:54:37.825 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.407956963\n# Parse_time: 0\n# Compile_time: 0.004174317\n# Rewrite_time: 0.000017627\n# Optimize_time: 0\n# Wait_TS: 0.000847812\n# DB: mysql\n# Is_internal: true\n# Digest: 1b59564c29970a0a8880792322e02b7df09888f7d0a2dfc190f3ed0ff12369d4\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/04 10:54:37.825 +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/04 10:54:37.931 +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:2, start time: 2025-04-04 10:54:37.882 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:37.931 +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:2, start time: 2025-04-04 10:54:37.882 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:37.953 +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-04 10:54:37.882 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:38.118 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=3.078165ms] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:38.146 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:38.146 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/04 10:54:38.148 +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"=34.30276ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:37.882 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:38.224 +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-04 10:54:37.882 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:38.375 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/04 10:54:38.377 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.548064826\n# Parse_time: 0\n# Compile_time: 0.013196947\n# Rewrite_time: 0.000016423\n# Optimize_time: 0\n# Wait_TS: 0.000273892\n# DB: mysql\n# Is_internal: true\n# Digest: ade124588c0253b12ce82702300a98a0ff778787142ce450039efbd6347664dc\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(1024) DEFAULT NULL, COMMENT VARCHAR(1024));"] [2025/04/04 10:54:38.391 +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/04 10:54:38.546 +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:2, start time: 2025-04-04 10:54:38.468 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:38.546 +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:2, start time: 2025-04-04 10:54:38.468 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:38.566 +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-04 10:54:38.468 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:38.812 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=4.607266ms] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:38.879 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:38.879 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/04 10:54:38.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=10] ["take time"=77.304762ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:38.468 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:39.003 +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-04 10:54:38.468 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:39.191 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/04 10:54:39.194 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.787040918\n# Parse_time: 0\n# Compile_time: 0.017531173\n# Rewrite_time: 0.000017463\n# Optimize_time: 0\n# Wait_TS: 0.000244606\n# DB: mysql\n# Is_internal: true\n# Digest: be740d9d66f07e7842e3b48027d6fb3ef54623295384e63dcbf3e1c8a9f15c10\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.help_topic ( help_topic_id INT(10) UNSIGNED NOT NULL, name CHAR(64) NOT NULL, help_category_id SMALLINT(5) UNSIGNED NOT NULL, description TEXT NOT NULL, example TEXT NOT NULL, url TEXT NOT NULL, PRIMARY KEY (help_topic_id) clustered, UNIQUE KEY name (name) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/04 10:54:39.195 +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/04 10:54:39.379 +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:2, start time: 2025-04-04 10:54:39.278 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:39.379 +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:2, start time: 2025-04-04 10:54:39.278 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:39.404 +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-04 10:54:39.278 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:39.547 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=3.642955ms] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:39.567 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:39.568 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/04 10:54:39.568 +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"=26.195916ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:39.278 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:39.612 +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-04 10:54:39.278 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:39.767 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/04 10:54:39.768 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.569063811\n# Parse_time: 0\n# Compile_time: 0.016776085\n# Rewrite_time: 0.000015573\n# Optimize_time: 0\n# Wait_TS: 0.000211868\n# DB: mysql\n# Is_internal: true\n# Digest: 2db2929397c955d277d1b5400209b98787aa0797f979b9c213e3924c27b82ea9\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta ( version BIGINT(64) UNSIGNED NOT NULL, table_id BIGINT(64) NOT NULL, modify_count BIGINT(64) NOT NULL DEFAULT 0, count BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, snapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, INDEX idx_ver(version), UNIQUE INDEX tbl(table_id) );"] [2025/04/04 10:54:39.769 +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/04 10:54:39.788 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:54:39.998 +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:2, start time: 2025-04-04 10:54:39.828 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:39.998 +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:2, start time: 2025-04-04 10:54:39.828 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:40.019 +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-04 10:54:39.828 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:40.320 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=5.682761ms] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:40.341 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:40.341 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/04 10:54:40.343 +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"=30.17236ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:39.828 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:40.498 +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-04 10:54:39.828 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:40.655 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/04 10:54:40.656 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.879355644\n# Parse_time: 0\n# Compile_time: 0.008729831\n# Rewrite_time: 0.000018258\n# Optimize_time: 0\n# Wait_TS: 0.000171293\n# DB: mysql\n# Is_internal: true\n# Digest: e038e634a5f1b7e5429d1252be7edf0ffb0922e8636032b9c68fd59f0484f6ef\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_histograms ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, distinct_count BIGINT(64) NOT NULL, null_count BIGINT(64) NOT NULL DEFAULT 0, tot_col_size BIGINT(64) NOT NULL DEFAULT 0, modify_count BIGINT(64) NOT NULL DEFAULT 0, version BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, cm_sketch BLOB(6291456), stats_ver BIGINT(64) NOT NULL DEFAULT 0, flag BIGINT(64) NOT NULL DEFAULT 0, correlation DOUBLE NOT NULL DEFAULT 0, last_analyze_pos LONGBLOB DEFAULT NULL, UNIQUE INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:54:40.657 +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/04 10:54:40.847 +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:2, start time: 2025-04-04 10:54:40.713 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:40.847 +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:2, start time: 2025-04-04 10:54:40.713 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:40.892 +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-04 10:54:40.713 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:41.180 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=5.152405ms] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:41.214 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:41.215 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/04 10:54:41.215 +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"=42.253089ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:40.713 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:41.271 +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-04 10:54:40.713 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:41.378 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/04 10:54:41.380 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.699934505\n# Parse_time: 0\n# Compile_time: 0.010155096\n# Rewrite_time: 0.000016513\n# Optimize_time: 0\n# Wait_TS: 0.000178436\n# DB: mysql\n# Is_internal: true\n# Digest: 84a28596914df45e10de865c11a515d8595f2c38a422f5c8d8fb86a470ba5cad\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_buckets ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, bucket_id BIGINT(64) NOT NULL, count BIGINT(64) NOT NULL, repeats BIGINT(64) NOT NULL, upper_bound LONGBLOB NOT NULL, lower_bound LONGBLOB , ndv BIGINT NOT NULL DEFAULT 0, UNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id) );"] [2025/04/04 10:54:41.381 +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/04 10:54:41.508 +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:2, start time: 2025-04-04 10:54:41.424 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:41.508 +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:2, start time: 2025-04-04 10:54:41.424 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:41.548 +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-04 10:54:41.424 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:41.754 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=5.457736ms] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:41.774 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:41.775 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/04 10:54:41.777 +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"=30.477701ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:41.424 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:41.866 +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-04 10:54:41.424 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:42.016 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/04 10:54:42.018 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.625993265\n# Parse_time: 0\n# Compile_time: 0.004425503\n# Rewrite_time: 0.000019839\n# Optimize_time: 0\n# Wait_TS: 0.000255973\n# DB: mysql\n# Is_internal: true\n# Digest: 4407fc98c36858aed19a41d8ab6383e7885e71a2edd2716950a8847ee0c4ccd2\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_index (job_id, element_id) );"] [2025/04/04 10:54:42.019 +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/04 10:54:42.209 +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:2, start time: 2025-04-04 10:54:42.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:42.209 +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:2, start time: 2025-04-04 10:54:42.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:42.236 +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-04 10:54:42.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:42.350 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=3.611727ms] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:42.368 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:42.368 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/04 10:54:42.369 +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"=24.404385ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:42.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:42.413 +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-04 10:54:42.093 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:42.513 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/04 10:54:42.514 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.490783943\n# Parse_time: 0\n# Compile_time: 0.003691164\n# Rewrite_time: 0.000016056\n# Optimize_time: 0\n# Wait_TS: 0.000187998\n# DB: mysql\n# Is_internal: true\n# Digest: 6f80e6944eacefde08a31e8364b171d37e77c4bebc7757ae375b47812ca371cb\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_done_index (job_id, element_id) );"] [2025/04/04 10:54:42.514 +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/04 10:54:42.757 +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:2, start time: 2025-04-04 10:54:42.656 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:42.758 +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:2, start time: 2025-04-04 10:54:42.656 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:42.786 +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-04 10:54:42.656 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:42.909 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=3.319398ms] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:42.970 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:42.970 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/04 10:54:42.971 +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"=68.262411ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:42.656 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:43.064 +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-04 10:54:42.656 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:43.156 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/04 10:54:43.160 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.61447114\n# Parse_time: 0\n# Compile_time: 0.002685537\n# Rewrite_time: 0.000014798\n# Optimize_time: 0\n# Wait_TS: 0.037428641\n# DB: mysql\n# Is_internal: true\n# Digest: ae00140f19e8173091b9a44ece06f4d51ecf640b3c9c924a7be8a7394182215f\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_feedback ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, feedback BLOB NOT NULL, INDEX hist(table_id, is_index, hist_id) );"] [2025/04/04 10:54:43.160 +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/04 10:54:43.277 +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:2, start time: 2025-04-04 10:54:43.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:43.277 +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:2, start time: 2025-04-04 10:54:43.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:43.329 +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-04 10:54:43.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:43.506 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=7.727292ms] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:43.526 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:43.526 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/04 10:54:43.528 +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"=30.900301ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:43.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:43.586 +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-04 10:54:43.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:43.690 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/04 10:54:43.691 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.525491829\n# Parse_time: 0\n# Compile_time: 0.020598905\n# Rewrite_time: 0.00001579\n# Optimize_time: 0\n# Wait_TS: 0.000191029\n# DB: mysql\n# Is_internal: true\n# Digest: b0ac22a8699b953eeb48be3f830e94a20801551f37159b586c40d30dc883661d\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.role_edges ( FROM_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', FROM_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', TO_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', TO_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', WITH_ADMIN_OPTION ENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N', PRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER) );"] [2025/04/04 10:54:43.692 +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/04 10:54:43.843 +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:2, start time: 2025-04-04 10:54:43.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:43.843 +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:2, start time: 2025-04-04 10:54:43.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:43.871 +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-04 10:54:43.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:44.127 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=27.222778ms] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:44.164 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:44.164 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/04 10:54:44.167 +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"=70.504278ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:43.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:44.231 +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-04 10:54:43.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:44.313 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/04 10:54:44.314 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.605909676\n# Parse_time: 0\n# Compile_time: 0.007996102\n# Rewrite_time: 0.000025362\n# Optimize_time: 0\n# Wait_TS: 0.000273406\n# DB: mysql\n# Is_internal: true\n# Digest: 8b707c584d1e112e8e8ec868861b803577fee329c3c9393a6b510ee14fe94302\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.default_roles ( HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', DEFAULT_ROLE_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%', DEFAULT_ROLE_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', PRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER), KEY i_user (USER));"] [2025/04/04 10:54:44.315 +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/04 10:54:44.495 +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:2, start time: 2025-04-04 10:54:44.376 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:44.496 +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:2, start time: 2025-04-04 10:54:44.376 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:44.541 +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-04 10:54:44.376 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:44.840 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=5.997619ms] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:44.880 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:44.880 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/04 10:54:44.882 +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"=48.857113ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:44.376 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:44.927 +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-04 10:54:44.376 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:45.131 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/04 10:54:45.133 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.808082694\n# Parse_time: 0\n# Compile_time: 0.005848076\n# Rewrite_time: 0.00001388\n# Optimize_time: 0\n# Wait_TS: 0.00017934\n# DB: mysql\n# Is_internal: true\n# Digest: c355115b20710cd210d1922674f220e73f613065f32d62aaabd2d1ecf698841b\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.bind_info ( original_sql LONGTEXT NOT NULL, bind_sql LONGTEXT NOT NULL, default_db TEXT NOT NULL, status TEXT NOT NULL, create_time TIMESTAMP(3) NOT NULL, update_time TIMESTAMP(3) NOT NULL, charset TEXT NOT NULL, collation TEXT NOT NULL, source VARCHAR(10) NOT NULL DEFAULT 'unknown', sql_digest varchar(64) DEFAULT NULL, plan_digest varchar(64) DEFAULT NULL, INDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\", INDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\", UNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:54:45.134 +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/04 10:54:45.280 +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:2, start time: 2025-04-04 10:54:45.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:45.280 +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:2, start time: 2025-04-04 10:54:45.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:45.331 +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-04 10:54:45.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:45.476 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=3.416439ms] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:45.523 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:45.523 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/04 10:54:45.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=20] ["take time"=52.390853ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:45.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:45.596 +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-04 10:54:45.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:45.684 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/04 10:54:45.687 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.521533703\n# Parse_time: 0\n# Compile_time: 0.003240214\n# Rewrite_time: 0.000015255\n# Optimize_time: 0\n# Wait_TS: 0.00022894\n# DB: mysql\n# Is_internal: true\n# Digest: df1a9dde39341a07eb2fb8ef599e6652770203b79af3e1800917053820a3b51c\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_top_n ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, count BIGINT(64) UNSIGNED NOT NULL, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:54:45.688 +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/04 10:54:45.817 +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:2, start time: 2025-04-04 10:54:45.754 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:45.818 +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:2, start time: 2025-04-04 10:54:45.754 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:45.842 +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-04 10:54:45.754 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:45.945 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=2.640645ms] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:46.083 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:46.083 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/04 10:54:46.084 +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"=142.296145ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:45.754 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:46.141 +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-04 10:54:45.754 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:46.246 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/04 10:54:46.248 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.555755337\n# Parse_time: 0\n# Compile_time: 0.00230018\n# Rewrite_time: 0.000014578\n# Optimize_time: 0\n# Wait_TS: 0.000212214\n# DB: mysql\n# Is_internal: true\n# Digest: 988ff7e96344f475621bfec9765ba7b507e76d86daa1e3fdf0f9eadbd538afd0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist ( name CHAR(100) NOT NULL, store_type CHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb', reason VARCHAR(200) );"] [2025/04/04 10:54:46.248 +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/04 10:54:46.322 +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:2, start time: 2025-04-04 10:54:46.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:46.323 +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:2, start time: 2025-04-04 10:54:46.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/04 10:54:46.353 +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-04 10:54:46.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:46.414 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=1.904188ms] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:46.438 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:46.438 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/04 10:54:46.445 +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"=33.670331ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:46.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:46.542 +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-04 10:54:46.293 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:46.622 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/04 10:54:46.623 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.362468921\n# Parse_time: 0\n# Compile_time: 0.001577392\n# Rewrite_time: 0.000017563\n# Optimize_time: 0\n# Wait_TS: 0.000201521\n# DB: mysql\n# Is_internal: true\n# Digest: 58329d63c08bcbc761a6b408e882dc874ae0220c9a2aaaeab91d992543fef52b\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist ( name CHAR(100) NOT NULL );"] [2025/04/04 10:54:46.632 +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/04 10:54:46.824 +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:2, start time: 2025-04-04 10:54:46.685 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:46.824 +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:2, start time: 2025-04-04 10:54:46.685 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:46.860 +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-04 10:54:46.685 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:47.089 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=18.375518ms] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:47.132 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:47.132 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/04 10:54:47.134 +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"=64.950811ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:46.685 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:47.182 +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-04 10:54:46.685 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:47.292 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/04 10:54:47.293 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.656155308\n# Parse_time: 0\n# Compile_time: 0.012154067\n# Rewrite_time: 0.000017687\n# Optimize_time: 0\n# Wait_TS: 0.000270944\n# DB: mysql\n# Is_internal: true\n# Digest: 9c4f6672f019f6d6c588a6b2eb00b13f041ee54cb97f253f85d7ae52df9d23c6\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_extended ( name varchar(32) NOT NULL, type tinyint(4) NOT NULL, table_id bigint(64) NOT NULL, column_ids varchar(32) NOT NULL, stats blob DEFAULT NULL, version bigint(64) unsigned NOT NULL, status tinyint(4) NOT NULL, PRIMARY KEY(name, table_id), KEY idx_1 (table_id, status, version), KEY idx_2 (status, version) );"] [2025/04/04 10:54:47.294 +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/04 10:54:47.441 +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:2, start time: 2025-04-04 10:54:47.356 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:47.441 +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:2, start time: 2025-04-04 10:54:47.356 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:47.480 +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-04 10:54:47.356 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:47.655 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=3.387856ms] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:47.675 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:47.675 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/04 10:54:47.677 +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"=27.117594ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:47.356 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:47.731 +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-04 10:54:47.356 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:47.914 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/04 10:54:47.916 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.618976086\n# Parse_time: 0\n# Compile_time: 0.00888798\n# Rewrite_time: 0.000016541\n# Optimize_time: 0\n# Wait_TS: 0.000188805\n# DB: mysql\n# Is_internal: true\n# Digest: 9e692f90f6e351e4eecf3fbff7177acf0a166d0cd79badb0ce0ced2bb754eb99\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:54:47.918 +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/04 10:54:47.998 +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:2, start time: 2025-04-04 10:54:47.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:47.998 +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:2, start time: 2025-04-04 10:54:47.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:48.024 +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-04 10:54:47.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:48.133 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=3.640291ms] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:48.165 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:48.165 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/04 10:54:48.167 +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"=38.987909ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:47.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:48.201 +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-04 10:54:47.949 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:48.401 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/04 10:54:48.402 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.479424733\n# Parse_time: 0\n# Compile_time: 0.003291044\n# Rewrite_time: 0.000016788\n# Optimize_time: 0\n# Wait_TS: 0.000180697\n# DB: mysql\n# Is_internal: true\n# Digest: 752215fdcd8e21124ccfe3a90f4511f2e72581c4c48a751cc8571209fdee15f6\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.global_grants ( USER char(32) NOT NULL DEFAULT '', HOST char(255) NOT NULL DEFAULT '', PRIV char(32) NOT NULL DEFAULT '', WITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (USER,HOST,PRIV), KEY i_user (USER) );"] [2025/04/04 10:54:48.403 +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/04 10:54:48.530 +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:2, start time: 2025-04-04 10:54:48.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:48.530 +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:2, start time: 2025-04-04 10:54:48.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:48.557 +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-04 10:54:48.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:48.721 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=4.678797ms] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:48.739 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:48.739 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/04 10:54:48.742 +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"=30.082466ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:48.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:48.772 +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-04 10:54:48.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:48.854 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/04 10:54:48.856 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.448677263\n# Parse_time: 0\n# Compile_time: 0.002844818\n# Rewrite_time: 0.000014935\n# Optimize_time: 0\n# Wait_TS: 0.000224083\n# DB: mysql\n# Is_internal: true\n# Digest: 1fac41a3d4a89e3e4da2393e1f69d1aacfec8886db749d6329e9bf677df777b8\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist ( id bigint(64) auto_increment, filter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\", filter_value varchar(32) NOT NULL, key idx(filter_type), primary key(id) );"] [2025/04/04 10:54:48.860 +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/04 10:54:49.014 +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:2, start time: 2025-04-04 10:54:48.937 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:49.014 +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:2, start time: 2025-04-04 10:54:48.937 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:49.064 +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-04 10:54:48.937 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:49.202 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=3.415408ms] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:49.222 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:49.222 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/04 10:54:49.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=27] ["take time"=25.177563ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:48.937 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:49.284 +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-04 10:54:48.937 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:49.409 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/04 10:54:49.410 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.545713943\n# Parse_time: 0\n# Compile_time: 0.002630404\n# Rewrite_time: 0.000016367\n# Optimize_time: 0\n# Wait_TS: 0.009313776\n# DB: mysql\n# Is_internal: true\n# Digest: 06962f34c69b85ab590c2556bdffd68d7705d56a70a3b0522b0ba5bc55363fd3\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.column_stats_usage ( table_id BIGINT(64) NOT NULL, column_id BIGINT(64) NOT NULL, last_used_at TIMESTAMP, last_analyzed_at TIMESTAMP, PRIMARY KEY (table_id, column_id) CLUSTERED );"] [2025/04/04 10:54:49.411 +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/04 10:54:49.493 +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:2, start time: 2025-04-04 10:54:49.449 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:49.493 +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:2, start time: 2025-04-04 10:54:49.449 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:49.585 +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-04 10:54:49.449 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:49.781 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=7.25539ms] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:49.812 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:49.812 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/04 10:54:49.815 +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"=43.098871ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:49.449 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:49.861 +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-04 10:54:49.449 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:49.986 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/04 10:54:49.988 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.573320519\n# Parse_time: 0\n# Compile_time: 0.00313343\n# Rewrite_time: 0.000017505\n# Optimize_time: 0\n# Wait_TS: 0.00017611\n# DB: mysql\n# Is_internal: true\n# Digest: a30fd7e284f356f111cb15459926cdbebb3d6f24c950b6f3b9729d8b5f13ee4f\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.table_cache_meta ( tid bigint(11) NOT NULL DEFAULT 0, lock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE', lease bigint(20) NOT NULL DEFAULT 0, oldReadLease bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (tid) );"] [2025/04/04 10:54:49.988 +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/04 10:54:50.014 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:54:50.186 +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:2, start time: 2025-04-04 10:54:50.084 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:50.186 +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:2, start time: 2025-04-04 10:54:50.084 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:50.219 +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-04 10:54:50.084 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:50.393 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=3.94446ms] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:50.453 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:50.453 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/04 10:54:50.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=29] ["take time"=66.333895ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:50.084 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:50.511 +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-04 10:54:50.084 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:50.618 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/04 10:54:50.619 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.621285371\n# Parse_time: 0\n# Compile_time: 0.006671119\n# Rewrite_time: 0.000015339\n# Optimize_time: 0\n# Wait_TS: 0.000211383\n# DB: mysql\n# Is_internal: true\n# Digest: c862b6db4c0b104bd6ade1db78bbe1f6a12a30584d750044f3eec57a1a86580e\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_options ( table_id BIGINT(64) NOT NULL, sample_num BIGINT(64) NOT NULL DEFAULT 0, sample_rate DOUBLE NOT NULL DEFAULT -1, buckets BIGINT(64) NOT NULL DEFAULT 0, topn BIGINT(64) NOT NULL DEFAULT -1, column_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT', column_ids TEXT(19372), PRIMARY KEY (table_id) CLUSTERED );"] [2025/04/04 10:54:50.620 +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/04 10:54:50.769 +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:2, start time: 2025-04-04 10:54:50.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:50.770 +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:2, start time: 2025-04-04 10:54:50.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:50.799 +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-04 10:54:50.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:50.972 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=5.539239ms] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:51.047 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:51.047 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/04 10:54:51.052 +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"=90.404655ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:50.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:51.137 +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-04 10:54:50.665 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:51.283 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/04 10:54:51.284 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.65852072\n# Parse_time: 0\n# Compile_time: 0.004438783\n# Rewrite_time: 0.000016616\n# Optimize_time: 0\n# Wait_TS: 0.0002504\n# DB: mysql\n# Is_internal: true\n# Digest: eceb528bf68c7d9b100b120b5113005ea7f5a4c6c1f4834403330ff156d0a3aa\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_history ( table_id bigint(64) NOT NULL, stats_data longblob NOT NULL, seq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice', version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', create_time datetime(6) NOT NULL, UNIQUE KEY table_version_seq (table_id, version, seq_no), KEY table_create_time (table_id, create_time, seq_no), KEY idx_create_time (create_time) );"] [2025/04/04 10:54:51.285 +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/04 10:54:51.531 +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:2, start time: 2025-04-04 10:54:51.384 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:51.532 +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:2, start time: 2025-04-04 10:54:51.384 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:51.557 +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-04 10:54:51.384 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:51.781 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=4.439117ms] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:51.811 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:51.811 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/04 10:54:51.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=31] ["take time"=36.070105ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:51.384 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:51.865 +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-04 10:54:51.384 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:51.991 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/04 10:54:51.993 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.700313427\n# Parse_time: 0\n# Compile_time: 0.004878577\n# Rewrite_time: 0.000015664\n# Optimize_time: 0\n# Wait_TS: 0.011847817\n# DB: mysql\n# Is_internal: true\n# Digest: 752363602773b9b875eec93769301ada55a059e0b28c5434de98fdbbc6af54cb\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta_history ( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL, count bigint(64) NOT NULL, version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', source varchar(40) NOT NULL, create_time datetime(6) NOT NULL, UNIQUE KEY table_version (table_id, version), KEY table_create_time (table_id, create_time), KEY idx_create_time (create_time) );"] [2025/04/04 10:54:51.993 +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/04 10:54:52.219 +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:2, start time: 2025-04-04 10:54:52.048 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:52.219 +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:2, start time: 2025-04-04 10:54:52.048 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:52.255 +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-04 10:54:52.048 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:52.497 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=6.777106ms] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:52.548 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:52.548 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/04 10:54:52.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=32] ["take time"=68.544785ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:52.048 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:52.604 +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-04 10:54:52.048 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:52.827 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/04 10:54:52.831 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.820003847\n# Parse_time: 0\n# Compile_time: 0.007134917\n# Rewrite_time: 0.000014623\n# Optimize_time: 0\n# Wait_TS: 0.000168012\n# DB: mysql\n# Is_internal: true\n# Digest: e43210dfb790a213e9535afaf9c321b9c50cd9c52fc4ea248c8239abe958ff67\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_jobs ( id BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, table_schema CHAR(64) NOT NULL DEFAULT '', table_name CHAR(64) NOT NULL DEFAULT '', partition_name CHAR(64) NOT NULL DEFAULT '', job_info TEXT NOT NULL, processed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, start_time TIMESTAMP, end_time TIMESTAMP, state ENUM('pending', 'running', 'finished', 'failed') NOT NULL, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job', process_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job', PRIMARY KEY (id), KEY (update_time), INDEX idx_schema_table_state (table_schema, table_name, state), INDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state) );"] [2025/04/04 10:54:52.832 +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/04 10:54:52.922 +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:2, start time: 2025-04-04 10:54:52.887 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/04 10:54:52.930 +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:2, start time: 2025-04-04 10:54:52.887 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:52.958 +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-04 10:54:52.887 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:53.046 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=2.424273ms] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:53.066 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:53.066 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/04 10:54:53.067 +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"=24.561289ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:52.887 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:53.121 +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-04 10:54:52.887 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:53.176 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/04 10:54:53.178 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.342868199\n# Parse_time: 0\n# Compile_time: 0.002003017\n# Rewrite_time: 0.000027985\n# Optimize_time: 0\n# Wait_TS: 0.002142676\n# DB: mysql\n# Is_internal: true\n# Digest: 6eab04864600dfa37145d44689995984eecc83e3dc6ce49c1e75d23567f8bac3\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.advisory_locks ( lock_name VARCHAR(64) NOT NULL PRIMARY KEY );"] [2025/04/04 10:54:53.179 +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/04 10:54:53.407 +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:3, start time: 2025-04-04 10:54:53.277 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:53.407 +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:3, start time: 2025-04-04 10:54:53.277 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:53.452 +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-04 10:54:53.277 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:53.655 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=4.002735ms] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:54:53.675 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:53.676 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/04 10:54:53.676 +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"=26.679838ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2025-04-04 10:54:53.277 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:53.735 +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-04 10:54:53.277 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:53.867 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/04 10:54:53.868 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.664362331\n# Parse_time: 0\n# Compile_time: 0.048415158\n# Rewrite_time: 0.024419805\n# Optimize_time: 0\n# Wait_TS: 0.000235424\n# DB: mysql\n# Is_internal: true\n# Digest: 21116016d77c522c611ad3a280af29e3d82340ed19bc91481dd117f25aeda403\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as ( SELECT tidb_mdl_info.job_id, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query, session_id, cluster_tidb_trx.start_time, tidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS FROM mysql.tidb_ddl_job, mysql.tidb_mdl_info, information_schema.cluster_tidb_trx WHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id AND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0 );"] [2025/04/04 10:54:53.997 +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:2, start time: 2025-04-04 10:54:53.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:53.997 +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:2, start time: 2025-04-04 10:54:53.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:54.064 +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-04 10:54:53.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:54.322 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=14.854813ms] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:54.409 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:54.409 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/04 10:54:54.415 +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"=136.69763ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:53.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:54.497 +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-04 10:54:53.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:54.684 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/04 10:54:54.685 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.812032612\n# Parse_time: 0\n# Compile_time: 0.004615239\n# Rewrite_time: 0.000015263\n# Optimize_time: 0\n# Wait_TS: 0.000182529\n# DB: mysql\n# Is_internal: true\n# Digest: d88a70e9c5bb5a28f5a1d1f52613093328fd73c5e78668fab2b1a9c260ab506b\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_status ( sql_digest VARCHAR(128), plan_digest VARCHAR(128), origin_sql TEXT, token VARCHAR(128), update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/04 10:54:54.686 +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/04 10:54:54.832 +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:2, start time: 2025-04-04 10:54:54.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:54.832 +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:2, start time: 2025-04-04 10:54:54.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:54.854 +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-04 10:54:54.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:55.001 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=3.233967ms] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:55.027 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:55.028 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/04 10:54:55.031 +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"=34.178985ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:54.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:55.065 +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-04 10:54:54.743 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:55.141 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/04 10:54:55.142 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.436286971\n# Parse_time: 0\n# Compile_time: 0.01053961\n# Rewrite_time: 0.000017289\n# Optimize_time: 0\n# Wait_TS: 0.000136653\n# DB: mysql\n# Is_internal: true\n# Digest: 1ce2bb4fd69df5a5aeb254910aeeab700c1408b8c2de8f7dbe3ebbc11a4b1542\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_task ( sql_digest VARCHAR(128) NOT NULL, plan_digest VARCHAR(128) NOT NULL, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (sql_digest,plan_digest));"] [2025/04/04 10:54:55.143 +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/04 10:54:55.275 +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:2, start time: 2025-04-04 10:54:55.179 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:55.276 +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:2, start time: 2025-04-04 10:54:55.179 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:55.298 +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-04 10:54:55.179 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:55.377 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=2.856766ms] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:55.398 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:55.399 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/04 10:54:55.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=37] ["take time"=29.004241ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:55.179 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:55.441 +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-04 10:54:55.179 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:55.520 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/04 10:54:55.521 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.374428841\n# Parse_time: 0\n# Compile_time: 0.002831596\n# Rewrite_time: 0.000015264\n# Optimize_time: 0\n# Wait_TS: 0.000169742\n# DB: mysql\n# Is_internal: true\n# Digest: f2c0bd78cfe8f7e6b4f8b30f83a48ff4c49a1a9de1c1a0c721ec3561ac42865a\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_table_locked( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL DEFAULT 0, count bigint(64) NOT NULL DEFAULT 0, version bigint(64) UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (table_id));"] [2025/04/04 10:54:55.522 +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/04 10:54:55.757 +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:2, start time: 2025-04-04 10:54:55.582 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:55.758 +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:2, start time: 2025-04-04 10:54:55.582 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:55.776 +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-04 10:54:55.582 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:56.288 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=49.748997ms] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:56.313 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:56.313 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/04 10:54:56.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=38] ["take time"=82.052316ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:55.582 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:56.366 +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-04 10:54:55.582 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:56.538 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/04 10:54:56.540 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.011059144\n# Parse_time: 0\n# Compile_time: 0.02395713\n# Rewrite_time: 0.000015641\n# Optimize_time: 0\n# Wait_TS: 0.000173666\n# DB: mysql\n# Is_internal: true\n# Digest: 923db1cc9d609e172ea493293255661f5a9679f95604192db50211d133741170\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status ( table_id bigint(64) PRIMARY KEY, parent_table_id bigint(64), table_statistics text DEFAULT NULL, last_job_id varchar(64) DEFAULT NULL, last_job_start_time timestamp NULL DEFAULT NULL, last_job_finish_time timestamp NULL DEFAULT NULL, last_job_ttl_expire timestamp NULL DEFAULT NULL, last_job_summary text DEFAULT NULL, current_job_id varchar(64) DEFAULT NULL, current_job_owner_id varchar(64) DEFAULT NULL, current_job_owner_addr varchar(256) DEFAULT NULL, current_job_owner_hb_time timestamp, current_job_start_time timestamp NULL DEFAULT NULL, current_job_ttl_expire timestamp NULL DEFAULT NULL, current_job_state text DEFAULT NULL, current_job_status varchar(64) DEFAULT NULL, current_job_status_update_time timestamp NULL DEFAULT NULL);"] [2025/04/04 10:54:56.542 +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/04 10:54:56.694 +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:2, start time: 2025-04-04 10:54:56.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:56.694 +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:2, start time: 2025-04-04 10:54:56.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:56.737 +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-04 10:54:56.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:57.101 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=6.120206ms] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:57.119 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:57.120 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/04 10:54:57.124 +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"=30.182477ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:56.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:57.180 +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-04 10:54:56.577 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:57.361 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/04 10:54:57.362 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.811397681\n# Parse_time: 0\n# Compile_time: 0.004482089\n# Rewrite_time: 0.000015227\n# Optimize_time: 0\n# Wait_TS: 0.000126933\n# DB: mysql\n# Is_internal: true\n# Digest: 99a5c0e89a0b881a0fa10de262495ae25955edb2a7ef8776054ab57aca80e0d7\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task ( job_id varchar(64) NOT NULL, table_id bigint(64) NOT NULL, scan_id int NOT NULL, scan_range_start BLOB, scan_range_end BLOB, expire_time timestamp NOT NULL, owner_id varchar(64) DEFAULT NULL, owner_addr varchar(64) DEFAULT NULL, owner_hb_time timestamp DEFAULT NULL, status varchar(64) DEFAULT 'waiting', status_update_time timestamp NULL DEFAULT NULL, state text, created_time timestamp NOT NULL, primary key(job_id, scan_id), key(created_time));"] [2025/04/04 10:54:57.362 +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/04 10:54:57.613 +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:2, start time: 2025-04-04 10:54:57.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:57.613 +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:2, start time: 2025-04-04 10:54:57.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:57.658 +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-04 10:54:57.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:58.007 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=6.964546ms] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:58.033 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:58.033 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/04 10:54:58.036 +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"=37.389714ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:57.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:58.074 +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-04 10:54:57.42 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:58.258 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/04 10:54:58.262 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.889572809\n# Parse_time: 0\n# Compile_time: 0.009521913\n# Rewrite_time: 0.000015554\n# Optimize_time: 0\n# Wait_TS: 0.000172121\n# DB: mysql\n# Is_internal: true\n# Digest: a59d1fe47cade4697d39b0374d27cfee2fa302a4c752a5ae5073cecda386a0e8\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history ( job_id varchar(64) PRIMARY KEY, table_id bigint(64) NOT NULL, parent_table_id bigint(64) NOT NULL, table_schema varchar(64) NOT NULL, table_name varchar(64) NOT NULL, partition_name varchar(64) DEFAULT NULL, create_time timestamp NOT NULL, finish_time timestamp NOT NULL, ttl_expire timestamp NOT NULL, summary_text text, expired_rows bigint(64) DEFAULT NULL, deleted_rows bigint(64) DEFAULT NULL, error_delete_rows bigint(64) DEFAULT NULL, status varchar(64) NOT NULL, key(table_schema, table_name, create_time), key(parent_table_id, create_time), key(create_time) );"] [2025/04/04 10:54:58.263 +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/04 10:54:58.454 +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:2, start time: 2025-04-04 10:54:58.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:58.454 +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:2, start time: 2025-04-04 10:54:58.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:58.493 +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-04 10:54:58.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:58.892 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=7.510836ms] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:58.920 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:58.920 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/04 10:54:58.921 +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"=39.878759ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:58.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:58.981 +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-04 10:54:58.298 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:59.155 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/04 10:54:59.158 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.887960765\n# Parse_time: 0\n# Compile_time: 0.005011708\n# Rewrite_time: 0.000015932\n# Optimize_time: 0\n# Wait_TS: 0.000177928\n# DB: mysql\n# Is_internal: true\n# Digest: 87a919aee92342a6b954c4ed4dd8cc629fccf29087b4eee86bc91114590f3e5c\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:54:59.159 +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/04 10:54:59.440 +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:2, start time: 2025-04-04 10:54:59.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:54:59.481 +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:2, start time: 2025-04-04 10:54:59.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:54:59.482 +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-04 10:54:59.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:54:59.906 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=7.625929ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:54:59.958 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:54:59.963 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/04 10:54:59.965 +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"=67.748852ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2025-04-04 10:54:59.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:00.051 +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-04 10:54:59.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:00.266 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/04 10:55:00.268 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.079880984\n# Parse_time: 0\n# Compile_time: 0.039348708\n# Rewrite_time: 0.000017454\n# Optimize_time: 0\n# Wait_TS: 0.000227495\n# DB: mysql\n# Is_internal: true\n# Digest: 35cf2ce48ba5e71b82858e4e3f3a03750eb81dc6d2c5dee011ea0f91b9a9599e\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:55:00.269 +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/04 10:55:00.525 +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:2, start time: 2025-04-04 10:55:00.327 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:00.526 +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:2, start time: 2025-04-04 10:55:00.327 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:00.577 +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-04 10:55:00.327 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:00.861 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=7.167749ms] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:00.887 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:00.887 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/04 10:55:00.887 +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"=34.274944ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:00.327 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:00.951 +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-04 10:55:00.327 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:01.157 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/04 10:55:01.168 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.889305499\n# Parse_time: 0\n# Compile_time: 0.010824096\n# Rewrite_time: 0.000024562\n# Optimize_time: 0\n# Wait_TS: 0.00019468\n# DB: mysql\n# Is_internal: true\n# Digest: 1865863db4761960f0296bcf5386c3bb0c98aa299ac12888aa8054dc66681ee3\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs ( id bigint(64) NOT NULL AUTO_INCREMENT, create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), start_time TIMESTAMP(6) NULL DEFAULT NULL, update_time TIMESTAMP(6) NULL DEFAULT NULL, end_time TIMESTAMP(6) NULL DEFAULT NULL, table_schema VARCHAR(64) NOT NULL, table_name VARCHAR(64) NOT NULL, table_id bigint(64) NOT NULL, created_by VARCHAR(300) NOT NULL, parameters text NOT NULL, source_file_size bigint(64) NOT NULL, status VARCHAR(64) NOT NULL, step VARCHAR(64) NOT NULL, summary text DEFAULT NULL, error_message TEXT DEFAULT NULL, PRIMARY KEY (id), KEY (created_by), KEY (status));"] [2025/04/04 10:55:01.168 +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/04 10:55:01.360 +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:2, start time: 2025-04-04 10:55:01.214 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:01.360 +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:2, start time: 2025-04-04 10:55:01.214 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:01.398 +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-04 10:55:01.214 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:01.681 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=13.104046ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:01.748 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:01.748 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/04 10:55:01.750 +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"=82.466796ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:01.214 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:01.848 +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-04 10:55:01.214 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:01.989 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/04 10:55:01.990 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.808680441\n# Parse_time: 0\n# Compile_time: 0.007462835\n# Rewrite_time: 0.000049894\n# Optimize_time: 0\n# Wait_TS: 0.000242622\n# DB: mysql\n# Is_internal: true\n# Digest: e0bf00610662023227b3e4a7d5f58b03cae01c95aeaf892c603785420b5a5d10\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', INDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\", INDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:55:01.991 +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/04 10:55:02.125 +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:2, start time: 2025-04-04 10:55:02.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:02.132 +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:2, start time: 2025-04-04 10:55:02.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:02.156 +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-04 10:55:02.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:02.390 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=5.559722ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:02.409 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:02.409 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/04 10:55:02.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=45] ["take time"=26.330507ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:02.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:02.480 +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-04 10:55:02.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:02.661 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/04 10:55:02.663 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.658876125\n# Parse_time: 0\n# Compile_time: 0.015335403\n# Rewrite_time: 0.000015508\n# Optimize_time: 0\n# Wait_TS: 0.000168771\n# DB: mysql\n# Is_internal: true\n# Digest: 90a827f5aeb9baa2131bf6ef107c623b745894733d5936771bed7e5e4aa2a0ff\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries ( resource_group_name varchar(32) not null, start_time TIMESTAMP NOT NULL, repeats int default 1, match_type varchar(12) NOT NULL, action varchar(64) NOT NULL, sample_sql TEXT NOT NULL, sql_digest varchar(64) NOT NULL, plan_digest varchar(64) NOT NULL, tidb_server varchar(512), rule VARCHAR(512) DEFAULT '', INDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\", INDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:55:02.685 +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/04 10:55:02.916 +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:2, start time: 2025-04-04 10:55:02.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:02.917 +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:2, start time: 2025-04-04 10:55:02.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:02.941 +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-04 10:55:02.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:03.284 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=9.75931ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:03.316 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:03.316 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/04 10:55:03.319 +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"=45.256853ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:02.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:03.393 +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-04 10:55:02.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:03.636 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/04 10:55:03.642 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.9317829\n# Parse_time: 0\n# Compile_time: 0.007876054\n# Rewrite_time: 0.000023809\n# Optimize_time: 0\n# Wait_TS: 0.000201704\n# DB: mysql\n# Is_internal: true\n# Digest: 9911fdd027ae330cb69c5cc84a8759473df277eda62594b0dc9b5a797f09a21d\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` ( ID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, NAMESPACE VARCHAR(256) NOT NULL, TIMER_KEY VARCHAR(256) NOT NULL, TIMER_DATA BLOB, TIMEZONE VARCHAR(64) NOT NULL, SCHED_POLICY_TYPE VARCHAR(32) NOT NULL, SCHED_POLICY_EXPR VARCHAR(256) NOT NULL, HOOK_CLASS VARCHAR(64) NOT NULL, WATERMARK TIMESTAMP DEFAULT NULL, ENABLE TINYINT(2) NOT NULL, TIMER_EXT JSON NOT NULL, EVENT_STATUS VARCHAR(32) NOT NULL, EVENT_ID VARCHAR(64) NOT NULL, EVENT_DATA BLOB, EVENT_START TIMESTAMP DEFAULT NULL, SUMMARY_DATA BLOB, CREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, UPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, VERSION BIGINT(64) UNSIGNED NOT NULL, PRIMARY KEY (ID), UNIQUE KEY timer_key(NAMESPACE, TIMER_KEY), KEY hook_class(HOOK_CLASS) );"] [2025/04/04 10:55:03.647 +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/04 10:55:03.913 +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:2, start time: 2025-04-04 10:55:03.744 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:03.913 +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:2, start time: 2025-04-04 10:55:03.744 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:03.963 +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-04 10:55:03.744 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:04.297 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=5.023435ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:04.333 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:04.333 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/04 10:55:04.333 +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"=42.311066ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:03.744 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:04.375 +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-04 10:55:03.744 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:04.516 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/04 10:55:04.518 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.850830037\n# Parse_time: 0\n# Compile_time: 0.014185498\n# Rewrite_time: 0.000038168\n# Optimize_time: 0\n# Wait_TS: 0.000198263\n# DB: mysql\n# Is_internal: true\n# Digest: 0756c368a062ed6f6fcf06118c0f681502d85d0c56147973918b699deb186db7\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, record_id BIGINT(20) not null, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', done_time TIMESTAMP(6) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:55:04.519 +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/04 10:55:04.611 +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:2, start time: 2025-04-04 10:55:04.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:04.614 +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:2, start time: 2025-04-04 10:55:04.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:04.633 +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-04 10:55:04.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:04.734 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=3.060092ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:04.764 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:04.765 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/04 10:55:04.767 +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"=36.273256ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:04.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:04.821 +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-04 10:55:04.565 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:04.904 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/04 10:55:04.906 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.383576687\n# Parse_time: 0\n# Compile_time: 0.002447514\n# Rewrite_time: 0.000015111\n# Optimize_time: 0\n# Wait_TS: 0.000155373\n# DB: mysql\n# Is_internal: true\n# Digest: d7aca5b8f7b6ebbd013778d4a0451e0b59954ffc0090d361b1f71722be496608\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.dist_framework_meta ( host VARCHAR(261) NOT NULL PRIMARY KEY, role VARCHAR(64), cpu_count int default 0, keyspace_id bigint(8) NOT NULL DEFAULT -1 );"] [2025/04/04 10:55:04.909 +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/04 10:55:04.998 +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:2, start time: 2025-04-04 10:55:04.937 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:04.998 +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:2, start time: 2025-04-04 10:55:04.937 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:05.035 +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-04 10:55:04.937 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:05.271 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:55:05.271 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:55:05.271 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:55:05.271 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:55:05.319 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=3.511628ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:05.365 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:05.372 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/04 10:55:05.376 +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"=78.183229ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:04.937 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:05.430 +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-04 10:55:04.937 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:05.586 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/04 10:55:05.595 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.681928017\n# Parse_time: 0\n# Compile_time: 0.002996078\n# Rewrite_time: 0.000015126\n# Optimize_time: 0\n# Wait_TS: 0.000159629\n# DB: mysql\n# Is_internal: true\n# Digest: 5ca9dd4b3efdb0fd8b4c7af3016f911e048fc356c5b2a241e06c5bc30f085ce7\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.request_unit_by_group ( start_time TIMESTAMP(6) NOT NULL, end_time TIMESTAMP(6) NOT NULL, resource_group VARCHAR(32) NOT null, total_ru bigint(64) UNSIGNED NOT NULL, PRIMARY KEY (start_time, end_time, resource_group), KEY (resource_group) );"] [2025/04/04 10:55:05.596 +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/04 10:55:05.608 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:05.692 +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:2, start time: 2025-04-04 10:55:05.629 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:05.694 +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:2, start time: 2025-04-04 10:55:05.629 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:05.715 +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-04 10:55:05.629 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:05.874 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=3.623085ms] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:05.916 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:05.916 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/04 10:55:05.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=50] ["take time"=51.012334ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:05.629 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:05.959 +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-04 10:55:05.629 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:06.031 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/04 10:55:06.032 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.433106841\n# Parse_time: 0\n# Compile_time: 0.00762989\n# Rewrite_time: 0.000014769\n# Optimize_time: 0\n# Wait_TS: 0.000196159\n# DB: mysql\n# Is_internal: true\n# Digest: c3f2b12f28890accfe7e3cd6df43661468be7bca7e24b853661916ce164d8160\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map ( restored_ts BIGINT NOT NULL, upstream_cluster_id BIGINT NOT NULL, segment_id BIGINT NOT NULL, id_map BLOB(524288) NOT NULL, update_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/04 10:55:06.033 +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/04 10:55:06.081 +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-04 10:55:06.058 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:06.082 +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-04 10:55:06.058 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/04 10:55:06.105 +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-04 10:55:06.058 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:06.139 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=650.997ยตs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/04 10:55:06.161 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:06.162 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/04 10:55:06.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=51] ["take time"=26.583694ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:06.058 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:06.191 +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-04 10:55:06.058 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:06.251 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/04 10:55:06.254 +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/04 10:55:06.392 +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:3, start time: 2025-04-04 10:55:06.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:06.392 +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:3, start time: 2025-04-04 10:55:06.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:06.412 +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-04 10:55:06.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:06.572 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=2.666399ms] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:55:06.625 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:06.625 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/04 10:55:06.627 +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"=58.629352ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:3, start time: 2025-04-04 10:55:06.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:06.723 +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-04 10:55:06.316 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:06.814 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/04 10:55:06.816 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.552177217\n# Parse_time: 0\n# Compile_time: 0.031730107\n# Rewrite_time: 0.024330233\n# Optimize_time: 0\n# Wait_TS: 0.000207198\n# DB: mysql\n# Is_internal: true\n# Digest: 04175714d714f771531a56c7ae3f097cec113655220f87ac336c5ae44d3d3f8f\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE VIEW sys.schema_unused_indexes AS SELECT table_schema as object_schema, table_name as object_name, index_name FROM information_schema.cluster_tidb_index_usage WHERE table_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and index_name != 'PRIMARY' GROUP BY table_schema, table_name, index_name HAVING sum(last_access_time) is null;"] [2025/04/04 10:55:07.049 +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:2, start time: 2025-04-04 10:55:06.857 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:07.050 +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:2, start time: 2025-04-04 10:55:06.857 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:07.068 +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-04 10:55:06.857 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:07.356 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=5.93862ms] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:07.374 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:07.374 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/04 10:55:07.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=53] ["take time"=29.319552ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:06.857 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:07.414 +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-04 10:55:06.857 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:07.584 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/04 10:55:07.588 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.758136851\n# Parse_time: 0\n# Compile_time: 0.005402341\n# Rewrite_time: 0.00001735\n# Optimize_time: 0\n# Wait_TS: 0.000189782\n# DB: mysql\n# Is_internal: true\n# Digest: 70367647c92c5d0f8c232f2767a57dfe16b6ba8abad6fa939d6846291e8fa94c\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.index_advisor_results ( id bigint primary key not null auto_increment, created_at datetime not null, updated_at datetime not null, schema_name varchar(64) not null, table_name varchar(64) not null, index_name varchar(127) not null, index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"', index_details json, -- est_index_size, reason, DDL to create this index, ... top_impacted_queries json, -- improvement, plan before and after this index, ... workload_impact json, -- improvement and more details, ... extra json, -- for the cloud env to save more info like RU, cost_saving, ... index idx_create(created_at), index idx_update(updated_at), unique index idx(schema_name, table_name, index_columns));"] [2025/04/04 10:55:07.589 +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/04 10:55:07.711 +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:2, start time: 2025-04-04 10:55:07.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:07.712 +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:2, start time: 2025-04-04 10:55:07.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:07.752 +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-04 10:55:07.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:07.980 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=3.711591ms] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:08.012 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:08.012 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/04 10:55:08.017 +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"=64.450347ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:07.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:08.057 +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-04 10:55:07.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:08.163 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/04 10:55:08.164 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.571692941\n# Parse_time: 0\n# Compile_time: 0.002976054\n# Rewrite_time: 0.000013877\n# Optimize_time: 0\n# Wait_TS: 0.000177847\n# DB: mysql\n# Is_internal: true\n# Digest: 4f6cb23bc55d76683beb221b33d4e5d78047d43c500f2001fe11206811779076\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options ( module varchar(128), name varchar(128), value varchar(128), updated_at datetime, status varchar(128), description text, primary key(module, name));"] [2025/04/04 10:55:08.164 +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/04 10:55:08.324 +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:2, start time: 2025-04-04 10:55:08.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:08.324 +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:2, start time: 2025-04-04 10:55:08.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:08.356 +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-04 10:55:08.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:08.532 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=4.712308ms] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:08.572 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:08.572 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/04 10:55:08.573 +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"=46.263514ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:08.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:08.623 +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-04 10:55:08.193 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:08.770 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/04 10:55:08.771 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.60243176\n# Parse_time: 0\n# Compile_time: 0.003452182\n# Rewrite_time: 0.000013912\n# Optimize_time: 0\n# Wait_TS: 0.00014135\n# DB: mysql\n# Is_internal: true\n# Digest: 22e991e019befcd18128737c6c7e27c9e600ee33f309f16473f3b2e432b493a4\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_workload_values ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, version bigint(20) NOT NULL, category varchar(64) NOT NULL, type varchar(64) NOT NULL, table_id bigint(20) NOT NULL, value json NOT NULL, index idx_version_category_type (version, category, type), index idx_table_id (table_id));"] [2025/04/04 10:55:08.771 +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/04 10:55:10.375 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117298530451456\n# Query_time: 1.195971555\n# Parse_time: 0\n# Compile_time: 0.465661688\n# Rewrite_time: 0.0145273\n# Optimize_time: 0\n# Wait_TS: 0\n# DB: mysql\n# Is_internal: true\n# Digest: eb58d96d7eba9ae407efec64db335db75d58891b8cfae5274e34deeeb21575de\n# Mem_max: 365504\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('wwPwwjAJMjdfMQkwCTAJTi9BCTAJdGltZTo2OTkuOW1zLCBvcGVuOjIyLjHCtXMsIGNsb3NlOjgyLjbCtXMsIGxvb3BzOjEsIHByZXBhcmU6IHt0b3RhbDogMTMyLjVtcywgYXV0b19pZF9hbGxvY2F0b3I6IHthbGxvY19jbnQ6IDEsIEdldDp7bnVtX3JwYzoxLCB0b3RhbF90aW1lOjI0NS45wrVzfSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjU4NC4ywgGaHGdldF9jb21tASQUczozMi40BaIJExQ6NTM3LjMFEShzbG93ZXN0X3ByZQVDEF9ycGM6FbdgMC4wMDBzLCByZWdpb25faWQ6IDIsIHN0bwHcBQcMMSwgfRWOGHByaW1hcnnWRAANZAhudW0hQgmNDGtleXMZDpxieXRlOjMyfX19LCBpbnNlcnQ6NTY3LjRtcwkxMDguOSBLQglOL0EK')\n# Resource_group: default\nINSERT HIGH_PRIORITY INTO mysql.GLOBAL_VARIABLES VALUES (\"optimizer_trace_offset\", \"-1\"), (\"tidb_enable_analyze_snapshot\", \"OFF\"), (\"tidb_rc_write_check_ts\", \"OFF\"), (\"max_binlog_stmt_cache_size\", \"18446744073709547520\"), (\"tidb_enable_gogc_tuner\", \"ON\"), (\"slave_pending_jobs_size_max\", \"16777216\"), (\"tikv_client_read_timeout\", \"0\"), (\"innodb_ft_num_word_optimize\", \"2000\"), (\"tidb_opt_ordering_index_selectivity_ratio\", \"-1\"), (\"tidb_ttl_scan_batch_size\", \"500\"), (\"tidb_txn_assertion_level\", \"FAST\"), (\"tidb_opt_mpp_outer_join_fixed_build_side\", \"OFF\"), (\"slave_allow_batching\", \"OFF\"), (\"tidb_row_format_version\", \"2\"), (\"validate_password.enable\", \"OFF\"), (\"tidb_enable_ordered_result_mode\", \"OFF\"), (\"innodb_autoextend_increment\", \"64\"), (\"binlogging_impossible_mode\", \"IGNORE_ERROR\"), (\"ndb_distribution\", \"\"), (\"log_slow_slave_statements\", \"OFF\"), (\"innodb_random_read_ahead\", \"OFF\"), (\"tidb_allow_mpp\", \"ON\"), (\"tidb_historical_stats_duration\", \"168h0m0s\"), (\"max_binlog_size\", \"1073741824\"), (\"tidb_enable_dist_task\", \"ON\"), (\"tidb_scatter_region\", \"\"), (\"check_proxy_users\", \"OFF\"), (\"end_markers_in_json\", \"OFF\"), (\"tidb_auto_build_stats_concurrency\", \"1\"), (\"innodb_undo_log_truncate\", \"\"), (\"allow_auto_random_explicit_insert\", \"OFF\"), (\"tidb_ddl_reorg_batch_size\", \"256\"), (\"query_prealloc_size\", \"8192\"), (\"stored_program_cache\", \"256\"), (\"tidb_prepared_plan_cache_size\", \"100\"), (\"innodb_status_output_locks\", \"OFF\"), (\"log_syslog_facility\", \"\"), (\"innodb_adaptive_flushing_lwm\", \"10\"), (\"authentication_ldap_sasl_ca_path\", \"\"), (\"innodb_thread_concurrency\", \"0\"), (\"slow_query_log_file\", \"/usr/local/mysql/data/localhost-slow.log\"), (\"tidb_analyze_partition_concurrency\", \"2\"), (\"innodb_purge_batch_size\", \"300\"), (\"tidb_auto_analyze_ratio\", \"0.5\"), (\"binlog_rows_query_log_events\", \"OFF\"), (\"tidb_multi_statement_mode\", \"OFF\"), (\"server_id\", \"0\"), (\"tidb_auto_analyze_concurrency\", \"1\"), (\"delayed_insert_timeout\", \"300\"), (\"innodb_old_blocks_time\", \"1000\"), (\"authentication_ldap_sasl_bind_root_pwd\", \"\"), (\"myisam_sort_buffer_size\", \"8388608\"), (\"connect_timeout\", \"10\"), (\"innodb_ft_server_stopword_table\", \"\"), (\"tidb_enable_prepared_plan_cache_memory_monitor\", \"ON\"), (\"tidb_ttl_job_enable\", \"ON\"), (\"slow_launch_time\", \"2\"), (\"tidb_analyze_column_options\", \"PREDICATE\"), (\"binlog_stmt_cache_size\", \"32768\"), (\"sql_quote_show_create\", \"ON\"), (\"tidb_enable_fast_create_table\", \"ON\"), (\"innodb_status_output\", \"OFF\"), (\"optimizer_trace_max_mem_size\", \"16384\"), (\"master_verify_checksum\", \"OFF\"), (\"tidb_max_bytes_before_tiflash_external_join\", \"-1\"), (\"tidb_gc_max_wait_time\", \"86400\"), (\"innodb_read_ahead_threshold\", \"56\"), (\"delay_key_write\", \"ON\"), (\"tidb_ignore_inlist_plan_digest\", \"OFF\"), (\"mysql_native_password_proxy_users\", \"\"), (\"tidb_txn_commit_batch_size\", \"16384\"), (\"binlog_group_commit_sync_delay\", \"\"), (\"tidb_build_sampling_stats_concurrency\", \"2\"), (\"tidb_opt_insubq_to_join_and_agg\", \"ON\"), (\"tidb_opt_enable_correlation_adjustment\", \"ON\"), (\"sync_master_info\", \"10000\"), (\"tidb_ttl_delete_rate_limit\", \"0\"), (\"authentication_ldap_sasl_tls\", \"OFF\"), (\"old_passwords\", \"0\"), (\"tidb_opt_disk_factor\", \"1.5\"), (\"tidb_use_plan_baselines\", \"ON\"), (\"optimizer_trace_features\", \"greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on\"), (\"optimizer_trace_limit\", \"1\"), (\"binlog_order_commits\", \"ON\"), (\"tidb_ttl_job_schedule_window_end_time\", \"23:59 +0000\"), (\"tidb_enable_non_prepared_plan_cache\", \"OFF\"), (\"old_alter_table\", \"OFF\"), (\"tidb_opt_skew_distinct_agg\", \"OFF\"), (\"disconnect_on_expired_password\", \"ON\"), (\"tidb_enable_exchange_partition\", \"ON\"), (\"div_precision_increment\", \"4\"), (\"tidb_window_concurrency\", \"-1\"), (\"tidb_gc_run_interval\", \"10m0s\"), (\"enforce_gtid_consistency\", \"OFF\"), (\"host_cache_size\", \"279\"), (\"sql_auto_is_null\", \"OFF\"), (\"tidb_restricted_read_only\", \"OFF\"), (\"tidb_top_sql_max_time_series_count\", \"100\"), (\"collation_database\", \"utf8mb4_bin\"), (\"log_bin_trust_function_creators\", \"OFF\"), (\"time_zone\", \"SYSTEM\"), (\"innodb_old_blocks_pct\", \"37\"), (\"tidb_constraint_check_in_place\", \"OFF\"), (\"key_cache_age(len:25902);"] [2025/04/04 10:55:10.748 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=39.554413855s] [2025/04/04 10:55:10.758 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=e4e0dc61-6457-4051-b8bd-a16e2547cea8] [2025/04/04 10:55:10.768 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:55:10.768 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:55:10.768 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:55:10.768 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=139.411ยตs] [2025/04/04 10:55:10.769 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=113.541ยตs] [2025/04/04 10:55:10.769 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=97.785ยตs] [2025/04/04 10:55:10.769 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=100.916ยตs] [2025/04/04 10:55:10.769 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=117.495ยตs] [2025/04/04 10:55:10.769 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=86.541ยตs] [2025/04/04 10:55:10.770 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=92.446ยตs] [2025/04/04 10:55:10.770 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=297.069ยตs] [2025/04/04 10:55:10.770 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=163.773ยตs] [2025/04/04 10:55:10.771 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=161.409ยตs] [2025/04/04 10:55:10.771 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=e4e0dc61-6457-4051-b8bd-a16e2547cea8] [2025/04/04 10:55:10.771 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:55:10.771 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:55:10.877 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=e4e0dc61-6457-4051-b8bd-a16e2547cea8] ["take time"=118.891782ms] [2025/04/04 10:55:10.877 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=e4e0dc61-6457-4051-b8bd-a16e2547cea8] [2025/04/04 10:55:10.877 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:55:10.877 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:55:10.878 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:55:10.878 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:55:10.878 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:55:10.878 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:55:10.878 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:55:10.878 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:55:10.878 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:55:10.878 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:55:10.878 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:55:10.878 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:55:10.878 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:55:10.878 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:55:10.879 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:55:10.880 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=122.138156ms] [2025/04/04 10:55:10.881 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=7b424794-73e8-4d37-af36-936b90d5b5ad] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:55:11.165 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:55:11.165 +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/04 10:55:11.699 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=532.425864ms] [2025/04/04 10:55:11.700 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:55:11.700 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=533.945009ms] [2025/04/04 10:55:11.701 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=55] ["reload ts"=457117299297484800] [2025/04/04 10:55:11.720 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [runWorker=true] [jobVersion=v1] [2025/04/04 10:55:11.735 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:55:11.736 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:55:11.736 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [2025/04/04 10:55:11.737 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:55:11.737 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:55:11.739 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:55:11.740 +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/04 10:55:11.740 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:55:11.740 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:55:11.740 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:55:11.741 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:55:11.741 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:55:11.741 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:55:11.742 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:55:11.742 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:55:11.742 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:55:11.742 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:55:11.743 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:55:11.743 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:55:11.779 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:55:11.780 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [2025/04/04 10:55:11.780 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/04 10:55:11.848 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/04 10:55:11.849 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/04 10:55:11.861 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:55:11.960 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:55:12.003 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:55:12.005 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/04 10:55:12.008 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:55:12.008 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/04 10:55:12.008 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/04 10:55:12.009 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:55:12.009 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:55:12.009 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [2025/04/04 10:55:12.010 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:55:12.010 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:55:12.014 +00:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=16] [total-mem=342GiB] [total-disk=434.8GiB] [2025/04/04 10:55:12.033 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [ttl-worker=task-manager] [ttl-worker=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [originalCount=0] [newCount=4] [2025/04/04 10:55:12.037 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [ttl-worker=task-manager] [ttl-worker=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [originalCount=0] [newCount=4] [2025/04/04 10:55:12.037 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [2025/04/04 10:55:12.046 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/04 10:55:12.047 +00:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/04 10:55:12.047 +00:00] [INFO] [domain.go:1839] ["dist task executor manager started"] testkit.go:123: RefreshSession rand seed: 1743764112048572834 [2025/04/04 10:55:12.526 +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:2, start time: 2025-04-04 10:55:12.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:12.529 +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:2, start time: 2025-04-04 10:55:12.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="create table t(a int)"] [2025/04/04 10:55:12.551 +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-04 10:55:12.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:12.563 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 112, Table Name: t)"] [2025/04/04 10:55:12.719 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=1.848229ms] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:12.761 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/04 10:55:12.762 +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"=32.312865ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:112, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:12.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:12.853 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:55:12.854 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:55:12.854 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:55:12.854 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:55:12.863 +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-04 10:55:12.493 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:12.941 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/04 10:55:12.942 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 1\n# Query_time: 0.473725618\n# Parse_time: 0.000574793\n# Compile_time: 0.001359987\n# Rewrite_time: 0.000165396\n# Optimize_time: 0.000672433\n# Wait_TS: 0.000196252\n# DB: test\n# Is_internal: false\n# Digest: 502809fb762949a45126a72a5116ca0a2c46abd120256786223833b61a389de9\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse test;\ncreate table t(a int);"] [2025/04/04 10:55:12.943 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create table t(a int)"] [user=root@%] [2025/04/04 10:55:13.038 +00:00] [INFO] [runtime.go:172] ["TimerGroupRuntime loop started"] [groupID=ttl] [2025/04/04 10:55:13.039 +00:00] [INFO] [runtime.go:450] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2025/04/04 10:55:13.062 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2025/04/04 10:55:13.089 +00:00] [INFO] [scheduler_manager.go:198] ["schedule task loop start"] [server-id=:4000] [2025/04/04 10:55:13.089 +00:00] [INFO] [scheduler_manager.go:366] ["cleanup loop start"] [server-id=:4000] [2025/04/04 10:55:13.089 +00:00] [INFO] [scheduler_manager.go:442] ["collect loop start"] [server-id=:4000] [2025/04/04 10:55:13.089 +00:00] [INFO] [scheduler_manager.go:302] ["subtask table gc loop start"] [server-id=:4000] [2025/04/04 10:55:13.157 +00:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_enable_resource_control] [val=on] [2025/04/04 10:55:13.245 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:115, Type:create resource group, State:queueing, SchemaState:none, SchemaID:0, TableID:0, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:13.207 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:13.245 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:115, Type:create resource group, State:queueing, SchemaState:none, SchemaID:0, TableID:0, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:13.207 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="create resource group rg1 RU_PER_SEC=1000 QUERY_LIMIT=(EXEC_ELAPSED='50ms' ACTION=KILL)"] [2025/04/04 10:55:13.281 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=115] [conn=1] [job="ID:115, Type:create resource group, State:queueing, SchemaState:none, SchemaID:0, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:13.207 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:13.337 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=827.253ยตs] [gotSchemaVersion=57] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create resource group\"]"] [2025/04/04 10:55:13.361 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=115] [version=57] [2025/04/04 10:55:13.361 +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=57] ["take time"=26.074193ms] [job="ID:115, Type:create resource group, State:done, SchemaState:public, SchemaID:114, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:13.207 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:13.403 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=115] [conn=1] [job="ID:115, Type:create resource group, State:synced, SchemaState:public, SchemaID:114, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:13.207 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:13.523 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=115] [2025/04/04 10:55:13.524 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# User@Host: root[root] @ localhost [localhost]\n# Conn_ID: 1\n# Query_time: 0.365558304\n# Parse_time: 0.004385205\n# Compile_time: 0.001571106\n# Rewrite_time: 0.000085343\n# Optimize_time: 0.000672433\n# Wait_TS: 0.000144496\n# DB: test\n# Is_internal: false\n# Digest: c75ec18d1b182039ac77be80b26a963e32f35843ca9d53aa0237cc1320f415d3\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate resource group rg1 RU_PER_SEC=1000 QUERY_LIMIT=(EXEC_ELAPSED='50ms' ACTION=KILL);"] [2025/04/04 10:55:13.553 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=rg1] testkit.go:318: Error Trace: pkg/testkit/testkit.go:318 pkg/testkit/testkit.go:243 pkg/testkit/testkit.go:176 pkg/resourcegroup/tests/resource_group_test.go:480 Error: Received unexpected error: [executor:8253]Query execution was interrupted, identified as runaway query [ElapsedTime = 2025-04-04T10:55:13Z(2025-04-04T10:55:13Z)] github.com/pingcap/errors.AddStack external/com_github_pingcap_errors/errors.go:178 github.com/pingcap/errors.Trace external/com_github_pingcap_errors/juju_adaptor.go:15 github.com/pingcap/tidb/pkg/store/copr.(*liteCopIteratorWorker).liteSendReq pkg/store/copr/coprocessor.go:1199 github.com/pingcap/tidb/pkg/store/copr.(*copIterator).Next pkg/store/copr/coprocessor.go:1112 github.com/pingcap/tidb/pkg/distsql.(*selectResult).fetchResp pkg/distsql/select_result.go:317 github.com/pingcap/tidb/pkg/distsql.(*selectResult).Next pkg/distsql/select_result.go:382 github.com/pingcap/tidb/pkg/executor.(*tableResultHandler).nextChunk pkg/executor/table_reader.go:612 github.com/pingcap/tidb/pkg/executor.(*TableReaderExecutor).Next pkg/executor/table_reader.go:331 github.com/pingcap/tidb/pkg/executor/internal/exec.Next pkg/executor/internal/exec/executor.go:460 github.com/pingcap/tidb/pkg/executor.(*ExecStmt).next pkg/executor/adapter.go:1273 github.com/pingcap/tidb/pkg/executor.(*recordSet).Next pkg/executor/adapter.go:172 github.com/pingcap/tidb/pkg/session.GetRows4Test pkg/session/tidb.go:343 github.com/pingcap/tidb/pkg/session.ResultSetToStringSlice pkg/session/tidb.go:361 github.com/pingcap/tidb/pkg/testkit.(*TestKit).ResultSetToResultWithCtx pkg/testkit/testkit.go:317 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustQueryWithContext pkg/testkit/testkit.go:243 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustQuery pkg/testkit/testkit.go:176 pkg/resourcegroup/tests/tests_test.TestResourceGroupRunawayFlood pkg/resourcegroup/tests/resource_group_test.go:480 testing.tRunner GOROOT/src/testing/testing.go:1690 runtime.goexit src/runtime/asm_amd64.s:1700 Test: TestResourceGroupRunawayFlood Messages: sql:select /*+ resource_group(rg1) */ * from t, args:[] [2025/04/04 10:55:13.591 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [2025/04/04 10:55:13.594 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:55:13.599 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:55:13.599 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:55:13.599 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=191.786ยตs] [2025/04/04 10:55:13.600 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 12, tp general"] ["take time"=89.319ยตs] [2025/04/04 10:55:13.600 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [2025/04/04 10:55:13.600 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:55:13.601 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:55:13.604 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=5a0206a1-845c-41f0-8889-d7e4dba2ed40] ["take time"=13.708436ms] [2025/04/04 10:55:13.604 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [2025/04/04 10:55:13.605 +00:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/04 10:55:13.605 +00:00] [INFO] [runtime.go:202] ["TimerGroupRuntime loop exit"] [groupID=ttl] [2025/04/04 10:55:13.605 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [ttl-worker=task-manager] [ttl-worker=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [originalCount=4] [newCount=0] [2025/04/04 10:55:13.606 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:55:13.606 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:55:13.606 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:55:13.606 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 10:55:13.607 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [ttl-worker=task-manager] [ttl-worker=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [originalCount=4] [newCount=0] [2025/04/04 10:55:13.633 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:55:13.635 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:55:13.638 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:55:13.638 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 10:55:13.648 +00:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [2025/04/04 10:55:13.649 +00:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/04 10:55:13.649 +00:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/04 10:55:13.649 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:55:13.649 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:55:13.649 +00:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/04 10:55:13.650 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:55:13.650 +00:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/04 10:55:13.650 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:55:13.650 +00:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/04 10:55:13.650 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:55:13.650 +00:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/04 10:55:13.650 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:55:13.650 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:55:13.650 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:55:13.650 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:55:13.650 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:55:13.651 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:55:13.651 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:55:13.651 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:55:13.651 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:55:13.651 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:55:13.651 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:55:13.651 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:55:13.651 +00:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/04 10:55:13.651 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:55:13.651 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 10:55:13.651 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 10:55:13.651 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:55:13.651 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:55:13.651 +00:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/04 10:55:13.651 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:55:13.650 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:55:13.652 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:55:13.652 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:55:13.652 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:55:13.653 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:55:13.653 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [2025/04/04 10:55:13.653 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [2025/04/04 10:55:13.653 +00:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/04 10:55:13.650 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:55:13.654 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:55:13.650 +00:00] [INFO] [domain.go:1856] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [2025/04/04 10:55:13.654 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [2025/04/04 10:55:13.655 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/04 10:55:13.655 +00:00] [INFO] [scheduler_manager.go:308] ["subtask history table gc loop exits"] [server-id=:4000] [2025/04/04 10:55:13.655 +00:00] [INFO] [scheduler_manager.go:448] ["collect loop exits"] [server-id=:4000] [2025/04/04 10:55:13.655 +00:00] [INFO] [scheduler_manager.go:372] ["cleanup loop exits"] [server-id=:4000] [2025/04/04 10:55:13.655 +00:00] [INFO] [scheduler_manager.go:204] ["schedule task loop exits"] [server-id=:4000] [2025/04/04 10:55:13.656 +00:00] [INFO] [domain.go:1858] ["dist task scheduler manager stopped"] [id=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [2025/04/04 10:55:13.656 +00:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/04 10:55:13.656 +00:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/04 10:55:13.656 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/04 10:55:13.657 +00:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/04 10:55:13.657 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:55:13.657 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:55:13.657 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:55:13.657 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:55:13.658 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:55:13.818 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=5a0206a1-845c-41f0-8889-d7e4dba2ed40] [2025/04/04 10:55:13.818 +00:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/04 10:55:13.818 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:55:13.849 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=259.289119ms] [2025/04/04 10:55:13.852 +00:00] [INFO] [db.go:567] ["Closing database"] [2025/04/04 10:55:13.854 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/04 10:55:13.856 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/04 10:55:13.856 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/04 10:55:13.856 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/04 10:55:13.856 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestResourceGroupRunawayFlood (44.05s) === NAME FAIL coverage: 9.6% of statements -- Coverage runner: Not collecting coverage for failed test. The following commands failed with status 1 /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/sandbox/linux-sandbox/24281/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/resourcegroup/tests/tests_test_/tests_test.runfiles/__main__/pkg/resourcegroup/tests/tests_test_/tests_test ================================================================================ [24,980 / 26,593] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 145s remote-cache, linux-sandbox ... (70 actions running) [24,982 / 26,593] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 146s remote-cache, linux-sandbox ... (70 actions running) [24,983 / 26,593] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 147s remote-cache, linux-sandbox ... (70 actions running) [24,984 / 26,593] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 148s remote-cache, linux-sandbox ... (70 actions running) [24,984 / 26,593] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 149s remote-cache, linux-sandbox ... (70 actions running) [24,985 / 26,593] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 150s remote-cache, linux-sandbox ... (70 actions running) [24,988 / 26,593] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 151s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,990 / 26,593] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 153s remote-cache, linux-sandbox ... (69 actions, 68 running) [24,991 / 26,593] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 154s remote-cache, linux-sandbox ... (70 actions running) [24,992 / 26,593] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 155s remote-cache, linux-sandbox ... (70 actions running) [24,996 / 26,593] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 156s remote-cache, linux-sandbox ... (70 actions running) [24,998 / 26,593] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 157s remote-cache, linux-sandbox ... (70 actions running) [24,999 / 26,593] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 12 of 50); 158s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,001 / 26,593] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 13 of 50); 155s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,003 / 26,593] 249 / 457 tests; Testing //pkg/expression:expression_test (shard 13 of 50); 156s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,005 / 26,593] 249 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 71s remote-cache, linux-sandbox ... (70 actions running) [25,006 / 26,593] 249 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 72s remote-cache, linux-sandbox ... (70 actions running) [25,008 / 26,593] 249 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 73s remote-cache, linux-sandbox ... (70 actions running) [25,009 / 26,593] 249 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,014 / 26,593] 249 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,015 / 26,593] 249 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 78s remote-cache, linux-sandbox ... (70 actions running) [25,016 / 26,593] 249 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 79s remote-cache, linux-sandbox ... (70 actions running) [25,018 / 26,593] 249 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 80s remote-cache, linux-sandbox ... (70 actions running) [25,020 / 26,593] 249 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 81s remote-cache, linux-sandbox ... (70 actions running) [25,021 / 26,593] 249 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 82s remote-cache, linux-sandbox ... (70 actions running) [25,023 / 26,593] 249 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,028 / 26,593] 249 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 85s remote-cache, linux-sandbox ... (70 actions running) [25,031 / 26,593] 249 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 86s remote-cache, linux-sandbox ... (70 actions running) [25,033 / 26,593] 249 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,037 / 26,593] 249 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,038 / 26,593] 250 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 90s remote-cache, linux-sandbox ... (70 actions running) [25,042 / 26,601] 250 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 91s remote-cache, linux-sandbox ... (70 actions running) [25,042 / 26,601] 250 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 92s remote-cache, linux-sandbox ... (70 actions running) [25,047 / 26,601] 251 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 93s remote-cache, linux-sandbox ... (70 actions running) [25,051 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,054 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 96s remote-cache, linux-sandbox ... (70 actions running) [25,059 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 97s remote-cache, linux-sandbox ... (70 actions running) [25,064 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,065 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 100s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,066 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 101s remote-cache, linux-sandbox ... (70 actions running) [25,067 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 102s remote-cache, linux-sandbox ... (70 actions running) [25,074 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,078 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 105s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,082 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 106s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,084 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 107s remote-cache, linux-sandbox ... (70 actions running) [25,088 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 108s remote-cache, linux-sandbox ... (70 actions running) [25,089 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 110s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,092 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 111s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,093 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 112s remote-cache, linux-sandbox ... (70 actions running) [25,094 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,097 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 115s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,097 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 116s remote-cache, linux-sandbox ... (70 actions running) [25,097 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 117s remote-cache, linux-sandbox ... (70 actions running) [25,100 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 118s remote-cache, linux-sandbox ... (70 actions running) [25,103 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 120s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,105 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 121s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,108 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 122s remote-cache, linux-sandbox ... (70 actions running) [25,110 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 123s remote-cache, linux-sandbox ... (70 actions running) [25,112 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 125s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,115 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 126s remote-cache, linux-sandbox ... (68 actions, 66 running) [25,115 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 127s remote-cache, linux-sandbox ... (70 actions running) [25,116 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 129s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,117 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 130s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,119 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 131s remote-cache, linux-sandbox ... (70 actions running) [25,121 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 132s remote-cache, linux-sandbox ... (70 actions running) [25,127 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 134s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,129 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 135s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,129 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 136s remote-cache, linux-sandbox ... (70 actions running) [25,131 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 137s remote-cache, linux-sandbox ... (70 actions running) [25,132 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 138s remote-cache, linux-sandbox ... (70 actions running) [25,135 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 140s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,140 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 141s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,140 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 142s remote-cache, linux-sandbox ... (70 actions running) [25,144 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 143s remote-cache, linux-sandbox ... (70 actions running) [25,147 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 144s remote-cache, linux-sandbox ... (70 actions running) [25,149 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 146s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,150 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 147s remote-cache, linux-sandbox ... (70 actions running) [25,153 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 148s remote-cache, linux-sandbox ... (69 actions running) [25,154 / 26,601] 252 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 150s remote-cache, linux-sandbox ... (70 actions running) [25,159 / 26,601] 252 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 147s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,161 / 26,601] 253 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 148s remote-cache, linux-sandbox ... (70 actions running) [25,165 / 26,601] 253 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 149s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,168 / 26,601] 253 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 150s remote-cache, linux-sandbox ... (70 actions running) [25,168 / 26,601] 253 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 151s remote-cache, linux-sandbox ... (70 actions running) [25,173 / 26,601] 253 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 152s remote-cache, linux-sandbox ... (70 actions running) [25,173 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 154s remote-cache, linux-sandbox ... (70 actions running) [25,177 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 155s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,179 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 156s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,181 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 157s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,183 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 158s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,185 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 159s remote-cache, linux-sandbox ... (70 actions running) [25,186 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 163s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,186 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 164s remote-cache, linux-sandbox ... (70 actions running) [25,189 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 166s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,191 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 167s remote-cache, linux-sandbox ... (70 actions running) [25,192 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 168s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,194 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 170s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,194 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 171s remote-cache, linux-sandbox ... (70 actions running) [25,196 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 172s remote-cache, linux-sandbox ... (70 actions running) [25,197 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 173s remote-cache, linux-sandbox ... (70 actions running) [25,197 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 174s remote-cache, linux-sandbox ... (70 actions running) [25,199 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 175s remote-cache, linux-sandbox ... (70 actions running) [25,200 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 176s remote-cache, linux-sandbox ... (70 actions running) [25,200 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 177s remote-cache, linux-sandbox ... (70 actions running) [25,200 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 178s remote-cache, linux-sandbox ... (70 actions running) [25,201 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 179s remote-cache, linux-sandbox ... (70 actions running) [25,201 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 180s remote-cache, linux-sandbox ... (70 actions running) [25,204 / 26,601] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 181s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,210 / 26,603] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 183s remote-cache, linux-sandbox ... (70 actions running) [25,210 / 26,603] 254 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 184s remote-cache, linux-sandbox ... (70 actions running) [25,210 / 26,603] 255 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 185s remote-cache, linux-sandbox ... (70 actions running) [25,213 / 26,603] 255 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 187s remote-cache, linux-sandbox ... (70 actions running) [25,214 / 26,603] 255 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 188s remote-cache, linux-sandbox ... (70 actions running) [25,216 / 26,603] 255 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 189s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,216 / 26,603] 255 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 39 of 50); 190s remote-cache, linux-sandbox ... (70 actions running) [25,218 / 26,603] 255 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 100s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,220 / 26,603] 255 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 101s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,220 / 26,603] 255 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 102s remote-cache, linux-sandbox ... (70 actions running) [25,222 / 26,603] 255 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 104s remote-cache, linux-sandbox ... (70 actions running) [25,226 / 26,603] 255 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 105s remote-cache, linux-sandbox ... (70 actions running) [25,229 / 26,620] 255 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 106s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,232 / 26,620] 255 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,234 / 26,620] 255 / 457 tests; Testing //pkg/expression:expression_test (shard 26 of 50); 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,235 / 26,620] 256 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 72s remote-cache, linux-sandbox ... (70 actions running) [25,237 / 26,620] 256 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 73s remote-cache, linux-sandbox ... (70 actions running) [25,237 / 26,620] 256 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 74s remote-cache, linux-sandbox ... (70 actions running) [25,239 / 26,620] 256 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,241 / 26,620] 256 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 76s remote-cache, linux-sandbox ... (70 actions running) [25,244 / 26,620] 256 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 77s remote-cache, linux-sandbox ... (70 actions running) [25,249 / 26,629] 257 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 78s remote-cache, linux-sandbox ... (70 actions running) [25,250 / 26,629] 257 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,250 / 26,629] 257 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 81s remote-cache, linux-sandbox ... (70 actions running) [25,250 / 26,629] 257 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 82s remote-cache, linux-sandbox ... (70 actions running) [25,251 / 26,629] 257 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 84s remote-cache, linux-sandbox ... (70 actions running) [25,255 / 26,629] 257 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 86s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,258 / 26,629] 257 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 87s remote-cache, linux-sandbox ... (70 actions running) [25,260 / 26,629] 257 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 89s remote-cache, linux-sandbox ... (69 actions running) [25,261 / 26,629] 258 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 90s remote-cache, linux-sandbox ... (70 actions running) [25,266 / 26,635] 258 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,266 / 26,635] 258 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 92s remote-cache, linux-sandbox ... (70 actions running) [25,267 / 26,635] 258 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 93s remote-cache, linux-sandbox ... (70 actions running) [25,267 / 26,635] 258 / 457 tests; Testing //pkg/bindinfo:bindinfo_test (shard 26 of 33); 94s remote-cache, linux-sandbox ... (70 actions running) [25,271 / 26,635] 258 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,274 / 26,635] 258 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,274 / 26,635] 258 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 82s remote-cache, linux-sandbox ... (70 actions running) FLAKY: //pkg/resourcegroup/tests:tests_test (Summary) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_4_of_8/test_attempts/attempt_1.log [25,277 / 26,635] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 83s remote-cache, linux-sandbox ... (70 actions running) [25,278 / 26,635] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,280 / 26,635] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,282 / 26,685] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,283 / 26,685] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 88s remote-cache, linux-sandbox ... (70 actions running) [25,285 / 26,685] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,285 / 26,685] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 91s remote-cache, linux-sandbox ... (70 actions running) [25,286 / 26,685] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 92s remote-cache, linux-sandbox ... (70 actions running) [25,289 / 26,685] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 93s remote-cache, linux-sandbox ... (70 actions running) [25,290 / 26,685] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,293 / 26,685] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,294 / 26,685] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 97s remote-cache, linux-sandbox ... (70 actions running) [25,295 / 26,685] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 98s remote-cache, linux-sandbox ... (70 actions running) [25,295 / 26,685] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 99s remote-cache, linux-sandbox ... (70 actions running) [25,296 / 26,691] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 100s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,299 / 26,691] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 101s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,300 / 26,691] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 103s remote-cache, linux-sandbox ... (70 actions running) [25,301 / 26,691] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 105s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,303 / 26,691] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 106s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,304 / 26,691] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 107s remote-cache, linux-sandbox ... (70 actions running) [25,305 / 26,691] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 108s remote-cache, linux-sandbox ... (70 actions running) [25,308 / 26,691] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 109s remote-cache, linux-sandbox ... (70 actions running) [25,312 / 26,691] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 110s remote-cache, linux-sandbox ... (70 actions running) [25,313 / 26,691] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 111s remote-cache, linux-sandbox ... (70 actions running) [25,313 / 26,691] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 114s remote-cache, linux-sandbox ... (70 actions running) [25,314 / 26,691] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 115s remote-cache, linux-sandbox ... (70 actions running) [25,314 / 26,691] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 118s remote-cache, linux-sandbox ... (70 actions running) [25,314 / 26,691] 259 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 119s remote-cache, linux-sandbox ... (70 actions running) [25,317 / 26,691] 260 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 120s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,322 / 26,691] 260 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 121s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,323 / 26,691] 260 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 123s remote-cache, linux-sandbox ... (70 actions running) [25,324 / 26,691] 260 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 124s remote-cache, linux-sandbox ... (70 actions running) [25,328 / 26,691] 260 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 125s remote-cache, linux-sandbox ... (70 actions running) [25,331 / 26,691] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 126s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,333 / 26,691] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 127s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,335 / 26,691] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 129s remote-cache, linux-sandbox ... (70 actions running) [25,336 / 26,691] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 130s remote-cache, linux-sandbox ... (70 actions running) [25,339 / 26,691] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 131s remote-cache, linux-sandbox ... (70 actions running) [25,339 / 26,691] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 132s remote-cache, linux-sandbox ... (70 actions running) [25,340 / 26,691] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 133s remote-cache, linux-sandbox ... (70 actions running) [25,342 / 26,691] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 134s remote-cache, linux-sandbox ... (70 actions running) [25,345 / 26,726] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 135s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,347 / 26,726] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 137s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,350 / 26,726] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 138s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,352 / 26,726] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 139s remote-cache, linux-sandbox ... (70 actions running) [25,353 / 26,726] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 140s remote-cache, linux-sandbox ... (70 actions running) [25,354 / 26,726] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 141s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,356 / 26,726] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 142s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,359 / 26,726] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 144s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,361 / 26,726] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 145s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,362 / 26,726] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 146s remote-cache, linux-sandbox ... (70 actions running) [25,363 / 26,726] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 147s remote-cache, linux-sandbox ... (70 actions running) [25,365 / 26,726] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 148s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,366 / 26,726] 261 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 149s remote-cache, linux-sandbox ... (70 actions running) [25,366 / 26,726] 261 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 97s remote-cache, linux-sandbox ... (70 actions running) [25,368 / 26,726] 261 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 98s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,374 / 26,726] 261 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 99s remote-cache, linux-sandbox ... (70 actions running) [25,374 / 26,726] 261 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 101s remote-cache, linux-sandbox ... (70 actions running) [25,375 / 26,726] 261 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 102s remote-cache, linux-sandbox ... (70 actions running) [25,378 / 26,726] 261 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 103s remote-cache, linux-sandbox ... (70 actions running) [25,383 / 26,726] 261 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 105s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,386 / 26,726] 261 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 106s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,389 / 26,726] 261 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 107s remote-cache, linux-sandbox ... (70 actions running) [25,394 / 26,726] 261 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,395 / 26,726] 261 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 110s remote-cache, linux-sandbox ... (70 actions running) [25,396 / 26,726] 261 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 111s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,399 / 26,726] 261 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 113s remote-cache, linux-sandbox ... (70 actions running) [25,402 / 26,726] 261 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,405 / 26,726] 261 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 116s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,412 / 26,726] 261 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 117s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,423 / 26,726] 261 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 118s remote-cache, linux-sandbox ... (70 actions running) [25,428 / 26,726] 261 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 119s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,436 / 26,726] 262 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 121s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,447 / 26,726] 262 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 122s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,454 / 26,726] 262 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 123s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,460 / 26,726] 262 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 124s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,464 / 26,726] 263 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 125s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,474 / 26,726] 263 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 126s remote-cache, linux-sandbox ... (70 actions running) [25,478 / 26,726] 263 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 127s remote-cache, linux-sandbox ... (70 actions running) [25,483 / 26,726] 263 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 128s remote-cache, linux-sandbox ... (70 actions running) [25,489 / 26,726] 263 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 129s remote-cache, linux-sandbox ... (70 actions running) [25,493 / 26,726] 263 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 131s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,504 / 26,726] 263 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 132s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,508 / 26,726] 263 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 133s remote-cache, linux-sandbox ... (67 actions, 66 running) [25,516 / 26,726] 263 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 134s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,524 / 26,726] 263 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 135s remote-cache, linux-sandbox ... (70 actions running) [25,531 / 26,777] 263 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 136s remote-cache, linux-sandbox ... (70 actions running) [25,538 / 26,779] 263 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 9 of 42); 138s remote-cache, linux-sandbox ... (67 actions, 66 running) [25,550 / 26,779] 263 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 90s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,561 / 26,779] 263 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,571 / 26,799] 263 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,582 / 26,822] 263 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 94s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,589 / 26,822] 263 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,597 / 26,822] 263 / 457 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,605 / 26,822] 263 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 48s remote-cache, linux-sandbox ... (70 actions running) [25,612 / 26,833] 264 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 49s remote-cache, linux-sandbox ... (70 actions running) [25,619 / 26,833] 264 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,629 / 26,833] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,639 / 26,833] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,645 / 26,833] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,653 / 26,833] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,661 / 26,833] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,675 / 26,833] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,683 / 26,833] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 58s remote-cache, linux-sandbox ... (70 actions running) [25,695 / 26,833] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,705 / 26,833] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,713 / 26,833] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,720 / 26,833] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,729 / 26,833] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,740 / 26,833] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,746 / 26,833] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 66s remote-cache, linux-sandbox ... (70 actions running) [25,758 / 26,833] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,766 / 26,833] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,772 / 26,833] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 70s remote-cache, linux-sandbox ... (69 actions running) [25,782 / 26,833] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,794 / 26,833] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,806 / 26,842] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 73s remote-cache, linux-sandbox ... (70 actions running) [25,816 / 26,842] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,824 / 26,842] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,831 / 26,842] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,840 / 26,842] 265 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,850 / 26,842] 266 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,861 / 26,857] 266 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 80s remote-cache, linux-sandbox ... (70 actions running) [25,865 / 26,857] 266 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 81s remote-cache, linux-sandbox ... (70 actions running) [25,872 / 26,857] 266 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,884 / 26,857] 266 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,890 / 26,857] 266 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,897 / 26,857] 266 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 86s remote-cache, linux-sandbox ... (70 actions running) [25,906 / 26,857] 266 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 87s remote-cache, linux-sandbox ... (70 actions running) [25,909 / 26,857] 266 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,919 / 26,857] 266 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 90s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,931 / 26,865] 267 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,939 / 26,865] 267 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 92s remote-cache, linux-sandbox ... (70 actions running) [25,947 / 26,865] 267 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 93s remote-cache, linux-sandbox ... (70 actions running) [25,955 / 26,865] 267 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 94s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,959 / 26,869] 267 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,962 / 26,869] 267 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 97s remote-cache, linux-sandbox ... (70 actions running) [25,963 / 26,869] 267 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,964 / 26,869] 267 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 100s remote-cache, linux-sandbox ... (70 actions running) [25,970 / 26,869] 267 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 101s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,973 / 26,869] 267 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 103s remote-cache, linux-sandbox ... (70 actions running) [25,984 / 26,873] 267 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,985 / 26,873] 267 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 105s remote-cache, linux-sandbox ... (69 actions running) [25,993 / 26,880] 268 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 106s remote-cache, linux-sandbox ... (69 actions, 68 running) [25,996 / 26,880] 268 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 108s remote-cache, linux-sandbox ... (67 actions, 66 running) [26,000 / 26,895] 268 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,004 / 26,895] 268 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 110s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,007 / 26,895] 268 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 111s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,011 / 26,897] 269 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 112s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,014 / 26,913] 270 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 113s remote-cache, linux-sandbox ... (70 actions running) [26,020 / 26,966] 272 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 115s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,027 / 26,968] 273 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 116s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,030 / 26,970] 274 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 117s remote-cache, linux-sandbox ... (70 actions running) [26,035 / 26,972] 274 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 118s remote-cache, linux-sandbox ... (70 actions running) [26,040 / 26,985] 276 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 120s remote-cache, linux-sandbox ... (70 actions running) [26,043 / 26,987] 276 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 121s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,048 / 26,987] 276 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 122s remote-cache, linux-sandbox ... (70 actions running) [26,050 / 26,987] 276 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 123s remote-cache, linux-sandbox ... (70 actions running) [26,054 / 27,018] 278 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 124s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,055 / 27,018] 278 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 126s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,062 / 27,018] 278 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 127s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,063 / 27,018] 278 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 128s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,063 / 27,018] 278 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 129s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,063 / 27,018] 278 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 131s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,070 / 27,018] 278 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 133s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,073 / 27,018] 278 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 134s remote-cache, linux-sandbox ... (70 actions running) [26,079 / 27,018] 278 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 135s remote-cache, linux-sandbox ... (70 actions running) [26,081 / 27,018] 278 / 457 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24); 136s remote-cache, linux-sandbox ... (69 actions, 68 running) FLAKY: //pkg/disttask/framework/storage:storage_test (Summary) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_21_of_24/test_attempts/attempt_1.log /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_21_of_24/test_attempts/attempt_2.log /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_21_of_24/test_attempts/attempt_3.log INFO: From Testing //pkg/disttask/framework/storage:storage_test (shard 21 of 24): ==================== Test output for //pkg/disttask/framework/storage:storage_test (shard 21 of 24): === RUN TestTaskManagerEntrySize [2025/04/04 10:52:51.350 +00:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/04 10:52:51.356 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:52:51.356 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:52:51.369 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:52:51.370 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:52:51.384 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:52:51.445 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=e3d43304-455d-4928-acf2-0fa07ba6f75c] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:52:52.025 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:52:52.025 +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/04 10:52:52.028 +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/testkit.CreateMockStore\n\tpkg/testkit/mockstore.go:77\ngithub.com/pingcap/tidb/pkg/disttask/framework/testutil.getResourcePool\n\tpkg/disttask/framework/testutil/table_util.go:57\ngithub.com/pingcap/tidb/pkg/disttask/framework/testutil.InitTableTest\n\tpkg/disttask/framework/testutil/table_util.go:40\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage_test.TestTaskManagerEntrySize\n\tpkg/disttask/framework/storage/table_test.go:1194\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:52:52.732 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=703.122358ms] [2025/04/04 10:52:52.732 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:52:52.732 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=705.565559ms] [2025/04/04 10:52:52.733 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=0] ["reload ts"=457117262867857408] [2025/04/04 10:52:52.734 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=30b921e1-12b2-4dde-af33-82fd775bea9c] [runWorker=true] [jobVersion=v1] [2025/04/04 10:52:52.734 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:52:52.735 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:52:52.735 +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/04 10:52:52.735 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:52:52.735 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:52:52.735 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:52:52.735 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:52:52.735 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:52:52.735 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:52:52.735 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:52:52.735 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:52:52.735 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:52:52.735 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:52:52.754 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:52:52.754 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=30b921e1-12b2-4dde-af33-82fd775bea9c] [2025/04/04 10:52:52.755 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:52:52.754 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:52:52.766 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:52:52.767 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:52:52.769 +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/04 10:52:52.840 +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-04 10:52:52.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:52:52.841 +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-04 10:52:52.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/04 10:52:52.862 +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-04 10:52:52.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:53.354 +00:00] [INFO] [pd.go:432] ["adaptive update ts interval state transition"] [configuredInterval=2s] [prevAdaptiveUpdateInterval=2s] [newAdaptiveUpdateInterval=2s] [requiredStaleness=0s] [prevState=unknown(0)] [newState=normal] [2025/04/04 10:52:53.760 +00:00] [WARN] [runaway.go:85] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:152\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:69\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:2019\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1984\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.ExecRCRestrictedSQL\n\tpkg/resourcegroup/runaway/record.go:382\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*systemTableReader).Read\n\tpkg/resourcegroup/runaway/syncer.go:192\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.getRunawayWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:76\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:67\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getNewWatchRecords\n\tpkg/resourcegroup/runaway/syncer.go:59\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*Manager).UpdateNewAndDoneWatch\n\tpkg/resourcegroup/runaway/manager.go:402\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:75\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:103\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [2025/04/04 10:52:53.777 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=866.530155ms] [2025/04/04 10:52:53.777 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:52:53.778 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=868.659743ms] [2025/04/04 10:52:53.779 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=1] ["reload ts"=457117263142060032] [2025/04/04 10:52:53.801 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:52:53.801 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/04 10:52:53.801 +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"=892.120727ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:52:52.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:53.860 +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-04 10:52:52.819 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:53.928 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/04 10:52:53.929 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.145624594\n# Parse_time: 0\n# Compile_time: 0.00373943\n# Rewrite_time: 0.000034336\n# Optimize_time: 0\n# Wait_TS: 0.008485447\n# DB: mysql\n# Is_internal: true\n# Digest: 0a22979ad136f741465cf206b13e5717b9758dda34f7cae5a7a925f91711d6a0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse mysql;\nCREATE DATABASE IF NOT EXISTS test;"] [2025/04/04 10:52:53.929 +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/04 10:52:53.932 +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/04 10:52:53.996 +00:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Asia/Shanghai] [2025/04/04 10:52:54.339 +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:2, start time: 2025-04-04 10:52:54.021 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:52:54.339 +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:2, start time: 2025-04-04 10:52:54.021 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:52:54.365 +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-04 10:52:54.021 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:54.763 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:52:55.044 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=17.693519ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:52:55.061 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:52:55.061 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/04 10:52:55.061 +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"=52.304361ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2025-04-04 10:52:54.021 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:55.125 +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-04 10:52:54.021 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:55.601 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/04 10:52:55.606 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.644550727\n# Parse_time: 0\n# Compile_time: 0.027191593\n# Rewrite_time: 0.000016317\n# Optimize_time: 0\n# Wait_TS: 0.00016589\n# DB: mysql\n# Is_internal: true\n# Digest: e91164512a559e22fb969664cb70b57fc6c45f94b9334cd6586cce7ffc743131\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.user ( Host CHAR(255), User CHAR(32), authentication_string TEXT, plugin CHAR(64), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Process_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_db_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Super_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_user_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_slave_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_client_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Account_locked ENUM('N','Y') NOT NULL DEFAULT 'N', Shutdown_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Reload_priv ENUM('N','Y') NOT NULL DEFAULT 'N', FILE_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Config_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N', Password_reuse_history smallint unsigned DEFAULT NULL, Password_reuse_time smallint unsigned DEFAULT NULL, User_attributes json, Token_issuer VARCHAR(255), Password_expired ENUM('N','Y') NOT NULL DEFAULT 'N', Password_last_changed TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), Password_lifetime SMALLINT UNSIGNED DEFAULT NULL, Max_user_connections INT UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (Host, User), KEY i_user (User));"] [2025/04/04 10:52:55.608 +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/04 10:52:55.702 +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:2, start time: 2025-04-04 10:52:55.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:52:55.703 +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:2, start time: 2025-04-04 10:52:55.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:52:55.743 +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-04 10:52:55.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:56.004 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=3.257158ms] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:52:56.039 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:52:56.039 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/04 10:52:56.039 +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"=40.062179ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2025-04-04 10:52:55.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:56.074 +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-04 10:52:55.643 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:56.150 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/04 10:52:56.151 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.53779882\n# Parse_time: 0\n# Compile_time: 0.003238496\n# Rewrite_time: 0.000016561\n# Optimize_time: 0\n# Wait_TS: 0.000166978\n# DB: mysql\n# Is_internal: true\n# Digest: eeb59bc0d98f65a2a5aef8eaa99596260e746b00eed183baf856558ef03533ac\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.password_history ( Host char(255) NOT NULL DEFAULT '', User char(32) NOT NULL DEFAULT '', Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), Password text, PRIMARY KEY (Host,User,Password_timestamp ) ) COMMENT='Password history for user accounts' ;"] [2025/04/04 10:52:56.153 +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/04 10:52:56.242 +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:2, start time: 2025-04-04 10:52:56.183 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:52:56.243 +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:2, start time: 2025-04-04 10:52:56.183 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:52:56.273 +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-04 10:52:56.183 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:56.364 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=3.217404ms] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:52:56.384 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:52:56.385 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/04 10:52:56.389 +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"=29.787435ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2025-04-04 10:52:56.183 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:56.451 +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-04 10:52:56.183 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:56.561 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/04 10:52:56.563 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.406186329\n# Parse_time: 0\n# Compile_time: 0.002725015\n# Rewrite_time: 0.000013863\n# Optimize_time: 0\n# Wait_TS: 0.000221164\n# DB: mysql\n# Is_internal: true\n# Digest: 3753c1a38721ac350706b476f2d0089d05a691a3e194d21afaf2010b2e79e8dd\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Warnings: [{\"Level\":\"Warning\",\"Message\":\"BLOB/TEXT/JSON column 'Priv' can't have a default value\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE 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/04 10:52:56.563 +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/04 10:52:56.834 +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:2, start time: 2025-04-04 10:52:56.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:52:56.835 +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:2, start time: 2025-04-04 10:52:56.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:52:56.855 +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-04 10:52:56.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:57.256 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=16.114759ms] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:52:57.296 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:52:57.296 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/04 10:52:57.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=5] ["take time"=26.580769ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2025-04-04 10:52:56.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:57.368 +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-04 10:52:56.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:57.611 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/04 10:52:57.612 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.033686223\n# Parse_time: 0\n# Compile_time: 0.009129214\n# Rewrite_time: 0.000014741\n# Optimize_time: 0\n# Wait_TS: 0.000168319\n# DB: mysql\n# Is_internal: true\n# Digest: 84b17ce35846b1ddbb79e94fffb3f020ff85b9efe6dfa83a14a44027adfe16ec\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.db ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (Host, DB, User), KEY i_user (User));"] [2025/04/04 10:52:57.613 +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/04 10:52:57.716 +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:2, start time: 2025-04-04 10:52:57.647 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:52:57.716 +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:2, start time: 2025-04-04 10:52:57.647 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:52:57.738 +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-04 10:52:57.647 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:57.937 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=4.658817ms] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:52:57.962 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:52:57.962 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/04 10:52:57.963 +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"=32.45113ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2025-04-04 10:52:57.647 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:58.003 +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-04 10:52:57.647 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:58.127 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/04 10:52:58.128 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.505679279\n# Parse_time: 0\n# Compile_time: 0.00431838\n# Rewrite_time: 0.000029871\n# Optimize_time: 0\n# Wait_TS: 0.000147015\n# DB: mysql\n# Is_internal: true\n# Digest: 66ad48e3a61958e491f9b86629424276e884c5dc2c82d0493baa1e569d861f3d\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tables_priv ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Grantor CHAR(77), Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Table_priv SET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'), Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name), KEY i_user (User));"] [2025/04/04 10:52:58.128 +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/04 10:52:58.248 +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:2, start time: 2025-04-04 10:52:58.157 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:52:58.248 +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:2, start time: 2025-04-04 10:52:58.157 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:52:58.268 +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-04 10:52:58.157 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:58.473 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=4.563012ms] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:52:58.492 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:52:58.493 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/04 10:52:58.495 +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"=26.786979ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2025-04-04 10:52:58.157 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:58.535 +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-04 10:52:58.157 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:58.659 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/04 10:52:58.661 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.52691988\n# Parse_time: 0\n# Compile_time: 0.00380394\n# Rewrite_time: 0.00001318\n# Optimize_time: 0\n# Wait_TS: 0.000145535\n# DB: mysql\n# Is_internal: true\n# Digest: 6128346bea9e9b35a140e9be46b85be39f5c8ff508888c85bba4bf88b49a6572\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.columns_priv( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Column_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name, Column_name), KEY i_user (User));"] [2025/04/04 10:52:58.661 +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/04 10:52:58.745 +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:2, start time: 2025-04-04 10:52:58.687 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:52:58.745 +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:2, start time: 2025-04-04 10:52:58.687 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:52:58.769 +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-04 10:52:58.687 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:58.863 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=2.610051ms] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:52:58.882 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:52:58.882 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/04 10:52:58.885 +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"=24.835951ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2025-04-04 10:52:58.687 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:58.935 +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-04 10:52:58.687 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:59.016 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/04 10:52:59.017 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.352895169\n# Parse_time: 0\n# Compile_time: 0.002044306\n# Rewrite_time: 0.000018756\n# Optimize_time: 0\n# Wait_TS: 0.00015724\n# DB: mysql\n# Is_internal: true\n# Digest: 1b59564c29970a0a8880792322e02b7df09888f7d0a2dfc190f3ed0ff12369d4\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/04 10:52:59.018 +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/04 10:52:59.117 +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:2, start time: 2025-04-04 10:52:59.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:52:59.117 +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:2, start time: 2025-04-04 10:52:59.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:52:59.142 +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-04 10:52:59.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:59.279 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=2.773566ms] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:52:59.297 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:52:59.297 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/04 10:52:59.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=9] ["take time"=24.992435ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2025-04-04 10:52:59.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:59.334 +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-04 10:52:59.056 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:59.423 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/04 10:52:59.427 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.406683312\n# Parse_time: 0\n# Compile_time: 0.002316617\n# Rewrite_time: 0.000012851\n# Optimize_time: 0\n# Wait_TS: 0.000255342\n# DB: mysql\n# Is_internal: true\n# Digest: ade124588c0253b12ce82702300a98a0ff778787142ce450039efbd6347664dc\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(1024) DEFAULT NULL, COMMENT VARCHAR(1024));"] [2025/04/04 10:52:59.428 +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/04 10:52:59.605 +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:2, start time: 2025-04-04 10:52:59.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:52:59.607 +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:2, start time: 2025-04-04 10:52:59.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:52:59.634 +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-04 10:52:59.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:52:59.941 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=3.778412ms] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:52:59.977 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:52:59.977 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/04 10:52:59.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=10] ["take time"=43.883413ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2025-04-04 10:52:59.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:00.026 +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-04 10:52:59.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:00.117 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/04 10:53:00.118 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.683045108\n# Parse_time: 0\n# Compile_time: 0.004059131\n# Rewrite_time: 0.00001883\n# Optimize_time: 0\n# Wait_TS: 0.00017787\n# DB: mysql\n# Is_internal: true\n# Digest: be740d9d66f07e7842e3b48027d6fb3ef54623295384e63dcbf3e1c8a9f15c10\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.help_topic ( help_topic_id INT(10) UNSIGNED NOT NULL, name CHAR(64) NOT NULL, help_category_id SMALLINT(5) UNSIGNED NOT NULL, description TEXT NOT NULL, example TEXT NOT NULL, url TEXT NOT NULL, PRIMARY KEY (help_topic_id) clustered, UNIQUE KEY name (name) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/04 10:53:00.118 +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/04 10:53:00.254 +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:2, start time: 2025-04-04 10:53:00.188 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:00.255 +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:2, start time: 2025-04-04 10:53:00.188 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:00.300 +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-04 10:53:00.188 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:00.465 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=3.847006ms] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:00.509 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:00.510 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/04 10:53:00.511 +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"=50.309802ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:00.188 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:00.556 +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-04 10:53:00.188 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:00.698 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/04 10:53:00.702 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.577703456\n# Parse_time: 0\n# Compile_time: 0.010104501\n# Rewrite_time: 0.000015676\n# Optimize_time: 0\n# Wait_TS: 0.000163262\n# DB: mysql\n# Is_internal: true\n# Digest: 2db2929397c955d277d1b5400209b98787aa0797f979b9c213e3924c27b82ea9\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta ( version BIGINT(64) UNSIGNED NOT NULL, table_id BIGINT(64) NOT NULL, modify_count BIGINT(64) NOT NULL DEFAULT 0, count BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, snapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, INDEX idx_ver(version), UNIQUE INDEX tbl(table_id) );"] [2025/04/04 10:53:00.703 +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/04 10:53:00.717 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:53:00.884 +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:2, start time: 2025-04-04 10:53:00.739 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:00.885 +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:2, start time: 2025-04-04 10:53:00.739 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:00.912 +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-04 10:53:00.739 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:01.168 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=5.734761ms] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:01.187 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:01.196 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/04 10:53:01.197 +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"=36.458482ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:00.739 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:01.251 +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-04 10:53:00.739 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:01.525 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/04 10:53:01.533 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.823274799\n# Parse_time: 0\n# Compile_time: 0.00546747\n# Rewrite_time: 0.000014679\n# Optimize_time: 0\n# Wait_TS: 0.000223661\n# DB: mysql\n# Is_internal: true\n# Digest: e038e634a5f1b7e5429d1252be7edf0ffb0922e8636032b9c68fd59f0484f6ef\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_histograms ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, distinct_count BIGINT(64) NOT NULL, null_count BIGINT(64) NOT NULL DEFAULT 0, tot_col_size BIGINT(64) NOT NULL DEFAULT 0, modify_count BIGINT(64) NOT NULL DEFAULT 0, version BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, cm_sketch BLOB(6291456), stats_ver BIGINT(64) NOT NULL DEFAULT 0, flag BIGINT(64) NOT NULL DEFAULT 0, correlation DOUBLE NOT NULL DEFAULT 0, last_analyze_pos LONGBLOB DEFAULT NULL, UNIQUE INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:53:01.533 +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/04 10:53:01.702 +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:2, start time: 2025-04-04 10:53:01.562 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:01.702 +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:2, start time: 2025-04-04 10:53:01.562 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:01.786 +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-04 10:53:01.562 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:02.038 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=11.874069ms] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:02.064 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:02.064 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/04 10:53:02.064 +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"=51.206235ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:01.562 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:02.131 +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-04 10:53:01.562 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:02.310 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/04 10:53:02.312 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.773781563\n# Parse_time: 0\n# Compile_time: 0.003790363\n# Rewrite_time: 0.000011606\n# Optimize_time: 0\n# Wait_TS: 0.000150402\n# DB: mysql\n# Is_internal: true\n# Digest: 84a28596914df45e10de865c11a515d8595f2c38a422f5c8d8fb86a470ba5cad\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_buckets ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, bucket_id BIGINT(64) NOT NULL, count BIGINT(64) NOT NULL, repeats BIGINT(64) NOT NULL, upper_bound LONGBLOB NOT NULL, lower_bound LONGBLOB , ndv BIGINT NOT NULL DEFAULT 0, UNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id) );"] [2025/04/04 10:53:02.312 +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/04 10:53:02.417 +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:2, start time: 2025-04-04 10:53:02.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:02.421 +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:2, start time: 2025-04-04 10:53:02.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:02.443 +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-04 10:53:02.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:02.620 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=3.431398ms] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:02.669 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:02.669 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/04 10:53:02.677 +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"=61.490474ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:02.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:02.735 +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-04 10:53:02.351 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:02.863 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/04 10:53:02.864 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.543751067\n# Parse_time: 0\n# Compile_time: 0.007466678\n# Rewrite_time: 0.000011668\n# Optimize_time: 0\n# Wait_TS: 0.00015894\n# DB: mysql\n# Is_internal: true\n# Digest: 4407fc98c36858aed19a41d8ab6383e7885e71a2edd2716950a8847ee0c4ccd2\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_index (job_id, element_id) );"] [2025/04/04 10:53:02.865 +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/04 10:53:02.989 +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:2, start time: 2025-04-04 10:53:02.918 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:02.990 +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:2, start time: 2025-04-04 10:53:02.918 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:03.036 +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-04 10:53:02.918 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:03.181 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=3.598029ms] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:03.201 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:03.202 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/04 10:53:03.204 +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"=27.077304ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:02.918 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:03.250 +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-04 10:53:02.918 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:03.405 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/04 10:53:03.406 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.53268169\n# Parse_time: 0\n# Compile_time: 0.011158091\n# Rewrite_time: 0.000022319\n# Optimize_time: 0\n# Wait_TS: 0.000196076\n# DB: mysql\n# Is_internal: true\n# Digest: 6f80e6944eacefde08a31e8364b171d37e77c4bebc7757ae375b47812ca371cb\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_done_index (job_id, element_id) );"] [2025/04/04 10:53:03.407 +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/04 10:53:03.502 +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:2, start time: 2025-04-04 10:53:03.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:03.502 +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:2, start time: 2025-04-04 10:53:03.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:03.529 +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-04 10:53:03.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:03.639 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=3.652839ms] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:03.659 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:03.659 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/04 10:53:03.662 +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"=26.946293ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:03.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:03.693 +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-04 10:53:03.45 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:03.808 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/04 10:53:03.809 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.398770827\n# Parse_time: 0\n# Compile_time: 0.002595541\n# Rewrite_time: 0.000016463\n# Optimize_time: 0\n# Wait_TS: 0.000204071\n# DB: mysql\n# Is_internal: true\n# Digest: ae00140f19e8173091b9a44ece06f4d51ecf640b3c9c924a7be8a7394182215f\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_feedback ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, feedback BLOB NOT NULL, INDEX hist(table_id, is_index, hist_id) );"] [2025/04/04 10:53:03.809 +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/04 10:53:03.944 +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:2, start time: 2025-04-04 10:53:03.856 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:03.944 +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:2, start time: 2025-04-04 10:53:03.856 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:03.972 +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-04 10:53:03.856 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:04.128 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=4.02032ms] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:04.206 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:04.206 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/04 10:53:04.219 +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"=96.311627ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:03.856 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:04.249 +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-04 10:53:03.856 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:04.340 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/04 10:53:04.342 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.526520798\n# Parse_time: 0\n# Compile_time: 0.004648159\n# Rewrite_time: 0.000016016\n# Optimize_time: 0\n# Wait_TS: 0.000200685\n# DB: mysql\n# Is_internal: true\n# Digest: b0ac22a8699b953eeb48be3f830e94a20801551f37159b586c40d30dc883661d\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.role_edges ( FROM_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', FROM_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', TO_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', TO_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', WITH_ADMIN_OPTION ENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N', PRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER) );"] [2025/04/04 10:53:04.342 +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/04 10:53:04.514 +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:2, start time: 2025-04-04 10:53:04.382 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:04.514 +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:2, start time: 2025-04-04 10:53:04.382 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:04.540 +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-04 10:53:04.382 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:04.677 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=4.669051ms] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:04.703 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:04.703 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/04 10:53:04.704 +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"=33.178155ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:04.382 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:04.741 +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-04 10:53:04.382 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:04.835 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/04 10:53:04.836 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.487427868\n# Parse_time: 0\n# Compile_time: 0.007334552\n# Rewrite_time: 0.000014632\n# Optimize_time: 0\n# Wait_TS: 0.000821722\n# DB: mysql\n# Is_internal: true\n# Digest: 8b707c584d1e112e8e8ec868861b803577fee329c3c9393a6b510ee14fe94302\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.default_roles ( HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', DEFAULT_ROLE_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%', DEFAULT_ROLE_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', PRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER), KEY i_user (USER));"] [2025/04/04 10:53:04.836 +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/04 10:53:04.991 +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:2, start time: 2025-04-04 10:53:04.904 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:04.991 +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:2, start time: 2025-04-04 10:53:04.904 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:05.054 +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-04 10:53:04.904 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:05.357 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=5.823856ms] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:05.374 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:05.374 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/04 10:53:05.375 +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"=24.375275ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:04.904 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:05.407 +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-04 10:53:04.904 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:05.610 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/04 10:53:05.615 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.769593607\n# Parse_time: 0\n# Compile_time: 0.00601112\n# Rewrite_time: 0.000017366\n# Optimize_time: 0\n# Wait_TS: 0.022178946\n# DB: mysql\n# Is_internal: true\n# Digest: c355115b20710cd210d1922674f220e73f613065f32d62aaabd2d1ecf698841b\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.bind_info ( original_sql LONGTEXT NOT NULL, bind_sql LONGTEXT NOT NULL, default_db TEXT NOT NULL, status TEXT NOT NULL, create_time TIMESTAMP(3) NOT NULL, update_time TIMESTAMP(3) NOT NULL, charset TEXT NOT NULL, collation TEXT NOT NULL, source VARCHAR(10) NOT NULL DEFAULT 'unknown', sql_digest varchar(64) DEFAULT NULL, plan_digest varchar(64) DEFAULT NULL, INDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\", INDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\", UNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:53:05.616 +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/04 10:53:05.722 +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:2, start time: 2025-04-04 10:53:05.677 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:05.722 +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:2, start time: 2025-04-04 10:53:05.677 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:05.743 +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-04 10:53:05.677 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:05.873 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=3.344137ms] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:05.890 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:05.891 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/04 10:53:05.891 +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"=22.071683ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:05.677 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:05.932 +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-04 10:53:05.677 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:06.018 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/04 10:53:06.019 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.366293054\n# Parse_time: 0\n# Compile_time: 0.002606701\n# Rewrite_time: 0.000014912\n# Optimize_time: 0\n# Wait_TS: 0.000150705\n# DB: mysql\n# Is_internal: true\n# Digest: df1a9dde39341a07eb2fb8ef599e6652770203b79af3e1800917053820a3b51c\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_top_n ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, count BIGINT(64) UNSIGNED NOT NULL, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:53:06.020 +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/04 10:53:06.107 +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:2, start time: 2025-04-04 10:53:06.051 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:06.107 +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:2, start time: 2025-04-04 10:53:06.051 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:06.136 +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-04 10:53:06.051 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:06.245 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=2.51749ms] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:06.324 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:06.324 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/04 10:53:06.325 +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"=83.563008ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:06.051 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:06.381 +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-04 10:53:06.051 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:06.442 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/04 10:53:06.442 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.419581351\n# Parse_time: 0\n# Compile_time: 0.001995836\n# Rewrite_time: 0.000013387\n# Optimize_time: 0\n# Wait_TS: 0.000308847\n# DB: mysql\n# Is_internal: true\n# Digest: 988ff7e96344f475621bfec9765ba7b507e76d86daa1e3fdf0f9eadbd538afd0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist ( name CHAR(100) NOT NULL, store_type CHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb', reason VARCHAR(200) );"] [2025/04/04 10:53:06.443 +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/04 10:53:06.493 +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:2, start time: 2025-04-04 10:53:06.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:06.493 +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:2, start time: 2025-04-04 10:53:06.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/04 10:53:06.514 +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-04 10:53:06.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:06.597 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=1.913484ms] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:06.648 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:06.649 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/04 10:53:06.651 +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"=57.093985ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:06.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:06.683 +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-04 10:53:06.465 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:06.737 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/04 10:53:06.738 +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/04 10:53:06.853 +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:2, start time: 2025-04-04 10:53:06.769 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:06.853 +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:2, start time: 2025-04-04 10:53:06.769 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:06.885 +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-04 10:53:06.769 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:07.109 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=4.245224ms] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:07.136 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:07.136 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/04 10:53:07.140 +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"=36.554432ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:06.769 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:07.175 +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-04 10:53:06.769 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:07.326 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/04 10:53:07.328 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.583375534\n# Parse_time: 0\n# Compile_time: 0.004005688\n# Rewrite_time: 0.000020044\n# Optimize_time: 0\n# Wait_TS: 0.000153766\n# DB: mysql\n# Is_internal: true\n# Digest: 9c4f6672f019f6d6c588a6b2eb00b13f041ee54cb97f253f85d7ae52df9d23c6\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_extended ( name varchar(32) NOT NULL, type tinyint(4) NOT NULL, table_id bigint(64) NOT NULL, column_ids varchar(32) NOT NULL, stats blob DEFAULT NULL, version bigint(64) unsigned NOT NULL, status tinyint(4) NOT NULL, PRIMARY KEY(name, table_id), KEY idx_1 (table_id, status, version), KEY idx_2 (status, version) );"] [2025/04/04 10:53:07.328 +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/04 10:53:07.458 +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:2, start time: 2025-04-04 10:53:07.363 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:07.458 +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:2, start time: 2025-04-04 10:53:07.363 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:07.484 +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-04 10:53:07.363 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:07.598 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=3.163232ms] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:07.615 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:07.615 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/04 10:53:07.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=24] ["take time"=22.951964ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:07.363 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:07.648 +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-04 10:53:07.363 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:07.730 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/04 10:53:07.731 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.399198187\n# Parse_time: 0\n# Compile_time: 0.002490044\n# Rewrite_time: 0.000010753\n# Optimize_time: 0\n# Wait_TS: 0.00014773\n# DB: mysql\n# Is_internal: true\n# Digest: 9e692f90f6e351e4eecf3fbff7177acf0a166d0cd79badb0ce0ced2bb754eb99\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:53:07.731 +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/04 10:53:07.857 +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:2, start time: 2025-04-04 10:53:07.789 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:07.857 +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:2, start time: 2025-04-04 10:53:07.789 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:07.881 +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-04 10:53:07.789 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:08.035 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=3.36239ms] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:08.069 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:08.070 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/04 10:53:08.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=25] ["take time"=41.622629ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:07.789 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:08.109 +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-04 10:53:07.789 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:08.224 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/04 10:53:08.225 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.489532393\n# Parse_time: 0\n# Compile_time: 0.003122287\n# Rewrite_time: 0.000017717\n# Optimize_time: 0\n# Wait_TS: 0.000207845\n# DB: mysql\n# Is_internal: true\n# Digest: 752215fdcd8e21124ccfe3a90f4511f2e72581c4c48a751cc8571209fdee15f6\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.global_grants ( USER char(32) NOT NULL DEFAULT '', HOST char(255) NOT NULL DEFAULT '', PRIV char(32) NOT NULL DEFAULT '', WITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (USER,HOST,PRIV), KEY i_user (USER) );"] [2025/04/04 10:53:08.234 +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/04 10:53:08.379 +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:2, start time: 2025-04-04 10:53:08.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:08.379 +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:2, start time: 2025-04-04 10:53:08.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:08.412 +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-04 10:53:08.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:08.614 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=2.848648ms] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:08.646 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:08.646 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/04 10:53:08.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=26] ["take time"=31.138568ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:08.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:08.713 +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-04 10:53:08.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:08.843 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/04 10:53:08.844 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.598118628\n# Parse_time: 0\n# Compile_time: 0.004948201\n# Rewrite_time: 0.000013009\n# Optimize_time: 0\n# Wait_TS: 0.000146673\n# DB: mysql\n# Is_internal: true\n# Digest: 1fac41a3d4a89e3e4da2393e1f69d1aacfec8886db749d6329e9bf677df777b8\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist ( id bigint(64) auto_increment, filter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\", filter_value varchar(32) NOT NULL, key idx(filter_type), primary key(id) );"] [2025/04/04 10:53:08.845 +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/04 10:53:08.957 +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:2, start time: 2025-04-04 10:53:08.872 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:08.957 +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:2, start time: 2025-04-04 10:53:08.872 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:08.980 +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-04 10:53:08.872 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:09.196 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=3.424348ms] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:09.244 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:09.245 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/04 10:53:09.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=27] ["take time"=60.833819ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:08.872 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:09.295 +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-04 10:53:08.872 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:09.385 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/04 10:53:09.386 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.538354252\n# Parse_time: 0\n# Compile_time: 0.002633858\n# Rewrite_time: 0.000029878\n# Optimize_time: 0\n# Wait_TS: 0.000164663\n# DB: mysql\n# Is_internal: true\n# Digest: 06962f34c69b85ab590c2556bdffd68d7705d56a70a3b0522b0ba5bc55363fd3\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.column_stats_usage ( table_id BIGINT(64) NOT NULL, column_id BIGINT(64) NOT NULL, last_used_at TIMESTAMP, last_analyzed_at TIMESTAMP, PRIMARY KEY (table_id, column_id) CLUSTERED );"] [2025/04/04 10:53:09.387 +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/04 10:53:09.473 +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:2, start time: 2025-04-04 10:53:09.417 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:09.473 +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:2, start time: 2025-04-04 10:53:09.417 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:09.497 +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-04 10:53:09.417 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:09.606 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=2.700471ms] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:09.639 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:09.639 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/04 10:53:09.639 +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"=36.48282ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:09.417 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:09.666 +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-04 10:53:09.417 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:09.741 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/04 10:53:09.742 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.350854886\n# Parse_time: 0\n# Compile_time: 0.002800392\n# Rewrite_time: 0.000012578\n# Optimize_time: 0\n# Wait_TS: 0.000144978\n# DB: mysql\n# Is_internal: true\n# Digest: a30fd7e284f356f111cb15459926cdbebb3d6f24c950b6f3b9729d8b5f13ee4f\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.table_cache_meta ( tid bigint(11) NOT NULL DEFAULT 0, lock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE', lease bigint(20) NOT NULL DEFAULT 0, oldReadLease bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (tid) );"] [2025/04/04 10:53:09.742 +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/04 10:53:09.753 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:53:09.842 +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:2, start time: 2025-04-04 10:53:09.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:09.842 +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:2, start time: 2025-04-04 10:53:09.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:09.862 +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-04 10:53:09.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:09.996 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=3.912709ms] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:10.027 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:10.027 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/04 10:53:10.027 +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"=36.146836ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:09.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:10.066 +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-04 10:53:09.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:10.166 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/04 10:53:10.167 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.420709222\n# Parse_time: 0\n# Compile_time: 0.003817173\n# Rewrite_time: 0.000024497\n# Optimize_time: 0\n# Wait_TS: 0.000171473\n# DB: mysql\n# Is_internal: true\n# Digest: c862b6db4c0b104bd6ade1db78bbe1f6a12a30584d750044f3eec57a1a86580e\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_options ( table_id BIGINT(64) NOT NULL, sample_num BIGINT(64) NOT NULL DEFAULT 0, sample_rate DOUBLE NOT NULL DEFAULT -1, buckets BIGINT(64) NOT NULL DEFAULT 0, topn BIGINT(64) NOT NULL DEFAULT -1, column_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT', column_ids TEXT(19372), PRIMARY KEY (table_id) CLUSTERED );"] [2025/04/04 10:53:10.176 +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/04 10:53:10.358 +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:2, start time: 2025-04-04 10:53:10.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:10.358 +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:2, start time: 2025-04-04 10:53:10.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:10.394 +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-04 10:53:10.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:10.623 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=6.246709ms] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:10.657 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:10.657 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/04 10:53:10.659 +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"=42.677627ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:10.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:10.717 +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-04 10:53:10.257 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:10.815 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/04 10:53:10.816 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.626482162\n# Parse_time: 0\n# Compile_time: 0.019984416\n# Rewrite_time: 0.000014082\n# Optimize_time: 0\n# Wait_TS: 0.000167646\n# DB: mysql\n# Is_internal: true\n# Digest: eceb528bf68c7d9b100b120b5113005ea7f5a4c6c1f4834403330ff156d0a3aa\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_history ( table_id bigint(64) NOT NULL, stats_data longblob NOT NULL, seq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice', version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', create_time datetime(6) NOT NULL, UNIQUE KEY table_version_seq (table_id, version, seq_no), KEY table_create_time (table_id, create_time, seq_no), KEY idx_create_time (create_time) );"] [2025/04/04 10:53:10.817 +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/04 10:53:10.918 +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:2, start time: 2025-04-04 10:53:10.86 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:10.920 +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:2, start time: 2025-04-04 10:53:10.86 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:10.940 +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-04 10:53:10.86 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:11.178 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=16.787174ms] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:11.222 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:11.230 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/04 10:53:11.231 +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"=71.551079ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:10.86 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:11.280 +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-04 10:53:10.86 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:11.402 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/04 10:53:11.404 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.581622028\n# Parse_time: 0\n# Compile_time: 0.003691397\n# Rewrite_time: 0.000013656\n# Optimize_time: 0\n# Wait_TS: 0.000146242\n# DB: mysql\n# Is_internal: true\n# Digest: 752363602773b9b875eec93769301ada55a059e0b28c5434de98fdbbc6af54cb\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta_history ( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL, count bigint(64) NOT NULL, version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', source varchar(40) NOT NULL, create_time datetime(6) NOT NULL, UNIQUE KEY table_version (table_id, version), KEY table_create_time (table_id, create_time), KEY idx_create_time (create_time) );"] [2025/04/04 10:53:11.404 +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/04 10:53:11.562 +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:2, start time: 2025-04-04 10:53:11.442 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:11.562 +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:2, start time: 2025-04-04 10:53:11.442 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:11.588 +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-04 10:53:11.442 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:11.802 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=6.110306ms] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:11.824 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:11.824 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/04 10:53:11.826 +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"=30.555045ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:11.442 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:11.862 +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-04 10:53:11.442 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:12.077 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/04 10:53:12.078 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.664975687\n# Parse_time: 0\n# Compile_time: 0.006729929\n# Rewrite_time: 0.000012863\n# Optimize_time: 0\n# Wait_TS: 0.000172942\n# DB: mysql\n# Is_internal: true\n# Digest: e43210dfb790a213e9535afaf9c321b9c50cd9c52fc4ea248c8239abe958ff67\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_jobs ( id BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, table_schema CHAR(64) NOT NULL DEFAULT '', table_name CHAR(64) NOT NULL DEFAULT '', partition_name CHAR(64) NOT NULL DEFAULT '', job_info TEXT NOT NULL, processed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, start_time TIMESTAMP, end_time TIMESTAMP, state ENUM('pending', 'running', 'finished', 'failed') NOT NULL, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job', process_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job', PRIMARY KEY (id), KEY (update_time), INDEX idx_schema_table_state (table_schema, table_name, state), INDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state) );"] [2025/04/04 10:53:12.079 +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/04 10:53:12.135 +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:2, start time: 2025-04-04 10:53:12.101 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:12.135 +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:2, start time: 2025-04-04 10:53:12.101 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/04 10:53:12.149 +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-04 10:53:12.101 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:12.212 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=2.185989ms] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:12.227 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:12.227 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/04 10:53:12.230 +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"=21.727989ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:12.101 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:12.268 +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-04 10:53:12.101 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:12.318 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/04 10:53:12.319 +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/04 10:53:12.477 +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:3, start time: 2025-04-04 10:53:12.381 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:12.478 +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:3, start time: 2025-04-04 10:53:12.381 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:12.503 +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-04 10:53:12.381 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:12.715 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=3.753704ms] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:53:12.737 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:12.737 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/04 10:53:12.737 +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"=14.123251ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2025-04-04 10:53:12.381 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:12.780 +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-04 10:53:12.381 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:12.885 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/04 10:53:12.890 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.558083129\n# Parse_time: 0\n# Compile_time: 0.025330301\n# Rewrite_time: 0.012491617\n# Optimize_time: 0\n# Wait_TS: 0.000189212\n# DB: mysql\n# Is_internal: true\n# Digest: 21116016d77c522c611ad3a280af29e3d82340ed19bc91481dd117f25aeda403\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as ( SELECT tidb_mdl_info.job_id, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query, session_id, cluster_tidb_trx.start_time, tidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS FROM mysql.tidb_ddl_job, mysql.tidb_mdl_info, information_schema.cluster_tidb_trx WHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id AND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0 );"] [2025/04/04 10:53:12.989 +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:2, start time: 2025-04-04 10:53:12.917 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:12.990 +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:2, start time: 2025-04-04 10:53:12.917 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:13.018 +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-04 10:53:12.917 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:13.139 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=3.697894ms] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:13.155 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:13.156 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/04 10:53:13.157 +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"=22.984212ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:12.917 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:13.191 +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-04 10:53:12.917 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:13.298 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/04 10:53:13.301 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.406760257\n# Parse_time: 0\n# Compile_time: 0.003238633\n# Rewrite_time: 0.000013156\n# Optimize_time: 0\n# Wait_TS: 0.000153373\n# DB: mysql\n# Is_internal: true\n# Digest: d88a70e9c5bb5a28f5a1d1f52613093328fd73c5e78668fab2b1a9c260ab506b\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_status ( sql_digest VARCHAR(128), plan_digest VARCHAR(128), origin_sql TEXT, token VARCHAR(128), update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/04 10:53:13.302 +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/04 10:53:13.408 +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:2, start time: 2025-04-04 10:53:13.346 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:13.408 +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:2, start time: 2025-04-04 10:53:13.346 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:13.428 +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-04 10:53:13.346 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:13.507 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=2.851975ms] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:13.531 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:13.532 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/04 10:53:13.535 +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"=32.145622ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:13.346 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:13.584 +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-04 10:53:13.346 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:13.667 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/04 10:53:13.667 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.361043269\n# Parse_time: 0\n# Compile_time: 0.003809227\n# Rewrite_time: 0.000020502\n# Optimize_time: 0\n# Wait_TS: 0.000216539\n# DB: mysql\n# Is_internal: true\n# Digest: 1ce2bb4fd69df5a5aeb254910aeeab700c1408b8c2de8f7dbe3ebbc11a4b1542\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_task ( sql_digest VARCHAR(128) NOT NULL, plan_digest VARCHAR(128) NOT NULL, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (sql_digest,plan_digest));"] [2025/04/04 10:53:13.668 +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/04 10:53:13.738 +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:2, start time: 2025-04-04 10:53:13.695 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:13.738 +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:2, start time: 2025-04-04 10:53:13.695 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:13.768 +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-04 10:53:13.695 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:13.901 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=2.819899ms] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:13.927 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:13.928 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/04 10:53:13.934 +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"=36.459229ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:13.695 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:13.977 +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-04 10:53:13.695 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:14.079 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/04 10:53:14.080 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.409101864\n# Parse_time: 0\n# Compile_time: 0.002803071\n# Rewrite_time: 0.000015243\n# Optimize_time: 0\n# Wait_TS: 0.00045135\n# DB: mysql\n# Is_internal: true\n# Digest: f2c0bd78cfe8f7e6b4f8b30f83a48ff4c49a1a9de1c1a0c721ec3561ac42865a\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_table_locked( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL DEFAULT 0, count bigint(64) NOT NULL DEFAULT 0, version bigint(64) UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (table_id));"] [2025/04/04 10:53:14.081 +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/04 10:53:14.280 +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:2, start time: 2025-04-04 10:53:14.145 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:14.281 +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:2, start time: 2025-04-04 10:53:14.145 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:14.305 +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-04 10:53:14.145 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:14.617 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=6.862858ms] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:14.646 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:14.646 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/04 10:53:14.651 +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"=41.899716ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:14.145 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:14.704 +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-04 10:53:14.145 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:14.876 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/04 10:53:14.877 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.780957921\n# Parse_time: 0\n# Compile_time: 0.028060287\n# Rewrite_time: 0.000013783\n# Optimize_time: 0\n# Wait_TS: 0.000140571\n# DB: mysql\n# Is_internal: true\n# Digest: 923db1cc9d609e172ea493293255661f5a9679f95604192db50211d133741170\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status ( table_id bigint(64) PRIMARY KEY, parent_table_id bigint(64), table_statistics text DEFAULT NULL, last_job_id varchar(64) DEFAULT NULL, last_job_start_time timestamp NULL DEFAULT NULL, last_job_finish_time timestamp NULL DEFAULT NULL, last_job_ttl_expire timestamp NULL DEFAULT NULL, last_job_summary text DEFAULT NULL, current_job_id varchar(64) DEFAULT NULL, current_job_owner_id varchar(64) DEFAULT NULL, current_job_owner_addr varchar(256) DEFAULT NULL, current_job_owner_hb_time timestamp, current_job_start_time timestamp NULL DEFAULT NULL, current_job_ttl_expire timestamp NULL DEFAULT NULL, current_job_state text DEFAULT NULL, current_job_status varchar(64) DEFAULT NULL, current_job_status_update_time timestamp NULL DEFAULT NULL);"] [2025/04/04 10:53:14.877 +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/04 10:53:15.058 +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:2, start time: 2025-04-04 10:53:14.923 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:15.058 +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:2, start time: 2025-04-04 10:53:14.923 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:15.085 +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-04 10:53:14.923 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:15.353 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=5.760125ms] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:15.371 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:15.371 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/04 10:53:15.372 +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"=26.351649ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:14.923 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:15.403 +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-04 10:53:14.923 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:15.521 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/04 10:53:15.528 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.645117729\n# Parse_time: 0\n# Compile_time: 0.004055022\n# Rewrite_time: 0.00002155\n# Optimize_time: 0\n# Wait_TS: 0.001411683\n# DB: mysql\n# Is_internal: true\n# Digest: 99a5c0e89a0b881a0fa10de262495ae25955edb2a7ef8776054ab57aca80e0d7\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task ( job_id varchar(64) NOT NULL, table_id bigint(64) NOT NULL, scan_id int NOT NULL, scan_range_start BLOB, scan_range_end BLOB, expire_time timestamp NOT NULL, owner_id varchar(64) DEFAULT NULL, owner_addr varchar(64) DEFAULT NULL, owner_hb_time timestamp DEFAULT NULL, status varchar(64) DEFAULT 'waiting', status_update_time timestamp NULL DEFAULT NULL, state text, created_time timestamp NOT NULL, primary key(job_id, scan_id), key(created_time));"] [2025/04/04 10:53:15.534 +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/04 10:53:15.773 +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:2, start time: 2025-04-04 10:53:15.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:15.774 +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:2, start time: 2025-04-04 10:53:15.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:15.799 +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-04 10:53:15.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:16.167 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=7.024099ms] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:16.207 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:16.208 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/04 10:53:16.209 +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"=49.385187ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:15.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:16.244 +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-04 10:53:15.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:16.504 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/04 10:53:16.507 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.965503503\n# Parse_time: 0\n# Compile_time: 0.012157445\n# Rewrite_time: 0.000020291\n# Optimize_time: 0\n# Wait_TS: 0.000259071\n# DB: mysql\n# Is_internal: true\n# Digest: a59d1fe47cade4697d39b0374d27cfee2fa302a4c752a5ae5073cecda386a0e8\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history ( job_id varchar(64) PRIMARY KEY, table_id bigint(64) NOT NULL, parent_table_id bigint(64) NOT NULL, table_schema varchar(64) NOT NULL, table_name varchar(64) NOT NULL, partition_name varchar(64) DEFAULT NULL, create_time timestamp NOT NULL, finish_time timestamp NOT NULL, ttl_expire timestamp NOT NULL, summary_text text, expired_rows bigint(64) DEFAULT NULL, deleted_rows bigint(64) DEFAULT NULL, error_delete_rows bigint(64) DEFAULT NULL, status varchar(64) NOT NULL, key(table_schema, table_name, create_time), key(parent_table_id, create_time), key(create_time) );"] [2025/04/04 10:53:16.511 +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/04 10:53:16.750 +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:2, start time: 2025-04-04 10:53:16.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:16.750 +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:2, start time: 2025-04-04 10:53:16.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:16.822 +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-04 10:53:16.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:17.088 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=22.273716ms] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:17.104 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:17.104 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/04 10:53:17.105 +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"=40.266147ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:16.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:17.151 +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-04 10:53:16.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:17.378 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/04 10:53:17.381 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.832681767\n# Parse_time: 0\n# Compile_time: 0.005780083\n# Rewrite_time: 0.000016486\n# Optimize_time: 0\n# Wait_TS: 0.005933745\n# DB: mysql\n# Is_internal: true\n# Digest: 87a919aee92342a6b954c4ed4dd8cc629fccf29087b4eee86bc91114590f3e5c\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:53:17.386 +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/04 10:53:17.641 +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:2, start time: 2025-04-04 10:53:17.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:17.643 +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:2, start time: 2025-04-04 10:53:17.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:17.690 +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-04 10:53:17.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:18.077 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=6.876782ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:18.105 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:18.105 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/04 10:53:18.106 +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"=36.372343ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:17.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:18.155 +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-04 10:53:17.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:18.436 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/04 10:53:18.437 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.037026829\n# Parse_time: 0\n# Compile_time: 0.025828708\n# Rewrite_time: 0.000015057\n# Optimize_time: 0\n# Wait_TS: 0.000151031\n# DB: mysql\n# Is_internal: true\n# Digest: 35cf2ce48ba5e71b82858e4e3f3a03750eb81dc6d2c5dee011ea0f91b9a9599e\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:53:18.437 +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/04 10:53:18.596 +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:2, start time: 2025-04-04 10:53:18.481 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:18.600 +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:2, start time: 2025-04-04 10:53:18.481 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:18.622 +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-04 10:53:18.481 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:18.857 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=6.110808ms] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:18.876 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:18.876 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/04 10:53:18.876 +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"=26.338234ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:18.481 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:18.909 +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-04 10:53:18.481 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:19.063 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/04 10:53:19.065 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.620210558\n# Parse_time: 0\n# Compile_time: 0.00568803\n# Rewrite_time: 0.000028685\n# Optimize_time: 0\n# Wait_TS: 0.000222212\n# DB: mysql\n# Is_internal: true\n# Digest: 1865863db4761960f0296bcf5386c3bb0c98aa299ac12888aa8054dc66681ee3\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs ( id bigint(64) NOT NULL AUTO_INCREMENT, create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), start_time TIMESTAMP(6) NULL DEFAULT NULL, update_time TIMESTAMP(6) NULL DEFAULT NULL, end_time TIMESTAMP(6) NULL DEFAULT NULL, table_schema VARCHAR(64) NOT NULL, table_name VARCHAR(64) NOT NULL, table_id bigint(64) NOT NULL, created_by VARCHAR(300) NOT NULL, parameters text NOT NULL, source_file_size bigint(64) NOT NULL, status VARCHAR(64) NOT NULL, step VARCHAR(64) NOT NULL, summary text DEFAULT NULL, error_message TEXT DEFAULT NULL, PRIMARY KEY (id), KEY (created_by), KEY (status));"] [2025/04/04 10:53:19.069 +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/04 10:53:19.188 +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:2, start time: 2025-04-04 10:53:19.105 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:19.188 +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:2, start time: 2025-04-04 10:53:19.105 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:19.209 +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-04 10:53:19.105 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:19.417 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=7.644407ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:19.476 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:19.476 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/04 10:53:19.477 +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"=68.639465ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:19.105 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:19.529 +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-04 10:53:19.105 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:19.656 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/04 10:53:19.657 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.57972406\n# Parse_time: 0\n# Compile_time: 0.00510138\n# Rewrite_time: 0.000015344\n# Optimize_time: 0\n# Wait_TS: 0.000149734\n# DB: mysql\n# Is_internal: true\n# Digest: e0bf00610662023227b3e4a7d5f58b03cae01c95aeaf892c603785420b5a5d10\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', INDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\", INDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:53:19.658 +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/04 10:53:19.865 +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:2, start time: 2025-04-04 10:53:19.703 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:19.867 +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:2, start time: 2025-04-04 10:53:19.703 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:19.888 +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-04 10:53:19.703 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:20.164 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=5.267693ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:20.197 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:20.197 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/04 10:53:20.199 +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"=40.786283ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:19.703 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:20.265 +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-04 10:53:19.703 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:20.452 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/04 10:53:20.454 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.785447317\n# Parse_time: 0\n# Compile_time: 0.004828648\n# Rewrite_time: 0.000012834\n# Optimize_time: 0\n# Wait_TS: 0.000137974\n# DB: mysql\n# Is_internal: true\n# Digest: 90a827f5aeb9baa2131bf6ef107c623b745894733d5936771bed7e5e4aa2a0ff\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries ( resource_group_name varchar(32) not null, start_time TIMESTAMP NOT NULL, repeats int default 1, match_type varchar(12) NOT NULL, action varchar(64) NOT NULL, sample_sql TEXT NOT NULL, sql_digest varchar(64) NOT NULL, plan_digest varchar(64) NOT NULL, tidb_server varchar(512), rule VARCHAR(512) DEFAULT '', INDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\", INDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:53:20.459 +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/04 10:53:20.735 +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:2, start time: 2025-04-04 10:53:20.531 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:20.735 +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:2, start time: 2025-04-04 10:53:20.531 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:20.797 +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-04 10:53:20.531 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:21.232 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=17.600377ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:21.278 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:21.278 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/04 10:53:21.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=46] ["take time"=66.612388ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:20.531 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:21.326 +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-04 10:53:20.531 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:21.508 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/04 10:53:21.510 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.025174429\n# Parse_time: 0\n# Compile_time: 0.008937007\n# Rewrite_time: 0.000015072\n# Optimize_time: 0\n# Wait_TS: 0.000157022\n# DB: mysql\n# Is_internal: true\n# Digest: 9911fdd027ae330cb69c5cc84a8759473df277eda62594b0dc9b5a797f09a21d\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` ( ID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, NAMESPACE VARCHAR(256) NOT NULL, TIMER_KEY VARCHAR(256) NOT NULL, TIMER_DATA BLOB, TIMEZONE VARCHAR(64) NOT NULL, SCHED_POLICY_TYPE VARCHAR(32) NOT NULL, SCHED_POLICY_EXPR VARCHAR(256) NOT NULL, HOOK_CLASS VARCHAR(64) NOT NULL, WATERMARK TIMESTAMP DEFAULT NULL, ENABLE TINYINT(2) NOT NULL, TIMER_EXT JSON NOT NULL, EVENT_STATUS VARCHAR(32) NOT NULL, EVENT_ID VARCHAR(64) NOT NULL, EVENT_DATA BLOB, EVENT_START TIMESTAMP DEFAULT NULL, SUMMARY_DATA BLOB, CREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, UPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, VERSION BIGINT(64) UNSIGNED NOT NULL, PRIMARY KEY (ID), UNIQUE KEY timer_key(NAMESPACE, TIMER_KEY), KEY hook_class(HOOK_CLASS) );"] [2025/04/04 10:53:21.516 +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/04 10:53:21.680 +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:2, start time: 2025-04-04 10:53:21.582 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:21.680 +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:2, start time: 2025-04-04 10:53:21.582 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:21.697 +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-04 10:53:21.582 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:21.903 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=4.886504ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:21.921 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:21.921 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/04 10:53:21.921 +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"=24.032702ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:21.582 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:21.955 +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-04 10:53:21.582 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:22.113 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/04 10:53:22.114 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.586171641\n# Parse_time: 0\n# Compile_time: 0.029479489\n# Rewrite_time: 0.000018549\n# Optimize_time: 0\n# Wait_TS: 0.000191463\n# DB: mysql\n# Is_internal: true\n# Digest: 0756c368a062ed6f6fcf06118c0f681502d85d0c56147973918b699deb186db7\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, record_id BIGINT(20) not null, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', done_time TIMESTAMP(6) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:53:22.114 +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/04 10:53:22.252 +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:2, start time: 2025-04-04 10:53:22.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:22.252 +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:2, start time: 2025-04-04 10:53:22.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:22.286 +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-04 10:53:22.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:22.469 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=8.717762ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:22.494 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:22.494 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/04 10:53:22.495 +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"=42.590114ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:22.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:22.530 +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-04 10:53:22.19 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:22.630 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/04 10:53:22.633 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.509896601\n# Parse_time: 0\n# Compile_time: 0.010784739\n# Rewrite_time: 0.000022902\n# Optimize_time: 0\n# Wait_TS: 0.000211767\n# DB: mysql\n# Is_internal: true\n# Digest: d7aca5b8f7b6ebbd013778d4a0451e0b59954ffc0090d361b1f71722be496608\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.dist_framework_meta ( host VARCHAR(261) NOT NULL PRIMARY KEY, role VARCHAR(64), cpu_count int default 0, keyspace_id bigint(8) NOT NULL DEFAULT -1 );"] [2025/04/04 10:53:22.634 +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/04 10:53:22.842 +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:2, start time: 2025-04-04 10:53:22.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:22.841 +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:2, start time: 2025-04-04 10:53:22.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:22.845 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:53:22.845 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:53:22.846 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:53:22.846 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:53:22.858 +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-04 10:53:22.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:23.029 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=3.40193ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:23.055 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:23.055 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/04 10:53:23.055 +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"=36.779544ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:22.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:23.103 +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-04 10:53:22.71 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:23.228 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/04 10:53:23.229 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.590349158\n# Parse_time: 0\n# Compile_time: 0.002949656\n# Rewrite_time: 0.000015131\n# Optimize_time: 0\n# Wait_TS: 0.000142911\n# DB: mysql\n# Is_internal: true\n# Digest: 5ca9dd4b3efdb0fd8b4c7af3016f911e048fc356c5b2a241e06c5bc30f085ce7\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.request_unit_by_group ( start_time TIMESTAMP(6) NOT NULL, end_time TIMESTAMP(6) NOT NULL, resource_group VARCHAR(32) NOT null, total_ru bigint(64) UNSIGNED NOT NULL, PRIMARY KEY (start_time, end_time, resource_group), KEY (resource_group) );"] [2025/04/04 10:53:23.231 +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/04 10:53:23.259 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:53:23.344 +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:2, start time: 2025-04-04 10:53:23.284 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:23.344 +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:2, start time: 2025-04-04 10:53:23.284 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:23.365 +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-04 10:53:23.284 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:23.491 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=3.461795ms] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:23.517 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:23.517 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/04 10:53:23.518 +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"=30.470148ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:23.284 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:23.557 +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-04 10:53:23.284 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:23.671 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/04 10:53:23.672 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.416096368\n# Parse_time: 0\n# Compile_time: 0.002571288\n# Rewrite_time: 0.000013162\n# Optimize_time: 0\n# Wait_TS: 0.000143219\n# DB: mysql\n# Is_internal: true\n# Digest: c3f2b12f28890accfe7e3cd6df43661468be7bca7e24b853661916ce164d8160\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map ( restored_ts BIGINT NOT NULL, upstream_cluster_id BIGINT NOT NULL, segment_id BIGINT NOT NULL, id_map BLOB(524288) NOT NULL, update_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/04 10:53:23.673 +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/04 10:53:23.721 +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-04 10:53:23.699 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:23.721 +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-04 10:53:23.699 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/04 10:53:23.740 +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-04 10:53:23.699 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:23.787 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=672.351ยตs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/04 10:53:23.807 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:23.807 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/04 10:53:23.808 +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"=22.569096ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:53:23.699 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:23.850 +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-04 10:53:23.699 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:23.896 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/04 10:53:23.897 +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/04 10:53:24.026 +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:3, start time: 2025-04-04 10:53:23.953 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:24.026 +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:3, start time: 2025-04-04 10:53:23.953 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:24.050 +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-04 10:53:23.953 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:24.153 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=2.580885ms] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:53:24.170 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:24.170 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/04 10:53:24.173 +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"=23.569615ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:3, start time: 2025-04-04 10:53:23.953 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:24.202 +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-04 10:53:23.953 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:24.327 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/04 10:53:24.328 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.42651436\n# Parse_time: 0\n# Compile_time: 0.015217577\n# Rewrite_time: 0.012149286\n# Optimize_time: 0\n# Wait_TS: 0.000148982\n# DB: mysql\n# Is_internal: true\n# Digest: 04175714d714f771531a56c7ae3f097cec113655220f87ac336c5ae44d3d3f8f\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE VIEW sys.schema_unused_indexes AS SELECT table_schema as object_schema, table_name as object_name, index_name FROM information_schema.cluster_tidb_index_usage WHERE table_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and index_name != 'PRIMARY' GROUP BY table_schema, table_name, index_name HAVING sum(last_access_time) is null;"] [2025/04/04 10:53:24.533 +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:2, start time: 2025-04-04 10:53:24.413 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:24.533 +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:2, start time: 2025-04-04 10:53:24.413 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:24.550 +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-04 10:53:24.413 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:24.794 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=5.468061ms] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:24.814 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:24.814 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/04 10:53:24.817 +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"=36.817732ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:24.413 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:24.872 +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-04 10:53:24.413 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:25.031 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/04 10:53:25.032 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.667982643\n# Parse_time: 0\n# Compile_time: 0.023380876\n# Rewrite_time: 0.000012946\n# Optimize_time: 0\n# Wait_TS: 0.000174302\n# DB: mysql\n# Is_internal: true\n# Digest: 70367647c92c5d0f8c232f2767a57dfe16b6ba8abad6fa939d6846291e8fa94c\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.index_advisor_results ( id bigint primary key not null auto_increment, created_at datetime not null, updated_at datetime not null, schema_name varchar(64) not null, table_name varchar(64) not null, index_name varchar(127) not null, index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"', index_details json, -- est_index_size, reason, DDL to create this index, ... top_impacted_queries json, -- improvement, plan before and after this index, ... workload_impact json, -- improvement and more details, ... extra json, -- for the cloud env to save more info like RU, cost_saving, ... index idx_create(created_at), index idx_update(updated_at), unique index idx(schema_name, table_name, index_columns));"] [2025/04/04 10:53:25.033 +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/04 10:53:25.145 +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:2, start time: 2025-04-04 10:53:25.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:25.147 +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:2, start time: 2025-04-04 10:53:25.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:25.193 +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-04 10:53:25.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:25.350 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=3.61092ms] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:25.366 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:25.366 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/04 10:53:25.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=54] ["take time"=21.069159ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:25.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:25.409 +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-04 10:53:25.078 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:25.557 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/04 10:53:25.558 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.521957418\n# Parse_time: 0\n# Compile_time: 0.002784183\n# Rewrite_time: 0.000014266\n# Optimize_time: 0\n# Wait_TS: 0.000296352\n# DB: mysql\n# Is_internal: true\n# Digest: 4f6cb23bc55d76683beb221b33d4e5d78047d43c500f2001fe11206811779076\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options ( module varchar(128), name varchar(128), value varchar(128), updated_at datetime, status varchar(128), description text, primary key(module, name));"] [2025/04/04 10:53:25.559 +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/04 10:53:25.700 +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:2, start time: 2025-04-04 10:53:25.609 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:53:25.700 +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:2, start time: 2025-04-04 10:53:25.609 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:53:25.737 +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-04 10:53:25.609 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:25.895 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=3.923979ms] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:53:25.912 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:53:25.912 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/04 10:53:25.913 +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"=22.502169ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:2, start time: 2025-04-04 10:53:25.609 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:25.943 +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-04 10:53:25.609 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:53:26.030 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/04 10:53:26.035 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.470800819\n# Parse_time: 0\n# Compile_time: 0.013222958\n# Rewrite_time: 0.000023543\n# Optimize_time: 0\n# Wait_TS: 0.000149157\n# DB: mysql\n# Is_internal: true\n# Digest: 22e991e019befcd18128737c6c7e27c9e600ee33f309f16473f3b2e432b493a4\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_workload_values ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, version bigint(20) NOT NULL, category varchar(64) NOT NULL, type varchar(64) NOT NULL, table_id bigint(20) NOT NULL, value json NOT NULL, index idx_version_category_type (version, category, type), index idx_table_id (table_id));"] [2025/04/04 10:53:26.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/04 10:53:27.216 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117271598825472\n# Query_time: 0.861856682\n# Parse_time: 0\n# Compile_time: 0.495587577\n# Rewrite_time: 0.027926345\n# Optimize_time: 0\n# Wait_TS: 0\n# DB: mysql\n# Is_internal: true\n# Digest: eb58d96d7eba9ae407efec64db335db75d58891b8cfae5274e34deeeb21575de\n# Mem_max: 445848\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('wAPwcTAJMjdfMQkwCTAJTi9BCTAJdGltZTozNDMuMm1zLCBvcGVuOjMzLjjCtXMsIGNsb3NlOjY5LjLCtXMsIGxvb3BzOjEsIHByZXBhcmU6IHt0b3RhbDogNjAuOW1zLCBhdXRvX2lkX2FsbG9jYXRvcjogewUMUF9jbnQ6IDEsIEdldDp7bnVtX3JwYwFLAHQBQQBfBYUMMjQ2LgF4dH0sIGNvbW1pdF90eG46IHtwcmV3cml0ZTo1OTUuMgWKDGdldF8RJAxzOjIwDRcJEww6MS4wBY4cc2xvd2VzdF8RQQV0FbRgMC4wMDBzLCByZWdpb25faWQ6IDIsIHN0bwHZBQcIMSwgGYwYcHJpbWFyeUZEAAAxikQADWQIbnVtAfQFzhBfa2V5cxkOnGJ5dGU6MzJ9fX0sIGluc2VydDoyODIuM21zCTE4Ny40IEtCCU4vQQo=')\n# Resource_group: default\nINSERT HIGH_PRIORITY INTO mysql.GLOBAL_VARIABLES VALUES (\"sql_mode\", \"ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION\"), (\"tidb_instance_plan_cache_reserved_percentage\", \"0.1\"), (\"validate_password.dictionary\", \"\"), (\"tidb_enable_fast_create_table\", \"ON\"), (\"tidb_index_lookup_concurrency\", \"-1\"), (\"internal_tmp_disk_storage_engine\", \"\"), (\"tidb_external_ts\", \"0\"), (\"relay_log_info_repository\", \"FILE\"), (\"tidb_load_based_replica_read_threshold\", \"1s\"), (\"tidb_auto_analyze_ratio\", \"0.5\"), (\"sql_auto_is_null\", \"OFF\"), (\"sync_relay_log\", \"10000\"), (\"slave_exec_mode\", \"STRICT\"), (\"storage_engine\", \"InnoDB\"), (\"tidb_opt_disk_factor\", \"1.5\"), (\"ndb_log_binlog_index\", \"\"), (\"innodb_purge_batch_size\", \"300\"), (\"tidb_store_limit\", \"0\"), (\"tidb_enable_telemetry\", \"OFF\"), (\"log_backward_compatible_user_definitions\", \"\"), (\"tidb_enable_external_ts_read\", \"OFF\"), (\"innodb_lru_scan_depth\", \"1024\"), (\"bulk_insert_buffer_size\", \"8388608\"), (\"tidb_opt_mpp_outer_join_fixed_build_side\", \"OFF\"), (\"thread_pool_size\", \"16\"), (\"executed_gtids_compression_period\", \"\"), (\"tidb_source_id\", \"1\"), (\"tidb_enable_reuse_chunk\", \"ON\"), (\"max_join_size\", \"18446744073709551615\"), (\"slave_net_timeout\", \"3600\"), (\"max_relay_log_size\", \"0\"), (\"tiflash_hashagg_preaggregation_mode\", \"force_preagg\"), (\"tiflash_compute_dispatch_policy\", \"consistent_hash\"), (\"tidb_enable_auto_analyze\", \"OFF\"), (\"tidb_enable_index_merge\", \"ON\"), (\"log_slow_admin_statements\", \"OFF\"), (\"tidb_mpp_store_fail_ttl\", \"60s\"), (\"tidb_mem_quota_query\", \"1073741824\"), (\"tidb_enable_stmt_summary\", \"ON\"), (\"innodb_replication_delay\", \"0\"), (\"tidb_ttl_running_tasks\", \"-1\"), (\"tidb_skip_utf8_check\", \"OFF\"), (\"log_syslog_tag\", \"\"), (\"max_execution_time\", \"0\"), (\"innodb_compression_pad_pct_max\", \"50\"), (\"tidb_opt_enable_late_materialization\", \"ON\"), (\"delayed_insert_limit\", \"100\"), (\"profiling\", \"OFF\"), (\"tidb_query_log_max_len\", \"4096\"), (\"tiflash_hash_join_version\", \"optimized\"), (\"innodb_monitor_enable\", \"\"), (\"tidb_min_paging_size\", \"128\"), (\"log_error_verbosity\", \"\"), (\"allow_auto_random_explicit_insert\", \"OFF\"), (\"sql_buffer_result\", \"OFF\"), (\"tidb_opt_projection_push_down\", \"ON\"), (\"skip_name_resolve\", \"OFF\"), (\"tidb_enable_legacy_instance_scope\", \"ON\"), (\"tidb_distsql_scan_concurrency\", \"15\"), (\"authentication_ldap_sasl_tls\", \"OFF\"), (\"tidb_analyze_version\", \"2\"), (\"tidb_use_plan_baselines\", \"ON\"), (\"log_timestamps\", \"\"), (\"tidb_constraint_check_in_place\", \"OFF\"), (\"read_rnd_buffer_size\", \"262144\"), (\"session_track_system_variables\", \"\"), (\"group_concat_max_len\", \"1024\"), (\"session_track_gtids\", \"OFF\"), (\"tidb_capture_plan_baselines\", \"OFF\"), (\"tidb_executor_concurrency\", \"5\"), (\"optimizer_trace_limit\", \"1\"), (\"tidb_max_chunk_size\", \"1024\"), (\"tidb_cb_pd_metadata_error_rate_threshold_pct\", \"0\"), (\"binlog_order_commits\", \"ON\"), (\"tidb_index_join_double_read_penalty_cost_rate\", \"0\"), (\"tidb_non_prepared_plan_cache_size\", \"100\"), (\"thread_cache_size\", \"9\"), (\"tidb_cost_model_version\", \"2\"), (\"tidb_opt_join_reorder_threshold\", \"0\"), (\"tidb_auto_build_stats_concurrency\", \"1\"), (\"tidb_skip_ascii_check\", \"OFF\"), (\"tidb_opt_ordering_index_selectivity_ratio\", \"-1\"), (\"tidb_allow_tiflash_cop\", \"OFF\"), (\"tidb_hash_join_concurrency\", \"-1\"), (\"rpl_semi_sync_master_timeout\", \"10000\"), (\"tidb_opt_fix_control\", \"\"), (\"show_old_temporals\", \"OFF\"), (\"tidb_init_chunk_size\", \"32\"), (\"validate_password.mixed_case_count\", \"1\"), (\"tidb_enable_shared_lock_promotion\", \"OFF\"), (\"innodb_disable_sort_file_cache\", \"0\"), (\"tidb_opt_range_max_size\", \"67108864\"), (\"sha256_password_proxy_users\", \"\"), (\"windowing_use_high_precision\", \"ON\"), (\"ndb_show_foreign_key_mock_tables\", \"\"), (\"tidb_retry_limit\", \"10\"), (\"tidb_ttl_delete_batch_size\", \"100\"), (\"innodb_ft_enable_stopword\", \"ON\"), (\"tidb_opt_network_factor\", \"1\"), (\"innodb_max_purge_lag\", \"0\"), (\"tidb_prepared_plan_cache_size\", \"100\"), (\"query_prealloc_size\", \"8192\"), (\"delay_key_write\", \"ON\"), (\"tidb_adaptive_closest_read_threshold\", \"4096\"), (\"tidb_enable_tso_follower_proxy\", \"OF(len:25902);"] [2025/04/04 10:53:27.781 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117271598825472\n# Query_time: 0.327593934\n# Parse_time: 0\n# Compile_time: 0.000795782\n# Rewrite_time: 0.000006977\n# Optimize_time: 0\n# Wait_TS: 0\n# Prewrite_time: 0.19735505 Commit_time: 0.098490138 Get_commit_ts_time: 0.000027811 Slowest_prewrite_rpc_detail: {total:0.190s, region_id: 2, store: store1, } Commit_primary_rpc_detail: {total:0.088s, region_id: 2, store: store1, } Write_keys: 1343 Write_size: 102443 Prewrite_region: 1\n# DB: mysql\n# Is_internal: true\n# Digest: 9505cacb7c710ed17125fcc6cb3669e8ddca6c8cd8af6a31f6b3cd64604c3098\n# Mem_max: 253952\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Resource_group: default\n# Prev_stmt: INSERT HIGH_PRIORITY INTO `mysql`.`tidb` VALUES ('cluster_id', 1, \"TiDB Cluster ID.\") ON DUPLICATE KEY UPDATE VARIABLE_VALUE= 1\nCOMMIT;"] [2025/04/04 10:53:27.786 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=35.050155178s] [2025/04/04 10:53:27.790 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:53:27.790 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=30b921e1-12b2-4dde-af33-82fd775bea9c] [2025/04/04 10:53:27.790 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:53:27.790 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:53:27.790 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=123.325ยตs] [2025/04/04 10:53:27.790 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=94.48ยตs] [2025/04/04 10:53:27.791 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=80.246ยตs] [2025/04/04 10:53:27.791 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=79.724ยตs] [2025/04/04 10:53:27.791 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=91.389ยตs] [2025/04/04 10:53:27.791 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=81.883ยตs] [2025/04/04 10:53:27.791 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=87.521ยตs] [2025/04/04 10:53:27.791 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=90.523ยตs] [2025/04/04 10:53:27.792 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=91.269ยตs] [2025/04/04 10:53:27.792 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=96.768ยตs] [2025/04/04 10:53:27.792 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=30b921e1-12b2-4dde-af33-82fd775bea9c] [2025/04/04 10:53:27.792 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:53:27.792 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:53:27.866 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=30b921e1-12b2-4dde-af33-82fd775bea9c] ["take time"=76.129895ms] [2025/04/04 10:53:27.866 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=30b921e1-12b2-4dde-af33-82fd775bea9c] [2025/04/04 10:53:27.866 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:53:27.866 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:53:27.866 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:53:27.866 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:53:27.866 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:53:27.866 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:53:27.866 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:53:27.866 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:53:27.866 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:53:27.866 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:53:27.866 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:53:27.867 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:53:27.866 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:53:27.895 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:53:27.900 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:53:27.900 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=110.562634ms] [2025/04/04 10:53:27.900 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=e3d43304-455d-4928-acf2-0fa07ba6f75c] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:53:28.187 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:53:28.187 +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/04 10:53:28.717 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=527.642496ms] [2025/04/04 10:53:28.718 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:53:28.718 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=530.014319ms] [2025/04/04 10:53:28.719 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=55] ["reload ts"=457117272301371392] [2025/04/04 10:53:28.737 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=a892ad86-acc5-4f11-91ec-81d7ad2ee582] [runWorker=true] [jobVersion=v1] [2025/04/04 10:53:28.738 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:53:28.752 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:53:28.753 +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/04 10:53:28.753 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:53:28.752 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:53:28.753 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=a892ad86-acc5-4f11-91ec-81d7ad2ee582] [2025/04/04 10:53:28.754 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:53:28.754 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:53:28.756 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:53:28.756 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:53:28.757 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:53:28.757 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:53:28.757 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:53:28.758 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:53:28.757 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:53:28.758 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:53:28.758 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:53:28.759 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:53:28.758 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:53:28.791 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=a892ad86-acc5-4f11-91ec-81d7ad2ee582] [2025/04/04 10:53:28.791 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:53:28.793 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/04 10:53:28.916 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/04 10:53:28.926 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/04 10:53:28.934 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:53:29.027 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:53:29.062 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:53:29.063 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/04 10:53:29.068 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:53:29.068 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=a892ad86-acc5-4f11-91ec-81d7ad2ee582] [2025/04/04 10:53:29.068 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/04 10:53:29.068 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/04 10:53:29.068 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:53:29.068 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:53:29.068 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:53:29.068 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:53:29.101 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=a892ad86-acc5-4f11-91ec-81d7ad2ee582] [ttl-worker=task-manager] [ttl-worker=a892ad86-acc5-4f11-91ec-81d7ad2ee582] [originalCount=0] [newCount=4] [2025/04/04 10:53:29.101 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=a892ad86-acc5-4f11-91ec-81d7ad2ee582] [ttl-worker=task-manager] [ttl-worker=a892ad86-acc5-4f11-91ec-81d7ad2ee582] [originalCount=0] [newCount=4] [2025/04/04 10:53:29.102 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=a892ad86-acc5-4f11-91ec-81d7ad2ee582] [2025/04/04 10:53:29.807 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:53:29.807 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:53:29.807 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:53:29.808 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:53:30.118 +00:00] [INFO] [runtime.go:172] ["TimerGroupRuntime loop started"] [groupID=ttl] [2025/04/04 10:53:30.120 +00:00] [INFO] [runtime.go:450] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] testkit.go:123: RefreshSession rand seed: 1743764010610767925 [2025/04/04 10:53:30.781 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:55:15.767 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:55:15.770 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117300335312896\n# Conn_ID: 1\n# Query_time: 69.460778913\n# Parse_time: 0\n# Compile_time: 69.350879152\n# Rewrite_time: 0.001529831\n# Optimize_time: 0.000753396\n# Wait_TS: 0.000186551\n# Is_internal: true\n# Digest: c960fdcca3bfcd8d08c26b0efd4e4b57092fffe8c3f0e2188f37c0b976441a70\n# Mem_max: 6292856\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: false\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('lQPwWDAJMjdfMQkwCTAJTi9BCTAJdGltZToxMDcuNm1zLCBvcGVuOjM0LjjCtXMsIGNsb3NlOjU0LjjCtXMsIGxvb3BzOjEsIGF1dG9faWRfYWxsb2NhdG9yOiB7BQxQX2NudDogMSwgR2V0OntudW1fcnBjATIUdG90YWxfBWyYMjQ3LjHCtXN9LCBjb21taXRfdHhuOiB7cHJld3JpdGU6NjQyLjnCAYAMZ2V0XxEkFHM6MTkuMwWICRMIOjgxCaYcc2xvd2VzdF8RQQV0BCB7BXN0OiAwLjAwMXMsIHJlZ2lvbl9pZDogMiwgc3RvcmU6CQcIMSwgGYwYcHJpbWFyedZEAA1kCG51bQH0Bc4QX2tleXMZDlRieXRlOjUwfX0JNi4wMCBNQglOL0EK')\n# Binary_plan: tidb_decode_binary_plan('ogPwYQqdAwoISW5zZXJ0XzE4AUABUgNOL0FaMnRpbWU6MTA3LjZtcywgb3BlbjozNC44wrVzLCBjbG9zZTo1NC44wrVzLCBsb29wczoxYsMCYXV0b19pZF9hbGxvY2F0b3I6IHthAQx4X2NudDogMSwgR2V0OntudW1fcnBjOjEsIHRvdGFsXwVtmDI0Ny4xwrVzfSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjY0Mi45wgFyDGdldF8RJBRzOjE5LjMJmAU3CDo4MQmYHHNsb3dlc3RfEUEFdAQgewVzdDogMC4wMDFzLCByZWdpb25faWQ6IDIsIHN0b3JlOgkHCDEsIBmMGHByaW1hcnnWRAANZAhudW0B9AXOEF9rZXlzGQ5oYnl0ZTo1MH19cPiKgAN4////////////ARgB')\n# Resource_group: default\n insert into mysql.tidb_background_subtask(step, task_key, exec_id, meta, state, type, concurrency, ordinal, create_time, checkpoint, summary) values(1, '1', 'execID', _binary'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(len:6291692);"] [2025/04/04 10:55:15.772 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=55] [error="[kv:8025]entry too large, the max entry size is 6291456, the size of data is 6291597"] [errorVerbose="[kv:8025]entry too large, the max entry size is 6291456, the size of data is 6291597\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:101\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*memBuffer).SetWithFlags\n\tpkg/store/driver/txn/unionstore_driver.go:96\ngithub.com/pingcap/tidb/pkg/table/tblctx.(*EncodeRowBuffer).WriteMemBufferEncoded\n\tpkg/table/tblctx/buffers.go:82\ngithub.com/pingcap/tidb/pkg/table/tables.(*TableCommon).addRecord\n\tpkg/table/tables/tables.go:865\ngithub.com/pingcap/tidb/pkg/table/tables.(*TableCommon).AddRecord\n\tpkg/table/tables/tables.go:682\ngithub.com/pingcap/tidb/pkg/executor.(*InsertValues).addRecordWithAutoIDHint\n\tpkg/executor/insert_common.go:1419\ngithub.com/pingcap/tidb/pkg/executor.(*InsertExec).exec\n\tpkg/executor/insert.go:112\ngithub.com/pingcap/tidb/pkg/executor.insertRows\n\tpkg/executor/insert_common.go:254\ngithub.com/pingcap/tidb/pkg/executor.(*InsertExec).Next\n\tpkg/executor/insert.go:369\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:256\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage_test.TestTaskManagerEntrySize.func2.1\n\tpkg/disttask/framework/storage/table_test.go:1204\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:169\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage_test.TestTaskManagerEntrySize.func2\n\tpkg/disttask/framework/storage/table_test.go:1203\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage_test.TestTaskManagerEntrySize\n\tpkg/disttask/framework/storage/table_test.go:1212\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] testkit.go:123: RefreshSession rand seed: 1743764115774865558 [2025/04/04 10:55:15.887 +00:00] [INFO] [set.go:172] ["set global var"] [conn=2] [name=tidb_txn_entry_size_limit] [val=7340032] testkit.go:123: RefreshSession rand seed: 1743764115889584951 -- Test timed out at 2025-04-04 10:55:20 UTC -- ================================================================================ ==================== Test output for //pkg/disttask/framework/storage:storage_test (shard 21 of 24): === RUN TestTaskManagerEntrySize [2025/04/04 10:55:22.430 +00:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/04 10:55:22.436 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:22.436 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:22.466 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:22.466 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:22.474 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:22.508 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=0156da59-850c-41d0-94db-558365524ed3] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:55:23.133 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:55:23.133 +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/04 10:55:23.137 +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/testkit.CreateMockStore\n\tpkg/testkit/mockstore.go:77\ngithub.com/pingcap/tidb/pkg/disttask/framework/testutil.getResourcePool\n\tpkg/disttask/framework/testutil/table_util.go:57\ngithub.com/pingcap/tidb/pkg/disttask/framework/testutil.InitTableTest\n\tpkg/disttask/framework/testutil/table_util.go:40\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage_test.TestTaskManagerEntrySize\n\tpkg/disttask/framework/storage/table_test.go:1194\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:55:23.703 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=565.237092ms] [2025/04/04 10:55:23.703 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:55:23.703 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=567.91674ms] [2025/04/04 10:55:23.704 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=0] ["reload ts"=457117302444261376] [2025/04/04 10:55:23.705 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=0dea4978-9499-4d91-80d1-42aa4de537c5] [runWorker=true] [jobVersion=v1] [2025/04/04 10:55:23.705 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:55:23.706 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:55:23.706 +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/04 10:55:23.706 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:55:23.706 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:55:23.706 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:55:23.706 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:55:23.706 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:55:23.706 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:55:23.711 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:55:23.712 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:55:23.711 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=0dea4978-9499-4d91-80d1-42aa4de537c5] [2025/04/04 10:55:23.722 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:55:23.722 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:55:23.722 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:55:23.722 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:55:23.723 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:55:23.723 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:55:23.723 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:55:23.724 +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/04 10:55:23.797 +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-04 10:55:23.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:23.797 +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-04 10:55:23.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/04 10:55:23.817 +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-04 10:55:23.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:24.428 +00:00] [INFO] [pd.go:432] ["adaptive update ts interval state transition"] [configuredInterval=2s] [prevAdaptiveUpdateInterval=2s] [newAdaptiveUpdateInterval=2s] [requiredStaleness=0s] [prevState=unknown(0)] [newState=normal] [2025/04/04 10:55:24.727 +00:00] [WARN] [runaway.go:85] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:152\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:69\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:2019\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1984\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.ExecRCRestrictedSQL\n\tpkg/resourcegroup/runaway/record.go:382\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*systemTableReader).Read\n\tpkg/resourcegroup/runaway/syncer.go:192\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.getRunawayWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:76\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:67\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getNewWatchRecords\n\tpkg/resourcegroup/runaway/syncer.go:59\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*Manager).UpdateNewAndDoneWatch\n\tpkg/resourcegroup/runaway/manager.go:402\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:75\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:103\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [2025/04/04 10:55:24.793 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=933.127161ms] [2025/04/04 10:55:24.794 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:55:24.795 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=935.419971ms] [2025/04/04 10:55:24.795 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=1] ["reload ts"=457117302730260480] [2025/04/04 10:55:24.826 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:24.826 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/04 10:55:24.827 +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"=967.358999ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:23.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:24.909 +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-04 10:55:23.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:24.976 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/04 10:55:24.977 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.2475489180000001\n# Parse_time: 0\n# Compile_time: 0.012664003\n# Rewrite_time: 0.000030612\n# Optimize_time: 0\n# Wait_TS: 0.000173439\n# DB: mysql\n# Is_internal: true\n# Digest: 0a22979ad136f741465cf206b13e5717b9758dda34f7cae5a7a925f91711d6a0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse mysql;\nCREATE DATABASE IF NOT EXISTS test;"] [2025/04/04 10:55:24.977 +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/04 10:55:24.980 +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/04 10:55:25.033 +00:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=UTC] [2025/04/04 10:55:25.451 +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:2, start time: 2025-04-04 10:55:25.059 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:25.452 +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:2, start time: 2025-04-04 10:55:25.059 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:25.493 +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-04 10:55:25.059 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:25.707 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:55:26.321 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117302911664128\n# Query_time: 0.372198209\n# Parse_time: 0\n# Compile_time: 0.369073576\n# Rewrite_time: 0.000214524\n# Optimize_time: 0\n# Wait_TS: 0\n# Is_internal: true\n# Digest: 97fee0577cfae72ca71097e77c429509f8ce51c8c933f491cff959296248fc4a\n# Mem_max: 130583\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('tQHwSTAJMjhfMwkwCTAJTi9BCTAJdGltZToyLjE0bXMsIG9wZW46NTEuOMK1cywgY2xvc2U6OTMuOMK1cywgbG9vcHM6MQkyNy41IEtCAUCoCjEJMzZfMQkwCTEJdGFibGU6dGlkYl9kZGxfam9iLCBoYW5kbGU6NQkxCQVoEDQ0NS40BVwFagwyMi4zBQ4AYwVqDDMxLjEFDzxsb29wczoyCU4vQQlOL0EK')\n# Plan_digest: 3fea32741ba131a439f08d925bc0d60ce688c732cc613c6d3625da6592028edc\n# Resource_group: default\nupdate mysql.tidb_ddl_job set job_meta = 0x7b226964223a352c2274797065223a332c22736368656d615f6964223a312c227461626c655f6964223a342c22736368656d615f6e616d65223a226d7973716c222c227461626c655f6e616d65223a2275736572222c227374617465223a342c227761726e696e67223a6e756c6c2c22657272223a6e756c6c2c226572725f636f756e74223a302c22726f775f636f756e74223a302c227261775f61726773223a5b7b226964223a342c226e616d65223a7b224f223a2275736572222c224c223a2275736572227d2c2263686172736574223a22757466386d6234222c22636f6c6c617465223a22757466386d62345f62696e222c22636f6c73223a5b7b226964223a312c226e616d65223a7b224f223a22486f7374222c224c223a22686f7374227d2c226f6666736574223a302c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235342c22466c6167223a343039392c22466c656e223a3235352c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6d6d656e74223a22222c2268696464656e223a66616c73652c226368616e67655f73746174655f696e666f223a6e756c6c2c2276657273696f6e223a327d2c7b226964223a322c226e616d65223a7b224f223a2255736572222c224c223a2275736572227d2c226f6666736574223a312c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235342c22466c6167223a343130372c22466c656e223a33322c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6d6d656e74223a22222c2268696464656e223a66616c73652c226368616e67655f73746174655f696e666f223a6e756c6c2c2276657273696f6e223a327d2c7b226964223a332c226e616d65223a7b224f223a2261757468656e7469636174696f6e5f737472696e67222c224c223a2261757468656e7469636174696f6e5f737472696e67227d2c226f6666736574223a322c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235322c22466c6167223a302c22466c656e223a36353533352c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6d6d656e74223a22222c2268696464656e223a66616c73652c226368616e67655f73746174655f696e666f223a6e756c6c2c2276657273696f6e223a327d2c7b226964223a342c226e616d65223a7b224f223a22706c7567696e222c224c223a22706c7567696e227d2c226f6666736574223a332c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235342c22466c6167223a302c22466c656e223a36342c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6(len:97096);"] [2025/04/04 10:55:26.372 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=21.07588ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:26.411 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:26.411 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/04 10:55:26.415 +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"=65.094161ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:25.059 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:26.542 +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-04 10:55:25.059 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:26.946 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/04 10:55:26.948 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.945529374\n# Parse_time: 0\n# Compile_time: 0.017204321\n# Rewrite_time: 0.000014445\n# Optimize_time: 0\n# Wait_TS: 0.000167562\n# DB: mysql\n# Is_internal: true\n# Digest: e91164512a559e22fb969664cb70b57fc6c45f94b9334cd6586cce7ffc743131\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.user ( Host CHAR(255), User CHAR(32), authentication_string TEXT, plugin CHAR(64), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Process_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_db_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Super_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_user_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_slave_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_client_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Account_locked ENUM('N','Y') NOT NULL DEFAULT 'N', Shutdown_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Reload_priv ENUM('N','Y') NOT NULL DEFAULT 'N', FILE_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Config_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N', Password_reuse_history smallint unsigned DEFAULT NULL, Password_reuse_time smallint unsigned DEFAULT NULL, User_attributes json, Token_issuer VARCHAR(255), Password_expired ENUM('N','Y') NOT NULL DEFAULT 'N', Password_last_changed TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), Password_lifetime SMALLINT UNSIGNED DEFAULT NULL, Max_user_connections INT UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (Host, User), KEY i_user (User));"] [2025/04/04 10:55:26.948 +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/04 10:55:27.050 +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:2, start time: 2025-04-04 10:55:26.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:27.050 +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:2, start time: 2025-04-04 10:55:26.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:27.104 +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-04 10:55:26.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:27.272 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=3.17915ms] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:27.307 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:27.307 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/04 10:55:27.310 +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"=42.11625ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:26.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:27.347 +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-04 10:55:26.979 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:27.495 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/04 10:55:27.497 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.544403589\n# Parse_time: 0\n# Compile_time: 0.003195062\n# Rewrite_time: 0.000023577\n# Optimize_time: 0\n# Wait_TS: 0.000194058\n# DB: mysql\n# Is_internal: true\n# Digest: eeb59bc0d98f65a2a5aef8eaa99596260e746b00eed183baf856558ef03533ac\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.password_history ( Host char(255) NOT NULL DEFAULT '', User char(32) NOT NULL DEFAULT '', Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), Password text, PRIMARY KEY (Host,User,Password_timestamp ) ) COMMENT='Password history for user accounts' ;"] [2025/04/04 10:55:27.498 +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/04 10:55:27.568 +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:2, start time: 2025-04-04 10:55:27.522 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:27.568 +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:2, start time: 2025-04-04 10:55:27.522 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:27.591 +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-04 10:55:27.522 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:27.749 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=3.182672ms] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:27.767 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:27.767 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/04 10:55:27.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=4] ["take time"=22.846281ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:27.522 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:27.800 +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-04 10:55:27.522 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:27.879 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/04 10:55:27.881 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.37910239\n# Parse_time: 0\n# Compile_time: 0.002466418\n# Rewrite_time: 0.000015992\n# Optimize_time: 0\n# Wait_TS: 0.000161257\n# DB: mysql\n# Is_internal: true\n# Digest: 3753c1a38721ac350706b476f2d0089d05a691a3e194d21afaf2010b2e79e8dd\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Warnings: [{\"Level\":\"Warning\",\"Message\":\"BLOB/TEXT/JSON column 'Priv' can't have a default value\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE 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/04 10:55:27.881 +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/04 10:55:28.085 +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:2, start time: 2025-04-04 10:55:27.938 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:28.085 +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:2, start time: 2025-04-04 10:55:27.938 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:28.109 +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-04 10:55:27.938 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:28.506 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=8.993856ms] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:28.535 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:28.535 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/04 10:55:28.536 +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"=40.090857ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:27.938 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:28.588 +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-04 10:55:27.938 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:28.840 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/04 10:55:28.842 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.948369892\n# Parse_time: 0\n# Compile_time: 0.012320713\n# Rewrite_time: 0.000017543\n# Optimize_time: 0\n# Wait_TS: 0.000241721\n# DB: mysql\n# Is_internal: true\n# Digest: 84b17ce35846b1ddbb79e94fffb3f020ff85b9efe6dfa83a14a44027adfe16ec\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.db ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (Host, DB, User), KEY i_user (User));"] [2025/04/04 10:55:28.843 +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/04 10:55:28.974 +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:2, start time: 2025-04-04 10:55:28.891 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:28.974 +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:2, start time: 2025-04-04 10:55:28.891 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:29.012 +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-04 10:55:28.891 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:29.195 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=4.679969ms] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:29.213 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:29.213 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/04 10:55:29.215 +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"=24.929247ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:28.891 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:29.249 +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-04 10:55:28.891 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:29.368 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/04 10:55:29.370 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.519434495\n# Parse_time: 0\n# Compile_time: 0.005821119\n# Rewrite_time: 0.000024352\n# Optimize_time: 0\n# Wait_TS: 0.000215779\n# DB: mysql\n# Is_internal: true\n# Digest: 66ad48e3a61958e491f9b86629424276e884c5dc2c82d0493baa1e569d861f3d\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tables_priv ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Grantor CHAR(77), Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Table_priv SET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'), Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name), KEY i_user (User));"] [2025/04/04 10:55:29.370 +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/04 10:55:29.472 +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:2, start time: 2025-04-04 10:55:29.403 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:29.472 +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:2, start time: 2025-04-04 10:55:29.403 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:29.500 +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-04 10:55:29.403 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:29.667 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=4.556044ms] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:29.698 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:29.698 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/04 10:55:29.702 +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"=41.23145ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:29.403 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:29.773 +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-04 10:55:29.403 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:29.959 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/04 10:55:29.962 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.586369293\n# Parse_time: 0\n# Compile_time: 0.003940652\n# Rewrite_time: 0.000025374\n# Optimize_time: 0\n# Wait_TS: 0.000144731\n# DB: mysql\n# Is_internal: true\n# Digest: 6128346bea9e9b35a140e9be46b85be39f5c8ff508888c85bba4bf88b49a6572\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.columns_priv( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Column_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name, Column_name), KEY i_user (User));"] [2025/04/04 10:55:29.966 +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/04 10:55:30.073 +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:2, start time: 2025-04-04 10:55:30.01 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:30.074 +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:2, start time: 2025-04-04 10:55:30.01 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:30.125 +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-04 10:55:30.01 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:30.202 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=2.791426ms] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:30.220 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:30.220 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/04 10:55:30.220 +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"=22.675121ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:30.01 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:30.263 +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-04 10:55:30.01 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:30.343 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/04 10:55:30.344 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.374712301\n# Parse_time: 0\n# Compile_time: 0.005592782\n# Rewrite_time: 0.000052352\n# Optimize_time: 0\n# Wait_TS: 0.000258984\n# DB: mysql\n# Is_internal: true\n# Digest: 1b59564c29970a0a8880792322e02b7df09888f7d0a2dfc190f3ed0ff12369d4\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/04 10:55:30.345 +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/04 10:55:30.480 +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:2, start time: 2025-04-04 10:55:30.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:30.480 +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:2, start time: 2025-04-04 10:55:30.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:30.507 +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-04 10:55:30.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:30.620 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=3.166606ms] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:30.678 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:30.678 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/04 10:55:30.681 +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"=64.837891ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:30.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:30.759 +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-04 10:55:30.379 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:30.889 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/04 10:55:30.890 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.534223921\n# Parse_time: 0\n# Compile_time: 0.00370138\n# Rewrite_time: 0.000014931\n# Optimize_time: 0\n# Wait_TS: 0.000184319\n# DB: mysql\n# Is_internal: true\n# Digest: ade124588c0253b12ce82702300a98a0ff778787142ce450039efbd6347664dc\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(1024) DEFAULT NULL, COMMENT VARCHAR(1024));"] [2025/04/04 10:55:30.890 +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/04 10:55:31.086 +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:2, start time: 2025-04-04 10:55:30.954 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:31.087 +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:2, start time: 2025-04-04 10:55:30.954 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:31.102 +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-04 10:55:30.954 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:31.299 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=3.993228ms] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:31.318 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:31.318 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/04 10:55:31.318 +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"=24.957375ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:30.954 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:31.378 +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-04 10:55:30.954 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:31.511 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/04 10:55:31.513 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.607892447\n# Parse_time: 0\n# Compile_time: 0.00411725\n# Rewrite_time: 0.000017322\n# Optimize_time: 0\n# Wait_TS: 0.000207339\n# DB: mysql\n# Is_internal: true\n# Digest: be740d9d66f07e7842e3b48027d6fb3ef54623295384e63dcbf3e1c8a9f15c10\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.help_topic ( help_topic_id INT(10) UNSIGNED NOT NULL, name CHAR(64) NOT NULL, help_category_id SMALLINT(5) UNSIGNED NOT NULL, description TEXT NOT NULL, example TEXT NOT NULL, url TEXT NOT NULL, PRIMARY KEY (help_topic_id) clustered, UNIQUE KEY name (name) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/04 10:55:31.513 +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/04 10:55:31.631 +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:2, start time: 2025-04-04 10:55:31.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:31.632 +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:2, start time: 2025-04-04 10:55:31.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:31.645 +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-04 10:55:31.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:31.816 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=6.711903ms] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:31.844 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:31.844 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/04 10:55:31.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=11] ["take time"=36.174204ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:31.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:31.883 +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-04 10:55:31.544 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:32.000 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/04 10:55:32.001 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.482130851\n# Parse_time: 0\n# Compile_time: 0.003512122\n# Rewrite_time: 0.000034894\n# Optimize_time: 0\n# Wait_TS: 0.000184107\n# DB: mysql\n# Is_internal: true\n# Digest: 2db2929397c955d277d1b5400209b98787aa0797f979b9c213e3924c27b82ea9\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta ( version BIGINT(64) UNSIGNED NOT NULL, table_id BIGINT(64) NOT NULL, modify_count BIGINT(64) NOT NULL DEFAULT 0, count BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, snapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, INDEX idx_ver(version), UNIQUE INDEX tbl(table_id) );"] [2025/04/04 10:55:32.005 +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/04 10:55:32.038 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:32.239 +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:2, start time: 2025-04-04 10:55:32.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:32.240 +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:2, start time: 2025-04-04 10:55:32.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:32.266 +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-04 10:55:32.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:32.459 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=6.09675ms] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:32.479 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:32.479 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/04 10:55:32.479 +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"=28.065737ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:32.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:32.525 +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-04 10:55:32.098 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:32.652 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/04 10:55:32.658 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.645992271\n# Parse_time: 0\n# Compile_time: 0.005467675\n# Rewrite_time: 0.000019005\n# Optimize_time: 0\n# Wait_TS: 0.000207078\n# DB: mysql\n# Is_internal: true\n# Digest: e038e634a5f1b7e5429d1252be7edf0ffb0922e8636032b9c68fd59f0484f6ef\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_histograms ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, distinct_count BIGINT(64) NOT NULL, null_count BIGINT(64) NOT NULL DEFAULT 0, tot_col_size BIGINT(64) NOT NULL DEFAULT 0, modify_count BIGINT(64) NOT NULL DEFAULT 0, version BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, cm_sketch BLOB(6291456), stats_ver BIGINT(64) NOT NULL DEFAULT 0, flag BIGINT(64) NOT NULL DEFAULT 0, correlation DOUBLE NOT NULL DEFAULT 0, last_analyze_pos LONGBLOB DEFAULT NULL, UNIQUE INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:55:32.659 +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/04 10:55:32.815 +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:2, start time: 2025-04-04 10:55:32.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:32.816 +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:2, start time: 2025-04-04 10:55:32.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:32.846 +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-04 10:55:32.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:33.086 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=15.199519ms] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:33.120 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:33.121 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/04 10:55:33.135 +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"=52.805581ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:32.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:33.208 +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-04 10:55:32.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:33.356 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/04 10:55:33.357 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.692657676\n# Parse_time: 0\n# Compile_time: 0.008591534\n# Rewrite_time: 0.000015186\n# Optimize_time: 0\n# Wait_TS: 0.000184665\n# DB: mysql\n# Is_internal: true\n# Digest: 84a28596914df45e10de865c11a515d8595f2c38a422f5c8d8fb86a470ba5cad\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_buckets ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, bucket_id BIGINT(64) NOT NULL, count BIGINT(64) NOT NULL, repeats BIGINT(64) NOT NULL, upper_bound LONGBLOB NOT NULL, lower_bound LONGBLOB , ndv BIGINT NOT NULL DEFAULT 0, UNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id) );"] [2025/04/04 10:55:33.358 +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/04 10:55:33.473 +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:2, start time: 2025-04-04 10:55:33.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:33.473 +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:2, start time: 2025-04-04 10:55:33.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:33.500 +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-04 10:55:33.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:33.617 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=3.670335ms] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:33.634 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:33.634 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/04 10:55:33.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=14] ["take time"=21.828618ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:33.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:33.664 +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-04 10:55:33.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:33.771 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/04 10:55:33.780 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.417112508\n# Parse_time: 0\n# Compile_time: 0.004014334\n# Rewrite_time: 0.000014309\n# Optimize_time: 0\n# Wait_TS: 0.000181785\n# DB: mysql\n# Is_internal: true\n# Digest: 4407fc98c36858aed19a41d8ab6383e7885e71a2edd2716950a8847ee0c4ccd2\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_index (job_id, element_id) );"] [2025/04/04 10:55:33.781 +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/04 10:55:33.931 +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:2, start time: 2025-04-04 10:55:33.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:33.931 +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:2, start time: 2025-04-04 10:55:33.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:33.978 +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-04 10:55:33.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:34.118 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=4.289339ms] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:34.138 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:34.139 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/04 10:55:34.139 +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"=27.082802ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:33.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:34.193 +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-04 10:55:33.836 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:34.280 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/04 10:55:34.281 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.494592176\n# Parse_time: 0\n# Compile_time: 0.009359798\n# Rewrite_time: 0.000531817\n# Optimize_time: 0\n# Wait_TS: 0.00020633\n# DB: mysql\n# Is_internal: true\n# Digest: 6f80e6944eacefde08a31e8364b171d37e77c4bebc7757ae375b47812ca371cb\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_done_index (job_id, element_id) );"] [2025/04/04 10:55:34.282 +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/04 10:55:34.397 +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:2, start time: 2025-04-04 10:55:34.32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:34.397 +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:2, start time: 2025-04-04 10:55:34.32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:34.418 +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-04 10:55:34.32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:34.694 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=18.849186ms] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:34.716 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:34.716 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/04 10:55:34.723 +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"=49.247981ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:34.32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:34.776 +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-04 10:55:34.32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:34.856 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/04 10:55:34.857 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.570110476\n# Parse_time: 0\n# Compile_time: 0.003685477\n# Rewrite_time: 0.000017314\n# Optimize_time: 0\n# Wait_TS: 0.000181878\n# DB: mysql\n# Is_internal: true\n# Digest: ae00140f19e8173091b9a44ece06f4d51ecf640b3c9c924a7be8a7394182215f\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_feedback ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, feedback BLOB NOT NULL, INDEX hist(table_id, is_index, hist_id) );"] [2025/04/04 10:55:34.857 +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/04 10:55:34.979 +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:2, start time: 2025-04-04 10:55:34.897 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:34.979 +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:2, start time: 2025-04-04 10:55:34.897 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:35.022 +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-04 10:55:34.897 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:35.216 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=18.677626ms] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:35.235 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:35.235 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/04 10:55: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=17] ["take time"=41.117309ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:34.897 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:35.274 +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-04 10:55:34.897 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:35.353 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/04 10:55:35.361 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.489640345\n# Parse_time: 0\n# Compile_time: 0.00411509\n# Rewrite_time: 0.000018563\n# Optimize_time: 0\n# Wait_TS: 0.000199973\n# DB: mysql\n# Is_internal: true\n# Digest: b0ac22a8699b953eeb48be3f830e94a20801551f37159b586c40d30dc883661d\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.role_edges ( FROM_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', FROM_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', TO_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', TO_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', WITH_ADMIN_OPTION ENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N', PRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER) );"] [2025/04/04 10:55:35.361 +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/04 10:55:35.442 +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:2, start time: 2025-04-04 10:55:35.39 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:35.442 +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:2, start time: 2025-04-04 10:55:35.39 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:35.479 +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-04 10:55:35.39 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:35.669 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=3.965541ms] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:35.719 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:35.719 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/04 10:55:35.719 +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"=55.444571ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:35.39 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:35.799 +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-04 10:55:35.39 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:35.924 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/04 10:55:35.925 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.559291466\n# Parse_time: 0\n# Compile_time: 0.002890428\n# Rewrite_time: 0.000014892\n# Optimize_time: 0\n# Wait_TS: 0.000155107\n# DB: mysql\n# Is_internal: true\n# Digest: 8b707c584d1e112e8e8ec868861b803577fee329c3c9393a6b510ee14fe94302\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.default_roles ( HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', DEFAULT_ROLE_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%', DEFAULT_ROLE_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', PRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER), KEY i_user (USER));"] [2025/04/04 10:55:35.925 +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/04 10:55:36.116 +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:2, start time: 2025-04-04 10:55:35.997 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:36.120 +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:2, start time: 2025-04-04 10:55:35.997 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:36.174 +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-04 10:55:35.997 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:36.595 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=8.558956ms] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:36.617 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:36.617 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/04 10:55:36.619 +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"=34.442015ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:35.997 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:36.654 +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-04 10:55:35.997 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:36.820 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/04 10:55:36.821 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.879959234\n# Parse_time: 0\n# Compile_time: 0.006673259\n# Rewrite_time: 0.000038939\n# Optimize_time: 0\n# Wait_TS: 0.000168544\n# DB: mysql\n# Is_internal: true\n# Digest: c355115b20710cd210d1922674f220e73f613065f32d62aaabd2d1ecf698841b\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.bind_info ( original_sql LONGTEXT NOT NULL, bind_sql LONGTEXT NOT NULL, default_db TEXT NOT NULL, status TEXT NOT NULL, create_time TIMESTAMP(3) NOT NULL, update_time TIMESTAMP(3) NOT NULL, charset TEXT NOT NULL, collation TEXT NOT NULL, source VARCHAR(10) NOT NULL DEFAULT 'unknown', sql_digest varchar(64) DEFAULT NULL, plan_digest varchar(64) DEFAULT NULL, INDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\", INDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\", UNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:55:36.822 +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/04 10:55:36.953 +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:2, start time: 2025-04-04 10:55:36.873 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:36.953 +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:2, start time: 2025-04-04 10:55:36.873 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:37.018 +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-04 10:55:36.873 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:37.174 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=3.554396ms] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:37.205 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:37.205 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/04 10:55:37.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=20] ["take time"=36.063461ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:36.873 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:37.256 +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-04 10:55:36.873 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:37.333 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/04 10:55:37.334 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.483123064\n# Parse_time: 0\n# Compile_time: 0.002734912\n# Rewrite_time: 0.000015525\n# Optimize_time: 0\n# Wait_TS: 0.000165632\n# DB: mysql\n# Is_internal: true\n# Digest: df1a9dde39341a07eb2fb8ef599e6652770203b79af3e1800917053820a3b51c\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_top_n ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, count BIGINT(64) UNSIGNED NOT NULL, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:55:37.335 +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/04 10:55:37.444 +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:2, start time: 2025-04-04 10:55:37.39 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:37.444 +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:2, start time: 2025-04-04 10:55:37.39 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:37.501 +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-04 10:55:37.39 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:37.608 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=6.764964ms] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:37.637 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:37.637 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/04 10:55:37.637 +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"=37.062596ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:37.39 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:37.699 +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-04 10:55:37.39 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:37.854 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/04 10:55:37.855 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.511948544\n# Parse_time: 0\n# Compile_time: 0.002612608\n# Rewrite_time: 0.000015162\n# Optimize_time: 0\n# Wait_TS: 0.000154\n# DB: mysql\n# Is_internal: true\n# Digest: 988ff7e96344f475621bfec9765ba7b507e76d86daa1e3fdf0f9eadbd538afd0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist ( name CHAR(100) NOT NULL, store_type CHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb', reason VARCHAR(200) );"] [2025/04/04 10:55:37.859 +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/04 10:55:37.997 +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:2, start time: 2025-04-04 10:55:37.924 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:37.998 +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:2, start time: 2025-04-04 10:55:37.924 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/04 10:55:38.039 +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-04 10:55:37.924 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:38.266 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=2.093119ms] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:38.301 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:38.301 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/04 10:55:38.301 +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"=76.585331ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:37.924 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:38.341 +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-04 10:55:37.924 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:38.428 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/04 10:55:38.429 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.568069851\n# Parse_time: 0\n# Compile_time: 0.025676568\n# Rewrite_time: 0.000029639\n# Optimize_time: 0\n# Wait_TS: 0.000187139\n# DB: mysql\n# Is_internal: true\n# Digest: 58329d63c08bcbc761a6b408e882dc874ae0220c9a2aaaeab91d992543fef52b\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist ( name CHAR(100) NOT NULL );"] [2025/04/04 10:55:38.429 +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/04 10:55:38.579 +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:2, start time: 2025-04-04 10:55:38.484 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:38.579 +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:2, start time: 2025-04-04 10:55:38.484 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:38.608 +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-04 10:55:38.484 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:38.918 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=16.966844ms] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:38.939 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:38.939 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/04 10:55:38.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=23] ["take time"=41.14598ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:38.484 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:39.012 +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-04 10:55:38.484 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:39.136 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/04 10:55:39.138 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.69867929\n# Parse_time: 0\n# Compile_time: 0.013320722\n# Rewrite_time: 0.000018589\n# Optimize_time: 0\n# Wait_TS: 0.000144998\n# DB: mysql\n# Is_internal: true\n# Digest: 9c4f6672f019f6d6c588a6b2eb00b13f041ee54cb97f253f85d7ae52df9d23c6\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_extended ( name varchar(32) NOT NULL, type tinyint(4) NOT NULL, table_id bigint(64) NOT NULL, column_ids varchar(32) NOT NULL, stats blob DEFAULT NULL, version bigint(64) unsigned NOT NULL, status tinyint(4) NOT NULL, PRIMARY KEY(name, table_id), KEY idx_1 (table_id, status, version), KEY idx_2 (status, version) );"] [2025/04/04 10:55:39.138 +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/04 10:55:39.251 +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:2, start time: 2025-04-04 10:55:39.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:39.251 +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:2, start time: 2025-04-04 10:55:39.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:39.275 +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-04 10:55:39.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:39.445 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=3.694303ms] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:39.466 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:39.467 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/04 10:55:39.468 +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"=28.11901ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:39.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:39.558 +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-04 10:55:39.175 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:39.650 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/04 10:55:39.651 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.510324695\n# Parse_time: 0\n# Compile_time: 0.005239398\n# Rewrite_time: 0.000016869\n# Optimize_time: 0\n# Wait_TS: 0.001358801\n# DB: mysql\n# Is_internal: true\n# Digest: 9e692f90f6e351e4eecf3fbff7177acf0a166d0cd79badb0ce0ced2bb754eb99\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:55:39.652 +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/04 10:55:39.814 +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:2, start time: 2025-04-04 10:55:39.737 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:39.814 +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:2, start time: 2025-04-04 10:55:39.737 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:39.847 +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-04 10:55:39.737 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:40.002 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=4.116972ms] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:40.029 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:40.029 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/04 10:55: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=25] ["take time"=66.061275ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:39.737 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:40.086 +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-04 10:55:39.737 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:40.193 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/04 10:55:40.194 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.533915996\n# Parse_time: 0\n# Compile_time: 0.00314096\n# Rewrite_time: 0.000016189\n# Optimize_time: 0\n# Wait_TS: 0.000185636\n# DB: mysql\n# Is_internal: true\n# Digest: 752215fdcd8e21124ccfe3a90f4511f2e72581c4c48a751cc8571209fdee15f6\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.global_grants ( USER char(32) NOT NULL DEFAULT '', HOST char(255) NOT NULL DEFAULT '', PRIV char(32) NOT NULL DEFAULT '', WITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (USER,HOST,PRIV), KEY i_user (USER) );"] [2025/04/04 10:55:40.195 +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/04 10:55:40.306 +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:2, start time: 2025-04-04 10:55:40.232 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:40.306 +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:2, start time: 2025-04-04 10:55:40.232 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:40.344 +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-04 10:55:40.232 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:40.598 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=32.975074ms] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:40.656 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:40.656 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/04 10:55:40.657 +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"=150.432753ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:40.232 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:40.705 +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-04 10:55:40.232 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:40.777 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/04 10:55:40.778 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.579737956\n# Parse_time: 0\n# Compile_time: 0.005846527\n# Rewrite_time: 0.000014831\n# Optimize_time: 0\n# Wait_TS: 0.000257977\n# DB: mysql\n# Is_internal: true\n# Digest: 1fac41a3d4a89e3e4da2393e1f69d1aacfec8886db749d6329e9bf677df777b8\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist ( id bigint(64) auto_increment, filter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\", filter_value varchar(32) NOT NULL, key idx(filter_type), primary key(id) );"] [2025/04/04 10:55:40.781 +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/04 10:55:40.852 +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:2, start time: 2025-04-04 10:55:40.809 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:40.852 +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:2, start time: 2025-04-04 10:55:40.809 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:40.877 +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-04 10:55:40.809 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:40.983 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=3.339651ms] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:41.005 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:41.006 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/04 10:55:41.006 +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"=32.605715ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:40.809 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:41.056 +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-04 10:55:40.809 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:41.144 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/04 10:55:41.145 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.360389263\n# Parse_time: 0\n# Compile_time: 0.002598477\n# Rewrite_time: 0.000034092\n# Optimize_time: 0\n# Wait_TS: 0.000174571\n# DB: mysql\n# Is_internal: true\n# Digest: 06962f34c69b85ab590c2556bdffd68d7705d56a70a3b0522b0ba5bc55363fd3\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.column_stats_usage ( table_id BIGINT(64) NOT NULL, column_id BIGINT(64) NOT NULL, last_used_at TIMESTAMP, last_analyzed_at TIMESTAMP, PRIMARY KEY (table_id, column_id) CLUSTERED );"] [2025/04/04 10:55:41.145 +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/04 10:55:41.267 +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:2, start time: 2025-04-04 10:55:41.224 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:41.267 +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:2, start time: 2025-04-04 10:55:41.224 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:41.305 +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-04 10:55:41.224 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:41.454 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=3.297054ms] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:41.504 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:41.504 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/04 10:55:41.506 +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"=56.763792ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:41.224 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:41.599 +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-04 10:55:41.224 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:41.678 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/04 10:55:41.679 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.530017474\n# Parse_time: 0\n# Compile_time: 0.010394563\n# Rewrite_time: 0.000016504\n# Optimize_time: 0\n# Wait_TS: 0.000170994\n# DB: mysql\n# Is_internal: true\n# Digest: a30fd7e284f356f111cb15459926cdbebb3d6f24c950b6f3b9729d8b5f13ee4f\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.table_cache_meta ( tid bigint(11) NOT NULL DEFAULT 0, lock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE', lease bigint(20) NOT NULL DEFAULT 0, oldReadLease bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (tid) );"] [2025/04/04 10:55:41.680 +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/04 10:55:41.693 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:41.807 +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:2, start time: 2025-04-04 10:55:41.729 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:41.808 +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:2, start time: 2025-04-04 10:55:41.729 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:41.832 +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-04 10:55:41.729 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:42.050 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=3.873821ms] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:42.078 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:42.078 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/04 10:55:42.079 +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"=34.325091ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:41.729 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:42.122 +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-04 10:55:41.729 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:42.244 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/04 10:55:42.246 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.559544664\n# Parse_time: 0\n# Compile_time: 0.004108066\n# Rewrite_time: 0.000016412\n# Optimize_time: 0\n# Wait_TS: 0.000194637\n# DB: mysql\n# Is_internal: true\n# Digest: c862b6db4c0b104bd6ade1db78bbe1f6a12a30584d750044f3eec57a1a86580e\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_options ( table_id BIGINT(64) NOT NULL, sample_num BIGINT(64) NOT NULL DEFAULT 0, sample_rate DOUBLE NOT NULL DEFAULT -1, buckets BIGINT(64) NOT NULL DEFAULT 0, topn BIGINT(64) NOT NULL DEFAULT -1, column_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT', column_ids TEXT(19372), PRIMARY KEY (table_id) CLUSTERED );"] [2025/04/04 10:55:42.247 +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/04 10:55:42.366 +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:2, start time: 2025-04-04 10:55:42.279 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:42.366 +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:2, start time: 2025-04-04 10:55:42.279 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:42.399 +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-04 10:55:42.279 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:42.646 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=4.580869ms] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:42.684 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:42.685 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/04 10:55:42.685 +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"=44.556484ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:42.279 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:42.760 +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-04 10:55:42.279 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:42.888 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/04 10:55:42.889 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.636970634\n# Parse_time: 0\n# Compile_time: 0.004599688\n# Rewrite_time: 0.000019297\n# Optimize_time: 0\n# Wait_TS: 0.000170064\n# DB: mysql\n# Is_internal: true\n# Digest: eceb528bf68c7d9b100b120b5113005ea7f5a4c6c1f4834403330ff156d0a3aa\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_history ( table_id bigint(64) NOT NULL, stats_data longblob NOT NULL, seq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice', version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', create_time datetime(6) NOT NULL, UNIQUE KEY table_version_seq (table_id, version, seq_no), KEY table_create_time (table_id, create_time, seq_no), KEY idx_create_time (create_time) );"] [2025/04/04 10:55:42.890 +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/04 10:55:43.022 +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:2, start time: 2025-04-04 10:55:42.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:43.023 +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:2, start time: 2025-04-04 10:55:42.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:43.050 +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-04 10:55:42.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:43.324 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=4.598244ms] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:43.358 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:43.359 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/04 10:55:43.360 +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"=42.340534ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:42.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:43.401 +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-04 10:55:42.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:43.504 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/04 10:55:43.506 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.6111091\n# Parse_time: 0\n# Compile_time: 0.004250603\n# Rewrite_time: 0.000016132\n# Optimize_time: 0\n# Wait_TS: 0.000183843\n# DB: mysql\n# Is_internal: true\n# Digest: 752363602773b9b875eec93769301ada55a059e0b28c5434de98fdbbc6af54cb\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta_history ( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL, count bigint(64) NOT NULL, version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', source varchar(40) NOT NULL, create_time datetime(6) NOT NULL, UNIQUE KEY table_version (table_id, version), KEY table_create_time (table_id, create_time), KEY idx_create_time (create_time) );"] [2025/04/04 10:55:43.507 +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/04 10:55:43.705 +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:2, start time: 2025-04-04 10:55:43.567 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:43.705 +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:2, start time: 2025-04-04 10:55:43.567 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:43.785 +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-04 10:55:43.567 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:44.142 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=4.896465ms] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:44.160 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:44.160 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/04 10:55:44.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=32] ["take time"=26.825538ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:43.567 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:44.227 +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-04 10:55:43.567 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:44.445 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/04 10:55:44.446 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.929228624\n# Parse_time: 0\n# Compile_time: 0.018709321\n# Rewrite_time: 0.00001534\n# Optimize_time: 0\n# Wait_TS: 0.000166657\n# DB: mysql\n# Is_internal: true\n# Digest: e43210dfb790a213e9535afaf9c321b9c50cd9c52fc4ea248c8239abe958ff67\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_jobs ( id BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, table_schema CHAR(64) NOT NULL DEFAULT '', table_name CHAR(64) NOT NULL DEFAULT '', partition_name CHAR(64) NOT NULL DEFAULT '', job_info TEXT NOT NULL, processed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, start_time TIMESTAMP, end_time TIMESTAMP, state ENUM('pending', 'running', 'finished', 'failed') NOT NULL, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job', process_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job', PRIMARY KEY (id), KEY (update_time), INDEX idx_schema_table_state (table_schema, table_name, state), INDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state) );"] [2025/04/04 10:55:44.446 +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/04 10:55:44.509 +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:2, start time: 2025-04-04 10:55:44.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:44.509 +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:2, start time: 2025-04-04 10:55:44.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/04 10:55:44.532 +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-04 10:55:44.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:44.603 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=4.855516ms] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:44.624 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:44.624 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/04 10:55:44.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=33] ["take time"=29.018005ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:44.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:44.660 +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-04 10:55:44.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:44.767 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/04 10:55:44.768 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.31929371\n# Parse_time: 0\n# Compile_time: 0.001172154\n# Rewrite_time: 0.00001137\n# Optimize_time: 0\n# Wait_TS: 0.000139946\n# DB: mysql\n# Is_internal: true\n# Digest: 6eab04864600dfa37145d44689995984eecc83e3dc6ce49c1e75d23567f8bac3\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.advisory_locks ( lock_name VARCHAR(64) NOT NULL PRIMARY KEY );"] [2025/04/04 10:55:44.769 +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/04 10:55:44.911 +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:3, start time: 2025-04-04 10:55:44.817 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:44.911 +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:3, start time: 2025-04-04 10:55:44.817 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:44.959 +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-04 10:55:44.817 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:45.142 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=3.914257ms] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:55:45.194 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:45.194 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/04 10:55:45.195 +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"=57.313377ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2025-04-04 10:55:44.817 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:45.243 +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-04 10:55:44.817 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:45.374 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/04 10:55:45.389 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.610453404\n# Parse_time: 0\n# Compile_time: 0.017084404\n# Rewrite_time: 0.008987483\n# Optimize_time: 0\n# Wait_TS: 0.000168502\n# DB: mysql\n# Is_internal: true\n# Digest: 21116016d77c522c611ad3a280af29e3d82340ed19bc91481dd117f25aeda403\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as ( SELECT tidb_mdl_info.job_id, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query, session_id, cluster_tidb_trx.start_time, tidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS FROM mysql.tidb_ddl_job, mysql.tidb_mdl_info, information_schema.cluster_tidb_trx WHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id AND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0 );"] [2025/04/04 10:55:45.534 +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:2, start time: 2025-04-04 10:55:45.437 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:45.534 +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:2, start time: 2025-04-04 10:55:45.437 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:45.545 +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-04 10:55:45.437 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:45.702 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=3.580001ms] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:45.755 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:45.755 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/04 10:55:45.758 +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"=60.48936ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:45.437 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:45.828 +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-04 10:55:45.437 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:45.965 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/04 10:55:45.966 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.567951552\n# Parse_time: 0\n# Compile_time: 0.0032238\n# Rewrite_time: 0.000015261\n# Optimize_time: 0\n# Wait_TS: 0.000195445\n# DB: mysql\n# Is_internal: true\n# Digest: d88a70e9c5bb5a28f5a1d1f52613093328fd73c5e78668fab2b1a9c260ab506b\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_status ( sql_digest VARCHAR(128), plan_digest VARCHAR(128), origin_sql TEXT, token VARCHAR(128), update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/04 10:55:45.967 +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/04 10:55:46.122 +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:2, start time: 2025-04-04 10:55:46.044 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:46.122 +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:2, start time: 2025-04-04 10:55:46.044 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:46.159 +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-04 10:55:46.044 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:46.361 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=3.644052ms] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:46.380 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:46.380 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/04 10:55:46.383 +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"=26.911481ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:46.044 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:46.457 +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-04 10:55:46.044 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:46.623 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/04 10:55:46.624 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.641933816\n# Parse_time: 0\n# Compile_time: 0.002755621\n# Rewrite_time: 0.000017112\n# Optimize_time: 0\n# Wait_TS: 0.000241032\n# DB: mysql\n# Is_internal: true\n# Digest: 1ce2bb4fd69df5a5aeb254910aeeab700c1408b8c2de8f7dbe3ebbc11a4b1542\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_task ( sql_digest VARCHAR(128) NOT NULL, plan_digest VARCHAR(128) NOT NULL, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (sql_digest,plan_digest));"] [2025/04/04 10:55:46.625 +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/04 10:55:46.912 +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:2, start time: 2025-04-04 10:55:46.791 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:46.912 +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:2, start time: 2025-04-04 10:55:46.791 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:46.949 +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-04 10:55:46.791 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:47.115 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=2.891544ms] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:47.153 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:47.153 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/04 10:55:47.157 +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"=64.54519ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:46.791 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:47.229 +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-04 10:55:46.791 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:47.358 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/04 10:55:47.359 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.70628537\n# Parse_time: 0\n# Compile_time: 0.003210281\n# Rewrite_time: 0.000024762\n# Optimize_time: 0\n# Wait_TS: 0.000197903\n# DB: mysql\n# Is_internal: true\n# Digest: f2c0bd78cfe8f7e6b4f8b30f83a48ff4c49a1a9de1c1a0c721ec3561ac42865a\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_table_locked( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL DEFAULT 0, count bigint(64) NOT NULL DEFAULT 0, version bigint(64) UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (table_id));"] [2025/04/04 10:55:47.359 +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/04 10:55:47.615 +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:2, start time: 2025-04-04 10:55:47.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:47.617 +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:2, start time: 2025-04-04 10:55:47.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:47.639 +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-04 10:55:47.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:48.034 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=9.885257ms] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:48.063 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:48.064 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/04 10:55:48.066 +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"=42.722382ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:47.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:48.108 +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-04 10:55:47.434 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:48.421 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/04 10:55:48.424 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.056937923\n# Parse_time: 0\n# Compile_time: 0.033997333\n# Rewrite_time: 0.000014989\n# Optimize_time: 0\n# Wait_TS: 0.000169044\n# DB: mysql\n# Is_internal: true\n# Digest: 923db1cc9d609e172ea493293255661f5a9679f95604192db50211d133741170\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status ( table_id bigint(64) PRIMARY KEY, parent_table_id bigint(64), table_statistics text DEFAULT NULL, last_job_id varchar(64) DEFAULT NULL, last_job_start_time timestamp NULL DEFAULT NULL, last_job_finish_time timestamp NULL DEFAULT NULL, last_job_ttl_expire timestamp NULL DEFAULT NULL, last_job_summary text DEFAULT NULL, current_job_id varchar(64) DEFAULT NULL, current_job_owner_id varchar(64) DEFAULT NULL, current_job_owner_addr varchar(256) DEFAULT NULL, current_job_owner_hb_time timestamp, current_job_start_time timestamp NULL DEFAULT NULL, current_job_ttl_expire timestamp NULL DEFAULT NULL, current_job_state text DEFAULT NULL, current_job_status varchar(64) DEFAULT NULL, current_job_status_update_time timestamp NULL DEFAULT NULL);"] [2025/04/04 10:55:48.434 +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/04 10:55:48.773 +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:2, start time: 2025-04-04 10:55:48.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:48.775 +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:2, start time: 2025-04-04 10:55:48.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:48.797 +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-04 10:55:48.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:49.143 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=6.354873ms] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:49.190 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:49.191 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/04 10:55:49.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=39] ["take time"=57.179797ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:48.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:49.267 +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-04 10:55:48.571 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:49.413 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/04 10:55:49.415 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.961993817\n# Parse_time: 0\n# Compile_time: 0.034993242\n# Rewrite_time: 0.000037214\n# Optimize_time: 0\n# Wait_TS: 0.000183788\n# DB: mysql\n# Is_internal: true\n# Digest: 99a5c0e89a0b881a0fa10de262495ae25955edb2a7ef8776054ab57aca80e0d7\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task ( job_id varchar(64) NOT NULL, table_id bigint(64) NOT NULL, scan_id int NOT NULL, scan_range_start BLOB, scan_range_end BLOB, expire_time timestamp NOT NULL, owner_id varchar(64) DEFAULT NULL, owner_addr varchar(64) DEFAULT NULL, owner_hb_time timestamp DEFAULT NULL, status varchar(64) DEFAULT 'waiting', status_update_time timestamp NULL DEFAULT NULL, state text, created_time timestamp NOT NULL, primary key(job_id, scan_id), key(created_time));"] [2025/04/04 10:55:49.416 +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/04 10:55:49.647 +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:2, start time: 2025-04-04 10:55:49.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:49.647 +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:2, start time: 2025-04-04 10:55:49.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:49.708 +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-04 10:55:49.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:50.013 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=11.944814ms] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:50.038 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:50.038 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/04 10:55:50.039 +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"=42.515584ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:49.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:50.077 +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-04 10:55:49.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:50.242 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/04 10:55:50.243 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.81330945\n# Parse_time: 0\n# Compile_time: 0.012636175\n# Rewrite_time: 0.000019679\n# Optimize_time: 0\n# Wait_TS: 0.000178414\n# DB: mysql\n# Is_internal: true\n# Digest: a59d1fe47cade4697d39b0374d27cfee2fa302a4c752a5ae5073cecda386a0e8\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history ( job_id varchar(64) PRIMARY KEY, table_id bigint(64) NOT NULL, parent_table_id bigint(64) NOT NULL, table_schema varchar(64) NOT NULL, table_name varchar(64) NOT NULL, partition_name varchar(64) DEFAULT NULL, create_time timestamp NOT NULL, finish_time timestamp NOT NULL, ttl_expire timestamp NOT NULL, summary_text text, expired_rows bigint(64) DEFAULT NULL, deleted_rows bigint(64) DEFAULT NULL, error_delete_rows bigint(64) DEFAULT NULL, status varchar(64) NOT NULL, key(table_schema, table_name, create_time), key(parent_table_id, create_time), key(create_time) );"] [2025/04/04 10:55:50.243 +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/04 10:55:50.448 +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:2, start time: 2025-04-04 10:55:50.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:50.448 +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:2, start time: 2025-04-04 10:55:50.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:50.481 +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-04 10:55:50.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:50.762 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=7.460665ms] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:50.783 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:50.784 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/04 10:55:50.785 +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"=34.098378ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:50.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:50.856 +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-04 10:55:50.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:51.138 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/04 10:55:51.139 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.867605689\n# Parse_time: 0\n# Compile_time: 0.011753237\n# Rewrite_time: 0.00003328\n# Optimize_time: 0\n# Wait_TS: 0.000165701\n# DB: mysql\n# Is_internal: true\n# Digest: 87a919aee92342a6b954c4ed4dd8cc629fccf29087b4eee86bc91114590f3e5c\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:55:51.140 +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/04 10:55:51.420 +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:2, start time: 2025-04-04 10:55:51.251 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:51.420 +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:2, start time: 2025-04-04 10:55:51.251 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:51.460 +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-04 10:55:51.251 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:51.855 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=11.391051ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:51.889 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:51.889 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/04 10:55:51.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=42] ["take time"=49.813035ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:51.251 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:51.972 +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-04 10:55:51.251 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:52.245 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/04 10:55:52.246 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.098994935\n# Parse_time: 0\n# Compile_time: 0.041294496\n# Rewrite_time: 0.000025144\n# Optimize_time: 0\n# Wait_TS: 0.004477362\n# DB: mysql\n# Is_internal: true\n# Digest: 35cf2ce48ba5e71b82858e4e3f3a03750eb81dc6d2c5dee011ea0f91b9a9599e\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:55:52.246 +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/04 10:55:52.446 +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:2, start time: 2025-04-04 10:55:52.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:52.446 +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:2, start time: 2025-04-04 10:55:52.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:52.497 +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-04 10:55:52.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:53.056 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=19.904014ms] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:53.094 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:53.094 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/04 10:55:53.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=43] ["take time"=111.009899ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:52.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:53.148 +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-04 10:55:52.307 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:53.347 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/04 10:55:53.352 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.098182503\n# Parse_time: 0\n# Compile_time: 0.008755041\n# Rewrite_time: 0.000015046\n# Optimize_time: 0\n# Wait_TS: 0.000182517\n# DB: mysql\n# Is_internal: true\n# Digest: 1865863db4761960f0296bcf5386c3bb0c98aa299ac12888aa8054dc66681ee3\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs ( id bigint(64) NOT NULL AUTO_INCREMENT, create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), start_time TIMESTAMP(6) NULL DEFAULT NULL, update_time TIMESTAMP(6) NULL DEFAULT NULL, end_time TIMESTAMP(6) NULL DEFAULT NULL, table_schema VARCHAR(64) NOT NULL, table_name VARCHAR(64) NOT NULL, table_id bigint(64) NOT NULL, created_by VARCHAR(300) NOT NULL, parameters text NOT NULL, source_file_size bigint(64) NOT NULL, status VARCHAR(64) NOT NULL, step VARCHAR(64) NOT NULL, summary text DEFAULT NULL, error_message TEXT DEFAULT NULL, PRIMARY KEY (id), KEY (created_by), KEY (status));"] [2025/04/04 10:55:53.354 +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/04 10:55:53.529 +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:2, start time: 2025-04-04 10:55:53.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:53.529 +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:2, start time: 2025-04-04 10:55:53.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:53.589 +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-04 10:55:53.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:53.894 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=5.216071ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:53.932 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:53.932 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/04 10:55:53.934 +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"=46.232438ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:53.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:53.990 +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-04 10:55:53.416 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:54.295 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/04 10:55:54.303 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.933542393\n# Parse_time: 0\n# Compile_time: 0.006978968\n# Rewrite_time: 0.000017339\n# Optimize_time: 0\n# Wait_TS: 0.000162635\n# DB: mysql\n# Is_internal: true\n# Digest: e0bf00610662023227b3e4a7d5f58b03cae01c95aeaf892c603785420b5a5d10\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', INDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\", INDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:55:54.304 +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/04 10:55:54.508 +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:2, start time: 2025-04-04 10:55:54.362 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:54.509 +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:2, start time: 2025-04-04 10:55:54.362 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:54.538 +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-04 10:55:54.362 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:54.972 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=7.581533ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:54.995 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:54.996 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/04 10:55:54.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=45] ["take time"=35.52275ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:54.362 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:55.056 +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-04 10:55:54.362 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:55.301 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/04 10:55:55.308 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.991587936\n# Parse_time: 0\n# Compile_time: 0.017424266\n# Rewrite_time: 0.00001856\n# Optimize_time: 0\n# Wait_TS: 0.000201472\n# DB: mysql\n# Is_internal: true\n# Digest: 90a827f5aeb9baa2131bf6ef107c623b745894733d5936771bed7e5e4aa2a0ff\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries ( resource_group_name varchar(32) not null, start_time TIMESTAMP NOT NULL, repeats int default 1, match_type varchar(12) NOT NULL, action varchar(64) NOT NULL, sample_sql TEXT NOT NULL, sql_digest varchar(64) NOT NULL, plan_digest varchar(64) NOT NULL, tidb_server varchar(512), rule VARCHAR(512) DEFAULT '', INDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\", INDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:55:55.309 +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/04 10:55:55.780 +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:2, start time: 2025-04-04 10:55:55.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:55.781 +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:2, start time: 2025-04-04 10:55:55.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:55.828 +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-04 10:55:55.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:56.408 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=19.35724ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:56.439 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:56.439 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/04 10:55:56.441 +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"=53.232872ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:55.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:56.517 +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-04 10:55:55.472 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:56.918 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/04 10:55:56.920 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.560586952\n# Parse_time: 0\n# Compile_time: 0.018601549\n# Rewrite_time: 0.000015725\n# Optimize_time: 0\n# Wait_TS: 0.000179428\n# DB: mysql\n# Is_internal: true\n# Digest: 9911fdd027ae330cb69c5cc84a8759473df277eda62594b0dc9b5a797f09a21d\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` ( ID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, NAMESPACE VARCHAR(256) NOT NULL, TIMER_KEY VARCHAR(256) NOT NULL, TIMER_DATA BLOB, TIMEZONE VARCHAR(64) NOT NULL, SCHED_POLICY_TYPE VARCHAR(32) NOT NULL, SCHED_POLICY_EXPR VARCHAR(256) NOT NULL, HOOK_CLASS VARCHAR(64) NOT NULL, WATERMARK TIMESTAMP DEFAULT NULL, ENABLE TINYINT(2) NOT NULL, TIMER_EXT JSON NOT NULL, EVENT_STATUS VARCHAR(32) NOT NULL, EVENT_ID VARCHAR(64) NOT NULL, EVENT_DATA BLOB, EVENT_START TIMESTAMP DEFAULT NULL, SUMMARY_DATA BLOB, CREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, UPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, VERSION BIGINT(64) UNSIGNED NOT NULL, PRIMARY KEY (ID), UNIQUE KEY timer_key(NAMESPACE, TIMER_KEY), KEY hook_class(HOOK_CLASS) );"] [2025/04/04 10:55:56.920 +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/04 10:55:57.122 +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:2, start time: 2025-04-04 10:55:57.009 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:57.122 +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:2, start time: 2025-04-04 10:55:57.009 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:57.167 +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-04 10:55:57.009 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:57.420 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=5.211397ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:57.440 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:57.440 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/04 10:55:57.441 +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"=26.43863ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:57.009 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:57.478 +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-04 10:55:57.009 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:57.603 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/04 10:55:57.604 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.664120088\n# Parse_time: 0\n# Compile_time: 0.01636517\n# Rewrite_time: 0.00001842\n# Optimize_time: 0\n# Wait_TS: 0.000187034\n# DB: mysql\n# Is_internal: true\n# Digest: 0756c368a062ed6f6fcf06118c0f681502d85d0c56147973918b699deb186db7\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, record_id BIGINT(20) not null, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', done_time TIMESTAMP(6) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:55:57.605 +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/04 10:55:57.762 +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:2, start time: 2025-04-04 10:55:57.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:57.762 +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:2, start time: 2025-04-04 10:55:57.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:57.779 +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-04 10:55:57.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:57.795 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:55:57.795 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:55:57.796 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:55:57.796 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:55:57.867 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=3.195312ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:57.886 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:57.886 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/04 10:55:57.888 +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"=25.213399ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:57.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:57.966 +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-04 10:55:57.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:58.105 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/04 10:55:58.107 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.499865822\n# Parse_time: 0\n# Compile_time: 0.002462457\n# Rewrite_time: 0.000014795\n# Optimize_time: 0\n# Wait_TS: 0.000169127\n# DB: mysql\n# Is_internal: true\n# Digest: d7aca5b8f7b6ebbd013778d4a0451e0b59954ffc0090d361b1f71722be496608\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.dist_framework_meta ( host VARCHAR(261) NOT NULL PRIMARY KEY, role VARCHAR(64), cpu_count int default 0, keyspace_id bigint(8) NOT NULL DEFAULT -1 );"] [2025/04/04 10:55:58.109 +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/04 10:55:58.290 +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:2, start time: 2025-04-04 10:55:58.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:58.290 +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:2, start time: 2025-04-04 10:55:58.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:58.314 +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-04 10:55:58.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:58.455 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=3.682966ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:58.498 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:58.498 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/04 10:55:58.498 +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"=48.202637ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:58.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:58.535 +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-04 10:55:58.176 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:58.608 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/04 10:55:58.609 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.493316675\n# Parse_time: 0\n# Compile_time: 0.011916161\n# Rewrite_time: 0.000015928\n# Optimize_time: 0\n# Wait_TS: 0.000285597\n# DB: mysql\n# Is_internal: true\n# Digest: 5ca9dd4b3efdb0fd8b4c7af3016f911e048fc356c5b2a241e06c5bc30f085ce7\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.request_unit_by_group ( start_time TIMESTAMP(6) NOT NULL, end_time TIMESTAMP(6) NOT NULL, resource_group VARCHAR(32) NOT null, total_ru bigint(64) UNSIGNED NOT NULL, PRIMARY KEY (start_time, end_time, resource_group), KEY (resource_group) );"] [2025/04/04 10:55:58.609 +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/04 10:55:58.620 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:58.761 +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:2, start time: 2025-04-04 10:55:58.658 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:58.762 +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:2, start time: 2025-04-04 10:55:58.658 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:58.785 +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-04 10:55:58.658 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:58.943 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=3.885765ms] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:58.983 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:58.983 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/04 10:55:58.985 +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"=46.857086ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:2, start time: 2025-04-04 10:55:58.658 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:59.019 +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-04 10:55:58.658 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:59.116 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/04 10:55:59.117 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.50433558\n# Parse_time: 0\n# Compile_time: 0.006050746\n# Rewrite_time: 0.000013355\n# Optimize_time: 0\n# Wait_TS: 0.000170199\n# DB: mysql\n# Is_internal: true\n# Digest: c3f2b12f28890accfe7e3cd6df43661468be7bca7e24b853661916ce164d8160\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map ( restored_ts BIGINT NOT NULL, upstream_cluster_id BIGINT NOT NULL, segment_id BIGINT NOT NULL, id_map BLOB(524288) NOT NULL, update_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/04 10:55:59.119 +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/04 10:55:59.191 +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-04 10:55:59.156 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:59.191 +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-04 10:55:59.156 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/04 10:55:59.228 +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-04 10:55:59.156 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:59.274 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=830.528ยตs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/04 10:55:59.294 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:59.294 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/04 10:55:59.294 +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"=22.149231ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:59.156 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:59.343 +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-04 10:55:59.156 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:59.404 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/04 10:55:59.409 +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/04 10:55:59.545 +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:3, start time: 2025-04-04 10:55:59.499 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:55:59.546 +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:3, start time: 2025-04-04 10:55:59.499 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:55:59.575 +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-04 10:55:59.499 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:59.814 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=2.737947ms] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:55:59.848 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:59.848 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/04 10:55:59.850 +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"=40.059264ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:3, start time: 2025-04-04 10:55:59.499 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:59.904 +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-04 10:55:59.499 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:55:59.993 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/04 10:55:59.994 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.580373011\n# Parse_time: 0\n# Compile_time: 0.012360287\n# Rewrite_time: 0.009080686\n# Optimize_time: 0\n# Wait_TS: 0.000186744\n# DB: mysql\n# Is_internal: true\n# Digest: 04175714d714f771531a56c7ae3f097cec113655220f87ac336c5ae44d3d3f8f\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE VIEW sys.schema_unused_indexes AS SELECT table_schema as object_schema, table_name as object_name, index_name FROM information_schema.cluster_tidb_index_usage WHERE table_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and index_name != 'PRIMARY' GROUP BY table_schema, table_name, index_name HAVING sum(last_access_time) is null;"] [2025/04/04 10:56:00.169 +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:2, start time: 2025-04-04 10:56:00.048 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:56:00.169 +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:2, start time: 2025-04-04 10:56:00.048 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:56:00.193 +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-04 10:56:00.048 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:56:00.450 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=19.001275ms] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:56:00.474 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:56:00.474 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/04 10:56:00.476 +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"=47.072668ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:2, start time: 2025-04-04 10:56:00.048 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:56:00.514 +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-04 10:56:00.048 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:56:00.673 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/04 10:56:00.675 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.67347691\n# Parse_time: 0\n# Compile_time: 0.010125354\n# Rewrite_time: 0.0000141\n# Optimize_time: 0\n# Wait_TS: 0.000170641\n# DB: mysql\n# Is_internal: true\n# Digest: 70367647c92c5d0f8c232f2767a57dfe16b6ba8abad6fa939d6846291e8fa94c\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.index_advisor_results ( id bigint primary key not null auto_increment, created_at datetime not null, updated_at datetime not null, schema_name varchar(64) not null, table_name varchar(64) not null, index_name varchar(127) not null, index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"', index_details json, -- est_index_size, reason, DDL to create this index, ... top_impacted_queries json, -- improvement, plan before and after this index, ... workload_impact json, -- improvement and more details, ... extra json, -- for the cloud env to save more info like RU, cost_saving, ... index idx_create(created_at), index idx_update(updated_at), unique index idx(schema_name, table_name, index_columns));"] [2025/04/04 10:56:00.688 +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/04 10:56:00.853 +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:2, start time: 2025-04-04 10:56:00.729 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:56:00.854 +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:2, start time: 2025-04-04 10:56:00.729 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:56:00.880 +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-04 10:56:00.729 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:56:01.026 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=3.667558ms] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:56:01.061 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:56:01.061 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/04 10:56:01.062 +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"=40.705489ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:2, start time: 2025-04-04 10:56:00.729 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:56:01.108 +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-04 10:56:00.729 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:56:01.202 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/04 10:56:01.203 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.507011868\n# Parse_time: 0\n# Compile_time: 0.002487858\n# Rewrite_time: 0.000015435\n# Optimize_time: 0\n# Wait_TS: 0.000241627\n# DB: mysql\n# Is_internal: true\n# Digest: 4f6cb23bc55d76683beb221b33d4e5d78047d43c500f2001fe11206811779076\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options ( module varchar(128), name varchar(128), value varchar(128), updated_at datetime, status varchar(128), description text, primary key(module, name));"] [2025/04/04 10:56:01.204 +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/04 10:56:01.341 +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:2, start time: 2025-04-04 10:56:01.259 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:56:01.341 +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:2, start time: 2025-04-04 10:56:01.259 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:56:01.365 +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-04 10:56:01.259 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:56:01.521 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=4.3562ms] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:56:01.544 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:56:01.545 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/04 10:56:01.546 +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"=30.682666ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:2, start time: 2025-04-04 10:56:01.259 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:56:01.592 +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-04 10:56:01.259 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:56:01.695 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/04 10:56:01.696 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.488426593\n# Parse_time: 0\n# Compile_time: 0.003040111\n# Rewrite_time: 0.000014682\n# Optimize_time: 0\n# Wait_TS: 0.000155006\n# DB: mysql\n# Is_internal: true\n# Digest: 22e991e019befcd18128737c6c7e27c9e600ee33f309f16473f3b2e432b493a4\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_workload_values ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, version bigint(20) NOT NULL, category varchar(64) NOT NULL, type varchar(64) NOT NULL, table_id bigint(20) NOT NULL, value json NOT NULL, index idx_version_category_type (version, category, type), index idx_table_id (table_id));"] [2025/04/04 10:56:01.697 +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/04 10:56:03.086 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117312404422656\n# Query_time: 0.977942284\n# Parse_time: 0\n# Compile_time: 0.386290649\n# Rewrite_time: 0.01131627\n# Optimize_time: 0\n# Wait_TS: 0\n# DB: mysql\n# Is_internal: true\n# Digest: eb58d96d7eba9ae407efec64db335db75d58891b8cfae5274e34deeeb21575de\n# Mem_max: 367496\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('vgPwcTAJMjdfMQkwCTAJTi9BCTAJdGltZTo1NjMuM21zLCBvcGVuOjI2LjjCtXMsIGNsb3NlOjc1LjHCtXMsIGxvb3BzOjEsIHByZXBhcmU6IHt0b3RhbDogNzIuNG1zLCBhdXRvX2lkX2FsbG9jYXRvcjogewUMUF9jbnQ6IDEsIEdldDp7bnVtX3JwYwFLAHQBQQBfBYWIMTk1wrVzfSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjU1N8IBlQxnZXRfESIUczoyMy40BZ0JExA6NTM1LgFHJCwgc2xvd2VzdF8RQQVyFbJgMC4wMDBzLCByZWdpb25faWQ6IDIsIHN0bwHXBQcIMSwgGYwYcHJpbWFyedZEAA1kCG51bQHyBc4QX2tleXMZDpxieXRlOjMyfX19LCBpbnNlcnQ6NDkwLjltcwkxMTAuOSBLQglOL0EK')\n# Resource_group: default\nINSERT HIGH_PRIORITY INTO mysql.GLOBAL_VARIABLES VALUES (\"tidb_index_lookup_size\", \"20000\"), (\"innodb_monitor_disable\", \"\"), (\"innodb_buffer_pool_dump_now\", \"OFF\"), (\"myisam_repair_threads\", \"1\"), (\"innodb_status_output\", \"OFF\"), (\"tidb_source_id\", \"1\"), (\"log_syslog_include_pid\", \"\"), (\"tidb_build_stats_concurrency\", \"2\"), (\"tidb_prefer_broadcast_join_by_exchange_data_size\", \"OFF\"), (\"tidb_mpp_store_fail_ttl\", \"60s\"), (\"sync_frm\", \"ON\"), (\"tidb_enable_1pc\", \"OFF\"), (\"tidb_enable_lazy_cursor_fetch\", \"OFF\"), (\"tidb_enable_external_ts_read\", \"OFF\"), (\"tidb_broadcast_join_threshold_count\", \"10240\"), (\"optimizer_trace\", \"enabled=off,one_line=off\"), (\"authentication_ldap_simple_server_port\", \"389\"), (\"sql_big_selects\", \"ON\"), (\"old_alter_table\", \"OFF\"), (\"innodb_flush_sync\", \"\"), (\"innodb_fill_factor\", \"\"), (\"tidb_max_chunk_size\", \"1024\"), (\"delay_key_write\", \"ON\"), (\"authentication_ldap_sasl_init_pool_size\", \"10\"), (\"tidb_merge_join_concurrency\", \"1\"), (\"ndb_eventbuffer_free_percent\", \"\"), (\"delayed_queue_size\", \"1000\"), (\"tidb_ttl_job_schedule_window_start_time\", \"00:00 +0000\"), (\"net_write_timeout\", \"60\"), (\"max_binlog_cache_size\", \"18446744073709547520\"), (\"disconnect_on_expired_password\", \"ON\"), (\"tidb_stmt_summary_history_size\", \"24\"), (\"sql_mode\", \"ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION\"), (\"tidb_hash_exchange_with_new_collation\", \"ON\"), (\"authentication_ldap_simple_auth_method_name\", \"SIMPLE\"), (\"tidb_max_tiflash_threads\", \"-1\"), (\"session_track_state_change\", \"\"), (\"profiling_history_size\", \"15\"), (\"tidb_txn_commit_batch_size\", \"16384\"), (\"innodb_status_output_locks\", \"OFF\"), (\"tidb_opt_derive_topn\", \"OFF\"), (\"tidb_ttl_job_schedule_window_end_time\", \"23:59 +0000\"), (\"windowing_use_high_precision\", \"ON\"), (\"tidb_enable_reuse_chunk\", \"ON\"), (\"sql_require_primary_key\", \"OFF\"), (\"innodb_monitor_enable\", \"\"), (\"innodb_monitor_reset_all\", \"\"), (\"tidb_ddl_reorg_batch_size\", \"256\"), (\"max_sort_length\", \"1024\"), (\"tidb_enable_batch_dml\", \"OFF\"), (\"thread_pool_size\", \"16\"), (\"innodb_default_row_format\", \"dynamic\"), (\"optimizer_trace_features\", \"greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on\"), (\"tidb_opt_join_reorder_threshold\", \"0\"), (\"tidb_enable_tiflash_pipeline_model\", \"ON\"), (\"innodb_ft_aux_table\", \"\"), (\"binlogging_impossible_mode\", \"IGNORE_ERROR\"), (\"max_execution_time\", \"0\"), (\"optimizer_trace_limit\", \"1\"), (\"delayed_insert_limit\", \"100\"), (\"big_tables\", \"OFF\"), (\"range_alloc_block_size\", \"4096\"), (\"password_history\", \"0\"), (\"tidb_enable_metadata_lock\", \"ON\"), (\"innodb_api_trx_level\", \"0\"), (\"innodb_replication_delay\", \"0\"), (\"tiflash_replica_read\", \"all_replicas\"), (\"tidb_build_sampling_stats_concurrency\", \"2\"), (\"tidb_remove_orderby_in_subquery\", \"ON\"), (\"innodb_ft_enable_stopword\", \"ON\"), (\"sql_auto_is_null\", \"OFF\"), (\"tidb_merge_partition_stats_concurrency\", \"1\"), (\"ndb_index_stat_option\", \"\"), (\"tidb_enable_check_constraint\", \"OFF\"), (\"tidb_adaptive_closest_read_threshold\", \"4096\"), (\"innodb_read_ahead_threshold\", \"56\"), (\"master_verify_checksum\", \"OFF\"), (\"tidb_enable_extended_stats\", \"OFF\"), (\"innodb_buffer_pool_load_abort\", \"OFF\"), (\"tidb_window_concurrency\", \"-1\"), (\"tidb_tmp_table_max_size\", \"67108864\"), (\"tidb_cloud_storage_uri\", \"\"), (\"binlog_format\", \"STATEMENT\"), (\"innodb_compression_level\", \"6\"), (\"max_binlog_stmt_cache_size\", \"18446744073709547520\"), (\"myisam_max_sort_file_size\", \"9223372036853727232\"), (\"updatable_views_with_limit\", \"YES\"), (\"rpl_semi_sync_slave_enabled\", \"OFF\"), (\"tidb_enable_global_index\", \"ON\"), (\"tidb_enable_vectorized_expression\", \"ON\"), (\"authentication_ldap_simple_bind_root_pwd\", \"\"), (\"ndb_log_updated_only\", \"\"), (\"ft_boolean_syntax\", \"+ -><()~*:\\\"\\\"&|\"), (\"validate_password.number_count\", \"1\"), (\"tidb_txn_mode\", \"pessimistic\"), (\"tidb_opt_cpu_factor\", \"3\"), (\"storage_engine\", \"InnoDB\"), (\"general_log_file\", \"/usr/local/mysql/data/localhost.log\"), (\"ndb_distribution\", \"\"), (\"validate_password.mixed_case_count\", \"1\"), (\"innodb_stats_auto_recalc\", \"1\"), ((len:25902);"] [2025/04/04 10:56:03.430 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=39.707443692s] [2025/04/04 10:56:03.447 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=0dea4978-9499-4d91-80d1-42aa4de537c5] [2025/04/04 10:56:03.448 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:56:03.449 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:56:03.449 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:56:03.449 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=124.876ยตs] [2025/04/04 10:56:03.449 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=82.148ยตs] [2025/04/04 10:56:03.449 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=101.211ยตs] [2025/04/04 10:56:03.449 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=99.21ยตs] [2025/04/04 10:56:03.450 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=88.674ยตs] [2025/04/04 10:56:03.450 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=87.122ยตs] [2025/04/04 10:56:03.450 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=80.439ยตs] [2025/04/04 10:56:03.450 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=93.916ยตs] [2025/04/04 10:56:03.450 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=101.528ยตs] [2025/04/04 10:56:03.450 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=91.039ยตs] [2025/04/04 10:56:03.451 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=0dea4978-9499-4d91-80d1-42aa4de537c5] [2025/04/04 10:56:03.451 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:56:03.451 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:56:03.536 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=0dea4978-9499-4d91-80d1-42aa4de537c5] ["take time"=88.818994ms] [2025/04/04 10:56:03.537 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=0dea4978-9499-4d91-80d1-42aa4de537c5] [2025/04/04 10:56:03.538 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:56:03.538 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:56:03.538 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:56:03.538 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:56:03.538 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:56:03.538 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:56:03.538 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:56:03.538 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:56:03.538 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:56:03.538 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:56:03.538 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:56:03.538 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:56:03.539 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:56:03.539 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:56:03.539 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:56:03.540 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=92.950399ms] [2025/04/04 10:56:03.540 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=0156da59-850c-41d0-94db-558365524ed3] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:56:03.813 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:56:03.813 +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/04 10:56:04.690 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=875.281268ms] [2025/04/04 10:56:04.691 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:56:04.692 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=877.735725ms] [2025/04/04 10:56:04.695 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=55] ["reload ts"=457117313189019648] [2025/04/04 10:56:04.728 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=63d496dd-c202-4078-b503-18068023aefc] [runWorker=true] [jobVersion=v1] [2025/04/04 10:56:04.729 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:56:04.731 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:56:04.735 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=63d496dd-c202-4078-b503-18068023aefc] [2025/04/04 10:56:04.736 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:56:04.737 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:56:04.739 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:56:04.739 +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/04 10:56:04.739 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:56:04.740 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:56:04.740 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:56:04.740 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:56:04.740 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:56:04.740 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:56:04.740 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:56:04.740 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:56:04.740 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:56:04.740 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:56:04.754 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:56:04.755 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:56:04.808 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:56:04.808 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=63d496dd-c202-4078-b503-18068023aefc] [2025/04/04 10:56:04.809 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/04 10:56:04.912 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/04 10:56:04.926 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/04 10:56:04.927 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:56:05.028 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:56:05.085 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:56:05.088 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:56:05.088 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/04 10:56:05.088 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/04 10:56:05.088 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/04 10:56:05.088 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=63d496dd-c202-4078-b503-18068023aefc] [2025/04/04 10:56:05.089 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:56:05.089 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:56:05.089 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:56:05.089 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:56:05.118 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=63d496dd-c202-4078-b503-18068023aefc] [ttl-worker=task-manager] [ttl-worker=63d496dd-c202-4078-b503-18068023aefc] [originalCount=0] [newCount=4] [2025/04/04 10:56:05.118 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=63d496dd-c202-4078-b503-18068023aefc] [ttl-worker=task-manager] [ttl-worker=63d496dd-c202-4078-b503-18068023aefc] [originalCount=0] [newCount=4] [2025/04/04 10:56:05.132 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=63d496dd-c202-4078-b503-18068023aefc] [2025/04/04 10:56:05.803 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:56:05.803 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:56:05.803 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:56:05.803 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:56:06.122 +00:00] [INFO] [runtime.go:172] ["TimerGroupRuntime loop started"] [groupID=ttl] [2025/04/04 10:56:06.122 +00:00] [INFO] [runtime.go:450] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] testkit.go:123: RefreshSession rand seed: 1743764166652668320 [2025/04/04 10:56:06.763 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:56:06.764 +00:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_schema_cache_size] [val=0] [2025/04/04 10:56:07.109 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=false] [currentSchemaVersion=55] [neededSchemaVersion=55] ["elapsed time"=345.6094ms] [2025/04/04 10:56:07.109 +00:00] [INFO] [domain.go:431] ["infoschema v1/v2 switch"] [2025/04/04 10:56:07.109 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:56:07.110 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=347.881602ms] [2025/04/04 10:56:07.110 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=55] ["reload ts"=457117313822883840] [2025/04/04 10:57:49.445 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 10:57:49.447 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117340626583552\n# Conn_ID: 1\n# Query_time: 64.750319642\n# Parse_time: 0\n# Compile_time: 64.662146504\n# Rewrite_time: 0.001458419\n# Optimize_time: 0.00076282\n# Wait_TS: 0.000241115\n# Is_internal: true\n# Digest: c960fdcca3bfcd8d08c26b0efd4e4b57092fffe8c3f0e2188f37c0b976441a70\n# Mem_max: 6292856\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: false\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('lAPwWDAJMjdfMQkwCTAJTi9BCTAJdGltZTo4MS42bXMsIG9wZW46NDIuOcK1cywgY2xvc2U6NDkuN8K1cywgbG9vcHM6MSwgYXV0b19pZF9hbGxvY2F0b3I6IHthAQx4X2NudDogMSwgR2V0OntudW1fcnBjOjEsIHRvdGFsXwVrmDI0NS4xwrVzfSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjU2Mi4ywgFxDGdldF8RJBhzOjIxLjbCARcJExA6Mi40MgG0HHNsb3dlc3RfEUEFdAQgewVzdDogMC4wMDBzLCByZWdpb25faWQ6IDIsIHN0b3JlOgkHCDEsIBmMGHByaW1hcnlGRAAAMopEAA1kCG51bQH0Bc4MX2tleSU0CQ4EYnkB4TwwfX0JNi4wMCBNQglOL0EK')\n# Binary_plan: tidb_decode_binary_plan('oQP0NAEKnAMKCEluc2VydF8xOAFAAVIDTi9BWjF0aW1lOjgxLjZtcywgb3Blbjo0Mi45wrVzLCBjbG9zZTo0OS43wrVzLCBsb29wczoxYsMCYXV0b19pZF9hbGxvY2F0b3I6IHthbGxvY19jbnQ6IDEsIEdldDp7bnVtX3JwYzoxLCB0b3RhbF90aW1lOjI0NS4xwrVzfSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjU2Mi4ywrVzLCBnZXRfY29tbWl0X3RzOjIxLjbCtXMsIGNvbW1pdDoyLjQybXMsIHNsb3dlc3RfcHJld3JpdGVfcnBjOiB7dG90YWw6IDAuMDAwcywgcmVnaW9uX2lkOiAyLCBzdG9yZTogc3RvcmUxLCB9LCBjb21taXRfcHJpbWFyeV9ycGM6IHsFtwlEBDJzhkQAJHJlZ2lvbl9udW0B9AB3BY0Ma2V5cxkOaGJ5dGU6NTB9fXD4ioADeP///////////wEYAQ==')\n# Resource_group: default\n insert into mysql.tidb_background_subtask(step, task_key, exec_id, meta, state, type, concurrency, ordinal, create_time, checkpoint, summary) values(1, '1', 'execID', _binary'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(len:6291692);"] [2025/04/04 10:57:49.450 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=55] [error="[kv:8025]entry too large, the max entry size is 6291456, the size of data is 6291597"] [errorVerbose="[kv:8025]entry too large, the max entry size is 6291456, the size of data is 6291597\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:101\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*memBuffer).SetWithFlags\n\tpkg/store/driver/txn/unionstore_driver.go:96\ngithub.com/pingcap/tidb/pkg/table/tblctx.(*EncodeRowBuffer).WriteMemBufferEncoded\n\tpkg/table/tblctx/buffers.go:82\ngithub.com/pingcap/tidb/pkg/table/tables.(*TableCommon).addRecord\n\tpkg/table/tables/tables.go:865\ngithub.com/pingcap/tidb/pkg/table/tables.(*TableCommon).AddRecord\n\tpkg/table/tables/tables.go:682\ngithub.com/pingcap/tidb/pkg/executor.(*InsertValues).addRecordWithAutoIDHint\n\tpkg/executor/insert_common.go:1419\ngithub.com/pingcap/tidb/pkg/executor.(*InsertExec).exec\n\tpkg/executor/insert.go:112\ngithub.com/pingcap/tidb/pkg/executor.insertRows\n\tpkg/executor/insert_common.go:254\ngithub.com/pingcap/tidb/pkg/executor.(*InsertExec).Next\n\tpkg/executor/insert.go:369\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:256\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage_test.TestTaskManagerEntrySize.func2.1\n\tpkg/disttask/framework/storage/table_test.go:1204\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:169\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage_test.TestTaskManagerEntrySize.func2\n\tpkg/disttask/framework/storage/table_test.go:1203\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage_test.TestTaskManagerEntrySize\n\tpkg/disttask/framework/storage/table_test.go:1212\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] testkit.go:123: RefreshSession rand seed: 1743764269452338418 [2025/04/04 10:57:49.595 +00:00] [INFO] [set.go:172] ["set global var"] [conn=2] [name=tidb_txn_entry_size_limit] [val=7340032] testkit.go:123: RefreshSession rand seed: 1743764269596936885 -- Test timed out at 2025-04-04 10:57:51 UTC -- ================================================================================ ==================== Test output for //pkg/disttask/framework/storage:storage_test (shard 21 of 24): === RUN TestTaskManagerEntrySize [2025/04/04 10:57:52.789 +00:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/04 10:57:52.809 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:57:52.809 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:57:52.827 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:57:52.828 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:57:52.838 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:57:52.888 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=133dec41-197f-4a9a-9b97-8f6886e0cbc8] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:57:53.303 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:57:53.304 +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/04 10:57:53.307 +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/testkit.CreateMockStore\n\tpkg/testkit/mockstore.go:77\ngithub.com/pingcap/tidb/pkg/disttask/framework/testutil.getResourcePool\n\tpkg/disttask/framework/testutil/table_util.go:57\ngithub.com/pingcap/tidb/pkg/disttask/framework/testutil.InitTableTest\n\tpkg/disttask/framework/testutil/table_util.go:40\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage_test.TestTaskManagerEntrySize\n\tpkg/disttask/framework/storage/table_test.go:1194\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 10:57:53.788 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=480.907712ms] [2025/04/04 10:57:53.788 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:57:53.789 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=482.954325ms] [2025/04/04 10:57:53.789 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=0] ["reload ts"=457117341788143616] [2025/04/04 10:57:53.791 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=b318a122-94da-4545-ba46-0c4282deb0a3] [runWorker=true] [jobVersion=v1] [2025/04/04 10:57:53.819 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:57:53.820 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:57:53.820 +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/04 10:57:53.821 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:57:53.821 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:57:53.821 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:57:53.821 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:57:53.822 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:57:53.822 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:57:53.822 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:57:53.822 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:57:53.822 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:57:53.823 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:57:53.823 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:57:53.824 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=b318a122-94da-4545-ba46-0c4282deb0a3] [2025/04/04 10:57:53.824 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:57:53.829 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:57:53.829 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:57:53.831 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:57:53.838 +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/04 10:57:53.928 +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-04 10:57:53.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/04 10:57:53.929 +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-04 10:57:53.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:57:53.953 +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-04 10:57:53.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:57:54.772 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=779.098056ms] [2025/04/04 10:57:54.773 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:57:54.773 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=780.874265ms] [2025/04/04 10:57:54.774 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=1] ["reload ts"=457117342046093312] [2025/04/04 10:57:54.790 +00:00] [INFO] [pd.go:432] ["adaptive update ts interval state transition"] [configuredInterval=2s] [prevAdaptiveUpdateInterval=2s] [newAdaptiveUpdateInterval=2s] [requiredStaleness=0s] [prevState=unknown(0)] [newState=normal] [2025/04/04 10:57:54.818 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:57:54.818 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/04 10:57:54.819 +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"=826.970734ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:57:53.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:57:54.829 +00:00] [WARN] [runaway.go:85] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:152\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:69\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2115\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:2019\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1984\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1970\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1974\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.ExecRCRestrictedSQL\n\tpkg/resourcegroup/runaway/record.go:382\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*systemTableReader).Read\n\tpkg/resourcegroup/runaway/syncer.go:192\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.getRunawayWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:76\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getWatchRecord\n\tpkg/resourcegroup/runaway/syncer.go:67\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*syncer).getNewWatchRecords\n\tpkg/resourcegroup/runaway/syncer.go:59\ngithub.com/pingcap/tidb/pkg/resourcegroup/runaway.(*Manager).UpdateNewAndDoneWatch\n\tpkg/resourcegroup/runaway/manager.go:402\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:75\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:103\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [2025/04/04 10:57:54.896 +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-04 10:57:53.874 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:57:54.966 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/04 10:57:54.968 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.131143615\n# Parse_time: 0\n# Compile_time: 0.001063286\n# Rewrite_time: 0.000036771\n# Optimize_time: 0\n# Wait_TS: 0.000189473\n# DB: mysql\n# Is_internal: true\n# Digest: 0a22979ad136f741465cf206b13e5717b9758dda34f7cae5a7a925f91711d6a0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse mysql;\nCREATE DATABASE IF NOT EXISTS test;"] [2025/04/04 10:57:54.968 +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/04 10:57:54.980 +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/04 10:57:55.066 +00:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=Asia/Tokyo] [2025/04/04 10:57:55.415 +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:2, start time: 2025-04-04 10:57:55.091 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:57:55.415 +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:2, start time: 2025-04-04 10:57:55.091 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:57:55.452 +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-04 10:57:55.091 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:57:55.824 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:57:56.159 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117342222778368\n# Query_time: 0.347864409\n# Parse_time: 0\n# Compile_time: 0.344428303\n# Rewrite_time: 0.000253258\n# Optimize_time: 0\n# Wait_TS: 0\n# Is_internal: true\n# Digest: 97fee0577cfae72ca71097e77c429509f8ce51c8c933f491cff959296248fc4a\n# Mem_max: 130583\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('tgHYMAkyOF8zCTAJMAlOL0EJMAl0aW1lOjIuMzZtcywgb3Blbjo1NC45wrVzLCBjbG9zZToyMTguNAUQOGxvb3BzOjEJMjcuNSBLQgFBqAoxCTM2XzEJMAkxCXRhYmxlOnRpZGJfZGRsX2pvYiwgaGFuZGxlOjUJMQkFaRA0NDUuMgVNBWsMMjMuNQUOAGMJawgzLjMFDzxsb29wczoyCU4vQQlOL0EK')\n# Plan_digest: 3fea32741ba131a439f08d925bc0d60ce688c732cc613c6d3625da6592028edc\n# Resource_group: default\nupdate mysql.tidb_ddl_job set job_meta = 0x7b226964223a352c2274797065223a332c22736368656d615f6964223a312c227461626c655f6964223a342c22736368656d615f6e616d65223a226d7973716c222c227461626c655f6e616d65223a2275736572222c227374617465223a342c227761726e696e67223a6e756c6c2c22657272223a6e756c6c2c226572725f636f756e74223a302c22726f775f636f756e74223a302c227261775f61726773223a5b7b226964223a342c226e616d65223a7b224f223a2275736572222c224c223a2275736572227d2c2263686172736574223a22757466386d6234222c22636f6c6c617465223a22757466386d62345f62696e222c22636f6c73223a5b7b226964223a312c226e616d65223a7b224f223a22486f7374222c224c223a22686f7374227d2c226f6666736574223a302c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235342c22466c6167223a343039392c22466c656e223a3235352c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6d6d656e74223a22222c2268696464656e223a66616c73652c226368616e67655f73746174655f696e666f223a6e756c6c2c2276657273696f6e223a327d2c7b226964223a322c226e616d65223a7b224f223a2255736572222c224c223a2275736572227d2c226f6666736574223a312c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235342c22466c6167223a343130372c22466c656e223a33322c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6d6d656e74223a22222c2268696464656e223a66616c73652c226368616e67655f73746174655f696e666f223a6e756c6c2c2276657273696f6e223a327d2c7b226964223a332c226e616d65223a7b224f223a2261757468656e7469636174696f6e5f737472696e67222c224c223a2261757468656e7469636174696f6e5f737472696e67227d2c226f6666736574223a322c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235322c22466c6167223a302c22466c656e223a36353533352c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6d6d656e74223a22222c2268696464656e223a66616c73652c226368616e67655f73746174655f696e666f223a6e756c6c2c2276657273696f6e223a327d2c7b226964223a342c226e616d65223a7b224f223a22706c7567696e222c224c223a22706c7567696e227d2c226f6666736574223a332c226f726967696e5f64656661756c74223a6e756c6c2c226f726967696e5f64656661756c745f626974223a6e756c6c2c2264656661756c74223a6e756c6c2c2264656661756c745f626974223a6e756c6c2c2264656661756c745f69735f65787072223a66616c73652c2267656e6572617465645f657870725f737472696e67223a22222c2267656e6572617465645f73746f726564223a66616c73652c22646570656e64656e636573223a6e756c6c2c2274797065223a7b225470223a3235342c22466c6167223a302c22466c656e223a36342c22446563696d616c223a302c2243686172736574223a22757466386d6234222c22436f6c6c617465223a22757466386d62345f62696e222c22456c656d73223a6e756c6c2c22456c656d73497342696e6172794c6974223a6e756c6c2c224172726179223a66616c73657d2c227374617465223a352c22636f6(len:97096);"] [2025/04/04 10:57:56.228 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=15.077781ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:57:56.253 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:57:56.253 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/04 10:57:56.254 +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"=42.064225ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2025-04-04 10:57:55.091 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:57:56.304 +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-04 10:57:55.091 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:57:56.846 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/04 10:57:56.848 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.842031536\n# Parse_time: 0\n# Compile_time: 0.04426612\n# Rewrite_time: 0.000018026\n# Optimize_time: 0\n# Wait_TS: 0.000192885\n# DB: mysql\n# Is_internal: true\n# Digest: e91164512a559e22fb969664cb70b57fc6c45f94b9334cd6586cce7ffc743131\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.user ( Host CHAR(255), User CHAR(32), authentication_string TEXT, plugin CHAR(64), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Process_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_db_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Super_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_user_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_slave_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Repl_client_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_role_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Account_locked ENUM('N','Y') NOT NULL DEFAULT 'N', Shutdown_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Reload_priv ENUM('N','Y') NOT NULL DEFAULT 'N', FILE_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Config_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N', Password_reuse_history smallint unsigned DEFAULT NULL, Password_reuse_time smallint unsigned DEFAULT NULL, User_attributes json, Token_issuer VARCHAR(255), Password_expired ENUM('N','Y') NOT NULL DEFAULT 'N', Password_last_changed TIMESTAMP DEFAULT CURRENT_TIMESTAMP(), Password_lifetime SMALLINT UNSIGNED DEFAULT NULL, Max_user_connections INT UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (Host, User), KEY i_user (User));"] [2025/04/04 10:57:56.850 +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/04 10:57:57.000 +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:2, start time: 2025-04-04 10:57:56.91 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:57:57.004 +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:2, start time: 2025-04-04 10:57:56.91 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:57:57.021 +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-04 10:57:56.91 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:57:57.173 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=3.353378ms] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:57:57.207 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:57:57.207 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/04 10:57:57.209 +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"=40.158029ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2025-04-04 10:57:56.91 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:57:57.266 +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-04 10:57:56.91 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:57:57.410 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/04 10:57:57.420 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.557244035\n# Parse_time: 0\n# Compile_time: 0.007419217\n# Rewrite_time: 0.000014527\n# Optimize_time: 0\n# Wait_TS: 0.000163829\n# DB: mysql\n# Is_internal: true\n# Digest: eeb59bc0d98f65a2a5aef8eaa99596260e746b00eed183baf856558ef03533ac\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.password_history ( Host char(255) NOT NULL DEFAULT '', User char(32) NOT NULL DEFAULT '', Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), Password text, PRIMARY KEY (Host,User,Password_timestamp ) ) COMMENT='Password history for user accounts' ;"] [2025/04/04 10:57:57.420 +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/04 10:57:57.493 +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:2, start time: 2025-04-04 10:57:57.447 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:57:57.493 +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:2, start time: 2025-04-04 10:57:57.447 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:57:57.541 +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-04 10:57:57.447 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:57:57.662 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=3.049293ms] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:57:57.690 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:57:57.690 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/04 10:57:57.692 +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"=34.081506ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2025-04-04 10:57:57.447 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:57:57.756 +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-04 10:57:57.447 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:57:57.879 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/04 10:57:57.880 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.455750046\n# Parse_time: 0\n# Compile_time: 0.003673816\n# Rewrite_time: 0.000016757\n# Optimize_time: 0\n# Wait_TS: 0.00021177\n# DB: mysql\n# Is_internal: true\n# Digest: 3753c1a38721ac350706b476f2d0089d05a691a3e194d21afaf2010b2e79e8dd\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Warnings: [{\"Level\":\"Warning\",\"Message\":\"BLOB/TEXT/JSON column 'Priv' can't have a default value\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE 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/04 10:57:57.880 +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/04 10:57:58.218 +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:2, start time: 2025-04-04 10:57:57.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:57:58.218 +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:2, start time: 2025-04-04 10:57:57.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:57:58.244 +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-04 10:57:57.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:57:58.700 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=9.923041ms] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:57:58.718 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:57:58.718 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/04 10:57:58.719 +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"=30.183497ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2025-04-04 10:57:57.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:57:58.772 +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-04 10:57:57.961 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:57:59.011 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/04 10:57:59.012 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 1.118724796\n# Parse_time: 0\n# Compile_time: 0.020246658\n# Rewrite_time: 0.000015786\n# Optimize_time: 0\n# Wait_TS: 0.000181433\n# DB: mysql\n# Is_internal: true\n# Digest: 84b17ce35846b1ddbb79e94fffb3f020ff85b9efe6dfa83a14a44027adfe16ec\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.db ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Select_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Insert_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Update_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Delete_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Drop_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Grant_priv ENUM('N','Y') NOT NULL DEFAULT 'N', References_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Index_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_tmp_table_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Lock_tables_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Show_view_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Create_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Alter_routine_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Execute_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Event_priv ENUM('N','Y') NOT NULL DEFAULT 'N', Trigger_priv ENUM('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (Host, DB, User), KEY i_user (User));"] [2025/04/04 10:57:59.013 +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/04 10:57:59.132 +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:2, start time: 2025-04-04 10:57:59.045 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:57:59.132 +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:2, start time: 2025-04-04 10:57:59.045 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:57:59.155 +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-04 10:57:59.045 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:57:59.400 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=4.822654ms] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:57:59.424 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:57:59.425 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/04 10:57:59.427 +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"=32.703523ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2025-04-04 10:57:59.045 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:57:59.477 +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-04 10:57:59.045 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:57:59.588 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/04 10:57:59.590 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.570449274\n# Parse_time: 0\n# Compile_time: 0.004486451\n# Rewrite_time: 0.000016564\n# Optimize_time: 0\n# Wait_TS: 0.000180732\n# DB: mysql\n# Is_internal: true\n# Digest: 66ad48e3a61958e491f9b86629424276e884c5dc2c82d0493baa1e569d861f3d\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tables_priv ( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Grantor CHAR(77), Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Table_priv SET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'), Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name), KEY i_user (User));"] [2025/04/04 10:57:59.591 +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/04 10:57:59.763 +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:2, start time: 2025-04-04 10:57:59.652 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:57:59.764 +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:2, start time: 2025-04-04 10:57:59.652 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:57:59.801 +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-04 10:57:59.652 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:00.018 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=4.475802ms] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:00.055 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:00.055 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/04 10:58:00.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=7] ["take time"=45.430938ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2025-04-04 10:57:59.652 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:00.118 +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-04 10:57:59.652 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:00.265 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/04 10:58:00.268 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.670854806\n# Parse_time: 0\n# Compile_time: 0.008615591\n# Rewrite_time: 0.000015704\n# Optimize_time: 0\n# Wait_TS: 0.000198536\n# DB: mysql\n# Is_internal: true\n# Digest: 6128346bea9e9b35a140e9be46b85be39f5c8ff508888c85bba4bf88b49a6572\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.columns_priv( Host CHAR(255), DB CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, User CHAR(32), Table_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Column_name CHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci, Timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP, Column_priv SET('Select','Insert','Update','References'), PRIMARY KEY (Host, DB, User, Table_name, Column_name), KEY i_user (User));"] [2025/04/04 10:58:00.269 +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/04 10:58:00.396 +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:2, start time: 2025-04-04 10:58:00.34 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:00.396 +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:2, start time: 2025-04-04 10:58:00.34 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:00.408 +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-04 10:58:00.34 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:00.500 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=2.881999ms] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:00.522 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:00.522 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/04 10:58:00.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=8] ["take time"=29.356493ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:00.34 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:00.554 +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-04 10:58:00.34 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:00.630 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/04 10:58:00.631 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.356816356\n# Parse_time: 0\n# Compile_time: 0.002090915\n# Rewrite_time: 0.000019359\n# Optimize_time: 0\n# Wait_TS: 0.000170797\n# DB: mysql\n# Is_internal: true\n# Digest: 1b59564c29970a0a8880792322e02b7df09888f7d0a2dfc190f3ed0ff12369d4\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2025/04/04 10:58:00.632 +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/04 10:58:00.727 +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:2, start time: 2025-04-04 10:58:00.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:00.728 +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:2, start time: 2025-04-04 10:58:00.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:00.749 +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-04 10:58:00.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:00.828 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=2.978006ms] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:00.855 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:00.855 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/04 10:58:00.856 +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"=32.474339ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:00.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:00.887 +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-04 10:58:00.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:00.947 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/04 10:58:00.948 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.313876885\n# Parse_time: 0\n# Compile_time: 0.002146893\n# Rewrite_time: 0.000016993\n# Optimize_time: 0\n# Wait_TS: 0.000179815\n# DB: mysql\n# Is_internal: true\n# Digest: ade124588c0253b12ce82702300a98a0ff778787142ce450039efbd6347664dc\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb( VARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY, VARIABLE_VALUE VARCHAR(1024) DEFAULT NULL, COMMENT VARCHAR(1024));"] [2025/04/04 10:58:00.949 +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/04 10:58:01.078 +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:2, start time: 2025-04-04 10:58:01.008 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:01.079 +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:2, start time: 2025-04-04 10:58:01.008 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:01.103 +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-04 10:58:01.008 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:01.235 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=4.406784ms] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:01.252 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:01.252 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/04 10:58:01.259 +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"=29.704225ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:01.008 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:01.296 +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-04 10:58:01.008 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:01.417 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/04 10:58:01.419 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.465374983\n# Parse_time: 0\n# Compile_time: 0.00920197\n# Rewrite_time: 0.000016516\n# Optimize_time: 0\n# Wait_TS: 0.000167935\n# DB: mysql\n# Is_internal: true\n# Digest: be740d9d66f07e7842e3b48027d6fb3ef54623295384e63dcbf3e1c8a9f15c10\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.help_topic ( help_topic_id INT(10) UNSIGNED NOT NULL, name CHAR(64) NOT NULL, help_category_id SMALLINT(5) UNSIGNED NOT NULL, description TEXT NOT NULL, example TEXT NOT NULL, url TEXT NOT NULL, PRIMARY KEY (help_topic_id) clustered, UNIQUE KEY name (name) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2025/04/04 10:58:01.420 +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/04 10:58:01.514 +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:2, start time: 2025-04-04 10:58:01.453 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:01.521 +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:2, start time: 2025-04-04 10:58:01.453 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:01.573 +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-04 10:58:01.453 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:01.769 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=3.464699ms] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:01.824 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:01.824 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/04 10:58:01.825 +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"=60.069939ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:01.453 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:01.875 +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-04 10:58:01.453 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:01.967 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/04 10:58:01.968 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.543814413\n# Parse_time: 0\n# Compile_time: 0.00325466\n# Rewrite_time: 0.000016779\n# Optimize_time: 0\n# Wait_TS: 0.000180703\n# DB: mysql\n# Is_internal: true\n# Digest: 2db2929397c955d277d1b5400209b98787aa0797f979b9c213e3924c27b82ea9\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta ( version BIGINT(64) UNSIGNED NOT NULL, table_id BIGINT(64) NOT NULL, modify_count BIGINT(64) NOT NULL DEFAULT 0, count BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, snapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, INDEX idx_ver(version), UNIQUE INDEX tbl(table_id) );"] [2025/04/04 10:58:01.969 +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/04 10:58:01.984 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:58:02.111 +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:2, start time: 2025-04-04 10:58:02.006 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:02.112 +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:2, start time: 2025-04-04 10:58:02.006 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:02.133 +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-04 10:58:02.006 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:02.356 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=5.583506ms] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:02.372 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:02.372 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/04 10:58:02.374 +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"=34.75392ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:02.006 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:02.419 +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-04 10:58:02.006 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:02.590 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/04 10:58:02.591 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.614995365\n# Parse_time: 0\n# Compile_time: 0.005551086\n# Rewrite_time: 0.000016049\n# Optimize_time: 0\n# Wait_TS: 0.000197603\n# DB: mysql\n# Is_internal: true\n# Digest: e038e634a5f1b7e5429d1252be7edf0ffb0922e8636032b9c68fd59f0484f6ef\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_histograms ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, distinct_count BIGINT(64) NOT NULL, null_count BIGINT(64) NOT NULL DEFAULT 0, tot_col_size BIGINT(64) NOT NULL DEFAULT 0, modify_count BIGINT(64) NOT NULL DEFAULT 0, version BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, cm_sketch BLOB(6291456), stats_ver BIGINT(64) NOT NULL DEFAULT 0, flag BIGINT(64) NOT NULL DEFAULT 0, correlation DOUBLE NOT NULL DEFAULT 0, last_analyze_pos LONGBLOB DEFAULT NULL, UNIQUE INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:58:02.594 +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/04 10:58:02.746 +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:2, start time: 2025-04-04 10:58:02.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:02.746 +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:2, start time: 2025-04-04 10:58:02.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:02.767 +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-04 10:58:02.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:03.008 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=4.516585ms] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:03.026 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:03.026 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/04 10:58:03.029 +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"=16.689743ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:02.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:03.060 +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-04 10:58:02.632 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:03.181 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/04 10:58:03.182 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.580623507\n# Parse_time: 0\n# Compile_time: 0.003755662\n# Rewrite_time: 0.000024369\n# Optimize_time: 0\n# Wait_TS: 0.000217984\n# DB: mysql\n# Is_internal: true\n# Digest: 84a28596914df45e10de865c11a515d8595f2c38a422f5c8d8fb86a470ba5cad\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_buckets ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, bucket_id BIGINT(64) NOT NULL, count BIGINT(64) NOT NULL, repeats BIGINT(64) NOT NULL, upper_bound LONGBLOB NOT NULL, lower_bound LONGBLOB , ndv BIGINT NOT NULL DEFAULT 0, UNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id) );"] [2025/04/04 10:58:03.183 +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/04 10:58:03.279 +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:2, start time: 2025-04-04 10:58:03.22 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:03.279 +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:2, start time: 2025-04-04 10:58:03.22 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:03.320 +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-04 10:58:03.22 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:03.458 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=3.437888ms] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:03.494 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:03.494 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/04 10:58:03.494 +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"=56.357801ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:03.22 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:03.527 +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-04 10:58:03.22 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:03.618 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/04 10:58:03.625 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.436948068\n# Parse_time: 0\n# Compile_time: 0.007939716\n# Rewrite_time: 0.000014436\n# Optimize_time: 0\n# Wait_TS: 0.000158987\n# DB: mysql\n# Is_internal: true\n# Digest: 4407fc98c36858aed19a41d8ab6383e7885e71a2edd2716950a8847ee0c4ccd2\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_index (job_id, element_id) );"] [2025/04/04 10:58:03.626 +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/04 10:58:03.708 +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:2, start time: 2025-04-04 10:58:03.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:03.708 +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:2, start time: 2025-04-04 10:58:03.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:03.729 +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-04 10:58:03.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:03.886 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=3.427268ms] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:03.904 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:03.904 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/04 10:58:03.906 +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"=24.956729ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:03.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:03.944 +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-04 10:58:03.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:04.022 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/04 10:58:04.023 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.389359726\n# Parse_time: 0\n# Compile_time: 0.004178036\n# Rewrite_time: 0.000018331\n# Optimize_time: 0\n# Wait_TS: 0.000202516\n# DB: mysql\n# Is_internal: true\n# Digest: 6f80e6944eacefde08a31e8364b171d37e77c4bebc7757ae375b47812ca371cb\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done ( job_id BIGINT NOT NULL COMMENT \"the DDL job ID\", element_id BIGINT NOT NULL COMMENT \"the schema element ID\", start_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", end_key VARCHAR(255) NOT NULL COMMENT \"encoded in hex\", ts BIGINT NOT NULL COMMENT \"timestamp in uint64\", UNIQUE KEY delete_range_done_index (job_id, element_id) );"] [2025/04/04 10:58:04.024 +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/04 10:58:04.121 +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:2, start time: 2025-04-04 10:58:04.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:04.121 +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:2, start time: 2025-04-04 10:58:04.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:04.186 +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-04 10:58:04.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:04.417 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=3.284028ms] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:04.448 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:04.448 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/04 10:58:04.449 +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"=36.316062ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:04.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:04.482 +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-04 10:58:04.071 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:04.613 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/04 10:58:04.614 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.586729124\n# Parse_time: 0\n# Compile_time: 0.002473255\n# Rewrite_time: 0.000014495\n# Optimize_time: 0\n# Wait_TS: 0.00439603\n# DB: mysql\n# Is_internal: true\n# Digest: ae00140f19e8173091b9a44ece06f4d51ecf640b3c9c924a7be8a7394182215f\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_feedback ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, feedback BLOB NOT NULL, INDEX hist(table_id, is_index, hist_id) );"] [2025/04/04 10:58:04.615 +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/04 10:58:04.742 +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:2, start time: 2025-04-04 10:58:04.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:04.742 +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:2, start time: 2025-04-04 10:58:04.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:04.768 +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-04 10:58:04.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:04.921 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=3.573447ms] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:04.950 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:04.951 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/04 10:58:04.952 +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"=36.321595ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:04.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:04.984 +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-04 10:58:04.666 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:05.070 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/04 10:58:05.072 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.452112674\n# Parse_time: 0\n# Compile_time: 0.011771019\n# Rewrite_time: 0.00001597\n# Optimize_time: 0\n# Wait_TS: 0.000139184\n# DB: mysql\n# Is_internal: true\n# Digest: b0ac22a8699b953eeb48be3f830e94a20801551f37159b586c40d30dc883661d\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.role_edges ( FROM_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', FROM_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', TO_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', TO_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', WITH_ADMIN_OPTION ENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N', PRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER) );"] [2025/04/04 10:58:05.072 +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/04 10:58:05.204 +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:2, start time: 2025-04-04 10:58:05.114 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:05.204 +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:2, start time: 2025-04-04 10:58:05.114 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:05.234 +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-04 10:58:05.114 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:05.407 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=3.280116ms] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:05.423 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:05.423 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/04 10:58:05.423 +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"=20.403121ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:05.114 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:05.452 +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-04 10:58:05.114 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:05.553 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/04 10:58:05.554 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.478074672\n# Parse_time: 0\n# Compile_time: 0.011097862\n# Rewrite_time: 0.000013824\n# Optimize_time: 0\n# Wait_TS: 0.000226749\n# DB: mysql\n# Is_internal: true\n# Digest: 8b707c584d1e112e8e8ec868861b803577fee329c3c9393a6b510ee14fe94302\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.default_roles ( HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '', USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', DEFAULT_ROLE_HOST CHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%', DEFAULT_ROLE_USER CHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '', PRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER), KEY i_user (USER));"] [2025/04/04 10:58:05.555 +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/04 10:58:05.716 +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:2, start time: 2025-04-04 10:58:05.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:05.716 +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:2, start time: 2025-04-04 10:58:05.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:05.752 +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-04 10:58:05.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:06.022 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=5.473035ms] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:06.038 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:06.039 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/04 10:58:06.041 +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"=25.2926ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:05.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:06.085 +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-04 10:58:05.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:06.279 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/04 10:58:06.281 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.713751509\n# Parse_time: 0\n# Compile_time: 0.034796739\n# Rewrite_time: 0.00001886\n# Optimize_time: 0\n# Wait_TS: 0.000150382\n# DB: mysql\n# Is_internal: true\n# Digest: c355115b20710cd210d1922674f220e73f613065f32d62aaabd2d1ecf698841b\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.bind_info ( original_sql LONGTEXT NOT NULL, bind_sql LONGTEXT NOT NULL, default_db TEXT NOT NULL, status TEXT NOT NULL, create_time TIMESTAMP(3) NOT NULL, update_time TIMESTAMP(3) NOT NULL, charset TEXT NOT NULL, collation TEXT NOT NULL, source VARCHAR(10) NOT NULL DEFAULT 'unknown', sql_digest varchar(64) DEFAULT NULL, plan_digest varchar(64) DEFAULT NULL, INDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\", INDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\", UNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:58:06.282 +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/04 10:58:06.372 +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:2, start time: 2025-04-04 10:58:06.322 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:06.372 +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:2, start time: 2025-04-04 10:58:06.322 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:06.394 +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-04 10:58:06.322 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:06.544 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=13.237592ms] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:06.597 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:06.597 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/04 10:58:06.598 +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"=68.701307ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:06.322 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:06.663 +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-04 10:58:06.322 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:06.774 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/04 10:58:06.775 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.474869598\n# Parse_time: 0\n# Compile_time: 0.002526998\n# Rewrite_time: 0.000025537\n# Optimize_time: 0\n# Wait_TS: 0.000163314\n# DB: mysql\n# Is_internal: true\n# Digest: df1a9dde39341a07eb2fb8ef599e6652770203b79af3e1800917053820a3b51c\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_top_n ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, count BIGINT(64) UNSIGNED NOT NULL, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:58:06.780 +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/04 10:58:06.974 +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:2, start time: 2025-04-04 10:58:06.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:06.974 +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:2, start time: 2025-04-04 10:58:06.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:07.008 +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-04 10:58:06.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:07.109 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=2.66872ms] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:07.129 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:07.129 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/04 10:58:07.130 +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"=52.084396ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:06.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:07.162 +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-04 10:58:06.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:07.234 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/04 10:58:07.235 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.451518274\n# Parse_time: 0\n# Compile_time: 0.011136875\n# Rewrite_time: 0.00001435\n# Optimize_time: 0\n# Wait_TS: 0.000149839\n# DB: mysql\n# Is_internal: true\n# Digest: 988ff7e96344f475621bfec9765ba7b507e76d86daa1e3fdf0f9eadbd538afd0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist ( name CHAR(100) NOT NULL, store_type CHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb', reason VARCHAR(200) );"] [2025/04/04 10:58:07.236 +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/04 10:58:07.319 +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:2, start time: 2025-04-04 10:58:07.275 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:07.319 +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:2, start time: 2025-04-04 10:58:07.275 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/04 10:58:07.372 +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-04 10:58:07.275 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:07.445 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=1.965576ms] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:07.465 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:07.465 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/04 10:58:07.467 +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"=24.981687ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:07.275 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:07.492 +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-04 10:58:07.275 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:07.552 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/04 10:58:07.553 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.314447186\n# Parse_time: 0\n# Compile_time: 0.003108434\n# Rewrite_time: 0.00001311\n# Optimize_time: 0\n# Wait_TS: 0.000207245\n# DB: mysql\n# Is_internal: true\n# Digest: 58329d63c08bcbc761a6b408e882dc874ae0220c9a2aaaeab91d992543fef52b\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist ( name CHAR(100) NOT NULL );"] [2025/04/04 10:58:07.559 +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/04 10:58:07.691 +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:2, start time: 2025-04-04 10:58:07.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:07.691 +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:2, start time: 2025-04-04 10:58:07.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:07.721 +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-04 10:58:07.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:07.896 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=4.398406ms] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:07.924 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:07.924 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/04 10:58:07.925 +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"=34.412906ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:07.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:07.962 +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-04 10:58:07.601 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:08.054 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/04 10:58:08.055 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.484386144\n# Parse_time: 0\n# Compile_time: 0.004014871\n# Rewrite_time: 0.000014756\n# Optimize_time: 0\n# Wait_TS: 0.000171953\n# DB: mysql\n# Is_internal: true\n# Digest: 9c4f6672f019f6d6c588a6b2eb00b13f041ee54cb97f253f85d7ae52df9d23c6\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_extended ( name varchar(32) NOT NULL, type tinyint(4) NOT NULL, table_id bigint(64) NOT NULL, column_ids varchar(32) NOT NULL, stats blob DEFAULT NULL, version bigint(64) unsigned NOT NULL, status tinyint(4) NOT NULL, PRIMARY KEY(name, table_id), KEY idx_1 (table_id, status, version), KEY idx_2 (status, version) );"] [2025/04/04 10:58:08.055 +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/04 10:58:08.136 +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:2, start time: 2025-04-04 10:58:08.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:08.136 +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:2, start time: 2025-04-04 10:58:08.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:08.152 +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-04 10:58:08.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:08.260 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=3.291297ms] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:08.277 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:08.277 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/04 10:58:08.278 +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"=22.950011ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:08.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:08.343 +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-04 10:58:08.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:08.415 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/04 10:58:08.417 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.358731246\n# Parse_time: 0\n# Compile_time: 0.005741952\n# Rewrite_time: 0.001614528\n# Optimize_time: 0\n# Wait_TS: 0.000129831\n# DB: mysql\n# Is_internal: true\n# Digest: 9e692f90f6e351e4eecf3fbff7177acf0a166d0cd79badb0ce0ced2bb754eb99\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch ( table_id BIGINT(64) NOT NULL, is_index TINYINT(2) NOT NULL, hist_id BIGINT(64) NOT NULL, value LONGBLOB, INDEX tbl(table_id, is_index, hist_id) );"] [2025/04/04 10:58:08.418 +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/04 10:58:08.512 +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:2, start time: 2025-04-04 10:58:08.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:08.512 +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:2, start time: 2025-04-04 10:58:08.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:08.552 +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-04 10:58:08.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:08.642 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=3.091912ms] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:08.658 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:08.658 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/04 10:58:08.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=25] ["take time"=20.072226ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:08.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:08.687 +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-04 10:58:08.456 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:08.752 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/04 10:58:08.753 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.33108912\n# Parse_time: 0\n# Compile_time: 0.006714376\n# Rewrite_time: 0.000020264\n# Optimize_time: 0\n# Wait_TS: 0.000255574\n# DB: mysql\n# Is_internal: true\n# Digest: 752215fdcd8e21124ccfe3a90f4511f2e72581c4c48a751cc8571209fdee15f6\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.global_grants ( USER char(32) NOT NULL DEFAULT '', HOST char(255) NOT NULL DEFAULT '', PRIV char(32) NOT NULL DEFAULT '', WITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N', PRIMARY KEY (USER,HOST,PRIV), KEY i_user (USER) );"] [2025/04/04 10:58:08.754 +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/04 10:58:08.906 +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:2, start time: 2025-04-04 10:58:08.803 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:08.907 +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:2, start time: 2025-04-04 10:58:08.803 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:08.930 +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-04 10:58:08.803 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:09.038 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=2.758527ms] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:09.063 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:09.063 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/04 10:58:09.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=26] ["take time"=31.166323ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:08.803 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:09.126 +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-04 10:58:08.803 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:09.206 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/04 10:58:09.212 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.448745124\n# Parse_time: 0\n# Compile_time: 0.002634454\n# Rewrite_time: 0.000015402\n# Optimize_time: 0\n# Wait_TS: 0.000182644\n# DB: mysql\n# Is_internal: true\n# Digest: 1fac41a3d4a89e3e4da2393e1f69d1aacfec8886db749d6329e9bf677df777b8\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist ( id bigint(64) auto_increment, filter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\", filter_value varchar(32) NOT NULL, key idx(filter_type), primary key(id) );"] [2025/04/04 10:58:09.213 +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/04 10:58:09.312 +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:2, start time: 2025-04-04 10:58:09.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:09.312 +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:2, start time: 2025-04-04 10:58:09.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:09.339 +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-04 10:58:09.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:09.487 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=23.185972ms] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:09.516 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:09.516 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/04 10:58:09.517 +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"=54.164569ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:09.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:09.606 +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-04 10:58:09.265 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:09.690 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/04 10:58:09.693 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.474905751\n# Parse_time: 0\n# Compile_time: 0.00447388\n# Rewrite_time: 0.000015701\n# Optimize_time: 0\n# Wait_TS: 0.000178802\n# DB: mysql\n# Is_internal: true\n# Digest: 06962f34c69b85ab590c2556bdffd68d7705d56a70a3b0522b0ba5bc55363fd3\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.column_stats_usage ( table_id BIGINT(64) NOT NULL, column_id BIGINT(64) NOT NULL, last_used_at TIMESTAMP, last_analyzed_at TIMESTAMP, PRIMARY KEY (table_id, column_id) CLUSTERED );"] [2025/04/04 10:58:09.693 +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/04 10:58:09.774 +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:2, start time: 2025-04-04 10:58:09.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:09.775 +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:2, start time: 2025-04-04 10:58:09.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:09.800 +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-04 10:58:09.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:09.930 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=2.669577ms] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:09.969 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:09.969 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/04 10:58:09.973 +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"=47.534852ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:09.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:10.009 +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-04 10:58:09.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:10.159 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/04 10:58:10.160 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.464180489\n# Parse_time: 0\n# Compile_time: 0.003116557\n# Rewrite_time: 0.00001409\n# Optimize_time: 0\n# Wait_TS: 0.0001547\n# DB: mysql\n# Is_internal: true\n# Digest: a30fd7e284f356f111cb15459926cdbebb3d6f24c950b6f3b9729d8b5f13ee4f\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.table_cache_meta ( tid bigint(11) NOT NULL DEFAULT 0, lock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE', lease bigint(20) NOT NULL DEFAULT 0, oldReadLease bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (tid) );"] [2025/04/04 10:58:10.161 +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/04 10:58:10.188 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:58:10.291 +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:2, start time: 2025-04-04 10:58:10.205 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:10.291 +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:2, start time: 2025-04-04 10:58:10.205 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:10.336 +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-04 10:58:10.205 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:10.486 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=3.671142ms] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:10.506 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:10.506 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/04 10:58:10.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=29] ["take time"=26.251913ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:10.205 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:10.536 +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-04 10:58:10.205 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:10.625 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/04 10:58:10.636 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.470702253\n# Parse_time: 0\n# Compile_time: 0.015873578\n# Rewrite_time: 0.000013985\n# Optimize_time: 0\n# Wait_TS: 0.000160837\n# DB: mysql\n# Is_internal: true\n# Digest: c862b6db4c0b104bd6ade1db78bbe1f6a12a30584d750044f3eec57a1a86580e\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_options ( table_id BIGINT(64) NOT NULL, sample_num BIGINT(64) NOT NULL DEFAULT 0, sample_rate DOUBLE NOT NULL DEFAULT -1, buckets BIGINT(64) NOT NULL DEFAULT 0, topn BIGINT(64) NOT NULL DEFAULT -1, column_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT', column_ids TEXT(19372), PRIMARY KEY (table_id) CLUSTERED );"] [2025/04/04 10:58:10.637 +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/04 10:58:10.734 +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:2, start time: 2025-04-04 10:58:10.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:10.734 +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:2, start time: 2025-04-04 10:58:10.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:10.751 +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-04 10:58:10.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:10.904 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=4.184213ms] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:10.923 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:10.923 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/04 10:58:10.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=30] ["take time"=27.477957ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:10.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:10.957 +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-04 10:58:10.675 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:11.050 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/04 10:58:11.055 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.413211792\n# Parse_time: 0\n# Compile_time: 0.004096499\n# Rewrite_time: 0.000050813\n# Optimize_time: 0\n# Wait_TS: 0.000161658\n# DB: mysql\n# Is_internal: true\n# Digest: eceb528bf68c7d9b100b120b5113005ea7f5a4c6c1f4834403330ff156d0a3aa\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_history ( table_id bigint(64) NOT NULL, stats_data longblob NOT NULL, seq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice', version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', create_time datetime(6) NOT NULL, UNIQUE KEY table_version_seq (table_id, version, seq_no), KEY table_create_time (table_id, create_time, seq_no), KEY idx_create_time (create_time) );"] [2025/04/04 10:58:11.055 +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/04 10:58:11.193 +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:2, start time: 2025-04-04 10:58:11.121 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:11.194 +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:2, start time: 2025-04-04 10:58:11.121 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:11.217 +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-04 10:58:11.121 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:11.430 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=3.833731ms] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:11.464 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:11.464 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/04 10:58:11.466 +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"=26.080338ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:11.121 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:11.522 +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-04 10:58:11.121 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:11.657 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/04 10:58:11.658 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.585164439\n# Parse_time: 0\n# Compile_time: 0.005006695\n# Rewrite_time: 0.000013858\n# Optimize_time: 0\n# Wait_TS: 0.000161305\n# DB: mysql\n# Is_internal: true\n# Digest: 752363602773b9b875eec93769301ada55a059e0b28c5434de98fdbbc6af54cb\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_meta_history ( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL, count bigint(64) NOT NULL, version bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN', source varchar(40) NOT NULL, create_time datetime(6) NOT NULL, UNIQUE KEY table_version (table_id, version), KEY table_create_time (table_id, create_time), KEY idx_create_time (create_time) );"] [2025/04/04 10:58:11.658 +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/04 10:58:11.858 +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:2, start time: 2025-04-04 10:58:11.705 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:11.859 +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:2, start time: 2025-04-04 10:58:11.705 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:11.903 +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-04 10:58:11.705 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:12.226 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=7.031493ms] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:12.244 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:12.245 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/04 10:58:12.246 +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"=28.128013ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:11.705 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:12.291 +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-04 10:58:11.705 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:12.465 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/04 10:58:12.466 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.79462824\n# Parse_time: 0\n# Compile_time: 0.008064899\n# Rewrite_time: 0.000014274\n# Optimize_time: 0\n# Wait_TS: 0.002989263\n# DB: mysql\n# Is_internal: true\n# Digest: e43210dfb790a213e9535afaf9c321b9c50cd9c52fc4ea248c8239abe958ff67\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.analyze_jobs ( id BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, table_schema CHAR(64) NOT NULL DEFAULT '', table_name CHAR(64) NOT NULL DEFAULT '', partition_name CHAR(64) NOT NULL DEFAULT '', job_info TEXT NOT NULL, processed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0, start_time TIMESTAMP, end_time TIMESTAMP, state ENUM('pending', 'running', 'finished', 'failed') NOT NULL, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job', process_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job', PRIMARY KEY (id), KEY (update_time), INDEX idx_schema_table_state (table_schema, table_name, state), INDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state) );"] [2025/04/04 10:58:12.467 +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/04 10:58:12.519 +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:2, start time: 2025-04-04 10:58:12.489 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:12.520 +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:2, start time: 2025-04-04 10:58:12.489 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/04 10:58:12.540 +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-04 10:58:12.489 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:12.622 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=2.228388ms] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:12.639 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:12.639 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/04 10:58:12.641 +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"=22.369631ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:12.489 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:12.679 +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-04 10:58:12.489 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:12.739 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/04 10:58:12.740 +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/04 10:58:12.862 +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:3, start time: 2025-04-04 10:58:12.791 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:12.862 +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:3, start time: 2025-04-04 10:58:12.791 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:12.889 +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-04 10:58:12.791 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:13.032 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=5.926662ms] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:58:13.055 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:13.055 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/04 10:58:13.055 +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"=30.097262ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2025-04-04 10:58:12.791 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:13.113 +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-04 10:58:12.791 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:13.273 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/04 10:58:13.274 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.525530089\n# Parse_time: 0\n# Compile_time: 0.01852675\n# Rewrite_time: 0.00670666\n# Optimize_time: 0\n# Wait_TS: 0.000184467\n# DB: mysql\n# Is_internal: true\n# Digest: 21116016d77c522c611ad3a280af29e3d82340ed19bc91481dd117f25aeda403\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as ( SELECT tidb_mdl_info.job_id, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name, JSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query, session_id, cluster_tidb_trx.start_time, tidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS FROM mysql.tidb_ddl_job, mysql.tidb_mdl_info, information_schema.cluster_tidb_trx WHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id AND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0 );"] [2025/04/04 10:58:13.376 +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:2, start time: 2025-04-04 10:58:13.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:13.376 +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:2, start time: 2025-04-04 10:58:13.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:13.409 +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-04 10:58:13.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:13.526 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=3.674272ms] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:13.550 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:13.550 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/04 10:58:13.550 +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"=29.53112ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:13.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:13.615 +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-04 10:58:13.315 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:13.717 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/04 10:58:13.718 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.438873439\n# Parse_time: 0\n# Compile_time: 0.003356637\n# Rewrite_time: 0.00001436\n# Optimize_time: 0\n# Wait_TS: 0.000163024\n# DB: mysql\n# Is_internal: true\n# Digest: d88a70e9c5bb5a28f5a1d1f52613093328fd73c5e78668fab2b1a9c260ab506b\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_status ( sql_digest VARCHAR(128), plan_digest VARCHAR(128), origin_sql TEXT, token VARCHAR(128), update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, fail_reason TEXT, instance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2025/04/04 10:58:13.719 +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/04 10:58:13.794 +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:2, start time: 2025-04-04 10:58:13.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:13.795 +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:2, start time: 2025-04-04 10:58:13.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:13.812 +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-04 10:58:13.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:13.933 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=2.796299ms] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:13.964 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:13.964 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/04 10:58:13.972 +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"=43.204476ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:13.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:14.017 +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-04 10:58:13.752 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:14.088 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/04 10:58:14.094 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.372039702\n# Parse_time: 0\n# Compile_time: 0.002620919\n# Rewrite_time: 0.000014505\n# Optimize_time: 0\n# Wait_TS: 0.000146198\n# DB: mysql\n# Is_internal: true\n# Digest: 1ce2bb4fd69df5a5aeb254910aeeab700c1408b8c2de8f7dbe3ebbc11a4b1542\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.plan_replayer_task ( sql_digest VARCHAR(128) NOT NULL, plan_digest VARCHAR(128) NOT NULL, update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (sql_digest,plan_digest));"] [2025/04/04 10:58:14.095 +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/04 10:58:14.183 +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:2, start time: 2025-04-04 10:58:14.139 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:14.184 +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:2, start time: 2025-04-04 10:58:14.139 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:14.202 +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-04 10:58:14.139 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:14.396 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=6.646055ms] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:14.418 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:14.419 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/04 10:58:14.421 +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"=32.665269ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:14.139 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:14.464 +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-04 10:58:14.139 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:14.542 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/04 10:58:14.543 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.442283397\n# Parse_time: 0\n# Compile_time: 0.003246614\n# Rewrite_time: 0.000018148\n# Optimize_time: 0\n# Wait_TS: 0.000413225\n# DB: mysql\n# Is_internal: true\n# Digest: f2c0bd78cfe8f7e6b4f8b30f83a48ff4c49a1a9de1c1a0c721ec3561ac42865a\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.stats_table_locked( table_id bigint(64) NOT NULL, modify_count bigint(64) NOT NULL DEFAULT 0, count bigint(64) NOT NULL DEFAULT 0, version bigint(64) UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (table_id));"] [2025/04/04 10:58:14.544 +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/04 10:58:14.817 +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:2, start time: 2025-04-04 10:58:14.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:14.817 +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:2, start time: 2025-04-04 10:58:14.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:14.860 +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-04 10:58:14.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:15.124 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=6.688263ms] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:15.154 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:15.154 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/04 10:58:15.158 +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"=42.436221ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:14.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:15.207 +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-04 10:58:14.618 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:15.391 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/04 10:58:15.407 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.8529586\n# Parse_time: 0\n# Compile_time: 0.006246306\n# Rewrite_time: 0.000015225\n# Optimize_time: 0\n# Wait_TS: 0.000176882\n# DB: mysql\n# Is_internal: true\n# Digest: 923db1cc9d609e172ea493293255661f5a9679f95604192db50211d133741170\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status ( table_id bigint(64) PRIMARY KEY, parent_table_id bigint(64), table_statistics text DEFAULT NULL, last_job_id varchar(64) DEFAULT NULL, last_job_start_time timestamp NULL DEFAULT NULL, last_job_finish_time timestamp NULL DEFAULT NULL, last_job_ttl_expire timestamp NULL DEFAULT NULL, last_job_summary text DEFAULT NULL, current_job_id varchar(64) DEFAULT NULL, current_job_owner_id varchar(64) DEFAULT NULL, current_job_owner_addr varchar(256) DEFAULT NULL, current_job_owner_hb_time timestamp, current_job_start_time timestamp NULL DEFAULT NULL, current_job_ttl_expire timestamp NULL DEFAULT NULL, current_job_state text DEFAULT NULL, current_job_status varchar(64) DEFAULT NULL, current_job_status_update_time timestamp NULL DEFAULT NULL);"] [2025/04/04 10:58:15.408 +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/04 10:58:15.643 +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:2, start time: 2025-04-04 10:58:15.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:15.643 +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:2, start time: 2025-04-04 10:58:15.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:15.671 +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-04 10:58:15.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:16.011 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=5.702706ms] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:16.049 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:16.049 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/04 10:58:16.050 +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"=46.425772ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:15.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:16.125 +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-04 10:58:15.464 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:16.235 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/04 10:58:16.236 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.820786929\n# Parse_time: 0\n# Compile_time: 0.00487044\n# Rewrite_time: 0.000013971\n# Optimize_time: 0\n# Wait_TS: 0.000203498\n# DB: mysql\n# Is_internal: true\n# Digest: 99a5c0e89a0b881a0fa10de262495ae25955edb2a7ef8776054ab57aca80e0d7\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task ( job_id varchar(64) NOT NULL, table_id bigint(64) NOT NULL, scan_id int NOT NULL, scan_range_start BLOB, scan_range_end BLOB, expire_time timestamp NOT NULL, owner_id varchar(64) DEFAULT NULL, owner_addr varchar(64) DEFAULT NULL, owner_hb_time timestamp DEFAULT NULL, status varchar(64) DEFAULT 'waiting', status_update_time timestamp NULL DEFAULT NULL, state text, created_time timestamp NOT NULL, primary key(job_id, scan_id), key(created_time));"] [2025/04/04 10:58:16.237 +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/04 10:58:16.381 +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:2, start time: 2025-04-04 10:58:16.276 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:16.381 +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:2, start time: 2025-04-04 10:58:16.276 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:16.420 +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-04 10:58:16.276 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:16.692 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=6.722119ms] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:16.724 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:16.724 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/04 10:58:16.725 +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"=40.3634ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:16.276 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:16.769 +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-04 10:58:16.276 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:16.942 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/04 10:58:16.945 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.700954548\n# Parse_time: 0\n# Compile_time: 0.004490522\n# Rewrite_time: 0.000016954\n# Optimize_time: 0\n# Wait_TS: 0.000157571\n# DB: mysql\n# Is_internal: true\n# Digest: a59d1fe47cade4697d39b0374d27cfee2fa302a4c752a5ae5073cecda386a0e8\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history ( job_id varchar(64) PRIMARY KEY, table_id bigint(64) NOT NULL, parent_table_id bigint(64) NOT NULL, table_schema varchar(64) NOT NULL, table_name varchar(64) NOT NULL, partition_name varchar(64) DEFAULT NULL, create_time timestamp NOT NULL, finish_time timestamp NOT NULL, ttl_expire timestamp NOT NULL, summary_text text, expired_rows bigint(64) DEFAULT NULL, deleted_rows bigint(64) DEFAULT NULL, error_delete_rows bigint(64) DEFAULT NULL, status varchar(64) NOT NULL, key(table_schema, table_name, create_time), key(parent_table_id, create_time), key(create_time) );"] [2025/04/04 10:58:16.947 +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/04 10:58:17.130 +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:2, start time: 2025-04-04 10:58:16.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:17.130 +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:2, start time: 2025-04-04 10:58:16.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:17.153 +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-04 10:58:16.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:17.415 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=8.115078ms] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:17.432 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:17.432 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/04 10:58:17.434 +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"=28.465443ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:16.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:17.479 +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-04 10:58:16.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:17.626 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/04 10:58:17.628 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.667701932\n# Parse_time: 0\n# Compile_time: 0.004801564\n# Rewrite_time: 0.000029015\n# Optimize_time: 0\n# Wait_TS: 0.00015651\n# DB: mysql\n# Is_internal: true\n# Digest: 87a919aee92342a6b954c4ed4dd8cc629fccf29087b4eee86bc91114590f3e5c\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:58:17.629 +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/04 10:58:17.798 +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:2, start time: 2025-04-04 10:58:17.662 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:17.798 +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:2, start time: 2025-04-04 10:58:17.662 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:17.825 +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-04 10:58:17.662 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:18.129 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=6.414121ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:18.154 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:18.154 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/04 10:58:18.158 +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"=36.557118ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:17.662 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:18.212 +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-04 10:58:17.662 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:18.404 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/04 10:58:18.406 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.769904414\n# Parse_time: 0\n# Compile_time: 0.005060849\n# Rewrite_time: 0.000013559\n# Optimize_time: 0\n# Wait_TS: 0.000287123\n# DB: mysql\n# Is_internal: true\n# Digest: 35cf2ce48ba5e71b82858e4e3f3a03750eb81dc6d2c5dee011ea0f91b9a9599e\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, task_key VARCHAR(256) NOT NULL, type VARCHAR(256) NOT NULL, dispatcher_id VARCHAR(261), state VARCHAR(64) NOT NULL, priority INT DEFAULT 1, create_time TIMESTAMP, start_time TIMESTAMP, state_update_time TIMESTAMP, end_time TIMESTAMP, meta LONGBLOB, concurrency INT(11), step INT(11), target_scope VARCHAR(256) DEFAULT \"\", error BLOB, modify_params json, max_node_count INT DEFAULT 0, extra_params json, key(state), UNIQUE KEY task_key(task_key) );"] [2025/04/04 10:58:18.412 +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/04 10:58:18.615 +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:2, start time: 2025-04-04 10:58:18.488 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:18.615 +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:2, start time: 2025-04-04 10:58:18.488 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:18.642 +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-04 10:58:18.488 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:18.997 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=6.225887ms] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:19.022 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:19.022 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/04 10:58:19.026 +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"=35.559012ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:18.488 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:19.058 +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-04 10:58:18.488 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:19.254 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/04 10:58:19.256 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.826384443\n# Parse_time: 0\n# Compile_time: 0.010433219\n# Rewrite_time: 0.000185881\n# Optimize_time: 0\n# Wait_TS: 0.00054338\n# DB: mysql\n# Is_internal: true\n# Digest: 1865863db4761960f0296bcf5386c3bb0c98aa299ac12888aa8054dc66681ee3\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs ( id bigint(64) NOT NULL AUTO_INCREMENT, create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6), start_time TIMESTAMP(6) NULL DEFAULT NULL, update_time TIMESTAMP(6) NULL DEFAULT NULL, end_time TIMESTAMP(6) NULL DEFAULT NULL, table_schema VARCHAR(64) NOT NULL, table_name VARCHAR(64) NOT NULL, table_id bigint(64) NOT NULL, created_by VARCHAR(300) NOT NULL, parameters text NOT NULL, source_file_size bigint(64) NOT NULL, status VARCHAR(64) NOT NULL, step VARCHAR(64) NOT NULL, summary text DEFAULT NULL, error_message TEXT DEFAULT NULL, PRIMARY KEY (id), KEY (created_by), KEY (status));"] [2025/04/04 10:58:19.261 +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/04 10:58:19.461 +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:2, start time: 2025-04-04 10:58:19.314 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:19.461 +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:2, start time: 2025-04-04 10:58:19.314 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:19.483 +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-04 10:58:19.314 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:19.749 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=4.735475ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:19.765 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:19.765 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/04 10:58:19.766 +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"=22.75444ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:19.314 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:19.796 +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-04 10:58:19.314 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:19.962 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/04 10:58:19.968 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.689092534\n# Parse_time: 0\n# Compile_time: 0.00531233\n# Rewrite_time: 0.00001517\n# Optimize_time: 0\n# Wait_TS: 0.000186686\n# DB: mysql\n# Is_internal: true\n# Digest: e0bf00610662023227b3e4a7d5f58b03cae01c95aeaf892c603785420b5a5d10\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', INDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\", INDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:58:19.968 +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/04 10:58:20.150 +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:2, start time: 2025-04-04 10:58:20.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:20.150 +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:2, start time: 2025-04-04 10:58:20.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:20.170 +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-04 10:58:20.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:20.429 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=11.05948ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:20.461 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:20.462 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/04 10:58:20.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=45] ["take time"=45.787191ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:20.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:20.499 +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-04 10:58:20.039 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:20.661 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/04 10:58:20.683 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.709698181\n# Parse_time: 0\n# Compile_time: 0.008870717\n# Rewrite_time: 0.000016014\n# Optimize_time: 0\n# Wait_TS: 0.000368937\n# DB: mysql\n# Is_internal: true\n# Digest: 90a827f5aeb9baa2131bf6ef107c623b745894733d5936771bed7e5e4aa2a0ff\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries ( resource_group_name varchar(32) not null, start_time TIMESTAMP NOT NULL, repeats int default 1, match_type varchar(12) NOT NULL, action varchar(64) NOT NULL, sample_sql TEXT NOT NULL, sql_digest varchar(64) NOT NULL, plan_digest varchar(64) NOT NULL, tidb_server varchar(512), rule VARCHAR(512) DEFAULT '', INDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\", INDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\" ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:58:20.684 +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/04 10:58:21.006 +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:2, start time: 2025-04-04 10:58:20.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:21.006 +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:2, start time: 2025-04-04 10:58:20.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:21.039 +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-04 10:58:20.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:21.336 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=11.892477ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:21.360 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:21.369 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/04 10:58:21.369 +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"=46.289665ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:20.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:21.421 +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-04 10:58:20.782 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:21.602 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/04 10:58:21.604 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.911775931\n# Parse_time: 0\n# Compile_time: 0.026614351\n# Rewrite_time: 0.000016001\n# Optimize_time: 0\n# Wait_TS: 0.000187102\n# DB: mysql\n# Is_internal: true\n# Digest: 9911fdd027ae330cb69c5cc84a8759473df277eda62594b0dc9b5a797f09a21d\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` ( ID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT, NAMESPACE VARCHAR(256) NOT NULL, TIMER_KEY VARCHAR(256) NOT NULL, TIMER_DATA BLOB, TIMEZONE VARCHAR(64) NOT NULL, SCHED_POLICY_TYPE VARCHAR(32) NOT NULL, SCHED_POLICY_EXPR VARCHAR(256) NOT NULL, HOOK_CLASS VARCHAR(64) NOT NULL, WATERMARK TIMESTAMP DEFAULT NULL, ENABLE TINYINT(2) NOT NULL, TIMER_EXT JSON NOT NULL, EVENT_STATUS VARCHAR(32) NOT NULL, EVENT_ID VARCHAR(64) NOT NULL, EVENT_DATA BLOB, EVENT_START TIMESTAMP DEFAULT NULL, SUMMARY_DATA BLOB, CREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, UPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, VERSION BIGINT(64) UNSIGNED NOT NULL, PRIMARY KEY (ID), UNIQUE KEY timer_key(NAMESPACE, TIMER_KEY), KEY hook_class(HOOK_CLASS) );"] [2025/04/04 10:58:21.604 +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/04 10:58:21.737 +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:2, start time: 2025-04-04 10:58:21.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:21.737 +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:2, start time: 2025-04-04 10:58:21.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:21.763 +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-04 10:58:21.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:21.997 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=4.94821ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:22.018 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:22.018 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/04 10:58:22.020 +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"=28.69974ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:21.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:22.075 +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-04 10:58:21.634 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:22.192 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/04 10:58:22.196 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.586055673\n# Parse_time: 0\n# Compile_time: 0.004182472\n# Rewrite_time: 0.000015545\n# Optimize_time: 0\n# Wait_TS: 0.000194034\n# DB: mysql\n# Is_internal: true\n# Digest: 0756c368a062ed6f6fcf06118c0f681502d85d0c56147973918b699deb186db7\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done ( id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, record_id BIGINT(20) not null, resource_group_name varchar(32) not null, start_time datetime(6) NOT NULL, end_time datetime(6), watch bigint(10) NOT NULL, watch_text TEXT NOT NULL, source varchar(512) NOT NULL, action bigint(10), switch_group_name VARCHAR(32) DEFAULT '', rule VARCHAR(512) DEFAULT '', done_time TIMESTAMP(6) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:58:22.197 +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/04 10:58:22.293 +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:2, start time: 2025-04-04 10:58:22.24 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:22.293 +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:2, start time: 2025-04-04 10:58:22.24 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:22.315 +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-04 10:58:22.24 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:22.421 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=3.045679ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:22.453 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:22.454 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/04 10:58:22.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=48] ["take time"=38.105375ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:22.24 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:22.487 +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-04 10:58:22.24 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:22.552 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/04 10:58:22.553 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.352829976\n# Parse_time: 0\n# Compile_time: 0.002329936\n# Rewrite_time: 0.000013346\n# Optimize_time: 0\n# Wait_TS: 0.000186939\n# DB: mysql\n# Is_internal: true\n# Digest: d7aca5b8f7b6ebbd013778d4a0451e0b59954ffc0090d361b1f71722be496608\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.dist_framework_meta ( host VARCHAR(261) NOT NULL PRIMARY KEY, role VARCHAR(64), cpu_count int default 0, keyspace_id bigint(8) NOT NULL DEFAULT -1 );"] [2025/04/04 10:58:22.554 +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/04 10:58:22.646 +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:2, start time: 2025-04-04 10:58:22.589 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:22.646 +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:2, start time: 2025-04-04 10:58:22.589 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:22.679 +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-04 10:58:22.589 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:22.828 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=3.52307ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:22.862 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:22.862 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/04 10:58:22.868 +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"=38.623641ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:22.589 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:22.916 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:58:22.923 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:58:22.924 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:58:22.924 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:58:22.924 +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-04 10:58:22.589 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:23.021 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/04 10:58:23.023 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.464747116\n# Parse_time: 0\n# Compile_time: 0.00261438\n# Rewrite_time: 0.0000132\n# Optimize_time: 0\n# Wait_TS: 0.000152578\n# DB: mysql\n# Is_internal: true\n# Digest: 5ca9dd4b3efdb0fd8b4c7af3016f911e048fc356c5b2a241e06c5bc30f085ce7\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.request_unit_by_group ( start_time TIMESTAMP(6) NOT NULL, end_time TIMESTAMP(6) NOT NULL, resource_group VARCHAR(32) NOT null, total_ru bigint(64) UNSIGNED NOT NULL, PRIMARY KEY (start_time, end_time, resource_group), KEY (resource_group) );"] [2025/04/04 10:58:23.024 +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/04 10:58:23.032 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:58:23.097 +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:2, start time: 2025-04-04 10:58:23.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:23.098 +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:2, start time: 2025-04-04 10:58:23.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:23.113 +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-04 10:58:23.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:23.262 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=3.548634ms] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:23.290 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:23.290 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/04 10:58:23.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=50] ["take time"=32.446488ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:23.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:23.339 +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-04 10:58:23.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:23.471 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/04 10:58:23.472 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.443689983\n# Parse_time: 0\n# Compile_time: 0.002606735\n# Rewrite_time: 0.000012876\n# Optimize_time: 0\n# Wait_TS: 0.000136632\n# DB: mysql\n# Is_internal: true\n# Digest: c3f2b12f28890accfe7e3cd6df43661468be7bca7e24b853661916ce164d8160\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map ( restored_ts BIGINT NOT NULL, upstream_cluster_id BIGINT NOT NULL, segment_id BIGINT NOT NULL, id_map BLOB(524288) NOT NULL, update_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/04 10:58:23.473 +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/04 10:58:23.559 +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-04 10:58:23.536 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:23.559 +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-04 10:58:23.536 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/04 10:58:23.598 +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-04 10:58:23.536 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:23.645 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=657.736ยตs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/04 10:58:23.668 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:23.668 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/04 10:58:23.671 +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"=27.031458ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:58:23.536 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:23.707 +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-04 10:58:23.536 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:23.742 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/04 10:58:23.743 +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/04 10:58:23.831 +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:3, start time: 2025-04-04 10:58:23.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:23.835 +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:3, start time: 2025-04-04 10:58:23.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:23.863 +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-04 10:58:23.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:24.070 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=2.488591ms] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:58:24.087 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:24.087 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/04 10:58:24.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=52] ["take time"=20.058605ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:3, start time: 2025-04-04 10:58:23.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:24.126 +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-04 10:58:23.771 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:24.218 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/04 10:58:24.223 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.476287613\n# Parse_time: 0\n# Compile_time: 0.005778062\n# Rewrite_time: 0.002836278\n# Optimize_time: 0\n# Wait_TS: 0.000198388\n# DB: mysql\n# Is_internal: true\n# Digest: 04175714d714f771531a56c7ae3f097cec113655220f87ac336c5ae44d3d3f8f\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE OR REPLACE VIEW sys.schema_unused_indexes AS SELECT table_schema as object_schema, table_name as object_name, index_name FROM information_schema.cluster_tidb_index_usage WHERE table_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and index_name != 'PRIMARY' GROUP BY table_schema, table_name, index_name HAVING sum(last_access_time) is null;"] [2025/04/04 10:58:24.383 +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:2, start time: 2025-04-04 10:58:24.3 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:24.384 +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:2, start time: 2025-04-04 10:58:24.3 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:24.399 +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-04 10:58:24.3 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:24.611 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=5.273863ms] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:24.629 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:24.646 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/04 10:58:24.646 +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"=42.281787ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:24.3 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:24.679 +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-04 10:58:24.3 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:24.861 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/04 10:58:24.862 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.611165504\n# Parse_time: 0\n# Compile_time: 0.007619461\n# Rewrite_time: 0.000014227\n# Optimize_time: 0\n# Wait_TS: 0.000193885\n# DB: mysql\n# Is_internal: true\n# Digest: 70367647c92c5d0f8c232f2767a57dfe16b6ba8abad6fa939d6846291e8fa94c\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.index_advisor_results ( id bigint primary key not null auto_increment, created_at datetime not null, updated_at datetime not null, schema_name varchar(64) not null, table_name varchar(64) not null, index_name varchar(127) not null, index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"', index_details json, -- est_index_size, reason, DDL to create this index, ... top_impacted_queries json, -- improvement, plan before and after this index, ... workload_impact json, -- improvement and more details, ... extra json, -- for the cloud env to save more info like RU, cost_saving, ... index idx_create(created_at), index idx_update(updated_at), unique index idx(schema_name, table_name, index_columns));"] [2025/04/04 10:58:24.863 +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/04 10:58:25.034 +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:2, start time: 2025-04-04 10:58:24.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:25.034 +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:2, start time: 2025-04-04 10:58:24.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:25.053 +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-04 10:58:24.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:25.225 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=3.109597ms] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:25.251 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:25.251 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/04 10:58:25.254 +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"=33.755135ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:24.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:25.311 +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-04 10:58:24.908 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:25.397 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/04 10:58:25.398 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.523794169\n# Parse_time: 0\n# Compile_time: 0.008983704\n# Rewrite_time: 0.000013005\n# Optimize_time: 0\n# Wait_TS: 0.002954373\n# DB: mysql\n# Is_internal: true\n# Digest: 4f6cb23bc55d76683beb221b33d4e5d78047d43c500f2001fe11206811779076\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options ( module varchar(128), name varchar(128), value varchar(128), updated_at datetime, status varchar(128), description text, primary key(module, name));"] [2025/04/04 10:58:25.399 +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/04 10:58:25.526 +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:2, start time: 2025-04-04 10:58:25.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 10:58:25.530 +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:2, start time: 2025-04-04 10:58:25.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [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/04 10:58:25.545 +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-04 10:58:25.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:25.667 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=4.331142ms] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:58:25.706 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:58:25.706 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/04 10:58:25.709 +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"=47.450103ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:2, start time: 2025-04-04 10:58:25.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:25.754 +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-04 10:58:25.446 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 10:58:25.882 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/04 10:58:25.883 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 0\n# Query_time: 0.48025291\n# Parse_time: 0\n# Compile_time: 0.003976607\n# Rewrite_time: 0.000014514\n# Optimize_time: 0\n# Wait_TS: 0.000162048\n# DB: mysql\n# Is_internal: true\n# Digest: 22e991e019befcd18128737c6c7e27c9e600ee33f309f16473f3b2e432b493a4\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nCREATE TABLE IF NOT EXISTS mysql.tidb_workload_values ( id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, version bigint(20) NOT NULL, category varchar(64) NOT NULL, type varchar(64) NOT NULL, table_id bigint(20) NOT NULL, value json NOT NULL, index idx_version_category_type (version, category, type), index idx_table_id (table_id));"] [2025/04/04 10:58:25.884 +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/04 10:58:27.208 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117350204538880\n# Query_time: 0.793666114\n# Parse_time: 0\n# Compile_time: 0.315072229\n# Rewrite_time: 0.009708933\n# Optimize_time: 0\n# Wait_TS: 0\n# DB: mysql\n# Is_internal: true\n# Digest: eb58d96d7eba9ae407efec64db335db75d58891b8cfae5274e34deeeb21575de\n# Mem_max: 372808\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('vgPwvDAJMjdfMQkwCTAJTi9BCTAJdGltZTo0NDQuMm1zLCBvcGVuOjMwwrVzLCBjbG9zZTo4Ny43wrVzLCBsb29wczoxLCBwcmVwYXJlOiB7dG90YWw6IDYwLjVtcywgYXV0b19pZF9hbGxvY2F0b3I6IHthbGxvY19jbnQ6IDEsIEdldDp7bnVtX3JwYzoxLCB0b3RhbF90aW1lOjIxMi45wrVzfSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjQ1NA2KEGdldF9jDSQUczoxOS42BaEJEww6MS45Bcscc2xvd2VzdF8RQQBfAXQEIHsNtGwwLjAwMHMsIHJlZ2lvbl9pZDogMiwgc3RvcmU6CQcQMSwgfSwNVRxfcHJpbWFyeUZEAAAyikQADWQIbnVtIT8kd3JpdGVfa2V5cxkOnGJ5dGU6MzJ9fX0sIGluc2VydDozODMuN21zCTExNi4xIEtCCU4vQQo=')\n# Resource_group: default\nINSERT HIGH_PRIORITY INTO mysql.GLOBAL_VARIABLES VALUES (\"tidb_index_serial_scan_concurrency\", \"1\"), (\"tidb_opt_correlation_exp_factor\", \"1\"), (\"tidb_txn_entry_size_limit\", \"0\"), (\"tidb_enable_telemetry\", \"OFF\"), (\"session_track_system_variables\", \"\"), (\"binlog_row_image\", \"FULL\"), (\"tikv_client_read_timeout\", \"0\"), (\"secure_auth\", \"ON\"), (\"authentication_ldap_simple_max_pool_size\", \"1000\"), (\"mpp_version\", \"UNSPECIFIED\"), (\"innodb_change_buffering\", \"all\"), (\"validate_password.check_user_name\", \"ON\"), (\"tidb_pre_split_regions\", \"0\"), (\"tidb_opt_agg_push_down\", \"OFF\"), (\"tidb_enable_tmp_storage_on_oom\", \"ON\"), (\"low_priority_updates\", \"OFF\"), (\"rpl_semi_sync_master_wait_for_slave_count\", \"1\"), (\"tidb_enable_column_tracking\", \"ON\"), (\"lc_messages\", \"en_US\"), (\"innodb_random_read_ahead\", \"OFF\"), (\"tidb_cloud_storage_uri\", \"\"), (\"innodb_print_all_deadlocks\", \"OFF\"), (\"default_password_lifetime\", \"0\"), (\"tidb_opt_fix_control\", \"\"), (\"tidb_opt_derive_topn\", \"OFF\"), (\"slave_checkpoint_period\", \"300\"), (\"tidb_enable_global_index\", \"ON\"), (\"sql_slave_skip_counter\", \"0\"), (\"innodb_stats_method\", \"nulls_equal\"), (\"tidb_store_batch_size\", \"4\"), (\"tidb_opt_skew_distinct_agg\", \"OFF\"), (\"tidb_enable_index_merge\", \"ON\"), (\"tidb_hashagg_final_concurrency\", \"-1\"), (\"tidb_stats_cache_mem_quota\", \"0\"), (\"validate_password.special_char_count\", \"1\"), (\"authentication_ldap_sasl_bind_root_dn\", \"\"), (\"autocommit\", \"ON\"), (\"tidb_opt_range_max_size\", \"67108864\"), (\"max_binlog_size\", \"1073741824\"), (\"authentication_ldap_sasl_user_search_attr\", \"uid\"), (\"tidb_enable_fast_table_check\", \"ON\"), (\"tidb_index_lookup_concurrency\", \"-1\"), (\"innodb_compression_failure_threshold_pct\", \"5\"), (\"tidb_plan_cache_invalidation_on_fresh_stats\", \"ON\"), (\"tidb_enable_paging\", \"ON\"), (\"innodb_stats_auto_recalc\", \"1\"), (\"thread_cache_size\", \"9\"), (\"storage_engine\", \"InnoDB\"), (\"innodb_online_alter_log_max_size\", \"134217728\"), (\"tidb_opt_copcpu_factor\", \"3\"), (\"tiflash_compute_dispatch_policy\", \"consistent_hash\"), (\"tidb_hashagg_partial_concurrency\", \"-1\"), (\"tidb_analyze_column_options\", \"PREDICATE\"), (\"authentication_ldap_sasl_bind_root_pwd\", \"\"), (\"tidb_placement_mode\", \"STRICT\"), (\"innodb_io_capacity_max\", \"2000\"), (\"tidb_enable_auto_increment_in_generated\", \"OFF\"), (\"tidb_rc_write_check_ts\", \"OFF\"), (\"super_read_only\", \"OFF\"), (\"ft_boolean_syntax\", \"+ -><()~*:\\\"\\\"&|\"), (\"tidb_partition_prune_mode\", \"dynamic\"), (\"tidb_init_chunk_size\", \"32\"), (\"innodb_rollback_segments\", \"128\"), (\"tidb_mem_quota_analyze\", \"-1\"), (\"innodb_compression_pad_pct_max\", \"50\"), (\"tidb_gc_scan_lock_mode\", \"LEGACY\"), (\"tidb_enable_prepared_plan_cache\", \"ON\"), (\"max_user_connections\", \"0\"), (\"rewriter_enabled\", \"\"), (\"group_concat_max_len\", \"1024\"), (\"ndb_optimization_delay\", \"\"), (\"delayed_insert_limit\", \"100\"), (\"tidb_historical_stats_duration\", \"168h0m0s\"), (\"myisam_repair_threads\", \"1\"), (\"session_track_schema\", \"\"), (\"delayed_insert_timeout\", \"300\"), (\"require_secure_transport\", \"OFF\"), (\"enforce_gtid_consistency\", \"OFF\"), (\"tidb_ttl_scan_batch_size\", \"500\"), (\"tidb_opt_force_inline_cte\", \"OFF\"), (\"sql_big_selects\", \"ON\"), (\"password_reuse_interval\", \"0\"), (\"tidb_gogc_tuner_max_value\", \"500\"), (\"tmp_table_size\", \"16777216\"), (\"tidb_row_format_version\", \"2\"), (\"tidb_enable_pipelined_window_function\", \"ON\"), (\"flush\", \"OFF\"), (\"innodb_sync_spin_loops\", \"30\"), (\"tidb_enable_async_commit\", \"OFF\"), (\"tidb_executor_concurrency\", \"5\"), (\"tidb_enable_pseudo_for_outdated_stats\", \"OFF\"), (\"mysql_native_password_proxy_users\", \"\"), (\"authentication_ldap_simple_ca_path\", \"\"), (\"tidb_ddl_error_count_limit\", \"512\"), (\"tidb_max_dist_task_nodes\", \"-1\"), (\"log_slow_admin_statements\", \"OFF\"), (\"slave_max_allowed_packet\", \"1073741824\"), (\"ndb_log_binlog_index\", \"\"), (\"slow_query_log\", \"0\"), (\"tidb_evolve_plan_baselines\", \"OFF\"), (\"log_syslog\", \"\"), (\"slave_transaction_retries\", \"10\"), (\"tidb_prepared_plan_cache_size\", \"100\"), (\"validate_password.enable\", \"OFF\"), (\"tidb_ttl_delete_worker_count\", \"4\"), (\"tidb_super_read_only\", \"OFF\"), (\"innodb_buffer_pool_load_now\", \"OFF\"), (\"ndb_blob_write_batch_bytes\", \"\"),(len:25902);"] [2025/04/04 10:58:27.573 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=33.74998901s] [2025/04/04 10:58:27.583 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:58:27.583 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=b318a122-94da-4545-ba46-0c4282deb0a3] [2025/04/04 10:58:27.583 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:58:27.584 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:58:27.584 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=163.479ยตs] [2025/04/04 10:58:27.584 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=129.599ยตs] [2025/04/04 10:58:27.585 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=127.954ยตs] [2025/04/04 10:58:27.585 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=122.64ยตs] [2025/04/04 10:58:27.585 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=120.915ยตs] [2025/04/04 10:58:27.591 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=164.533ยตs] [2025/04/04 10:58:27.591 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=145.107ยตs] [2025/04/04 10:58:27.592 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=128.57ยตs] [2025/04/04 10:58:27.592 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=122.207ยตs] [2025/04/04 10:58:27.593 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=111.337ยตs] [2025/04/04 10:58:27.593 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=b318a122-94da-4545-ba46-0c4282deb0a3] [2025/04/04 10:58:27.593 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:58:27.593 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:58:27.637 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=b318a122-94da-4545-ba46-0c4282deb0a3] ["take time"=54.094259ms] [2025/04/04 10:58:27.637 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=b318a122-94da-4545-ba46-0c4282deb0a3] [2025/04/04 10:58:27.637 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:58:27.638 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:58:27.638 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:58:27.638 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:58:27.638 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:58:27.638 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:58:27.638 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:58:27.638 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:58:27.638 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:58:27.638 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:58:27.638 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:58:27.638 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:58:27.638 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:58:27.643 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:58:27.644 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:58:27.644 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=61.639977ms] [2025/04/04 10:58:27.644 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=133dec41-197f-4a9a-9b97-8f6886e0cbc8] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 10:58:27.911 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:58:27.911 +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/04 10:58:28.626 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=712.823822ms] [2025/04/04 10:58:28.627 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:58:28.627 +00:00] [WARN] [domain.go:835] ["loading schema takes a long time"] ["take time"=714.377563ms] [2025/04/04 10:58:28.628 +00:00] [INFO] [domain.go:856] ["use this schema and update ts"] ["schema ver"=55] ["reload ts"=457117350920716288] [2025/04/04 10:58:28.647 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=58559359-3e42-4ceb-8652-7ce41f9cc1dd] [runWorker=true] [jobVersion=v1] [2025/04/04 10:58:28.652 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:58:28.652 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:58:28.652 +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/04 10:58:28.652 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=58559359-3e42-4ceb-8652-7ce41f9cc1dd] [2025/04/04 10:58:28.652 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:58:28.652 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:58:28.652 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:58:28.653 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:58:28.653 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:58:28.653 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:58:28.653 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:58:28.653 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:58:28.653 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:58:28.653 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:58:28.653 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:58:28.654 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:58:28.654 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:58:28.654 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:58:28.654 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:58:28.687 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:58:28.688 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/04 10:58:28.688 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=58559359-3e42-4ceb-8652-7ce41f9cc1dd] [2025/04/04 10:58:28.750 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/04 10:58:28.758 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/04 10:58:28.759 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:58:28.833 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:58:28.868 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:58:28.868 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/04 10:58:28.871 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:58:28.871 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/04 10:58:28.871 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=58559359-3e42-4ceb-8652-7ce41f9cc1dd] [2025/04/04 10:58:28.871 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/04 10:58:28.871 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:58:28.871 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:58:28.872 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:58:28.872 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:58:28.892 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=58559359-3e42-4ceb-8652-7ce41f9cc1dd] [ttl-worker=task-manager] [ttl-worker=58559359-3e42-4ceb-8652-7ce41f9cc1dd] [originalCount=0] [newCount=4] [2025/04/04 10:58:28.893 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=58559359-3e42-4ceb-8652-7ce41f9cc1dd] [ttl-worker=task-manager] [ttl-worker=58559359-3e42-4ceb-8652-7ce41f9cc1dd] [originalCount=0] [newCount=4] [2025/04/04 10:58:28.932 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=58559359-3e42-4ceb-8652-7ce41f9cc1dd] [2025/04/04 10:58:29.897 +00:00] [INFO] [runtime.go:172] ["TimerGroupRuntime loop started"] [groupID=ttl] [2025/04/04 10:58:29.899 +00:00] [INFO] [runtime.go:450] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2025/04/04 10:58:29.944 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:58:29.945 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:58:29.945 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:58:29.945 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] testkit.go:123: RefreshSession rand seed: 1743764310343851604 [2025/04/04 10:58:30.665 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:58:36.949 +00:00] [INFO] [select.go:515] ["limit executor close takes a long time"] [elapsed=44.340252ms] [2025/04/04 10:59:24.953 +00:00] [INFO] [select.go:515] ["limit executor close takes a long time"] [elapsed=11.665578ms] [2025/04/04 11:00:05.321 +00:00] [INFO] [tidb.go:266] ["rollbackTxn called due to ddl/autocommit failure"] [2025/04/04 11:00:05.328 +00:00] [WARN] [adapter.go:1730] ["# Txn_start_ts: 457117376246448128\n# Conn_ID: 1\n# Query_time: 61.374222858\n# Parse_time: 0\n# Compile_time: 61.288763932\n# Rewrite_time: 0.001189423\n# Optimize_time: 0.000679833\n# Wait_TS: 0.000189968\n# Is_internal: true\n# Digest: c960fdcca3bfcd8d08c26b0efd4e4b57092fffe8c3f0e2188f37c0b976441a70\n# Mem_max: 6292856\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Unpacked_bytes_sent_tikv_total: 0\n# Unpacked_bytes_received_tikv_total: 0\n# Unpacked_bytes_sent_tikv_cross_zone: 0\n# Unpacked_bytes_received_tikv_cross_zone: 0\n# Unpacked_bytes_sent_tiflash_total: 0\n# Unpacked_bytes_received_tiflash_total: 0\n# Unpacked_bytes_sent_tiflash_cross_zone: 0\n# Unpacked_bytes_received_tiflash_cross_zone: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: false\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('kgPwVTAJMjdfMQkwCTAJTi9BCTAJdGltZTo4My44bXMsIG9wZW46MzQuN8K1cywgY2xvc2U6NDjCtXMsIGxvb3BzOjEsIGF1dG9faWRfYWxsb2NhdG9yOiB7BQx4X2NudDogMSwgR2V0OntudW1fcnBjOjEsIHRvdGFsXwVpDDI2NC4BUHR9LCBjb21taXRfdHhuOiB7cHJld3JpdGU6NjkxLjUFfgxnZXRfESQMczoyMwUVCREUOjU2Ni45BREcc2xvd2VzdF8RQQV0BCB7BXN0OiAwLjAwMXMsIHJlZ2lvbl9pZDogMiwgc3RvcmU6CQcIMSwgGYwYcHJpbWFyeUZEAAAwikQADWQIbnVtAfQFzgxfa2V5JTQJDlRieXRlOjUwfX0JNi4wMCBNQglOL0EK')\n# Binary_plan: tidb_decode_binary_plan('nwPwXgqaAwoISW5zZXJ0XzE4AUABUgNOL0FaL3RpbWU6ODMuOG1zLCBvcGVuOjM0LjfCtXMsIGNsb3NlOjQ4wrVzLCBsb29wczoxYsMCYXV0b19pZF9hbGxvY2F0b3I6IHthAQx4X2NudDogMSwgR2V0OntudW1fcnBjOjEsIHRvdGFsXwVqmDI2NC44wrVzfSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjY5MS41wgF/DGdldF8RJAxzOjIzBYcJERQ6NTY2LjkFERxzbG93ZXN0XxFBBXQEIHsFc3Q6IDAuMDAxcywgcmVnaW9uX2lkOiAyLCBzdG9yZToJBwgxLCAZjBhwcmltYXJ5RkQAADCKRAANZAhudW0B9AXOEF9rZXlzGQ5oYnl0ZTo1MH19cPiKgAN4////////////ARgB')\n# Resource_group: default\n insert into mysql.tidb_background_subtask(step, task_key, exec_id, meta, state, type, concurrency, ordinal, create_time, checkpoint, summary) values(1, '1', 'execID', _binary'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(len:6291692);"] [2025/04/04 11:00:05.330 +00:00] [WARN] [session.go:2179] ["run statement failed"] [schemaVersion=55] [error="[kv:8025]entry too large, the max entry size is 6291456, the size of data is 6291597"] [errorVerbose="[kv:8025]entry too large, the max entry size is 6291456, the size of data is 6291597\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.(*Error).GenWithStackByArgs\n\texternal/com_github_pingcap_errors/normalize.go:175\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:101\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*memBuffer).SetWithFlags\n\tpkg/store/driver/txn/unionstore_driver.go:96\ngithub.com/pingcap/tidb/pkg/table/tblctx.(*EncodeRowBuffer).WriteMemBufferEncoded\n\tpkg/table/tblctx/buffers.go:82\ngithub.com/pingcap/tidb/pkg/table/tables.(*TableCommon).addRecord\n\tpkg/table/tables/tables.go:865\ngithub.com/pingcap/tidb/pkg/table/tables.(*TableCommon).AddRecord\n\tpkg/table/tables/tables.go:682\ngithub.com/pingcap/tidb/pkg/executor.(*InsertValues).addRecordWithAutoIDHint\n\tpkg/executor/insert_common.go:1419\ngithub.com/pingcap/tidb/pkg/executor.(*InsertExec).exec\n\tpkg/executor/insert.go:112\ngithub.com/pingcap/tidb/pkg/executor.insertRows\n\tpkg/executor/insert_common.go:254\ngithub.com/pingcap/tidb/pkg/executor.(*InsertExec).Next\n\tpkg/executor/insert.go:369\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:460\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1273\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:1022\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:855\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:618\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2305\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2167\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternal\n\tpkg/session/session.go:1540\ngithub.com/pingcap/tidb/pkg/util/sqlexec.ExecSQL\n\tpkg/util/sqlexec/restricted_sql_executor.go:256\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage_test.TestTaskManagerEntrySize.func2.1\n\tpkg/disttask/framework/storage/table_test.go:1204\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage.(*TaskManager).WithNewSession\n\tpkg/disttask/framework/storage/task_table.go:169\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage_test.TestTaskManagerEntrySize.func2\n\tpkg/disttask/framework/storage/table_test.go:1203\ngithub.com/pingcap/tidb/pkg/disttask/framework/storage_test.TestTaskManagerEntrySize\n\tpkg/disttask/framework/storage/table_test.go:1212\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [session="{\n \"currDBName\": \"\",\n \"id\": 1,\n \"status\": 2,\n \"strictMode\": true,\n \"user\": null\n}"] testkit.go:123: RefreshSession rand seed: 1743764405331956522 [2025/04/04 11:00:05.407 +00:00] [INFO] [set.go:172] ["set global var"] [conn=2] [name=tidb_txn_entry_size_limit] [val=7340032] testkit.go:123: RefreshSession rand seed: 1743764405408569807 -- Test timed out at 2025-04-04 11:00:21 UTC -- ================================================================================ [26,088 / 27,018] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 17 of 42); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,091 / 27,018] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 17 of 42); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,094 / 27,018] 279 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 10); 34s remote-cache, linux-sandbox ... (70 actions running) [26,096 / 27,018] 279 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 10); 35s remote-cache, linux-sandbox ... (70 actions running) [26,100 / 27,027] 280 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 10); 36s remote-cache, linux-sandbox ... (70 actions running) [26,104 / 27,027] 280 / 457 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 10); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,108 / 27,027] 280 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 34s remote-cache, linux-sandbox ... (70 actions running) [26,111 / 27,027] 280 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,112 / 27,027] 280 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,115 / 27,027] 280 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 38s remote-cache, linux-sandbox ... (70 actions running) [26,121 / 27,027] 280 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,126 / 27,027] 281 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,128 / 27,027] 281 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,130 / 27,027] 281 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [26,131 / 27,027] 281 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 44s remote-cache, linux-sandbox ... (70 actions running) [26,133 / 27,027] 281 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,135 / 27,027] 281 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,137 / 27,027] 281 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,144 / 27,029] 281 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,149 / 27,031] 282 / 457 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 10 of 50); 29s remote-cache, linux-sandbox ... (70 actions running) [26,154 / 27,031] 282 / 457 tests; Testing //pkg/executor/test/analyzetest:analyzetest_test (shard 17 of 49); 27s remote-cache, linux-sandbox ... (70 actions running) [26,158 / 27,031] 283 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 17 of 19); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,161 / 27,031] 283 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,162 / 27,031] 283 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,167 / 27,031] 283 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 30s remote-cache, linux-sandbox ... (69 actions running) [26,169 / 27,031] 283 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 31s remote-cache, linux-sandbox ... (68 actions running) [26,174 / 27,075] 283 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,178 / 27,075] 283 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,179 / 27,075] 283 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 35s remote-cache, linux-sandbox ... (70 actions running) [26,182 / 27,075] 283 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,185 / 27,075] 283 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,191 / 27,075] 284 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 39s remote-cache, linux-sandbox ... (70 actions running) [26,193 / 27,075] 284 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 40s remote-cache, linux-sandbox ... (70 actions running) [26,196 / 27,075] 284 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,198 / 27,075] 284 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 43s remote-cache, linux-sandbox ... (70 actions running) [26,202 / 27,079] 284 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,205 / 27,079] 284 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,206 / 27,079] 284 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 47s remote-cache, linux-sandbox ... (70 actions running) [26,210 / 27,081] 285 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,213 / 27,130] 285 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,214 / 27,130] 285 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 51s remote-cache, linux-sandbox ... (70 actions running) [26,221 / 27,130] 288 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 53s remote-cache, linux-sandbox ... (70 actions running) [26,223 / 27,130] 288 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,226 / 27,143] 288 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,233 / 27,156] 288 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 56s remote-cache, linux-sandbox ... (70 actions running) [26,236 / 27,156] 288 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,239 / 27,207] 289 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,241 / 27,207] 289 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 60s remote-cache, linux-sandbox ... (70 actions running) [26,243 / 27,207] 289 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 61s remote-cache, linux-sandbox ... (70 actions running) [26,244 / 27,207] 289 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,245 / 27,207] 289 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 64s remote-cache, linux-sandbox ... (70 actions running) [26,249 / 27,214] 289 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,252 / 27,214] 289 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 67s remote-cache, linux-sandbox ... (70 actions running) [26,253 / 27,214] 289 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 68s remote-cache, linux-sandbox ... (70 actions running) [26,254 / 27,214] 289 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 70s remote-cache, linux-sandbox ... (70 actions running) [26,263 / 27,247] 289 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 71s remote-cache, linux-sandbox ... (70 actions running) [26,264 / 27,247] 289 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,265 / 27,247] 289 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,266 / 27,247] 289 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 75s remote-cache, linux-sandbox ... (70 actions running) [26,268 / 27,247] 289 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 76s remote-cache, linux-sandbox ... (70 actions running) [26,271 / 27,247] 289 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,274 / 27,247] 289 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,278 / 27,247] 289 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,281 / 27,247] 289 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 81s remote-cache, linux-sandbox ... (70 actions running) [26,281 / 27,247] 289 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 82s remote-cache, linux-sandbox ... (70 actions running) [26,282 / 27,247] 290 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 84s remote-cache, linux-sandbox ... (70 actions running) [26,286 / 27,269] 290 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,289 / 27,269] 290 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 86s remote-cache, linux-sandbox ... (70 actions running) [26,290 / 27,269] 290 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,291 / 27,269] 290 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 89s remote-cache, linux-sandbox ... (70 actions running) [26,294 / 27,269] 290 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,300 / 27,269] 291 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,301 / 27,269] 291 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 93s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,305 / 27,269] 291 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 94s remote-cache, linux-sandbox ... (70 actions running) [26,306 / 27,269] 291 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,309 / 27,269] 291 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 97s remote-cache, linux-sandbox ... (70 actions running) [26,311 / 27,269] 291 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 98s remote-cache, linux-sandbox ... (70 actions running) [26,315 / 27,269] 291 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,316 / 27,269] 291 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 101s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,322 / 27,271] 291 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,325 / 27,271] 291 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 103s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,326 / 27,271] 291 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 104s remote-cache, linux-sandbox ... (70 actions running) [26,330 / 27,290] 293 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 105s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,338 / 27,290] 293 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 106s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,342 / 27,290] 293 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 107s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,344 / 27,290] 293 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,347 / 27,316] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 110s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,348 / 27,316] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 111s remote-cache, linux-sandbox ... (70 actions running) [26,350 / 27,316] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 112s remote-cache, linux-sandbox ... (70 actions running) [26,356 / 27,316] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 114s remote-cache, linux-sandbox ... (70 actions running) [26,358 / 27,316] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 115s remote-cache, linux-sandbox ... (70 actions running) [26,360 / 27,316] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 116s remote-cache, linux-sandbox ... (70 actions running) [26,365 / 27,316] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 118s remote-cache, linux-sandbox ... (70 actions running) [26,366 / 27,316] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 119s remote-cache, linux-sandbox ... (70 actions running) [26,370 / 27,316] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 120s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,371 / 27,316] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 122s remote-cache, linux-sandbox ... (70 actions running) [26,373 / 27,316] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 124s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,379 / 27,318] 294 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 125s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,381 / 27,318] 295 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 126s remote-cache, linux-sandbox ... (70 actions running) [26,382 / 27,318] 295 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 127s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,385 / 27,318] 295 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 129s remote-cache, linux-sandbox ... (70 actions running) [26,388 / 27,318] 295 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 130s remote-cache, linux-sandbox ... (70 actions running) [26,391 / 27,318] 296 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 132s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,399 / 27,318] 296 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 133s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,401 / 27,318] 296 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 134s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,404 / 27,318] 296 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 135s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,409 / 27,318] 297 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 136s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,410 / 27,318] 297 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 137s remote-cache, linux-sandbox ... (70 actions running) [26,413 / 27,318] 297 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 138s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,417 / 27,332] 298 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 139s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,420 / 27,334] 298 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 140s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,421 / 27,334] 299 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 141s remote-cache, linux-sandbox ... (70 actions running) [26,423 / 27,334] 299 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 142s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,430 / 27,334] 300 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 144s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,435 / 27,370] 300 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 145s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,438 / 27,370] 300 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 146s remote-cache, linux-sandbox ... (70 actions running) [26,441 / 27,370] 300 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 148s remote-cache, linux-sandbox ... (70 actions running) [26,445 / 27,397] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 149s remote-cache, linux-sandbox ... (70 actions running) [26,452 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 151s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,456 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 152s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,458 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 153s remote-cache, linux-sandbox ... (70 actions running) [26,462 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 155s remote-cache, linux-sandbox ... (70 actions running) [26,465 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 156s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,467 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 157s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,468 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 159s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,470 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 160s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,473 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 161s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,475 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 162s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,479 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 163s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,481 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 164s remote-cache, linux-sandbox ... (70 actions running) [26,482 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 165s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,485 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 166s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,486 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 168s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,489 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 169s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,492 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 170s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,494 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 171s remote-cache, linux-sandbox ... (70 actions running) [26,497 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 172s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,503 / 27,405] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 173s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,507 / 27,410] 301 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 175s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,508 / 27,410] 302 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 176s remote-cache, linux-sandbox ... (70 actions running) [26,516 / 27,442] 302 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 177s remote-cache, linux-sandbox ... (70 actions running) [26,516 / 27,442] 302 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 178s remote-cache, linux-sandbox ... (70 actions running) [26,518 / 27,442] 302 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 179s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,521 / 27,442] 302 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 180s remote-cache, linux-sandbox ... (69 actions running) [26,527 / 27,442] 304 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 182s remote-cache, linux-sandbox ... (70 actions running) [26,530 / 27,454] 304 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 183s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,538 / 27,481] 305 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 184s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,543 / 27,481] 305 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 185s remote-cache, linux-sandbox ... (70 actions running) [26,549 / 27,481] 306 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 186s remote-cache, linux-sandbox ... (67 actions, 66 running) [26,556 / 27,494] 306 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 188s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,562 / 27,494] 306 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 189s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,565 / 27,494] 306 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 190s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,568 / 27,494] 306 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 191s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,569 / 27,494] 306 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 192s remote-cache, linux-sandbox ... (70 actions running) [26,578 / 27,494] 306 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 193s remote-cache, linux-sandbox ... (70 actions running) [26,580 / 27,494] 306 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 194s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,584 / 27,494] 306 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 196s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,585 / 27,494] 306 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 197s remote-cache, linux-sandbox ... (70 actions running) [26,590 / 27,494] 306 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 198s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,593 / 27,494] 306 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 200s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,597 / 27,523] 307 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 201s remote-cache, linux-sandbox ... (70 actions running) [26,601 / 27,523] 307 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 202s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,609 / 27,574] 307 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 203s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,613 / 27,574] 307 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 204s remote-cache, linux-sandbox ... (70 actions running) [26,620 / 27,578] 307 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 205s remote-cache, linux-sandbox ... (70 actions running) [26,624 / 27,578] 307 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 206s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,632 / 27,578] 307 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 208s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,635 / 27,578] 307 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 209s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,641 / 27,647] 309 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 210s remote-cache, linux-sandbox ... (70 actions running) [26,649 / 27,713] 312 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 211s remote-cache, linux-sandbox ... (70 actions running) [26,652 / 27,713] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 212s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,659 / 27,713] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 213s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,665 / 27,713] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 214s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,672 / 27,713] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 216s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,678 / 27,713] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 217s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,683 / 27,713] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 218s remote-cache, linux-sandbox ... (70 actions running) [26,684 / 27,713] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 219s remote-cache, linux-sandbox ... (70 actions running) [26,689 / 27,713] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 220s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,695 / 27,713] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 222s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,701 / 27,713] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 223s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,702 / 27,713] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 224s remote-cache, linux-sandbox ... (70 actions running) [26,709 / 27,713] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 225s remote-cache, linux-sandbox ... (70 actions running) [26,711 / 27,713] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 226s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,715 / 27,713] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 227s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,718 / 27,713] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 229s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,726 / 27,715] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 230s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,728 / 27,715] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 231s remote-cache, linux-sandbox ... (70 actions running) [26,733 / 27,715] 314 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 232s remote-cache, linux-sandbox ... (70 actions running) [26,736 / 27,715] 314 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 233s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,748 / 27,715] 314 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 234s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,750 / 27,715] 314 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 236s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,758 / 27,715] 314 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 237s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,763 / 27,715] 314 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 238s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,767 / 27,715] 314 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 239s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,768 / 27,715] 314 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 240s remote-cache, linux-sandbox ... (70 actions running) [26,775 / 27,715] 314 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 241s remote-cache, linux-sandbox ... (70 actions running) [26,779 / 27,754] 315 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 242s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,786 / 27,754] 315 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 243s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,789 / 27,754] 315 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 183s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,794 / 27,754] 315 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 184s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,798 / 27,754] 315 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 185s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,801 / 27,754] 315 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 186s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,806 / 27,756] 315 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 187s remote-cache, linux-sandbox ... (69 actions running) [26,812 / 27,756] 315 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 189s remote-cache, linux-sandbox ... (70 actions running) [26,819 / 27,756] 315 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 190s remote-cache, linux-sandbox ... (70 actions running) [26,824 / 27,756] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 191s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,831 / 27,756] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 192s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,834 / 27,756] 316 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 193s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,838 / 27,756] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 194s remote-cache, linux-sandbox ... (70 actions running) [26,844 / 27,758] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 195s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,848 / 27,758] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 196s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,849 / 27,758] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 197s remote-cache, linux-sandbox ... (70 actions running) [26,857 / 27,760] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 198s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,863 / 27,760] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 200s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,866 / 27,760] 318 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 201s remote-cache, linux-sandbox ... (70 actions running) [26,874 / 27,762] 319 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 202s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,878 / 27,762] 319 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 203s remote-cache, linux-sandbox ... (69 actions running) [26,883 / 27,791] 319 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 204s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,890 / 27,797] 320 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 205s remote-cache, linux-sandbox ... (69 actions running) [26,901 / 27,811] 320 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 206s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,905 / 27,811] 320 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 207s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,912 / 27,811] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 208s remote-cache, linux-sandbox ... (69 actions running) [26,924 / 27,811] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 209s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,926 / 27,811] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 210s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,934 / 27,811] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 211s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,939 / 27,811] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 212s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,942 / 27,811] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 214s remote-cache, linux-sandbox ... (70 actions running) [26,948 / 27,811] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 215s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,955 / 27,811] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 216s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,962 / 27,819] 322 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 217s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,972 / 27,819] 322 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 218s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,978 / 27,819] 322 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 219s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,983 / 27,819] 322 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 220s remote-cache, linux-sandbox ... (69 actions, 68 running) [26,989 / 27,819] 322 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 222s remote-cache, linux-sandbox ... (70 actions running) [26,993 / 27,819] 322 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 223s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,005 / 27,837] 324 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 224s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,012 / 27,837] 325 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 225s remote-cache, linux-sandbox ... (70 actions running) [27,019 / 27,837] 325 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 226s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,024 / 27,837] 325 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 228s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,035 / 27,848] 326 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 229s remote-cache, linux-sandbox ... (70 actions running) [27,039 / 27,848] 326 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 230s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,044 / 27,848] 327 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 231s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,047 / 27,848] 327 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 232s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,056 / 27,848] 327 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 233s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,060 / 27,899] 327 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 234s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,068 / 27,922] 328 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 236s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,075 / 27,922] 329 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 237s remote-cache, linux-sandbox ... (70 actions running) [27,083 / 27,950] 329 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 238s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,087 / 27,950] 330 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 239s remote-cache, linux-sandbox ... (70 actions running) [27,100 / 27,974] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 240s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,102 / 27,974] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 241s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,107 / 27,974] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 242s remote-cache, linux-sandbox ... (69 actions running) [27,111 / 27,974] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 244s remote-cache, linux-sandbox ... (70 actions running) [27,119 / 27,974] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 245s remote-cache, linux-sandbox ... (70 actions running) [27,124 / 27,974] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 246s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,128 / 27,974] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 247s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,134 / 27,974] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 248s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,144 / 27,974] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 249s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,147 / 27,974] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 250s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,156 / 27,974] 332 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 251s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,159 / 27,974] 332 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 252s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,171 / 27,974] 332 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 253s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,171 / 27,974] 332 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 255s remote-cache, linux-sandbox ... (70 actions running) [27,176 / 27,974] 332 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 256s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,187 / 27,979] 333 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 258s remote-cache, linux-sandbox ... (70 actions running) [27,192 / 27,979] 334 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 259s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,198 / 28,001] 334 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 260s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,204 / 28,001] 335 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 261s remote-cache, linux-sandbox ... (70 actions running) [27,206 / 28,001] 335 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 263s remote-cache, linux-sandbox ... (70 actions running) [27,214 / 28,001] 336 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 264s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,219 / 28,001] 336 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 265s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,225 / 28,001] 336 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 266s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,235 / 28,001] 336 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 267s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,246 / 28,070] 337 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 268s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,252 / 28,070] 337 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 269s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,259 / 28,074] 337 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 270s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,265 / 28,074] 338 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 271s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,270 / 28,074] 339 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 273s remote-cache, linux-sandbox ... (70 actions running) [27,282 / 28,098] 339 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 274s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,288 / 28,109] 340 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 275s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,296 / 28,111] 341 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 276s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,303 / 28,111] 341 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 277s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,305 / 28,111] 342 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 279s remote-cache, linux-sandbox ... (70 actions running) [27,314 / 28,111] 342 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 280s remote-cache, linux-sandbox ... (70 actions running) [27,327 / 28,117] 344 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 281s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,333 / 28,117] 345 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 282s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,341 / 28,121] 346 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 283s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,350 / 28,121] 346 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 284s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,352 / 28,121] 346 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 285s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,362 / 28,123] 347 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 286s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,372 / 28,128] 348 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 287s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,375 / 28,128] 348 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 289s remote-cache, linux-sandbox ... (70 actions running) [27,383 / 28,183] 350 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 290s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,388 / 28,183] 350 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 291s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,395 / 28,183] 350 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 292s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,402 / 28,183] 350 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 293s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,412 / 28,183] 350 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 295s remote-cache, linux-sandbox ... (70 actions running) [27,416 / 28,183] 350 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 296s remote-cache, linux-sandbox ... (70 actions running) [27,423 / 28,187] 351 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 297s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,435 / 28,262] 351 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 298s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,437 / 28,262] 352 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 299s remote-cache, linux-sandbox ... (70 actions running) [27,443 / 28,262] 356 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 300s remote-cache, linux-sandbox ... (70 actions running) [27,453 / 28,262] 356 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 301s remote-cache, linux-sandbox ... (68 actions, 66 running) [27,463 / 28,262] 356 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 303s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,469 / 28,262] 356 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 304s remote-cache, linux-sandbox ... (70 actions running) [27,473 / 28,262] 356 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 305s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,479 / 28,262] 357 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 306s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,488 / 28,262] 357 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 307s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,493 / 28,262] 357 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 308s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,498 / 28,262] 357 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 309s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,503 / 28,262] 357 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 311s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,509 / 28,262] 357 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 312s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,515 / 28,262] 357 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 313s remote-cache, linux-sandbox ... (70 actions running) [27,518 / 28,262] 357 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 314s remote-cache, linux-sandbox ... (70 actions running) [27,525 / 28,262] 357 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 315s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,533 / 28,262] 357 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 316s remote-cache, linux-sandbox ... (66 actions, 64 running) [27,539 / 28,278] 357 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 317s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,548 / 28,282] 357 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 318s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,555 / 28,282] 358 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 319s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,557 / 28,282] 358 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 321s remote-cache, linux-sandbox ... (70 actions running) [27,568 / 28,282] 359 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 322s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,574 / 28,282] 360 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 323s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,576 / 28,282] 360 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 324s remote-cache, linux-sandbox ... (69 actions running) [27,587 / 28,282] 361 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 326s remote-cache, linux-sandbox ... (70 actions running) [27,593 / 28,282] 361 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 327s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,598 / 28,282] 361 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 328s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,606 / 28,282] 362 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 329s remote-cache, linux-sandbox ... (69 actions running) [27,613 / 28,282] 362 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 331s remote-cache, linux-sandbox ... (70 actions running) [27,619 / 28,282] 363 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 332s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,625 / 28,282] 363 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 333s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,626 / 28,282] 363 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 334s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,636 / 28,282] 364 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 336s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,639 / 28,282] 364 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 337s remote-cache, linux-sandbox ... (70 actions running) [27,644 / 28,282] 364 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 338s remote-cache, linux-sandbox ... (70 actions running) [27,646 / 28,282] 364 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 339s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,652 / 28,282] 364 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 340s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,655 / 28,282] 364 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 341s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,660 / 28,282] 364 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 342s remote-cache, linux-sandbox ... (68 actions running) [27,672 / 28,282] 364 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 344s remote-cache, linux-sandbox ... (70 actions running) [27,679 / 28,282] 365 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 345s remote-cache, linux-sandbox ... (70 actions running) [27,684 / 28,282] 365 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 346s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,695 / 28,300] 365 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 347s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,702 / 28,300] 365 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 348s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,708 / 28,300] 365 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 350s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,712 / 28,302] 365 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 351s remote-cache, linux-sandbox ... (70 actions running) [27,715 / 28,302] 365 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 353s remote-cache, linux-sandbox ... (70 actions running) [27,724 / 28,302] 367 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 354s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,731 / 28,302] 369 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 355s remote-cache, linux-sandbox ... (70 actions running) [27,735 / 28,302] 369 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 357s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,743 / 28,302] 369 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 358s remote-cache, linux-sandbox ... (70 actions running) [27,749 / 28,326] 369 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 359s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,756 / 28,326] 370 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 360s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,760 / 28,326] 370 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 361s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,767 / 28,326] 370 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 363s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,772 / 28,326] 370 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 364s remote-cache, linux-sandbox ... (70 actions running) [27,782 / 28,352] 370 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 365s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,792 / 28,352] 370 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 366s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,794 / 28,352] 370 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 367s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,795 / 28,352] 370 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 369s remote-cache, linux-sandbox ... (70 actions running) [27,800 / 28,357] 371 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 370s remote-cache, linux-sandbox ... (70 actions running) [27,811 / 28,357] 371 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 371s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,814 / 28,357] 371 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 372s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,820 / 28,408] 372 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 373s remote-cache, linux-sandbox ... (69 actions running) [27,829 / 28,408] 373 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 46s remote-cache, linux-sandbox ... (70 actions running) [27,830 / 28,408] 373 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 47s remote-cache, linux-sandbox ... (70 actions running) [27,832 / 28,408] 373 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,835 / 28,408] 373 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,839 / 28,459] 373 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,843 / 28,512] 373 / 457 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,848 / 28,512] 374 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 38s remote-cache, linux-sandbox ... (70 actions running) [27,849 / 28,512] 375 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 39s remote-cache, linux-sandbox ... (70 actions running) [27,857 / 28,512] 375 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,863 / 28,527] 375 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,867 / 28,529] 375 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,873 / 28,529] 375 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 44s remote-cache, linux-sandbox ... (70 actions running) [27,878 / 28,531] 375 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,881 / 28,531] 375 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,887 / 28,531] 376 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,892 / 28,531] 376 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 49s remote-cache, linux-sandbox ... (70 actions running) [27,894 / 28,531] 376 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 50s remote-cache, linux-sandbox ... (70 actions running) [27,900 / 28,531] 376 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,907 / 28,531] 377 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,918 / 28,582] 377 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 54s remote-cache, linux-sandbox ... (70 actions running) [27,919 / 28,582] 377 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 55s remote-cache, linux-sandbox ... (70 actions running) [27,925 / 28,582] 377 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,929 / 28,582] 377 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,931 / 28,582] 377 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 59s remote-cache, linux-sandbox ... (70 actions running) [27,937 / 28,582] 377 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,941 / 28,582] 378 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,944 / 28,582] 378 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,956 / 28,584] 378 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,957 / 28,584] 378 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 48); 65s remote-cache, linux-sandbox ... (70 actions running) [27,964 / 28,584] 379 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 32 of 48); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,971 / 28,635] 379 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 32 of 48); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,978 / 28,642] 379 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 32 of 48); 28s remote-cache, linux-sandbox ... (70 actions running) [27,987 / 28,655] 379 / 457 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 32 of 48); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [27,991 / 28,655] 379 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 15 of 39); 26s remote-cache, linux-sandbox ... (67 actions, 66 running) [27,995 / 28,655] 379 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 15 of 39); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,006 / 28,655] 379 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 15 of 39); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,012 / 28,655] 379 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 15 of 39); 30s remote-cache, linux-sandbox ... (70 actions running) [28,016 / 28,655] 379 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 15 of 39); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,022 / 28,655] 379 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 15 of 39); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,027 / 28,668] 379 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 15 of 39); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,035 / 28,668] 380 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 16 of 39); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,038 / 28,668] 380 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 16 of 39); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,041 / 28,668] 380 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 16 of 39); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,056 / 28,745] 381 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 16 of 39); 32s remote-cache, linux-sandbox ... (70 actions running) [28,059 / 28,745] 381 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 16 of 39); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,063 / 28,745] 381 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 16 of 39); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,067 / 28,745] 381 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,072 / 28,745] 381 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,079 / 28,750] 381 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,083 / 28,801] 381 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,087 / 28,801] 381 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 39s remote-cache, linux-sandbox ... (70 actions running) [28,091 / 28,801] 382 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 40s remote-cache, linux-sandbox ... (70 actions running) [28,107 / 28,821] 382 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,114 / 28,821] 382 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,120 / 28,821] 382 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,128 / 28,821] 382 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,129 / 28,821] 382 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 46s remote-cache, linux-sandbox ... (70 actions running) [28,134 / 28,821] 382 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 47s remote-cache, linux-sandbox ... (70 actions running) [28,143 / 28,821] 383 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,149 / 28,821] 383 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,153 / 28,821] 383 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,159 / 28,821] 383 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 52s remote-cache, linux-sandbox ... (70 actions running) [28,165 / 28,821] 384 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,174 / 28,821] 385 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 55s remote-cache, linux-sandbox ... (68 actions running) [28,184 / 28,829] 385 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 56s remote-cache, linux-sandbox ... (67 actions, 66 running) [28,192 / 28,854] 385 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 57s remote-cache, linux-sandbox ... (70 actions running) [28,204 / 28,854] 385 / 457 tests; Testing //pkg/server/handler/tests:tests_test (shard 26 of 39); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,214 / 28,854] 386 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 35s remote-cache, linux-sandbox ... (70 actions running) [28,220 / 28,854] 387 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,226 / 28,859] 387 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,235 / 28,867] 387 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,245 / 28,867] 387 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,253 / 28,867] 387 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 41s remote-cache, linux-sandbox ... (70 actions running) [28,265 / 28,867] 387 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,271 / 28,867] 387 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,278 / 28,867] 389 / 457 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 14 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,282 / 28,905] 389 / 457 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 14 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,287 / 28,905] 389 / 457 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 14 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,296 / 28,914] 390 / 457 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 14 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,308 / 28,914] 390 / 457 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 14 of 50); 42s remote-cache, linux-sandbox ... (69 actions running) [28,315 / 28,914] 391 / 457 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 14 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,321 / 28,914] 391 / 457 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 15 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,327 / 28,914] 392 / 457 tests; Testing //pkg/executor:executor_test (shard 3 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,334 / 28,942] 392 / 457 tests; Testing //pkg/executor:executor_test (shard 4 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,344 / 28,944] 393 / 457 tests; Testing //pkg/executor:executor_test (shard 4 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,352 / 28,966] 393 / 457 tests; Testing //pkg/executor:executor_test (shard 4 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,358 / 28,966] 393 / 457 tests; Testing //pkg/executor:executor_test (shard 4 of 50); 21s remote-cache, linux-sandbox ... (70 actions running) [28,368 / 29,050] 393 / 457 tests; Testing //pkg/ddl:ddl_test (shard 4 of 50); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,374 / 29,050] 395 / 457 tests; Testing //pkg/ddl:ddl_test (shard 4 of 50); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,386 / 29,050] 395 / 457 tests; Testing //pkg/executor:executor_test (shard 43 of 50); 12s remote-cache, linux-sandbox ... (70 actions running) [28,398 / 29,050] 395 / 457 tests; GoLink pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,406 / 29,075] 395 / 457 tests; GoLink pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,417 / 29,077] 395 / 457 tests; Testing //pkg/ddl:ddl_test (shard 5 of 50); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,419 / 29,077] 395 / 457 tests; Testing //pkg/ddl:ddl_test (shard 5 of 50); 16s remote-cache, linux-sandbox ... (70 actions running) [28,424 / 29,077] 395 / 457 tests; Testing //pkg/ddl:ddl_test (shard 5 of 50); 17s remote-cache, linux-sandbox ... (70 actions running) [28,430 / 29,077] 395 / 457 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 18 of 24); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,441 / 29,087] 395 / 457 tests; Testing //pkg/ddl:ddl_test (shard 43 of 50); 14s remote-cache, linux-sandbox ... (67 actions running) [28,446 / 29,087] 395 / 457 tests; Testing //pkg/ddl:ddl_test (shard 43 of 50); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,458 / 29,087] 396 / 457 tests; Testing //pkg/ddl:ddl_test (shard 43 of 50); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,462 / 29,087] 396 / 457 tests; Testing //pkg/ddl:ddl_test (shard 43 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,472 / 29,087] 396 / 457 tests; Testing //pkg/ddl:ddl_test (shard 43 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,475 / 29,087] 396 / 457 tests; Testing //pkg/ddl:ddl_test (shard 43 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,485 / 29,087] 396 / 457 tests; GoLink pkg/executor/test/txn/txn_test_/txn_test; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,493 / 29,124] 396 / 457 tests; Testing //pkg/executor:executor_test (shard 8 of 50); 15s remote-cache, linux-sandbox ... (70 actions running) [28,497 / 29,124] 396 / 457 tests; Testing //pkg/executor:executor_test (shard 8 of 50); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,501 / 29,124] 396 / 457 tests; Testing //pkg/executor:executor_test (shard 8 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,511 / 29,124] 397 / 457 tests; Testing //pkg/executor:executor_test (shard 8 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,519 / 29,124] 397 / 457 tests; Testing //pkg/executor:executor_test (shard 8 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,526 / 29,124] 397 / 457 tests; Testing //pkg/executor:executor_test (shard 8 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,529 / 29,124] 397 / 457 tests; Testing //pkg/executor:executor_test (shard 8 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,536 / 29,124] 397 / 457 tests; Testing //pkg/executor:executor_test (shard 8 of 50); 23s remote-cache, linux-sandbox ... (70 actions running) [28,541 / 29,126] 397 / 457 tests; Testing //pkg/executor:executor_test (shard 8 of 50); 24s remote-cache, linux-sandbox ... (70 actions running) [28,552 / 29,126] 398 / 457 tests; Testing //pkg/executor:executor_test (shard 8 of 50); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,559 / 29,136] 399 / 457 tests; Testing //pkg/executor:executor_test (shard 8 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,567 / 29,136] 399 / 457 tests; Testing //pkg/executor:executor_test (shard 8 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,572 / 29,136] 399 / 457 tests; Testing //pkg/executor:executor_test (shard 8 of 50); 29s remote-cache, linux-sandbox ... (70 actions running) [28,578 / 29,136] 399 / 457 tests; Testing //pkg/executor:executor_test (shard 8 of 50); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,586 / 29,136] 399 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,591 / 29,136] 399 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,597 / 29,136] 399 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,602 / 29,187] 399 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 28s remote-cache, linux-sandbox ... (70 actions running) [28,608 / 29,187] 399 / 457 tests; Testing //pkg/executor:executor_test (shard 11 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,611 / 29,187] 399 / 457 tests; Testing //pkg/executor:executor_test (shard 11 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,616 / 29,187] 399 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,621 / 29,187] 399 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,626 / 29,187] 400 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,631 / 29,187] 400 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,636 / 29,187] 400 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,643 / 29,187] 400 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 22s remote-cache, linux-sandbox ... (70 actions running) [28,650 / 29,192] 400 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,659 / 29,192] 400 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,662 / 29,192] 400 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,666 / 29,192] 400 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,672 / 29,192] 401 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,678 / 29,192] 401 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,685 / 29,192] 401 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,692 / 29,192] 401 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,704 / 29,192] 403 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 32s remote-cache, linux-sandbox ... (70 actions running) [28,719 / 29,192] 403 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 9 of 22); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,722 / 29,192] 404 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,732 / 29,192] 405 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,743 / 29,231] 406 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 21s remote-cache, linux-sandbox ... (70 actions running) [28,745 / 29,231] 406 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,754 / 29,231] 406 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,762 / 29,231] 406 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,764 / 29,231] 407 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 26s remote-cache, linux-sandbox ... (70 actions running) [28,767 / 29,231] 407 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 27s remote-cache, linux-sandbox ... (69 actions running) [28,781 / 29,245] 407 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,786 / 29,245] 407 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 29s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,795 / 29,247] 407 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,803 / 29,249] 407 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 31s remote-cache, linux-sandbox ... (70 actions running) [28,810 / 29,279] 407 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,818 / 29,279] 407 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,823 / 29,279] 408 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 35s remote-cache, linux-sandbox ... (69 actions running) [28,843 / 29,281] 409 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 36s remote-cache, linux-sandbox ... (69 actions running) [28,850 / 29,281] 409 / 457 tests; Testing //pkg/executor:executor_test (shard 16 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,864 / 29,281] 410 / 457 tests; Testing //pkg/ddl:ddl_test (shard 23 of 50); 31s remote-cache, linux-sandbox ... (68 actions, 66 running) [28,873 / 29,281] 410 / 457 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 50); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,881 / 29,281] 411 / 457 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 50); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,895 / 29,281] 412 / 457 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 50); 32s remote-cache, linux-sandbox ... (70 actions running) [28,899 / 29,281] 412 / 457 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,906 / 29,281] 413 / 457 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 50); 35s remote-cache, linux-sandbox ... (66 actions, 63 running) [28,915 / 29,281] 413 / 457 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,923 / 29,281] 413 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,926 / 29,281] 413 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 28s remote-cache, linux-sandbox ... (70 actions running) [28,934 / 29,281] 413 / 457 tests; Testing //pkg/ddl:ddl_test (shard 29 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,939 / 29,281] 413 / 457 tests; Testing //pkg/ddl:ddl_test (shard 29 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,946 / 29,294] 413 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,953 / 29,345] 413 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,965 / 29,345] 414 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 20s remote-cache, linux-sandbox ... (70 actions running) [28,969 / 29,354] 414 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,980 / 29,365] 414 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,987 / 29,365] 414 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [28,996 / 29,365] 414 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 25s remote-cache, linux-sandbox ... (70 actions running) [29,010 / 29,367] 415 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,016 / 29,367] 415 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 27s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,023 / 29,367] 416 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,032 / 29,367] 416 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 27s remote-cache, linux-sandbox ... (69 actions running) [29,044 / 29,367] 417 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,053 / 29,367] 417 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 30s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,061 / 29,367] 417 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 31s remote-cache, linux-sandbox ... (70 actions running) [29,068 / 29,367] 417 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,072 / 29,367] 418 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,077 / 29,391] 418 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,090 / 29,391] 419 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 35 of 38); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,103 / 29,391] 420 / 457 tests; Testing //pkg/executor/test/executor:executor_test (shard 8 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,107 / 29,393] 420 / 457 tests; Testing //pkg/executor/test/executor:executor_test (shard 8 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,118 / 29,393] 420 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 10 of 32); 16s remote-cache, linux-sandbox ... (70 actions running) [29,128 / 29,393] 421 / 457 tests; Testing //pkg/planner/core/casetest/hint:hint_test (shard 6 of 8); 13s remote-cache, linux-sandbox ... (68 actions, 66 running) [29,136 / 29,393] 422 / 457 tests; Testing //pkg/planner/core/casetest/hint:hint_test (shard 6 of 8); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,147 / 29,407] 424 / 457 tests; Testing //pkg/planner/core/casetest/hint:hint_test (shard 6 of 8); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,158 / 29,407] 424 / 457 tests; Testing //pkg/planner/core/casetest/hint:hint_test (shard 6 of 8); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,167 / 29,414] 424 / 457 tests; Testing //pkg/planner/core/casetest/hint:hint_test (shard 6 of 8); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,176 / 29,414] 425 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 38); 13s remote-cache, linux-sandbox ... (70 actions running) [29,182 / 29,414] 425 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 38); 14s remote-cache, linux-sandbox ... (70 actions running) [29,193 / 29,414] 425 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 38); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,205 / 29,424] 425 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 38); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,212 / 29,424] 426 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 38); 17s remote-cache, linux-sandbox ... (70 actions running) [29,216 / 29,424] 426 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 38); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,225 / 29,431] 426 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 15 of 38); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,236 / 29,431] 426 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 34 of 38); 17s remote-cache, linux-sandbox ... (68 actions running) [29,245 / 29,431] 427 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 34 of 38); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,256 / 29,433] 427 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 34 of 38); 19s remote-cache, linux-sandbox ... (70 actions running) [29,264 / 29,433] 427 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 34 of 38); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,279 / 29,437] 429 / 457 tests; Testing //pkg/server:server_test (shard 2 of 50); 20s remote-cache, linux-sandbox ... (70 actions running) [29,294 / 29,437] 430 / 457 tests; Testing //pkg/server:server_test (shard 2 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,306 / 29,437] 431 / 457 tests; Testing //pkg/server:server_test (shard 2 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,321 / 29,437] 433 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 25 of 32); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,331 / 29,446] 433 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 25 of 32); 19s remote-cache, linux-sandbox ... (69 actions running) [29,354 / 29,446] 435 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 25 of 32); 20s remote-cache, linux-sandbox ... (69 actions running) [29,367 / 29,446] 437 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 25 of 32); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,382 / 29,446] 437 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,387 / 29,452] 437 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,389 / 29,452] 437 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,395 / 29,452] 437 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,406 / 29,454] 438 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,409 / 29,454] 438 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 20s remote-cache, linux-sandbox ... (70 actions running) [29,415 / 29,456] 439 / 457 tests; GoLink pkg/planner/core/tests/extractor/extractor_test_/extractor_test; 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,424 / 29,500] 440 / 457 tests; GoLink pkg/planner/core/tests/pointget/pointget_test_/pointget_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,441 / 29,507] 441 / 457 tests; GoLink pkg/planner/core/tests/redact/redact_test_/redact_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,445 / 29,512] 442 / 457 tests; GoLink pkg/planner/core/tests/prepare/prepare_test_/prepare_test; 13s remote-cache, linux-sandbox ... (70 actions running) [29,453 / 29,537] 442 / 457 tests; GoLink pkg/planner/util/fixcontrol/fixcontrol_test_/fixcontrol_test; 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,458 / 29,539] 442 / 457 tests; GoLink pkg/server/tests/cursor/cursor_test_/cursor_test; 14s remote-cache, linux-sandbox ... (69 actions running) [29,471 / 29,551] 444 / 457 tests; GoLink pkg/server/tests/tls/tls_test_/tls_test; 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,486 / 29,630] 444 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 7s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,495 / 29,630] 444 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 8s remote-cache, linux-sandbox ... (69 actions running) [29,500 / 29,630] 446 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,505 / 29,630] 446 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,511 / 29,630] 446 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,519 / 29,630] 446 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,528 / 29,630] 446 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,533 / 29,630] 446 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 14s remote-cache, linux-sandbox ... (69 actions running) [29,536 / 29,630] 448 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,544 / 29,630] 448 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,553 / 29,630] 448 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,562 / 29,630] 451 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,569 / 29,630] 452 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,574 / 29,630] 452 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,580 / 29,630] 452 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 22s remote-cache, linux-sandbox ... (70 actions running) [29,584 / 29,630] 452 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 23s remote-cache, linux-sandbox ... (70 actions running) [29,591 / 29,630] 453 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,604 / 29,630] 453 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 26s remote-cache, linux-sandbox ... (52 actions running) [29,624 / 29,630] 454 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 28s remote-cache, linux-sandbox ... (12 actions running) [29,626 / 29,630] 454 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 29s remote-cache, linux-sandbox ... (8 actions running) [29,627 / 29,630] 456 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 30s remote-cache, linux-sandbox ... (6 actions running) [29,628 / 29,630] 456 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 32s remote-cache, linux-sandbox ... (4 actions running) [29,628 / 29,630] 456 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 42s remote-cache, linux-sandbox ... (4 actions running) [29,629 / 29,630] 456 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 54s remote-cache, linux-sandbox [29,629 / 29,630] 456 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 65s remote-cache, linux-sandbox [29,629 / 29,630] 456 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 70s remote-cache, linux-sandbox INFO: Elapsed time: 2092.574s, Critical Path: 842.91s INFO: 29326 processes: 14976 remote cache hit, 1837 internal, 12513 linux-sandbox. INFO: Build completed successfully, 29326 total actions //br/pkg/config:config_test (cached) PASSED in 1.7s PASSED config.TestParseConfig (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/config/config_test/coverage.dat //br/pkg/encryption/master_key:master_key_test (cached) PASSED in 1.3s Stats over 11 runs: max = 1.3s, min = 1.1s, avg = 1.2s, dev = 0.1s 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.TestEncryptDecryptLargeData (0.0s) PASSED master_key.TestDecryptWithMissingMetadata (0.0s) PASSED master_key.TestDecryptWithTamperedCiphertext (0.0s) PASSED master_key.TestDecryptWithWrongKey (0.0s) PASSED master_key.TestEncryptDecrypt (0.0s) PASSED master_key.TestNewMemAesGcmBackend (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.TestKmsBackendDecrypt (0.0s) PASSED master_key.TestFileBackendAuthenticate (0.0s) PASSED master_key.TestFileBackendAes256Gcm (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/encryption/master_key/master_key_test/shard_1_of_11/coverage.dat //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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/errors/errors_test/coverage.dat //br/pkg/logutil:logutil_test (cached) PASSED in 1.2s Stats over 11 runs: max = 1.2s, min = 1.0s, avg = 1.1s, dev = 0.1s PASSED logutil_test.TestContextual (0.0s) PASSED logutil_test.TestShortError (0.0s) PASSED logutil_test.TestSSTMeta (0.0s) PASSED logutil_test.TestLeader (0.0s) PASSED logutil_test.TestRegion (0.0s) PASSED logutil_test.TestRewriteRule (0.0s) PASSED logutil_test.TestKeys (0.0s) PASSED logutil_test.TestKey (0.0s) PASSED logutil_test.TestRater (0.0s) PASSED logutil_test.TestFiles (0.0s) PASSED logutil_test.TestFile (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_5_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_4_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_1_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/logutil/logutil_test/shard_2_of_11/coverage.dat //br/pkg/metautil:metautil_test (cached) PASSED in 1.9s Stats over 10 runs: max = 1.9s, min = 1.3s, avg = 1.6s, dev = 0.2s 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.TestWalkMetaFileLeaf (0.0s) PASSED metautil.TestWalkMetaFileEmpty (0.0s) PASSED metautil.TestLoadBackupMetaPartionTable (0.0s) PASSED metautil.TestLoadBackupMeta (0.0s) PASSED metautil.TestDecodeMetaFile (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/metautil/metautil_test/shard_1_of_10/coverage.dat //br/pkg/pdutil:pdutil_test (cached) PASSED in 4.4s Stats over 4 runs: max = 4.4s, min = 1.3s, avg = 2.1s, 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/pdutil/pdutil_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/pdutil/pdutil_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/pdutil/pdutil_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/pdutil/pdutil_test/shard_1_of_4/coverage.dat //br/pkg/restore/internal/rawkv:rawkv_test (cached) PASSED in 1.2s PASSED rawkv_test.TestRawKVBatchClient (0.0s) PASSED rawkv_test.TestRawKVBatchClientDuplicated (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/internal/rawkv/rawkv_test/coverage.dat //br/pkg/restore/tiflashrec:tiflashrec_test (cached) PASSED in 1.8s Stats over 3 runs: max = 1.8s, min = 1.1s, avg = 1.4s, dev = 0.3s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/tiflashrec/tiflashrec_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/tiflashrec/tiflashrec_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/tiflashrec/tiflashrec_test/shard_1_of_3/coverage.dat //br/pkg/rtree:rtree_test (cached) PASSED in 17.5s Stats over 6 runs: max = 17.5s, min = 4.2s, avg = 6.6s, dev = 4.9s 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.TestRangeIntersect (0.0s) PASSED rtree_test.FuzzMerge (0.0s) PASSED rtree_test.FuzzMerge/seed#0 (0.0s) PASSED rtree_test.TestRangeTree (6.3s) PASSED rtree_test.FuzzMerge (0.0s) PASSED rtree_test.FuzzMerge/seed#0 (0.0s) PASSED rtree_test.TestLogRanges (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/rtree/rtree_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/rtree/rtree_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/rtree/rtree_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/rtree/rtree_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/rtree/rtree_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/rtree/rtree_test/shard_1_of_6/coverage.dat //br/pkg/streamhelper/daemon:daemon_test (cached) PASSED in 2.5s PASSED daemon_test.TestDaemon (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/daemon/daemon_test/coverage.dat //br/pkg/streamhelper/spans:spans_test (cached) PASSED in 1.2s Stats over 4 runs: max = 1.2s, min = 1.1s, avg = 1.1s, 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/spans/spans_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/spans/spans_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/spans/spans_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/spans/spans_test/shard_1_of_4/coverage.dat //br/pkg/summary:summary_test (cached) PASSED in 0.5s PASSED summary.TestSumDurationInt (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/trace/trace_test/coverage.dat //br/pkg/utils:utils_test (cached) PASSED in 21.3s Stats over 38 runs: max = 21.3s, min = 0.9s, avg = 3.3s, 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.TestTaskRegisterFailedGrant (20.1s) PASSED utils.TestTaskRegisterOnce (3.1s) PASSED utils.TestTaskRegister (0.1s) PASSED utils.TestProgress (12.0s) PASSED utils.TestWithCleanUp (0.0s) PASSED utils.TestIsTypeCompatible (0.0s) PASSED utils.TestBRConfigProvider (0.0s) PASSED utils.TestPrefix (0.0s) PASSED utils.TestDateFormat (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.TestCompareEndKey (0.0s) PASSED utils.TestParseKey (0.0s) PASSED utils.TestEncodeAndDecodeForStatsFile (0.0s) PASSED utils.TestEncodeAndDecodeForMetaFile (0.0s) PASSED utils.TestEncodeAndDecodeForBackupMeta (0.0s) 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.TestHandleErrorMsg (0.0s) PASSED utils.TestHandleError (0.0s) PASSED utils.TestRegionSplitInfo (0.0s) PASSED utils.TestGc (0.0s) PASSED utils.TestCheckLogBackupTaskExist (0.0s) PASSED utils.TestConstantBackoff (0.1s) PASSED utils.TestConstantBackoff/backedOff (0.1s) PASSED utils.TestConstantBackoff/infRetry (0.0s) PASSED utils.TestNewBackupSSTBackofferWithCancel (9.0s) PASSED utils.TestNewDownloadSSTBackofferWithCancel (10.0s) PASSED utils.TestNewImportSSTBackofferWithSucess (2.5s) PASSED utils.TestPdBackoffWithRetryableError (5.1s) PASSED utils.TestBackoffWithRetryableError (0.0s) PASSED utils.TestBackoffWithFatalRawGRPCError (0.0s) PASSED utils.TestWithRetryReturnLastErr (0.0s) PASSED utils.TestBackoffWithFatalError (0.0s) PASSED utils.TestBackoffWithUnknownErrorSuccess (0.0s) PASSED utils.TestBackoffWithSuccess (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_38_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_37_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_36_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_35_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_34_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_33_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_32_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_31_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_30_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_29_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_28_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_27_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_26_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_25_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_24_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_23_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_22_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_21_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_20_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_19_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_18_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_17_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_16_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_15_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_14_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_13_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_12_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_11_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_10_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_9_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_8_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_7_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_6_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_5_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_4_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_3_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_2_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/utils_test/shard_1_of_38/coverage.dat //br/pkg/utils/iter:iter_test (cached) PASSED in 4.7s Stats over 8 runs: max = 4.7s, min = 4.0s, avg = 4.2s, dev = 0.2s PASSED iter_test.TestErrorDuringTransforming (0.0s) PASSED iter_test.TestSome (0.0s) PASSED iter_test.TestTapping (0.0s) PASSED iter_test.TestCollect (0.0s) PASSED iter_test.TestParTrans (0.4s) PASSED iter_test.TestFailure (0.0s) PASSED iter_test.TestEnumerate (0.0s) PASSED iter_test.TestFilter (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/iter/iter_test/shard_2_of_8/coverage.dat //br/pkg/version:version_test (cached) PASSED in 2.1s Stats over 10 runs: max = 2.1s, min = 1.1s, avg = 1.5s, dev = 0.3s 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.TestCheckVersion (0.0s) PASSED version.TestExtractTiDBVersion (0.0s) PASSED version.TestNextMajorVersion (0.0s) PASSED version.TestCompareVersion (0.0s) PASSED version.TestCheckClusterVersion (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/version/version_test/shard_1_of_10/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/48a9e14a84b4fcc1d7be5266208a88ff/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) //dumpling/export:export_test (cached) PASSED in 8.5s Stats over 50 runs: max = 8.5s, min = 1.3s, avg = 1.9s, dev = 1.0s PASSED export.TestBuildWhereCondition (0.0s) PASSED export.TestBuildPartitionClauses (0.0s) PASSED export.TestBuildTableSampleQueries (0.0s) PASSED export.TestSelectTiDBRowID (0.5s) PASSED export.TestGetSuitableRows (0.0s) PASSED export.TestListPolicyNames (0.5s) PASSED export.TestShowCreatePolicy (0.0s) PASSED export.TestShowCreateSequence (0.0s) PASSED export.TestShowCreateView (0.0s) PASSED export.TestParseSnapshotToTSO (0.0s) PASSED export.TestBuildSelectField (0.3s) PASSED export.TestBuildOrderByClause (0.3s) PASSED export.TestBuildSelectAllQuery (0.0s) PASSED export.TestValidateResolveAutoConsistency (0.0s) PASSED export.TestConfigValidation (0.0s) PASSED export.TestListAllTablesByShowFullTables (0.0s) PASSED export.TestListAllTablesByTableStatus (0.0s) PASSED export.TestListAllTables (0.0s) PASSED export.TestPrepareDumpingDatabases (0.0s) PASSED export.TestMetricsRegistration (0.0s) PASSED export.TestNoPrivilege (0.0s) PASSED export.TestWriteTableDataWithStatementSize (0.0s) PASSED export.TestTiDBSnapshotMetaData (0.0s) PASSED export.TestWriteTableDataWithFileSizeAndRows (0.0s) PASSED export.TestEarlierMysqlMetaData (0.0s) PASSED export.TestWriteTableDataWithFileSize (0.0s) PASSED export.TestMariaDBWithFollowersMetaData (0.0s) PASSED export.TestWriteTableData (0.0s) PASSED export.TestMariaDBMetaData (0.0s) PASSED export.TestWriteViewMeta (0.0s) PASSED export.TestMysqlWithNullFollowersMetaData (0.0s) PASSED export.TestWriteTableMeta (0.0s) PASSED export.TestMysqlWithFollowersMetaData (0.0s) PASSED export.TestWritePolicyMeta (0.0s) PASSED export.TestMetaDataAfterConn (0.0s) PASSED export.TestWriteDatabaseMeta (0.0s) PASSED export.TestMysqlMetaData (0.0s) PASSED export.TestWrite (0.0s) PASSED export.TestChunkRowIter (0.0s) PASSED export.TestSQLDataTypes (0.0s) PASSED export.TestRowIter (0.0s) PASSED export.TestWriteInsertInCsvWithDialect (0.0s) PASSED export.TestSetSessionParams (0.0s) PASSED export.TestWriteInsertInCsvReturnsError (0.0s) PASSED export.TestSetDefaultSessionParams (0.0s) PASSED export.TestWriteInsertInCsv (0.0s) PASSED export.TestUnregisterMetrics (0.0s) PASSED export.TestWriteInsertReturnsError (0.0s) PASSED export.TestAdjustTableCollation (0.0s) PASSED export.TestWriteInsert (0.0s) PASSED export.TestAdjustDatabaseCollation (0.0s) PASSED export.TestWriteMeta (0.0s) PASSED export.TestGetListTableTypeByConf (0.0s) PASSED export.TestInfiniteChan (0.0s) PASSED export.TestDumpTableMeta (0.0s) PASSED export.TestRepeatableRead (0.0s) PASSED export.TestDumpExit (1.0s) PASSED export.TestSpeedRecorder (6.0s) PASSED export.TestConsistencyLockTiDBCheck (0.0s) PASSED export.TestGetParameters (0.0s) PASSED export.TestConsistencyControllerError (0.0s) PASSED export.TestEscape (0.0s) PASSED export.TestBuildRegionQueriesWithoutPartition (0.5s) PASSED export.TestFilterTables (0.0s) PASSED export.TestGetSpecifiedColumnValuesAndClose (0.0s) PASSED export.TestResolveAutoConsistency (0.0s) PASSED export.TestBuildRegionQueriesWithPartitions (0.0s) PASSED export.TestFilterDatabaseWithNoTable (0.0s) PASSED export.TestConsistencyLockControllerEmpty (0.0s) PASSED export.TestGetSpecifiedColumnValueAndClose (0.0s) PASSED export.TestBuildVersion3RegionQueries (0.0s) PASSED export.TestCreateExternalStorage (0.0s) PASSED export.TestConsistencyLockControllerRetry (0.0s) PASSED export.TestGetCharsetAndDefaultCollation (0.0s) PASSED export.TestCheckIfSeqExists (0.0s) PASSED export.TestConsistencyController (0.0s) PASSED export.TestCheckTiDBWithTiKV (0.0s) PASSED export.TestMatchMysqlBugVersion (0.0s) PASSED export.TestGetConfTables (0.0s) PASSED export.TestPickupPossibleField (0.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/dumpling/export/export_test/shard_5_of_50/coverage.dat //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.TestStoreType (0.0s) PASSED config.TestFlattenConfig (0.0s) PASSED config.TestMergeConfigItems (0.0s) PASSED config.TestCloneConf (0.0s) PASSED config.TestInvalidConfigWithDeprecatedConfig (0.0s) PASSED config.TestAutoScalerConfig (0.0s) PASSED config.TestGetGlobalKeyspaceName (0.0s) PASSED config.TestStatsLoadLimit (0.1s) PASSED config.TestConfigExample (0.0s) PASSED config.TestGetJSONConfig (0.0s) PASSED config.TestTcpNoDelay (0.0s) PASSED config.TestSecurityValid (0.0s) PASSED config.TestModifyThroughLDFlags (0.0s) PASSED config.TestEncodeDefTempStorageDir (0.0s) PASSED config.TestTokenLimit (0.0s) PASSED config.TestTableColumnCountLimit (0.0s) PASSED config.TestAtomicBoolUnmarshal (0.0s) PASSED config.TestIndexLimit (0.0s) PASSED config.TestLogConfig (0.0s) PASSED config.TestNullableBoolUnmarshal (0.0s) PASSED config.TestMaxIndexLength (0.0s) PASSED config.TestRemovedVariableCheck (0.0s) PASSED config.TestConfig (0.0s) PASSED config.TestTxnTotalSizeLimitValid (0.0s) PASSED config.TestDeprecatedConfig (0.0s) PASSED config.TestConflictInstanceConfig (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_26_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_25_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_24_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_23_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_22_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_21_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_20_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_19_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_18_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_17_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_16_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_15_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_14_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_13_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_12_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_11_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_1_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_10_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_3_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_2_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_9_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_4_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_5_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_6_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_8_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/config/config_test/shard_7_of_26/coverage.dat //pkg/ddl/copr:copr_test (cached) PASSED in 1.7s Stats over 3 runs: max = 1.7s, min = 1.3s, avg = 1.4s, 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/copr/copr_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/copr/copr_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/copr/copr_test/shard_1_of_3/coverage.dat //pkg/ddl/label:label_test (cached) PASSED in 1.0s Stats over 8 runs: max = 1.0s, min = 0.8s, avg = 0.9s, dev = 0.1s PASSED label.TestReset (0.0s) PASSED label.TestDefaultOrEmpty (0.0s) PASSED label.TestApplyAttributesSpec (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.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.TestNewLabels (0.0s) PASSED label.TestRestoreLabel (0.0s) PASSED label.TestRestoreLabel/normal (0.0s) PASSED label.TestRestoreLabel/normal_with_spaces (0.0s) PASSED label.TestNewLabel (0.0s) PASSED label.TestNewLabel/normal (0.0s) PASSED label.TestNewLabel/normal_with_space (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/label/label_test/shard_1_of_8/coverage.dat //pkg/ddl/schemaver:schemaver_test (cached) PASSED in 2.5s Stats over 5 runs: max = 2.5s, min = 1.3s, avg = 1.8s, dev = 0.4s PASSED schemaver.TestPutKVToEtcdMono (0.2s) PASSED schemaver.TestSyncerSimple (0.4s) PASSED schemaver.TestSyncJobSchemaVerLoop (1.1s) PASSED schemaver.TestDecodeJobVersionEvent (0.0s) PASSED schemaver.TestNodeVersions (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schemaver/schemaver_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schemaver/schemaver_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schemaver/schemaver_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schemaver/schemaver_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schemaver/schemaver_test/shard_1_of_5/coverage.dat //pkg/ddl/serverstate:serverstate_test (cached) PASSED in 1.4s PASSED serverstate_test.TestStateSyncerSimple (0.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/serverstate/serverstate_test/coverage.dat //pkg/ddl/util:util_test (cached) PASSED in 1.4s PASSED util.TestFolderNotEmpty (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/util/util_test/coverage.dat //pkg/distsql/context:context_test (cached) PASSED in 1.0s PASSED context.TestContextDetach (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/context/context_test/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.TestTaskStep (0.0s) PASSED proto.TestAllocatable (0.1s) PASSED proto.TestStep (0.0s) PASSED proto.TestSubtaskIsDone (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_1_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/proto/proto_test/shard_2_of_7/coverage.dat //pkg/disttask/operator:operator_test (cached) PASSED in 1.0s PASSED operator.TestPipelineAsyncMultiOperators (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/operator/operator_test/coverage.dat //pkg/domain/infosync:infosync_test (cached) PASSED in 1.6s Stats over 4 runs: max = 1.6s, min = 1.2s, avg = 1.4s, dev = 0.2s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/infosync/infosync_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/infosync/infosync_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/infosync/infosync_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/infosync/infosync_test/shard_1_of_4/coverage.dat //pkg/errctx:errctx_test (cached) PASSED in 1.0s PASSED errctx_test.TestContext (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/errctx/errctx_test/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/errno/errno_test/coverage.dat //pkg/executor/internal/applycache:applycache_test (cached) PASSED in 1.0s PASSED applycache.TestApplyCache (0.0s) PASSED applycache.TestApplyCacheConcurrent (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/applycache/applycache_test/coverage.dat //pkg/executor/internal/pdhelper:pdhelper_test (cached) PASSED in 1.3s PASSED pdhelper.TestTTLCache (0.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/pdhelper/pdhelper_test/coverage.dat //pkg/executor/internal/vecgroupchecker:vecgroupchecker_test (cached) PASSED in 1.3s Stats over 4 runs: max = 1.3s, min = 1.1s, avg = 1.2s, dev = 0.1s PASSED vecgroupchecker.TestIssue53867 (0.0s) PASSED vecgroupchecker.TestVecGroupChecker (0.0s) PASSED vecgroupchecker.TestVecGroupChecker4GroupCount (0.0s) PASSED vecgroupchecker.TestVecGroupCheckerDATARACE (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/vecgroupchecker/vecgroupchecker_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/vecgroupchecker/vecgroupchecker_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/vecgroupchecker/vecgroupchecker_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/vecgroupchecker/vecgroupchecker_test/shard_1_of_4/coverage.dat //pkg/expression/aggregation:aggregation_test (cached) PASSED in 1.5s Stats over 16 runs: max = 1.5s, min = 1.1s, avg = 1.3s, dev = 0.1s PASSED aggregation.TestDistinct (0.0s) PASSED aggregation.TestTypeInfer4AvgSum (0.0s) PASSED aggregation.TestBaseFunc_InferAggRetType (0.0s) PASSED aggregation.TestClone (0.0s) PASSED aggregation.TestAggFuncDesc (0.0s) PASSED aggregation.TestMaxMin (0.0s) PASSED aggregation.TestFirstRow (0.0s) PASSED aggregation.TestConcat (0.0s) PASSED aggregation.TestCount (0.0s) PASSED aggregation.TestBitXor (0.0s) PASSED aggregation.TestBitOr (0.0s) PASSED aggregation.TestBitAnd (0.0s) PASSED aggregation.TestSum (0.0s) PASSED aggregation.TestAvgFinalMode (0.0s) PASSED aggregation.TestAvg (0.0s) PASSED aggregation.TestAggFunc2Pb (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_16_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_15_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_14_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_13_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_12_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_11_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_10_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_9_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_8_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_7_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_6_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_5_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_4_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_3_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_2_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/aggregation/aggregation_test/shard_1_of_16/coverage.dat //pkg/expression/exprctx:exprctx_test (cached) PASSED in 1.2s Stats over 4 runs: max = 1.2s, min = 1.0s, avg = 1.1s, dev = 0.1s PASSED exprctx.TestOptionalPropKey (0.0s) PASSED exprctx.TestOptionalPropKeySetWithUnusedBits (0.0s) PASSED exprctx.TestOptionalPropKeySet (0.0s) PASSED exprctx.TestCtxWithHandleTruncateErrLevel (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprctx/exprctx_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprctx/exprctx_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprctx/exprctx_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprctx/exprctx_test/shard_1_of_4/coverage.dat //pkg/expression/expropt:expropt_test (cached) PASSED in 1.3s PASSED expropt.TestOptionalEvalPropProviders (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expropt/expropt_test/coverage.dat //pkg/expression/exprstatic:exprstatic_test (cached) PASSED in 1.3s Stats over 13 runs: max = 1.3s, min = 1.0s, avg = 1.1s, 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.TestUpdateStaticEvalContext (0.0s) PASSED exprstatic.TestStaticEvalContextOptionalProps (0.0s) PASSED exprstatic.TestStaticEvalCtxWarnings (0.0s) PASSED exprstatic.TestStaticEvalCtxCurrentTime (0.0s) PASSED exprstatic.TestNewStaticEvalCtx (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/exprstatic/exprstatic_test/shard_1_of_13/coverage.dat //pkg/expression/sessionexpr:sessionexpr_test (cached) PASSED in 1.2s Stats over 5 runs: max = 1.2s, min = 0.9s, avg = 1.1s, dev = 0.1s PASSED sessionexpr_test.TestSessionBuildContext (0.0s) PASSED sessionexpr_test.TestSessionEvalContextOptProps (0.0s) PASSED sessionexpr_test.TestSessionEvalContextPrivilegeCheck (0.0s) PASSED sessionexpr_test.TestSessionEvalContextCurrentTime (0.0s) PASSED sessionexpr_test.TestSessionEvalContextBasic (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/sessionexpr/sessionexpr_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/sessionexpr/sessionexpr_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/sessionexpr/sessionexpr_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/sessionexpr/sessionexpr_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/sessionexpr/sessionexpr_test/shard_1_of_5/coverage.dat //pkg/infoschema/internal:internal_test (cached) PASSED in 1.4s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/internal/internal_test/coverage.dat //pkg/infoschema/test/cachetest:cachetest_test (cached) PASSED in 1.5s Stats over 8 runs: max = 1.5s, min = 1.3s, avg = 1.4s, dev = 0.1s 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.TestGetLatest (0.0s) PASSED cachetest_test.TestGetByVersion (0.0s) PASSED cachetest_test.TestInsert (0.0s) PASSED cachetest_test.TestNewCache (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/cachetest/cachetest_test/shard_1_of_8/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/keyspace/keyspace_test/coverage.dat //pkg/kv:kv_test (cached) PASSED in 1.2s Stats over 23 runs: max = 1.2s, min = 0.8s, avg = 0.9s, dev = 0.1s PASSED kv.TestExchangeCompressionMode (0.0s) PASSED kv.TestMppVersion (0.0s) PASSED kv.TestVersion (0.0s) PASSED kv.TestIsRequestTypeSupported (0.0s) PASSED kv.TestError (0.0s) PASSED kv.TestGetInt64 (0.0s) PASSED kv.TestFaultInjectionBasic (0.0s) PASSED kv.TestIncInt64 (0.0s) PASSED kv.TestInnerTxnStartTsBox (0.0s) PASSED kv.TestPartialNext (0.0s) PASSED kv.TestIsPoint (0.0s) PASSED kv.TestRetryExceedCountError (0.0s) PASSED kv.TestBasicFunc (0.0s) PASSED kv.TestBackOff (0.1s) PASSED kv.TestHandle (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.TestPaddingHandle (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.TestHandleMap (0.0s) PASSED kv.TestInterface (0.0s) PASSED kv.TestMemAwareHandleMapWithPartialHandle (0.0s) PASSED kv.TestHandleMapWithPartialHandle (0.0s) PASSED kv.TestKeyRangeDefinition (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_1_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_16_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_9_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/kv/kv_test/shard_12_of_23/coverage.dat //pkg/lightning/duplicate:duplicate_test (cached) PASSED in 1.5s Stats over 4 runs: max = 1.5s, min = 0.8s, avg = 1.0s, dev = 0.3s PASSED duplicate.TestGenSplitKey (0.0s) PASSED duplicate.TestInternalKey (0.0s) PASSED duplicate.TestDetectorFail (0.0s) PASSED duplicate.TestDetector (0.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/duplicate/duplicate_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/duplicate/duplicate_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/duplicate/duplicate_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/duplicate/duplicate_test/shard_1_of_4/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.TestTestLogger (0.0s) PASSED log_test.TestConfigAdjust (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/log/log_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/log/log_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/log/log_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/log/log_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/log/log_test/shard_2_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.TestLimiter (0.0s) PASSED membuf.TestBufferMemLimit (0.0s) PASSED membuf.TestGetAlignedSizeGetBlockCnt (0.0s) PASSED membuf.TestBufferIsolation (0.0s) PASSED membuf.TestPoolMemLimit (0.1s) PASSED membuf.TestBufferPool (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/membuf/membuf_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.TestMetricsRegister (0.0s) PASSED metric_test.TestMetricsUnregister (0.0s) PASSED metric_test.TestRecordEngineCount (0.0s) PASSED metric_test.TestReadCounter (0.0s) PASSED metric_test.TestReadHistogramSum (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/metric/metric_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/metric/metric_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/metric/metric_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/metric/metric_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/metric/metric_test/shard_1_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/metric/metric_test/shard_2_of_6/coverage.dat //pkg/lightning/worker:worker_test (cached) PASSED in 0.5s PASSED worker_test.TestApplyRecycle (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/worker/worker_test/coverage.dat //pkg/meta/autoid:autoid_test (cached) PASSED in 4.6s Stats over 11 runs: max = 4.6s, min = 1.3s, avg = 1.8s, dev = 0.9s PASSED autoid_test.TestConcurrentAllocSequence (0.0s) 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.TestNextStep (0.0s) PASSED autoid_test.TestRollbackAlloc (0.1s) PASSED autoid_test.TestConcurrentAlloc (0.1s) PASSED autoid_test.TestUnsignedAutoid (0.0s) PASSED autoid_test.TestSignedAutoid (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_5_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_4_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/autoid/autoid_test/shard_1_of_11/coverage.dat //pkg/meta/metabuild:metabuild_test (cached) 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/metabuild/metabuild_test/coverage.dat //pkg/meta/model:model_test (cached) PASSED in 1.2s Stats over 50 runs: max = 1.2s, min = 0.8s, avg = 0.9s, dev = 0.1s PASSED model.TestLocation (0.0s) PASSED model.TestJobCodec (0.0s) PASSED model.TestState (0.0s) PASSED model.TestJobStartTime (0.0s) PASSED model.TestModifyColumnsArgs (0.0s) PASSED model.TestGetRenameIndexArgs (0.0s) PASSED model.TestActionBDRMap (0.0s) PASSED model.TestJobClone (0.0s) PASSED model.TestDefaultValue (0.0s) PASSED model.TestJobSize (0.0s) PASSED model.TestBackfillMetaCodec (0.0s) PASSED model.TestIsIndexPrefixCovered (0.0s) PASSED model.TestDropIndexArguements (0.0s) PASSED model.TestCreateSchemaArgs (0.0s) PASSED model.TestInFinalState (0.0s) PASSED model.TestAddIndexArgs (0.0s) PASSED model.TestGetOrDecodeArgsV2 (0.0s) PASSED model.TestMayNeedReorg (0.0s) PASSED model.TestAlterTableAttributesArgs (0.0s) PASSED model.TestDropSchemaArgs (0.0s) PASSED model.TestSchemaState (0.0s) PASSED model.TestModifySchemaArgs (0.0s) PASSED model.TestString (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.TestAddColumnArgs (0.0s) PASSED model.TestBatchCreateTableArgs (0.0s) PASSED model.TestPlacementSettingsString (0.0s) PASSED model.TestDropTableArgs (0.0s) PASSED model.TestPlacementSettingsClone (0.0s) PASSED model.TestDropColumnArgs (0.0s) PASSED model.TestFinishedDropTableArgs (0.0s) PASSED model.TestPlacementPolicyClone (0.0s) PASSED model.TestFlashbackClusterArgs (0.0s) PASSED model.TestMoveColumnInfo (0.0s) PASSED model.TestTruncateTableArgs (0.0s) PASSED model.TestFinishedTablePartitionArgs (0.0s) PASSED model.TestTTLInfoClone (0.0s) PASSED model.TestModelBasic (0.0s) PASSED model.TestTablePartitionArgs (0.0s) PASSED model.TestGetSetDefaultValueArgs (0.0s) PASSED model.TestExchangeTablePartitionArgs (0.0s) PASSED model.TestTTLJobInterval (0.0s) PASSED model.TestRenameTableArgs (0.0s) PASSED model.TestTTLDefaultJobInterval (0.0s) PASSED model.TestPlacementPolicyArgs (0.0s) PASSED model.TestAlterTablePartitionArgs (0.0s) PASSED model.TestClearReorgIntermediateInfo (0.0s) PASSED model.TestGetRenameTablesArgs (0.0s) PASSED model.TestRecoverArgs (0.0s) PASSED model.TestResourceGroupArgs (0.0s) PASSED model.TestGetRebaseAutoIDArgs (0.0s) PASSED model.TestGetAlterSequenceArgs (0.0s) PASSED model.TestRepairTableArgs (0.0s) PASSED model.TestGetModifyTableCommentArgs (0.0s) PASSED model.TestGetAlterIndexVisibilityArgs (0.0s) PASSED model.TestGetAddForeignKeyArgs (0.0s) PASSED model.TestLockTableArgs (0.0s) PASSED model.TestGetModifyTableAutoIDCacheArgs (0.0s) PASSED model.TestGetShardRowIDArgs (0.0s) PASSED model.TestGetDropForeignKeyArgs (0.0s) PASSED model.TestGetUpdateTiFlashReplicaStatusArgs (0.0s) PASSED model.TestCheckConstraintArgs (0.0s) PASSED model.TestGetAlterTTLInfoArgs (0.0s) PASSED model.TestAddCheckConstraintArgs (0.0s) PASSED model.TestGetSetTiFlashReplicaArgs (0.0s) PASSED model.TestGetAlterTablePlacementArgs (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/model/model_test/shard_31_of_50/coverage.dat //pkg/metrics:metrics_test (cached) PASSED in 1.5s Stats over 4 runs: max = 1.5s, min = 1.3s, avg = 1.4s, 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/metrics/metrics_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/metrics/metrics_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/metrics/metrics_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/metrics/metrics_test/shard_1_of_4/coverage.dat //pkg/owner:owner_test (cached) PASSED in 7.0s Stats over 11 runs: max = 7.0s, min = 1.3s, avg = 2.4s, dev = 1.7s PASSED owner.TestListenersWrapper (0.0s) PASSED owner.TestAcquireDistributedLock (3.5s) PASSED owner.TestAcquireDistributedLock/acquire_distributed_lock_until_timeout (2.5s) 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.TestWatchOwnerAfterDeleteOwnerKey (0.2s) PASSED owner.TestWatchOwner (0.4s) PASSED owner.TestCluster (0.1s) PASSED owner.TestGetOwnerOpValueBeforeSet (0.0s) PASSED owner.TestSetAndGetOwnerOpValue (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.TestForceToBeOwner (0.1s) PASSED owner.TestFailNewSession (5.8s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_5_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_4_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/owner/owner_test/shard_1_of_11/coverage.dat //pkg/parser:parser_test (cached) PASSED in 0.7s Stats over 50 runs: max = 0.7s, min = 0.4s, avg = 0.4s, dev = 0.1s PASSED parser.TestHighNotPrecedenceMode (0.0s) PASSED parser.TestOptimizerHints (0.0s) PASSED parser.TestErrorMsg (0.0s) PASSED parser.TestStatisticsOps (0.0s) PASSED parser.TestBRIE (0.0s) PASSED parser.TestHintError (0.0s) PASSED parser.TestDDL (0.1s) PASSED parser.TestSignedInt64OutOfRange (0.0s) PASSED parser.TestBuiltinFuncAsIdentifier (0.0s) PASSED parser.TestStartTransaction (0.0s) PASSED parser.TestFulltextSearch (0.0s) PASSED parser.TestIdentifier (0.0s) PASSED parser.TestBuiltin (0.0s) PASSED parser.TestUnderscoreCharset (0.0s) PASSED parser.TestCharset (0.0s) PASSED parser.TestExpression (0.0s) PASSED parser.TestFlushPrivileges (0.0s) PASSED parser.TestQuotedVariableColumnName (0.0s) PASSED parser.TestFlushTable (0.0s) PASSED parser.TestQuotedSystemVariables (0.0s) PASSED parser.TestFieldText (0.0s) PASSED parser.TestSetVariable (0.0s) PASSED parser.TestDBAStmt (0.0s) PASSED parser.TestVisitFrameBound (0.0s) PASSED parser.TestCTE (0.0s) PASSED parser.TestKeywordConsistent (0.0s) PASSED parser.TestType (0.0s) PASSED parser.TestDMLStmt (0.0s) PASSED parser.TestWindowFunctions (0.0s) PASSED parser.TestCTEMerge (0.0s) PASSED parser.TestNormalize (0.0s) PASSED parser.TestPrivilege (0.0s) PASSED parser.TestAdminStmt (0.0s) PASSED parser.TestWindowFunctionIdentifier (0.0s) PASSED parser.TestAsOfClause (0.0s) PASSED parser.TestComment (0.0s) PASSED parser.TestNormalizeRedact (0.0s) PASSED parser.TestNotExistsSubquery (0.0s) PASSED parser.TestRecommendIndex (0.0s) PASSED parser.TestNormalizeKeepHint (0.0s) PASSED parser.TestParserErrMsg (0.0s) PASSED parser.TestPartitionKeyAlgorithm (0.0s) PASSED parser.TestSpecialComments (0.0s) PASSED parser.TestTablePartitionNameList (0.0s) PASSED parser.TestHelp (0.0s) PASSED parser.TestNormalizeDigest (0.0s) PASSED parser.TestSubquery (0.0s) PASSED parser.TestSimple (0.0s) PASSED parser.TestTablePartition (0.0s) PASSED parser.TestFeatureIDs (0.0s) PASSED parser.TestSideEffect (0.0s) PASSED parser.TestDigestHashNotEqForSimpleSQL (0.0s) PASSED parser.TestRestoreBinOpWithBrackets (0.0s) PASSED parser.TestUnionOrderBy (0.0s) PASSED parser.TestDigestHashEqForSimpleSQL (0.0s) PASSED parser.TestSetOperator (0.0s) PASSED parser.TestWithoutCharsetFlags (0.0s) PASSED parser.TestCTEBindings (0.0s) PASSED parser.TestGenDigest (0.0s) PASSED parser.TestLikeEscape (0.0s) PASSED parser.TestLockUnlockTables (0.0s) PASSED parser.TestParseHint (0.0s) PASSED parser.TestPlanReplayer (0.0s) PASSED parser.TestSetTransaction (0.0s) PASSED parser.TestVersionDigits (0.0s) PASSED parser.TestGBKEncoding (0.0s) PASSED parser.TestIndexHint (0.0s) PASSED parser.TestKeywordsLength (0.0s) PASSED parser.TestKeywords (0.0s) PASSED parser.TestTrafficStmt (0.0s) PASSED parser.TestWithRollup (0.0s) PASSED parser.TestGeneratedColumn (0.0s) PASSED parser.TestIllegal (0.0s) PASSED parser.TestGB18030Encoding (0.0s) PASSED parser.TestKeywordsSorting (0.0s) PASSED parser.TestPriority (0.0s) PASSED parser.TestInsertStatementMemoryAllocation (0.0s) PASSED parser.TestSQLResult (0.0s) PASSED parser.TestTokenID (0.0s) PASSED parser.TestSQLModeANSIQuotes (0.0s) PASSED parser.TestTableSample (0.0s) PASSED parser.TestCharsetIntroducer (0.0s) PASSED parser.TestSQLNoCache (0.0s) PASSED parser.TestSingleChar (0.0s) PASSED parser.TestEscape (0.0s) PASSED parser.TestNonTransactionalDML (0.0s) PASSED parser.TestSingleCharOther (0.0s) PASSED parser.TestAtLeadingIdentifier (0.0s) PASSED parser.TestExplain (0.0s) PASSED parser.TestIntervalPartition (0.0s) PASSED parser.TestAnalyze (0.0s) PASSED parser.TestInt (0.0s) PASSED parser.TestPrepare (0.0s) PASSED parser.TestTTLTableOption (0.0s) PASSED parser.TestUnderscoreCS (0.0s) PASSED parser.TestDeallocate (0.0s) PASSED parser.TestIssue45898 (0.0s) PASSED parser.TestLiteral (0.0s) PASSED parser.TestDDLStatements (0.0s) PASSED parser.TestOptimizerHintAfterCertainKeywordOnly (0.0s) PASSED parser.TestExecute (0.0s) PASSED parser.TestLiteralValue (0.0s) PASSED parser.TestMultiStmt (0.0s) PASSED parser.TestComment (0.0s) PASSED parser.TestCompatTypes (0.0s) PASSED parser.TestTrace (0.0s) PASSED parser.TestOptimizerHint (0.0s) PASSED parser.TestSQLModeANSIQuotes (0.0s) PASSED parser.TestBinding (0.0s) PASSED parser.TestScanQuotedIdent (0.0s) PASSED parser.TestVector (0.0s) PASSED parser.TestScanString (0.0s) PASSED parser.TestView (0.0s) PASSED parser.TestFeatureIDsComment (0.0s) PASSED parser.TestParseShowOpenTables (0.0s) PASSED parser.TestScanStringWithNoBackslashEscapesMode (0.0s) PASSED parser.TestTimestampDiffUnit (0.0s) PASSED parser.TestFuncCallExprOffset (0.0s) PASSED parser.TestIdentifier (0.0s) PASSED parser.TestSessionManage (0.0s) PASSED parser.TestSpecialComment (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/parser_test/shard_25_of_50/coverage.dat //pkg/parser/ast:ast_test (cached) PASSED in 0.8s Stats over 50 runs: max = 0.8s, min = 0.4s, avg = 0.4s, dev = 0.1s PASSED ast.TestAssignmentRestore (0.0s) PASSED ast.TestBRIESecureText (0.0s) PASSED ast.TestDDLVisitorCover (0.0s) PASSED ast.TestFrameBoundRestore (0.0s) PASSED ast.TestPlanReplayerStmtRestore (0.0s) PASSED ast.TestOrderByClauseRestore (0.0s) PASSED ast.TestTableOptimizerHintRestore (0.0s) PASSED ast.TestCompactTableStmtRestore (0.0s) PASSED ast.TestHavingClauseRestore (0.0s) PASSED ast.TestNodeSetText (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.TestGroupByClauseRestore (0.0s) PASSED ast.TestSensitiveStatement (0.0s) PASSED ast.TestDDLOnDeleteRestore (0.0s) PASSED ast.TestRedactTrafficStmt (0.0s) PASSED ast.TestWindowSpecRestore (0.0s) PASSED ast.TestAddQueryWatchStmtRestore (0.0s) PASSED ast.TestDDLIndexExprRestore (0.0s) PASSED ast.TestPartitionByClauseRestore (0.0s) PASSED ast.TestByItemRestore (0.0s) PASSED ast.TestDMLVistorCover (0.0s) PASSED ast.TestDDLOnUpdateRestore (0.0s) PASSED ast.TestLoadDataRestore (0.0s) PASSED ast.TestT (0.0s) PASSED ast.TestDDLVisitorCoverMisc (0.0s) PASSED ast.TestDeleteTableIndexHintRestore (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.TestImportIntoRestore (0.0s) PASSED ast.TestProcedureVisitorCover (0.0s) PASSED ast.TestTableToTableRestore (0.0s) PASSED ast.TestDeleteTableListRestore (0.0s) PASSED ast.TestMiscVisitorCover (0.0s) PASSED ast.TestGenericFuncRestore (0.0s) PASSED ast.TestTableRefsClauseRestore (0.0s) PASSED ast.TestDDLConstraintRestore (0.0s) PASSED ast.TestImportIntoSecureText (0.0s) PASSED ast.TestShowCreateProcedure (0.0s) PASSED ast.TestDDLColumnOptionRestore (0.0s) PASSED ast.TestImportIntoFromSelectInvalidStmt (0.0s) PASSED ast.TestProcedureVisitor (0.0s) PASSED ast.TestJoinRestore (0.0s) PASSED ast.TestWindowFuncExprRestore (0.0s) PASSED ast.TestExpresionsVisitorCover (0.0s) PASSED ast.TestGeneratedRestore (0.0s) PASSED ast.TestProcedureRestore (0.0s) PASSED ast.TestCacheable (0.0s) PASSED ast.TestDDLColumnDefRestore (0.0s) PASSED ast.TestUnaryOperationExprRestore (0.0s) PASSED ast.TestChar (0.0s) PASSED ast.TestOnConditionRestore (0.0s) PASSED ast.TestColumnNameExprRestore (0.0s) PASSED ast.TestDDLTruncateTableStmtRestore (0.0s) PASSED ast.TestUnionReadOnly (0.0s) PASSED ast.TestConvert (0.0s) PASSED ast.TestTableSourceRestore (0.0s) PASSED ast.TestDDLDropTableStmtRestore (0.0s) PASSED ast.TestIsNullExprRestore (0.0s) PASSED ast.TestColumnPositionRestore (0.0s) PASSED ast.TestIsTruthRestore (0.0s) PASSED ast.TestAggregateFuncExprRestore (0.0s) PASSED ast.TestFieldListRestore (0.0s) PASSED ast.TestAlterTableSpecRestore (0.0s) PASSED ast.TestBetweenExprRestore (0.0s) PASSED ast.TestAlterTableWithSpecialCommentRestore (0.0s) PASSED ast.TestCaseExpr (0.0s) PASSED ast.TestAlterTableOptionRestore (0.0s) PASSED ast.TestBinaryOperationExpr (0.0s) PASSED ast.TestFuncCastExprRestore (0.0s) PASSED ast.TestSelectFieldRestore (0.0s) PASSED ast.TestAdminRepairTableRestore (0.0s) PASSED ast.TestBinaryOperationExprWithFlags (0.0s) PASSED ast.TestAdminOptimizeTableRestore (0.0s) PASSED ast.TestParenthesesExpr (0.0s) PASSED ast.TestSequenceRestore (0.0s) PASSED ast.TestWhenClause (0.0s) PASSED ast.TestFuncCallExprRestore (0.0s) PASSED ast.TestWildCardFieldRestore (0.0s) PASSED ast.TestAlterDatabaseRestore (0.0s) PASSED ast.TestPatternInExprRestore (0.0s) PASSED ast.TestCreatePlacementPolicyRestore (0.0s) PASSED ast.TestPatternLikeExprRestore (0.0s) PASSED ast.TestDefaultExpr (0.0s) PASSED ast.TestDropIndexRestore (0.0s) PASSED ast.TestAlterPlacementPolicyRestore (0.0s) PASSED ast.TestValuesExpr (0.0s) PASSED ast.TestFunctionsVisitorCover (0.0s) PASSED ast.TestLimitRestore (0.0s) PASSED ast.TestDropPlacementPolicyRestore (0.0s) PASSED ast.TestPatternRegexpExprRestore (0.0s) PASSED ast.TestRemovePlacementRestore (0.0s) PASSED ast.TestRowExprRestore (0.0s) PASSED ast.TestExistsSubqueryExprRestore (0.0s) PASSED ast.TestTableOptionTTLRestoreWithTTLEnableOffFlag (0.0s) PASSED ast.TestFlashBackDatabaseRestore (0.0s) PASSED ast.TestMaxValueExprRestore (0.0s) PASSED ast.TestAstFormat (0.0s) PASSED ast.TestTableNameIndexHintsRestore (0.0s) PASSED ast.TestPositionExprRestore (0.0s) PASSED ast.TestTableOptionTTLRestore (0.0s) PASSED ast.TestPresplitIndexSpecialComments (0.0s) PASSED ast.TestVariableExpr (0.0s) PASSED ast.TestMatchAgainstExpr (0.0s) PASSED ast.TestResourceGroupDDLStmtRestore (0.0s) PASSED ast.TestDMLVisitorCover (0.0s) PASSED ast.TestHasAggFlag (0.0s) PASSED ast.TestFlag (0.0s) PASSED ast.TestTableNameRestore (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/ast/ast_test/shard_35_of_50/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.TestCheckSM3PasswordIterationsInvalid (0.0s) PASSED auth.TestNewSM3Password (0.0s) PASSED auth.TestCheckSM3PasswordDigestTypeIncompatible (0.0s) PASSED auth.TestCheckSM3PasswordBad (0.0s) PASSED auth.TestCheckSM3PasswordShort (0.0s) PASSED auth.TestCheckSM3PasswordGood (0.0s) PASSED auth.TestSM3 (0.0s) PASSED auth.TestCheckScramble (0.0s) PASSED auth.TestDecodePassword (0.0s) PASSED auth.TestEncodePassword (0.0s) PASSED auth.TestNewSha2Password (0.0s) PASSED auth.TestCheckShaPasswordDigestTypeIncompatible (0.0s) PASSED auth.TestCheckShaPasswordIterationsInvalid (0.0s) PASSED auth.TestCheckShaPasswordShort (0.0s) PASSED auth.TestCheckShaPasswordGood (0.0s) PASSED auth.TestCheckShaPasswordBad (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_15_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_16_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_14_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_12_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_13_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_11_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_10_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_9_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_8_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_7_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_6_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_4_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_5_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_3_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_1_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/auth/auth_test/shard_2_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.TestEncodingGB18030 (0.0s) PASSED charset.TestEncoding (0.0s) PASSED charset.TestEncodingValidate (0.0s) PASSED charset.TestValidCustomCharset (0.0s) PASSED charset.TestUTF8MB3 (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_1_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/charset/charset_test/shard_6_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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/format/format_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/format/format_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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.TestPrivSetString (0.0s) PASSED mysql.TestPrivString (0.0s) PASSED mysql.TestSQLError (0.0s) PASSED mysql.TestPrivColumn (0.0s) PASSED mysql.TestSQLMode (0.0s) PASSED mysql.TestVersionSeparator (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_1_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/mysql/mysql_test/shard_2_of_9/coverage.dat //pkg/parser/opcode:opcode_test (cached) PASSED in 0.5s PASSED opcode.TestT (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.TestErrorEqual (0.0s) PASSED terror.TestTraceAndLocation (0.0s) PASSED terror.TestLog (0.0s) PASSED terror.TestJson (0.0s) PASSED terror.TestErrCode (0.0s) PASSED terror.TestTError (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/terror/terror_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/terror/terror_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/terror/terror_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/terror/terror_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/terror/terror_test/shard_1_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/terror/terror_test/shard_2_of_6/coverage.dat //pkg/parser/types:types_test (cached) PASSED in 0.6s Stats over 6 runs: max = 0.6s, min = 0.4s, avg = 0.5s, dev = 0.1s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/types/types_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/types/types_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/types/types_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/types/types_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/types/types_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/parser/types/types_test/shard_1_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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/base/base_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/base/base_test/shard_1_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/base/base_test/shard_2_of_3/coverage.dat //pkg/planner/planctx:planctx_test (cached) PASSED in 1.2s PASSED planctx.TestContextDetach (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/planctx/planctx_test/coverage.dat //pkg/planner/property:property_test (cached) PASSED in 1.2s PASSED property.TestNeedEnforceExchangerWithHashByEquivalence (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/property/property_test/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.TestConnectWithTLS11 (0.0s) PASSED ldap.TestConnectThrough636 (0.0s) PASSED ldap.TestCanonicalizeDN (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_1_of_4/coverage.dat //pkg/resourcemanager:resourcemanager_test (cached) PASSED in 1.1s PASSED resourcemanager.TestSchedulerOverloadTooMuch (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/resourcemanager_test/coverage.dat //pkg/resourcemanager/pool/spool:spool_test (cached) PASSED in 5.0s Stats over 6 runs: max = 5.0s, min = 4.0s, avg = 4.4s, dev = 0.4s PASSED spool.TestWithTaskManager (0.6s) PASSED spool.TestReleaseWhenRunningPool (0.0s) PASSED spool.TestRunWithNotEnough2 (0.0s) PASSED spool.TestRunOverload (0.0s) PASSED spool.TestPoolTuneScaleUpAndDown (1.0s) PASSED spool.TestRunWithNotEnough (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/spool/spool_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/spool/spool_test/shard_1_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/spool/spool_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/spool/spool_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/spool/spool_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/spool/spool_test/shard_4_of_6/coverage.dat //pkg/resourcemanager/pool/workerpool:workerpool_test (cached) PASSED in 4.5s Stats over 5 runs: max = 4.5s, min = 4.0s, avg = 4.2s, dev = 0.2s PASSED workerpool.TestWorkerPoolCancelContext (0.0s) PASSED workerpool.TestWorkerPoolCustomChan (0.0s) PASSED workerpool.TestWorkerPool (0.0s) PASSED workerpool.TestWorkerPoolNoneResult (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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/workerpool/workerpool_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/workerpool/workerpool_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/workerpool/workerpool_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/workerpool/workerpool_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/workerpool/workerpool_test/shard_2_of_5/coverage.dat //pkg/resourcemanager/util:util_test (cached) PASSED in 0.5s PASSED util.TestShardPoolMap (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.TestPacketIOWriteCompressed (0.1s) PASSED internal.TestCompressedReaderLong (0.0s) PASSED internal.TestCompressedReaderLong/zlib (0.0s) PASSED internal.TestCompressedReaderLong/zstd (0.0s) PASSED internal.TestPacketIOWrite (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.TestCompressedReaderShort (0.0s) PASSED internal.TestCompressedWriterShort (0.0s) PASSED internal.TestCompressedWriterLong (0.0s) PASSED internal.TestCompressedWriterLong/zlib (0.0s) PASSED internal.TestCompressedWriterLong/zstd (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/internal_test/shard_5_of_8/coverage.dat //pkg/server/internal/column:column_test (cached) PASSED in 1.1s Stats over 5 runs: max = 1.1s, min = 0.9s, avg = 1.0s, dev = 0.0s PASSED column.TestResultEncoder (0.0s) PASSED column.TestDumpColumnWithDefault (0.0s) PASSED column.TestDumpColumn (0.0s) PASSED column.TestColumnNameLimit (0.0s) PASSED column.TestDumpTextValue (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/column/column_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/column/column_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/column/column_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/column/column_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/column/column_test/shard_4_of_5/coverage.dat //pkg/server/internal/dump:dump_test (cached) PASSED in 1.1s Stats over 3 runs: max = 1.1s, min = 0.9s, avg = 0.9s, dev = 0.1s PASSED dump.TestDumpUint (0.0s) PASSED dump.TestDumpLengthEncodedInt (0.0s) PASSED dump.TestDumpBinaryTime (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/dump/dump_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/dump/dump_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/dump/dump_test/shard_1_of_3/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/48a9e14a84b4fcc1d7be5266208a88ff/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.TestParseLengthEncodedInt (0.0s) PASSED util.TestAppendFormatFloat (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/util/util_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/util/util_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/util/util_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/internal/util/util_test/shard_1_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.TestCursorTrackerConcurrentCreateDelete (2.0s) PASSED cursor.TestRangeCursor (0.0s) PASSED cursor.TestCursorHandleClose (0.0s) PASSED cursor.TestNewCursor (0.0s) PASSED cursor.TestGetCursor (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/cursor/cursor_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/cursor/cursor_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/cursor/cursor_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/cursor/cursor_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/cursor/cursor_test/shard_2_of_5/coverage.dat //pkg/sessionctx:sessionctx_test (cached) PASSED in 4.8s PASSED sessionctx.TestBasicCtxTypeToString (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionctx_test/coverage.dat //pkg/statistics/handle:handle_test (cached) PASSED in 5.9s Stats over 4 runs: max = 5.9s, min = 5.6s, avg = 5.8s, dev = 0.1s /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handle_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handle_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handle_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handle_test/shard_1_of_4/coverage.dat //pkg/statistics/handle/autoanalyze/priorityqueue/calculatoranalysis:calculatoranalysis_test (cached) PASSED in 1.6s PASSED calculatoranalysis_test.TestPriorityCalculatorWithGeneratedData (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/calculatoranalysis/calculatoranalysis_test/coverage.dat //pkg/statistics/handle/cache:cache_test (cached) PASSED in 1.6s PASSED cache.TestBenchDaily (0.0s) PASSED cache.TestCacheOfBatchUpdate (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/cache_test/coverage.dat //pkg/statistics/handle/cache/internal/lfu:lfu_test (cached) PASSED in 25.6s Stats over 10 runs: max = 25.6s, min = 4.7s, avg = 7.4s, dev = 6.1s PASSED lfu.TestMemoryControlWithUpdate (0.2s) PASSED lfu.TestMemoryControl (0.2s) PASSED lfu.TestLFUReject (3.0s) PASSED lfu.TestLFUCachePutGetWithManyConcurrencyAndSmallConcurrency (20.1s) PASSED lfu.TestLFUCachePutGetWithManyConcurrency2 (0.4s) PASSED lfu.TestLFUCachePutGetWithManyConcurrency (0.0s) PASSED lfu.TestCacheLen (0.0s) PASSED lfu.TestLFUPutTooBig (0.0s) PASSED lfu.TestLFUFreshMemUsage (0.0s) PASSED lfu.TestLFUPutGetDel (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/cache/internal/lfu/lfu_test/shard_1_of_10/coverage.dat //pkg/statistics/handle/lockstats:lockstats_test (cached) PASSED in 2.1s Stats over 13 runs: max = 2.1s, min = 1.4s, avg = 1.6s, dev = 0.2s 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.TestGetTablesLockedStatuses (0.0s) PASSED lockstats.TestGetTablesLockedStatuses/empty (0.0s) PASSED lockstats.TestGetTablesLockedStatuses/locked (0.0s) PASSED lockstats.TestGetTablesLockedStatuses/not_locked (0.0s) PASSED lockstats.TestAddLockedPartitionsFailed (0.0s) PASSED lockstats.TestAddLockedPartitions (0.0s) PASSED lockstats.TestAddLockedTables (0.0s) PASSED lockstats.TestInsertIntoStatsTableLocked (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.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) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/lockstats/lockstats_test/shard_1_of_13/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/collector/collector_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/collector/collector_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/collector/collector_test/shard_1_of_3/coverage.dat //pkg/statistics/handle/usage/indexusage:indexusage_test (cached) PASSED in 8.0s Stats over 4 runs: max = 8.0s, min = 1.0s, avg = 2.8s, dev = 3.0s PASSED indexusage.TestStmtIndexUsageCollector (0.0s) PASSED indexusage.TestFlushConcurrentIndexCollector (6.8s) PASSED indexusage.TestUpdateIndex (0.0s) PASSED indexusage.TestGetBucket (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/indexusage/indexusage_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/indexusage/indexusage_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/indexusage/indexusage_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/indexusage/indexusage_test/shard_1_of_4/coverage.dat //pkg/store/driver/error:error_test (cached) PASSED in 0.9s PASSED error.TestConvertError (0.0s) PASSED error.TestMemBufferOversizeError (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/error/error_test/coverage.dat //pkg/store/driver/txn:txn_test (cached) PASSED in 1.6s Stats over 5 runs: max = 1.6s, min = 1.1s, avg = 1.4s, dev = 0.2s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/txn/txn_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/txn/txn_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/txn/txn_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/txn/txn_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/txn/txn_test/shard_1_of_5/coverage.dat //pkg/store/helper:helper_test (cached) PASSED in 1.6s Stats over 6 runs: max = 1.6s, min = 1.2s, avg = 1.4s, dev = 0.1s PASSED helper.TestTableRange (0.0s) PASSED helper.TestComputeTiFlashStatus (0.0s) PASSED helper.TestTiKVStoresStat (0.0s) PASSED helper.TestTiKVRegionsInfo (0.0s) PASSED helper.TestGetRegionsTableInfo (0.0s) PASSED helper.TestHotRegion (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/helper/helper_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/helper/helper_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/helper/helper_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/helper/helper_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/helper/helper_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/helper/helper_test/shard_1_of_6/coverage.dat //pkg/store/mockstore:mockstore_test (cached) PASSED in 2.6s PASSED mockstore.TestClusterSplit (0.1s) PASSED mockstore.TestConfig (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/mockstore_test/coverage.dat //pkg/store/mockstore/unistore/cophandler:cophandler_test (cached) PASSED in 1.3s Stats over 4 runs: max = 1.3s, min = 1.2s, avg = 1.2s, dev = 0.1s PASSED cophandler.TestMppExecutor (0.0s) PASSED cophandler.TestClosureExecutor (0.0s) PASSED cophandler.TestPointGet (0.0s) PASSED cophandler.TestIsPrefixNext (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/cophandler/cophandler_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/cophandler/cophandler_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/cophandler/cophandler_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/cophandler/cophandler_test/shard_1_of_4/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.TestMemStoreConcurrent (10.0s) PASSED lockstore.TestIterator (0.0s) PASSED lockstore.TestReplace (0.6s) PASSED lockstore.TestMemStore (0.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/lockstore/lockstore_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/lockstore/lockstore_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/lockstore/lockstore_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/lockstore/lockstore_test/shard_1_of_4/coverage.dat //pkg/store/mockstore/unistore/tikv:tikv_test (cached) 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.TestScanSampleStep (0.2s) PASSED tikv.TestPessimisticLockForce (0.0s) PASSED tikv.TestOpCheckNotExist (0.0s) PASSED tikv.TestCommitPessimisticLock (0.0s) PASSED tikv.TestBatchGet (0.0s) PASSED tikv.TestResolveCommit (0.0s) PASSED tikv.TestPessimisticLock (0.0s) PASSED tikv.TestMinCommitTs (0.0s) PASSED tikv.TestCommit (0.0s) PASSED tikv.TestCleanup (0.0s) PASSED tikv.TestRollbackKey (0.0s) PASSED tikv.TestPrewriteInsert (0.0s) PASSED tikv.TestTxnPrewrite (0.0s) PASSED tikv.TestMvccTxnRead (0.0s) PASSED tikv.TestPrimaryKeyOpLock (0.0s) PASSED tikv.TestMvccGet (0.0s) PASSED tikv.TestCheckSecondaryLocksStatus (0.0s) PASSED tikv.TestCheckTxnStatus (0.0s) PASSED tikv.TestOverwritePessimisitcLock (0.0s) PASSED tikv.TestRollback (0.0s) PASSED tikv.TestPessimiticTxnTTL (0.0s) PASSED tikv.TestBasicOptimistic (0.0s) PASSED tikv.TestDeadlock (0.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_28_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_27_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_26_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_25_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_24_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_23_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_22_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_21_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_20_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_19_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_18_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_17_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_16_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_15_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_14_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_13_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_12_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_11_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_10_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_9_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_8_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_7_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_6_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_5_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_4_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_3_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_2_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/tikv/tikv_test/shard_1_of_28/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/util/lockwaiter/lockwaiter_test/coverage.dat //pkg/table:table_test (cached) PASSED in 5.0s Stats over 10 runs: max = 5.0s, min = 4.6s, avg = 4.8s, dev = 0.1s PASSED table.TestOptions (0.0s) PASSED table.TestErrorCode (0.0s) PASSED table.TestGetDefaultValue (0.0s) PASSED table.TestCastValue (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.TestDesc (0.0s) PASSED table.TestHandleBadNull (0.0s) PASSED table.TestCheck (0.0s) PASSED table.TestFind (0.0s) PASSED table.TestString (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/table_test/shard_1_of_10/coverage.dat //pkg/table/tblctx:tblctx_test (cached) PASSED in 1.4s Stats over 5 runs: max = 1.4s, min = 1.0s, avg = 1.3s, dev = 0.2s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tblctx/tblctx_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tblctx/tblctx_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tblctx/tblctx_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tblctx/tblctx_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tblctx/tblctx_test/shard_1_of_5/coverage.dat //pkg/table/tblsession:tblsession_test (cached) PASSED in 1.7s PASSED tblsession_test.TestSessionMutateContextFields (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tblsession/tblsession_test/coverage.dat //pkg/table/temptable:temptable_test (cached) PASSED in 1.8s Stats over 16 runs: max = 1.8s, min = 1.4s, avg = 1.5s, 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_16_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_15_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_14_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_13_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_12_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_11_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_10_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_9_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_8_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_7_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_6_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_5_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_4_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_3_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_2_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/temptable/temptable_test/shard_1_of_16/coverage.dat //pkg/tablecodec:tablecodec_test (cached) PASSED in 1.5s Stats over 23 runs: max = 1.5s, min = 0.9s, avg = 1.1s, dev = 0.1s PASSED tablecodec.TestV2TableCodec (0.0s) PASSED tablecodec.TestTempIndexValueCodec (0.0s) PASSED tablecodec.TestTempIndexKey (0.0s) PASSED tablecodec.TestUntouchedIndexKValue (0.0s) PASSED tablecodec.TestBenchDaily (0.0s) PASSED tablecodec.TestError (0.0s) PASSED tablecodec.TestTableCodec (0.0s) PASSED tablecodec.TestDecodeAutoIDMeta (0.0s) PASSED tablecodec.TestRange (0.0s) PASSED tablecodec.TestTableCodecInvalid (0.0s) PASSED tablecodec.TestRowCodec (0.0s) PASSED tablecodec.TestCutPrefix (0.0s) PASSED tablecodec.TestDecodeColumnValue (0.0s) PASSED tablecodec.TestDecodeIndexKey (0.0s) PASSED tablecodec.TestUnflattenDatums (0.0s) PASSED tablecodec.TestPrefix (0.0s) PASSED tablecodec.TestRecordKey (0.0s) PASSED tablecodec.TestTimeCodec (0.0s) PASSED tablecodec.TestIndexKey (0.0s) PASSED tablecodec.TestDecodeBadDecical (0.0s) PASSED tablecodec.TestCutKey (0.0s) PASSED tablecodec.TestCutRow (0.0s) PASSED tablecodec.TestCutKeyNew (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_1_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_16_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_12_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/tablecodec/tablecodec_test/shard_9_of_23/coverage.dat //pkg/tablecodec/rowindexcodec:rowindexcodec_test (cached) PASSED in 0.6s PASSED rowindexcodec.TestGetKeyKind (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/testkit/testfork/testfork_test/coverage.dat //pkg/testkit/testutil:testutil_test (cached) PASSED in 1.1s PASSED testutil.TestCompareUnorderedString (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/testkit/testutil/testutil_test/coverage.dat //pkg/timer/api:api_test (cached) PASSED in 4.4s Stats over 13 runs: max = 4.4s, min = 3.9s, avg = 4.2s, dev = 0.1s PASSED api.TestTimerNextEventTime (0.0s) PASSED api.TestGetTimerOption (0.0s) PASSED api.TestTimerValidate (0.0s) PASSED api.TestUpdateTimerOption (0.0s) PASSED api.TestTimerUpdate (0.0s) PASSED api.TestOperatorCond (0.0s) PASSED api.TestDefaultClient (0.0s) PASSED api.TestDefaultClientManualTriggerRetry (0.0s) PASSED api.TestTimerRecordCond (0.0s) PASSED api.TestFieldsReflect (0.0s) PASSED api.TestIntervalPolicy (0.0s) PASSED api.TestFieldOptional (0.0s) PASSED api.TestCronPolicy (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_1_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/api/api_test/shard_6_of_13/coverage.dat //pkg/timer/runtime:runtime_test (cached) PASSED in 6.5s Stats over 24 runs: max = 6.5s, min = 4.5s, avg = 4.8s, dev = 0.4s PASSED runtime.TestHookWorkerLoopHandleRequestPanicRecover (0.0s) PASSED runtime.TestHookWorkerLoopPanicRecover (0.0s) PASSED runtime.TestWorkerProcessManualRequest (0.0s) PASSED runtime.TestWorkerProcessDelayOrErr (0.0s) PASSED runtime.TestWorkerProcessTriggeredTimerSuccess (0.0s) PASSED runtime.TestWorkerProcessIdleTimerSuccess (0.0s) PASSED runtime.TestWorkerStartStop (0.1s) PASSED runtime.TestTimerRuntimeLoopPanicRecover (0.0s) PASSED runtime.TestTimerFullProcess (2.0s) PASSED runtime.TestWatchTimerRetry (0.1s) PASSED runtime.TestCreateWatchTimerChan (0.0s) PASSED runtime.TestCloseWaitingCloseTimers (0.0s) PASSED runtime.TestBatchHandlerWatchResponses (0.0s) PASSED runtime.TestCacheUpdate (0.0s) PASSED runtime.TestFullRefreshTimers (0.0s) PASSED runtime.TestCacheSort (0.0s) PASSED runtime.TestNextTryTriggerDuration (0.0s) PASSED runtime.TestHandleHookWorkerResponse (0.0s) PASSED runtime.TestFullUpdateCache (0.0s) PASSED runtime.TestLocationChanged (0.0s) PASSED runtime.TestTryTriggerTimePriority (0.0s) PASSED runtime.TestRuntimeStartStop (0.0s) PASSED runtime.TestTryTriggerTimer (0.0s) PASSED runtime.TestEnsureWorker (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_24_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_23_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_22_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_21_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_20_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_19_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_18_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_17_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_16_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_15_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_14_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_13_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_12_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_1_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_11_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_2_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_10_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_9_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_3_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_4_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_8_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_5_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_7_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/runtime/runtime_test/shard_6_of_24/coverage.dat //pkg/timer/tablestore:tablestore_test (cached) PASSED in 5.2s Stats over 8 runs: max = 5.2s, min = 4.5s, avg = 4.9s, dev = 0.2s PASSED tablestore.TestRunInTxn (0.0s) PASSED tablestore.TestTakeSession (0.0s) PASSED tablestore.TestBuildDeleteTimerSQL (0.0s) PASSED tablestore.TestBuildUpdateTimerSQL (0.0s) PASSED tablestore.TestBuildUpdateCriteria (0.0s) PASSED tablestore.TestBuildSelectTimerSQL (0.0s) PASSED tablestore.TestBuildCondCriteria (0.0s) PASSED tablestore.TestBuildInsertTimerSQL (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/tablestore/tablestore_test/shard_1_of_8/coverage.dat //pkg/ttl/client:client_test (cached) PASSED in 1.7s PASSED client.TestCommandClient (0.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/client/client_test/coverage.dat //pkg/ttl/metrics:metrics_test (cached) PASSED in 0.5s PASSED metrics.TestPhaseTracer (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/metrics/metrics_test/coverage.dat //pkg/types:types_test (cached) PASSED in 1.3s Stats over 50 runs: max = 1.3s, min = 0.8s, avg = 1.1s, 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.TestDivModMyDecimal (0.0s) PASSED types.TestGetFormatType (0.0s) PASSED types.TestGetLastDay (0.0s) PASSED types.TestStrToInt (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.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.TestAlignFrac (0.0s) PASSED types.TestIsLeapYear (0.0s) PASSED types.TestMulMyDecimal (0.0s) PASSED types.TestParseTimeFromDecimal (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/types_test/shard_35_of_50/coverage.dat //pkg/types/parser_driver:parser_driver_test (cached) PASSED in 1.0s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/types/parser_driver/parser_driver_test/coverage.dat //pkg/util:util_test (cached) PASSED in 10.3s Stats over 50 runs: max = 10.3s, min = 1.2s, avg = 1.9s, dev = 1.8s PASSED util.TestNewErrorGroupWithRecover (0.0s) PASSED util.TestWaitGroupWrapperGo (0.0s) PASSED util.TestWaitGroupWrapperCheck (1.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.TestLogFormat (0.0s) PASSED util.TestParseHostPortAddr (0.0s) PASSED util.TestGetStepValue (0.0s) PASSED util.TestLongestCommonPrefixLen (0.0s) PASSED util.TestSessionPool (0.0s) PASSED util.TestCA (8.7s) PASSED util.TestTLSVersion (8.9s) PASSED util.TestVerifyCommonNameAndRotate (2.9s) PASSED util.TestInvalidTLS (0.0s) PASSED util.TestProcessInfoShallowCP (0.0s) PASSED util.TestPrefixFilter (0.0s) PASSED util.TestPrefix (0.0s) PASSED util.TestComposeURL (0.0s) PASSED util.TestToPB (0.0s) PASSED util.TestBasicFuncRandomBuf (0.0s) PASSED util.TestBasicFuncProcessInfo (0.0s) PASSED util.TestBasicFuncSyntaxWarn (0.0s) PASSED util.TestBasicFuncSyntaxError (0.0s) PASSED util.TestBasicFuncWithRecovery (0.0s) PASSED util.TestX509NameParseMatch (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.TestOriginError (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/util_test/shard_1_of_50/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/checksum/checksum_test/coverage.dat //pkg/util/chunk:chunk_test (cached) PASSED in 55.8s Stats over 50 runs: max = 55.8s, min = 3.8s, avg = 7.0s, dev = 8.0s PASSED chunk.TestPreAllocUint64 (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumAndEncryptReaderWithCacheNoFlush (0.0s) PASSED chunk.TestPreAllocInt64 (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumAndEncryptReaderWithCache (0.0s) PASSED chunk.TestReconstructVarLen (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumAndEncrypt8 (13.9s) PASSED chunk.TestReconstructFixedLen (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumAndEncrypt2 (9.5s) PASSED chunk.TestNullsColumn (0.0s) PASSED chunk.TestAllocator (0.0s) PASSED chunk.TestPreAllocFloat32 (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumAndEncrypt1 (7.9s) PASSED chunk.TestEnumColumn (0.0s) PASSED chunk.TestColumnAllocator (0.0s) PASSED chunk.TestPreAllocFloat64 (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumReaderWithCacheNoFlush (0.0s) PASSED chunk.TestDurationColumn (0.0s) PASSED chunk.TestNoDuplicateColumnReuse (0.0s) PASSED chunk.TestPreAllocDecimal (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumReaderWithCache (0.0s) PASSED chunk.TestTimeColumn (1.9s) PASSED chunk.TestDataInDiskByRowsWithChecksum8 (13.0s) PASSED chunk.TestJSONColumn (0.1s) PASSED chunk.TestAvoidColumnReuse (0.0s) PASSED chunk.TestPreAllocTime (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksum2 (8.4s) PASSED chunk.TestSetColumn (0.0s) PASSED chunk.TestColumnAllocatorLimit (0.0s) PASSED chunk.TestNull (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksum1 (6.6s) PASSED chunk.TestStringColumn (0.0s) PASSED chunk.TestColumnAllocatorCheck (0.0s) PASSED chunk.TestSetNulls (0.1s) PASSED chunk.TestDataInDiskByRows (0.0s) PASSED chunk.TestMyDecimal (0.1s) PASSED chunk.TestDurationSliceColumn (0.0s) PASSED chunk.TestInterruptedDuringSpilling (2.3s) PASSED chunk.TestGetRaw (0.0s) PASSED chunk.TestSyncAllocator (51.2s) PASSED chunk.TestResizeReserve (0.0s) PASSED chunk.TestReuseHookAllocator (0.0s) PASSED chunk.TestDataInDiskByChunks (12.5s) PASSED chunk.TestResize (0.1s) PASSED chunk.TestF32Column (0.0s) PASSED chunk.TestPanicDuringSortedRowContainerSpill (0.0s) PASSED chunk.TestAppendRow (0.0s) PASSED chunk.TestVectorizedNulls (2.5s) PASSED chunk.TestColumnResizeInt64 (0.0s) PASSED chunk.TestTruncateTo (0.0s) PASSED chunk.TestAppendChunk (0.0s) PASSED chunk.TestResetColumn (0.0s) PASSED chunk.TestF64Column (0.0s) PASSED chunk.TestPanicWhenSpillToDisk (0.0s) PASSED chunk.TestChunkSizeControl (0.0s) PASSED chunk.TestIteratorOnSel (0.0s) PASSED chunk.TestCopyTo (0.0s) PASSED chunk.TestIterator (0.0s) PASSED chunk.TestCompare (0.0s) PASSED chunk.TestMultiIterator (0.0s) PASSED chunk.TestChunkMemoryUsage (0.0s) PASSED chunk.TestListMemoryUsage (0.0s) PASSED chunk.TestI64Column (0.0s) PASSED chunk.TestReadAfterSpillWithRowContainerReader (1.9s) PASSED chunk.TestGetDecimalDatum (0.0s) PASSED chunk.TestList (0.0s) PASSED chunk.TestMutRow (0.0s) PASSED chunk.TestSwapColumn (0.0s) PASSED chunk.TestAppendSel (0.0s) PASSED chunk.TestIssue29947 (0.0s) PASSED chunk.TestConcurrentSpillWithRowContainerReader (2.3s) PASSED chunk.TestLargeStringColumnOffset (0.0s) PASSED chunk.TestMakeRefTo (0.0s) PASSED chunk.TestMutRowShallowCopyPartialRow (0.0s) PASSED chunk.TestNewPool (0.0s) PASSED chunk.TestToString (0.0s) PASSED chunk.TestAppendRows (0.0s) PASSED chunk.TestPoolGetChunk (0.0s) PASSED chunk.TestAppendRowsByColIdxs (0.0s) PASSED chunk.TestPoolPutChunk (0.0s) PASSED chunk.TestCloseRowContainerReader (0.0s) PASSED chunk.TestColumnCopyReconstructVarLen (0.0s) PASSED chunk.TestCopySelectedJoinRowsDirect (0.0s) PASSED chunk.TestSpillAction (0.0s) PASSED chunk.TestCopySelectedJoinRows (0.0s) PASSED chunk.TestNewRowContainer (0.0s) PASSED chunk.TestCopySelectedJoinRowsWithoutSameOuters (0.0s) PASSED chunk.TestSel (0.0s) PASSED chunk.TestColumnCopyReconstructFixedLen (0.0s) PASSED chunk.TestRowContainerReaderInDisk (0.0s) PASSED chunk.TestCopySelectedVirtualNum (0.0s) PASSED chunk.TestNewSortedRowContainer (0.0s) PASSED chunk.TestMergeInputIdxToOutputIdxes (0.0s) PASSED chunk.TestSortedRowContainerSortSpillAction (0.0s) PASSED chunk.TestCodec (0.0s) PASSED chunk.TestRowContainerResetAndAction (0.0s) PASSED chunk.TestEstimateTypeWidth (0.0s) PASSED chunk.TestSpillActionDeadLock (1.0s) PASSED chunk.TestActionBlocked (0.2s) PASSED chunk.TestColumnCopy (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/chunk/chunk_test/shard_31_of_50/coverage.dat //pkg/util/codec:codec_test (cached) PASSED in 1.0s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/codec/codec_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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/cpu/cpu_test/shard_2_of_2/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/cpu/cpu_test/shard_1_of_2/coverage.dat //pkg/util/cpuprofile:cpuprofile_test (cached) PASSED in 4.5s PASSED cpuprofile.TestBasicAPI (0.0s) PASSED cpuprofile.TestGetCPUProfile (1.6s) PASSED cpuprofile.TestParallelCPUProfiler (0.8s) PASSED cpuprofile.TestProfileHTTPHandler (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/cpuprofile/cpuprofile_test/coverage.dat //pkg/util/cteutil:cteutil_test (cached) 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/cteutil/cteutil_test/coverage.dat //pkg/util/dbterror:dbterror_test (cached) PASSED in 0.4s PASSED dbterror.TestErrorRedact (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/dbterror/plannererrors/plannererrors_test/coverage.dat //pkg/util/deadlockhistory:deadlockhistory_test (cached) PASSED in 0.9s PASSED deadlockhistory.TestDeadlockHistoryCollection (0.0s) PASSED deadlockhistory.TestErrDeadlockToDeadlockRecord (0.0s) PASSED deadlockhistory.TestGetDatum (0.0s) PASSED deadlockhistory.TestResize (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/deadlockhistory/deadlockhistory_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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/disk/disk_test/coverage.dat //pkg/util/disttask:disttask_test (cached) PASSED in 1.4s PASSED disttask.TestGenServerID (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/disttask/disttask_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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/etcd/etcd_test/coverage.dat //pkg/util/execdetails:execdetails_test (cached) PASSED in 4.0s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/execdetails/execdetails_test/coverage.dat //pkg/util/expensivequery:expensivequery_test (cached) PASSED in 1.5s /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/expensivequery/expensivequery_test/coverage.dat //pkg/util/extsort:extsort_test (cached) PASSED in 2.2s PASSED extsort.TestBuildCompactions (0.0s) PASSED extsort.TestDiskSorterCommon (0.1s) 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.3s) PASSED extsort.TestSSTWriter (0.0s) PASSED extsort.TestSSTWriterEmpty (0.0s) PASSED extsort.TestSSTWriterError (0.0s) PASSED extsort.TestSplitCompactionFiles (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/format/format_test/coverage.dat //pkg/util/gctuner:gctuner_test (cached) PASSED in 17.7s Stats over 5 runs: max = 17.7s, min = 4.0s, avg = 7.6s, dev = 5.2s PASSED gctuner.TestSetMemoryLimit (0.0s) PASSED gctuner.TestIssue48741 (13.7s) PASSED gctuner.TestGlobalMemoryTuner (2.4s) PASSED gctuner.TestCalcGCPercent (0.0s) PASSED gctuner.TestMem (0.0s) PASSED gctuner.TestFinalizer (0.1s) PASSED gctuner.TestTuner (0.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/gctuner/gctuner_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/gctuner/gctuner_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/gctuner/gctuner_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/gctuner/gctuner_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/gctuner/gctuner_test/shard_1_of_5/coverage.dat //pkg/util/generatedexpr:generatedexpr_test (cached) PASSED in 1.1s PASSED generatedexpr.TestParseExpression (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/generatedexpr/generatedexpr_test/coverage.dat //pkg/util/generic:generic_test (cached) PASSED in 0.5s PASSED generic_test.TestSyncMap (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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.TestFastIntSetBasic (0.0s) 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.TestFastIntSetTwoSetOps (0.1s) PASSED intset.TestFastIntSetAddRange (0.0s) PASSED intset.TestFastIntSetString (0.0s) PASSED intset.TestFastIntSetString/0 (0.0s) PASSED intset.TestFastIntSetString/1 (0.0s) PASSED intset.TestFastIntSetString/2 (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/intset/intset_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/intset/intset_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/intset/intset_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/intset/intset_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/intset/intset_test/shard_5_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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/kvcache/kvcache_test/coverage.dat //pkg/util/logutil:logutil_test (cached) PASSED in 0.9s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/logutil/logutil_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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/memory/memory_test/coverage.dat //pkg/util/memoryusagealarm:memoryusagealarm_test (cached) PASSED in 3.9s PASSED memoryusagealarm.TestGetTop10Sql (0.0s) PASSED memoryusagealarm.TestIfNeedDoRecord (0.0s) PASSED memoryusagealarm.TestUpdateVariables (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/memoryusagealarm/memoryusagealarm_test/coverage.dat //pkg/util/mock:mock_test (cached) PASSED in 1.0s PASSED mock.TestContext (0.0s) PASSED mock.TestSliceIter (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/mock/mock_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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/paging/paging_test/coverage.dat //pkg/util/parser:parser_test (cached) PASSED in 1.0s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/parser/parser_test/coverage.dat //pkg/util/partialjson:fastjson_test (cached) PASSED in 0.4s PASSED fastjson.TestIter (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/partialjson/partialjson_test/coverage.dat //pkg/util/password-validation:password-validation_test (cached) PASSED in 1.0s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/password-validation/password-validation_test/coverage.dat //pkg/util/plancodec:plancodec_test (cached) 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/plancodec/plancodec_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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/queue/queue_test/coverage.dat //pkg/util/ranger/context:context_test (cached) PASSED in 1.2s PASSED context.TestContextDetach (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/context/context_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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/regexpr-router/regexpr-router_test/coverage.dat //pkg/util/resourcegrouptag:resourcegrouptag_test (cached) PASSED in 0.5s PASSED resourcegrouptag.TestGetFirstKeyFromRequest (0.0s) PASSED resourcegrouptag.TestGetResourceGroupLabelByKey (0.0s) PASSED resourcegrouptag.TestResourceGroupTagEncoding (0.0s) PASSED resourcegrouptag.TestResourceGroupTagEncodingPB (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/resourcegrouptag/resourcegrouptag_test/coverage.dat //pkg/util/rowcodec:rowcodec_test (cached) 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/rowcodec/rowcodec_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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/selection/selection_test/coverage.dat //pkg/util/sem:sem_test (cached) PASSED in 1.1s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/sem/sem_test/coverage.dat //pkg/util/servermemorylimit:servermemorylimit_test (cached) PASSED in 4.2s PASSED servermemorylimit.TestMemoryUsageOpsHistory (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/servermemorylimit/servermemorylimit_test/coverage.dat //pkg/util/servicescope:servicescope_test (cached) PASSED in 0.5s PASSED servicescope.TestScope (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/sqlescape/sqlescape_test/coverage.dat //pkg/util/sqlexec:sqlexec_test (cached) PASSED in 1.0s /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/sqlexec/sqlexec_test/coverage.dat //pkg/util/stmtsummary:stmtsummary_test (cached) PASSED in 1.3s Stats over 23 runs: max = 1.3s, min = 0.9s, avg = 1.1s, 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.TestMapToEvictedCountDatum (0.0s) PASSED stmtsummary.TestRefreshCurrentSummary (0.0s) PASSED stmtsummary.TestSimpleStmtSummaryByDigestEvicted (0.0s) PASSED stmtsummary.TestFormatBackoffTypes (0.0s) PASSED stmtsummary.TestStmtSummaryByDigestEvictedElement (0.0s) PASSED stmtsummary.TestEnableSummaryParallel (0.0s) PASSED stmtsummary.TestDisableStmtSummary (0.0s) PASSED stmtsummary.TestEvictedCountDetailed (0.0s) PASSED stmtsummary.TestSetMaxStmtCountParallel (0.0s) PASSED stmtsummary.TestNewStmtSummaryByDigestEvictedElement (0.0s) PASSED stmtsummary.TestMaxSQLLength (0.0s) PASSED stmtsummary.TestStmtSummaryByDigestEvicted (0.0s) PASSED stmtsummary.TestMaxStmtCount (0.0s) PASSED stmtsummary.TestAddInfo (0.0s) PASSED stmtsummary.TestAddStatementParallel (0.0s) PASSED stmtsummary.TestSetUp (0.0s) PASSED stmtsummary.TestToDatum (0.0s) PASSED stmtsummary.TestAddStatement (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_1_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_16_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_12_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/stmtsummary_test/shard_9_of_23/coverage.dat //pkg/util/stmtsummary/v2:stmtsummary_test (cached) PASSED in 1.3s Stats over 13 runs: max = 1.3s, min = 0.9s, avg = 1.1s, dev = 0.1s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/stmtsummary_test/shard_1_of_13/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/texttree/texttree_test/coverage.dat //pkg/util/timeutil:timeutil_test (cached) PASSED in 1.0s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/timeutil/timeutil_test/coverage.dat //pkg/util/topsql:topsql_test (cached) PASSED in 6.4s Stats over 5 runs: max = 6.4s, min = 1.0s, avg = 2.9s, dev = 2.0s PASSED topsql.TestPubSubWhenReporterIsStopped (0.0s) PASSED topsql.TestTopSQLPubSub (5.4s) PASSED topsql.TestMaxSQLAndPlanTest (0.0s) PASSED topsql.TestTopSQLReporter (2.5s) PASSED topsql.TestTopSQLCPUProfile (1.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/topsql_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/topsql_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/topsql_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/topsql_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/topsql_test/shard_1_of_5/coverage.dat //pkg/util/topsql/collector:collector_test (cached) PASSED in 4.6s Stats over 3 runs: max = 4.6s, min = 1.1s, avg = 3.2s, dev = 1.5s PASSED collector.TestSQLStatsTune (0.0s) PASSED collector.TestProcessProfCPUProfile (3.5s) PASSED collector.TestPProfCPUProfile (2.7s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/collector/collector_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/collector/collector_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/collector/collector_test/shard_1_of_3/coverage.dat //pkg/util/topsql/reporter:reporter_test (cached) PASSED in 6.9s Stats over 36 runs: max = 6.9s, min = 0.8s, avg = 1.4s, dev = 1.1s PASSED reporter.TestSingleTargetDataSink (0.0s) PASSED reporter.TestReporterWorker (3.1s) PASSED reporter.TestMultipleDataSinks (0.0s) PASSED reporter.TestCollectInternal (0.0s) PASSED reporter.TestCollectCapacity (0.2s) PASSED reporter.TestCollectAndTopN (0.0s) PASSED reporter.TestCollectAndEvicted (5.7s) PASSED reporter.TestCollectAndSendBatch (2.5s) PASSED reporter.TestPubSubDataSink (1.0s) PASSED reporter.TestDefaultDataSinkRegisterer (0.0s) PASSED reporter.TestRemoveInvalidPlanRecord (0.0s) PASSED reporter.Test_encodeKey (0.0s) PASSED reporter.Test_normalizedPlanMap_toProto (0.0s) PASSED reporter.Test_normalizedPlanMap_take (0.0s) PASSED reporter.Test_normalizedPlanMap_register (0.0s) PASSED reporter.Test_normalizedSQLMap_toProto (0.0s) PASSED reporter.Test_normalizedSQLMap_take (0.0s) PASSED reporter.Test_normalizedSQLMap_register (0.0s) PASSED reporter.Test_cpuRecords_topN (0.0s) PASSED reporter.Test_cpuRecords_Sort (0.0s) PASSED reporter.Test_collecting_take (0.0s) PASSED reporter.Test_collecting_getReportRecords (0.0s) PASSED reporter.Test_collecting_appendOthers (0.0s) PASSED reporter.Test_collecting_markAsEvicted_hasEvicted (0.0s) PASSED reporter.Test_collecting_getOrCreateRecord (0.0s) PASSED reporter.Test_records_toProto (0.0s) PASSED reporter.Test_records_topN (0.0s) PASSED reporter.Test_records_Sort (0.0s) PASSED reporter.Test_record_toProto (0.0s) PASSED reporter.Test_record_rebuildTsIndex (0.0s) PASSED reporter.Test_record_merge (0.0s) PASSED reporter.Test_record_append (0.0s) PASSED reporter.Test_record_Sort (0.0s) PASSED reporter.Test_tsItems_toProto (0.0s) PASSED reporter.Test_tsItems_Sort (0.0s) PASSED reporter.Test_tsItem_toProto (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_36_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_35_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_34_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_33_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_32_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_31_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_30_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_29_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_28_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_27_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_26_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_25_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_24_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_23_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_22_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_21_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_20_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_19_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_18_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_17_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_16_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_15_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_14_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_13_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_12_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_11_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_10_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_9_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_8_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_7_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_6_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_5_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_4_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_3_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_2_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/reporter/reporter_test/shard_1_of_36/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.TestExecCounter_AddExecCount_Take (0.0s) PASSED stmtstats.Test_SetupCloseAggregator (0.6s) PASSED stmtstats.TestCreateStatementStats (0.0s) PASSED stmtstats.Test_RegisterUnregisterCollector (0.1s) PASSED stmtstats.Test_aggregator_run_close (0.1s) PASSED stmtstats.TestAggregatorDisableAggregate (0.0s) PASSED stmtstats.Test_aggregator_register_collect (0.0s) PASSED stmtstats.TestStatementStatsMap_Merge (0.0s) PASSED stmtstats.TestKvStatementStatsItem_Merge (0.0s) PASSED stmtstats.TestKvExecCounter (0.0s) PASSED stmtstats.TestStatementsStatsItem_Merge (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_1_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_4_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_5_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/topsql/stmtstats/stmtstats_test/shard_8_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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/pkg/backup/prepare_snap:prepare_snap_test (9/10 cached) PASSED in 3.6s Stats over 10 runs: max = 3.6s, min = 1.2s, avg = 1.9s, dev = 0.6s PASSED prepare_snap_test.TestManyMessagesWhenFinalizing (0.4s) PASSED prepare_snap_test.TestHooks (0.1s) PASSED prepare_snap_test.TestConnectionDelay (0.0s) PASSED prepare_snap_test.TestSplitEnv (0.0s) PASSED prepare_snap_test.TestRetryEnv (0.1s) PASSED prepare_snap_test.TestLeaseTimeoutWhileTakingSnapshot (2.0s) PASSED prepare_snap_test.TestLeaseTimeout (0.0s) PASSED prepare_snap_test.TestError (0.0s) PASSED prepare_snap_test.TestFailDueToErr (0.4s) PASSED prepare_snap_test.TestBasic (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/prepare_snap/prepare_snap_test/shard_1_of_10/coverage.dat //pkg/ddl/placement:placement_test (22/25 cached) PASSED in 6.9s Stats over 25 runs: max = 6.9s, min = 5.0s, avg = 5.6s, dev = 0.5s PASSED placement.TestNewRuleAndNewRules (0.0s) PASSED placement.TestClone (0.0s) PASSED placement.TestNewFullTableBundles (0.0s) PASSED placement.TestNewPartitionListBundles (0.0s) PASSED placement.TestNewPartitionBundle (0.0s) PASSED placement.TestNewTableBundle (0.0s) PASSED placement.TestRestoreConstraints (0.0s) PASSED placement.TestEmpty (0.0s) PASSED placement.TestCloneBundle (0.0s) PASSED placement.TestObjectID (0.0s) PASSED placement.TestGetLeaderDCByBundle (0.0s) PASSED placement.TestString (0.0s) PASSED placement.TestAdd (0.0s) PASSED placement.TestNewBundle (0.0s) PASSED placement.TestNewBundleFromOptions (0.0s) PASSED placement.TestResetBundleWithSingleRule (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.TestNewFromYaml (0.0s) PASSED placement.TestNewConstraint (0.0s) PASSED placement.TestRestoreConstraint (0.0s) PASSED placement.TestNewConstraints (0.0s) PASSED placement.TestCompatibleWith (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_25_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_24_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_23_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_22_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_21_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_20_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_19_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_1_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_2_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_3_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_4_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_5_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_18_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_6_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_7_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_8_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_9_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_10_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_11_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_12_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_13_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_14_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_15_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_17_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/placement/placement_test/shard_16_of_25/coverage.dat //br/pkg/streamhelper:streamhelper_test (14/36 cached) PASSED in 63.9s Stats over 36 runs: max = 63.9s, min = 4.8s, avg = 9.3s, dev = 10.6s PASSED streamhelper_test.TestEncounterError (0.1s) PASSED streamhelper_test.TestSomeOfStoreUnsupported (0.1s) PASSED streamhelper_test.TestBasic (0.0s) PASSED streamhelper_test.TestStoreRemoved (0.2s) PASSED streamhelper_test.TestTick (0.0s) PASSED streamhelper_test.TestStoreOffline (0.0s) PASSED streamhelper_test.TestWithFailure (0.0s) PASSED streamhelper_test.TestHasFailureStores (0.0s) PASSED streamhelper_test.TestCollectorFailure (28.7s) PASSED streamhelper_test.TestNormalError (0.2s) PASSED streamhelper_test.TestOneStoreFailure (16.0s) PASSED streamhelper_test.TestSubBasic (0.2s) PASSED streamhelper_test.TestGCServiceSafePoint (0.1s) PASSED streamhelper_test.TestTaskRanges (0.0s) PASSED streamhelper_test.TestTaskRangesWithSplit (0.0s) PASSED streamhelper_test.TestClearCache (0.0s) PASSED streamhelper_test.TestResolveLock (0.1s) PASSED streamhelper_test.TestBlocked (0.0s) PASSED streamhelper_test.TestOwnerDropped (0.0s) PASSED streamhelper_test.TestRegionIterator (2.5s) PASSED streamhelper_test.TestRegionIterator/case#0 (0.0s) PASSED streamhelper_test.TestRegionIterator/case#1 (0.0s) PASSED streamhelper_test.TestRegionIterator/case#2 (0.7s) PASSED streamhelper_test.TestRegionIterator/case#3 (1.1s) PASSED streamhelper_test.TestRegionIterator/case#4 (0.4s) PASSED streamhelper_test.TestRemoveTaskAndFlush (0.2s) PASSED streamhelper_test.TestChecking (0.0s) PASSED streamhelper_test.TestEnableCheckPointLimit (0.1s) PASSED streamhelper_test.TestOwnerChangeCheckPointLagged (0.1s) PASSED streamhelper_test.TestCheckPointLagged (0.1s) 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.TestIntegration (0.7s) 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.TestSubscriptionPanic (0.0s) PASSED streamhelper_test.TestGCCheckpoint (0.0s) PASSED streamhelper_test.TestRedactBackend (0.0s) PASSED streamhelper_test.TestOwnershipLost (56.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_36_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_35_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_1_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_34_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_2_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_33_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_3_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_32_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_4_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_31_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_5_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_30_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_6_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_7_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_8_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_9_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_11_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_10_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_12_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_29_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_13_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_28_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_14_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_15_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_16_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_17_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_18_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_19_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_20_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_21_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_22_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_27_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_24_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_25_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_26_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/streamhelper/streamhelper_test/shard_23_of_36/coverage.dat //pkg/store/copr:copr_test (8/31 cached) PASSED in 48.4s Stats over 31 runs: max = 48.4s, min = 5.9s, avg = 9.1s, dev = 7.5s PASSED copr.TestMPPFailedStoreAssertFailed (0.0s) PASSED copr.TestMPPFailedStoreProbeGoroutineTask (0.0s) PASSED copr.TestMPPFailedStoreProbe (1.4s) PASSED copr.TestCopRangeSplit (0.0s) PASSED copr.TestCopRanges (0.0s) PASSED copr.TestBatchStoreCoprOnlySendToLeader (0.0s) PASSED copr.TestSmallTaskConcurrencyLimit (0.0s) PASSED copr.TestBuildCopTasksWithRowCountHint (0.0s) PASSED copr.TestBasicSmallTaskConc (0.0s) PASSED copr.TestCalculateRemain (0.0s) PASSED copr.TestBalanceBatchCopTaskWithEmptyTaskSet (0.0s) PASSED copr.TestDeepCopyStoreTaskMap (0.0s) PASSED copr.TestBalanceBatchCopTaskWithContinuity (10.5s) PASSED copr.TestConsistentHash (1.3s) PASSED copr.TestCalculateRetry (0.0s) PASSED copr.TestDispatchPolicyRR (1.1s) PASSED copr.TestGetAllUsedTiFlashStores (0.0s) PASSED copr.TestBuildCacheKey (0.0s) PASSED copr.TestDisable (0.0s) PASSED copr.TestBuildPagingTasksDisablePagingForSmallLimit (0.0s) PASSED copr.TestAdmission (0.0s) PASSED copr.TestCacheValueLen (0.0s) PASSED copr.TestGetSet (0.1s) PASSED copr.TestIssue24118 (0.0s) PASSED copr.TestBuildPagingTasks (0.0s) PASSED copr.TestBuildTasksWithoutBuckets (0.0s) PASSED copr.TestBuildTasksByBuckets (0.0s) PASSED copr.TestSplitKeyRangesByLocationsWithoutBuckets (0.0s) PASSED copr.TestSplitKeyRanges (0.0s) PASSED copr.TestRebuild (0.0s) PASSED copr.TestTopoFetcherBackoff (40.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_31_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_30_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_29_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_28_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_27_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_26_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_25_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_24_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_23_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_22_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_2_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_3_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_1_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_4_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_21_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_5_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_7_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_8_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_9_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_20_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_10_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_11_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_12_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_13_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_19_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_14_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_15_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_16_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_17_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_18_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/shard_6_of_31/coverage.dat //pkg/distsql:distsql_test (1/29 cached) PASSED in 7.6s Stats over 29 runs: max = 7.6s, min = 5.2s, avg = 6.8s, dev = 0.4s PASSED distsql.TestUpdateCopRuntimeStats (0.0s) PASSED distsql.TestRequestBuilderHandle (0.0s) PASSED distsql.TestBuildTableRangeCommonHandle (0.0s) PASSED distsql.TestBenchDaily (0.0s) PASSED distsql.TestBuildTableRangeIntHandle (0.0s) PASSED distsql.TestSelectNormal (0.0s) PASSED distsql.TestSelectMemTracker (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.TestSelectNormalChunkSize (0.0s) PASSED distsql.TestSelectWithRuntimeStats (0.0s) PASSED distsql.TestIndexRangesToKVRangesWithFbs (0.0s) PASSED distsql.TestSelectResultRuntimeStats (0.0s) PASSED distsql.TestAnalyze (0.0s) PASSED distsql.TestTableRangesToKVRangesWithFbs (0.0s) PASSED distsql.TestRequestBuilderMaxExecutionTime (0.0s) PASSED distsql.TestChecksum (0.0s) PASSED distsql.TestTableHandlesToKVRanges (0.0s) PASSED distsql.TestRequestBuilderTiKVClientReadTimeout (0.0s) PASSED distsql.TestTablePartitionHandlesToKVRanges (0.0s) PASSED distsql.TestTableRangesToKVRanges (0.0s) PASSED distsql.TestIndexRangesToKVRanges (0.0s) PASSED distsql.TestRequestBuilder8 (0.0s) PASSED distsql.TestRequestBuilder1 (0.0s) PASSED distsql.TestRequestBuilder2 (0.0s) PASSED distsql.TestRequestBuilder3 (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.TestRequestBuilder4 (0.0s) PASSED distsql.TestRequestBuilder5 (0.0s) PASSED distsql.TestRequestBuilder6 (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_29_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_28_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_27_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_1_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_26_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_2_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_3_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_25_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_4_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_5_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_24_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_6_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_7_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_23_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_22_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_8_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_9_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_21_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_10_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_11_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_12_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_20_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_13_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_14_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_15_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_19_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_16_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_17_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/distsql/distsql_test/shard_18_of_29/coverage.dat //br/cmd/br:br_test PASSED in 1.5s PASSED br.TestCalculateMemoryLimit (0.0s) PASSED br.TestRunMain (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/cmd/br/br_test/coverage.dat //br/pkg/checksum:checksum_test PASSED in 3.7s PASSED checksum.TestChecksum (1.2s) PASSED checksum.TestChecksumContextDone (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checksum/checksum_test/coverage.dat //br/pkg/glue:glue_test PASSED in 2.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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/glue/glue_test/coverage.dat //br/pkg/gluetidb:gluetidb_test PASSED in 2.5s PASSED gluetidb.TestTheSessionIsoation (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/gluetidb/gluetidb_test/coverage.dat //br/pkg/gluetikv:gluetikv_test PASSED in 1.9s PASSED gluetikv.TestGetVersion (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/gluetikv/gluetikv_test/coverage.dat //br/pkg/mock:mock_test PASSED in 3.0s PASSED mock_test.TestSmoke (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 2.1s PASSED import_client_test.TestImportClient (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 3.1s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/internal/prealloc_table_id/prealloc_table_id_test/coverage.dat //lightning/cmd/tidb-lightning:tidb-lightning_test PASSED in 1.5s PASSED tidb-lightning.TestRunMain (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.4s PASSED tidb-lightning-ctl.TestRunMain (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.5s PASSED mock.TestMockImportSourceBasic (0.0s) PASSED mock.TestMockTargetInfoBasic (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/mock/mock_test/coverage.dat //pkg/ddl/session:session_test PASSED in 3.9s PASSED session_test.TestPessimisticTxn (1.2s) PASSED session_test.TestSessionPool (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/session/session_test/coverage.dat //pkg/ddl/systable:systable_test PASSED in 3.6s PASSED systable.TestManager (2.1s) 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/systable/systable_test/coverage.dat //pkg/ddl/tests/multivaluedindex:multivaluedindex_test PASSED in 2.6s PASSED multivaluedindex_test.TestCreateMultiValuedIndexHasBinaryCollation (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/multivaluedindex/multivaluedindex_test/coverage.dat //pkg/disttask/example:example_test PASSED in 6.2s PASSED example.TestExampleApplication (4.6s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/example/example_test/coverage.dat //pkg/disttask/framework/handle:handle_test PASSED in 4.2s PASSED handle_test.TestHandle (2.2s) PASSED handle_test.TestRunWithRetry (0.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/handle/handle_test/coverage.dat //pkg/disttask/framework/planner:planner_test PASSED in 2.7s PASSED planner_test.TestPhysicalPlan (0.0s) PASSED planner_test.TestPlanner (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/planner/planner_test/coverage.dat //pkg/domain/globalconfigsync:globalconfigsync_test PASSED in 3.1s PASSED globalconfigsync_test.TestGlobalConfigSyncer (0.0s) PASSED globalconfigsync_test.TestStoreGlobalConfig (1.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/globalconfigsync/globalconfigsync_test/coverage.dat //pkg/executor/internal/calibrateresource:calibrateresource_test PASSED in 23.5s PASSED calibrateresource.TestCalibrateResource (21.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/calibrateresource/calibrateresource_test/coverage.dat //pkg/executor/internal/mpp:mpp_test PASSED in 2.7s PASSED mpp.TestNeedReportExecutionSummary (0.0s) PASSED mpp.TestZoneHelperTryQuickFill (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/mpp/mpp_test/coverage.dat //pkg/executor/internal/querywatch:querywatch_test PASSED in 10.3s PASSED querywatch.TestQueryWatch (5.5s) PASSED querywatch.TestQueryWatchIssue56897 (3.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/querywatch/querywatch_test/coverage.dat //pkg/executor/lockstats:lockstats_test PASSED in 2.1s PASSED lockstats.TestPopulatePartitionIDAndNames (0.0s) PASSED lockstats.TestPopulateTableAndPartitionIDs (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/lockstats/lockstats_test/coverage.dat //pkg/executor/mppcoordmanager:mppcoordmanager_test PASSED in 6.6s PASSED mppcoordmanager.TestDetectAndDelete (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/mppcoordmanager/mppcoordmanager_test/coverage.dat //pkg/executor/test/analyzetest/panictest:panictest_test PASSED in 4.6s PASSED panictest_test.TestPanicInHandleAnalyzeWorkerPanic (1.1s) PASSED panictest_test.TestPanicInHandleResultErrorWithSingleGoroutine (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/panictest/panictest_test/coverage.dat //pkg/executor/test/distsqltest:distsqltest_test PASSED in 37.7s PASSED distsqltest_test.TestDistsqlPartitionTableConcurrency (31.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/distsqltest/distsqltest_test/coverage.dat //pkg/executor/test/loadremotetest:loadremotetest_test PASSED in 6.8s PASSED loadremotetest_test.TestLoadRemote (4.8s) PASSED loadremotetest_test.TestLoadRemote/TestColumnNumMismatch (0.2s) 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.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loadremotetest/loadremotetest_test/coverage.dat //pkg/executor/test/memtest:memtest_test PASSED in 28.3s PASSED memtest_test.TestInsertUpdateTrackerOnCleanUp (21.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/memtest/memtest_test/coverage.dat //pkg/executor/test/unstabletest:unstabletest_test PASSED in 29.4s PASSED unstabletest_test.TestGlobalMemoryControl (4.2s) PASSED unstabletest_test.TestPBMemoryLeak (22.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/unstabletest/unstabletest_test/coverage.dat //pkg/planner/cascades:cascades_test PASSED in 4.5s PASSED cascades_test.TestCascadesDrive (1.1s) PASSED cascades_test.TestXFormedOperatorShouldDeriveTheirStatsOwn (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/cascades_test/coverage.dat //pkg/planner/cascades/rule/apply/decorrelateapply:decorrelateapply_test PASSED in 2.6s PASSED decorrelateapply_test.TestXFDeCorrelateShouldDeleteIntermediaryApply (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.4s PASSED binaryplan_test.TestBinaryPlanInExplainAndSlowLog (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.3s) PASSED cascades_test.TestGroupNDVCols (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 2.8s PASSED correlated_test.TestCorrelatedSubquery (1.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 2.9s PASSED flatplan_test.TestFlatPhysicalPlan (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 4.2s PASSED join_test.TestSemiJoinOrder (1.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.3s PASSED parallelapply_test.TestParallelApplyWarnning (0.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 4.1s PASSED scalarsubquery_test.TestExplainNonEvaledSubquery (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 3.1s PASSED hash64_equals.TestGenHash64EqualsField (0.0s) PASSED hash64_equals.TestHash64Equals (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 2.9s PASSED plan_cache.TestPlanClone (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 2.5s PASSED shallow_ref.TestHash64Equals (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.0s PASSED analyze_test.TestAnalyzeVirtualColumns (1.1s) PASSED analyze_test.TestAutoAnalyzeForMissingPartition (1.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 2.8s PASSED cte_test.TestCTEWithDifferentSchema (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 4.9s PASSED null_test.TestIssue54803 (0.9s) PASSED null_test.TestIssue56745 (0.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.7s PASSED partition_test.TestBenchDaily (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/partition/partition_test/coverage.dat //pkg/planner/implementation:implementation_test PASSED in 2.7s PASSED implementation.TestBaseImplementation (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/implementation/implementation_test/coverage.dat //pkg/planner/util/fixcontrol:fixcontrol_test PASSED in 3.0s PASSED fixcontrol_test.TestFixControl (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 2.5s PASSED conn_ip_example.TestLoadPlugin (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 3.1s PASSED runaway.TestConcurrentResetAndCheckThresholds (0.2s) PASSED runaway.TestRecordKey (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/runaway/runaway_test/coverage.dat //pkg/server/handler/extractorhandler:extractorhandler_test PASSED in 9.4s PASSED extractorhandler_test.TestExtractHandler (3.2s) PASSED extractorhandler_test.TestExtractHandlerInfoSchemaV2 (3.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/extractorhandler/extractorhandler_test/coverage.dat //pkg/session/resourcegrouptest:resourcegrouptest_test PASSED in 2.9s PASSED resourcegrouptest_test.TestResourceGroupHintInTxn (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/resourcegrouptest/resourcegrouptest_test/coverage.dat //pkg/session/test/privileges:privileges_test PASSED in 5.6s PASSED privileges_test.TestSessionAuth (1.4s) PASSED privileges_test.TestSkipWithGrant (1.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/privileges/privileges_test/coverage.dat //pkg/statistics/handle/autoanalyze/exec:exec_test PASSED in 4.1s PASSED exec_test.TestExecAutoAnalyzes (1.1s) PASSED exec_test.TestKillInWindows (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/exec/exec_test/coverage.dat //pkg/statistics/handle/util:util_test PASSED in 4.2s PASSED util_test.TestCallSCtxFailed (1.0s) PASSED util_test.TestIsSpecialGlobalIndex (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/util/util_test/coverage.dat //pkg/store/mockstore/mockcopr:mockcopr_test PASSED in 4.3s PASSED mockcopr.TestResolvedLargeTxnLocks (1.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/mockcopr/mockcopr_test/coverage.dat //pkg/testkit:testkit_test PASSED in 2.7s PASSED testkit.TestMultiStatementInTk (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/testkit/testkit_test/coverage.dat //pkg/util/admin:admin_test PASSED in 2.7s PASSED admin.TestAdminCheckTableCorrupted (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/admin/admin_test/coverage.dat //pkg/util/dbutil:dbutil_test PASSED in 2.5s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/dbutil/dbutil_test/coverage.dat //pkg/util/ddl-checker:ddl-checker_test PASSED in 3.8s PASSED ddl-checker.TestExecute (1.1s) PASSED ddl-checker.TestParse (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ddl-checker/ddl-checker_test/coverage.dat //pkg/util/keydecoder:keydecoder_test PASSED in 2.8s PASSED keydecoder.TestDecodeKey (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/keydecoder/keydecoder_test/coverage.dat //pkg/util/profile:profile_test PASSED in 2.7s PASSED profile.TestProfileToDatum (0.0s) PASSED profile.TestProfiles (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/profile/profile_test/coverage.dat //pkg/util/rowDecoder:rowDecoder_test PASSED in 2.4s PASSED rowDecoder_test.TestClusterIndexRowDecoder (0.0s) PASSED rowDecoder_test.TestRowDecoder (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/rowDecoder/rowDecoder_test/coverage.dat //pkg/util/schemacmp:schemacmp_test PASSED in 3.1s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/schemacmp/schemacmp_test/coverage.dat //br/pkg/aws:aws_test PASSED in 18.4s Stats over 3 runs: max = 18.4s, min = 2.4s, avg = 7.9s, dev = 7.4s PASSED aws.TestWaitSnapshotsCreated (15.0s) PASSED aws.TestHandleDescribeVolumesResponse (0.0s) PASSED aws.TestEC2SessionExtractSnapProgress (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/aws/aws_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/aws/aws_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 2.0s Stats over 3 runs: max = 2.0s, min = 1.7s, avg = 1.9s, dev = 0.1s PASSED ingestrec_test.TestRewriteTableID (0.0s) PASSED ingestrec_test.TestIndexesKind (0.0s) PASSED ingestrec_test.TestAddIngestRecorder (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/ingestrec/ingestrec_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/ingestrec/ingestrec_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/ingestrec/ingestrec_test/shard_1_of_3/coverage.dat //br/pkg/utils/storewatch:storewatch_test PASSED in 3.2s Stats over 3 runs: max = 3.2s, min = 2.4s, avg = 2.7s, dev = 0.3s PASSED storewatch_test.TestOnReboot (0.0s) PASSED storewatch_test.TestOnOffline (0.0s) PASSED storewatch_test.TestOnRegister (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/storewatch/storewatch_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/utils/storewatch/storewatch_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.5s Stats over 3 runs: max = 3.5s, min = 3.0s, avg = 3.2s, dev = 0.2s PASSED autoid_service.TestGRPC (1.2s) PASSED autoid_service.TestAPI (2.0s) PASSED autoid_service.TestConcurrent (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/autoid_service/autoid_service_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/autoid_service/autoid_service_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/autoid_service/autoid_service_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.1s, avg = 3.3s, dev = 0.1s PASSED fastcreatetable_test.TestMergedJob (1.4s) PASSED fastcreatetable_test.TestDDL (1.3s) PASSED fastcreatetable_test.TestSwitchFastCreateTable (1.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fastcreatetable/fastcreatetable_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fastcreatetable/fastcreatetable_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 22.9s Stats over 3 runs: max = 22.9s, min = 15.6s, avg = 18.6s, dev = 3.1s PASSED aggregate_test.TestRandomFail (14.2s) PASSED aggregate_test.TestGetCorrectResult (12.5s) PASSED aggregate_test.TestFallBackAction (19.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggregate/aggregate_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggregate/aggregate_test/shard_1_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.4s Stats over 3 runs: max = 27.4s, min = 26.0s, avg = 26.6s, dev = 0.6s PASSED oomtest_test.TestMemTracker4DeleteExec (19.5s) PASSED oomtest_test.TestMemTracker4InsertAndReplaceExec (20.9s) PASSED oomtest_test.TestMemTracker4UpdateExec (19.7s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/oomtest/oomtest_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/oomtest/oomtest_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 38.6s Stats over 3 runs: max = 38.6s, min = 7.5s, avg = 26.5s, dev = 13.6s PASSED splittest_test.TestBenchDaily (0.0s) PASSED splittest_test.TestShowTableRegion (31.6s) PASSED splittest_test.TestClusterIndexShowTableRegion (25.6s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/splittest/splittest_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/splittest/splittest_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 2.4s Stats over 3 runs: max = 2.4s, min = 1.8s, avg = 2.2s, dev = 0.3s PASSED verification_test.TestGroupChecksum (0.0s) PASSED verification_test.TestChecksumJSON (0.0s) PASSED verification_test.TestChecksum (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/verification/verification_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/verification/verification_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 2.8s Stats over 3 runs: max = 2.8s, min = 2.3s, avg = 2.5s, dev = 0.2s PASSED task.TestTaskFunctionality (0.0s) PASSED task.TestTaskStack (0.0s) PASSED task.TestSimpleTaskScheduler (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/task/task_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/task/task_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.0s Stats over 3 runs: max = 4.0s, min = 3.0s, avg = 3.4s, dev = 0.4s PASSED tpch_test.TestQ18 (1.0s) PASSED tpch_test.TestQ13 (0.9s) PASSED tpch_test.TestQ3 (0.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/tpch/tpch_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/tpch/tpch_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/tpch/tpch_test/shard_1_of_3/coverage.dat //pkg/planner/util:util_test PASSED in 3.0s Stats over 3 runs: max = 3.0s, min = 2.6s, avg = 2.8s, dev = 0.2s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/util/util_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/util/util_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/util/util_test/shard_1_of_3/coverage.dat //pkg/session/clusteredindextest:clusteredindextest_test PASSED in 38.5s Stats over 3 runs: max = 38.5s, min = 31.5s, avg = 34.6s, dev = 2.9s PASSED clusteredindextest_test.TestPartitionTable (25.2s) PASSED clusteredindextest_test.TestClusteredWithOldRowFormat (30.0s) PASSED clusteredindextest_test.TestClusteredInsertIgnoreBatchGetKeyCount (23.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/clusteredindextest/clusteredindextest_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/clusteredindextest/clusteredindextest_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 43.9s Stats over 3 runs: max = 43.9s, min = 34.2s, avg = 37.5s, dev = 4.5s PASSED temporarytabletest_test.TestSchemaCheckerTempTable (26.0s) PASSED temporarytabletest_test.TestLocalTemporaryTableDelete (26.2s) PASSED temporarytabletest_test.TestLocalTemporaryTableUpdate (35.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/temporarytabletest/temporarytabletest_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/temporarytabletest/temporarytabletest_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/temporarytabletest/temporarytabletest_test/shard_1_of_3/coverage.dat //pkg/workloadlearning:workloadlearning_test PASSED in 2.7s Stats over 3 runs: max = 2.7s, min = 2.3s, avg = 2.5s, dev = 0.2s PASSED workloadlearning_test.TestSaveReadTableCostMetrics (1.0s) PASSED workloadlearning_test.TestGetTableReadCacheMetricsWithNoData (1.1s) PASSED workloadlearning_test.TestUpdateTableCostCache (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/workloadlearning/workloadlearning_test/shard_3_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/workloadlearning/workloadlearning_test/shard_2_of_3/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/workloadlearning/workloadlearning_test/shard_1_of_3/coverage.dat //br/pkg/task/show:show_test PASSED in 3.7s Stats over 4 runs: max = 3.7s, min = 1.6s, avg = 2.3s, dev = 0.8s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/show/show_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/show/show_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/show/show_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/show/show_test/shard_1_of_4/coverage.dat //pkg/expression/test/multivaluedindex:multivaluedindex_test PASSED in 3.0s Stats over 4 runs: max = 3.0s, min = 2.9s, avg = 3.0s, dev = 0.1s PASSED multivaluedindex_test.TestWriteMultiValuedIndexComposite (1.3s) PASSED multivaluedindex_test.TestWriteMultiValuedIndexUnique (1.2s) PASSED multivaluedindex_test.TestWriteMultiValuedIndexPartitionTable (1.2s) PASSED multivaluedindex_test.TestWriteMultiValuedIndex (1.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/test/multivaluedindex/multivaluedindex_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/test/multivaluedindex/multivaluedindex_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/test/multivaluedindex/multivaluedindex_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/test/multivaluedindex/multivaluedindex_test/shard_1_of_4/coverage.dat //pkg/infoschema/perfschema:perfschema_test PASSED in 3.2s Stats over 4 runs: max = 3.2s, min = 1.7s, avg = 2.7s, dev = 0.6s PASSED perfschema.TestSessionConnectAttrs (1.1s) PASSED perfschema.TestTiKVProfileCPU (1.3s) PASSED perfschema.TestPerfSchemaTables (1.3s) PASSED perfschema.TestPredefinedTables (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/perfschema/perfschema_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/perfschema/perfschema_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/perfschema/perfschema_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/perfschema/perfschema_test/shard_1_of_4/coverage.dat //pkg/planner/core/tests/extractor:extractor_test PASSED in 70.0s Stats over 4 runs: max = 70.0s, min = 8.8s, avg = 39.8s, dev = 23.8s PASSED extractor_test.TestMemtableInfoschemaExtractorPart3 (6.5s) PASSED extractor_test.TestMemtableInfoschemaExtractorPart1 (22.6s) PASSED extractor_test.TestMemtableInfoschemaExtractorPart4 (53.2s) PASSED extractor_test.TestMemtableInfoschemaExtractorPart2 (68.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/extractor/extractor_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/extractor/extractor_test/shard_1_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/extractor/extractor_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 4.4s Stats over 4 runs: max = 4.4s, min = 3.2s, avg = 3.8s, dev = 0.5s PASSED redact_test.TestRedactTiFlash (0.9s) PASSED redact_test.TestJoinNotSupportedByTiFlash (1.1s) PASSED redact_test.TestRedactForRangeInfo (1.0s) PASSED redact_test.TestRedactExplain (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/redact/redact_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/redact/redact_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/redact/redact_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.7s Stats over 4 runs: max = 21.7s, min = 3.7s, avg = 8.4s, dev = 7.7s PASSED nontransactionaltest_test.TestNonTransactionalDMLWorkWithForeignKey (1.6s) PASSED nontransactionaltest_test.TestNonTransactionalWithCheckConstraint (1.1s) PASSED nontransactionaltest_test.TestNonTransactionalDMLErrorMessage (1.4s) PASSED nontransactionaltest_test.TestNonTransactionalDMLSharding (18.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/nontransactionaltest/nontransactionaltest_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/nontransactionaltest/nontransactionaltest_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/nontransactionaltest/nontransactionaltest_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 = 3.9s, dev = 0.5s PASSED meta_test.TestInformationSchemaCreateTime (2.0s) PASSED meta_test.TestRecordTTLRows (0.9s) PASSED meta_test.TestMetaTableRegion (1.0s) PASSED meta_test.TestInitMetaTable (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/meta/meta_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/meta/meta_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/meta/meta_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.4s Stats over 4 runs: max = 5.4s, min = 4.9s, avg = 5.1s, dev = 0.2s PASSED asyncload_test.TestLoadStatisticsAfterIndexDrop (3.1s) PASSED asyncload_test.TestLoadIndexStatisticsAfterTableDrop (3.1s) PASSED asyncload_test.TestLoadStatisticsAfterColumnDrop (3.1s) PASSED asyncload_test.TestLoadColumnStatisticsAfterTableDrop (3.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/asyncload/asyncload_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/asyncload/asyncload_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/asyncload/asyncload_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/asyncload/asyncload_test/shard_1_of_4/coverage.dat //pkg/statistics/handle/handletest/initstats:initstats_test PASSED in 3.9s Stats over 4 runs: max = 3.9s, min = 2.7s, avg = 3.3s, dev = 0.5s PASSED initstats_test.TestDropTableBeforeNonLiteInitStats (1.2s) PASSED initstats_test.TestConcurrentlyInitStatsWithMemoryLimit (1.6s) PASSED initstats_test.TestConcurrentlyInitStatsWithoutMemoryLimit (1.6s) PASSED initstats_test.TestDropTableBeforeConcurrentlyInitStats (1.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/initstats/initstats_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/initstats/initstats_test/shard_1_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/initstats/initstats_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/initstats/initstats_test/shard_3_of_4/coverage.dat //pkg/structure:structure_test PASSED in 3.4s Stats over 4 runs: max = 3.4s, min = 2.0s, avg = 2.8s, dev = 0.5s PASSED structure.TestError (0.0s) PASSED structure.TestHash (1.0s) PASSED structure.TestList (1.1s) PASSED structure.TestString (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/structure/structure_test/shard_4_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/structure/structure_test/shard_3_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/structure/structure_test/shard_2_of_4/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/structure/structure_test/shard_1_of_4/coverage.dat //pkg/executor/test/analyzetest/memorycontrol:memorycontrol_test PASSED in 63.2s Stats over 5 runs: max = 63.2s, min = 48.5s, avg = 55.5s, dev = 5.2s PASSED memorycontrol_test.TestMemQuotaAnalyze2 (44.4s) PASSED memorycontrol_test.TestGlobalMemoryControlForAnalyze (46.3s) PASSED memorycontrol_test.TestMemQuotaAnalyze (37.4s) PASSED memorycontrol_test.TestGlobalMemoryControlForAutoAnalyze (40.0s) PASSED memorycontrol_test.TestGlobalMemoryControlForPrepareAnalyze (52.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 61.5s Stats over 5 runs: max = 61.5s, min = 35.2s, avg = 50.6s, dev = 9.8s PASSED autoidtest_test.TestIssue52622 (43.1s) PASSED autoidtest_test.TestFilterDifferentAllocators (50.4s) PASSED autoidtest_test.TestInsertWithAutoidSchema (50.9s) PASSED autoidtest_test.TestIssue39528 (36.0s) PASSED autoidtest_test.TestMockAutoIDServiceError (27.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/autoidtest/autoidtest_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/autoidtest/autoidtest_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/autoidtest/autoidtest_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/autoidtest/autoidtest_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/autoidtest/autoidtest_test/shard_3_of_5/coverage.dat //pkg/planner/cascades/pattern:pattern_test PASSED in 3.5s Stats over 5 runs: max = 3.5s, min = 2.4s, avg = 2.8s, dev = 0.4s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/pattern/pattern_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/pattern/pattern_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/pattern/pattern_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/pattern/pattern_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.0s Stats over 5 runs: max = 4.0s, min = 2.8s, avg = 3.4s, dev = 0.4s PASSED windows_test.TestIssue34765 (0.9s) PASSED windows_test.TestWindowWithCorrelatedSubQuery (0.9s) PASSED windows_test.TestWindowPlanWithOtherOperators (1.0s) PASSED windows_test.TestWindowFunctionDescCanPushDown (0.9s) PASSED windows_test.TestWindowPushDownPlans (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/windows/windows_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/windows/windows_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/windows/windows_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/windows/windows_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/windows/windows_test/shard_3_of_5/coverage.dat //pkg/statistics/handle/handletest/analyze:analyze_test PASSED in 59.4s Stats over 5 runs: max = 59.4s, min = 29.6s, avg = 44.4s, dev = 11.1s PASSED analyze_test.TestFMSWithAnalyzePartition (47.3s) PASSED analyze_test.TestAnalyzeWithDynamicPartitionPruneMode (27.7s) PASSED analyze_test.TestAnalyzeVirtualCol (23.0s) PASSED analyze_test.TestAnalyzeGlobalStatsWithOpts2 (39.3s) PASSED analyze_test.TestAnalyzeGlobalStatsWithOpts1 (46.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/analyze/analyze_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/analyze/analyze_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/analyze/analyze_test/shard_1_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/analyze/analyze_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 4.6s Stats over 5 runs: max = 4.6s, min = 2.6s, avg = 3.4s, dev = 0.8s PASSED copr_test_test.TestDMLWithLiteCopWorker (2.0s) PASSED copr_test_test.TestQueryWithConcurrentSmallCop (1.6s) PASSED copr_test_test.TestBuildCopIteratorWithRunawayChecker (0.0s) PASSED copr_test_test.TestBuildCopIteratorWithBatchStoreCopr (0.0s) PASSED copr_test_test.TestBuildCopIteratorWithRowCountHint (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/copr_test_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/copr/copr_test/copr_test_test/shard_1_of_5/coverage.dat //pkg/store/mockstore/unistore:unistore_test PASSED in 2.9s Stats over 5 runs: max = 2.9s, min = 2.1s, avg = 2.4s, dev = 0.3s PASSED unistore.TestRawHandler (0.0s) PASSED unistore.TestMockPDServiceDiscovery (0.0s) PASSED unistore.TestWatch (0.1s) PASSED unistore.TestStore (0.0s) PASSED unistore.TestLoad (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/unistore_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/unistore_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/unistore_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/unistore_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/unistore/unistore_test/shard_1_of_5/coverage.dat //pkg/ttl/sqlbuilder:sqlbuilder_test PASSED in 3.4s Stats over 5 runs: max = 3.4s, min = 1.6s, avg = 2.1s, dev = 0.7s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/sqlbuilder/sqlbuilder_test/shard_5_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/sqlbuilder/sqlbuilder_test/shard_4_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/sqlbuilder/sqlbuilder_test/shard_3_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/sqlbuilder/sqlbuilder_test/shard_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/sqlbuilder/sqlbuilder_test/shard_1_of_5/coverage.dat //br/pkg/restore/data:data_test PASSED in 3.0s Stats over 6 runs: max = 3.0s, min = 2.3s, avg = 2.6s, dev = 0.3s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/data/data_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/data/data_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/data/data_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/data/data_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/data/data_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/data/data_test/shard_1_of_6/coverage.dat //pkg/executor/internal/exec:exec_test PASSED in 5.3s Stats over 6 runs: max = 5.3s, min = 2.5s, avg = 4.0s, dev = 0.9s PASSED exec_test.TestIndexUsageReporterWithClusterIndex (3.8s) PASSED exec_test.TestDisableIndexUsageReporter (2.2s) PASSED exec_test.TestIndexUsageReporterWithGlobalIndex (1.9s) PASSED exec_test.TestIndexUsageReporterWithPartitionTable (2.5s) PASSED exec_test.TestIndexUsageReporter (1.0s) PASSED exec_test.TestIndexUsageReporterWithRealData (2.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/exec/exec_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/exec/exec_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/exec/exec_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/exec/exec_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/exec/exec_test/shard_1_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/exec/exec_test/shard_2_of_6/coverage.dat //pkg/executor/sortexec:sortexec_test PASSED in 37.0s Stats over 6 runs: max = 37.0s, min = 8.9s, avg = 19.1s, dev = 9.0s PASSED sortexec.TestInterruptedDuringSpilling (33.6s) PASSED sortexec.TestIssue55344 (1.3s) PASSED sortexec.TestTopNFallBackAction (0.0s) PASSED sortexec.TestFailpoint (13.2s) PASSED sortexec.TestInterruptedDuringSort (2.0s) PASSED sortexec.TestIssue54541 (0.0s) PASSED sortexec.TestIssue16696 (2.5s) PASSED sortexec.TestIssue54206 (1.2s) PASSED sortexec.TestParallelSort (6.0s) PASSED sortexec.TestIssue59655 (0.4s) PASSED sortexec.TestSortInDisk (4.6s) PASSED sortexec.TestTopNSpillDiskFailpoint (12.3s) PASSED sortexec.TestFallBackAction (0.0s) PASSED sortexec.TestParallelSortSpillDiskFailpoint (2.8s) PASSED sortexec.TestTopNSpillDisk (4.6s) PASSED sortexec.TestGenerateTopNResultsWhenSpillOnlyOnce (0.0s) PASSED sortexec.TestParallelSortSpillDisk (5.4s) PASSED sortexec.TestUnparallelSortSpillDisk (14.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_1_of_6/coverage.dat //pkg/planner/core/casetest/planstats:planstats_test PASSED in 4.1s Stats over 6 runs: max = 4.1s, min = 3.3s, avg = 3.7s, dev = 0.3s PASSED planstats_test.TestPartialStatsInExplain (1.2s) PASSED planstats_test.TestCollectDependingVirtualCols (1.0s) PASSED planstats_test.TestPlanStatsLoad (1.2s) PASSED planstats_test.TestPlanStatsStatusRecord (0.9s) PASSED planstats_test.TestPlanStatsLoadForCTE (1.0s) PASSED planstats_test.TestPlanStatsLoadTimeout (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_1_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/planstats/planstats_test/shard_3_of_6/coverage.dat //pkg/planner/core/casetest/pushdown:pushdown_test PASSED in 4.0s Stats over 6 runs: max = 4.0s, min = 3.6s, avg = 3.7s, dev = 0.1s PASSED pushdown_test.TestJoinNotSupportedByTiFlash (1.0s) PASSED pushdown_test.TestPushDownToTiFlashWithKeepOrder (1.0s) PASSED pushdown_test.TestPushDownToTiFlashWithKeepOrderInFastMode (0.9s) PASSED pushdown_test.TestSelPushDownTiFlash (1.0s) PASSED pushdown_test.TestPushDownProjectionForTiFlash (1.0s) PASSED pushdown_test.TestPushDownProjectionForTiFlashCoprocessor (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/pushdown/pushdown_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/pushdown/pushdown_test/shard_1_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/pushdown/pushdown_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/pushdown/pushdown_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/pushdown/pushdown_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/pushdown/pushdown_test/shard_4_of_6/coverage.dat //pkg/planner/core/tests/pointget:pointget_test PASSED in 4.2s Stats over 6 runs: max = 4.2s, min = 2.9s, avg = 3.5s, dev = 0.5s PASSED pointget_test.TestPointGetPlanCache (0.9s) PASSED pointget_test.TestIssue56832 (0.9s) PASSED pointget_test.TestPointGetId (0.9s) PASSED pointget_test.TestIssue20692 (0.9s) PASSED pointget_test.TestIssue18042 (1.0s) PASSED pointget_test.TestIssue52592 (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/pointget/pointget_test/shard_1_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/pointget/pointget_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/pointget/pointget_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/pointget/pointget_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/pointget/pointget_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/pointget/pointget_test/shard_5_of_6/coverage.dat //pkg/sessiontxn/staleread:staleread_test PASSED in 2.8s Stats over 6 runs: max = 2.8s, min = 2.5s, avg = 2.6s, dev = 0.1s PASSED staleread_test.TestStaleReadReplicaReadScope (1.1s) PASSED staleread_test.TestStaleReadTxnScope (1.0s) PASSED staleread_test.TestStaleReadProcessorInTxn (1.1s) PASSED staleread_test.TestStaleReadProcessorWithExecutePreparedStmt (1.2s) PASSED staleread_test.TestStaleReadProcessorWithSelectTable (1.2s) PASSED staleread_test.TestExternalTimestampReadonly (1.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/staleread/staleread_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/staleread/staleread_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/staleread/staleread_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/staleread/staleread_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/staleread/staleread_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/staleread/staleread_test/shard_1_of_6/coverage.dat //pkg/timer:timer_test PASSED in 61.2s Stats over 6 runs: max = 61.2s, min = 11.2s, avg = 34.5s, dev = 20.1s PASSED timer_test.TestTimerStoreWithTimeZone (39.0s) PASSED timer_test.TestTableStoreManualTrigger (41.7s) PASSED timer_test.TestEtcdNotifier (8.1s) PASSED timer_test.TestMemNotifier (3.0s) PASSED timer_test.TestTableTimerStore (49.4s) PASSED timer_test.TestMemTimerStore (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/timer_test/shard_6_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/timer_test/shard_5_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/timer_test/shard_4_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/timer_test/shard_3_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/timer_test/shard_2_of_6/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/timer/timer_test/shard_1_of_6/coverage.dat //lightning/pkg/server:server_test PASSED in 2.1s Stats over 7 runs: max = 2.1s, min = 1.5s, avg = 1.7s, 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/server/server_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 3.1s Stats over 7 runs: max = 3.1s, min = 2.7s, avg = 2.9s, dev = 0.1s PASSED staticrecordset_test.TestFinishStmtError (1.0s) PASSED staticrecordset_test.TestCursorWillBlockMinStartTS (1.2s) PASSED staticrecordset_test.TestStaticRecordSet (1.1s) PASSED staticrecordset_test.TestCursorWillBeClosed (1.0s) PASSED staticrecordset_test.TestStaticRecordSetWithTxn (1.0s) PASSED staticrecordset_test.TestDetachError (1.0s) PASSED staticrecordset_test.TestStaticRecordSetExceedGCTime (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/staticrecordset/staticrecordset_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/staticrecordset/staticrecordset_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/staticrecordset/staticrecordset_test/shard_1_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/staticrecordset/staticrecordset_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/staticrecordset/staticrecordset_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/staticrecordset/staticrecordset_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/staticrecordset/staticrecordset_test/shard_3_of_7/coverage.dat //pkg/executor/test/aggregate:aggregate_test PASSED in 9.4s Stats over 7 runs: max = 9.4s, min = 1.4s, avg = 3.7s, dev = 2.4s PASSED aggregate_test.TestIssue50849 (1.0s) PASSED aggregate_test.TestHashAggRuntimeStat (0.0s) PASSED aggregate_test.TestParallelHashAgg (1.2s) PASSED aggregate_test.TestParallelStreamAggGroupConcat (1.1s) PASSED aggregate_test.TestIssue20658 (1.3s) PASSED aggregate_test.TestAggInDisk (1.4s) PASSED aggregate_test.TestRandomPanicConsume (7.6s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/aggregate/aggregate_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/aggregate/aggregate_test/shard_1_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/aggregate/aggregate_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/aggregate/aggregate_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/aggregate/aggregate_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/aggregate/aggregate_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/aggregate/aggregate_test/shard_5_of_7/coverage.dat //pkg/lightning/tikv:tikv_test PASSED in 2.6s Stats over 7 runs: max = 2.6s, min = 1.7s, avg = 2.3s, dev = 0.3s PASSED tikv.TestCheckTiKVVersion (0.0s) PASSED tikv.TestCheckPDVersion (0.0s) PASSED tikv.TestFetchModeFromMetrics (0.0s) PASSED tikv.TestForAllStores (0.0s) PASSED tikv.TestDebugReadSST (0.0s) PASSED tikv.TestPebbleWriteSST (0.0s) PASSED tikv.TestIntegrationTest (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/tikv/tikv_test/shard_1_of_7/coverage.dat //pkg/session/test/common:common_test PASSED in 4.3s Stats over 7 runs: max = 4.3s, min = 3.8s, avg = 4.0s, dev = 0.2s PASSED common_test.TestAffectedRows (1.5s) PASSED common_test.TestQueryString (1.3s) PASSED common_test.TestLastMessage (1.4s) PASSED common_test.TestTableInfoMeta (1.2s) PASSED common_test.TestIndexColumnLength (1.2s) PASSED common_test.TestPrepare (1.2s) PASSED common_test.TestMiscs (1.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/common/common_test/shard_1_of_7/coverage.dat //pkg/ttl/session:session_test PASSED in 3.5s Stats over 7 runs: max = 3.5s, min = 2.6s, avg = 2.9s, dev = 0.3s PASSED session_test.TestSysVarTTLScanDeleteLimit (1.0s) PASSED session_test.TestSysVarTTLScanDeleteBatchSize (1.2s) PASSED session_test.TestSysVarTTLScanBatchSize (1.0s) PASSED session_test.TestSysVarTTLJobEnable (1.1s) PASSED session_test.TestSessionKill (1.0s) PASSED session_test.TestSessionResetTimeZone (1.0s) PASSED session_test.TestSessionRunInTxn (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_7_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_6_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_5_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_4_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_3_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/session/session_test/shard_2_of_7/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 3.3s Stats over 8 runs: max = 3.3s, min = 2.5s, avg = 2.7s, dev = 0.2s PASSED conn.TestHandleTiKVAddress (0.0s) PASSED conn.TestIsLogBackupEnabled (0.0s) PASSED conn.TestGetAllTiKVStoresWithRetryCancel (0.1s) PASSED conn.TestGetMergeRegionSizeAndCount (0.0s) PASSED conn.TestGetAllTiKVStoresWithUnknown (0.1s) PASSED conn.TestGetConnOnCanceledContext (0.0s) PASSED conn.TestCheckStoresAlive (0.0s) PASSED conn.TestGetAllTiKVStores (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/conn/conn_test/shard_4_of_8/coverage.dat //br/pkg/restore/internal/prealloc_db:prealloc_db_test PASSED in 3.6s Stats over 8 runs: max = 3.6s, min = 2.7s, avg = 3.2s, dev = 0.3s PASSED prealloc_db_test.TestCreateTableConsistent (1.3s) PASSED prealloc_db_test.TestDB_ExecDDL2 (1.2s) PASSED prealloc_db_test.TestDB_ExecDDL (1.1s) PASSED prealloc_db_test.TestDDLJobMap (1.2s) PASSED prealloc_db_test.TestCreateTablesInDb (1.0s) PASSED prealloc_db_test.TestUpdateMetaVersion (1.1s) PASSED prealloc_db_test.TestPolicyMode (1.3s) PASSED prealloc_db_test.TestRestoreAutoIncID (1.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/internal/prealloc_db/prealloc_db_test/shard_1_of_8/coverage.dat //pkg/executor/test/cte:cte_test PASSED in 14.8s Stats over 8 runs: max = 14.8s, min = 2.7s, avg = 4.7s, dev = 3.8s PASSED cte_test.TestCTETableInvalidTask (1.1s) PASSED cte_test.TestCTEIterationMemTracker (12.9s) PASSED cte_test.TestCTEShareCorColumn (1.6s) PASSED cte_test.TestCTEDelSpillFile (1.3s) PASSED cte_test.TestCTEPanic (1.1s) PASSED cte_test.TestCTEExecError (1.9s) PASSED cte_test.TestSpillToDisk (1.3s) PASSED cte_test.TestCTEIssue49096 (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/cte/cte_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/cte/cte_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/cte/cte_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/cte/cte_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/cte/cte_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/cte/cte_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/cte/cte_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/cte/cte_test/shard_1_of_8/coverage.dat //pkg/planner/cascades/rule:rule_test PASSED in 3.3s Stats over 8 runs: max = 3.3s, min = 2.1s, avg = 2.7s, dev = 0.4s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/rule/rule_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.3s, avg = 5.6s, dev = 4.9s PASSED hint_test.TestQBHintHandlerDuplicateObjects (1.0s) PASSED hint_test.TestHints (1.2s) PASSED hint_test.TestOptimizeHintOnPartitionTable (16.1s) PASSED hint_test.TestReadFromStorageHint (1.0s) PASSED hint_test.TestIsolationReadTiFlashUseIndexHint (1.0s) PASSED hint_test.TestAllViewHintType (1.3s) PASSED hint_test.TestReadFromStorageHintAndIsolationRead (1.0s) PASSED hint_test.TestJoinHintCompatibility (1.8s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/hint/hint_test/shard_3_of_8/coverage.dat //pkg/planner/core/casetest/index:index_test PASSED in 4.5s Stats over 8 runs: max = 4.5s, min = 2.6s, avg = 3.6s, dev = 0.6s PASSED index_test.TestAnalyzeVectorIndex (1.3s) PASSED index_test.TestVectorIndex (1.2s) PASSED index_test.TestOrderedIndexWithIsNull (1.1s) PASSED index_test.TestNullConditionForPrefixIndex (1.1s) PASSED index_test.TestRangeIntersection (1.2s) PASSED index_test.TestInvisibleIndex (0.8s) PASSED index_test.TestRowFunctionMatchTheIndexRangeScan (1.0s) PASSED index_test.TestRangeDerivation (0.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/index/index_test/shard_3_of_8/coverage.dat //pkg/planner/core/casetest/vectorsearch:vectorsearch_test PASSED in 4.2s Stats over 8 runs: max = 4.2s, min = 1.7s, avg = 2.9s, dev = 0.9s PASSED vectorsearch_test.TestVectorIndexProtobufMatch (0.0s) PASSED vectorsearch_test.TestVectorSearchHeavyFunction (2.1s) PASSED vectorsearch_test.TestTiFlashANNIndex (1.2s) PASSED vectorsearch_test.TestANNIndexNormalizedPlan (1.0s) PASSED vectorsearch_test.TestANNInexWithSimpleCBO (0.9s) PASSED vectorsearch_test.TestANNIndexWithNonIntClusteredPk (1.0s) PASSED vectorsearch_test.TestVectorSearchWithPKAuto (2.0s) PASSED vectorsearch_test.TestVectorSearchWithPKForceTiKV (2.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_7_of_8/coverage.dat //pkg/server/handler/optimizor:optimizor_test PASSED in 5.0s Stats over 8 runs: max = 5.0s, min = 4.1s, avg = 4.6s, dev = 0.3s PASSED optimizor_test.TestLoadNullStatsFile (1.1s) PASSED optimizor_test.TestDumpOptimizeTraceAPI (1.1s) PASSED optimizor_test.TestDumpPlanReplayerAPI (1.4s) PASSED optimizor_test.TestPlanReplayerWithMultiForeignKey (1.5s) PASSED optimizor_test.TestStatsPriorityQueueAPI (1.0s) PASSED optimizor_test.TestIssue43192 (1.6s) PASSED optimizor_test.TestDumpPlanReplayerAPIWithHistoryStats (1.3s) PASSED optimizor_test.TestDumpStatsAPI (2.6s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/optimizor/optimizor_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/optimizor/optimizor_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/optimizor/optimizor_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/optimizor/optimizor_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/optimizor/optimizor_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/optimizor/optimizor_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/optimizor/optimizor_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/optimizor/optimizor_test/shard_6_of_8/coverage.dat //pkg/server/tests/tls:tls_test PASSED in 4.9s Stats over 8 runs: max = 4.9s, min = 3.9s, avg = 4.5s, dev = 0.3s PASSED tls_test.TestTLSAuto (1.2s) PASSED tls_test.TestTLSVerify (1.3s) PASSED tls_test.TestTLSBasic (1.2s) PASSED tls_test.TestInvalidTLS (1.1s) PASSED tls_test.TestReloadTLS (1.1s) PASSED tls_test.TestErrorNoRollback (1.1s) PASSED tls_test.TestStatusAPIWithTLS (1.1s) PASSED tls_test.TestStatusAPIWithTLSCNCheck (1.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tls/tls_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tls/tls_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tls/tls_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tls/tls_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tls/tls_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tls/tls_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tls/tls_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tls/tls_test/shard_6_of_8/coverage.dat //pkg/session/test/vars:vars_test PASSED in 3.8s Stats over 8 runs: max = 3.8s, min = 3.4s, avg = 3.6s, dev = 0.1s PASSED vars_test.TestPrepareExecuteWithSQLHints (1.3s) PASSED vars_test.TestGlobalVarAccessor (1.1s) PASSED vars_test.TestTimeZone (1.1s) PASSED vars_test.TestSetInstanceSysvarBySetGlobalSysVar (1.0s) PASSED vars_test.TestUpgradeSysvars (1.1s) PASSED vars_test.TestTiKVSystemVars (1.2s) PASSED vars_test.TestRemovedSysVars (1.3s) PASSED vars_test.TestKVVars (1.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/vars/vars_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 57.5s Stats over 8 runs: max = 57.5s, min = 26.7s, avg = 34.1s, dev = 10.6s PASSED syncload_test.TestSyncLoadOnObjectWhichCanNotFoundInStorage (45.7s) PASSED syncload_test.TestSendLoadRequestsWaitTooLong (38.2s) PASSED syncload_test.TestRetry (23.3s) PASSED syncload_test.TestConcurrentLoadHistWithPanicAndFail (21.7s) PASSED syncload_test.TestConcurrentLoadHistTimeout (20.6s) PASSED syncload_test.TestConcurrentLoadHist (21.1s) PASSED syncload_test.TestSyncLoadSkipAnalyzSkipColumnItems (19.8s) PASSED syncload_test.TestSyncLoadSkipUnAnalyzedItems (21.8s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/syncload/syncload_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 2.8s Stats over 8 runs: max = 2.8s, min = 1.3s, avg = 1.6s, dev = 0.5s PASSED driver.TestTxnScan (0.0s) PASSED driver.TestTxnBatchGet (0.0s) PASSED driver.TestTxnGet (0.0s) PASSED driver.TestFailBusyServerCop (1.1s) PASSED driver.TestSnapshotWitInterceptor (0.0s) PASSED driver.TestSnapshotWithoutInterceptor (0.0s) PASSED driver.TestSetDefaultAndOptions (0.0s) PASSED driver.TestInjectTracingClient (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/driver/driver_test/shard_1_of_8/coverage.dat //pkg/executor/test/passwordtest:passwordtest_test PASSED in 4.7s Stats over 9 runs: max = 4.7s, min = 2.6s, avg = 3.3s, dev = 0.6s PASSED passwordtest_test.TestPasswordMySQLCompatibility (1.1s) PASSED passwordtest_test.TestPasswordExpiredAndTacking (1.1s) PASSED passwordtest_test.TestUserPassword (1.2s) PASSED passwordtest_test.TestFailedLoginTrackingCheckPrivilges (1.0s) PASSED passwordtest_test.TestFailedLoginTrackingAlterUser (1.4s) PASSED passwordtest_test.TestFailedLoginTracking (1.8s) PASSED passwordtest_test.TestFailedLoginTrackingBasic (1.1s) PASSED passwordtest_test.TestPasswordManagement (1.4s) PASSED passwordtest_test.TestValidatePassword (2.7s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/passwordtest/passwordtest_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/passwordtest/passwordtest_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/passwordtest/passwordtest_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/passwordtest/passwordtest_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/passwordtest/passwordtest_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/passwordtest/passwordtest_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/passwordtest/passwordtest_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/passwordtest/passwordtest_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 3.6s Stats over 9 runs: max = 3.6s, min = 2.7s, avg = 3.2s, dev = 0.3s PASSED writetest_test.TestPessimisticDeleteYourWrites (1.2s) PASSED writetest_test.TestDeferConstraintCheckForInsert (1.4s) PASSED writetest_test.TestRebaseIfNeeded (1.3s) PASSED writetest_test.TestReplaceLog (1.4s) PASSED writetest_test.TestLatch (1.4s) PASSED writetest_test.TestIssue34358 (1.2s) PASSED writetest_test.TestIssue18681 (1.1s) PASSED writetest_test.TestInsertIgnore (1.2s) PASSED writetest_test.TestLoadDataMissingColumn (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/writetest/writetest_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/writetest/writetest_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/writetest/writetest_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/writetest/writetest_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/writetest/writetest_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/writetest/writetest_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/writetest/writetest_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/writetest/writetest_test/shard_1_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/writetest/writetest_test/shard_2_of_9/coverage.dat //pkg/lightning/errormanager:errormanager_test PASSED in 3.0s Stats over 9 runs: max = 3.0s, min = 2.1s, avg = 2.6s, dev = 0.3s PASSED errormanager.TestReplaceConflictOneUniqueKeyNonclusteredVarcharPk (0.0s) PASSED errormanager.TestInit (0.0s) PASSED errormanager.TestReplaceConflictOneUniqueKeyNonclusteredPk (0.0s) PASSED errormanager.TestReplaceConflictOneKey (0.0s) PASSED errormanager.TestReplaceConflictOneKeyNonclusteredPk (0.0s) PASSED errormanager.TestReplaceConflictOneUniqueKey (0.0s) PASSED errormanager.TestReplaceConflictMultipleKeysNonclusteredPk (0.0s) PASSED errormanager.TestErrorMgrHasError (0.0s) PASSED errormanager.TestErrorMgrErrorOutput (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_1_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/errormanager/errormanager_test/shard_5_of_9/coverage.dat //pkg/planner/core/casetest/rule:rule_test PASSED in 4.2s Stats over 9 runs: max = 4.2s, min = 2.0s, avg = 3.6s, dev = 0.6s PASSED rule_test.TestConstantPropagateWithCollation (1.1s) PASSED rule_test.TestDual (0.9s) PASSED rule_test.TestWrapCastForAggFuncs (0.0s) PASSED rule_test.TestPushDerivedTopnFlash (1.0s) PASSED rule_test.TestOuter2InnerIssue55886 (0.9s) PASSED rule_test.TestOptEnableHashJoin (1.0s) PASSED rule_test.TestJoinOrderHint4TiFlash (1.1s) PASSED rule_test.TestJoinOrderHint4DynamicPartitionTable (1.1s) PASSED rule_test.TestOuter2Inner (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_1_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/rule/rule_test/shard_7_of_9/coverage.dat //pkg/planner/core/issuetest:issuetest_test PASSED in 31.7s Stats over 9 runs: max = 31.7s, min = 27.5s, avg = 29.4s, dev = 1.3s PASSED issuetest_test.TestIssue59902 (22.3s) PASSED issuetest_test.TestIssue58451 (24.1s) PASSED issuetest_test.TestIssue59643 (21.5s) PASSED issuetest_test.TestIssue58476 (22.5s) PASSED issuetest_test.TestIssues57583 (22.3s) PASSED issuetest_test.TestIssue53175 (20.8s) PASSED issuetest_test.TestIssue54535 (21.3s) PASSED issuetest_test.Test53726 (20.1s) PASSED issuetest_test.TestIssue43461 (23.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_4_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/issuetest/issuetest_test/shard_1_of_9/coverage.dat //pkg/server/tests/cursor:cursor_test PASSED in 8.1s Stats over 9 runs: max = 8.1s, min = 3.4s, avg = 4.8s, dev = 1.4s PASSED cursor_test.TestCursorExceedQuota (2.6s) PASSED cursor_test.TestLazyExecuteWithParam (1.7s) PASSED cursor_test.TestCursorFetchErrorInFetch (2.5s) PASSED cursor_test.TestCursorFetchShouldSpill (1.0s) PASSED cursor_test.TestLazyExecuteSelection (1.6s) PASSED cursor_test.TestCursorFetchExecuteCheck (1.0s) PASSED cursor_test.TestLazyExecuteProjection (1.6s) PASSED cursor_test.TestSerialLazyExecuteAndFetch (1.6s) PASSED cursor_test.TestConcurrentExecuteAndFetch (4.8s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_9_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_8_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_1_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_2_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_7_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_3_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_6_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_5_of_9/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/cursor/cursor_test/shard_4_of_9/coverage.dat //pkg/resourcegroup/tests:tests_test FLAKY, failed in 1 out of 9 in 61.6s Stats over 9 runs: max = 61.6s, min = 11.4s, avg = 48.8s, dev = 14.1s PASSED tests_test.TestResourceGroupBurstLimit (40.0s) PASSED tests_test.TestBindHints (36.8s) PASSED tests_test.TestNewResourceGroupFromOptions (0.0s) PASSED tests_test.TestAlreadyExistsDefaultResourceGroup (36.9s) PASSED tests_test.TestResourceGroupRunawayFlood (42.8s) PASSED tests_test.TestResourceGroupRunawayExceedTiDBSide (46.1s) PASSED tests_test.TestResourceGroupRunaway (48.6s) PASSED tests_test.TestResourceGroupBasic (51.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_4_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcegroup/tests/tests_test/shard_1_of_8/coverage.dat //pkg/executor/test/jointest:jointest_test PASSED in 44.9s Stats over 10 runs: max = 44.9s, min = 26.4s, avg = 31.6s, dev = 5.7s PASSED jointest_test.TestIssue11896 (22.1s) PASSED jointest_test.TestJoin2 (37.8s) PASSED jointest_test.TestIssue11895 (20.2s) PASSED jointest_test.TestJoinLeak (24.2s) PASSED jointest_test.TestNullEmptyAwareSemiJoin (27.7s) PASSED jointest_test.TestIssue49033 (31.1s) PASSED jointest_test.TestIssue18070 (19.8s) PASSED jointest_test.TestIssue20779 (19.5s) PASSED jointest_test.TestIssue37932 (22.3s) PASSED jointest_test.TestIssue30211 (22.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_1_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/jointest_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.2s Stats over 10 runs: max = 4.2s, min = 2.2s, avg = 3.4s, dev = 0.6s PASSED dag_test.TestDAGPlanBuilderWindowParallel (0.9s) PASSED dag_test.TestDAGPlanBuilderWindow (1.0s) PASSED dag_test.TestDAGPlanBuilderAgg (1.2s) PASSED dag_test.TestDAGPlanBuilderSimpleCase (1.2s) PASSED dag_test.TestDAGPlanBuilderUnionScan (1.1s) PASSED dag_test.TestDAGPlanBuilderJoin (1.1s) PASSED dag_test.TestDAGPlanBuilderUnion (0.9s) PASSED dag_test.TestDAGPlanBuilderSubquery (0.9s) PASSED dag_test.TestDAGPlanBuilderBasePhysicalPlan (0.9s) PASSED dag_test.TestDAGPlanTopN (0.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_1_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/dag/dag_test/shard_4_of_10/coverage.dat //pkg/session/schematest:schematest_test PASSED in 4.7s Stats over 10 runs: max = 4.7s, min = 3.6s, avg = 4.1s, dev = 0.3s PASSED schematest_test.TestValidationRecursion (1.0s) PASSED schematest_test.TestTxnSize (1.1s) PASSED schematest_test.TestIndexLookUpReaderChunk (1.1s) PASSED schematest_test.TestDeleteMultiTableExecChunk (1.1s) PASSED schematest_test.TestDeleteExecChunk (1.2s) PASSED schematest_test.TestUpdateExecChunk (1.1s) PASSED schematest_test.TestInsertExecChunk (1.2s) PASSED schematest_test.TestTableReaderChunk (1.1s) PASSED schematest_test.TestRetrySchemaChangeForEmptyChange (1.1s) PASSED schematest_test.TestPrepareStmtCommitWhenSchemaChanged (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/schematest/schematest_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/schematest/schematest_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/schematest/schematest_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/schematest/schematest_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/schematest/schematest_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/schematest/schematest_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/schematest/schematest_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/schematest/schematest_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/schematest/schematest_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 57.0s Stats over 10 runs: max = 57.0s, min = 29.5s, avg = 44.6s, dev = 9.8s PASSED txn_test.TestMemBufferCleanupMemoryLeak (37.1s) PASSED txn_test.TestMemBufferSnapshotRead (41.9s) PASSED txn_test.TestCommitTSOrderCheck (37.7s) PASSED txn_test.TestInTrans (44.6s) PASSED txn_test.TestErrorRollback (36.0s) PASSED txn_test.TestTxnRetryErrMsg (41.8s) PASSED txn_test.TestAutoCommitRespectsReadOnly (24.3s) PASSED txn_test.TestDisableTxnAutoRetry (21.8s) PASSED txn_test.TestTxnLazyInitialize (39.5s) PASSED txn_test.TestAutocommit (22.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_1_of_10/coverage.dat //pkg/statistics/handle/autoanalyze/refresher:refresher_test PASSED in 4.1s Stats over 10 runs: max = 4.1s, min = 3.0s, avg = 3.5s, dev = 0.4s PASSED refresher_test.TestWorker (1.5s) PASSED refresher_test.TestWorker/GetRunningJobs (0.1s) PASSED refresher_test.TestWorker/NewWorker (0.0s) PASSED refresher_test.TestWorker/PanicInJob (0.1s) 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.4s) PASSED refresher_test.TestDoNotRetryTableNotExistJob (1.2s) PASSED refresher_test.TestAnalyzeHighestPriorityTablesConcurrently (1.7s) PASSED refresher_test.TestAnalyzeHighestPriorityTables (1.6s) PASSED refresher_test.TestIgnoreTinyTable (1.5s) PASSED refresher_test.TestIgnoreNilOrPseudoStatsOfNonPartitionedTable (1.1s) PASSED refresher_test.TestIgnoreNilOrPseudoStatsOfPartitionedTable (1.2s) PASSED refresher_test.TestSkipAnalyzeTableWhenAutoAnalyzeRatioIsZero (1.5s) PASSED refresher_test.TestChangePruneMode (1.6s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/refresher/refresher_test/shard_1_of_10/coverage.dat //pkg/statistics/handle/usage:usage_test PASSED in 6.0s Stats over 10 runs: max = 6.0s, min = 1.6s, avg = 3.3s, dev = 1.0s PASSED usage.TestInsertAndDelete (0.0s) PASSED usage.TestAnalyzeNoPredicateColumnsWithPrimaryKey (1.0s) PASSED usage.TestAnalyzeWithNoPredicateColumnsAndNoIndexes (1.1s) PASSED usage.TestAnalyzeNoPredicateColumnsWithIndexes (1.1s) PASSED usage.TestAnalyzeTableWhenV1StatsExists (1.2s) PASSED usage.TestAnalyzeTableWithTiDBPersistAnalyzeOptionsDisabled (1.0s) PASSED usage.TestAnalyzeTableWithTiDBPersistAnalyzeOptionsEnabled (1.1s) PASSED usage.TestAnalyzeTableWithPredicateColumns (1.2s) PASSED usage.TestCleanupPredicateColumns (1.1s) PASSED usage.TestGCIndexUsage (3.6s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_10_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_9_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_8_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_7_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_6_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_5_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_4_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_3_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_2_of_10/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/usage/usage_test/shard_1_of_10/coverage.dat //pkg/executor/test/txn:txn_test PASSED in 23.5s Stats over 11 runs: max = 23.5s, min = 2.4s, avg = 5.3s, dev = 5.8s PASSED txn_test.TestInnodbLockWaitTimeout (3.5s) PASSED txn_test.TestSavepointWithForeignKey (1.6s) PASSED txn_test.TestColumnNotMatchError (1.1s) PASSED txn_test.TestSavepointWithCacheTable (1.2s) PASSED txn_test.TestSavepointInBigTxn (21.6s) PASSED txn_test.TestSavepointInPessimisticAndOptimistic (1.1s) PASSED txn_test.TestRollbackToSavepointReleasePessimisticLock (1.2s) PASSED txn_test.TestTxnSavepoint1 (1.1s) PASSED txn_test.TestTxnSavepoint0 (1.0s) PASSED txn_test.TestInvalidReadCacheTable (1.4s) PASSED txn_test.TestInvalidReadTemporaryTable (1.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_5_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_4_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/txn/txn_test/shard_1_of_11/coverage.dat //pkg/planner/funcdep:funcdep_test PASSED in 3.2s Stats over 11 runs: max = 3.2s, min = 1.7s, 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_ReduceCols (0.0s) PASSED funcdep.TestFDSet_ClosureOf (0.0s) PASSED funcdep.TestAddStrictFunctionalDependency (0.0s) PASSED funcdep.TestFDSet_MakeOuterJoin (1.3s) PASSED funcdep.TestFDSet_ExtractFDForApplyAndUnion (1.3s) PASSED funcdep.TestFDSet_ExtractFD (1.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_9_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_5_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_4_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/funcdep/funcdep_test/shard_1_of_11/coverage.dat //pkg/server/tests:tests_test PASSED in 6.7s Stats over 11 runs: max = 6.7s, min = 4.1s, avg = 4.9s, dev = 0.8s PASSED tests_test.TestDefaultCharacterAndCollation (1.1s) PASSED tests_test.TestLoadData1 (2.5s) PASSED tests_test.TestLoadDataInTransaction (3.5s) PASSED tests_test.TestConfigDefaultValue (1.1s) PASSED tests_test.TestPrepareExecute (1.1s) PASSED tests_test.TestExplainFor (1.1s) PASSED tests_test.TestLoadDataAutoRandomWithSpecialTerm (1.3s) PASSED tests_test.TestLoadDataAutoRandom (2.1s) PASSED tests_test.TestDBStmtCount (1.0s) PASSED tests_test.TestStmtCount (1.2s) PASSED tests_test.TestLoadDataListPartition (1.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_11_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_1_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_2_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_3_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_10_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_6_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_5_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_4_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_8_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_7_of_11/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/tests_test/shard_9_of_11/coverage.dat //pkg/ddl/notifier:notifier_test PASSED in 4.8s Stats over 12 runs: max = 4.8s, min = 1.5s, avg = 3.0s, dev = 0.9s PASSED notifier.TestCommitFailed (2.2s) PASSED notifier.TestHandlersSeePessimisticTxnError (2.1s) PASSED notifier.TestBeginTwice (1.3s) PASSED notifier.TestPaginatedList (3.2s) PASSED notifier.Test2OwnerForAShortTime (1.1s) PASSED notifier.TestPublishEventError (2.1s) PASSED notifier.TestPubSub (2.1s) PASSED notifier.TestDeliverOrderAndCleanup (1.2s) PASSED notifier.TestBasicPubSub (1.3s) PASSED notifier.TestPublishToTableStore (1.1s) PASSED notifier.TestLeftoverWhenUnmarshal (0.0s) PASSED notifier.TestEventString (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/notifier/notifier_test/shard_1_of_12/coverage.dat //pkg/executor/test/loaddatatest:loaddatatest_test PASSED in 30.3s Stats over 12 runs: max = 30.3s, min = 26.1s, avg = 28.7s, dev = 1.4s PASSED loaddatatest_test.TestFix56408 (22.8s) PASSED loaddatatest_test.TestLoadDataFromServerFile (22.4s) PASSED loaddatatest_test.TestLoadDataIntoPartitionedTable (23.3s) PASSED loaddatatest_test.TestLoadDataWithUppercaseUserVars (22.7s) PASSED loaddatatest_test.TestLoadDataOverflowBigintUnsigned (22.5s) PASSED loaddatatest_test.TestLoadDataInitParam (21.6s) PASSED loaddatatest_test.TestLoadDataReplace (21.3s) PASSED loaddatatest_test.TestLoadData (22.7s) PASSED loaddatatest_test.TestLoadDataEscape (20.3s) PASSED loaddatatest_test.TestLoadDataNULL (19.3s) PASSED loaddatatest_test.TestLoadDataSpecifiedColumns (20.3s) PASSED loaddatatest_test.TestLoadDataIgnoreLines (20.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_1_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/loaddatatest/loaddatatest_test/shard_5_of_12/coverage.dat //pkg/executor/test/simpletest:simpletest_test PASSED in 79.0s Stats over 12 runs: max = 79.0s, min = 45.8s, avg = 55.0s, dev = 8.6s PASSED simpletest_test.TestKillStmt (35.3s) PASSED simpletest_test.TestExtendedStatsPrivileges (37.8s) PASSED simpletest_test.TestDropStatsForMultipleTable (42.3s) PASSED simpletest_test.TestUserWithSetNames (41.6s) PASSED simpletest_test.TestDropStats (39.4s) PASSED simpletest_test.TestTransaction (44.1s) PASSED simpletest_test.TestDropPartitionStats (51.6s) PASSED simpletest_test.TestRole (43.4s) PASSED simpletest_test.TestFlushPrivilegesPanic (36.0s) PASSED simpletest_test.TestMaxUserConnections (46.8s) PASSED simpletest_test.TestSetPwd (45.4s) PASSED simpletest_test.TestUser (68.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_1_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/simpletest/simpletest_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 3.2s Stats over 12 runs: max = 3.2s, min = 2.2s, avg = 2.7s, dev = 0.2s 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.TestRawHashMap (0.0s) PASSED memo.TestGroupExpressionDelete (0.0s) PASSED memo.TestGroupExpressionHashCollision (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_1_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/memo/memo_test/shard_2_of_12/coverage.dat //pkg/planner/core/casetest/enforcempp:enforcempp_test PASSED in 13.0s Stats over 12 runs: max = 13.0s, min = 2.4s, avg = 3.9s, dev = 2.8s PASSED enforcempp_test.TestRollupMPP (1.1s) PASSED enforcempp_test.TestMPPSharedCTEScan (1.2s) PASSED enforcempp_test.TestMPPNullAwareSemiJoinPushDown (1.1s) PASSED enforcempp_test.TestMPPMultiDistinct3Stage (11.1s) PASSED enforcempp_test.TestMPPSingleDistinct3Stage (1.0s) PASSED enforcempp_test.TestEnforceMPP (3.0s) PASSED enforcempp_test.TestMPPSkewedGroupDistinctRewrite (1.1s) PASSED enforcempp_test.TestEnforceMPPWarning1 (1.1s) PASSED enforcempp_test.TestMPP2PhaseAggPushDown (1.1s) PASSED enforcempp_test.TestEnforceMPPWarning2 (1.0s) PASSED enforcempp_test.TestEnforceMPPWarning4 (1.0s) PASSED enforcempp_test.TestEnforceMPPWarning3 (0.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_1_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/enforcempp/enforcempp_test/shard_4_of_12/coverage.dat //pkg/plugin:plugin_test PASSED in 4.1s Stats over 12 runs: max = 4.1s, min = 1.7s, avg = 2.0s, dev = 0.6s PASSED plugin.TestExportManifest (0.0s) PASSED plugin.TestPluginWatcherLoop (0.0s) PASSED plugin.TestPluginsClone (0.0s) PASSED plugin.TestLoadFail (0.0s) PASSED plugin.TestLoadPluginSkipError (0.0s) PASSED plugin.TestLoadPluginSuccess (0.0s) PASSED plugin.TestLoadStaticRegisteredPlugin (0.0s) PASSED plugin.TestConstToString (0.0s) PASSED plugin.TestAuditLogNormal (2.3s) PASSED plugin.TestGeneralEventString (0.0s) PASSED plugin.TestDecode (0.0s) PASSED plugin.TestPluginDeclare (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_1_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/plugin/plugin_test/shard_3_of_12/coverage.dat //pkg/session/bootstraptest:bootstraptest_test PASSED in 23.9s Stats over 12 runs: max = 23.9s, min = 3.4s, avg = 10.0s, dev = 4.9s PASSED bootstraptest_test.TestUpgradeWithCrossJoinDisabled (1.1s) PASSED bootstraptest_test.TestUpgradeWithPauseDDL (10.5s) PASSED bootstraptest_test.TestUpgradeVersionForResumeJob (6.5s) PASSED bootstraptest_test.TestUpgradeVersionForSystemPausedJob (6.6s) PASSED bootstraptest_test.TestUpgradeVersionForPausedJob (6.6s) PASSED bootstraptest_test.TestUpgradeVersionWithoutUpgradeHTTPOp (6.6s) PASSED bootstraptest_test.TestUpgradeVersionWithUpgradeHTTPOp (6.7s) PASSED bootstraptest_test.TestUpgradeVersionMockLatest (8.1s) PASSED bootstraptest_test.TestUpgradeVersion75 (6.8s) PASSED bootstraptest_test.TestUpgradeVersion74 (20.9s) PASSED bootstraptest_test.TestUpgradeVersion66 (6.6s) PASSED bootstraptest_test.TestUpgradeVersion83AndVersion84 (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/bootstraptest/bootstraptest_test/shard_1_of_12/coverage.dat //pkg/session/test/variable:variable_test PASSED in 4.1s Stats over 12 runs: max = 4.1s, min = 2.5s, avg = 3.7s, dev = 0.4s PASSED variable_test.TestGeneralLogBinaryText (1.2s) PASSED variable_test.TestGeneralLogNonzeroTxnStartTS (1.3s) PASSED variable_test.TestMockZapCore (0.0s) PASSED variable_test.TestLastQueryInfo (1.3s) PASSED variable_test.TestIsolationRead (1.3s) PASSED variable_test.TestReplicaRead (1.2s) PASSED variable_test.TestMaxExecutionTime (1.3s) PASSED variable_test.TestSetEnableRateLimitAction (1.2s) PASSED variable_test.TestReadDMLBatchSize (1.1s) PASSED variable_test.TestCorrectScopeError (1.1s) PASSED variable_test.TestCoprocessorOOMAction (1.5s) PASSED variable_test.TestForbidSettingBothTSVariable (1.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_12_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_11_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_10_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_9_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_8_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_7_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_6_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_5_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_4_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_3_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_2_of_12/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/variable/variable_test/shard_1_of_12/coverage.dat //br/pkg/checkpoint:checkpoint_test PASSED in 59.2s Stats over 13 runs: max = 59.2s, min = 10.3s, avg = 28.5s, dev = 20.4s PASSED checkpoint_test.TestCheckpointRunnerLock (3.0s) PASSED checkpoint_test.TestCheckpointLogRestoreRunnerOnTable (39.4s) PASSED checkpoint_test.TestCheckpointLogRestoreRunnerOnStorage (0.0s) PASSED checkpoint_test.TestCheckpointRunnerNoRetryOnTable (40.5s) PASSED checkpoint_test.TestCheckpointRunnerNoRetryOnStorage (1.0s) PASSED checkpoint_test.TestCheckpointRunnerRetryOnTable (41.8s) PASSED checkpoint_test.TestCheckpointRunnerRetryOnStorage (1.0s) PASSED checkpoint_test.TestCheckpointRestoreRunnerOnTable (48.6s) PASSED checkpoint_test.TestCheckpointRestoreRunnerOnStorage (0.0s) PASSED checkpoint_test.TestCheckpointBackupRunner (3.0s) PASSED checkpoint_test.TestCheckpointMetaForBackup (0.0s) PASSED checkpoint_test.TestCheckpointMetaForRestoreOnStorage (0.0s) PASSED checkpoint_test.TestCheckpointMetaForRestoreOnTable (48.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_1_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checkpoint/checkpoint_test/shard_3_of_13/coverage.dat //br/pkg/restore:restore_test PASSED in 59.1s Stats over 13 runs: max = 59.1s, min = 1.7s, avg = 6.6s, dev = 15.1s PASSED restore_test.TestWithSplitAccumulateAndReset (0.0s) PASSED restore_test.TestWithSplitWithoutTriggersSplit (0.0s) PASSED restore_test.TestRestorePreWork (0.4s) PASSED restore_test.TestMultiTablesRestorerRestoreWithContextCancel (0.0s) PASSED restore_test.TestRestorePreWorkOnline (0.0s) PASSED restore_test.TestMultiTablesRestorerRestoreWithImportError (0.0s) PASSED restore_test.TestTransferBoolToValue (0.0s) PASSED restore_test.TestMultiTablesRestorerRestoreSuccess (0.0s) PASSED restore_test.TestGetTableSchema (1.1s) PASSED restore_test.TestSimpleRestorerWithErrorInImport (0.0s) PASSED restore_test.TestSimpleRestorerImportAndProgress (0.0s) PASSED restore_test.TestAssertUserDBsEmpty (1.5s) 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) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_1_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/restore_test/shard_6_of_13/coverage.dat //pkg/ddl/tests/fail:fail_test PASSED in 75.1s Stats over 13 runs: max = 75.1s, min = 29.5s, avg = 49.8s, dev = 10.5s PASSED fail_test.TestPartitionAddPanic (39.9s) PASSED fail_test.TestModifyColumn (64.3s) PASSED fail_test.TestPartitionAddIndexGC (40.0s) PASSED fail_test.TestRunDDLJobPanic (36.3s) PASSED fail_test.TestHalfwayCancelOperations (45.1s) PASSED fail_test.TestRunDDLJobPanicEnableFastCreateTable (38.8s) PASSED fail_test.TestInitializeOffsetAndState (42.4s) PASSED fail_test.TestUpdateHandleFailed (40.3s) PASSED fail_test.TestRunDDLJobPanicDisableClusteredIndex (43.3s) PASSED fail_test.TestFailSchemaSyncer (31.2s) PASSED fail_test.TestAddIndexFailed (44.5s) PASSED fail_test.TestRunDDLJobPanicEnableClusteredIndex (29.2s) PASSED fail_test.TestGenGlobalIDFail (22.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_1_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_6_of_13/coverage.dat //pkg/infoschema/test/infoschemav2test:infoschemav2test_test PASSED in 4.2s Stats over 13 runs: max = 4.2s, min = 2.5s, avg = 3.4s, dev = 0.5s PASSED infoschemav2test_test.TestGetAndResetRecentInfoSchemaTS (1.1s) PASSED infoschemav2test_test.TestInfoSchemaCachedAutoIncrement (1.2s) PASSED infoschemav2test_test.TestSnapshotInfoschemaReader (1.2s) PASSED infoschemav2test_test.TestSchemaSimpleTableInfos (1.2s) PASSED infoschemav2test_test.TestIssue54926 (1.2s) PASSED infoschemav2test_test.TestFullLoadAndSnapshot (1.3s) PASSED infoschemav2test_test.TestCachedTable (1.1s) PASSED infoschemav2test_test.TestTrace (1.1s) PASSED infoschemav2test_test.TestUnrelatedDDLTriggerReload (1.2s) PASSED infoschemav2test_test.TestSpecialSchemas (1.2s) PASSED infoschemav2test_test.TestTiDBSchemaCacheSizeVariable (1.0s) PASSED infoschemav2test_test.TestFindTableByPartitionID (1.3s) PASSED infoschemav2test_test.TestListTablesWithSpecialAttribute (1.6s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_1_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/infoschemav2test/infoschemav2test_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.6s Stats over 13 runs: max = 9.6s, min = 2.7s, avg = 4.2s, dev = 2.3s PASSED partition_test.TestIssue59827RangeColumns (1.0s) PASSED partition_test.TestIssue59827KeyPartitioning (1.0s) PASSED partition_test.TestIssue59827 (1.1s) PASSED partition_test.TestListPartitionPruning (1.1s) PASSED partition_test.TestPartitionTableExplain (1.1s) PASSED partition_test.TestRangeTimePruningExtract (6.9s) PASSED partition_test.TestBatchPointGetTablePartition (1.2s) PASSED partition_test.TestBatchPointGetPartitionForAccessObject (1.0s) PASSED partition_test.TestGeneratedColumnWithPartition (0.9s) PASSED partition_test.TestHashPartitionPruner (1.0s) PASSED partition_test.TestPointGetIntHandleNotFirst (1.0s) PASSED partition_test.TestListColumnsPartitionPruner (1.5s) PASSED partition_test.TestRangeDatePruningExtract (6.8s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_1_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/partition/partition_test/shard_9_of_13/coverage.dat //pkg/util/stmtsummary/v2/tests:tests_test PASSED in 3.2s Stats over 13 runs: max = 3.2s, min = 2.6s, avg = 3.0s, dev = 0.2s PASSED tests_test.TestPerformanceSchemaforPlanCache (1.3s) PASSED tests_test.TestPlanCacheUnqualified (1.3s) PASSED tests_test.TestPlanCacheUnqualified2 (1.3s) PASSED tests_test.TestPerformanceSchemaforNonPrepPlanCache (1.3s) PASSED tests_test.TestStmtSummaryHistoryTableOther (1.2s) PASSED tests_test.TestStmtSummaryTableOther (1.3s) PASSED tests_test.TestStmtSummarySensitiveQuery (1.2s) PASSED tests_test.TestStmtSummaryPreparedStatements (1.2s) PASSED tests_test.TestStmtSummaryErrorCount (1.2s) PASSED tests_test.TestStmtSummaryTablePrivilege (1.1s) PASSED tests_test.TestStmtSummaryTable (1.3s) PASSED tests_test.TestStmtSummaryIndexAdvisorNullSchema (1.4s) PASSED tests_test.TestStmtSummaryIndexAdvisor (1.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_13_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_12_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_11_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_10_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_9_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_8_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_7_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_6_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_5_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_4_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_3_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/stmtsummary/v2/tests/tests_test/shard_2_of_13/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 7.5s Stats over 14 runs: max = 7.5s, min = 1.3s, avg = 2.6s, dev = 1.9s PASSED taskexecutor.TestTaskExecutorBasic (2.4s) PASSED taskexecutor.TestInject (0.0s) 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.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.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.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) PASSED taskexecutor.TestSlotManager (0.0s) PASSED taskexecutor.TestRegisterTaskType (0.0s) PASSED taskexecutor.TestManagerInitMeta (6.0s) PASSED taskexecutor.TestSlotManagerInManager (1.2s) PASSED taskexecutor.TestManagerHandleTasks (0.2s) PASSED taskexecutor.TestManager (0.4s) PASSED taskexecutor.TestHandleExecutableTasks (0.1s) PASSED taskexecutor.TestManageTaskExecutor (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_14_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_13_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_12_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_11_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_10_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_9_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_8_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_7_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_6_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_5_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_4_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_3_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_2_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/taskexecutor/taskexecutor_test/shard_1_of_14/coverage.dat //pkg/lightning/backend:backend_test PASSED in 1.6s Stats over 14 runs: max = 1.6s, min = 1.2s, avg = 1.5s, dev = 0.1s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_14_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_13_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_12_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_11_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_10_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_9_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_8_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_7_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_6_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_5_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_4_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_3_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/backend_test/shard_2_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 2.8s Stats over 14 runs: max = 2.8s, min = 1.5s, avg = 1.9s, dev = 0.3s PASSED stmtctx.TestReservedRowIDAlloc (0.0s) PASSED stmtctx.TestErrCtx (0.0s) PASSED stmtctx.TestIssue58600 (0.0s) PASSED stmtctx.TestStmtCtxID (0.0s) PASSED stmtctx.TestResetStmtCtx (0.0s) PASSED stmtctx.TestSetStmtCtxTypeFlags (0.0s) PASSED stmtctx.TestSetStmtCtxTimeZone (0.0s) PASSED stmtctx.TestNewStmtCtx (0.0s) PASSED stmtctx.TestStmtHintsClone (0.0s) PASSED stmtctx.TestApproxRuntimeInfo (0.0s) PASSED stmtctx.TestMarshalSQLWarn (1.0s) PASSED stmtctx.TestWeakConsistencyRead (1.0s) PASSED stmtctx.TestStatementContextPushDownFLags (0.0s) PASSED stmtctx.TestCopTasksDetails (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_14_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_13_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_12_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_11_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_10_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_9_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_8_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_7_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_6_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_5_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_4_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_3_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_2_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_1_of_14/coverage.dat //pkg/statistics/handle/handletest/statstest:statstest_test PASSED in 39.5s Stats over 14 runs: max = 39.5s, min = 27.0s, avg = 32.4s, dev = 3.3s PASSED statstest_test.TestDumpStatsDeltaInBatch (21.9s) PASSED statstest_test.TestInitStatsIssue41938 (20.5s) PASSED statstest_test.TestInitStatsVer2Concurrency (24.1s) PASSED statstest_test.TestInitStatsVer2 (25.0s) PASSED statstest_test.TestInitStats51358 (25.5s) PASSED statstest_test.TestInitStats (23.7s) PASSED statstest_test.TestInitStatsMemTraceWithoutConcurrrencyLite (28.8s) PASSED statstest_test.TestStatsCacheProcess (23.8s) PASSED statstest_test.TestInitStatsMemTraceWithConcurrrencyLite (29.6s) PASSED statstest_test.TestStatsCache (23.0s) PASSED statstest_test.TestInitStatsMemTraceWithoutLite (26.0s) PASSED statstest_test.TestStatsCacheMemTracker (22.5s) PASSED statstest_test.TestInitStatsMemTraceWithLite (26.8s) PASSED statstest_test.TestStatsStoreAndLoad (32.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_14_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_13_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_12_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_11_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_10_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_9_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_8_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_1_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_7_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_2_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_6_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_3_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_5_of_14/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/statstest/statstest_test/shard_4_of_14/coverage.dat //br/pkg/backup:backup_test PASSED in 62.3s Stats over 15 runs: max = 62.3s, min = 11.3s, avg = 42.3s, dev = 18.5s PASSED backup.TestTimeoutRecvCanceled (0.0s) PASSED backup.TestTimeoutRecvCancel (0.0s) PASSED backup.TestTimeoutRecv (3.2s) PASSED backup.TestGetTS (40.0s) PASSED backup.TestBackupSchemasForSystemTable (50.2s) PASSED backup.TestGetHistoryDDLJobs (42.4s) PASSED backup.TestBuildBackupRangeAndSchemaWithBrokenStats (43.6s) PASSED backup.TestSkipUnsupportedDDLJob (46.1s) PASSED backup.TestBuildBackupRangeAndSchema (39.2s) PASSED backup.TestCheckBackupIsLocked (41.2s) PASSED backup.TestSplitBackupReqRanges (0.0s) PASSED backup.TestOnBackupResponse (36.9s) PASSED backup.TestObserveStoreChangesAsync (41.9s) PASSED backup.TestMainBackupLoop (41.3s) PASSED backup.TestBuildProgressRangeTree (40.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_15_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_14_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_13_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_1_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_12_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_2_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_11_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_3_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_10_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_4_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_9_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_5_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_8_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_6_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/backup/backup_test/shard_7_of_15/coverage.dat //br/pkg/restore/utils:utils_test PASSED in 3.0s Stats over 15 runs: max = 3.0s, min = 2.3s, avg = 2.6s, dev = 0.2s 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.TestFindMatchedRewriteRule (0.0s) PASSED utils_test.TestGetRewriteRuleOfTable (0.0s) PASSED utils_test.TestGetRewriteRulesMap (0.0s) PASSED utils_test.TestGetRewriteRules (0.0s) PASSED utils_test.TestGetRewriteTableID (0.0s) PASSED utils_test.TestRewriteRange (0.0s) PASSED utils_test.TestRewriteFileKeys (0.0s) PASSED utils_test.TestMergeRanges (0.0s) PASSED utils_test.TestValidateFileRewriteRule (0.0s) PASSED utils_test.TestMergeRawKVRanges (0.0s) PASSED utils_test.TestEncodeKeyPrefix (0.0s) PASSED utils_test.TestInvalidRanges (0.0s) PASSED utils_test.TestTruncateTS (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_15_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_14_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_13_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_12_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_11_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_10_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_9_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_8_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_7_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_1_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_6_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_2_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_5_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_3_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/utils/utils_test/shard_4_of_15/coverage.dat //pkg/ddl/tests/adminpause:adminpause_test PASSED in 8.7s Stats over 15 runs: max = 8.7s, min = 2.4s, avg = 5.3s, dev = 2.0s PASSED adminpause.TestPauseJobDependency (4.2s) PASSED adminpause.TestPauseResumeCancelAndRerunPartitionTableStmt (2.1s) PASSED adminpause.TestPauseResumeCancelAndRerunColumnStmt (7.1s) PASSED adminpause.TestPauseResumeCancelAndRerunIndexStmt (6.5s) PASSED adminpause.TestPauseCancelAndRerunSchemaStmt (2.3s) PASSED adminpause.TestPauseResumeCancelAndRerunSchemaStmt (2.4s) PASSED adminpause.TestPauseAndResumePartitionTableStmt (1.6s) PASSED adminpause.TestPauseCancelAndRerunIndexStmt (5.6s) PASSED adminpause.TestPauseAndResumeColumnStmt (3.7s) PASSED adminpause.TestPauseCancelAndRerunColumnStmt (5.1s) PASSED adminpause.TestPauseAndResumeIndexStmt (4.6s) PASSED adminpause.TestPauseCancelAndRerunPartitionTableStmt (2.1s) PASSED adminpause.TestPauseAndResumeSchemaStmt (2.1s) PASSED adminpause.TestPauseFailedOnCommit (1.0s) PASSED adminpause.TestPauseOnWriteConflict (6.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_15_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_14_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_13_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_12_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_1_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_11_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_10_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_2_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_9_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_3_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_8_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_4_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_7_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/adminpause/adminpause_test/shard_6_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.8s Stats over 15 runs: max = 3.8s, min = 2.0s, avg = 3.0s, dev = 0.5s PASSED autoanalyze_test.TestAutoAnalyzeWithVectorIndex (1.2s) PASSED autoanalyze_test.TestSkipAutoAnalyzeOutsideTheAvailableTime (1.1s) PASSED autoanalyze_test.TestCleanupCorruptedAnalyzeJobsOnDeadInstances (0.0s) PASSED autoanalyze_test.TestCleanupCorruptedAnalyzeJobsOnCurrentInstance (0.0s) PASSED autoanalyze_test.TestAutoAnalyzeOutOfSpecifiedTime (1.4s) PASSED autoanalyze_test.TestAutoAnalyzeOnEmptyTable (1.3s) PASSED autoanalyze_test.TestAutoAnalyzeSkipColumnTypes (1.2s) PASSED autoanalyze_test.TestNeedAnalyzeTable (0.0s) PASSED autoanalyze_test.TestTableAnalyzed (1.2s) PASSED autoanalyze_test.TestAutoAnalyzeOnChangeAnalyzeVer (1.5s) PASSED autoanalyze_test.TestDisableAutoAnalyzeWithAnalyzeAllColumnsOptions (1.5s) PASSED autoanalyze_test.TestDisableAutoAnalyze (1.5s) PASSED autoanalyze_test.TestAutoAnalyzeWithPredicateColumns (1.3s) PASSED autoanalyze_test.TestAutoAnalyzeLockedTable (1.2s) PASSED autoanalyze_test.TestEnableAutoAnalyzePriorityQueue (1.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_15_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_14_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_13_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_12_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_11_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_10_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_9_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_8_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_7_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_6_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_5_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_4_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_3_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_2_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/autoanalyze_test/shard_1_of_15/coverage.dat //pkg/util/workloadrepo:workloadrepo_test PASSED in 25.8s Stats over 15 runs: max = 25.8s, min = 1.4s, avg = 10.5s, dev = 6.6s PASSED workloadrepo.TestRecoverSnapID (6.5s) PASSED workloadrepo.TestOwnerRandomDown (13.3s) PASSED workloadrepo.TestCalcNextTick (0.0s) PASSED workloadrepo.TestHouseKeeperThread (18.1s) PASSED workloadrepo.TestAddNewPartitionsOnStart (2.2s) PASSED workloadrepo.TestDropOldPartitions (2.1s) PASSED workloadrepo.TestCreatePartition (4.3s) PASSED workloadrepo.TestSettingSQLVariables (3.3s) PASSED workloadrepo.TestStoppingAndRestartingWorker (12.5s) PASSED workloadrepo.TestSnapshotTimingWorker (15.8s) PASSED workloadrepo.TestSamplingTimingWorker (24.1s) PASSED workloadrepo.TestAdminWorkloadRepo (5.3s) PASSED workloadrepo.TestGlobalWorker (8.5s) PASSED workloadrepo.TestMultipleWorker (10.6s) PASSED workloadrepo.TestRaceToCreateTablesWorker (6.8s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_15_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_14_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_13_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_12_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_11_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_10_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_9_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_8_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_7_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_6_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_5_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_4_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_3_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/workloadrepo/workloadrepo_test/shard_2_of_15/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 4.3s Stats over 16 runs: max = 4.3s, min = 3.0s, avg = 3.6s, dev = 0.3s 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.6s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_16_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_15_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_14_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_13_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_12_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_11_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_10_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_9_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_8_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_7_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_6_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_5_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_4_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_3_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_2_of_16/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/schematracker/schematracker_test/shard_1_of_16/coverage.dat //pkg/ddl/tests/fk:fk_test PASSED in 10.2s Stats over 17 runs: max = 10.2s, min = 2.5s, avg = 3.6s, dev = 1.8s PASSED fk_test.TestForeignKeyAndConcurrentDDL (1.6s) PASSED fk_test.TestCreateTableWithForeignKeyMetaInfo (1.1s) PASSED fk_test.TestCreateTableWithForeignKeyMetaInfo2 (1.1s) PASSED fk_test.TestCreateTableWithForeignKeyMetaInfo3 (1.2s) PASSED fk_test.TestCreateTableWithForeignKeyPrivilegeCheck (1.2s) PASSED fk_test.TestAlterTableWithForeignKeyPrivilegeCheck (1.1s) PASSED fk_test.TestRenameTableWithForeignKeyMetaInfo (1.2s) PASSED fk_test.TestAddForeignKeyInBigTable (8.6s) PASSED fk_test.TestCreateTableWithForeignKeyError (2.9s) PASSED fk_test.TestDropChildTableForeignKeyMetaInfo (1.2s) PASSED fk_test.TestDropForeignKeyMetaInfo (1.1s) PASSED fk_test.TestTruncateOrDropTableWithForeignKeyReferred (1.6s) PASSED fk_test.TestRenameTablesWithForeignKey (1.2s) PASSED fk_test.TestRenameColumnWithForeignKeyMetaInfo (1.4s) PASSED fk_test.TestDropIndexNeededInForeignKey (1.7s) PASSED fk_test.TestAddForeignKey (2.0s) PASSED fk_test.TestAlterTableAddForeignKeyError (3.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_17_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_1_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_2_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_3_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_4_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_5_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_6_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_16_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_7_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_8_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_9_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_10_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_15_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_12_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_11_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_13_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fk/fk_test/shard_14_of_17/coverage.dat //pkg/lightning/backend/tidb:tidb_test PASSED in 2.7s Stats over 17 runs: max = 2.7s, min = 1.6s, avg = 2.1s, dev = 0.3s PASSED tidb_test.TestWriteRowsRecordOneErrorPrepStmt (0.0s) PASSED tidb_test.TestLogicalImportBatchPrepStmt (0.0s) PASSED tidb_test.TestLogicalImportBatch (0.0s) PASSED tidb_test.TestWriteRowsReplaceOnDup (0.0s) PASSED tidb_test.TestEncodeRowForRecord (0.0s) PASSED tidb_test.TestWriteRowsIgnoreOnDup (0.0s) PASSED tidb_test.TestWriteRowsErrorOnDup (0.0s) PASSED tidb_test.TestDuplicateThreshold (0.0s) PASSED tidb_test.TestFetchRemoteTableModels_4_0 (0.0s) PASSED tidb_test.TestFetchRemoteTableModels_4_x_auto_increment (0.0s) PASSED tidb_test.TestWriteRowsRecordOneError (0.0s) PASSED tidb_test.TestFetchRemoteTableModels_4_x_auto_random (0.0s) PASSED tidb_test.TestFetchRemoteTableModelsDropTableHalfway (0.0s) PASSED tidb_test.TestWriteRowsErrorDowngradingExceedThreshold (0.0s) PASSED tidb_test.TestFetchRemoteTableModelsConcurrency (0.0s) PASSED tidb_test.TestWriteRowsErrorNoRetry (0.0s) PASSED tidb_test.TestWriteRowsErrorDowngradingAll (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_17_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_16_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_15_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_1_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_14_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_2_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_3_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_13_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_4_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_5_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_12_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_6_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_7_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_11_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_8_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_9_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/tidb/tidb_test/shard_10_of_17/coverage.dat //pkg/planner/memo:memo_test PASSED in 3.0s Stats over 17 runs: max = 3.0s, min = 2.3s, avg = 2.7s, dev = 0.2s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_17_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_16_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_15_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_14_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_13_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_12_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_11_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_10_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_9_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_8_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_7_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_6_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_5_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_4_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_3_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/memo/memo_test/shard_2_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 16.7s Stats over 17 runs: max = 16.7s, min = 2.6s, avg = 5.1s, dev = 4.0s PASSED sessionstates.TestLoadAndReadConcurrently (8.1s) PASSED sessionstates.TestCertExpire (11.4s) PASSED sessionstates.TestVerifyToken (1.8s) PASSED sessionstates.TestSignAlgo (15.0s) PASSED sessionstates.TestSetCertAndKey (2.5s) PASSED sessionstates.TestInvalidSysVar (1.0s) PASSED sessionstates.TestShowStateFail (1.4s) PASSED sessionstates.TestGrammar (1.0s) PASSED sessionstates.TestSQLBindingCompatibility (1.1s) PASSED sessionstates.TestUserVars (1.1s) PASSED sessionstates.TestSQLBinding (1.4s) PASSED sessionstates.TestSystemVars (1.2s) PASSED sessionstates.TestPreparedStatements (1.7s) PASSED sessionstates.TestInvisibleVars (3.6s) PASSED sessionstates.TestStatementCtx (1.1s) PASSED sessionstates.TestIssue47665 (1.0s) PASSED sessionstates.TestSessionCtx (1.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_17_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_16_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_15_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_14_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_13_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_12_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_11_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_1_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_10_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_2_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_9_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_3_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_8_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_4_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_7_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_5_of_17/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/sessionstates/sessionstates_test/shard_6_of_17/coverage.dat //pkg/disttask/importinto:importinto_test PASSED in 53.7s Stats over 18 runs: max = 53.7s, min = 10.0s, avg = 19.6s, dev = 16.2s PASSED importinto.TestChunkConvert (0.0s) PASSED importinto.TestEncodeAndSortOperator (0.6s) 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.TestGetKVGroupBlockSize (0.0s) PASSED importinto.TestGetAdjustedIndexBlockSize (0.0s) PASSED importinto.TestPostProcessStepExecutor (39.1s) PASSED importinto.TestImportTaskExecutor (0.0s) PASSED importinto.TestGetTaskImportedRows (35.1s) PASSED importinto.TestMetricManager (0.0s) PASSED importinto.TestLogicalPlan (0.0s) PASSED importinto.TestSchedulerExtGlobalSort (40.9s) PASSED importinto.TestToPhysicalPlan (0.0s) PASSED importinto.TestGenerateMergeSortSpecs (0.0s) PASSED importinto.TestGetSortedKVMetas (0.0s) PASSED importinto.TestSplitForOneSubtask (1.4s) PASSED importinto.TestSchedulerExtLocalSort (43.1s) 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.TestIsImporting2TiKV (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_18_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_1_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_2_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_3_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_4_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_17_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_16_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_5_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_6_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_7_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_15_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_8_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_9_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_10_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_11_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_14_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_12_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/importinto/importinto_test/shard_13_of_18/coverage.dat //pkg/executor/sortexec:sort_exec_test PASSED in 5.4s Stats over 18 runs: max = 5.4s, min = 1.3s, avg = 2.0s, dev = 1.1s PASSED sort_exec_test.TestSortInDisk (3.7s) PASSED sort_exec_test.TestIssue16696 (1.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_18_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_17_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_16_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_15_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_14_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_13_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_12_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_11_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_10_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_9_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_1_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_8_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_7_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_2_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_6_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_3_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_5_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sort_exec_test/shard_4_of_18/coverage.dat //pkg/meta:meta_test PASSED in 3.0s Stats over 18 runs: max = 3.0s, min = 1.5s, avg = 1.9s, dev = 0.5s PASSED meta.TestInfoSchemaMiscFieldsCorrectnessAfterBootstrap (1.2s) PASSED meta.TestInfoSchemaV2DataFieldsCorrectnessAfterBootstrap (1.3s) PASSED meta.TestInfoSchemaV2SpecialAttributeCorrectnessAfterBootstrap (1.3s) 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.TestPlacementPolicy (0.0s) PASSED meta.TestElement (0.0s) PASSED meta.TestResourceGroup (0.0s) PASSED meta.TestSnapshot (0.0s) PASSED meta.TestMeta (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_18_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_17_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_16_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_15_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_14_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_13_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_12_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_11_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_10_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_9_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_8_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_7_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_6_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_1_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_5_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_2_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_4_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/meta/meta_test/shard_3_of_18/coverage.dat //pkg/planner/core/casetest/cbotest:cbotest_test PASSED in 41.6s Stats over 18 runs: max = 41.6s, min = 26.3s, avg = 32.0s, dev = 5.0s PASSED cbotest_test.TestLimitIndexEstimation (27.9s) PASSED cbotest_test.TestIndexEqualUnknown (32.7s) PASSED cbotest_test.TestTiFlashCostModel (22.6s) PASSED cbotest_test.TestCBOWithoutAnalyze (23.6s) PASSED cbotest_test.TestLowSelIndexGreedySearch (33.3s) PASSED cbotest_test.TestStraightJoin (22.7s) PASSED cbotest_test.TestLimitCrossEstimation (26.0s) PASSED cbotest_test.TestTableDual (19.5s) PASSED cbotest_test.TestIssue9562 (20.1s) PASSED cbotest_test.TestEstimation (21.0s) PASSED cbotest_test.TestInconsistentEstimation (22.5s) PASSED cbotest_test.TestIssue59563 (34.3s) PASSED cbotest_test.TestIndexRead (29.8s) PASSED cbotest_test.TestCorrelatedEstimation (21.2s) PASSED cbotest_test.TestEmptyTable (19.7s) PASSED cbotest_test.TestNullCount (19.9s) PASSED cbotest_test.TestAnalyze (28.9s) PASSED cbotest_test.TestOutdatedAnalyze (20.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_18_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_17_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_16_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_1_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_15_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_2_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_14_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_3_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_13_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_4_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_12_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_5_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_6_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_11_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_7_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_10_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_8_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/cbotest/cbotest_test/shard_9_of_18/coverage.dat //pkg/ttl/cache:cache_test PASSED in 3.8s Stats over 18 runs: max = 3.8s, min = 1.7s, avg = 2.8s, dev = 0.6s PASSED cache.TestTTLStatusCache (1.1s) 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.1s) PASSED cache.TestRowToTTLTask (1.1s) PASSED cache.TestEvalTTLExpireTime (0.0s) PASSED cache.TestTableEvalTTLExpireTime (1.1s) PASSED cache.TestNewTTLTable (1.3s) PASSED cache.TestGetNextIntDatumFromCommonHandle (0.0s) PASSED cache.TestGetNextIntHandle (0.0s) PASSED cache.TestGetASCIIPrefixDatumFromBytes (0.0s) PASSED cache.TestGetNextBytesHandleDatum (0.0s) PASSED cache.TestNoTTLSplitSupportTables (1.1s) PASSED cache.TestSplitTTLScanRangesWithBytes (1.2s) PASSED cache.TestSplitTTLScanRangesCommonHandleUnsignedInt (1.1s) PASSED cache.TestSplitTTLScanRangesCommonHandleSignedInt (1.1s) PASSED cache.TestSplitTTLScanRangesWithUnsignedInt (1.1s) PASSED cache.TestSplitTTLScanRangesWithSignedInt (1.1s) PASSED cache.TestInfoSchemaCache (1.0s) PASSED cache.TestBaseCache (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_18_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_17_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_16_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_15_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_14_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_13_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_12_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_11_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_10_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_9_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_8_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_7_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_6_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_5_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_4_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_3_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/cache/cache_test/shard_2_of_18/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 6.1s Stats over 19 runs: max = 6.1s, min = 2.5s, avg = 3.2s, dev = 0.8s PASSED serial_test.TestGetReverseKey (1.0s) PASSED serial_test.TestCheckEnumLength (1.2s) PASSED serial_test.TestCreateTableNoBlock (1.0s) PASSED serial_test.TestForbidUnsupportedCollations (1.0s) PASSED serial_test.TestIssue23872 (1.0s) PASSED serial_test.TestAutoRandomWithPreSplitRegion (1.1s) PASSED serial_test.TestChangeMaxIndexLength (1.0s) PASSED serial_test.TestCreateTableWithLike (1.4s) PASSED serial_test.TestAutoRandom (2.3s) PASSED serial_test.TestTableLocksDisable (0.9s) PASSED serial_test.TestCreateTableWithLikeAtTemporaryMode (1.9s) PASSED serial_test.TestCancelAddIndexPanic (1.2s) PASSED serial_test.TestCanceledJobTakeTime (1.0s) PASSED serial_test.TestRecoverTableWithTTL (1.2s) PASSED serial_test.TestRecoverTableByJobID (1.3s) PASSED serial_test.TestRecoverTableByJobIDFail (1.0s) PASSED serial_test.TestRecoverTableByTableNameFail (1.0s) PASSED serial_test.TestCancelJobByErrorCountLimit (1.0s) PASSED serial_test.TestTruncateTableUpdateSchemaVersionErr (4.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_19_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_18_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_17_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_16_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_1_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_15_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_2_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_3_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_14_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_13_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_4_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_5_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_12_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_6_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_7_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_8_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_9_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_10_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/serial/serial_test/shard_11_of_19/coverage.dat //pkg/executor/test/indexmergereadtest:indexmergereadtest_test PASSED in 69.5s Stats over 19 runs: max = 69.5s, min = 27.6s, avg = 39.9s, dev = 13.1s PASSED indexmergereadtest_test.TestIssues46005 (32.3s) PASSED indexmergereadtest_test.TestIndexMergeLimitNotPushedOnPartialSideButKeepOrder (45.1s) PASSED indexmergereadtest_test.TestIndexMergeLimitPushedAsIntersectionEmbeddedLimit (22.0s) PASSED indexmergereadtest_test.TestIndexMergeReaderIssue45279 (22.8s) PASSED indexmergereadtest_test.TestProcessInfoRaceWithIndexScan (25.6s) PASSED indexmergereadtest_test.TestOrderByWithLimit (53.1s) PASSED indexmergereadtest_test.TestIndexMergeCoprGoroutinesLeak (27.4s) PASSED indexmergereadtest_test.TestIndexMergeError (43.2s) PASSED indexmergereadtest_test.TestIndexMergePickAndExecTaskPanic (22.3s) PASSED indexmergereadtest_test.TestPartitionTableRandomIndexMerge (22.4s) PASSED indexmergereadtest_test.TestIndexMergePanic (54.8s) PASSED indexmergereadtest_test.TestPartitionTableRandomIndexMerge2 (22.1s) PASSED indexmergereadtest_test.TestIndexMergeWithPreparedStmt (20.3s) PASSED indexmergereadtest_test.TestIndexMergeReaderMemTracker (21.4s) PASSED indexmergereadtest_test.TestIndexMergeProcessWorkerHang (62.1s) PASSED indexmergereadtest_test.TestPessimisticLockOnPartitionForIndexMerge (25.5s) PASSED indexmergereadtest_test.TestIntersectionWorkerPanic (27.9s) PASSED indexmergereadtest_test.TestIndexMergeIntersectionConcurrency (28.7s) PASSED indexmergereadtest_test.TestIntersectionWithDifferentConcurrency (46.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_19_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_18_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_17_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_16_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_15_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_14_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_13_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_12_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_1_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_2_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_11_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_3_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_4_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_5_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_10_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_6_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_9_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_7_of_19/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_8_of_19/coverage.dat //pkg/executor/test/ddl:ddl_test PASSED in 4.1s Stats over 21 runs: max = 4.1s, min = 2.7s, avg = 3.3s, dev = 0.4s PASSED ddl_test.TestDefShardTables (1.1s) PASSED ddl_test.TestRenameMultiTables (1.6s) PASSED ddl_test.TestRenameTable (1.5s) PASSED ddl_test.TestRenameTableWithReload (1.4s) PASSED ddl_test.TestRenameWithSmallAutoIDStep (1.4s) PASSED ddl_test.TestLoadDDLDistributeVars (1.1s) PASSED ddl_test.TestSetDDLReorgMaxWriteSpeed (1.1s) PASSED ddl_test.TestSetDDLErrorCountLimit (1.0s) PASSED ddl_test.TestSetDDLReorgBatchSize (1.1s) PASSED ddl_test.TestInTxnExecDDLFail (1.2s) PASSED ddl_test.TestSetDDLReorgWorkerCnt (1.2s) PASSED ddl_test.TestCreateTable (1.1s) PASSED ddl_test.TestAutoRandomTableOption (1.2s) PASSED ddl_test.TestCreateDropDatabase (1.5s) PASSED ddl_test.TestAutoRandomBitsData (2.2s) PASSED ddl_test.TestAlterTableAddColumn (1.6s) PASSED ddl_test.TestShardRowIDBits (2.2s) PASSED ddl_test.TestAlterTableAddColumns (1.4s) PASSED ddl_test.TestColumnCharsetAndCollate (1.3s) PASSED ddl_test.TestAddNotNullColumnNoDefault (1.1s) PASSED ddl_test.TestAlterTableModifyColumn (1.6s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_21_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_20_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_19_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_18_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_17_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_16_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_15_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_14_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_13_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_1_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_12_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_2_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_11_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_3_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_10_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_4_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_9_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_5_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_8_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_6_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/ddl/ddl_test/shard_7_of_21/coverage.dat //pkg/extension:extension_test PASSED in 4.3s Stats over 21 runs: max = 4.3s, min = 1.7s, avg = 2.7s, dev = 0.7s PASSED extension.TestAuthPluginValidation (0.0s) PASSED extension.TestCustomAccessCheck (1.2s) PASSED extension.TestSetVariablePrivilege (1.1s) 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.3s) PASSED extension.TestExtensionFuncPrivilege (1.3s) PASSED extension.TestRegisterExtensionFunc (0.0s) PASSED extension.TestExtensionFuncDynamicArgLen (1.2s) PASSED extension.TestInvokeExtensionFunc (2.6s) PASSED extension.TestExtensionFuncCtx (1.4s) PASSED extension.TestExtensionStmtEvents (1.6s) PASSED extension.TestBootstrap (1.3s) PASSED extension.TestPluginUserModification (1.5s) PASSED extension.TestCreateViewWithPluginUser (1.4s) PASSED extension.TestCreateUserWhenGrant (1.3s) PASSED extension.TestAuthPluginSwitchPlugins (1.2s) PASSED extension.TestAuthPlugin (1.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_21_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_20_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_19_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_18_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_17_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_16_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_15_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_14_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_13_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_12_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_11_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_10_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_9_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_8_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_7_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_6_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_5_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_4_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_3_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/extension_test/shard_2_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 10.5s Stats over 21 runs: max = 10.5s, min = 8.0s, avg = 9.8s, dev = 0.6s PASSED kv.TestClassifyAndAppend (0.0s) PASSED kv.TestShardRowId (0.0s) PASSED kv.TestDefaultAutoRandoms (0.0s) PASSED kv.TestEncodeExpressionColumn (0.0s) PASSED kv.TestEncodeMissingAutoValue (0.0s) PASSED kv.TestEncodeDoubleAutoIncrement (0.0s) PASSED kv.TestEncodeTimestamp (0.0s) PASSED kv.TestEncodeRowFormatV2 (0.0s) PASSED kv.TestDecodeIndex (0.0s) PASSED kv.TestDecode (0.0s) PASSED kv.TestEncode (0.0s) PASSED kv.TestMarshal (0.0s) PASSED kv.TestSessionInternalState (0.0s) PASSED kv.TestKVMemBufBatchAllocAndRecycle (0.0s) PASSED kv.TestAllocator (0.0s) PASSED kv.TestKVMemBufInterweaveAllocAndRecycle (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.TestIterRawIndexKeysClusteredPK (0.0s) PASSED kv.TestLitTableMutateContext (0.0s) PASSED kv.TestIterRawIndexKeysIntPK (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_21_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_20_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_19_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_18_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_17_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_16_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_15_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_14_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_13_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_12_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_11_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_10_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_9_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_8_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_1_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_7_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_2_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_3_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_5_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_4_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/kv/kv_test/shard_6_of_21/coverage.dat //pkg/statistics/handle/handletest/lockstats:lockstats_test PASSED in 3.9s Stats over 21 runs: max = 3.9s, min = 2.9s, avg = 3.3s, dev = 0.3s PASSED lockstats_test.TestDeltaInLockInfoCanBeNegative (1.3s) PASSED lockstats_test.TestLockAndUnlockPartitionStats (1.4s) PASSED lockstats_test.TestLockAndUnlockPartitionsStats (1.3s) PASSED lockstats_test.TestLockAndUnlockPartitionStatsRepeatedly (1.2s) PASSED lockstats_test.TestUnlockPartitionedTableWouldUpdateGlobalCountCorrectly (1.3s) PASSED lockstats_test.TestSkipLockPartition (1.1s) PASSED lockstats_test.TestUnlockOnePartitionOfLockedTableWouldFail (1.1s) PASSED lockstats_test.TestUnlockTheUnlockedTableWouldGenerateWarning (1.2s) PASSED lockstats_test.TestTruncateTableShouldCleanUpLockInfo (1.1s) PASSED lockstats_test.TestSkipLockALotOfPartitions (1.0s) PASSED lockstats_test.TestDropPartitionShouldCleanUpLockInfo (1.2s) PASSED lockstats_test.TestReorganizePartitionShouldCleanUpLockInfo (1.2s) PASSED lockstats_test.TestDropTableShouldCleanUpLockInfo (1.1s) PASSED lockstats_test.TestTruncatePartitionShouldCleanUpLockInfo (1.3s) PASSED lockstats_test.TestExchangePartitionShouldChangeNothing (1.2s) PASSED lockstats_test.TestNewPartitionShouldBeLockedIfWholeTableLocked (1.2s) PASSED lockstats_test.TestLockAndUnlockTablesStats (1.6s) PASSED lockstats_test.TestUnlockSomePartitionsWouldUpdateGlobalCountCorrectly (1.2s) PASSED lockstats_test.TestLockAndUnlockPartitionedTableStats (1.1s) PASSED lockstats_test.TestLockAndUnlockTableStats (1.0s) PASSED lockstats_test.TestLockTableAndUnlockTableStatsRepeatedly (1.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_21_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_1_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_2_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_3_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_20_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_4_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_5_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_6_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_19_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_7_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_9_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_8_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_18_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_10_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_11_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_12_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_17_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_13_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_15_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_14_of_21/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/lockstats/lockstats_test/shard_16_of_21/coverage.dat //pkg/bindinfo/tests:tests_test PASSED in 73.7s Stats over 22 runs: max = 73.7s, min = 12.3s, avg = 52.2s, dev = 11.2s PASSED tests_test.TestCrossDBBindingPlanCache (42.1s) PASSED tests_test.TestPrepareCacheWithBinding (43.9s) PASSED tests_test.TestIssue50646 (36.8s) PASSED tests_test.TestCrossDBBindingInList (46.9s) PASSED tests_test.TestStmtHints (42.6s) PASSED tests_test.TestCrossDBBindingGC (38.2s) PASSED tests_test.TestBindingWithIsolationRead (41.6s) PASSED tests_test.TestInvisibleIndex (39.3s) PASSED tests_test.TestCrossDBBindingSetVar (37.5s) PASSED tests_test.TestGCBindRecord (37.4s) PASSED tests_test.TestBindSQLDigest (47.6s) PASSED tests_test.TestSimplifiedCreateBinding (36.0s) PASSED tests_test.TestCrossDBBindingSwitch (41.4s) PASSED tests_test.TestJoinOrderHintWithBinding (41.0s) PASSED tests_test.TestCreateUpdateCrossDBBinding (38.1s) PASSED tests_test.TestFuzzyBindingHints (0.0s) PASSED tests_test.TestDropBindBySQLDigest (62.9s) PASSED tests_test.TestCrossDBBindingPriority (49.5s) PASSED tests_test.TestInvalidBindingCheck (40.7s) PASSED tests_test.TestBatchDropBindings (51.6s) PASSED tests_test.TestCrossDBDuplicatedBinding (38.1s) PASSED tests_test.TestCrossDBBindingBasic (59.6s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_22_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_1_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_2_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_21_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_3_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_20_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_4_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_5_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_19_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_6_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_7_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_8_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_18_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_10_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_17_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_11_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_9_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_16_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_13_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_12_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_15_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/tests/tests_test/shard_14_of_22/coverage.dat //pkg/disttask/framework/integrationtests:integrationtests_test PASSED in 33.3s Stats over 22 runs: max = 33.3s, min = 2.8s, avg = 7.7s, dev = 7.3s PASSED integrationtests_test.TestResourceControl (22.8s) PASSED integrationtests_test.TestResourceControl/fully-utilized (1.6s) PASSED integrationtests_test.TestResourceControl/fully-utilized-after-scale-out (4.5s) PASSED integrationtests_test.TestResourceControl/high-rank-task-executor-release-resource (2.3s) PASSED integrationtests_test.TestResourceControl/high-rank-task-preempt-resource (5.3s) PASSED integrationtests_test.TestResourceControl/low-rank-task-can-run-when-middle-rank-task-waiting-resource (4.0s) PASSED integrationtests_test.TestResourceControl/scale-in (5.2s) 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.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.8s) 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.7s) PASSED integrationtests_test.TestModifyTaskConcurrency/modify_running_task_concurrency_at_step_two (0.7s) PASSED integrationtests_test.TestTaskCancelledBeforeUpdateTask (1.5s) PASSED integrationtests_test.TestHANodeRandomShutdown (7.6s) PASSED integrationtests_test.TestFrameworkCleanUpRoutine (2.3s) 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.TestHARandomShutdownInDifferentStep (7.3s) PASSED integrationtests_test.TestHAMultipleOwner (1.6s) PASSED integrationtests_test.TestGC (3.7s) PASSED integrationtests_test.TestFrameworkPauseAndResume (2.9s) PASSED integrationtests_test.TestOwnerChangeWhenSchedule (2.5s) PASSED integrationtests_test.TestFrameworkSubTaskInitEnvFailed (1.6s) PASSED integrationtests_test.TestFrameworkRollback (1.6s) PASSED integrationtests_test.TestFrameworkCancelTask (1.7s) PASSED integrationtests_test.TestFrameworkWithQuery (1.6s) PASSED integrationtests_test.TestScopeBasic (8.7s) PASSED integrationtests_test.TestSetScope (1.0s) PASSED integrationtests_test.TestFrameworkScaleInAndOut (7.5s) PASSED integrationtests_test.TestRandomOwnerChangeWithMultipleTasks (5.4s) PASSED integrationtests_test.TestTiDBMaxDistTaskNodesSettings (1.1s) 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_22_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_1_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_21_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_20_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_2_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_19_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_18_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_3_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_4_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_17_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_5_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_16_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_15_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_6_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_14_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_13_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_7_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_8_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_12_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_11_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/integrationtests/integrationtests_test/shard_10_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 37.9s Stats over 22 runs: max = 37.9s, min = 26.0s, avg = 29.5s, dev = 2.4s PASSED hashjoin_test.TestIssue56825 (22.1s) PASSED hashjoin_test.TestIssue56214 (20.9s) PASSED hashjoin_test.TestIssue55016 (20.7s) PASSED hashjoin_test.TestIssue54755 (20.1s) PASSED hashjoin_test.TestKillDuringBuild (21.7s) PASSED hashjoin_test.TestKillDuringProbe (22.2s) PASSED hashjoin_test.TestBuildHashTablePanic (22.8s) PASSED hashjoin_test.TestCreateTasksPanic (24.5s) PASSED hashjoin_test.TestIndexNestedLoopHashJoin (30.3s) PASSED hashjoin_test.TestProcessOneProbeChunkPanic (22.9s) PASSED hashjoin_test.TestIssue52902 (23.1s) PASSED hashjoin_test.TestHashJoin (23.3s) PASSED hashjoin_test.TestSplitPartitionPanic (23.6s) PASSED hashjoin_test.TestOuterTableBuildHashTableIsuse13933 (23.8s) PASSED hashjoin_test.TestInlineProjection4HashJoinIssue15316 (22.5s) PASSED hashjoin_test.TestFinalizeCurrentSegPanic (22.0s) PASSED hashjoin_test.TestIssue18572_1 (21.0s) PASSED hashjoin_test.TestIssue18572_2 (19.8s) PASSED hashjoin_test.TestIssue31129 (22.1s) PASSED hashjoin_test.TestIssue18572_3 (19.3s) PASSED hashjoin_test.TestIssue20270 (19.8s) PASSED hashjoin_test.TestExplainAnalyzeJoin (23.6s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_22_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_21_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_20_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_19_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_18_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_17_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_16_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_15_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_1_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_14_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_2_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_3_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_13_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_4_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_5_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_12_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_6_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_7_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_11_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_8_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_10_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_9_of_22/coverage.dat //pkg/statistics/handle/ddl:ddl_test PASSED in 4.1s Stats over 22 runs: max = 4.1s, min = 2.8s, avg = 3.3s, dev = 0.4s PASSED ddl_test.TestDumpStatsDeltaBeforeHandleAddColumnEvent (1.1s) PASSED ddl_test.TestDDLAfterLoad (1.8s) PASSED ddl_test.TestDDLTable (1.1s) PASSED ddl_test.TestSystemTableDDLHasNoEvent (1.3s) PASSED ddl_test.TestDumpStatsDeltaBeforeHandleDDLEvent (1.0s) PASSED ddl_test.TestTruncateTable (1.1s) PASSED ddl_test.TestTruncateAPartitionedTable (1.2s) PASSED ddl_test.TestDDLHistogram (1.4s) PASSED ddl_test.TestExchangePartition (1.0s) PASSED ddl_test.TestDDLPartition (1.7s) PASSED ddl_test.TestReorgPartitions (1.3s) PASSED ddl_test.TestDropSchema (1.0s) PASSED ddl_test.TestIncreasePartitionCountOfHashPartitionTable (1.2s) PASSED ddl_test.TestDecreasePartitionCountOfHashPartitionTable (1.4s) PASSED ddl_test.TestTruncateAPartition (1.3s) PASSED ddl_test.TestAddPartitioning (1.2s) PASSED ddl_test.TestTruncateAHashPartition (1.3s) PASSED ddl_test.TestDropAPartition (1.3s) PASSED ddl_test.TestTruncatePartitions (1.3s) PASSED ddl_test.TestDropPartitions (1.2s) PASSED ddl_test.TestRemovePartitioning (1.3s) PASSED ddl_test.TestExchangeAPartition (1.6s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_22_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_1_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_2_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_3_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_21_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_4_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_5_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_6_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_20_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_7_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_8_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_19_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_9_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_10_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_11_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_18_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_12_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_14_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_13_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_15_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_17_of_22/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/ddl/ddl_test/shard_16_of_22/coverage.dat //pkg/ddl/tests/indexmerge:indexmerge_test PASSED in 59.2s Stats over 23 runs: max = 59.2s, min = 27.1s, avg = 39.4s, dev = 12.6s PASSED indexmerge_test.TestAddIndexInsertAfterReorgSkipCheck (47.8s) PASSED indexmerge_test.TestAddIndexMergeProcess (45.4s) PASSED indexmerge_test.TestAddIndexSkipReorgCheck (48.1s) PASSED indexmerge_test.TestAddPrimaryKeyMergeProcess (45.1s) PASSED indexmerge_test.TestAddUniqueIndexFalsePositiveDuplicate (39.6s) PASSED indexmerge_test.TestAddIndexMergeVersionIndexValue (41.7s) PASSED indexmerge_test.TestAddIndexUpdateUntouchedValues (41.3s) PASSED indexmerge_test.TestAddIndexMergeIndexUntouchedValue (46.4s) PASSED indexmerge_test.TestAddIndexDuplicateAndWriteConflict (39.3s) PASSED indexmerge_test.TestCreateUniqueIndexKeyExist (32.6s) PASSED indexmerge_test.TestAddIndexMultipleDelete (22.8s) PASSED indexmerge_test.TestAddIndexMergeIndexUpdateOnDeleteOnly (21.8s) PASSED indexmerge_test.TestAddIndexInsertIgnoreOnBackfill (22.8s) PASSED indexmerge_test.TestAddIndexMergeDeleteUniqueOnWriteOnly (22.1s) PASSED indexmerge_test.TestAddIndexDecodeTempIndexCommonHandle (20.7s) PASSED indexmerge_test.TestAddIndexMergeDeleteNullUnique (21.2s) PASSED indexmerge_test.TestAddIndexMergeDeleteDifferentHandle (22.6s) PASSED indexmerge_test.TestAddIndexMergeDoubleDelete (21.2s) PASSED indexmerge_test.TestAddIndexMergeReplaceDelete (20.9s) PASSED indexmerge_test.TestAddIndexMergeConflictWithPessimistic (20.6s) PASSED indexmerge_test.TestAddIndexMergeInsertToDeletedTempIndex (23.1s) PASSED indexmerge_test.TestAddIndexMergeInsertOnMerging (23.1s) PASSED indexmerge_test.TestAddIndexMergeReplaceOnMerging (23.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_1_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_16_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_9_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/indexmerge/indexmerge_test/shard_12_of_23/coverage.dat //pkg/planner/core/casetest/mpp:mpp_test PASSED in 4.2s Stats over 23 runs: max = 4.2s, min = 3.0s, avg = 3.7s, dev = 0.3s PASSED mpp_test.TestMPPJoinWithoutUselessExchange (1.1s) PASSED mpp_test.TestMPPJoinWithRemoveUselessExchange (0.9s) PASSED mpp_test.TestMPPJoin (1.1s) PASSED mpp_test.TestIssue52828 (1.1s) PASSED mpp_test.TestMPPLeftSemiJoin (1.0s) PASSED mpp_test.TestMppVersion (1.0s) PASSED mpp_test.TestMPPOuterJoinBuildSideForBroadcastJoin (1.0s) PASSED mpp_test.TestPushDownAggForMPP (1.1s) PASSED mpp_test.TestMPPOuterJoinBuildSideForShuffleJoinWithFixedBuildSide (1.0s) PASSED mpp_test.TestMPPOuterJoinBuildSideForShuffleJoin (1.0s) PASSED mpp_test.TestPushDownProjectionForMPP (0.9s) PASSED mpp_test.TestMPPShuffledJoin (1.1s) PASSED mpp_test.TestMPPWithHashExchangeUnderNewCollation (1.0s) PASSED mpp_test.TestMPPWithBroadcastExchangeUnderNewCollation (0.9s) PASSED mpp_test.TestMPPJoinWithCanNotFoundColumnInSchemaColumnsError (1.0s) PASSED mpp_test.TestMPPAvgRewrite (0.9s) PASSED mpp_test.TestMppUnionAll (0.9s) PASSED mpp_test.TestMppJoinDecimal (1.1s) PASSED mpp_test.TestPushDownSelectionForMPP (0.9s) PASSED mpp_test.TestMppJoinExchangeColumnPrune (1.0s) PASSED mpp_test.TestMppAggTopNWithJoin (0.9s) PASSED mpp_test.TestMppFineGrainedJoinAndAgg (1.0s) PASSED mpp_test.TestRejectSortForMPP (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_1_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_9_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_12_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/mpp/mpp_test/shard_16_of_23/coverage.dat //pkg/statistics/handle/updatetest:updatetest_test PASSED in 4.0s Stats over 23 runs: max = 4.0s, min = 2.0s, avg = 3.1s, dev = 0.4s PASSED updatetest_test.TestAutoAnalyzePartitionTableAfterAddingIndex (1.6s) PASSED updatetest_test.TestNotDumpSysTable (1.0s) PASSED updatetest_test.TestFillMissingStatsMeta (1.1s) PASSED updatetest_test.TestStatsLockForDelta (1.2s) PASSED updatetest_test.TestStatsLockUnlockForAutoAnalyze (1.3s) PASSED updatetest_test.TestColumnTracking (1.0s) PASSED updatetest_test.TestCollectPredicateColumnsFromExecute (2.0s) PASSED updatetest_test.TestDumpColumnStatsUsage (1.2s) PASSED updatetest_test.TestAutoAnalyzeRatio (1.5s) PASSED updatetest_test.TestAutoUpdatePartitionInDynamicOnlyMode (1.4s) PASSED updatetest_test.TestStatsVariables (1.1s) PASSED updatetest_test.TestMergeTopN (0.0s) PASSED updatetest_test.TestLoadHistCorrelation (1.2s) PASSED updatetest_test.TestOutOfOrderUpdate (1.0s) PASSED updatetest_test.TestSplitRange (0.0s) PASSED updatetest_test.TestSingleSessionInsert (1.2s) PASSED updatetest_test.TestRollback (1.1s) PASSED updatetest_test.TestMultiSession (1.0s) PASSED updatetest_test.TestIssue25700 (1.2s) PASSED updatetest_test.TestTxnWithFailure (1.1s) PASSED updatetest_test.TestUpdatePartition (1.0s) PASSED updatetest_test.TestAutoUpdate (1.6s) PASSED updatetest_test.TestAutoUpdatePartition (1.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_16_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_12_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_9_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_1_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/updatetest/updatetest_test/shard_7_of_23/coverage.dat //pkg/store:store_test PASSED in 43.7s Stats over 23 runs: max = 43.7s, min = 1.3s, avg = 5.3s, dev = 11.9s PASSED store.TestSetAssertion (0.0s) PASSED store.TestRegister (0.0s) PASSED store.TestRetryOpenStore (3.0s) PASSED store.TestIsolationMultiInc (0.1s) PASSED store.TestIsolationInc (0.1s) PASSED store.TestDBClose (0.0s) PASSED store.TestConditionUpdate (0.0s) PASSED store.TestConditionIfEqual (0.1s) 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.TestStoreSwitchPeer (41.7s) PASSED store.TestStoreErr (42.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_16_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_12_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_9_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/store_test/shard_1_of_23/coverage.dat //pkg/table/tables/test/partition:partition_test PASSED in 13.4s Stats over 23 runs: max = 13.4s, min = 2.5s, avg = 4.3s, dev = 2.4s PASSED partition_test.TestAlterTablePartitionRollback (1.5s) PASSED partition_test.TestPartitionCoverage (1.5s) PASSED partition_test.TestPartitionAddRecord (1.0s) PASSED partition_test.TestPruningOverflow (1.0s) PASSED partition_test.TestHashPartitionAddRecord (1.1s) PASSED partition_test.TestExplainPartition (1.2s) PASSED partition_test.TestPartitionGetPhysicalID (1.0s) PASSED partition_test.TestPointGetKeyPartitioning (1.0s) PASSED partition_test.TestGeneratePartitionExpr (1.0s) PASSED partition_test.TestLocatePartition (1.1s) PASSED partition_test.TestIssue31629 (1.4s) PASSED partition_test.TestExchangePartitionStates (1.2s) PASSED partition_test.TestExchangePartitionCheckConstraintStates (1.1s) PASSED partition_test.TestExchangePartitionCheckConstraintStatesTwo (1.1s) PASSED partition_test.TestReorgPartExtensivePart (11.6s) PASSED partition_test.TestAddKeyPartitionStates (1.4s) PASSED partition_test.TestKeyPartitionTableBasic (1.6s) PASSED partition_test.TestPruneModeWarningInfo (1.0s) PASSED partition_test.TestKeyPartitionTableAllFeildType (2.4s) PASSED partition_test.TestPartitionByExtensivePart (5.2s) PASSED partition_test.TestPartitionByIntListExtensivePart (5.8s) PASSED partition_test.TestPartitionByIntExtensivePart (4.7s) PASSED partition_test.TestGlobalIndexPartitionByIntExtensivePart (5.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_23_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_22_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_1_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_21_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_2_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_20_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_3_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_19_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_4_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_5_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_6_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_7_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_8_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_9_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_18_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_10_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_11_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_13_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_12_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_17_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_14_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_15_of_23/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/test/partition/partition_test/shard_16_of_23/coverage.dat //pkg/ddl/ingest:ingest_test PASSED in 87.2s Stats over 24 runs: max = 87.2s, min = 7.1s, avg = 40.0s, dev = 20.6s PASSED ingest_test.TestRiskOfDiskFull (0.0s) PASSED ingest_test.TestMemoryRoot (0.0s) PASSED ingest_test.TestAddIndexValidateRangesFailed (46.6s) PASSED ingest_test.TestAddGlobalIndexInIngestWithUpdate (45.1s) PASSED ingest_test.TestAddGlobalIndexInIngest (74.9s) PASSED ingest_test.TestAddIndexIngestPartitionCheckpoint (51.9s) PASSED ingest_test.TestAddIndexIngestJobWriteConflict (50.2s) PASSED ingest_test.TestMultiSchemaAddIndexMerge (56.5s) PASSED ingest_test.TestAddIndexDuplicateMessage (40.1s) PASSED ingest_test.TestAddIndexIngestMultiSchemaChange (50.9s) PASSED ingest_test.TestAddIndexIngestTimezone (28.0s) PASSED ingest_test.TestAddIndexCancelOnNoneState (20.6s) PASSED ingest_test.TestAddIndexIngestClientError (23.0s) PASSED ingest_test.TestIngestPartitionRowCount (24.0s) PASSED ingest_test.TestAddIndexIngestCancel (22.3s) PASSED ingest_test.TestAddIndexSetInternalSessions (22.3s) PASSED ingest_test.TestAddIndexIngestPanic (24.2s) PASSED ingest_test.TestAddIndexIngestPanic/Mock_panic_on_local_engine_writer (1.5s) PASSED ingest_test.TestAddIndexIngestPanic/Mock_panic_on_scan_record_operator (1.1s) PASSED ingest_test.TestIngestError (27.9s) PASSED ingest_test.TestAddIndexIngestGeneratedColumns (64.0s) PASSED ingest_test.TestLitBackendCtxMgr (20.6s) PASSED ingest_test.TestGenLightningDataDir (0.0s) PASSED ingest_test.TestCheckpointManagerResumeReorg (19.5s) PASSED ingest_test.TestCheckpointManagerUpdateReorg (19.8s) PASSED ingest_test.TestCheckpointManager (20.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_24_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_23_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_22_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_21_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_20_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_19_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_18_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_17_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_16_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_15_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_14_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_13_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_12_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_11_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_10_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_9_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_8_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_7_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_6_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_5_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_4_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_3_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_2_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_1_of_24/coverage.dat //pkg/executor/test/admintest:admintest_test PASSED in 17.7s Stats over 24 runs: max = 17.7s, min = 2.5s, avg = 4.2s, dev = 3.9s PASSED admintest_test.TestAdminCheckGeneratedColumns (1.0s) PASSED admintest_test.TestAdminRecoverIndex (1.3s) PASSED admintest_test.TestAdminCheckGlobalIndexDuringDDL (1.2s) PASSED admintest_test.TestAdminRecoverMVIndex (1.0s) PASSED admintest_test.TestAdminCheckGlobalIndexWithClusterIndex (1.1s) PASSED admintest_test.TestAdminCleanupMVIndex (1.0s) PASSED admintest_test.TestAdminCheckGlobalIndex (1.1s) PASSED admintest_test.TestClusteredIndexAdminRecoverIndex (1.1s) PASSED admintest_test.TestAdminRecoverGlobalIndex (1.2s) PASSED admintest_test.TestAdminRecoverPartitionTableIndex (1.2s) PASSED admintest_test.TestAdminRecoverIndex1 (1.0s) PASSED admintest_test.TestAdminCleanUpGlobalIndex (1.2s) PASSED admintest_test.TestAdminCleanupIndex (1.1s) PASSED admintest_test.TestAdminCleanupIndexForPartitionTable (1.2s) PASSED admintest_test.TestAdminCleanupIndexPKNotHandle (1.1s) PASSED admintest_test.TestAdminCleanupIndexMore (1.3s) PASSED admintest_test.TestClusteredAdminCleanupIndex (1.1s) PASSED admintest_test.TestAdminCheckTableWithMultiValuedIndex (1.0s) PASSED admintest_test.TestAdminCheckPartitionTableFailed (1.3s) PASSED admintest_test.TestCheckFailReport (1.2s) PASSED admintest_test.TestAdminCheckTableFailed (1.2s) PASSED admintest_test.TestAdminCheckWithSnapshot (1.1s) PASSED admintest_test.TestAdminCheckTableErrorLocateForClusterIndex (13.8s) PASSED admintest_test.TestAdminCheckTableErrorLocate (14.7s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_24_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_1_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_23_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_2_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_22_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_3_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_21_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_4_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_20_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_5_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_6_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_19_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_7_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_8_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_9_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_10_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_11_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_12_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_13_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_14_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_16_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_15_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_18_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/admintest/admintest_test/shard_17_of_24/coverage.dat //pkg/executor/test/issuetest:issuetest_test PASSED in 10.0s Stats over 24 runs: max = 10.0s, min = 2.1s, avg = 3.9s, dev = 1.7s PASSED issuetest_test.TestIssue55881 (1.7s) PASSED issuetest_test.TestCalculateBatchSize (0.0s) PASSED issuetest_test.TestIndexReaderIssue53871AndIssue54160 (2.1s) PASSED issuetest_test.TestIssue53221 (1.2s) PASSED issuetest_test.TestIssue52978 (1.1s) PASSED issuetest_test.TestIssue51777 (1.0s) PASSED issuetest_test.TestIssue51874 (1.2s) PASSED issuetest_test.TestIssue50393 (1.0s) PASSED issuetest_test.TestIssue42662 (3.2s) PASSED issuetest_test.TestIssue42298 (1.5s) PASSED issuetest_test.TestIssueRaceWhenBuildingExecutorConcurrently (2.8s) PASSED issuetest_test.TestIssue33214 (1.2s) PASSED issuetest_test.TestIssue33038 (1.1s) PASSED issuetest_test.TestIssue24210 (1.0s) PASSED issuetest_test.TestUnionIssue (1.2s) PASSED issuetest_test.TestIssue20975WithPartitionTable (1.6s) PASSED issuetest_test.TestIssue20975 (1.3s) PASSED issuetest_test.TestIssue28650 (2.7s) PASSED issuetest_test.TestFix31038 (1.1s) PASSED issuetest_test.TestIssue30289 (1.0s) PASSED issuetest_test.TestIssue51998 (5.1s) PASSED issuetest_test.TestIndexJoin31494 (7.6s) PASSED issuetest_test.TestIssue29498 (1.2s) PASSED issuetest_test.TestIssue31678 (1.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_24_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_23_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_22_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_21_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_20_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_19_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_18_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_17_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_16_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_15_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_14_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_13_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_12_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_1_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_2_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_11_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_10_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_3_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_9_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_4_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_5_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_8_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_6_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/issuetest/issuetest_test/shard_7_of_24/coverage.dat //pkg/executor/test/showtest:showtest_test PASSED in 4.5s Stats over 24 runs: max = 4.5s, min = 2.4s, avg = 3.2s, dev = 0.5s PASSED showtest_test.TestShowLimitReturnRow (1.1s) PASSED showtest_test.TestShowCreatePlacementPolicy (1.1s) PASSED showtest_test.TestShowVar (1.0s) PASSED showtest_test.TestShowCreateTableWithIntegerDisplayLengthWarnings (1.5s) PASSED showtest_test.TestShowConfig (1.0s) PASSED showtest_test.TestShowClusterConfig (1.1s) PASSED showtest_test.TestShowEscape (1.4s) PASSED showtest_test.TestAutoRandomWithLargeSignedShowTableRegions (1.3s) PASSED showtest_test.TestAutoRandomBase (1.2s) PASSED showtest_test.TestShowTableStatus (1.3s) PASSED showtest_test.TestCollation (1.1s) PASSED showtest_test.TestUnprivilegedShow (1.2s) PASSED showtest_test.TestShowCreateUser (1.4s) PASSED showtest_test.TestShow2 (1.2s) PASSED showtest_test.TestIssue11165 (1.0s) PASSED showtest_test.TestIssue10549 (1.1s) PASSED showtest_test.TestIssue17794 (1.3s) PASSED showtest_test.TestIssue18878 (1.1s) PASSED showtest_test.TestShowStatsPrivilege (1.0s) PASSED showtest_test.TestShowGrantsPrivilege (1.0s) PASSED showtest_test.TestShowWarningsForExprPushdown (1.0s) PASSED showtest_test.TestShowWarnings (0.9s) PASSED showtest_test.TestShowVisibility (1.2s) PASSED showtest_test.TestShowCreateTablePlacement (1.7s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_24_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_23_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_22_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_21_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_20_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_19_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_18_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_17_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_16_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_15_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_14_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_13_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_12_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_11_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_10_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_9_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_8_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_7_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_6_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_5_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_4_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_3_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_2_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/showtest/showtest_test/shard_1_of_24/coverage.dat //pkg/planner/core/tests/prepare:prepare_test PASSED in 8.6s Stats over 24 runs: max = 8.6s, min = 3.2s, avg = 4.4s, dev = 1.4s PASSED prepare_test.TestHashPartitionAndPlanCache (1.5s) PASSED prepare_test.TestPointGetPreparedPlan4PlanCache (1.0s) PASSED prepare_test.TestPrepareCacheForDynamicPartitionPruning (1.1s) PASSED prepare_test.TestRandomFlushPlanCache (1.7s) PASSED prepare_test.TestPointGetForUpdateAutoCommitCache (1.1s) PASSED prepare_test.TestPrepareCache (1.1s) PASSED prepare_test.TestPrepareCacheDeferredFunction (1.0s) PASSED prepare_test.TestPrepareOverMaxPreparedStmtCount (0.9s) PASSED prepare_test.TestPrepareWithSnapshot (0.9s) PASSED prepare_test.TestCacheHitInForUpdateRead (1.0s) PASSED prepare_test.TestPrepareCacheForPartition (1.9s) PASSED prepare_test.TestIssue33031 (1.1s) PASSED prepare_test.TestPlanCacheUnionScan (0.9s) PASSED prepare_test.TestPlanCacheSwitchDB (1.0s) PASSED prepare_test.TestPrepareCacheNow (3.2s) PASSED prepare_test.TestPrepareCacheChangingParamType (5.6s) PASSED prepare_test.TestInvisibleIndexPrepare (1.0s) PASSED prepare_test.TestCacheHitInRc (0.9s) PASSED prepare_test.TestPlanCacheSnapshot (0.9s) PASSED prepare_test.TestPlanCacheWithRCWhenInfoSchemaChange (1.0s) PASSED prepare_test.TestCachedTable (0.9s) PASSED prepare_test.TestConsistencyBetweenPrepareExecuteAndNormalSql (0.9s) PASSED prepare_test.TestPartitionWithVariedDataSources (3.8s) PASSED prepare_test.TestPartitionTable (7.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_24_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_1_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_23_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_2_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_22_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_3_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_5_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_7_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_8_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_21_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_9_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_10_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_11_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_12_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_6_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_4_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_13_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_20_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_14_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_18_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_17_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_19_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_16_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/tests/prepare/prepare_test/shard_15_of_24/coverage.dat //br/pkg/restore/snap_client:snap_client_test PASSED in 4.7s Stats over 25 runs: max = 4.7s, min = 2.6s, avg = 3.2s, dev = 0.6s 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.1s) 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.TestSnapImporter (0.0s) PASSED snap_client.TestUnproperConfigSnapImporter (0.0s) PASSED snap_client.TestGetSSTMetaFromFile (0.0s) PASSED snap_client.TestGetKeyRangeByMode (0.0s) PASSED snap_client.TestSortTablesBySchemaID (0.0s) PASSED snap_client.TestSetSpeedLimit (0.2s) PASSED snap_client.TestInitFullClusterRestore (0.1s) PASSED snap_client.TestCheckTargetClusterFreshWithTable (1.3s) PASSED snap_client.TestCheckTargetClusterFresh (1.5s) PASSED snap_client.TestNeedCheckTargetClusterFresh (1.3s) PASSED snap_client.TestCreateTables (0.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_7_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/snap_client/snap_client_test/shard_1_of_25/coverage.dat //pkg/lightning/checkpoints:checkpoints_test PASSED in 9.2s Stats over 25 runs: max = 9.2s, min = 7.6s, avg = 8.3s, dev = 0.4s PASSED checkpoints.TestTableCheckpointApplyBases (0.0s) PASSED checkpoints.TestSeparateCompletePath (0.0s) PASSED checkpoints.TestGet (0.0s) PASSED checkpoints.TestGet/add-index-by-sql (0.0s) PASSED checkpoints.TestGet/normal (0.0s) PASSED checkpoints.TestCheckpointMarshallUnmarshall (0.0s) PASSED checkpoints.TestRemoveAllCheckpoints (0.0s) PASSED checkpoints.TestApplyDiff (0.0s) PASSED checkpoints.TestRemoveOneCheckpoint (0.0s) PASSED checkpoints.TestRebaseCheckpoint (0.0s) PASSED checkpoints.TestIgnoreAllErrorCheckpoints (0.0s) PASSED checkpoints.TestMergeChunkCheckpoint (0.0s) PASSED checkpoints.TestIgnoreOneErrorCheckpoints (0.0s) PASSED checkpoints.TestDestroyAllErrorCheckpoints (0.0s) PASSED checkpoints.TestDestroyOneErrorCheckpoint (0.0s) PASSED checkpoints.TestMergeInvalidStatusCheckpoint (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.TestMergeStatusCheckpoint (0.0s) PASSED checkpoints.TestIgnoreOneErrorCheckpoint (0.0s) PASSED checkpoints.TestDestroyAllErrorCheckpoints_SQL (0.0s) PASSED checkpoints.TestDestroyOneErrorCheckpoints (0.0s) PASSED checkpoints.TestDump (0.0s) PASSED checkpoints.TestMoveCheckpoints (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_25_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_24_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_1_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_23_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_2_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_22_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_3_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_21_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_4_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_20_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_5_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_6_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_7_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_19_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_8_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_9_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_10_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_11_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_12_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_18_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_13_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_14_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_15_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_16_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/checkpoints/checkpoints_test/shard_17_of_25/coverage.dat //pkg/planner/cascades/old:old_test PASSED in 3.2s Stats over 25 runs: max = 3.2s, min = 2.3s, avg = 2.8s, dev = 0.2s 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.TestMergeAdjacentTopN (0.0s) PASSED old.TestMergeAggregationProjection (0.0s) PASSED old.TestEliminateMaxMin (0.0s) PASSED old.TestProjectionElimination (0.0s) PASSED old.TestTopNRules (0.0s) PASSED old.TestPredicatePushDown (0.0s) PASSED old.TestAggPushDownGather (0.0s) PASSED old.TestGroupStringer (0.0s) PASSED old.TestAppliedRuleSet (0.0s) PASSED old.TestPreparePossibleProperties (0.0s) PASSED old.TestFillGroupStats (0.0s) PASSED old.TestInitGroupSchema (0.0s) PASSED old.TestImplGroupZeroCost (0.0s) PASSED old.TestNewProperties (0.0s) PASSED old.TestGetEnforcerRules (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_25_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_24_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_23_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_22_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_21_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_20_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_19_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_18_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_17_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_16_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_15_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_14_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_13_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_12_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_11_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_10_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_9_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_8_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_7_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_6_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_5_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_4_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_3_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_2_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/old/old_test/shard_1_of_25/coverage.dat //pkg/sessiontxn:sessiontxn_test PASSED in 3.9s Stats over 25 runs: max = 3.9s, min = 2.4s, avg = 2.8s, dev = 0.3s PASSED sessiontxn_test.TestRcWaitTSInSlowLog (1.2s) PASSED sessiontxn_test.TestConflictErrorsUseRcWriteCheckTs (1.0s) PASSED sessiontxn_test.TestRcTSOCmdCountForTextSQLExecuteExtra (1.3s) PASSED sessiontxn_test.TestRcTSOCmdCountForTextSQLExecuteNormal (1.5s) PASSED sessiontxn_test.TestRcTSOCmdCountForPrepareExecuteExtra (1.2s) PASSED sessiontxn_test.TestRcTSOCmdCountForPrepareExecuteNormal (1.6s) 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.1s) PASSED sessiontxn_test.TestGetSnapshot/Pessimistic_Repeatable_Read (0.1s) PASSED sessiontxn_test.TestGetSnapshot/Pessimistic_Serializable (0.1s) 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.3s) PASSED sessiontxn_test.TestTSOCmdCountForPrepareExecute (1.2s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode (1.4s) 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.0s) 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.1s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#00 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#01 (0.1s) 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.1s) PASSED sessiontxn_test.TestTxnContextForStaleReadInPrepare (1.4s) PASSED sessiontxn_test.TestStaleReadInPrepare (1.2s) PASSED sessiontxn_test.TestTxnContextForPrepareExecute (1.2s) PASSED sessiontxn_test.TestTxnContextForStaleRead (2.4s) PASSED sessiontxn_test.TestTxnContextForHistoricalRead (1.2s) PASSED sessiontxn_test.TestTxnContextInPessimisticKeyConflict (1.1s) PASSED sessiontxn_test.TestTxnContextInRC (1.0s) PASSED sessiontxn_test.TestTxnContextWithAutocommitFalse (1.0s) PASSED sessiontxn_test.TestTxnContextBeginInUnfinishedTxn (1.1s) PASSED sessiontxn_test.TestTxnContextInExplicitTxn (1.0s) PASSED sessiontxn_test.TestTxnContextForSimpleCases (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_25_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_24_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_23_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_22_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_21_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_20_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_19_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_18_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_17_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_16_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_15_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_14_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_13_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_12_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_11_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_10_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_9_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_8_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_7_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_6_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_5_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_4_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_3_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_2_of_25/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/sessiontxn_test/shard_1_of_25/coverage.dat //br/pkg/restore/split:split_test PASSED in 3.6s Stats over 26 runs: max = 3.6s, min = 1.9s, avg = 2.4s, dev = 0.4s PASSED split.TestSumSorted (0.0s) PASSED split.TestBatchSplit (0.0s) PASSED split.TestSplitScatter (0.0s) PASSED split.TestSplitPoint2 (0.0s) PASSED split.TestSplitScatterRawKV (0.0s) PASSED split.TestSplitScatterEmptyEndKey (0.0s) PASSED split.TestSplitPoint (0.0s) PASSED split.TestScanRegionEmptyResult (0.4s) PASSED split.TestSplitMeetErrorAndRetry (0.5s) PASSED split.TestRawSplit (0.0s) PASSED split.TestScanRegionBackOfferWithSuccess (0.1s) PASSED split.TestScanRegionBackOfferWithFail (0.0s) PASSED split.TestSplitAndScatter (0.0s) PASSED split.TestSplitEmptyRegion (0.0s) PASSED split.TestScanRegionBackOfferWithStopRetry (0.0s) PASSED split.TestScatterSequentiallyRetryCnt (0.0s) PASSED split.TestScanEmptyRegion (0.0s) PASSED split.TestScatterBackwardCompatibility (0.0s) PASSED split.TestBackoffMayNotCountBackoffer (0.0s) PASSED split.TestWaitForScatterRegions (0.4s) PASSED split.TestScanRegionsWithRetry (0.0s) PASSED split.TestSplitCtxCancel (0.0s) PASSED split.TestGetSplitKeyPerRegion (0.0s) PASSED split.TestPaginateScanRegion (0.4s) PASSED split.TestSplitCheckPartRegionConsistency (0.0s) PASSED split.TestRegionConsistency (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_26_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_1_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_2_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_25_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_3_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_4_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_24_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_5_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_6_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_23_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_7_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_8_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_22_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_21_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_9_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_10_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_20_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_11_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_13_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_12_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_19_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_14_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_15_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_16_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/restore/split/split_test/shard_18_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.4s Stats over 26 runs: max = 3.4s, min = 1.5s, avg = 1.9s, dev = 0.5s PASSED infoschema.TestPurge (0.0s) PASSED infoschema.TestCacheSize (0.0s) PASSED infoschema.TestContains (0.0s) PASSED infoschema.TestSievePolicy (0.0s) PASSED infoschema.TestRemove (0.0s) PASSED infoschema.TestGetAndSet (0.0s) PASSED infoschema.TestMetricSchemaDef (0.0s) PASSED infoschema.TestInfoschemaCache (0.0s) PASSED infoschema.TestDataStructFieldsCorrectnessInSchemaChange (0.0s) PASSED infoschema.TestSpecialAttributeCorrectnessInSchemaChange (0.0s) PASSED infoschema.TestReferredFKInfo (0.0s) PASSED infoschema.TestBundles (0.0s) PASSED infoschema.TestMisc (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.TestApplyDiff (0.3s) PASSED infoschema.TestEnableInfoSchemaV2 (0.0s) PASSED infoschema.TestInfoSchemaCreateTableLike (1.6s) PASSED infoschema.TestLocalTemporaryTables (0.0s) PASSED infoschema.TestWithRefillOption (1.2s) PASSED infoschema.TestBuildBundle (1.4s) PASSED infoschema.TestBuildSchemaWithGlobalTemporaryTable (0.1s) PASSED infoschema.TestInfoTables (0.0s) PASSED infoschema.TestMockInfoSchema (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.TestInfoSchemaAddDel (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) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_26_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_25_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_24_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_23_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_22_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_21_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_20_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_19_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_18_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_17_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_16_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_15_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_14_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_13_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_12_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_11_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_10_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_9_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_8_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_7_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_6_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_5_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_4_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_3_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_2_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/infoschema_test/shard_1_of_26/coverage.dat //pkg/util/ranger:ranger_test PASSED in 3.0s Stats over 26 runs: max = 3.0s, min = 1.6s, avg = 2.4s, dev = 0.5s 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.2s) 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.3s) PASSED ranger_test.TestIssue40997 (1.2s) PASSED ranger_test.TestPrefixIndexRange (1.2s) PASSED ranger_test.TestRangeFallbackForBuildColumnRange (1.1s) PASSED ranger_test.TestRangeFallbackForBuildTableRange (1.2s) PASSED ranger_test.TestRangeFallbackForDetachCondAndBuildRangeForIndex (1.1s) PASSED ranger_test.TestShardIndexFuncSuites (1.0s) PASSED ranger_test.TestTableShardIndex (1.1s) 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 (1.0s) 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.1s) 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.1s) 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 (1.1s) 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_26_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_25_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_24_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_23_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_22_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_21_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_20_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_19_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_18_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_17_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_16_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_15_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_14_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_13_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_12_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_11_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_10_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_9_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_8_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_7_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_6_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_5_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_4_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_3_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ranger/ranger_test/shard_2_of_26/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 56.7s Stats over 27 runs: max = 56.7s, min = 10.6s, avg = 27.8s, dev = 19.5s PASSED importer.TestImportFromSelectCleanup (37.2s) 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 (40.4s) PASSED importer.TestGetJobInfoNullField (44.2s) PASSED importer.TestJobInfo_CanCancel (0.0s) PASSED importer.TestGetAndCancelJob (39.0s) PASSED importer.TestFileChunkProcess (41.8s) 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) PASSED importer.TestInitDefaultOptions (0.0s) PASSED importer.TestInitOptionsPositiveCase (0.0s) PASSED importer.TestJobHappyPath (39.4s) PASSED importer.TestAdjustOptions (0.0s) PASSED importer.TestAdjustDiskQuota (0.0s) PASSED importer.TestGetMsgFromBRError (0.0s) PASSED importer.TestASTArgsFromStmt (0.0s) PASSED importer.TestGetFileRealSize (0.0s) PASSED importer.TestInitParameters (0.0s) PASSED importer.TestGetLocalBackendCfg (0.0s) PASSED importer.TestSupportedSuffixForServerDisk (0.0s) PASSED importer.TestPopulateChunks (45.2s) PASSED importer.TestGetDataSourceType (0.0s) PASSED importer.TestVerifyChecksum (37.8s) PASSED importer.TestGetTargetNodeCpuCnt (36.4s) PASSED importer.TestProcessChunkWith (37.4s) PASSED importer.TestProcessChunkWith/file_chunk (0.0s) PASSED importer.TestProcessChunkWith/query_chunk (0.0s) PASSED importer.TestPostProcess (41.7s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_27_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_26_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_25_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_24_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_23_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_22_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_21_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_20_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_19_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_1_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_2_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_3_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_18_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_4_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_5_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_6_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_7_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_8_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_9_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_10_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_11_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_17_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_12_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_13_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_14_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_16_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/importer/importer_test/shard_15_of_27/coverage.dat //pkg/executor/test/fktest:fktest_test PASSED in 12.1s Stats over 27 runs: max = 12.1s, min = 2.2s, avg = 4.3s, dev = 2.3s PASSED fktest_test.TestLockKeysInInsertIgnore (1.7s) PASSED fktest_test.TestLockKeysInDML (1.7s) PASSED fktest_test.TestFKBuild (1.1s) PASSED fktest_test.TestForeignKeyAndLockView (1.3s) PASSED fktest_test.TestForeignKeyLargeTxnErr (1.1s) PASSED fktest_test.TestForeignKeyOnReplaceIntoChildTable (2.1s) PASSED fktest_test.TestForeignKeyIssue39732 (1.2s) PASSED fktest_test.TestPrivilegeCheckInForeignKeyCascade (1.1s) PASSED fktest_test.TestForeignKeyRuntimeStats (0.0s) PASSED fktest_test.TestExplainAnalyzeDMLWithFKInfo (1.3s) PASSED fktest_test.TestForeignKeyOnInsertOnDuplicateUpdate (1.4s) PASSED fktest_test.TestDMLExplainAnalyzeFKInfo (1.2s) PASSED fktest_test.TestForeignKeyOnUpdateCascade2 (10.0s) PASSED fktest_test.TestForeignKeyOnUpdateCascade (2.3s) PASSED fktest_test.TestForeignKeyOnInsertChildTable (2.1s) PASSED fktest_test.TestForeignKeyOnInsertDuplicateUpdateChildTable (1.9s) PASSED fktest_test.TestForeignKeyOnDeleteSetNull2 (6.2s) PASSED fktest_test.TestForeignKeyCheckAndLock (3.6s) PASSED fktest_test.TestForeignKeyOnDeleteSetNull (1.5s) PASSED fktest_test.TestForeignKeyOnInsertOnDuplicateParentTableCheck (2.0s) PASSED fktest_test.TestForeignKeyGenerateCascadeAST (0.9s) PASSED fktest_test.TestForeignKeyConcurrentInsertChildTable (1.1s) PASSED fktest_test.TestForeignKeyOnUpdateChildTable (2.0s) PASSED fktest_test.TestForeignKeyOnDeleteCascade2 (8.7s) PASSED fktest_test.TestForeignKeyOnUpdateParentTableCheck (2.0s) PASSED fktest_test.TestForeignKeyOnDeleteCascade (2.0s) PASSED fktest_test.TestForeignKeyOnDeleteParentTableCheck (1.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_27_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_26_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_25_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_24_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_23_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_22_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_21_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_20_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_19_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_18_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_17_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_16_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_15_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_14_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_1_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_2_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_13_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_3_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_12_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_4_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_11_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_5_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_6_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_10_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_7_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_9_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/fktest/fktest_test/shard_8_of_27/coverage.dat //pkg/statistics/handle/globalstats:globalstats_test PASSED in 5.4s Stats over 27 runs: max = 5.4s, min = 1.7s, avg = 3.6s, dev = 0.8s PASSED globalstats.TestMergePartTopN2GlobalTopNWithHists (0.0s) PASSED globalstats.TestMergePartTopN2GlobalTopNWithoutHists (0.0s) PASSED globalstats.TestShowGlobalStatsWithAsyncMergeGlobal (1.4s) PASSED globalstats.TestShowGlobalStatsWithoutAsyncMergeGlobal (1.5s) PASSED globalstats.TestMergeGlobalStatsForCMSketch (1.1s) PASSED globalstats.TestGlobalStatsPanicInIOWorker (1.3s) PASSED globalstats.TestGlobalStatsWithCMSketchErr (1.4s) PASSED globalstats.TestGlobalStatsAndSQLBindingWithConcurrency (1.8s) PASSED globalstats.TestGlobalStatsWithHistogramAndTopNErr (1.3s) PASSED globalstats.TestGlobalStatsPanicInCPUWorker (1.3s) PASSED globalstats.TestGlobalStatsAndSQLBinding (1.8s) PASSED globalstats.TestGlobalStatsPanicSametime (3.3s) PASSED globalstats.TestGlobalStatsErrorSametime (3.3s) PASSED globalstats.TestIssues24349WithConcurrency (1.2s) PASSED globalstats.TestBuildGlobalLevelStats (2.1s) PASSED globalstats.TestGlobalStatsHealthy (1.5s) PASSED globalstats.TestIssues24349 (1.3s) PASSED globalstats.TestGlobalStatsData (1.3s) PASSED globalstats.TestGlobalStatsData2 (2.0s) PASSED globalstats.TestGlobalStatsData2WithConcurrency (1.6s) PASSED globalstats.TestGlobalIndexStatistics (3.1s) PASSED globalstats.TestGlobalStatsData3 (2.0s) PASSED globalstats.TestGlobalStatsVersion (1.5s) PASSED globalstats.TestGlobalStats (1.6s) PASSED globalstats.TestDDLPartition4GlobalStats (1.4s) PASSED globalstats.TestGlobalStatsNDV (1.8s) PASSED globalstats.TestGlobalStatsIndexNDV (3.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_27_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_26_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_1_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_2_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_25_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_3_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_4_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_24_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_5_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_6_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_23_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_7_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_8_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_22_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_9_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_10_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_21_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_11_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_12_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_13_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_20_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_14_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_15_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_19_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_16_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_17_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_18_of_27/coverage.dat //pkg/statistics/handle/storage:storage_test PASSED in 4.2s Stats over 27 runs: max = 4.2s, min = 2.7s, avg = 3.3s, dev = 0.4s PASSED storage_test.TestFailedToHandleSlowStatsSaving (1.1s) PASSED storage_test.TestSlowStatsSavingForPartitionedTable (1.3s) PASSED storage_test.TestSlowStatsSaving (1.1s) PASSED storage_test.TestUpdateStatsMetaVersionForGC (1.3s) PASSED storage_test.TestConversion (1.2s) PASSED storage_test.TestLoadStats (1.0s) PASSED storage_test.TestDumpGlobalStats (1.2s) PASSED storage_test.TestExtremCaseOfGC (1.1s) PASSED storage_test.TestLoadGlobalStats (1.2s) PASSED storage_test.TestDeleteAnalyzeJobs (1.0s) PASSED storage_test.TestLoadPartitionStats (2.2s) PASSED storage_test.TestGCColumnStatsUsage (1.1s) PASSED storage_test.TestLoadPredicateColumns (1.1s) PASSED storage_test.TestGCExtendedStats (1.2s) PASSED storage_test.TestLoadPartitionStatsErrPanic (2.2s) PASSED storage_test.TestGCPartition (1.4s) PASSED storage_test.TestDumpPartitions (1.4s) PASSED storage_test.TestGCStats (1.3s) PASSED storage_test.TestDumpAlteredTable (1.1s) PASSED storage_test.TestPersistStats (1.4s) PASSED storage_test.TestDumpCMSketchWithTopN (1.1s) PASSED storage_test.TestLoadStatsFromOldVersion (1.0s) PASSED storage_test.TestDumpPseudoColumns (1.0s) PASSED storage_test.TestJSONTableToBlocks (1.2s) PASSED storage_test.TestDumpExtendedStats (1.1s) PASSED storage_test.TestLoadStatsForNewCollation (1.2s) PASSED storage_test.TestDumpVer2Stats (1.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_27_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_26_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_25_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_24_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_1_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_23_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_2_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_22_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_3_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_21_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_4_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_20_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_5_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_19_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_6_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_18_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_7_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_17_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_8_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_16_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_9_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_15_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_10_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_14_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_11_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_13_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/storage/storage_test/shard_12_of_27/coverage.dat //pkg/store/gcworker:gcworker_test PASSED in 55.4s Stats over 27 runs: max = 55.4s, min = 11.4s, avg = 46.5s, dev = 10.3s 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 (32.8s) PASSED gcworker.TestGetOracleTime (32.3s) PASSED gcworker.TestMinStartTS (35.7s) PASSED gcworker.TestPrepareGC (37.4s) PASSED gcworker.TestStatusVars (35.1s) PASSED gcworker.TestGCWithPendingTxn2 (37.6s) PASSED gcworker.TestDoGCForOneRegion (32.4s) PASSED gcworker.TestNeedsGCOperationForStore (0.0s) PASSED gcworker.TestGetGCConcurrency (34.2s) PASSED gcworker.TestDoGC (34.4s) PASSED gcworker.TestCheckGCMode (40.6s) PASSED gcworker.TestGCWithPendingTxn (36.0s) PASSED gcworker.TestConcurrentDeleteRanges (37.9s) PASSED gcworker.TestDeleteRangesFailure (37.8s) PASSED gcworker.TestDeleteRangesFailure/failErrResp (0.5s) PASSED gcworker.TestDeleteRangesFailure/failNilResp (0.5s) PASSED gcworker.TestDeleteRangesFailure/failRPCErr (0.6s) PASSED gcworker.TestUnsafeDestroyRangeForRaftkv2 (39.4s) PASSED gcworker.TestGCLabelRules (36.3s) PASSED gcworker.TestLeaderTick (42.8s) PASSED gcworker.TestResolveLockRangeInfine (38.6s) PASSED gcworker.TestResolveLockRangeMeetRegionCacheMiss (42.7s) PASSED gcworker.TestResolveLockRangeMeetRegionEnlargeCausedByRegionMerge (42.0s) PASSED gcworker.TestRunGCJob (37.3s) PASSED gcworker.TestGCPlacementRules (41.8s) PASSED gcworker.TestSetServiceSafePoint (40.1s) PASSED gcworker.TestRunGCJobAPI (38.4s) PASSED gcworker.TestRunDistGCJobAPI (41.9s) PASSED gcworker.TestStartWithRunGCJobFailures (38.6s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_27_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_26_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_1_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_2_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_3_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_4_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_25_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_5_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_9_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_6_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_7_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_8_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_24_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_11_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_10_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_12_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_23_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_13_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_14_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_15_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_16_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_17_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_22_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_18_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_19_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_20_of_27/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/gcworker/gcworker_test/shard_21_of_27/coverage.dat //pkg/disttask/framework/storage:storage_test FLAKY, failed in 3 out of 27 in 150.4s Stats over 27 runs: max = 150.4s, min = 11.1s, avg = 64.2s, dev = 36.0s PASSED storage.TestSplitSubtasks (0.0s) PASSED storage.TestSwitchTaskStep (36.9s) PASSED storage.TestModifyTask (70.9s) PASSED storage.TestTaskTable (43.0s) PASSED storage.TestSwitchTaskStepInBatch (40.6s) PASSED storage.TestGetTopUnfinishedTasks (37.7s) PASSED storage.TestTaskState (36.4s) PASSED storage.TestGetUsedSlotsOnNodes (38.1s) PASSED storage.TestGetActiveSubtasks (37.0s) PASSED storage.TestSubTaskTable (43.1s) PASSED storage.TestBothTaskAndSubTaskTable (39.4s) PASSED storage.TestGetSubtaskCntByStates (37.1s) PASSED storage.TestDistFrameworkMeta (44.1s) PASSED storage.TestTaskHistoryTable (42.6s) PASSED storage.TestSubtaskHistoryTable (47.0s) PASSED storage.TestPauseAndResume (37.7s) PASSED storage.TestCancelAndExecIdChanged (39.2s) PASSED storage.TestTaskNotFound (38.2s) PASSED storage.TestInitMeta (35.5s) PASSED storage.TestSubtaskType (35.3s) PASSED storage.TestGetActiveTaskExecInfo (38.6s) PASSED storage.TestRunningSubtasksBack2Pending (44.1s) PASSED storage.TestSubtasksState (43.4s) PASSED storage.TestTaskManagerEntrySize (128.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_24_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_2_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_23_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_1_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_3_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_4_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_22_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_5_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_6_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_7_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_8_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_9_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_10_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_12_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_11_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_13_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_14_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_15_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_16_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_17_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_20_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_18_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_19_of_24/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_21_of_24/coverage.dat //pkg/executor/test/seqtest:seqtest_test PASSED in 96.0s Stats over 28 runs: max = 96.0s, min = 26.1s, avg = 42.8s, dev = 15.3s PASSED seqtest_test.TestAnalyzeNextRawErrorNoLeak (35.0s) PASSED seqtest_test.TestIssue18744 (38.0s) PASSED seqtest_test.TestOOMPanicInHashJoinWhenFetchBuildRows (38.8s) PASSED seqtest_test.TestAutoRandRecoverTable (40.4s) PASSED seqtest_test.TestInsertFromSelectConflictRetryAutoID (35.4s) PASSED seqtest_test.TestPessimisticConflictRetryAutoID (41.5s) PASSED seqtest_test.TestCoprocessorPriority (46.5s) PASSED seqtest_test.TestBatchInsertDelete (48.7s) PASSED seqtest_test.TestPrepared (45.2s) PASSED seqtest_test.TestCartesianProduct (38.8s) PASSED seqtest_test.TestPreparedLimitOffset (40.9s) PASSED seqtest_test.TestPrepareWithAggregation (41.5s) PASSED seqtest_test.TestPreparedInsert (41.3s) PASSED seqtest_test.TestPreparedUpdate (30.4s) PASSED seqtest_test.TestIssue21884 (24.4s) PASSED seqtest_test.TestPrepareMaxParamCountCheck (88.8s) PASSED seqtest_test.TestPreparedDelete (21.8s) PASSED seqtest_test.TestPrepareDealloc (20.9s) PASSED seqtest_test.TestPreparedIssue8153 (21.6s) PASSED seqtest_test.TestAdminShowNextID (26.9s) PASSED seqtest_test.TestPreparedIssue17419 (21.3s) PASSED seqtest_test.TestEarlyClose (23.1s) PASSED seqtest_test.TestUnparallelHashAggClose (19.8s) PASSED seqtest_test.TestShow (36.9s) PASSED seqtest_test.TestShowStatsHealthy (21.9s) PASSED seqtest_test.TestIndexDoubleReadClose (19.7s) PASSED seqtest_test.TestParallelHashAggClose (21.2s) PASSED seqtest_test.TestIndexMergeReaderClose (21.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_28_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_27_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_26_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_25_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_24_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_23_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_22_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_21_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_1_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_20_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_2_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_3_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_4_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_5_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_6_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_19_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_7_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_8_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_9_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_18_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_10_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_11_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_17_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_12_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_13_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_14_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_16_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/seqtest/seqtest_test/shard_15_of_28/coverage.dat //pkg/session/test:test_test PASSED in 8.9s Stats over 28 runs: max = 8.9s, min = 2.8s, avg = 4.4s, dev = 1.4s PASSED test_test.TestKeysNeedLock (0.0s) PASSED test_test.TestParseErrorWarn (0.0s) PASSED test_test.TestIssue60266 (1.2s) PASSED test_test.TestErrorHappenWhileInit (2.3s) PASSED test_test.TestBootstrapSQLWithExtension (1.2s) PASSED test_test.TestInitUsers (1.6s) PASSED test_test.TestInitSystemVariable (1.2s) PASSED test_test.TestEmptyInitSQLFile (1.1s) PASSED test_test.TestRequestSource (1.2s) PASSED test_test.TestSQLModeOp (0.0s) PASSED test_test.TestRandomBinary (1.0s) PASSED test_test.TestHandleAssertionFailureForPartitionedTable (1.1s) PASSED test_test.TestMatchIdentity (1.1s) PASSED test_test.TestFieldText (1.0s) PASSED test_test.TestResultType (1.0s) PASSED test_test.TestResultField (1.1s) PASSED test_test.TestRollbackOnCompileError (1.1s) PASSED test_test.TestStmtHints (1.1s) PASSED test_test.TestPerStmtTaskID (1.0s) PASSED test_test.TestProcessInfoIssue22068 (6.1s) PASSED test_test.TestDoDDLJobQuit (1.1s) PASSED test_test.TestParseWithParams (1.0s) PASSED test_test.TestPrimaryKeyAutoIncrement (1.1s) PASSED test_test.TestPrepareZero (1.1s) PASSED test_test.TestFixSetTiDBSnapshotTS (3.1s) PASSED test_test.TestWriteOnMultipleCachedTable (4.2s) PASSED test_test.TestLoadSchemaFailed (5.4s) PASSED test_test.TestSchemaCheckerSQL (1.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_28_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_27_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_26_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_25_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_24_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_23_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_22_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_21_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_20_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_19_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_18_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_17_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_16_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_15_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_14_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_13_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_12_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_11_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_10_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_9_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_8_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_7_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_6_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_5_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_4_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_3_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_2_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/test_test/shard_1_of_28/coverage.dat //pkg/sessiontxn/isolation:isolation_test PASSED in 3.5s Stats over 28 runs: max = 3.5s, min = 2.6s, avg = 3.0s, dev = 0.2s PASSED isolation_test.TestTidbSnapshotVarInSerialize (1.2s) PASSED isolation_test.TestOptimisticTxnContextProviderTS (1.0s) PASSED isolation_test.TestSerializableInitialize (1.2s) 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.TestOptimisticHandleError (1.0s) PASSED isolation_test.TestPessimisticSerializableTxnContextProviderLockError (1.1s) PASSED isolation_test.TestTidbSnapshotVarInOptimisticTxn (1.1s) PASSED isolation_test.TestPessimisticSerializableTxnProviderTS (0.9s) PASSED isolation_test.TestPessimisticRCTxnContextProviderRCCheck (1.0s) PASSED isolation_test.TestIssue41194 (1.1s) PASSED isolation_test.TestPessimisticRCTxnContextProviderRCCheckForPrepareExecute (1.0s) PASSED isolation_test.TestRRWaitTSTimeInSlowLog (1.0s) PASSED isolation_test.TestPessimisticRCTxnContextProviderLockError (1.0s) PASSED isolation_test.TestConflictErrorInOtherQueryContainingPointGet (1.1s) PASSED isolation_test.TestPessimisticRCTxnContextProviderTS (1.0s) PASSED isolation_test.TestRCProviderInitialize (1.1s) 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.TestConflictErrorInUpdateInRR (1.1s) PASSED isolation_test.TestTidbSnapshotVarInRC (1.1s) PASSED isolation_test.TestConflictErrorsInRC (1.1s) PASSED isolation_test.TestFailedDMLConsistency1 (1.1s) PASSED isolation_test.TestFailedDMLConsistency2 (1.0s) PASSED isolation_test.TestConflictErrorInDeleteInRR (1.0s) PASSED isolation_test.TestPessimisticRRErrorHandle (0.9s) PASSED isolation_test.TestRepeatableReadProviderTS (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.TestTidbSnapshotVarInPessimisticRepeatableRead (1.1s) PASSED isolation_test.TestConflictErrorInPointGetForUpdateInRR (1.0s) PASSED isolation_test.TestOptimizeWithPlanInPessimisticRR (1.0s) PASSED isolation_test.TestConflictErrorInInsertInRR (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_28_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_1_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_27_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_2_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_26_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_3_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_25_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_4_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_24_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_5_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_23_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_6_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_22_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_7_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_8_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_21_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_9_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_10_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_11_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_12_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_20_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_13_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_14_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_15_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_16_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_19_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_17_of_28/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_18_of_28/coverage.dat //pkg/lightning/common:common_test PASSED in 9.0s Stats over 29 runs: max = 9.0s, min = 2.4s, avg = 3.1s, 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.1s) PASSED common.TestAllocGlobalAutoID (0.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_29_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_28_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_27_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_26_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_25_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_24_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_23_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_22_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_21_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_20_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_19_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_18_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_17_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_16_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_15_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_14_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_13_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_12_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_11_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_10_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_9_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_8_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_7_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_6_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_5_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_4_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_3_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/common/common_test/shard_2_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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.7s Stats over 29 runs: max = 5.7s, min = 2.9s, avg = 3.6s, dev = 0.5s PASSED casetest_test.TestTiFlashLateMaterialization (3.5s) PASSED casetest_test.TestNDVGroupCols (1.1s) PASSED casetest_test.TestGroupNDVs (1.0s) PASSED casetest_test.TestCTEErrNotSupportedYet (1.0s) PASSED casetest_test.TestOuterJoinElimination (1.1s) PASSED casetest_test.TestHandleEQAll (1.1s) PASSED casetest_test.TestJSONPlanInExplain (1.2s) PASSED casetest_test.TestNormalizedPlanForDiffStore (1.1s) PASSED casetest_test.TestIssue47634 (1.0s) 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.TestVerboseExplain (1.1s) PASSED casetest_test.TestPlanDigest4InList (0.9s) 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.TestIsolationReadTiFlashNotChoosePointGet (0.9s) PASSED casetest_test.TestNormalizedPlan (1.1s) PASSED casetest_test.TestIsolationReadDoNotFilterSystemDB (0.9s) PASSED casetest_test.TestPreferRangeScan (1.1s) PASSED casetest_test.TestMergeContinuousSelections (1.0s) PASSED casetest_test.TestIssue56915 (1.0s) PASSED casetest_test.TestIssue31240 (1.0s) PASSED casetest_test.TestIndexMergeJSONMemberOf2FlakyPart (1.1s) PASSED casetest_test.TestIssue32632 (1.0s) PASSED casetest_test.TestTiFlashPartitionTableScan (1.0s) PASSED casetest_test.TestTiFlashFineGrainedShuffle (1.0s) PASSED casetest_test.TestTiFlashExtraColumnPrune (0.9s) PASSED casetest_test.TestIssue51873 (1.1s) PASSED casetest_test.TestIssue50926 (1.0s) PASSED casetest_test.TestFixControl43817 (1.0s) PASSED casetest_test.TestIssue52023 (1.1s) PASSED casetest_test.TestIssue49438 (1.0s) PASSED casetest_test.TestFixControl45132 (1.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_29_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_28_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_27_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_26_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_25_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_24_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_23_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_22_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_21_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_1_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_20_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_2_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_19_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_3_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_18_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_4_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_17_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_5_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_16_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_6_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_7_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_8_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_15_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_9_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_10_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_11_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_14_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_13_of_29/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/casetest_test/shard_12_of_29/coverage.dat //pkg/domain:domain_test PASSED in 18.0s Stats over 30 runs: max = 18.0s, min = 1.2s, avg = 2.7s, dev = 3.0s 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.TestSchemaCheckerSimple (0.0s) PASSED domain.TestGetLastExpectedTime (0.0s) PASSED domain.TestWriteRUStatistics (4.3s) PASSED domain.TestSendTask (0.0s) PASSED domain.TestDumpGCFileParseTime (0.0s) PASSED domain.TestPlanReplayerDifferentGC (0.0s) PASSED domain.TestInsertPlanReplayerStatus (1.1s) PASSED domain.TestPlanReplayerGC (1.0s) PASSED domain.TestPlanReplayerHandleDumpTask (1.1s) PASSED domain.TestPlanReplayerHandleCollectTask (1.0s) PASSED domain.TestExtractHandlePlanTask (3.2s) PASSED domain.TestExtractWithoutStmtSummaryPersistedEnabled (1.1s) PASSED domain.TestExtractPlanWithoutHistoryView (1.2s) PASSED domain.TestDomainCtx (0.0s) PASSED domain.TestServerIDConstant (0.0s) PASSED domain.TestErrorCode (0.0s) PASSED domain.TestDeferFn (0.3s) PASSED domain.TestIsAnalyzeTableSQL (0.0s) PASSED domain.TestClosestReplicaReadChecker (0.0s) PASSED domain.TestStatWorkRecoverFromPanic (0.0s) PASSED domain.TestInfo (0.0s) PASSED domain.TestFetchAllSchemasWithTablesWithFailpoint (16.4s) PASSED domain.TestTetchAllSchemasWithTables (1.3s) PASSED domain.TestAbnormalSessionPool (1.1s) PASSED domain.TestNormalSessionPool (1.1s) PASSED domain.TestDomainSession (1.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_30_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_29_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_28_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_27_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_26_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_25_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_24_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_23_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_22_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_21_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_20_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_19_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_18_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_17_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_16_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_15_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_14_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_13_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_12_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_11_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_10_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_9_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_8_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_7_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_6_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_5_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_4_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_3_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_2_of_30/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/domain_test/shard_1_of_30/coverage.dat //pkg/planner/cardinality:cardinality_test PASSED in 4.7s Stats over 31 runs: max = 4.7s, min = 1.8s, avg = 3.1s, dev = 0.6s PASSED cardinality.TestTraceDebugSelectivity (1.9s) PASSED cardinality.TestTraceCE (1.4s) PASSED cardinality.TestBuiltinInEstWithoutStats (1.2s) PASSED cardinality.TestSubsetIdxCardinality (1.3s) PASSED cardinality.TestIgnoreRealtimeStats (1.2s) PASSED cardinality.TestCrossValidationSelectivity (1.4s) PASSED cardinality.TestOrderingIdxSelectivityRatio (1.2s) PASSED cardinality.TestOrderingIdxSelectivityThreshold (1.2s) PASSED cardinality.TestIndexJoinInnerRowCountUpperBound (1.2s) PASSED cardinality.TestIssue39593 (1.1s) PASSED cardinality.TestGlobalStatsOutOfRangeEstimationAfterDelete (3.0s) PASSED cardinality.TestTopNAssistedEstimationWithNewCollation (1.3s) PASSED cardinality.TestTopNAssistedEstimationWithoutNewCollation (1.2s) PASSED cardinality.TestSelectivityGreedyAlgo (0.0s) PASSED cardinality.TestSmallRangeEstimation (1.4s) PASSED cardinality.TestRangeStepOverflow (1.2s) PASSED cardinality.TestIndexEstimationCrossValidate (1.1s) PASSED cardinality.TestDNFCondSelectivity (1.2s) PASSED cardinality.TestSelectivity (1.0s) PASSED cardinality.TestUniqCompEqualEst (1.1s) PASSED cardinality.TestColumnIndexNullEstimation (1.0s) PASSED cardinality.TestEstimationUniqueKeyEqualConds (1.0s) PASSED cardinality.TestIssue57948 (1.1s) PASSED cardinality.TestNewIndexWithoutStats (1.4s) PASSED cardinality.TestEstimationForUnknownValuesAfterModify (1.2s) PASSED cardinality.TestEstimationForUnknownValues (1.3s) PASSED cardinality.TestOutOfRangeEstimationAfterDelete (2.4s) PASSED cardinality.TestOutOfRangeEstimation (2.5s) PASSED cardinality.TestCollationColumnEstimate (1.0s) PASSED cardinality.TestAvgColLen (1.2s) PASSED cardinality.TestPseudoTable (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_31_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_30_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_29_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_28_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_27_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_26_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_25_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_24_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_23_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_22_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_21_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_20_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_19_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_18_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_17_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_16_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_15_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_14_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_13_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_12_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_11_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_10_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_9_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_8_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_7_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_6_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_5_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_4_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_3_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_2_of_31/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cardinality/cardinality_test/shard_1_of_31/coverage.dat //pkg/ddl/tests/tiflash:tiflash_test PASSED in 29.3s Stats over 32 runs: max = 29.3s, min = 2.7s, avg = 11.7s, dev = 7.4s PASSED tiflash_test.TestTiFlashReorgPartition (14.7s) PASSED tiflash_test.TestTiFlashAvailableAfterDownOneStore (7.2s) PASSED tiflash_test.TestTiFlashNoRedundantPDRules (27.3s) PASSED tiflash_test.TestTiFlashAvailableAfterAddPartition (15.1s) PASSED tiflash_test.TestTiFlashReplicaPartitionTableNormal (7.5s) PASSED tiflash_test.TestTiFlashReplicaPartitionTableBlock (7.3s) PASSED tiflash_test.TestTiFlashPartitionNotAvailable (19.2s) PASSED tiflash_test.TestTiFlashTruncatePartition (7.1s) PASSED tiflash_test.TestTiFlashAvailableAfterResetReplica (7.1s) PASSED tiflash_test.TestTiFlashFailTruncatePartition (7.1s) PASSED tiflash_test.TestTiFlashReplicaAvailable (18.1s) PASSED tiflash_test.TestTiFlashFlashbackCluster (3.1s) PASSED tiflash_test.TestTiFlashTruncateTable (11.1s) PASSED tiflash_test.TestTiFlashDropPartition (19.1s) PASSED tiflash_test.TestTiFlashProgressAvailableList (25.5s) PASSED tiflash_test.TestSetPlacementRuleNormal (1.1s) PASSED tiflash_test.TestSetPlacementRuleFail (1.1s) PASSED tiflash_test.TestTiFlashBackoffer (0.0s) PASSED tiflash_test.TestSetPlacementRuleWithGCWorker (4.1s) PASSED tiflash_test.TestTiFlashMassiveReplicaAvailable (13.9s) PASSED tiflash_test.TestTiFlashProgressCache (13.1s) PASSED tiflash_test.TestAlterDatabaseBasic (5.1s) PASSED tiflash_test.TestTiFlashBackoff (8.9s) PASSED tiflash_test.TestTiFlashBatchRateLimiter (5.5s) PASSED tiflash_test.TestTiFlashBatchKill (1.4s) PASSED tiflash_test.TestTiFlashBatchUnsupported (0.9s) PASSED tiflash_test.TestTiFlashProgress (1.1s) PASSED tiflash_test.TestTiFlashProgressForPartitionTable (3.1s) PASSED tiflash_test.TestTiFlashGroupIndexWhenStartup (2.0s) PASSED tiflash_test.TestTiFlashFailureProgressAfterAvailable (7.9s) PASSED tiflash_test.TestTiFlashProgressAfterAvailableForPartitionTable (18.9s) PASSED tiflash_test.TestTiFlashProgressAfterAvailable (18.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_32_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_31_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_1_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_30_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_2_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_3_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_29_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_5_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_28_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_6_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_4_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_8_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_9_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_7_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_27_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_11_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_13_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_14_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_12_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_10_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_26_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_16_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_15_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_17_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_18_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_19_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_20_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_21_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_22_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_23_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_25_of_32/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_24_of_32/coverage.dat //pkg/bindinfo:bindinfo_test PASSED in 101.2s Stats over 33 runs: max = 101.2s, min = 11.7s, avg = 47.5s, dev = 19.1s PASSED bindinfo.TestPreparedStmt (40.6s) PASSED bindinfo.TestIssue53834 (46.2s) PASSED bindinfo.TestDropSingleBindings (41.8s) PASSED bindinfo.TestIssue19836 (42.6s) PASSED bindinfo.TestShowPlanForSQLBasic (37.6s) PASSED bindinfo.TestDefaultDB (38.9s) PASSED bindinfo.TestCrossDBBindingCache (0.0s) PASSED bindinfo.TestBindCache (0.2s) PASSED bindinfo.TestExtractTableName (0.0s) PASSED bindinfo.TestDuplicateBindings (43.5s) PASSED bindinfo.TestBindingCache (41.1s) PASSED bindinfo.TestBindingLastUpdateTime (39.4s) PASSED bindinfo.TestShowGlobalBindings (44.7s) PASSED bindinfo.TestBindingLastUpdateTimeWithInvalidBind (40.1s) PASSED bindinfo.TestSetBindingStatus (47.0s) PASSED bindinfo.TestBindParse (50.8s) PASSED bindinfo.TestSetBindingStatusWithoutBindingInCache (39.0s) PASSED bindinfo.TestOutdatedInfoSchema (39.4s) PASSED bindinfo.TestSessionBinding (85.1s) PASSED bindinfo.TestReloadBindings (35.2s) PASSED bindinfo.TestSetVarFixControlWithBinding (36.5s) PASSED bindinfo.TestGlobalBinding (88.6s) PASSED bindinfo.TestNormalizeStmtForBinding (0.0s) PASSED bindinfo.TestGlobalAndSessionBindingBothExist (39.0s) PASSED bindinfo.TestRemoveDuplicatedPseudoBinding (43.9s) PASSED bindinfo.TestShowBindingDigestField (45.6s) PASSED bindinfo.TestOptimizeOnlyOnce (38.6s) PASSED bindinfo.TestHintsSetID (39.4s) PASSED bindinfo.TestBindingInListWithSingleLiteral (32.6s) PASSED bindinfo.TestErrorBind (31.4s) PASSED bindinfo.TestBestPlanInBaselines (25.7s) PASSED bindinfo.TestBindingSymbolList (22.9s) PASSED bindinfo.TestBindingQueryInList (22.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_33_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_32_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_31_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_30_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_1_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_29_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_2_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_3_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_4_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_28_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_5_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_6_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_27_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_7_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_9_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_8_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_10_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_12_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_26_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_13_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_14_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_11_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_18_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_25_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_15_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_16_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_17_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_19_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_24_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_20_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_21_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_22_of_33/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_23_of_33/coverage.dat //pkg/disttask/framework/scheduler:scheduler_test PASSED in 4.4s Stats over 34 runs: max = 4.4s, min = 1.4s, avg = 2.6s, dev = 1.0s PASSED scheduler.TestSlotManagerUpdateCapacity (0.0s) PASSED scheduler.TestSchedulerAdjustEligibleNodes (0.0s) PASSED scheduler.TestSlotManagerUpdate (0.0s) PASSED scheduler.TestSlotManagerReserve (0.0s) PASSED scheduler.TestManagerScheduleLoop (2.6s) PASSED scheduler.TestIsCancelledErr (0.0s) PASSED scheduler.TestVerifyTaskStateTransform (0.0s) PASSED scheduler.TestParallelPause (2.1s) PASSED scheduler.TestPause (2.0s) PASSED scheduler.TestParallelSubtaskCancel (1.8s) PASSED scheduler.TestParallelCancel (1.8s) PASSED scheduler.TestParallelErrStage (1.8s) PASSED scheduler.TestParallel (1.8s) PASSED scheduler.TestSimpleSubtaskCancel (1.8s) 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.TestSimpleCancel (1.7s) PASSED scheduler.TestBalanceMultipleTasks (0.0s) PASSED scheduler.TestBalancerUpdateUsedNodes (0.0s) PASSED scheduler.TestSimpleErrStage (1.8s) PASSED scheduler.TestMaintainLiveNodes (0.0s) PASSED scheduler.TestMaintainManagedNodes (0.0s) PASSED scheduler.TestSimple (1.7s) 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.TestManagerSchedulersOrdered (0.0s) PASSED scheduler.TestTaskFailInManager (1.9s) PASSED scheduler.TestSchedulerCleanupTask (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.TestManagerSchedulerNotAllocateSlots (0.1s) PASSED scheduler.TestSchedulerRefreshTask (0.0s) PASSED scheduler.TestSchedulerNotAllocateSlots (0.3s) PASSED scheduler.TestCleanUpRoutine (1.9s) PASSED scheduler.TestSchedulerIsStepSucceed (0.0s) PASSED scheduler.TestSchedulerOnNextStage (0.0s) PASSED scheduler.TestGetEligibleNodes (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_34_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_33_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_32_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_31_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_30_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_29_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_28_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_27_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_26_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_25_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_24_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_23_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_22_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_21_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_1_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_20_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_2_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_3_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_19_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_4_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_5_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_18_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_6_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_7_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_17_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_8_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_16_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_9_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_15_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_14_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_10_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_13_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_11_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/scheduler/scheduler_test/shard_12_of_34/coverage.dat //pkg/statistics/handle/handletest:handletest_test PASSED in 72.9s Stats over 34 runs: max = 72.9s, min = 6.7s, avg = 31.8s, dev = 10.9s PASSED handletest_test.TestStatsCacheUpdateTimeout (33.4s) PASSED handletest_test.TestSkipMissingPartitionStats (24.2s) PASSED handletest_test.TestEmptyTable (21.1s) PASSED handletest_test.TestInitStatsLite (22.5s) PASSED handletest_test.TestColumnIDs (21.3s) PASSED handletest_test.TestDurationToTS (0.0s) PASSED handletest_test.TestIssue39336 (20.9s) PASSED handletest_test.TestVersion (24.6s) PASSED handletest_test.TestUninitializedStatsStatus (21.6s) PASSED handletest_test.TestEvictedColumnLoadedStatus (0.0s) PASSED handletest_test.TestLoadHist (21.2s) PASSED handletest_test.TestRecordHistoricalStatsToStorage (23.5s) PASSED handletest_test.TestCorrelation (37.1s) PASSED handletest_test.TestIncrementalModifyCountUpdate (45.2s) PASSED handletest_test.TestIncrementalModifyCountUpdate/TestIncrementalModifyCountUpdate-false (22.5s) PASSED handletest_test.TestIncrementalModifyCountUpdate/TestIncrementalModifyCountUpdate-true (22.7s) PASSED handletest_test.TestMergeGlobalTopN (24.2s) PASSED handletest_test.TestStatsCacheUpdateSkip (24.3s) PASSED handletest_test.TestExtendedStatsOps (25.6s) PASSED handletest_test.TestLoadHistogramWithCollate (23.3s) PASSED handletest_test.TestAdminReloadStatistics1 (23.6s) PASSED handletest_test.TestCorrelationWithDefinedCollate (23.9s) PASSED handletest_test.TestAdminReloadStatistics2 (40.4s) PASSED handletest_test.TestExtStatsOnModifiedColumn (23.9s) PASSED handletest_test.TestCorrelationStatsCompute (27.6s) PASSED handletest_test.TestExtStatsOnRenamedColumn (21.3s) PASSED handletest_test.TestSyncStatsExtendedRemoval (20.8s) PASSED handletest_test.TestExtStatsOnReCreatedColumn (21.8s) PASSED handletest_test.TestStaticPartitionPruneMode (22.2s) PASSED handletest_test.TestExtStatsOnReCreatedTable (22.4s) PASSED handletest_test.TestMergeIdxHist (22.4s) PASSED handletest_test.TestShowExtendedStats4DropColumn (22.6s) PASSED handletest_test.TestPartitionPruneModeSessionVariable (21.2s) PASSED handletest_test.TestRepetitiveAddDropExtendedStats (21.4s) PASSED handletest_test.TestDuplicateFMSketch (24.8s) PASSED handletest_test.TestIndexFMSketch (66.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_34_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_33_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_1_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_32_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_2_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_3_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_31_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_4_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_30_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_29_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_5_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_28_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_6_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_27_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_7_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_26_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_8_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_25_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_9_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_24_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_10_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_23_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_11_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_22_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_12_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_21_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_13_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_20_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_14_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_19_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_15_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_16_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/handletest/handletest_test/shard_17_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 13.9s Stats over 34 runs: max = 13.9s, min = 1.4s, avg = 3.8s, dev = 2.8s PASSED tables.TestDupKeyCheckMode (1.1s) 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.0s) PASSED tables.TestTxnAssertion (2.2s) PASSED tables.TestConstraintCheckForOptimisticUntouched (1.1s) PASSED tables.TestViewColumns (1.2s) PASSED tables.TestConstraintCheckForUniqueIndex (1.2s) PASSED tables.TestAddRecordWithCtx (1.1s) PASSED tables.TestHiddenColumn (1.1s) PASSED tables.TestTableFromMeta (1.2s) PASSED tables.TestIterRecords (1.1s) PASSED tables.TestUnsignedPK (1.1s) PASSED tables.TestRowKeyCodec (0.0s) PASSED tables.TestUniqueIndexMultipleNullEntries (1.1s) PASSED tables.TestTypes (1.1s) PASSED tables.TestBasic (1.0s) PASSED tables.TestStateRemote (1.4s) PASSED tables.TestCheckIndexKeysAndCheckHandleConsistency (0.0s) PASSED tables.TestCacheTableBasicScan (1.1s) PASSED tables.TestCheckRowInsertionConsistency (0.0s) PASSED tables.TestCacheTableComplexRead (1.2s) PASSED tables.TestCompareIndexData (0.0s) PASSED tables.TestTableOperationsInDDLDropIndexWriteOnly (1.0s) PASSED tables.TestRenewLease (2.8s) PASSED tables.TestGenIndexValueWithLargePaddingSize (1.0s) PASSED tables.TestCacheTableWriteOperatorWaitLockLease (4.0s) PASSED tables.TestCacheCondition (9.9s) PASSED tables.TestGenIndexValueFromIndex (0.0s) PASSED tables.TestBeginSleepABA (9.2s) PASSED tables.TestMetrics (1.2s) PASSED tables.TestTableCacheLeaseVariable (3.2s) PASSED tables.TestCacheTableBasicReadAndWrite (12.0s) PASSED tables.TestMultiColumnCommonHandle (1.0s) PASSED tables.TestSingleColumnCommonHandle (1.0s) PASSED tables.TestRenewLeaseABAFailPoint (4.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_34_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_33_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_32_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_31_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_30_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_29_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_28_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_27_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_26_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_25_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_24_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_23_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_22_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_21_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_20_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_19_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_18_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_1_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_17_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_4_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_16_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_15_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_6_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_14_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_7_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_2_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_13_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_5_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_9_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_8_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_3_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_11_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_12_of_34/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/table/tables/tables_test/shard_10_of_34/coverage.dat //pkg/planner/core/casetest/physicalplantest:physicalplantest_test PASSED in 31.1s Stats over 35 runs: max = 31.1s, min = 7.5s, avg = 26.6s, dev = 3.5s PASSED physicalplantest_test.TestPhysicalApplyIsNotPhysicalJoin (0.0s) PASSED physicalplantest_test.TestExplainExpand (23.6s) PASSED physicalplantest_test.TestAlwaysTruePredicateWithSubquery (22.2s) PASSED physicalplantest_test.TestPointgetIndexChoosen (21.2s) PASSED physicalplantest_test.TestHashAggPushdownToTiFlashCompute (20.9s) PASSED physicalplantest_test.TestIssues49377Plan (19.6s) PASSED physicalplantest_test.TestRefine (20.7s) PASSED physicalplantest_test.TestCountStarForTiFlash (21.5s) PASSED physicalplantest_test.TestAggEliminator (19.4s) PASSED physicalplantest_test.TestMPPSinglePartitionType (19.8s) PASSED physicalplantest_test.TestRuleColumnPruningLogicalApply (19.5s) PASSED physicalplantest_test.TestHJBuildAndProbeHint4TiFlash (20.1s) PASSED physicalplantest_test.TestSemiJoinToInner (19.8s) PASSED physicalplantest_test.TestHJBuildAndProbeHint4DynamicPartitionTable (20.9s) PASSED physicalplantest_test.TestUnmatchedTableInHint (20.2s) PASSED physicalplantest_test.TestIssue37520 (20.6s) PASSED physicalplantest_test.TestHintFromDiffDatabase (20.8s) PASSED physicalplantest_test.TestMPPHintsScope (21.4s) PASSED physicalplantest_test.TestMPPHints (22.8s) PASSED physicalplantest_test.TestMPPBCJModel (20.2s) PASSED physicalplantest_test.TestMPPPreferBCJ (21.4s) PASSED physicalplantest_test.TestMPPBCJModelOneTiFlash (19.7s) PASSED physicalplantest_test.TestIndexJoinHint (19.9s) PASSED physicalplantest_test.TestMPPRightSemiJoin (20.3s) PASSED physicalplantest_test.TestMPPRightOuterJoin (21.1s) PASSED physicalplantest_test.TestHintScope (19.4s) PASSED physicalplantest_test.TestJoinHints (19.2s) PASSED physicalplantest_test.TestAggregationHints (19.0s) PASSED physicalplantest_test.TestInlineProjection (19.1s) PASSED physicalplantest_test.TestSemiJoinRewriteHints (19.2s) PASSED physicalplantest_test.TestAggToCopHint (18.8s) PASSED physicalplantest_test.TestGroupConcatOrderby (19.0s) PASSED physicalplantest_test.TestIndexHint (17.9s) PASSED physicalplantest_test.TestIndexMergeHint (18.3s) PASSED physicalplantest_test.TestQueryBlockHint (18.8s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_35_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_34_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_33_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_32_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_31_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_30_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_1_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_29_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_2_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_28_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_3_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_27_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_4_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_26_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_5_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_6_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_25_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_8_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_7_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_9_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_10_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_11_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_24_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_12_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_13_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_14_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_15_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_16_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_23_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_17_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_18_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_19_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_20_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_21_of_35/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/physicalplantest/physicalplantest_test/shard_22_of_35/coverage.dat //pkg/planner/core/operator/logicalop/logicalop_test:logicalop_test_test PASSED in 4.6s Stats over 36 runs: max = 4.6s, min = 2.0s, avg = 3.1s, dev = 0.8s PASSED logicalop_test_test.TestLogicalTopNHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalTableDualHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalShowDDLJobs (0.0s) PASSED logicalop_test_test.TestLogicalSortHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalShowHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalSequence (0.0s) PASSED logicalop_test_test.TestIssue58743 (1.0s) PASSED logicalop_test_test.TestLogicalSelectionHash64Equals (0.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.TestLogicalMaxOneRowHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalApplyHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalSchemaProducerHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalLimitHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalExpandHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalJoinHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalApplyClone (0.0s) PASSED logicalop_test_test.TestFrameBoundHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalAggregationHash64Equals (0.0s) PASSED logicalop_test_test.TestWindowFrameHash64Equals (0.0s) PASSED logicalop_test_test.TestHandleColsHash64Equals (0.0s) PASSED logicalop_test_test.TestClusterConfigTableExtractor (1.0s) PASSED logicalop_test_test.TestMetricTableExtractor (0.9s) PASSED logicalop_test_test.TestClusterLogTableExtractor (1.0s) PASSED logicalop_test_test.TestMetricsSummaryTableExtractor (0.9s) PASSED logicalop_test_test.TestLogicalSchemaClone (0.0s) PASSED logicalop_test_test.TestInspectionResultTableExtractor (0.9s) PASSED logicalop_test_test.TestInspectionRuleTableExtractor (0.9s) PASSED logicalop_test_test.TestTikvRegionPeersExtractor (0.9s) PASSED logicalop_test_test.TestTiDBHotRegionsHistoryTableExtractor (0.9s) PASSED logicalop_test_test.TestInspectionSummaryTableExtractor (0.9s) PASSED logicalop_test_test.TestTikvRegionStatusExtractor (1.0s) PASSED logicalop_test_test.TestColumns (0.9s) PASSED logicalop_test_test.TestExtractorInPreparedStmt (0.9s) PASSED logicalop_test_test.TestInfoSchemaTableExtract (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_25_of_36/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/operator/logicalop/logicalop_test/logicalop_test_test/shard_33_of_36/coverage.dat //pkg/ddl/tests/metadatalock:metadatalock_test PASSED in 9.7s Stats over 37 runs: max = 9.7s, min = 2.7s, avg = 4.7s, dev = 1.4s PASSED metadatalock_test.TestMDLUpdateEtcdFail (1.1s) PASSED metadatalock_test.TestMDLPrepareFail (1.1s) PASSED metadatalock_test.TestMDLRenameTable (1.2s) PASSED metadatalock_test.TestMDLDatabaseDrop (1.1s) PASSED metadatalock_test.TestMDLDatabaseCreate (1.1s) PASSED metadatalock_test.TestMDLTableDrop (1.1s) PASSED metadatalock_test.TestMDLTableCreate (1.0s) PASSED metadatalock_test.TestMDLSavePoint (3.3s) PASSED metadatalock_test.TestMDLViewBaseTable (3.2s) PASSED metadatalock_test.TestMDLViewItself (3.1s) PASSED metadatalock_test.TestSwitchMDL (1.2s) PASSED metadatalock_test.TestMDLEnable2Disable (1.0s) PASSED metadatalock_test.TestMDLDisable2Enable (1.2s) PASSED metadatalock_test.TestMDLPreparePlanCacheExecuteInsert (3.9s) PASSED metadatalock_test.TestMDLPreparePlanCacheExecute2 (3.8s) PASSED metadatalock_test.TestMDLPreparePlanCacheExecute (7.5s) PASSED metadatalock_test.TestMDLBasicSelect (3.1s) PASSED metadatalock_test.TestMDLPreparePlanCacheInvalid (3.2s) PASSED metadatalock_test.TestMDLBasicInsert (3.1s) PASSED metadatalock_test.TestMDLPreparePlanBlockDDL (3.0s) PASSED metadatalock_test.TestMDLBasicUpdate (3.1s) PASSED metadatalock_test.TestMDLPartitionTable (3.0s) PASSED metadatalock_test.TestMDLBasicDelete (3.2s) PASSED metadatalock_test.TestMDLTiDBSnapshot (5.2s) PASSED metadatalock_test.TestMDLBasicPointGet (3.1s) PASSED metadatalock_test.TestMDLStaleRead (3.0s) PASSED metadatalock_test.TestMDLBasicBatchPointGet (3.1s) PASSED metadatalock_test.TestMDLCacheTable (3.1s) PASSED metadatalock_test.TestMDLAddForeignKey (3.1s) PASSED metadatalock_test.TestMDLGlobalTemporaryTable (3.0s) PASSED metadatalock_test.TestMDLRRUpdateSchema (1.2s) PASSED metadatalock_test.TestMDLRCUpdateSchema (1.3s) PASSED metadatalock_test.TestMDLLocalTemporaryTable (3.1s) PASSED metadatalock_test.TestMDLAutoCommitReadOnly (3.1s) PASSED metadatalock_test.TestMDLAutoCommitNonReadOnly (3.0s) PASSED metadatalock_test.TestMDLAnalyze (3.0s) PASSED metadatalock_test.TestMDLAnalyzePartition (3.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_37_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_36_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_35_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_34_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_33_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_32_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_31_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_30_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_29_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_28_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_27_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_26_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_25_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_24_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_23_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_22_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_1_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_21_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_2_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_20_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_3_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_19_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_4_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_18_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_5_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_17_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_6_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_16_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_7_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_15_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_8_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_9_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_14_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_10_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_13_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_11_of_37/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/metadatalock/metadatalock_test/shard_12_of_37/coverage.dat //pkg/extension/enterprise/audit:audit_test PASSED in 36.1s Stats over 38 runs: max = 36.1s, min = 1.6s, avg = 5.6s, dev = 6.6s PASSED audit.TestNormalizeUserAndHost (0.0s) PASSED audit.TestAuditLogRedact (1.1s) PASSED audit.TestAuditLogReservedDays (6.5s) 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.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.3s) PASSED audit.TestFilterRule (1.3s) PASSED audit.TestFilterRuleBundle (0.0s) PASSED audit.TestMayLogFilterRuleBundlesDifferent (0.0s) PASSED audit.TestAuditLogEnableRule (1.0s) PASSED audit.TestAuditAdmin (1.1s) PASSED audit.TestAuditLogRotate (6.1s) PASSED audit.TestAuditLogReservedBackups (33.3s) PASSED audit.TestRestrictedAuditAdmin (0.9s) PASSED audit.TestAuditLogRuleUsername (0.9s) PASSED audit.TestLogEntryDoesNotBlockEachOther (0.0s) PASSED audit.TestFilterCURD (0.9s) PASSED audit.TestAuditLogRuleValidate (0.9s) 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.TestConfigLogFilePath (0.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.TestAuditLoggerMaxLifeTimeRotateLoop (1.1s) PASSED audit.TestMaxLifeTimeRotateTicker (3.0s) PASSED audit.TestManagerBootstrap (1.0s) PASSED audit.TestManagerReloadFilter (0.9s) PASSED audit.TestAuditEnabled (1.9s) PASSED audit.TestAuditLogDefault (1.0s) PASSED audit.TestAuditLogDefaultInstanceLog (0.9s) PASSED audit.TestAuditLogFormat (1.0s) PASSED audit.TestManagerNotify (6.0s) PASSED audit.TestEventClass (17.0s) PASSED audit.TestAuditLogMaxSize (1.2s) PASSED audit.TestConcurrentAuditOperations (10.1s) PASSED audit.TestAuditLogMaxLifetime (17.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_38_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_37_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_36_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_1_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_2_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_3_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_4_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_5_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_6_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_7_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_8_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_9_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_10_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_12_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_13_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_11_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_35_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_14_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_16_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_19_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_18_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_17_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_20_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_24_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_25_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_22_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_21_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_26_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_27_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_29_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_30_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_31_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_32_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_28_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_15_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_33_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_23_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/extension/enterprise/audit/audit_test/shard_34_of_38/coverage.dat //pkg/statistics:statistics_test PASSED in 5.9s Stats over 38 runs: max = 5.9s, min = 1.4s, avg = 2.5s, dev = 0.9s 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.TestWeightedSampling (0.1s) PASSED statistics.TestStatistics (1.4s) PASSED statistics.TestStatistics/SubTestBuild (0.3s) PASSED statistics.TestStatistics/SubTestColumnRange (0.2s) 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.2s) PASSED statistics.TestStatistics/SubTestSketchProtoConversion (0.1s) PASSED statistics.TestLastAnalyzeVersionNotChangedWithAsyncStatsLoad (1.1s) PASSED statistics.TestGlobalIndexWithAnalyzeVersion1AndHistoricalStats (3.8s) PASSED statistics.TestTableLastAnalyzeVersion (1.1s) PASSED statistics.TestIssue44369 (1.1s) PASSED statistics.TestUpdateNotLoadIndexFMSketch (1.2s) PASSED statistics.TestColumnStatsLazyLoad (1.0s) PASSED statistics.TestSingleColumnIndexNDV (1.1s) PASSED statistics.TestShowHistogramsLoadStatus (1.2s) PASSED statistics.TestOutdatedStatsCheck (1.2s) PASSED statistics.TestAnalyzeSnapshot (1.1s) PASSED statistics.TestNULLOnFullSampling (1.2s) PASSED statistics.TestExpBackoffEstimation (1.2s) PASSED statistics.TestChangeVerTo2BehaviorWithPersistedOptions (1.3s) PASSED statistics.TestChangeVerTo2Behavior (1.4s) PASSED statistics.TestStandardizeForV2AnalyzeIndex (0.0s) PASSED statistics.TestIndexQueryBytes (0.0s) PASSED statistics.TestMergeBucketNDV (0.0s) PASSED statistics.TestMergePartitionLevelHist (0.0s) PASSED statistics.TestValueToString4InvalidKey (0.0s) PASSED statistics.TestTruncateHistogram (0.0s) PASSED statistics.TestTopNScale (0.0s) PASSED statistics.TestSortTopnMeta (0.0s) PASSED statistics.TestCMSketchCodingTopN (0.0s) PASSED statistics.TestCMSketchTopNUniqueData (0.9s) PASSED statistics.TestCMSketchTopN (1.2s) PASSED statistics.TestCMSketchCoding (0.0s) PASSED statistics.TestCMSketch (0.2s) PASSED statistics.TestBenchDaily (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_38_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_37_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_36_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_35_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_34_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_33_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_32_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_31_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_30_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_29_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_28_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_27_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_26_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_25_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_24_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_23_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_22_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_21_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_20_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_19_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_18_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_17_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_16_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_15_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_14_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_13_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_12_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_11_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_10_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_9_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_8_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_7_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_6_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_5_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_4_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_3_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_2_of_38/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/statistics_test/shard_1_of_38/coverage.dat //pkg/server/handler/tests:tests_test PASSED in 59.3s Stats over 39 runs: max = 59.3s, min = 7.0s, avg = 32.9s, dev = 12.8s PASSED tests_test.TestSetLabelsConcurrentWithStoreTopology (39.8s) PASSED tests_test.TestIssue52608 (29.2s) PASSED tests_test.TestUpgrade (29.1s) PASSED tests_test.TestSetLabelsConcurrentWithGetLabel (28.5s) PASSED tests_test.TestPostSettings (33.5s) PASSED tests_test.TestSetLabelsWithEtcd (39.3s) PASSED tests_test.TestAllServerInfo (25.0s) PASSED tests_test.TestSetLabels (24.9s) PASSED tests_test.TestWriteDBTablesData (0.0s) PASSED tests_test.TestRegionsFromMeta (25.3s) PASSED tests_test.TestDDLHookHandler (25.0s) PASSED tests_test.TestCheckCN (0.0s) PASSED tests_test.TestTiFlashReplica (34.5s) PASSED tests_test.TestDebugZip (28.6s) PASSED tests_test.TestDebugRoutes (32.7s) PASSED tests_test.TestHotRegionInfo (25.0s) PASSED tests_test.TestPprof (24.6s) PASSED tests_test.TestFailpointHandler (49.5s) PASSED tests_test.TestRegionIndexRange (0.0s) PASSED tests_test.TestRegionCommonHandleRange (0.0s) PASSED tests_test.TestServerInfo (26.1s) PASSED tests_test.TestRegionIndexRangeWithEndNoLimit (0.0s) PASSED tests_test.TestGetSchemaStorage (29.9s) PASSED tests_test.TestRegionIndexRangeWithStartNoLimit (0.0s) PASSED tests_test.TestAllHistory (30.8s) PASSED tests_test.TestTestHandler (48.3s) PASSED tests_test.TestTTL (27.3s) PASSED tests_test.TestRegionsAPI (27.7s) PASSED tests_test.TestRangesAPI (27.8s) PASSED tests_test.TestRegionsAPIForClusterIndex (28.3s) PASSED tests_test.TestGetRegionByIDWithError (24.3s) PASSED tests_test.TestListTableRegions (27.8s) PASSED tests_test.TestListTableRanges (28.0s) PASSED tests_test.TestGetTableMVCC (28.9s) PASSED tests_test.TestGetSchema (51.9s) PASSED tests_test.TestGetMVCCNotFound (26.6s) PASSED tests_test.TestGetIndexMVCC (26.3s) PASSED tests_test.TestDecodeColumnValue (26.7s) PASSED tests_test.TestGetSettings (26.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_39_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_38_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_37_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_36_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_1_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_35_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_2_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_34_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_33_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_3_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_32_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_31_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_4_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_30_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_5_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_29_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_28_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_6_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_11_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_12_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_8_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_13_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_9_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_14_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_27_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_7_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_10_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_15_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_17_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_16_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_20_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_18_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_19_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_21_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_26_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_22_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_24_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_23_of_39/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/tests/tests_test/shard_25_of_39/coverage.dat //br/pkg/task:task_test PASSED in 3.9s Stats over 40 runs: max = 3.9s, min = 1.5s, avg = 2.1s, dev = 0.5s PASSED task.TestGetExternalStorageOptions (0.0s) PASSED task.TestGetLogRangeWithLogBackupDir (0.0s) PASSED task.TestGetLogRangeWithFullBackupDir (0.0s) PASSED task.TestGetGlobalCheckpointFromStorage (0.0s) PASSED task.TestCheckLogRange (0.0s) PASSED task.TestShiftTS (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.TestCheckTikvSpace (0.0s) PASSED task.TestTiflashUsage (0.0s) PASSED task.TestTikvUsage (0.0s) PASSED task.TestMonitorTheIncrementalUnsupportDDLType (0.0s) PASSED task.TestCheckDDLJobByRules (0.0s) PASSED task.TestFilterDDLJobByRules (0.0s) PASSED task.TestFilterDDLJobsV2 (1.3s) 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.TestParseTSString (0.0s) PASSED task.TestParseCompressionType (0.0s) PASSED task.TestBackupConfigHash (0.0s) PASSED task.TestFilterDDLJobs (1.3s) PASSED task.TestUrlNoQuery (0.0s) PASSED task.TestTiDBConfigUnchanged (0.0s) PASSED task.TestCheckNewCollationEnable (0.0s) PASSED task.TestStripingPDURL (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.TestPreCheckTableClusterIndex (1.1s) PASSED task.TestGetCipherKey (0.0s) PASSED task.TestCheckCipherKey (0.0s) PASSED task.TestPreCheckTableTiFlashReplicas (0.0s) PASSED task.TestDefault (0.0s) PASSED task.TestDefaultBackup (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.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.TestDefaultRestore (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.TestRestoreConfigAdjust (0.0s) PASSED task.TestConfigureRestoreClient (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.TestAdjustRestoreConfigForStreamRestore (0.0s) PASSED task.TestCheckRestoreDBAndTable (0.0s) PASSED task.TestParseLocalDiskConfig (0.0s) PASSED task.TestParseLocalDiskConfig/Invalid_local_path (0.0s) PASSED task.TestParseLocalDiskConfig/Valid_local_path (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_40_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_39_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_38_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_37_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_36_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_35_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_34_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_33_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_32_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_31_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_30_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_29_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_28_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_27_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_1_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_2_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_3_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_4_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_26_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_5_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_6_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_25_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_7_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_8_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_24_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_10_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_9_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_23_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_11_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_12_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_22_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_14_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_13_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_21_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_15_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_16_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_20_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_17_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_18_of_40/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/task/task_test/shard_19_of_40/coverage.dat //pkg/planner/core/casetest/instanceplancache:instanceplancache_test PASSED in 374.0s Stats over 42 runs: max = 374.0s, min = 27.3s, avg = 60.7s, dev = 60.7s PASSED instanceplancache_test.TestInstancePlanCacheIssue58395 (37.5s) PASSED instanceplancache_test.TestBuiltinInIntSig (48.7s) PASSED instanceplancache_test.TestInstancePlanCacheView (36.7s) PASSED instanceplancache_test.TestBuiltinInStringSig (46.9s) PASSED instanceplancache_test.TestInstancePlanCacheRuntimeInfo (37.6s) PASSED instanceplancache_test.TestBuiltinInRealSig (50.4s) PASSED instanceplancache_test.TestInstancePlanCacheMetaInfo (37.9s) PASSED instanceplancache_test.TestInstancePlanCachePlan (41.7s) PASSED instanceplancache_test.TestBuiltinInDecimalSig (55.4s) PASSED instanceplancache_test.TestInstancePlanCachePartitioning (44.1s) PASSED instanceplancache_test.TestBuiltinInTimeSig (56.7s) PASSED instanceplancache_test.TestInstancePlanCacheDifferentUsers (44.7s) PASSED instanceplancache_test.TestBuiltinRealIsTrueFalse (45.9s) PASSED instanceplancache_test.TestInstancePlanCacheDifferentCharset (42.8s) PASSED instanceplancache_test.TestBuiltinDecimalIsTrueFalse (49.1s) PASSED instanceplancache_test.TestInstancePlanCacheDifferentCollation (41.6s) PASSED instanceplancache_test.TestBuiltinIntIsTrueFalse (48.4s) PASSED instanceplancache_test.TestInstancePlanCachePrivilegeChanges (37.6s) PASSED instanceplancache_test.TestInstancePlanCacheIndexJoin (52.8s) PASSED instanceplancache_test.TestInstancePlanCacheSchemaChange (36.9s) PASSED instanceplancache_test.TestInstancePlanCacheTableIndexScan (30.9s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencySysbench (131.0s) PASSED instanceplancache_test.TestInstancePlanCacheInTxn (21.6s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPointPartitioning (23.1s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPointMultipleColPKNoTxn (21.5s) PASSED instanceplancache_test.TestInstancePlanCacheStaleRead (26.4s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPointNoTxn (21.9s) PASSED instanceplancache_test.TestInstancePlanCacheBatchPointMultiColIndex (22.5s) PASSED instanceplancache_test.TestInstancePlanCacheReason (20.4s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyBatchPointNoTxn (20.9s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPoint (30.8s) PASSED instanceplancache_test.TestInstancePlanCacheBinding (21.9s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPartitioning (24.1s) PASSED instanceplancache_test.TestInstancePlanCacheVars (20.7s) PASSED instanceplancache_test.TestInstancePlanCacheMinSize (21.2s) PASSED instanceplancache_test.TestInstancePlanCacheDMLTPCC (57.6s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyTPCC (81.8s) PASSED instanceplancache_test.TestInstancePlanCacheDMLBasic (31.1s) PASSED instanceplancache_test.TestInstancePlanCacheUpdateSpecifiedPartition (35.2s) PASSED instanceplancache_test.TestInstancePlanCacheDMLPartitioning (25.1s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyComp (236.7s) PASSED instanceplancache_test.TestInstancePlanCache (366.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_42_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_1_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_41_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_2_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_40_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_3_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_39_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_38_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_4_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_37_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_5_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_36_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_6_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_35_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_7_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_34_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_8_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_33_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_10_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_32_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_11_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_9_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_31_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_12_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_13_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_30_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_14_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_15_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_29_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_16_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_17_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_28_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_18_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_27_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_26_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_21_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_20_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_22_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_23_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_24_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/instanceplancache/instanceplancache_test/shard_19_of_42/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 67.0s Stats over 48 runs: max = 67.0s, min = 7.7s, avg = 32.6s, dev = 10.9s PASSED tiflashtest_test.TestIssue59877 (23.3s) PASSED tiflashtest_test.TestIssue59703 (23.3s) PASSED tiflashtest_test.TestIndexMergeCarePreferTiflash (25.3s) PASSED tiflashtest_test.TestMppTableReaderCacheForSingleSQL (39.3s) PASSED tiflashtest_test.TestMppAggShouldAlignFinalMode (23.0s) PASSED tiflashtest_test.TestIssue50358 (41.4s) PASSED tiflashtest_test.TestMPPRecovery (33.1s) PASSED tiflashtest_test.TestNonsupportCharsetTable (20.4s) PASSED tiflashtest_test.TestAggPushDownApplyAll (21.2s) PASSED tiflashtest_test.TestReadPartitionTable (27.7s) PASSED tiflashtest_test.TestUnionScan (39.3s) PASSED tiflashtest_test.TestReadUnsigedPK (22.0s) PASSED tiflashtest_test.TestJoinRace (20.8s) PASSED tiflashtest_test.TestTiFlashPartitionTableShuffledHashJoin (0.0s) PASSED tiflashtest_test.TestTiFlashPartitionTableReader (0.0s) PASSED tiflashtest_test.TestMPP47766 (20.2s) PASSED tiflashtest_test.TestInjectExtraProj (21.7s) PASSED tiflashtest_test.TestMppEnum (20.6s) PASSED tiflashtest_test.TestTiFlashPlanCacheable (24.5s) PASSED tiflashtest_test.TestPartitionTable (30.3s) PASSED tiflashtest_test.TestMppStoreCntWithErrors (19.6s) PASSED tiflashtest_test.TestDispatchTaskRetry (21.2s) PASSED tiflashtest_test.TestMppExecution (60.4s) PASSED tiflashtest_test.TestMppVersionError (21.0s) PASSED tiflashtest_test.TestCancelMppTasks (23.5s) PASSED tiflashtest_test.TestMppGoroutinesExitFromErrors (22.1s) PASSED tiflashtest_test.TestMppUnionAll (27.8s) PASSED tiflashtest_test.TestUnionWithEmptyDualTable (21.3s) PASSED tiflashtest_test.TestTiFlashVirtualColumn (25.2s) PASSED tiflashtest_test.TestIssue57149 (23.1s) PASSED tiflashtest_test.TestMppApply (29.6s) PASSED tiflashtest_test.TestTiflashSupportStaleRead (22.3s) PASSED tiflashtest_test.TestForbidTiFlashIfExtraPhysTableIDIsNeeded (20.9s) PASSED tiflashtest_test.TestTiflashPartitionTableScan (22.7s) PASSED tiflashtest_test.TestAggPushDownCountStar (21.8s) PASSED tiflashtest_test.TestAggPushDownUnionAndMPP (20.6s) PASSED tiflashtest_test.TestGroupStreamAggOnTiFlash (19.7s) PASSED tiflashtest_test.TestDisaggregatedTiFlashGeneratedColumn (41.3s) PASSED tiflashtest_test.TestTiFlashPartitionTableShuffledHashAggregation (42.5s) PASSED tiflashtest_test.TestTiFlashPartitionTableBroadcastJoin (42.6s) PASSED tiflashtest_test.TestIssue41014 (21.3s) PASSED tiflashtest_test.TestAvgOverflow (59.6s) PASSED tiflashtest_test.TestDisaggregatedTiFlash (20.8s) PASSED tiflashtest_test.TestDisaggregatedTiFlashNonAutoScaler (20.0s) PASSED tiflashtest_test.TestTiflashEmptyDynamicPruneResult (23.0s) PASSED tiflashtest_test.TestDisaggregatedTiFlashQuery (20.7s) PASSED tiflashtest_test.TestMPPMemoryTracker (22.1s) PASSED tiflashtest_test.TestTiFlashComputeDispatchPolicy (21.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_48_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_47_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_46_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_45_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_44_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_43_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_42_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_1_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_3_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_2_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_41_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_4_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_5_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_8_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_9_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_40_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_7_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_11_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_12_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_10_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_39_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_13_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_6_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_14_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_15_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_16_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_17_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_18_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_21_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_23_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_20_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_25_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_26_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_27_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_28_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_29_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_30_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_38_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_22_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_24_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_31_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_19_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_33_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_34_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_32_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_35_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/tiflashtest/tiflashtest_test/shard_36_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 11.2s Stats over 48 runs: max = 11.2s, min = 2.6s, avg = 4.5s, dev = 1.7s PASSED indexadvisor_test.TestIndexAdvisorForSQL (1.0s) PASSED indexadvisor_test.TestCollectIndexableColumnsFromQuery (1.1s) PASSED indexadvisor_test.TestIndexAdvisorForMultipleTables (2.8s) PASSED indexadvisor_test.TestIndexAdvisorForVariousTypes (1.1s) PASSED indexadvisor_test.TestCollectIndexableColumnsForQuerySet (1.0s) PASSED indexadvisor_test.TestIndexAdvisorEmptyResult (1.0s) PASSED indexadvisor_test.TestIndexAdvisorInvalidQuery (1.0s) PASSED indexadvisor_test.TestIndexAdvisorFrequency (1.0s) PASSED indexadvisor_test.TestIndexAdvisorBasic1 (1.1s) PASSED indexadvisor_test.TestFilterInvalidQueries (1.0s) PASSED indexadvisor_test.TestIndexAdvisorFixControl43817 (1.0s) PASSED indexadvisor_test.TestIndexAdvisorBasic2 (2.8s) PASSED indexadvisor_test.TestIndexAdvisorView (1.1s) PASSED indexadvisor_test.TestIndexAdvisorIncorrectCurrentDB (1.0s) PASSED indexadvisor_test.TestIndexAdvisorCoveringIndex (1.0s) PASSED indexadvisor_test.TestIndexAdvisorPrefix (1.3s) PASSED indexadvisor_test.TestIndexAdvisorExistingIndex (1.1s) PASSED indexadvisor_test.TestIndexAdvisorMassive (2.9s) PASSED indexadvisor_test.TestFilterSQLAccessingSystemTables (0.0s) PASSED indexadvisor_test.TestIndexAdvisorRunFor (1.0s) PASSED indexadvisor_test.TestIndexAdvisorCreateIndexStmt (1.0s) PASSED indexadvisor_test.TestIndexAdvisorStorage (1.0s) PASSED indexadvisor_test.TestOptimizerColumnType (0.9s) PASSED indexadvisor_test.TestIndexAdvisorTPCC (2.9s) PASSED indexadvisor_test.TestOptimizerPrefixContainIndex (0.9s) PASSED indexadvisor_test.TestOptimizerPossibleColumns (0.9s) PASSED indexadvisor_test.TestOptimizerTableColumns (0.9s) PASSED indexadvisor_test.TestOptimizerEstIndexSize (1.0s) PASSED indexadvisor_test.TestRestoreSchemaName (0.0s) PASSED indexadvisor_test.TestIndexAdvisorWeb3Bench (3.2s) PASSED indexadvisor_test.TestOptimizerIndexNameExist (0.9s) PASSED indexadvisor_test.TestOptimizerQueryCost (0.9s) PASSED indexadvisor_test.TestOptimizerQueryPlanCost (0.9s) PASSED indexadvisor_test.TestOptionMaxNumQuery (0.9s) PASSED indexadvisor_test.TestOptionMaxNumIndex (1.2s) PASSED indexadvisor_test.TestOptionMaxIndexColumns (1.1s) PASSED indexadvisor_test.TestOptionTimeout (0.9s) PASSED indexadvisor_test.TestOptionsMultiple (0.9s) PASSED indexadvisor_test.TestCollectTableFromQuery (0.0s) PASSED indexadvisor_test.TestIndexAdvisorTPCH3 (5.2s) PASSED indexadvisor_test.TestCollectSelectColumnsFromQuery (0.0s) PASSED indexadvisor_test.TestCollectDNFColumnsFromQuery (0.0s) PASSED indexadvisor_test.TestIndexAdvisorTPCH1 (5.8s) PASSED indexadvisor_test.TestOptionWithRun (1.0s) PASSED indexadvisor_test.TestCollectOrderByColumnsFromQuery (0.0s) PASSED indexadvisor_test.TestOptionShow (0.9s) PASSED indexadvisor_test.TestIndexAdvisorTPCH4 (6.8s) PASSED indexadvisor_test.TestIndexAdvisorTPCH2 (10.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_1_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_48_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_2_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_3_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_47_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_4_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_5_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_6_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_7_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_46_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_9_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_8_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_10_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_12_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_14_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_13_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_15_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_11_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_45_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_18_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_20_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_19_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_25_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_16_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_26_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_27_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_28_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_30_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_44_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_17_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_29_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_31_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_32_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_35_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_33_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_34_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_36_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_37_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_40_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_23_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_41_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_43_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_21_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_38_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_42_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_39_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_24_of_48/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/indexadvisor/indexadvisor_test/shard_22_of_48/coverage.dat //pkg/executor/test/analyzetest:analyzetest_test PASSED in 86.6s Stats over 49 runs: max = 86.6s, min = 26.1s, avg = 39.3s, dev = 12.9s PASSED analyzetest_test.TestIssue55438 (44.8s) PASSED analyzetest_test.TestAnalyzePartition (46.1s) PASSED analyzetest_test.TestAnalyzeReplicaReadFollower (35.2s) PASSED analyzetest_test.TestAnalyzeRestrict (23.1s) PASSED analyzetest_test.TestAnalyzePartitionVerify (44.5s) PASSED analyzetest_test.TestAnalyzeTooLongColumns (23.2s) PASSED analyzetest_test.TestFailedAnalyzeRequest (20.6s) PASSED analyzetest_test.TestAnalyzeMVIndex (25.5s) PASSED analyzetest_test.TestExtractTopN (21.6s) PASSED analyzetest_test.TestNormalAnalyzeOnCommonHandle (25.3s) PASSED analyzetest_test.TestAnalyzeParameters (80.2s) PASSED analyzetest_test.TestAnalyzeColumnsSkipMVIndexJsonCol (20.6s) PASSED analyzetest_test.TestAnalyzeFullSamplingOnIndexWithVirtualColumnOrPrefixColumn (21.7s) PASSED analyzetest_test.TestDefaultValForAnalyze (33.3s) PASSED analyzetest_test.TestSnapshotAnalyzeAndMaxTSAnalyze (43.1s) PASSED analyzetest_test.TestSnapshotAnalyzeAndMaxTSAnalyze/TestSnapshotAnalyzeAndMaxTSAnalyze-false (22.1s) PASSED analyzetest_test.TestSnapshotAnalyzeAndMaxTSAnalyze/TestSnapshotAnalyzeAndMaxTSAnalyze-true (21.0s) PASSED analyzetest_test.TestAdjustSampleRateNote (22.3s) PASSED analyzetest_test.TestAutoAnalyzeAwareGlobalVariableChange (22.1s) PASSED analyzetest_test.TestAnalyzeIndex (23.7s) PASSED analyzetest_test.TestIssue20874 (24.0s) PASSED analyzetest_test.TestAnalyzeClusteredIndexPrimary (22.5s) PASSED analyzetest_test.TestAnalyzeSamplingWorkPanic (19.5s) PASSED analyzetest_test.TestIssue35044 (20.2s) PASSED analyzetest_test.TestSmallTableAnalyzeV2 (21.2s) PASSED analyzetest_test.TestSavedAnalyzeOptions (22.1s) PASSED analyzetest_test.TestSavedAnalyzeOptionsForMultipleTables (22.0s) PASSED analyzetest_test.TestSavedPartitionAnalyzeOptions (27.8s) PASSED analyzetest_test.TestSavedAnalyzeColumnOptions (25.4s) PASSED analyzetest_test.TestIssue35056Related (24.5s) PASSED analyzetest_test.TestAnalyzeColumnsWithPrimaryKey (45.7s) PASSED analyzetest_test.TestAnalyzeColumnsWithIndex (48.0s) PASSED analyzetest_test.TestAnalyzeColumnsWithClusteredIndex (46.9s) PASSED analyzetest_test.TestIssue35056 (29.7s) PASSED analyzetest_test.TestAnalyzeColumnsWithDynamicPartitionTable (50.7s) PASSED analyzetest_test.TestAnalyzeColumnsWithStaticPartitionTable (49.4s) PASSED analyzetest_test.TestAnalyzeSampleRateReason (24.4s) PASSED analyzetest_test.TestAnalyzePartitionUnderV1Dynamic (34.2s) PASSED analyzetest_test.TestAnalyzeColumnsWithExtendedStats (48.7s) PASSED analyzetest_test.TestAnalyzeColumnsWithVirtualColumnIndex (50.0s) PASSED analyzetest_test.TestAnalyzeColumnsErrorAndWarning (26.3s) PASSED analyzetest_test.TestAnalyzeColumnsAfterAnalyzeAll (50.4s) PASSED analyzetest_test.TestKillAutoAnalyzeIndex (26.3s) PASSED analyzetest_test.TestAnalyzeJob (23.2s) PASSED analyzetest_test.TestAnalyzePartitionStaticToDynamic (29.3s) PASSED analyzetest_test.TestInsertAnalyzeJobWithLongInstance (22.7s) PASSED analyzetest_test.TestShowAanalyzeStatusJobInfo (26.6s) PASSED analyzetest_test.TestAnalyzePartitionTableWithDynamicMode (28.9s) PASSED analyzetest_test.TestKillAutoAnalyze (49.9s) PASSED analyzetest_test.TestAnalyzePartitionUnderDynamic (26.3s) PASSED analyzetest_test.TestAnalyzePartitionTableStaticToDynamic (32.6s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_49_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_1_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_2_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_3_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_48_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_5_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_6_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_47_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_7_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_8_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_4_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_46_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_10_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_9_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_11_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_12_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_45_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_13_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_14_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_15_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_16_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_44_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_17_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_18_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_20_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_19_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_21_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_43_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_22_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_23_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_24_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_42_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_25_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_26_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_30_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_41_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_27_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_28_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_31_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_29_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_33_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_34_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_40_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_35_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_36_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_37_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_32_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_39_of_49/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/analyzetest_test/shard_38_of_49/coverage.dat //br/pkg/restore/log_client:log_client_test PASSED in 22.7s Stats over 50 runs: max = 22.7s, min = 2.3s, avg = 3.3s, dev = 2.8s 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.TestMultiFilteredOutOne (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod1 (0.0s) PASSED log_client.TestLogFilesSkipMap (0.0s) PASSED log_client.TestError (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod2_default_empty (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod2_write_empty_1 (0.0s) PASSED log_client.TestReadAllEntries (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod2_write_empty_2 (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod_with_entries (0.0s) PASSED log_client.TestFilterDataFiles (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod3 (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod4 (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.TestRestoreMetaKVFilesWithBatchMethod5 (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod6 (0.0s) PASSED log_client.TestSortMetaKVFiles (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.TestApplyKVFilesWithSingelMethod (0.0s) PASSED log_client.TestApplyKVFilesWithBatchMethod1 (0.0s) PASSED log_client.TestApplyKVFilesWithBatchMethod2 (0.0s) PASSED log_client.TestApplyKVFilesWithBatchMethod3 (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.TestApplyKVFilesWithBatchMethod4 (0.0s) PASSED log_client.TestLogFilesIterWithSplitHelper (0.1s) PASSED log_client.TestInitSchemasReplaceForDDL (1.0s) PASSED log_client.TestApplyKVFilesWithBatchMethod5 (2.0s) PASSED log_client.TestFileImporter (0.0s) PASSED log_client.TestLogSplitStrategy (0.0s) PASSED log_client.TestCompactedSplitStrategy (0.0s) PASSED log_client.TestPITRIDMap (1.2s) PASSED log_client.TestCompactedSplitStrategyWithCheckpoint (0.0s) PASSED log_client.TestFilterFilesByRegion (0.0s) PASSED log_client.TestScanSuccess (0.0s) PASSED log_client.TestNotLeader (0.0s) PASSED log_client.TestRepairIngestIndex (1.2s) PASSED log_client.TestRepairIngestIndexFromCheckpoint (1.2s) PASSED log_client.TestImportKVFiles (0.0s) PASSED log_client.TestServerIsBusy (0.0s) PASSED log_client.TestServerIsBusyWithMemoryIsLimited (0.0s) PASSED log_client.TestEpochNotMatch (0.0s) PASSED log_client.TestRegionSplit (0.0s) PASSED log_client.TestRetryRecognizeErrCode (1.4s) PASSED log_client.TestRetryBackoff (0.0s) PASSED log_client.TestWrappedError (0.0s) PASSED log_client.TestPaginateScanLeader (0.0s) 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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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/48a9e14a84b4fcc1d7be5266208a88ff/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 11.3s Stats over 50 runs: max = 11.3s, min = 1.2s, avg = 2.2s, 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 (1.1s) 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 (1.9s) 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.0s) PASSED storage.TestReadRange (0.0s) PASSED storage.TestWalkDirWithEmptyPrefix (0.0s) PASSED storage.TestNewGCSStorage (0.2s) PASSED storage.TestWalkDir (0.0s) PASSED storage.TestGCS (7.2s) 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.6s) 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 (9.4s) PASSED storage.TestOpenReadSlowly (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/storage/storage_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 3.8s Stats over 50 runs: max = 3.8s, min = 2.1s, avg = 2.8s, dev = 0.3s 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.TestDecodeKVEntry (0.0s) PASSED stream.TestRetryRemoveCompaction (0.0s) PASSED stream.TestDecodeKVEntryError (0.0s) PASSED stream.TestRawMetaKeyForDB (0.0s) PASSED stream.TestRetry (0.0s) PASSED stream.TestRawMetaKeyForTable (0.0s) PASSED stream.TestWriteType (0.0s) PASSED stream.TestWriteCFValueNoShortValue (0.0s) PASSED stream.TestWriteCFValueWithShortValue (0.0s) PASSED stream.TestWriteCFValueWithRollback (0.0s) PASSED stream.TestRemoveCompaction (0.0s) PASSED stream.TestWriteCFValueWithDelete (0.0s) PASSED stream.TestMergeAndMigrateTo (0.0s) PASSED stream.TestRewriteKeyForDB (0.0s) PASSED stream.TestWriteCFValueWithGcFence (0.0s) PASSED stream.TestRewriteDBInfo (0.0s) PASSED stream.TestBasicMigration (0.0s) PASSED stream.TestRewriteKeyForTable (0.0s) PASSED stream.TestRewriteTableInfoForPartitionTable (0.0s) PASSED stream.TestRewriteTableInfo (0.0s) PASSED stream.TestRewriteTableInfoForTTLTable (0.0s) PASSED stream.TestDeleteRangeForMDDLJob (0.0s) PASSED stream.TestCalculateShiftTS (0.1s) PASSED stream.TestRewriteTableInfoForExchangePartition (0.0s) PASSED stream.TestDeleteRangeForMDDLJob2 (0.0s) PASSED stream.TestCompatibleAlert (0.0s) PASSED stream.TestMergeCFEntries (0.0s) PASSED stream.TestSearchFromDataFile (0.0s) PASSED stream.TestTruncate3 (0.2s) 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.TestStartWithComparator (0.0s) PASSED stream.TestTruncateLog (0.0s) PASSED stream.TestTruncateLogV2 (0.0s) PASSED stream.TestTruncate2 (0.2s) PASSED stream.TestTruncateSafepoint (0.0s) PASSED stream.TestTruncateSafepointForGCS (1.2s) PASSED stream.TestReplaceMetadataTs (0.0s) PASSED stream.TestTruncate1 (0.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/stream/stream_test/shard_29_of_50/coverage.dat //lightning/pkg/importer:importer_test PASSED in 5.1s Stats over 50 runs: max = 5.1s, min = 1.4s, avg = 2.0s, dev = 0.8s 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/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/lightning/pkg/importer/importer_test/shard_1_of_50/coverage.dat //pkg/ddl:ddl_test PASSED in 31.1s Stats over 50 runs: max = 31.1s, min = 9.9s, avg = 13.9s, dev = 3.8s PASSED ddl.TestAddIndex3 (1.3s) PASSED ddl.TestAlterTablePartitionPlacement (1.3s) PASSED ddl.TestFindAlterAlgorithm (0.0s) PASSED ddl.TestIndexOnMultipleGeneratedColumn4 (1.2s) PASSED ddl.TestInfoSchemaForTiFlashReplica (1.2s) PASSED ddl.TestModifyColumnTypeWhenInterception (1.3s) PASSED ddl.TestParallelAlterModifyColumnAndAddPK (1.2s) PASSED ddl.TestRenameConcurrentAutoID (1.4s) PASSED ddl.TestRowFormat (1.2s) PASSED ddl.TestAddIndex2WithShardRowID (1.5s) PASSED ddl.TestColumnTypeChangeIgnoreDisplayLength (1.1s) PASSED ddl.TestDropTablePartitionGCPlacement (1.4s) PASSED ddl.TestGetAllTableInfos (7.0s) PASSED ddl.TestIndexOnMultipleGeneratedColumn3 (1.1s) PASSED ddl.TestModifyColumnTime (5.1s) PASSED ddl.TestParallelAddGeneratedColumnAndAlterModifyColumn (1.2s) PASSED ddl.TestRenameMultiTablesIssue47064 (1.0s) PASSED ddl.TestSetTableFlashReplica (1.3s) PASSED ddl.TestAddIndex2 (1.4s) PASSED ddl.TestAdminAlterDDLJobCommitFailed (1.0s) PASSED ddl.TestAlterTablePlacement (1.2s) PASSED ddl.TestIndexOnMultipleGeneratedColumn2 (1.1s) PASSED ddl.TestIssue59238 (1.3s) PASSED ddl.TestModifyColumnCharset (1.1s) PASSED ddl.TestParallelAlterModifyColumnToNotNullWithData (1.4s) PASSED ddl.TestRenameMultiTables (1.2s) PASSED ddl.TestRollbackColumnTypeChangeBetweenInteger (1.2s) PASSED ddl.TestAddIndex1WithShardRowID (1.3s) PASSED ddl.TestAdminAlterDDLJobUnsupportedCases (1.0s) PASSED ddl.TestAlterTableRenameTable (1.2s) PASSED ddl.TestColumnTypeChangeStateBetweenInteger (1.1s) PASSED ddl.TestCreateViewTwice (1.0s) PASSED ddl.TestDropTableGCPlacement (1.2s) PASSED ddl.TestIndexOnMultipleGeneratedColumn1 (1.1s) PASSED ddl.TestModifyColumnBetweenStringTypes (2.0s) PASSED ddl.TestParallelAlterModifyColumnWithData (1.7s) PASSED ddl.TestAddIndex1 (1.4s) PASSED ddl.TestAdminAlterDDLJobUpdateSysTable (0.9s) PASSED ddl.TestDropDatabaseGCPlacement (1.2s) PASSED ddl.TestDropTableAccessibleInInfoSchema (1.0s) PASSED ddl.TestIndexOnMultipleGeneratedColumn (1.0s) PASSED ddl.TestModifyColumnNullToNotNullWithChangingVal (1.0s) PASSED ddl.TestParallelAlterModifyColumn (1.1s) PASSED ddl.TestRenameTable2 (1.1s) PASSED ddl.TestWriteDataWriteOnlyMode (1.1s) PASSED ddl.TestAddIndex3WithShardRowID (1.4s) PASSED ddl.TestAddNotNullColumn (1.0s) PASSED ddl.TestAddPartitionWithPlacement (1.1s) PASSED ddl.TestAlterTablePartitionAttributes (1.2s) PASSED ddl.TestIndexOnMultipleGeneratedColumn5 (1.2s) PASSED ddl.TestMultiSchemaChangeAddColumnsCancelled (1.1s) PASSED ddl.TestParallelAddColumAndSetDefaultValue (1.1s) PASSED ddl.TestRowFormatWithChecksums (1.0s) PASSED ddl.TestSetTiFlashReplicaForTemporaryTable (1.2s) PASSED ddl.TestTableError (1.0s) PASSED ddl.TestAddPrimaryKey4 (1.2s) PASSED ddl.TestCreateSameTableOrDBOnOwnerChange (3.0s) PASSED ddl.TestDDLJobErrEntrySizeTooLarge (1.5s) PASSED ddl.TestDatabasePlacement (1.1s) PASSED ddl.TestDropColumns (1.1s) PASSED ddl.TestModifyColumnNullToNotNull (1.0s) PASSED ddl.TestModifyColumnOption (1.2s) PASSED ddl.TestParallelAlterIndex (1.1s) PASSED ddl.TestRenameTableWithLocked (1.1s) PASSED ddl.TestAddIndex4 (1.3s) PASSED ddl.TestAddNotNullColumnWhileInsertOnDupUpdate (1.0s) PASSED ddl.TestCaseInsensitiveCharsetAndCollate (1.1s) PASSED ddl.TestMultiSchemaChangeAddColumnsParallel (1.2s) PASSED ddl.TestParallelChangeColumnName (1.0s) PASSED ddl.TestRowLevelChecksumWithMultiSchemaChange (1.0s) PASSED ddl.TestSetTableFlashReplicaForSystemTable (1.2s) PASSED ddl.TestTruncateTable (1.0s) PASSED ddl.TestTruncateTableWithPlacement (1.2s) PASSED ddl.TestViewError (1.0s) PASSED ddl.TestAddIndex4WithShardRowID (1.3s) PASSED ddl.TestChangingColOriginDefaultValue (1.0s) PASSED ddl.TestForeignKeyError (0.9s) PASSED ddl.TestMultiSchemaChangeDropColumnsCancelled (1.1s) PASSED ddl.TestParallelAlterAddIndex (1.1s) PASSED ddl.TestRenameTable (1.0s) PASSED ddl.TestSkipSchemaChecker (1.2s) PASSED ddl.TestTransactionOnAddDropColumn (1.1s) PASSED ddl.TestTruncateTablePartitionWithPlacement (1.2s) PASSED ddl.TestZeroFillCreateTable (1.0s) PASSED ddl.TestAddPrimaryKey3 (1.3s) PASSED ddl.TestChangingTableCharset (1.5s) PASSED ddl.TestCreateIndexWithChangeMaxIndexLength (1.0s) PASSED ddl.TestDropColumnInColumnTest (1.0s) PASSED ddl.TestInsertIgnore (1.0s) PASSED ddl.TestModifyColumnNullToNotNullWithChangingVal2 (1.1s) PASSED ddl.TestPolicyInheritance (1.4s) PASSED ddl.TestRenameTableIntermediateState (1.1s) PASSED ddl.TestShowIndex (1.2s) PASSED ddl.TestAddIndex5 (1.4s) PASSED ddl.TestBitDefaultValue (1.2s) PASSED ddl.TestChangingColOriginDefaultValueAfterAddColAndCastSucc (1.0s) PASSED ddl.TestCreateTableWithLike2 (1.8s) PASSED ddl.TestCreateTableWithSetCol (1.2s) PASSED ddl.TestDropTableWithPlacement (1.3s) PASSED ddl.TestIndexError (1.0s) PASSED ddl.TestMultiSchemaChangeDropIndexedColumnsCancelled (1.2s) PASSED ddl.TestParallelAlterAddVectorIndex (2.7s) PASSED ddl.TestRecoverTable (1.0s) PASSED ddl.TestAddPrimaryKeyRollback1 (1.4s) PASSED ddl.TestChangeColumnPosition (1.3s) PASSED ddl.TestCreateDatabaseError (1.0s) PASSED ddl.TestCreateTableWithIntegerColWithDefault (1.2s) PASSED ddl.TestDDLExitWhenCancelMeetPanic (1.0s) PASSED ddl.TestDropTable (1.0s) PASSED ddl.TestExchangePartitionWithPlacement (1.2s) PASSED ddl.TestMultiSchemaChangeRenameColumns (1.3s) PASSED ddl.TestParallelAddPrimaryKey (1.2s) PASSED ddl.Test_getTTLInfoInOptions (0.0s) PASSED ddl.TestAddIndexForGeneratedColumn (1.5s) PASSED ddl.TestChangingColOriginDefaultValueAfterAddColAndCastFail (1.1s) PASSED ddl.TestColumnError (1.2s) PASSED ddl.TestCreateTableTooLarge (4.4s) PASSED ddl.TestCreateTableWithEnumCol (1.2s) PASSED ddl.TestDropPartitionWithPlacement (1.2s) PASSED ddl.TestFlashbackTable (1.1s) PASSED ddl.TestMultiSchemaChangeDropColumnsParallel (1.2s) PASSED ddl.TestParallelAlterAddExpressionIndex (1.1s) PASSED ddl.TestTruncateTable2 (1.3s) PASSED ddl.TestAddIndexAfterAddColumn (1.0s) PASSED ddl.TestAddPrimaryKeyRollback2 (1.2s) PASSED ddl.TestCancelCTCInReorgStateWillCauseGoroutineLeak (3.0s) PASSED ddl.TestCreateIndexErrTooManyKeys (0.0s) PASSED ddl.TestCreateTableWithInfo (0.9s) PASSED ddl.TestCreateWithSameName (1.1s) PASSED ddl.TestMultiSchemaChangeAlterColumns (1.3s) PASSED ddl.TestPDFail (1.2s) PASSED ddl.TestParallelAlterAddPartition (1.1s) PASSED ddl.TestAddUniqueIndexRollback (1.2s) PASSED ddl.TestBatchCreateTable (0.9s) PASSED ddl.TestCastDateToTimestampInReorgAttribute (1.0s) PASSED ddl.TestDDLHistoryBasic (0.9s) PASSED ddl.TestMultiSchemaChangeChangeColumns (1.2s) PASSED ddl.TestParallelDropColumn (1.1s) PASSED ddl.TestPartition (1.2s) PASSED ddl.TestRecoverTableWithPlacementPolicy (1.4s) PASSED ddl.TestResolveCharset (1.0s) PASSED ddl.TestAddColumns (1.2s) PASSED ddl.TestAddPrimaryKey2 (1.3s) PASSED ddl.TestAlterTTL (1.2s) PASSED ddl.TestAlterTablePartitionWithPlacementPolicy (1.2s) PASSED ddl.TestDependedGeneratedColumnPrior2GeneratedColumn (1.0s) PASSED ddl.TestIssue52680 (1.0s) PASSED ddl.TestModifyColumnReorgInfo (5.5s) PASSED ddl.TestTruncateTableAndSchemaDependence (3.9s) PASSED ddl.TestWriteOnlyForDropColumns (1.1s) PASSED ddl.TestAddColumnDefaultNow (1.0s) PASSED ddl.TestAddIndexWithSplitTable (4.7s) PASSED ddl.TestAlterConstraintAddDrop (1.0s) PASSED ddl.TestAlterPartitioningWithPlacementPolicy (1.8s) PASSED ddl.TestBackfillingSchedulerLocalMode (1.0s) PASSED ddl.TestMultiSchemaChangeAddIndexesCancelled (1.3s) PASSED ddl.TestParallelDropColumns (1.2s) PASSED ddl.TestScanHistoryDDLJobsWithErrorLimit (0.0s) PASSED ddl.TestTableLock (1.2s) PASSED ddl.TestAddAnonymousIndex (1.8s) PASSED ddl.TestAlterAddConstraintStateChange1 (1.1s) PASSED ddl.TestAlterAlgorithm (2.0s) PASSED ddl.TestBackfillingSchedulerGlobalSortMode (1.0s) PASSED ddl.TestCreateSchemaWithPlacement (1.1s) PASSED ddl.TestMultiSchemaChangeDropIndexesParallel (1.3s) PASSED ddl.TestParallelDropIndex (1.2s) PASSED ddl.TestSchemaPolicyAndResourceGroup (0.0s) PASSED ddl.TestWriteLocal (1.1s) PASSED ddl.TestAddIndexWithShardRowID (5.5s) PASSED ddl.TestAlterAddConstraintStateChange (1.0s) PASSED ddl.TestAlterColumn (2.2s) PASSED ddl.TestCalculateRegionBatch (0.0s) PASSED ddl.TestCheckBundle (0.0s) PASSED ddl.TestMultiSchemaChangeDropIndexesCancelled (1.2s) PASSED ddl.TestParallelDropIfExistsColumns (1.1s) PASSED ddl.TestRunningJobs (0.0s) PASSED ddl.TestTableLocksLostCommit (1.1s) PASSED ddl.TestAddIndexWithPK (1.7s) PASSED ddl.TestAddIndexWithPK/ClusteredIndexDefModeIntOnly (0.3s) PASSED ddl.TestAddIndexWithPK/ClusteredIndexDefModeOn (0.4s) PASSED ddl.TestAlterAddConstraintStateChange2 (1.0s) PASSED ddl.TestAlterDBPlacement (1.2s) PASSED ddl.TestExclusiveShared (0.0s) PASSED ddl.TestGetNextStep (0.0s) PASSED ddl.TestLockTables (2.1s) PASSED ddl.TestMultiSchemaChangeRenameIndexes (1.2s) PASSED ddl.TestParallelDropPrimaryKey (1.1s) PASSED ddl.TestTreatOldVersionUTF8AsUTF8MB4 (1.4s) PASSED ddl.TestAddColumn (1.2s) PASSED ddl.TestAddPrimaryKey1 (1.3s) PASSED ddl.TestCreateTables (1.5s) PASSED ddl.TestMDLTruncateTable (3.0s) 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.1s) PASSED ddl.TestOptimizeTable (0.9s) PASSED ddl.TestPolicyCacheAndPolicyDependency (1.1s) PASSED ddl.TestWriteOnlyForDropColumn (1.1s) PASSED ddl.TestAddGlobalIndex (1.7s) PASSED ddl.TestAlterAddConstraintStateChange3 (1.0s) PASSED ddl.TestDefaultColumnWithRand (1.0s) PASSED ddl.TestDoneTaskKeeper (0.0s) PASSED ddl.TestGetIntervalFromPolicy (0.0s) PASSED ddl.TestMultiSchemaChangeModifyColumnsCancelled (1.0s) PASSED ddl.TestParallelCreateAndRename (1.0s) PASSED ddl.TestPlacementMode (1.6s) PASSED ddl.TestTablesLockDelayClean (1.1s) PASSED ddl.TestAlterTableCache (1.2s) PASSED ddl.TestChangingDBCharset (1.0s) PASSED ddl.TestCreateTableIfNotExists (0.9s) PASSED ddl.TestDropPrimaryKey (1.1s) PASSED ddl.TestDropTables (1.1s) PASSED ddl.TestFieldCase (0.0s) PASSED ddl.TestMultiRegionGetTableEndHandle (1.2s) PASSED ddl.TestMultiSchemaChangeMixCancelled (1.3s) PASSED ddl.TestReorgExprContext (0.0s) PASSED ddl.TestAddColumn2 (1.1s) PASSED ddl.TestAlterEnforcedConstraintStateChange (1.0s) PASSED ddl.TestDefaultValueAsExpressions (1.0s) PASSED ddl.TestDropIndexes (1.7s) PASSED ddl.TestModifyColumn (0.0s) PASSED ddl.TestMultiSchemaChangeAlterIndex (1.4s) PASSED ddl.TestParallelAlterAndDropSchema (1.0s) PASSED ddl.TestPickBackfillType (0.0s) PASSED ddl.TestPlacementTiflashCheck (1.5s) PASSED ddl.TestAnonymousIndex (1.1s) PASSED ddl.TestDDLIfNotExists (1.3s) PASSED ddl.TestError (0.0s) PASSED ddl.TestGetTimeZone (1.0s) PASSED ddl.TestIssue34069 (1.0s) PASSED ddl.TestMultiRegionGetTableEndCommonHandle (1.1s) PASSED ddl.TestMultiSchemaChangeWithExpressionIndex (1.4s) PASSED ddl.TestReorgDistSQLCtx (0.0s) PASSED ddl.TestSchemaNameAndTableNameInGeneratedExpr (1.2s) PASSED ddl.TestAddIndexFetchRowsFromCoprocessor (1.1s) PASSED ddl.TestColumnBasic (1.5s) PASSED ddl.TestDefaultCollationForUTF8MB4 (1.2s) PASSED ddl.TestDeleteOnlyForDropColumns (1.0s) PASSED ddl.TestDropPlacementPolicyInUse (1.5s) PASSED ddl.TestJobNeedGC (0.0s) PASSED ddl.TestRenameTables (1.2s) PASSED ddl.TestSetInvalidDefaultValueAfterModifyColumn (1.0s) PASSED ddl.TestUpdateMultipleTable (0.9s) PASSED ddl.TestAddIndexWithDupIndex (1.2s) PASSED ddl.TestCheckDuplicateConstraint (0.0s) PASSED ddl.TestDDLIfExists (1.4s) PASSED ddl.TestGetTableEndCommonHandle (1.3s) PASSED ddl.TestIssue22819 (1.2s) PASSED ddl.TestModifyColumnTypeArgs (1.0s) PASSED ddl.TestMultiSchemaChangeNoSubJobs (1.2s) PASSED ddl.TestParserIssue284 (1.2s) PASSED ddl.TestValidateAndFillRanges (0.0s) PASSED ddl.TestAddExpressionIndex (1.7s) PASSED ddl.TestAddIndexUniqueFailOnDuplicate (1.3s) PASSED ddl.TestCreateClusteredIndex (1.3s) PASSED ddl.TestGetTableDataKeyRanges (0.0s) PASSED ddl.TestIssue22307 (1.2s) PASSED ddl.TestMultiSchemaChangeSchemaVersion (1.7s) PASSED ddl.TestParallelDDLBeforeRunDDLJob (1.1s) PASSED ddl.TestParallelUpdateTableReplica (1.1s) PASSED ddl.TestTuneTableScanWorkerBatchSize (0.0s) PASSED ddl.TestCacheTableSizeLimit (10.7s) PASSED ddl.TestCreateConstraintForTable (1.4s) PASSED ddl.TestCreateDBIfNotExists (1.3s) PASSED ddl.TestDropIndex (1.8s) PASSED ddl.TestGetTableEndHandle (1.6s) PASSED ddl.TestIgnorableSpec (0.0s) PASSED ddl.TestMultiSchemaChangeAdminShowDDLJobs (1.4s) PASSED ddl.TestReorgTableMutateContext (0.0s) PASSED ddl.TestSqlFunctionsInGeneratedColumns (1.2s) PASSED ddl.TestAddExpressionIndexRollback (1.2s) PASSED ddl.TestCreateTableWithVectorIndex (1.9s) 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.4s) PASSED ddl.TestMergeContinuousKeyRanges (0.0s) PASSED ddl.TestMultiSchemaChangeMixedWithUpdate (1.4s) PASSED ddl.TestParallelAlterSchemaCharsetAndCollate (1.2s) PASSED ddl.TestParallelFlashbackTable (1.8s) PASSED ddl.TestRepairTable (1.2s) PASSED ddl.TestAddVectorIndexSimple (1.7s) 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.5s) PASSED ddl.TestMultiSchemaChangeBlockedByRowLevelChecksum (1.0s) PASSED ddl.TestParallelTruncateTableAndAddColumn (1.0s) PASSED ddl.TestRepairTableWithPartition (1.1s) PASSED ddl.TestShowCreateTable (1.4s) PASSED ddl.TestAddVectorIndexRollback (1.5s) PASSED ddl.TestDDLWorkerPool (0.0s) PASSED ddl.TestDeniedByBDR (0.0s) PASSED ddl.TestDropColumnWithAutoInc (1.1s) PASSED ddl.TestDropNotNullColumn (1.3s) PASSED ddl.TestMultiValuedIndexOnlineDDL (1.7s) PASSED ddl.TestParallelTruncateTableAndAddColumns (1.1s) PASSED ddl.TestRebaseAutoID (1.1s) PASSED ddl.TestSchemaResume (1.0s) PASSED ddl.TestAlterRangePlacementPolicy (1.1s) PASSED ddl.TestCreateView (1.2s) PASSED ddl.TestDDLLastInfo (3.2s) PASSED ddl.TestDeleteOnlyForDropExpressionIndex (1.3s) PASSED ddl.TestHashPartitionAddColumn (1.0s) PASSED ddl.TestIndexChange (2.2s) PASSED ddl.TestModifyColumnReorgCheckpoint (3.2s) PASSED ddl.TestParallelDDL (1.2s) PASSED ddl.TestTableDDLWithTimeType (1.0s) PASSED ddl.TestAddColumnarIndex (0.9s) PASSED ddl.TestCancelForAddUniqueIndex (1.1s) PASSED ddl.TestCreateExpressionIndex (1.3s) PASSED ddl.TestDropColumnsWithMultiIndex (1.2s) PASSED ddl.TestForbidCacheTableForSystemTable (1.2s) PASSED ddl.TestMergeCreateTableJobsOfSameSchema (0.0s) PASSED ddl.TestOwnerManager (0.1s) PASSED ddl.TestTableResume (1.1s) PASSED ddl.TestWriteOnlyWriteNULL (1.0s) PASSED ddl.TestAlterShardRowIDBits (1.0s) PASSED ddl.TestAutoIncrementTableOption (1.2s) PASSED ddl.TestCancelAddIndexJobError (1.9s) PASSED ddl.TestCancelJobBeforeRun (1.0s) PASSED ddl.TestCreateUniqueExpressionIndex (1.1s) PASSED ddl.TestDropAndTruncatePartition (1.0s) 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.0s) PASSED ddl.TestAutoIncrementForce (1.6s) PASSED ddl.TestDDLJobErrorCount (1.4s) PASSED ddl.TestDDLStatementsBackFill (1.1s) PASSED ddl.TestDropExpressionIndex (0.9s) PASSED ddl.TestFlashbackCloseAndResetPDSchedule (1.0s) PASSED ddl.TestGetDDLJobs (0.9s) PASSED ddl.TestReorganizePartitionRollback (1.1s) PASSED ddl.TestSchema (1.0s) PASSED ddl.TestWriteOnlyOnDupUpdateForAddColumns (1.1s) PASSED ddl.TestAddBatchJobError (0.9s) PASSED ddl.TestColumnTypeChangeGenUniqueChangingName (1.2s) PASSED ddl.TestCreateSchemaWithInfoPlacement (1.1s) PASSED ddl.TestDDLBlockedCreateView (0.9s) PASSED ddl.TestEnumDefaultValue (1.0s) PASSED ddl.TestForeignKeyInWriteOnlyMode (0.9s) PASSED ddl.TestIssue5092 (1.7s) PASSED ddl.TestSchemaChangeForDropColumnsWithIndexes (1.4s) PASSED ddl.TestTable (1.4s) PASSED ddl.TestAddDDLDuringFlashback (1.0s) PASSED ddl.TestAddIndexFailOnCaseWhenCanExit (1.0s) PASSED ddl.TestAutoIncrementForceAutoIDCache (1.5s) PASSED ddl.TestGetDDLJobsIsSort (1.0s) PASSED ddl.TestMustReloadSchemas (0.0s) PASSED ddl.TestParallelRenameTable (1.3s) PASSED ddl.TestSchemaWaitJob (3.0s) PASSED ddl.TestUpdateDuringAddColumn (1.0s) PASSED ddl.TestWriteReorgForModifyColumnTimestampToInt (1.0s) PASSED ddl.TestConcurrentSetDefaultValue (1.1s) PASSED ddl.TestCreateTableWithIntegerLengthWarning (1.3s) PASSED ddl.TestExchangePartitionMultiColumn (1.1s) PASSED ddl.TestGlobalVariablesOnFlashback (1.2s) PASSED ddl.TestIsJobRollbackable (0.0s) PASSED ddl.TestIssue20490 (1.1s) PASSED ddl.TestRenameTableAutoIDs (1.3s) PASSED ddl.TestUnSyncedJobTracker (0.0s) PASSED ddl.TestWriteReorgForModifyColumn (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 (21.9s) PASSED ddl.TestDropColumnWithMultiIndex (1.1s) PASSED ddl.TestInsertDuplicateBeforeIndexMerge (1.4s) PASSED ddl.TestOptions (0.0s) PASSED ddl.TestProcessColumnFlags (1.0s) PASSED ddl.TestStat (1.1s) PASSED ddl.TestTwoStates (1.0s) PASSED ddl.TestWriteReorgForColumnTypeChange (1.1s) PASSED ddl.TestAddForeignKey3 (0.9s) PASSED ddl.TestAddGeneratedColumnAndInsert (1.0s) PASSED ddl.TestCreateTableWithInfoPlacement (1.0s) PASSED ddl.TestInvalidDDLJob (0.9s) PASSED ddl.TestIssue29282 (1.3s) PASSED ddl.TestIssue4432 (1.5s) PASSED ddl.TestScatterRegion (1.0s) PASSED ddl.TestSchemaChangeForDropColumnWithIndexes (1.4s) PASSED ddl.TestTiDBDownBeforeUpdateGlobalVersion (1.3s) PASSED ddl.TestColumnAdd (1.2s) PASSED ddl.TestCreateDropCreateTable (1.0s) PASSED ddl.TestCreateTableWithKeyWord (0.9s) PASSED ddl.TestEnumAndSetDefaultValue (1.0s) PASSED ddl.TestIssue60047 (0.9s) PASSED ddl.TestPlacementPolicy (1.8s) PASSED ddl.TestSequenceFunction (2.1s) PASSED ddl.TestUpgradingRelatedJobState (1.0s) PASSED ddl.TestWriteReorgForModifyColumnWithPKIsHandle (1.1s) PASSED ddl.TestCancelFlashbackCluster (1.1s) PASSED ddl.TestCreateSequence (1.0s) PASSED ddl.TestCreateTableIfNotExistsLike (1.0s) PASSED ddl.TestCreateViewConcurrently (1.2s) PASSED ddl.TestDDLScheduling (10.4s) PASSED ddl.TestIssue20741WithEnumField (1.0s) PASSED ddl.TestPlacementPolicyInUse (1.2s) PASSED ddl.TestShowCountWarningsOrErrors (1.3s) PASSED ddl.TestWriteReorgForModifyColumnWithUniqIdx (1.1s) PASSED ddl.TestCancelJobWriteConflict (1.1s) PASSED ddl.TestCreatePlacementPolicyWithInfo (1.1s) PASSED ddl.TestDuplicateErrorMessage (3.8s) PASSED ddl.TestGeneralDDLWithQuery (0.9s) PASSED ddl.TestGetDDLInfo (1.0s) PASSED ddl.TestHandleLockTable (1.0s) 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.0s) PASSED ddl.TestUniqueKeyNullValue (1.0s) PASSED ddl.TestWriteReorgForModifyColumnWithPrimaryIdx (1.1s) PASSED ddl.TestFailBeforeDecodeArgs (2.0s) PASSED ddl.TestGenIDAndInsertJobsWithRetry (5.9s) PASSED ddl.TestIssue22028 (0.9s) PASSED ddl.TestIssue40135 (1.0s) PASSED ddl.TestIssue42268 (0.9s) PASSED ddl.TestPlacementFollowers (0.9s) PASSED ddl.TestTxnSavepointWithDDL (1.2s) PASSED ddl.TestUniqueKeyNullValueClusterIndex (1.0s) PASSED ddl.TestWriteReorgForModifyColumnWithoutFirst (1.0s) PASSED ddl.TestAddForeignKey2 (1.0s) PASSED ddl.TestBuildMaxLengthIndexWithNonRestrictedSqlMode (1.9s) PASSED ddl.TestCheckOwner (5.8s) PASSED ddl.TestCreateTableWithPlacementPolicy (1.3s) PASSED ddl.TestDeleteOnly (1.0s) PASSED ddl.TestIssue2858And2717 (0.9s) PASSED ddl.TestTableSplit (1.2s) PASSED ddl.TestTransactionWithWriteOnlyColumn (1.0s) PASSED ddl.TestTruncateLocalTemporaryTable (1.0s) PASSED ddl.TestAccessLocalTmpTableAfterDropDB (0.9s) PASSED ddl.TestDeleteOnlyForModifyColumnWithoutDefaultVal (1.0s) PASSED ddl.TestDropColumn (1.6s) PASSED ddl.TestGenIDAndInsertJobsWithRetryQPS (0.0s) PASSED ddl.TestIssue2293 (1.0s) PASSED ddl.TestResetSchemaPlacement (1.2s) PASSED ddl.TestSchemaValidator (1.5s) PASSED ddl.TestTableModeConcurrent (1.1s) PASSED ddl.TestTruncateOrDropTableWithForeignKeyReferred2 (1.3s) PASSED ddl.TestAddAndDropColumn (1.2s) 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.1s) PASSED ddl.TestForeignKey (1.0s) PASSED ddl.TestModifyColumnAfterAddIndex (0.9s) PASSED ddl.TestPlacementValidation (1.3s) PASSED ddl.TestSnapshotVersion (0.9s) PASSED ddl.TestTableModeBasic (1.4s) PASSED ddl.TestWriteReorgForModifyColumnWithoutDefaultVal (1.0s) PASSED ddl.TestAvoidCreateViewOnLocalTemporaryTable (1.0s) PASSED ddl.TestChangeColumn (1.3s) PASSED ddl.TestCreateOrReplacePlacementPolicy (1.1s) PASSED ddl.TestDropIndexNeededInForeignKey2 (1.3s) PASSED ddl.TestGenGIDAndInsertJobsWithRetryOnErr (2.0s) PASSED ddl.TestIssue19229 (1.0s) PASSED ddl.TestLockTableReadOnly (1.3s) PASSED ddl.TestLogAndShowSlowLog (1.0s) PASSED ddl.TestWriteOnly (1.0s) PASSED ddl.TestAlterPlacementPolicy (1.2s) PASSED ddl.TestConcurrentLockTables (1.3s) PASSED ddl.TestDropDatabaseWithForeignKeyReferred2 (1.3s) PASSED ddl.TestDropTemporaryTable (1.3s) PASSED ddl.TestIndexLength (2.0s) PASSED ddl.TestReportingMinStartTimestamp (1.0s) PASSED ddl.TestSubmitJobAfterDDLIsClosed (1.1s) PASSED ddl.TestVirtualColumnDDL (1.0s) PASSED ddl.TestWriteOnlyForAddColumns (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_36_of_50/coverage.dat //pkg/ddl/tests/partition:partition_test PASSED in 36.0s Stats over 50 runs: max = 36.0s, min = 2.8s, avg = 7.2s, dev = 5.1s PASSED partition_test.TestReorgPartitionConcurrent (1.1s) PASSED partition_test.TestTruncateNumberOfPhases (1.1s) PASSED partition_test.TestPartitionByNonPartitionedTable (2.0s) PASSED partition_test.TestPrimaryNoGlobalIndex (1.5s) PASSED partition_test.TestCoalesceKeyPartitionFailures (2.7s) PASSED partition_test.TestPrimaryGlobalIndex (2.0s) PASSED partition_test.TestAddHashPartitionFailures (2.7s) PASSED partition_test.TestRemovePartitioningGlobalIndex (1.2s) PASSED partition_test.TestPartitionByListFailures (2.5s) PASSED partition_test.TestReorgPartitionGlobalIndex (1.7s) PASSED partition_test.TestExchangeValidateHandleNullValue (1.3s) PASSED partition_test.TestReorganizePartitionListFailures (2.5s) PASSED partition_test.TestAlterLastIntervalPartition (1.6s) PASSED partition_test.TestPartitionByFailures (2.6s) PASSED partition_test.TestRemovePartitionFailures (2.4s) PASSED partition_test.TestRemovePartitioningAutoIDs (1.2s) PASSED partition_test.TestRemoveListColumnsPartitioning (1.6s) PASSED partition_test.TestReorgPartitionFailures (2.4s) PASSED partition_test.TestPartitionByWithPlacement (2.5s) PASSED partition_test.TestRemoveListColumnPartitioning (1.7s) PASSED partition_test.TestNonClusteredReorgUpdateHash (1.5s) PASSED partition_test.TestRemoveListPartitioning (1.7s) PASSED partition_test.TestNonClusteredReorgUpdate (1.5s) PASSED partition_test.TestRemoveKeyPartitioning (1.7s) PASSED partition_test.TestAlterModifyPartitionColTruncateWarning (0.0s) PASSED partition_test.TestNonClusteredUpdateReorgUpdate (1.3s) PASSED partition_test.TestIssue40135Ver2 (1.1s) PASSED partition_test.TestMultiSchemaReorgDeleteNonClusteredRange (1.7s) PASSED partition_test.TestBackfillConcurrentDMLRange (1.9s) PASSED partition_test.TestReorgPartitionTiFlash (1.4s) PASSED partition_test.TestAddPartitionReplicaBiggerThanTiFlashStores (11.2s) PASSED partition_test.TestBackfillConcurrentDML (1.4s) PASSED partition_test.TestCreateTableWithPartition (1.3s) PASSED partition_test.TestReorgPartitionFailConcurrent (1.3s) PASSED partition_test.TestTruncatePartitionListFailuresWithGlobalIndex (5.5s) PASSED partition_test.TestMultiSchemaNewTiDBRowID (1.5s) PASSED partition_test.TestTruncatePartitionMultipleTimes (1.2s) PASSED partition_test.TestCreateTableWithHashPartition (1.1s) PASSED partition_test.TestReorgPartitionFailInject (1.2s) PASSED partition_test.TestTruncatePartitionListFailures (1.0s) PASSED partition_test.TestCommitWhenSchemaChange (1.2s) PASSED partition_test.TestIssue58864 (1.0s) PASSED partition_test.TestDuplicateRowsPK59680 (1.2s) PASSED partition_test.TestPartitionErrorCode (1.3s) PASSED partition_test.TestExchangeRangeColumnsPartition (11.2s) PASSED partition_test.TestReorgPartitionRollback (2.7s) PASSED partition_test.TestSubPartitioning (1.0s) PASSED partition_test.TestCreateTableWithRangeColumnPartition (1.5s) PASSED partition_test.TestMultiSchemaReorganizePartitionIssue56819 (1.2s) PASSED partition_test.TestPartitionByColumnChecks (2.6s) PASSED partition_test.TestDropSchemaWithPartitionTable (16.5s) PASSED partition_test.TestDuplicateRowsNoPK (1.2s) PASSED partition_test.TestCreateTableWithListPartition (3.5s) PASSED partition_test.TestMultiSchemaDropRangePartition (1.3s) PASSED partition_test.TestPartitionIssue56634 (1.3s) PASSED partition_test.TestIssue58692 (1.5s) PASSED partition_test.TestPartitionAddPrimaryKeyAndAddIndex (3.1s) PASSED partition_test.TestCoalesceKeyPartitionCovering (2.4s) PASSED partition_test.TestPartitionDropPrimaryKeyAndDropIndex (1.6s) PASSED partition_test.TestCreateTableWithListColumnsPartition (2.0s) PASSED partition_test.TestMultiSchemaDropListDefaultPartition (1.4s) PASSED partition_test.TestReorgPartitionFailuresPlacementPolicy (3.8s) PASSED partition_test.TestAlterTableTruncatePartitionByList (1.4s) PASSED partition_test.TestMultiSchemaDropListColumnsDefaultPartition (1.1s) PASSED partition_test.TestRemovePartitionFailuresPlacementPolicy (3.7s) PASSED partition_test.TestAlterTableTruncatePartitionByListColumns (1.2s) PASSED partition_test.TestMultiSchemaReorganizePartition (1.3s) PASSED partition_test.TestPartitionByFailuresPlacementPolicy (3.4s) PASSED partition_test.TestAlterTableTruncatePartitionPreSplitRegion (1.1s) PASSED partition_test.TestMultiSchemaPartitionByGlobalIndex (1.4s) PASSED partition_test.TestPartitionNonPartitionedFailuresPlacementPolicy (3.1s) PASSED partition_test.TestCreateTableWithKeyPartition (1.2s) PASSED partition_test.TestMultiSchemaModifyColumn (1.2s) PASSED partition_test.TestReorganizePartitionFailuresAddPlacementPolicy (2.6s) PASSED partition_test.TestAddKeyPartitionCovering (1.9s) PASSED partition_test.TestTruncatePartitionAndDropTable (32.2s) PASSED partition_test.TestDropPartitionWithGlobalIndex (1.2s) PASSED partition_test.TestMultiSchemaDropUniqueIndex (1.1s) PASSED partition_test.TestPartitionByFailuresAddPlacementPolicyGlobalIndex (3.1s) PASSED partition_test.TestAddPartitionTooManyPartitions (2.8s) PASSED partition_test.TestPartitionByKeyCovering (1.4s) PASSED partition_test.TestDropMultiPartitionWithGlobalIndex (1.1s) PASSED partition_test.TestMultiSchemaReorganizePK (1.2s) PASSED partition_test.TestExchangePartitionAutoID (1.0s) PASSED partition_test.TestRePartitionByKeyCovering (1.9s) PASSED partition_test.TestGlobalIndexInsertInDropPartition (1.3s) PASSED partition_test.TestMultiSchemaReorganizePKBackfillDML (1.3s) PASSED partition_test.TestExchangePartitionHook (1.2s) PASSED partition_test.TestReorganizePartitionCovering (2.3s) PASSED partition_test.TestGlobalIndexUpdateInDropPartition (1.3s) PASSED partition_test.TestMultiSchemaReorganizeNoPK (1.3s) PASSED partition_test.TestExchangePartitionMultiTable (1.1s) PASSED partition_test.TestRemovePartitioningCovering (1.8s) PASSED partition_test.TestMultiSchemaReorganizeNoPKBackfillDML (1.0s) PASSED partition_test.TestTruncatePartitionWithGlobalIndex (1.1s) PASSED partition_test.TestGlobalIndexUpdateInTruncatePartition (1.1s) PASSED partition_test.TestMultiSchemaTruncatePartitionWithGlobalIndex (1.0s) PASSED partition_test.TestAlterTableExchangePartition (2.3s) PASSED partition_test.TestCoalesceKeyPartitionNoPKCovering (2.0s) PASSED partition_test.TestGlobalIndexUpdateInTruncatePartition4Hash (1.2s) PASSED partition_test.TestMultiSchemaTruncatePartitionWithPKGlobal (1.1s) PASSED partition_test.TestAddKeyPartitionNoPKCovering (2.0s) PASSED partition_test.TestGlobalIndexShowTableRegions (1.1s) PASSED partition_test.TestGlobalIndexReaderAndIndexLookUpInTruncatePartition (1.1s) PASSED partition_test.TestRemovePartitioningNoPKCovering (2.0s) PASSED partition_test.TestGlobalIndexLookUpInDropPartition (1.2s) PASSED partition_test.TestPartitionByKeyNoPKCovering (1.4s) PASSED partition_test.TestGlobalIndexInsertInTruncatePartition (1.1s) PASSED partition_test.TestReorganizePartitionNoPKCovering (1.9s) PASSED partition_test.TestGlobalIndexReaderInDropPartition (1.0s) PASSED partition_test.TestRePartitionByKeyNoPKCovering (2.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_20_of_50/coverage.dat //pkg/executor:executor_test PASSED in 37.4s Stats over 50 runs: max = 37.4s, min = 6.1s, avg = 13.5s, dev = 6.8s PASSED executor.TestExplainFormatInCtx (1.0s) PASSED executor.TestGetLackHandles (0.0s) PASSED executor.TestGlobalTemporaryTableNoNetworkWithCreateAndThenCreateNormalTable (2.8s) PASSED executor.TestIssue57528 (1.0s) PASSED executor.TestPartitionInfoDisable (1.1s) PASSED executor.TestShowPlacementForDBPrivilege (1.3s) PASSED executor.TestTiFlashSystemTableWithTiFlashV640 (1.0s) PASSED executor.TestCopClientSend (0.0s) PASSED executor.TestExplainJSON (1.0s) PASSED executor.TestGlobalTemporaryTableNoNetworkWithCreateAndTruncate (2.6s) PASSED executor.TestIssue58870 (1.0s) PASSED executor.TestPointGetwithRangeAndListPartitionTable (1.3s) PASSED executor.TestShowPlacementForTableAndPartition (1.2s) PASSED executor.TestTiFlashSystemTableWithTiFlashV630 (1.0s) PASSED executor.TestDetachExecutor (0.0s) PASSED executor.TestExecuteWithWrongType (1.0s) PASSED executor.TestNormalGlobalTemporaryTableNoNetwork (1.0s) PASSED executor.TestParallelApplyCorrectness (1.0s) PASSED executor.TestShowPlacementForDB (1.1s) PASSED executor.TestTiFlashSystemTableWithTiFlashV620 (0.9s) PASSED executor.TestTotalTimeCases (1.7s) PASSED executor.TestApplyGoroutinePanic (1.1s) PASSED executor.TestDetachProjection (6.8s) PASSED executor.TestForServersInfo (1.1s) PASSED executor.TestIndexReaderRequiredRows (0.0s) PASSED executor.TestIssue35911 (1.0s) PASSED executor.TestPrepareProtocolWorkWithForeignKey (1.1s) PASSED executor.TestShowPlacementPrivilege (1.4s) PASSED executor.TestExplainImportFromSelect (1.0s) PASSED executor.TestFormatSQL (0.0s) PASSED executor.TestInconsistentIndex (1.0s) PASSED executor.TestLocalTemporaryTableNoNetworkWithCreateOutsideTxn (1.1s) PASSED executor.TestOrderByAndLimit (13.2s) PASSED executor.TestRecoverTable (1.5s) PASSED executor.TestShowPlacementForTableAndPartitionPrivilege (1.5s) PASSED executor.TestTablesTable (1.1s) PASSED executor.TestApplyCacheRatio (1.2s) PASSED executor.TestDetachSelection (6.7s) PASSED executor.TestForAnalyzeStatus (1.2s) PASSED executor.TestIssue35296AndIssue43024 (0.9s) PASSED executor.TestPrepareWorkWithForeignKey (1.1s) PASSED executor.TestShowPlacement (1.3s) PASSED executor.TestTableReaderRequiredRows (0.0s) PASSED executor.TestBatchGetandPointGetwithHashPartition (1.1s) PASSED executor.TestColumnTable (1.1s) PASSED executor.TestContextCancelWhenReadFromCopIterator (0.9s) PASSED executor.TestExplainAnalyzeInvokeNextAndClose (0.0s) PASSED executor.TestFlashbackTable (1.5s) PASSED executor.TestLocalTemporaryTableNoNetworkWithInsideTxn (2.9s) PASSED executor.TestPartitionTableRandomlyIndexLookUpReader (1.8s) PASSED executor.TestShowPlacementHandleRegionStatus (1.0s) PASSED executor.TestApplyConcurrency (1.0s) PASSED executor.TestDetachIndexReaderAndIndexLookUp (6.8s) PASSED executor.TestExplainAnalyzeCTEMemoryAndDiskInfo (5.7s) PASSED executor.TestMaxPreparedStmtCount (1.0s) PASSED executor.TestPartitionsTable (1.4s) PASSED executor.TestShowPlacementLabelsBuilder (0.0s) PASSED executor.TestStmtSummaryRetriverV2_TableStatementsSummaryHistory (0.0s) PASSED executor.TestApplyWithOtherOperators (1.6s) PASSED executor.TestCheckActRowsWithUnistore (1.0s) PASSED executor.TestDataForTableStatsField (1.3s) PASSED executor.TestDetachWithParam (6.1s) PASSED executor.TestPreparePC4Binding (1.1s) PASSED executor.TestShowCommentsFromSubJob (0.0s) PASSED executor.TestStmtSummaryRetriverV2_TableStatementsSummaryEvicted (0.0s) PASSED executor.TestAnalyzeIndexExtractTopN (1.0s) PASSED executor.TestExplainFor (0.9s) PASSED executor.TestIndexLookUpStats (0.0s) PASSED executor.TestIndexUsageTable (1.0s) PASSED executor.TestIssue58875 (1.0s) PASSED executor.TestRecoverTempTable (1.3s) PASSED executor.TestShowStatsMeta (1.1s) PASSED executor.TestView (14.2s) PASSED executor.TestAnalyzePartitionTableByConcurrencyInDynamic (6.2s) PASSED executor.TestDirectReadingwithIndexJoin (1.6s) PASSED executor.TestExplainForVerbose (1.0s) PASSED executor.TestJoinSystemTableContainsView (1.8s) PASSED executor.TestPartitionTableIndexJoinIndexLookUp (6.4s) PASSED executor.TestRecoverTableMeetError (2.2s) PASSED executor.TestShowStatsLocked (1.0s) PASSED executor.TestTikvRegionPeers (0.9s) PASSED executor.TestCoprocessorPagingSize (1.0s) PASSED executor.TestDynamicPruningUnderIndexJoin (1.2s) PASSED executor.TestGetAnalyzePanicErr (0.0s) PASSED executor.TestIssue11124 (1.0s) PASSED executor.TestRecoverTablePrivilege (1.1s) PASSED executor.TestShowColumnsWithSubQueryView (1.0s) PASSED executor.TestShowStatsHistograms (1.2s) PASSED executor.TestTraceExec (0.9s) PASSED executor.TestAfterDetachSessionCanExecute (6.3s) PASSED executor.TestExplainAnalyzeExecutionInfo (1.5s) PASSED executor.TestMultipleApply (1.3s) PASSED executor.TestPrepareStmtAfterIsolationReadChange (1.0s) PASSED executor.TestShowCommentsFromJob (0.0s) PASSED executor.TestStmtSummaryRetriverV2_TableStatementsSummary (0.0s) PASSED executor.TestUserPrivileges (1.3s) PASSED executor.TestAdaptiveClosestRead (1.4s) PASSED executor.TestBatchGetforRangeandListPartitionTable (1.3s) PASSED executor.TestBatchPointGetLockExistKey (1.5s) PASSED executor.TestExplainForConnPlanCache (0.0s) PASSED executor.TestRecoverClusterMeetError (1.1s) PASSED executor.TestReferencedTableSchemaWithForeignKey (1.0s) PASSED executor.TestShowStatsBuckets (1.4s) PASSED executor.TestTracePlanStmt (1.0s) PASSED executor.TestCacheSnapShot (0.9s) PASSED executor.TestCoprocessorPagingReqKeyRangeSorted (1.0s) PASSED executor.TestExplainDotForExplainPlan (1.0s) PASSED executor.TestFlashbackWithSafeTs (2.1s) PASSED executor.TestPartitionTableWithDifferentJoin (1.6s) PASSED executor.TestSameTableNameInTwoSchemas (1.0s) PASSED executor.TestShowStatsBucketWithDateNullValue (1.1s) PASSED executor.TestTrafficForm (0.0s) PASSED executor.TestApplyMultiColumnType (1.6s) PASSED executor.TestClusterIndexSplitTable (0.0s) PASSED executor.TestDetachAllContexts (1.0s) PASSED executor.TestDivPrecisionIncrement (0.9s) PASSED executor.TestInspectionTables (0.9s) PASSED executor.TestMemoryAndDiskUsageAfterClose (1.1s) PASSED executor.TestPreparePlanCache4DifferentSystemVars (1.1s) PASSED executor.TestApplyColumnType (1.7s) PASSED executor.TestDeleteIgnoreWithFK (1.1s) PASSED executor.TestExplainAnalyzeMemory (1.0s) PASSED executor.TestPreparePlanCache4Function (1.1s) PASSED executor.TestSetDataFromKeywords (0.0s) PASSED executor.TestSetTopSQLVariables (1.1s) PASSED executor.TestStepShouldLargeThanMinStep (0.0s) PASSED executor.TestCapturePath (0.0s) PASSED executor.TestCoprCacheWithoutExecutionInfo (1.0s) PASSED executor.TestDML (2.3s) PASSED executor.TestFlashbackRetryGetMinSafeTime (4.2s) PASSED executor.TestGlueGetVersion (0.0s) PASSED executor.TestInfoSchemaConditionWorks (7.5s) PASSED executor.TestPointGetUserVarPlanCache (1.0s) PASSED executor.TestShowPartitionStats (1.3s) PASSED executor.TestExpressionIndexPreparePlanCache (1.1s) PASSED executor.TestFetchShowBRIE (0.0s) PASSED executor.TestFlashbackSchema (1.4s) PASSED executor.TestInfoschemaTablesSpecialOptimizationCovered (3.5s) PASSED executor.TestReplayPath (0.0s) PASSED executor.TestShowStatusSnapshot (1.2s) PASSED executor.TestTiDBLastTxnInfoCommitMode (1.1s) PASSED executor.TestUnion (4.7s) PASSED executor.TestDeleteLockKey (1.0s) PASSED executor.TestMergeJoinRequiredRows (0.2s) PASSED executor.TestParallelApplyPlan (1.1s) PASSED executor.TestParameterPushDown (0.9s) PASSED executor.TestSetClusterConfigJSONData (0.0s) PASSED executor.TestSetDataFromTiDBCheckConstraints (0.0s) PASSED executor.TestSplitTable (0.0s) PASSED executor.TestCoprocessorBatchByStore (21.2s) PASSED executor.TestExplainDotForQuery (0.9s) PASSED executor.TestFlashbackTSOWithSafeTs (2.1s) PASSED executor.TestInfoSchemaDDLJobs (1.6s) PASSED executor.TestMPPQueryExplainInfo (1.0s) PASSED executor.TestPointGetForTemporaryTable (1.0s) PASSED executor.TestShowStatsHasNullValue (1.5s) PASSED executor.TestTrafficError (0.0s) PASSED executor.TestIntegrationCopCache (1.0s) PASSED executor.TestIssue29101 (1.1s) PASSED executor.TestSetClusterConfig (0.9s) PASSED executor.TestSetDataFromCheckConstraints (0.0s) PASSED executor.TestSplitIndex (0.0s) PASSED executor.TestStmtLabel (1.1s) PASSED executor.TestStreamAggRequiredRows (0.0s) PASSED executor.TestBatchPointGetRepeatableRead (1.0s) PASSED executor.TestFlashbackClusterWithManyDBs (1.8s) PASSED executor.TestInsertOnDuplicateKeyWithBinlog (2.1s) PASSED executor.TestIssue28696 (1.1s) PASSED executor.TestShowColumnStatsUsage (1.0s) PASSED executor.TestSplitBatchCreateTableWithTableId (1.0s) PASSED executor.TestSplitRegion (0.9s) PASSED executor.TestTrafficPrivilege (0.0s) PASSED executor.TestBRIEBuilderOptions (0.0s) PASSED executor.TestFlashbackSchemaWithManyTables (3.7s) 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.1s) PASSED executor.TestPointGetRepeatableRead (1.0s) PASSED executor.TestShowStatsExtended (1.3s) PASSED executor.TestSubqueries (9.4s) PASSED executor.TestTrafficShow (0.0s) PASSED executor.TestCompactTableWithTiFlashDownAndRestore (4.0s) PASSED executor.TestEnableNoopFunctionsVar (1.1s) PASSED executor.TestIssue42619 (1.3s) PASSED executor.TestIssue54324 (0.0s) PASSED executor.TestPlanCacheOperators (2.0s) PASSED executor.TestProjectionParallelRequiredRows (0.0s) PASSED executor.TestTiDBClusterLogError (1.2s) PASSED executor.TestBRIECreateDatabase (1.2s) PASSED executor.TestExplainForJSON (1.3s) PASSED executor.TestIssue28073 (1.1s) PASSED executor.TestKillTableReader (1.9s) PASSED executor.TestMultiAutoRandomID (1.2s) PASSED executor.TestRevokeDBScope (1.3s) PASSED executor.TestShow (1.1s) PASSED executor.TestUnsignedPartitionColumn (5.8s) PASSED executor.TestAllocateContinuousRowID (1.0s) PASSED executor.TestIndexMerge4PlanCache (1.5s) PASSED executor.TestParallelApply (11.0s) PASSED executor.TestResourceGroupTag (1.1s) PASSED executor.TestShowAnalyzeStatus (1.5s) PASSED executor.TestSplitBatchCreateTable (1.0s) PASSED executor.TestSplitRegionTimeout (4.1s) PASSED executor.TestUnionScanForMemBufferReader (3.6s) PASSED executor.TestCancelParseSlowLog (1.0s) PASSED executor.TestCompactTableWithSpecifiedHashPartitionAndOnePartitionFailed (1.0s) PASSED executor.TestPlanCacheWithDifferentVariableTypes (1.1s) PASSED executor.TestProjectionUnparallelRequiredRows (0.0s) PASSED executor.TestSetConcurrency (0.9s) PASSED executor.TestTableStorageStats (1.2s) PASSED executor.TestTiDBClusterLog (1.1s) PASSED executor.TestAutoRandomID (1.2s) PASSED executor.TestDirectReadingWithUnionScan (11.4s) PASSED executor.TestIssue53951 (1.1s) PASSED executor.TestRevokeGlobal (1.4s) PASSED executor.TestSPM4PlanCache (1.1s) PASSED executor.TestSplitBatchCreateTableFailWithEntryTooLarge (1.0s) PASSED executor.TestTSOFail (1.0s) PASSED executor.Test_fillOneImportJobInfo (0.0s) PASSED executor.TestBatchLogForReversedScan (0.1s) PASSED executor.TestCompactTableWithSpecifiedRangePartition (1.0s) PASSED executor.TestPlanCacheClusterIndex (1.2s) PASSED executor.TestSelectionRequiredRows (0.0s) PASSED executor.TestTiDBClusterConfig (1.0s) PASSED executor.TestTikvRegionStatus (1.4s) PASSED executor.TestValidateSetVar (1.1s) PASSED executor.TestGlobalTempTableParallel (1.1s) PASSED executor.TestGrantTableScope (1.1s) 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.1s) PASSED executor.TestBenchDaily (0.0s) PASSED executor.TestChecksum (1.0s) PASSED executor.TestCoprocessorBlockIssues56916 (1.0s) PASSED executor.TestDropGlobalIndex (1.0s) PASSED executor.TestDuplicateEntryMessage (1.9s) PASSED executor.TestGrantDBScope (1.2s) PASSED executor.TestShowSessionStates (1.0s) PASSED executor.TestTableSampleBasic (1.7s) PASSED executor.TestClusterTableSlowQuery (0.9s) PASSED executor.TestDeadlocksTable (0.9s) PASSED executor.TestLeftJoinForUpdate (1.2s) PASSED executor.TestMySQLInsertID (1.1s) PASSED executor.TestRecordHistoryStatsAfterAnalyze (1.2s) PASSED executor.TestSlowQuerySensitiveQuery (1.0s) PASSED executor.TestTableSamplePlan (1.0s) PASSED executor.TestUpdateRowRetryAndThenDupKey (1.1s) PASSED executor.TestGrantColumnScope (0.9s) PASSED executor.TestInsertLockUnchangedKeys (1.6s) PASSED executor.TestInsertLockUnchangedKeys/insert-ignore-pk-false (0.0s) PASSED executor.TestInsertLockUnchangedKeys/insert-ignore-uk-false (0.0s) 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.2s) PASSED executor.TestLimitAndIndexScan (0.0s) PASSED executor.TestLockUnchangedUniqueKeys (3.2s) PASSED executor.TestLockUnchangedUniqueKeys/ClusteredAndRowChanged-false (0.2s) PASSED executor.TestLockUnchangedUniqueKeys/ClusteredAndRowChanged-true (0.2s) PASSED executor.TestLockUnchangedUniqueKeys/ClusteredAndRowUnchanged-false (0.2s) PASSED executor.TestLockUnchangedUniqueKeys/ClusteredAndRowUnchanged-true (0.1s) PASSED executor.TestLockUnchangedUniqueKeys/ClusteredAndRowUnchangedAndParted-false (0.2s) PASSED executor.TestLockUnchangedUniqueKeys/ClusteredAndRowUnchangedAndParted-true (0.1s) PASSED executor.TestLockUnchangedUniqueKeys/Issue36438-false (0.1s) 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.1s) PASSED executor.TestLockUnchangedUniqueKeys/NonClusteredAndRowUnchanged-true (0.1s) PASSED executor.TestLockUnchangedUniqueKeys/NonClusteredAndRowUnchangedAndParted-false (0.1s) PASSED executor.TestLockUnchangedUniqueKeys/NonClusteredAndRowUnchangedAndParted-true (0.1s) PASSED executor.TestLockUnchangedUniqueKeys/UniqueAndRowChanged-false (0.1s) PASSED executor.TestLockUnchangedUniqueKeys/UniqueAndRowChanged-true (0.2s) PASSED executor.TestLockUnchangedUniqueKeys/UniqueAndRowUnchanged-false (0.1s) PASSED executor.TestLockUnchangedUniqueKeys/UniqueAndRowUnchanged-true (0.1s) PASSED executor.TestLockUnchangedUniqueKeys/UniqueAndRowUnchangedAndParted-false (0.1s) PASSED executor.TestLockUnchangedUniqueKeys/UniqueAndRowUnchangedAndParted-true (0.2s) PASSED executor.TestSlowQueryWithoutSlowLog (0.9s) PASSED executor.TestTableSampleNoSplitTable (1.0s) PASSED executor.TestTxnWriteThroughputSLI (1.0s) PASSED executor.TestCompactTableWithTiFlashDown (7.2s) PASSED executor.TestMetricTableData (0.9s) PASSED executor.TestPreparePlanCache4Blacklist (1.1s) PASSED executor.TestSetCollationAndCharset (1.0s) PASSED executor.TestSplitbyColon (0.0s) PASSED executor.TestTiDBClusterInfo (0.9s) PASSED executor.TestTopNRequiredRows (0.0s) PASSED executor.TestAutoRandomIDAllowZero (1.2s) PASSED executor.TestBRIECreateTable (1.4s) PASSED executor.TestCollectCopRuntimeStats (2.1s) PASSED executor.TestDirectReadingWithAgg (25.6s) PASSED executor.TestIssue32422 (1.3s) PASSED executor.TestIssue55669 (1.2s) PASSED executor.TestRevokeTableScope (1.1s) PASSED executor.TestShowIndex (1.1s) PASSED executor.TestBRIECreateTables (1.2s) PASSED executor.TestCoprocessorOOMTiCase (0.0s) PASSED executor.TestGrantGlobal (1.4s) PASSED executor.TestIdexMerge (5.1s) PASSED executor.TestInsertRuntimeStat (0.0s) PASSED executor.TestRevokeColumnScope (1.2s) PASSED executor.TestShowIndexWithGlobalIndex (1.1s) PASSED executor.TestSnapshotWithConcurrentWrite (15.1s) PASSED executor.TestCompactTableWithHashPartitionAndOnePartitionFailed (0.9s) PASSED executor.TestIssue28064 (0.9s) PASSED executor.TestJoinExec (0.2s) PASSED executor.TestSetVar (1.4s) PASSED executor.TestSkipEmptyIPNodesForTiDBTypeCoprocessor (0.9s) PASSED executor.TestSlowQueryRetriever (0.1s) PASSED executor.TestSortRequiredRows (0.0s) PASSED executor.TestInsertNullInNonStrictMode (0.9s) PASSED executor.TestIssue20236 (1.1s) PASSED executor.TestIssue31024 (1.1s) PASSED executor.TestMaxChunkSize (1.0s) PASSED executor.TestRecordHistoryStatsMetaAfterAnalyze (1.1s) PASSED executor.TestSlowQueryNonPrepared (0.9s) PASSED executor.TestTiKVClientReadTimeout (1.1s) PASSED executor.TestUpdateWithOnUpdateAndAutoGenerated (0.9s) PASSED executor.TestAssertHistoricalStatsAfterAlterTable (2.1s) PASSED executor.TestCompactTableTooBusy (1.0s) PASSED executor.TestEqualDatumsAsBinary (0.0s) PASSED executor.TestInspectionResult (0.9s) PASSED executor.TestLogSlowLogIndex (0.9s) PASSED executor.TestNestedLoopApply (0.0s) PASSED executor.TestSelectIntoFileExists (0.9s) PASSED executor.TestShuffleExit (1.0s) PASSED executor.TestBatchRetrieverHelper (0.0s) PASSED executor.TestGCHistoryStatsAfterDropTable (1.0s) PASSED executor.TestGetMvccByEncodedKeyRegionError (1.0s) PASSED executor.TestGlobalIndexWithSelectLock (1.1s) PASSED executor.TestInsertLargeRow (1.0s) PASSED executor.TestKeyspaceSample (1.8s) PASSED executor.TestSQLDigestTextRetriever (1.0s) PASSED executor.TestSlowQueryMisc (2.0s) PASSED executor.TestCompactTableInProgress (0.8s) PASSED executor.TestEncodePasswordWithPlugin (0.0s) PASSED executor.TestGCOutdatedHistoryStats (3.0s) PASSED executor.TestHandleForeignKeyCascadePanic (1.0s) PASSED executor.TestMoveInfoSchemaToFront (0.0s) PASSED executor.TestSelectIntoOutfilePointGet (0.8s) PASSED executor.TestSlowQuerySessionAlias (0.9s) PASSED executor.TestThresholdCheckInspection (1.1s) PASSED executor.TestBatchInsertWithOnDuplicate (1.1s) PASSED executor.TestCompactTableWithRangePartition (1.0s) PASSED executor.TestFixParseSlowLogFile (0.0s) PASSED executor.TestHashJoinV2UnderApply (1.7s) 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.0s) PASSED executor.TestLimitRequiredRows (0.0s) PASSED executor.TestBuildProjectionForIndexJoinPanic (0.9s) PASSED executor.TestCompactTableInternalError (0.9s) PASSED executor.TestPartitionTableHistoricalStats (1.1s) PASSED executor.TestSelectCheckVisibility (0.8s) PASSED executor.TestSelectIntoOutfileTypes (1.0s) PASSED executor.TestSlowQuery (0.9s) PASSED executor.TestThresholdCheckInspection2 (0.9s) 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 (0.9s) PASSED executor.TestDumpHistoricalStatsByTable (3.0s) PASSED executor.TestEncodedPassword (0.0s) PASSED executor.TestIssue37066 (1.0s) PASSED executor.TestReturnValues (0.9s) PASSED executor.TestSelectIntoOutfileFromTable (0.9s) PASSED executor.TestThresholdCheckInspection3 (0.9s) PASSED executor.TestCompactTableErrorInHalfway (0.8s) PASSED executor.TestDeliminators (0.9s) PASSED executor.TestDumpHistoricalStatsMetaForMultiTables (0.9s) 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 (1.0s) PASSED executor.TestCriticalErrorInspection (0.8s) PASSED executor.TestDumpHistoricalStatsFallback (1.0s) PASSED executor.TestMemCacheReadLock (1.4s) PASSED executor.TestSelectIntoOutfileConstant (0.9s) PASSED executor.TestWarningsInSlowQuery (0.9s) PASSED executor.TestWindowFunctions (2.1s) PASSED executor.TestCompactTableMultipleTiFlashWithError (1.9s) PASSED executor.TestErrLevelsForResetStmtContext (0.0s) PASSED executor.TestInspectionSummary (0.9s) PASSED executor.TestPreparedNullParam (1.0s) PASSED executor.TestSecurityEnhancedMode (0.9s) PASSED executor.TestSlowLogParseTime (0.0s) PASSED executor.TestVarSampAsAWindowFunction (1.0s) PASSED executor.TestYearType (1.0s) PASSED executor.TestCompactTableMultipleTiFlash (1.1s) PASSED executor.TestEscapeType (1.0s) PASSED executor.TestFilterTemporaryTableKeys (0.0s) PASSED executor.TestIssue45964And46050 (1.0s) PASSED executor.TestParseSlowLogFileSerial (0.0s) PASSED executor.TestTiDBHotRegionsHistoryError (1.1s) PASSED executor.TestValidInspectionSummaryRules (0.0s) PASSED executor.TestWithTiDBSnapshot (1.0s) PASSED executor.TestAggPartialResultMapperB (2.0s) PASSED executor.TestCompactTableNoRemainingMultipleTiFlash (0.9s) PASSED executor.TestConfigCheckOfStorageBlockCacheSize (1.1s) PASSED executor.TestDumpReal (0.0s) PASSED executor.TestParseSlowLogFile (0.0s) PASSED executor.TestPointGetLockExistKey (5.5s) PASSED executor.TestSlidingWindowFunctions (1.8s) PASSED executor.TestTiDBHotRegionsHistory (1.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/executor_test/shard_30_of_50/coverage.dat //pkg/executor/aggfuncs:aggfuncs_test PASSED in 127.1s Stats over 50 runs: max = 127.1s, min = 7.5s, avg = 13.4s, dev = 16.3s PASSED aggfuncs.TestPartialResult4Count (0.0s) PASSED aggfuncs.TestMemRowNumber (0.0s) PASSED aggfuncs.TestVarsamp (0.0s) PASSED aggfuncs.TestMergePartialResult4Varsamp (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.TestVarpop (0.0s) PASSED aggfuncs.TestMergePartialResult4Varpop (0.0s) PASSED aggfuncs.TestMemValue (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.TestSum (0.0s) PASSED aggfuncs.TestSum/sum_0 (0.0s) PASSED aggfuncs.TestSum/sum_1 (0.0s) PASSED aggfuncs.TestMergePartialResult4Sum (0.0s) PASSED aggfuncs.TestMergePartialResult4Sum/sum_0 (0.0s) PASSED aggfuncs.TestMergePartialResult4Sum/sum_1 (0.0s) PASSED aggfuncs.TestStddevsamp (0.0s) PASSED aggfuncs.TestMergePartialResult4Stddevsamp (0.0s) PASSED aggfuncs.TestStddevpop (0.0s) PASSED aggfuncs.TestMergePartialResult4Stddevpop (0.0s) PASSED aggfuncs.TestMemRank (0.0s) PASSED aggfuncs.TestFix40463 (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.TestMemPercentRank (0.0s) PASSED aggfuncs.TestMemNtile (0.0s) PASSED aggfuncs.TestDequePushPop (0.0s) PASSED aggfuncs.TestWindowFunctions (0.0s) PASSED aggfuncs.TestDequeReset (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowSet (0.1s) PASSED aggfuncs.TestMaxSlidingWindow (115.8s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_false_-1 (1.7s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_false_0 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_false_1 (1.7s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_true_-1 (1.4s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_true_0 (1.1s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_true_1 (1.2s) PASSED aggfuncs.TestMaxSlidingWindow/date_false_-1 (1.2s) PASSED aggfuncs.TestMaxSlidingWindow/date_false_0 (1.5s) PASSED aggfuncs.TestMaxSlidingWindow/date_false_1 (1.3s) PASSED aggfuncs.TestMaxSlidingWindow/date_true_-1 (1.1s) PASSED aggfuncs.TestMaxSlidingWindow/date_true_0 (1.5s) PASSED aggfuncs.TestMaxSlidingWindow/date_true_1 (1.5s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_false_-1 (1.4s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_false_0 (1.2s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_false_1 (1.4s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_true_-1 (1.2s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_true_0 (1.5s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_true_1 (1.4s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_false_-1 (1.2s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_false_0 (1.5s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_false_1 (1.5s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_true_-1 (1.4s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_true_0 (1.4s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_true_1 (1.6s) PASSED aggfuncs.TestMaxSlidingWindow/double_false_-1 (1.3s) PASSED aggfuncs.TestMaxSlidingWindow/double_false_0 (1.1s) PASSED aggfuncs.TestMaxSlidingWindow/double_false_1 (1.6s) PASSED aggfuncs.TestMaxSlidingWindow/double_true_-1 (1.6s) PASSED aggfuncs.TestMaxSlidingWindow/double_true_0 (1.2s) PASSED aggfuncs.TestMaxSlidingWindow/double_true_1 (1.2s) PASSED aggfuncs.TestMaxSlidingWindow/float_false_-1 (1.3s) PASSED aggfuncs.TestMaxSlidingWindow/float_false_0 (1.6s) PASSED aggfuncs.TestMaxSlidingWindow/float_false_1 (1.7s) PASSED aggfuncs.TestMaxSlidingWindow/float_true_-1 (1.3s) PASSED aggfuncs.TestMaxSlidingWindow/float_true_0 (1.0s) PASSED aggfuncs.TestMaxSlidingWindow/float_true_1 (0.9s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_false_-1 (1.2s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_false_0 (1.3s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_false_1 (1.4s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_true_-1 (1.3s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_true_0 (1.3s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_true_1 (1.2s) PASSED aggfuncs.TestMaxSlidingWindow/text_false_-1 (1.2s) PASSED aggfuncs.TestMaxSlidingWindow/text_false_0 (1.3s) PASSED aggfuncs.TestMaxSlidingWindow/text_false_1 (1.3s) PASSED aggfuncs.TestMaxSlidingWindow/text_true_-1 (1.4s) PASSED aggfuncs.TestMaxSlidingWindow/text_true_0 (1.0s) PASSED aggfuncs.TestMaxSlidingWindow/text_true_1 (1.3s) PASSED aggfuncs.TestMaxSlidingWindow/time_false_-1 (1.3s) PASSED aggfuncs.TestMaxSlidingWindow/time_false_0 (1.2s) PASSED aggfuncs.TestMaxSlidingWindow/time_false_1 (1.4s) PASSED aggfuncs.TestMaxSlidingWindow/time_true_-1 (1.3s) PASSED aggfuncs.TestMaxSlidingWindow/time_true_0 (1.1s) PASSED aggfuncs.TestMaxSlidingWindow/time_true_1 (1.4s) PASSED aggfuncs.TestPartialResult4FirstRowEnum (0.0s) PASSED aggfuncs.TestMemMaxMin (0.1s) 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.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.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.TestMemLeadLag (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowFloat32 (0.0s) PASSED aggfuncs.TestLeadLag (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowString (0.0s) PASSED aggfuncs.TestMemJsonObjectagg (0.2s) PASSED aggfuncs.TestPartialResult4FirstRowTime (0.0s) PASSED aggfuncs.TestMergePartialResult4Avg (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinInt (0.0s) PASSED aggfuncs.TestJsonObjectagg (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowInt (0.0s) PASSED aggfuncs.TestAvg (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinUint (0.0s) PASSED aggfuncs.TestMergePartialResult4JsonObjectagg (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowDecimal (0.0s) PASSED aggfuncs.TestMemAvg (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinDecimal (0.0s) PASSED aggfuncs.TestMemJsonArrayagg (0.0s) PASSED aggfuncs.TestPartialResult4JsonObjectAgg (0.1s) PASSED aggfuncs.TestMergePartialResult4BitFuncs (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinFloat32 (0.0s) PASSED aggfuncs.TestJsonArrayagg (0.0s) PASSED aggfuncs.TestPartialResult4JsonArrayagg (0.2s) PASSED aggfuncs.TestMemBitFunc (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinFloat64 (0.0s) PASSED aggfuncs.TestMergePartialResult4JsonArrayagg (0.0s) PASSED aggfuncs.TestPartialResult4BitFunc (0.0s) PASSED aggfuncs.TestMergePartialResult4Count (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinTime (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.TestCount (0.1s) 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.TestGroupConcat (0.0s) PASSED aggfuncs.TestPartialResult4SumFloat64 (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.TestMergePartialResult4GroupConcat (0.0s) PASSED aggfuncs.TestPartialResult4SumDecimal (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinEnum (0.0s) PASSED aggfuncs.TestWriteTime (0.0s) PASSED aggfuncs.TestMemFirstRow (0.0s) PASSED aggfuncs.TestPartialResult4AvgFloat64 (0.0s) PASSED aggfuncs.TestMemCumeDist (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinSet (0.0s) PASSED aggfuncs.TestMergePartialResult4FirstRow (0.0s) PASSED aggfuncs.TestPartialResult4AvgDecimal (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/aggfuncs/aggfuncs_test/shard_11_of_50/coverage.dat //pkg/executor/join:join_test PASSED in 39.8s Stats over 50 runs: max = 39.8s, min = 1.5s, avg = 8.8s, dev = 8.3s PASSED join.TestLeftOuterJoinProbeBasic (7.0s) PASSED join.TestLeftOuterAntiSemiJoinSpill (7.5s) PASSED join.TestLeftOuterAntiSemiJoinBuildResultFastPath (0.1s) PASSED join.TestLeftOuterAntiSemiJoinProbeWithSel (4.9s) PASSED join.TestLeftOuterAntiSemiJoinProbeOtherCondition (1.8s) PASSED join.TestLeftOuterAntiSemiJoinProbeAllJoinKeys (2.1s) PASSED join.TestLeftOuterAntiSemiJoinProbeBasic (3.1s) 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 (7.4s) PASSED join.TestHashJoinRuntimeStats (0.0s) PASSED join.TestSemiJoinProbeAllJoinKeys (4.6s) PASSED join.TestSemiJoinProbeBasic (4.6s) PASSED join.TestUintptrCanHoldPointer (0.0s) PASSED join.TestBitMaskInUint32 (0.0s) PASSED join.TestSemiAndAntiSemiJoinSpill (3.8s) PASSED join.TestFixedOffsetInRowLayout (0.0s) PASSED join.TestSemiJoinDuplicateKeys (5.0s) PASSED join.TestHeapObjectCanMove (0.0s) PASSED join.TestSemiJoinBasic (0.7s) PASSED join.TestInnerJoinUnderApplyExec (6.0s) PASSED join.TestSetupPartitionInfo (0.0s) PASSED join.TestBalanceOfFilteredRows (0.0s) PASSED join.TestInnerJoinSpillWithOtherCondition (4.6s) PASSED join.TestColumnsAllDataTypes (0.9s) PASSED join.TestInnerJoinSpillBasic (14.5s) PASSED join.TestColumnsBasic (9.9s) PASSED join.TestInnerJoinProbeWithSel (14.1s) PASSED join.TestInnerJoinProbeOtherCondition (1.5s) PASSED join.TestKey (0.3s) PASSED join.TestInnerJoinProbeAllJoinKeys (13.0s) PASSED join.TestLargeColumn (7.8s) PASSED join.TestInnerJoinProbeBasic (4.6s) PASSED join.TestRightOuterJoinProbeWithSel (8.3s) PASSED join.TestIssue54064 (1.1s) PASSED join.TestRightOuterJoinProbeOtherCondition (1.9s) PASSED join.TestIssue18068 (1.1s) PASSED join.TestRightOuterJoinProbeAllJoinKeys (13.0s) PASSED join.TestIssue54055 (1.1s) PASSED join.TestRightOuterJoinProbeBasic (7.2s) PASSED join.TestHashJoinRandomFail (34.8s) PASSED join.TestIssue54688 (3.0s) PASSED join.TestIssue45716 (1.1s) PASSED join.TestIssue59377 (0.5s) PASSED join.TestFallBackAction (0.7s) PASSED join.TestPartitionTableIndexJoinAndIndexReader (4.3s) PASSED join.TestIssue16887 (1.1s) PASSED join.TestOuterJoinUnderApplyExec (10.4s) PASSED join.TestAntiSemiJoinBasic (0.7s) PASSED join.TestLeftOuterJoinProbeAllJoinKeys (12.3s) PASSED join.TestAntiSemiJoinDuplicateKeys (5.3s) PASSED join.TestLeftOuterJoinProbeOtherCondition (1.9s) PASSED join.TestIndexLookupJoinHang (1.1s) PASSED join.TestOuterJoinSpillWithOtherCondition (9.9s) PASSED join.TestLeftOuterJoinProbeWithSel (8.8s) PASSED join.TestNotInWithAntiSemi (0.0s) PASSED join.TestOuterJoinSpillWithSel (5.1s) PASSED join.TestRowIter (0.7s) PASSED join.TestAntiSemiJoinProbeBasic (3.8s) PASSED join.TestLeftOuterSemiJoinProbeBasic (2.7s) PASSED join.TestAntiSemiJoinProbeAllJoinKeys (3.7s) PASSED join.TestLeftOuterSemiJoinProbeAllJoinKeys (1.8s) PASSED join.TestConcurrentMap (0.0s) PASSED join.TestLeftOuterSemiJoinProbeWithSel (4.3s) PASSED join.TestConcurrentMapMemoryUsage (0.0s) PASSED join.TestLeftOuterSemiJoinBuildResultFastPath (0.1s) PASSED join.TestAntiSemiJoinJoinProbeWithSel (6.4s) PASSED join.TestLeftOuterSemiJoinProbeOtherCondition (1.7s) PASSED join.TestConcurrentMapHashTableMemoryUsage (0.0s) PASSED join.TestShuffleMergeJoinInDisk (1.2s) PASSED join.TestHashTableSize (0.0s) PASSED join.TestMergeJoinInDisk (1.1s) PASSED join.TestHashRowContainer (0.0s) PASSED join.TestLeftOuterSemiJoinSpill (6.3s) PASSED join.TestBuild (1.6s) PASSED join.TestVectorizedMergeJoin (2.2s) PASSED join.TestConcurrentBuild (5.8s) PASSED join.TestVectorizedShuffleMergeJoin (2.0s) PASSED join.TestLookup (8.2s) PASSED join.TestOuterJoinSpillBasic (29.6s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/join/join_test/shard_14_of_50/coverage.dat //pkg/executor/test/executor:executor_test PASSED in 18.6s Stats over 50 runs: max = 18.6s, min = 2.4s, avg = 4.0s, dev = 2.4s PASSED executor_test.TestIssues40463 (1.1s) PASSED executor_test.TestIssues49377 (1.0s) PASSED executor_test.TestProcessInfoOfSubQuery (3.1s) PASSED executor_test.TestSessionRootTrackerDetach (1.2s) PASSED executor_test.TestSignalCheckpointForSort (1.1s) PASSED executor_test.TestGlobalMemoryControl2 (4.3s) PASSED executor_test.TestIsFastPlan (1.0s) PASSED executor_test.TestMaxOneRow (1.2s) PASSED executor_test.TestAdmin (2.3s) PASSED executor_test.TestCurrentTimestampValueSelection (2.3s) PASSED executor_test.TestHistoryReadInTxn (1.5s) 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.TestHistoryRead (1.4s) PASSED executor_test.TestSelectVar (1.1s) PASSED executor_test.TestColumnName (1.1s) PASSED executor_test.TestClusteredIndexIsPointGet (1.0s) PASSED executor_test.TestIssue38756 (1.0s) PASSED executor_test.TestPlanReplayer (1.3s) PASSED executor_test.TestPointGetOrderby (1.1s) PASSED executor_test.TestIsPointGet (1.0s) PASSED executor_test.TestIssue50043 (1.2s) PASSED executor_test.TestPlanReplayerCaptureSEM (1.1s) PASSED executor_test.TestAdapterStatement (1.0s) PASSED executor_test.TestLowResolutionTSOReadScope (0.9s) PASSED executor_test.TestLowResolutionTSORead (1.1s) PASSED executor_test.TestIssue50043WithPipelinedDML (6.2s) PASSED executor_test.TestPlanReplayerCapture (1.0s) PASSED executor_test.TestUnionLimit (1.3s) PASSED executor_test.TestIssue51324 (1.6s) PASSED executor_test.TestPlanReplayerContinuesCapture (1.1s) PASSED executor_test.TestUnion2 (2.4s) PASSED executor_test.TestDecimalDivPrecisionIncrement (1.1s) PASSED executor_test.TestPlanReplayerDumpSingle (0.9s) PASSED executor_test.TestAdminShowDDLJobsInfo (1.0s) PASSED executor_test.TestIssue48756 (0.9s) PASSED executor_test.TestTimezonePushDown (1.0s) PASSED executor_test.TestAdminShowDDLJobs (1.0s) PASSED executor_test.TestGetResultRowsCount (1.0s) PASSED executor_test.TestIssue50308 (1.0s) PASSED executor_test.TestNotFillCacheFlag (1.0s) PASSED executor_test.TestTableSampleTemporaryTable (0.9s) PASSED executor_test.TestCollectDMLRuntimeStats (1.0s) PASSED executor_test.TestApplyCache (1.2s) PASSED executor_test.TestPointUpdatePreparedPlanWithCommitMode (1.1s) PASSED executor_test.TestTimestampDefaultValueTimeZone (1.2s) PASSED executor_test.TestPointUpdatePreparedPlan (1.1s) PASSED executor_test.TestCheckIndex (1.1s) PASSED executor_test.TestQueryWithKill (12.0s) PASSED executor_test.TestTiDBCurrentTS (0.9s) PASSED executor_test.TestPointGetPreparedPlanWithCommitMode (1.0s) PASSED executor_test.TestTiDBLastTxnInfo (0.9s) PASSED executor_test.TestTiDBLastQueryInfo (0.9s) PASSED executor_test.TestPointGetPreparedPlan (1.0s) PASSED executor_test.TestPartitionHashCode (1.0s) PASSED executor_test.TestPrevStmtDesensitization (0.9s) PASSED executor_test.TestTwiceCloseUnionExec (1.0s) PASSED executor_test.TestIssue19148 (0.9s) PASSED executor_test.TestOOMActionPriority (1.0s) PASSED executor_test.TestUnreasonablyClose (0.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/executor/executor_test/shard_17_of_50/coverage.dat //pkg/expression:expression_test PASSED in 159.1s Stats over 50 runs: max = 159.1s, min = 11.1s, avg = 31.4s, dev = 31.4s 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.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.2s) 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.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.4s) 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.4s) 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.TestArithmeticPlus (0.0s) PASSED expression.TestConvertTz (0.0s) PASSED expression.TestEval (0.1s) 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 (23.3s) 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.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 (27.1s) 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.3s) PASSED expression.TestTidbShard (0.0s) PASSED expression.TestUncompress (0.0s) PASSED expression.TestVectorizedBuiltinStringEvalOneVec2 (14.3s) 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 (23.1s) 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 (10.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 (9.3s) PASSED expression.TestVectorizedBuiltinStringFunc2 (18.2s) PASSED expression.TestWithTimeZone (0.0s) 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 (18.6s) 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 (31.4s) 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 (29.3s) PASSED expression.TestUUID (0.0s) PASSED expression.TestVectorizedBuiltinControlEvalOneVecGenerated (18.7s) PASSED expression.TestBuiltinFuncCache (0.0s) PASSED expression.TestCILike (0.0s) PASSED expression.TestCurrentTso (0.0s) PASSED expression.TestExtract (0.0s) PASSED expression.TestIlike (0.1s) 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 (15.4s) 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.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 (22.7s) 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.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 (17.9s) PASSED expression.TestVectorizedBuiltinCompareFunc (18.9s) PASSED expression.TestVectorizedBuiltinMathFuncForRand (0.0s) 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 (28.9s) 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 (31.6s) PASSED expression.TestWrapWithCastAsTypesClasses (0.0s) 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.TestEvaluateExprWithNull (0.0s) PASSED expression.TestFieldTypeHashEquals (0.0s) PASSED expression.TestInsert (0.0s) PASSED expression.TestJSONObject (0.0s) PASSED expression.TestRegexpSubstr (0.1s) PASSED expression.TestSQLDigestTextRetriever (0.0s) PASSED expression.TestUnixTimestamp (0.0s) PASSED expression.TestVectorizedBuiltinCompareEvalOneVec (16.9s) PASSED expression.TestVectorizedBuiltinMathFunc (14.5s) 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 (6.2s) PASSED expression.TestWrapWithCastAsDuration (0.0s) 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 (2.1s) PASSED expression.TestVectorizedBuiltinLikeFunc (1.1s) PASSED expression.TestVectorizedBuiltinTimeEvalOneVecGenerated (142.9s) 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 (143.6s) 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.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.5s) PASSED expression.TestSchemaIsUniqueKey (0.0s) PASSED expression.TestWrapWithCastAsJSON (0.0s) PASSED expression.TestCastIntAsIntVec (0.0s) PASSED expression.TestDateFunc2Pb (0.0s) PASSED expression.TestDoubleRow2Vec (0.8s) 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.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.1s) 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.TestBenchMark (0.0s) PASSED expression.TestCastStringAsDecimalSigWithUnsignedFlagInUnion (0.0s) PASSED expression.TestDoubleVec2Row (1.2s) 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 (10.3s) 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 (10.7s) 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.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 (11.9s) PASSED expression.TestTimestampDiff (0.0s) PASSED expression.TestVectorizedBuiltinMathEvalOneVec (10.3s) PASSED expression.TestVectorizedGeneratedBuiltinCompareFunc (22.3s) 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.4s) 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 (12.3s) PASSED expression.TestRowCount (0.0s) PASSED expression.TestSetVar (0.0s) PASSED expression.TestSysDate (0.2s) PASSED expression.TestVectorizedBuiltinCastEvalOneVec (16.2s) 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 (7.0s) 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 (7.9s) PASSED expression.TestCot (0.0s) PASSED expression.TestFromBase64 (0.0s) PASSED expression.TestHashGroupKey (0.5s) PASSED expression.TestInColumnArray (0.0s) PASSED expression.TestJSONMergePreserve (0.0s) PASSED expression.TestProjectionColumn2Pb (0.0s) PASSED expression.TestRegexpLike (0.0s) PASSED expression.TestVectorizedGeneratedBuiltinCompareEvalOneVec (21.2s) PASSED expression.TestYearWeek (0.0s) 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 (2.4s) 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 (9.3s) 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.3s) 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.TestExprPushDownToFlash (0.1s) PASSED expression.TestFindInSet (0.0s) PASSED expression.TestFromUnixTime (0.0s) PASSED expression.TestGetVar (0.0s) PASSED expression.TestInferType (53.9s) PASSED expression.TestSign (0.0s) PASSED expression.TestTiDBVersion (0.0s) PASSED expression.TestVectorizedBuiltinCastFunc (21.7s) PASSED expression.TestVectorizedFilterConsiderNull (22.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/expression_test/shard_26_of_50/coverage.dat //pkg/expression/integration_test:integration_test_test PASSED in 6.1s Stats over 50 runs: max = 6.1s, min = 2.6s, avg = 3.6s, dev = 0.8s PASSED integration_test_test.TestIssue44706 (1.5s) PASSED integration_test_test.TestIssue55885 (1.5s) PASSED integration_test_test.TestVectorLong (2.2s) PASSED integration_test_test.TestIssue51842 (1.3s) PASSED integration_test_test.TestIssue43527 (1.1s) PASSED integration_test_test.TestIssue55886 (1.2s) PASSED integration_test_test.TestVectorDefaultValue (2.0s) PASSED integration_test_test.TestTiDBRowChecksumBuiltin (1.4s) PASSED integration_test_test.TestIssue57608 (1.3s) PASSED integration_test_test.TestVectorColumnInfo (1.4s) PASSED integration_test_test.TestTiDBRowChecksumBuiltinAfterAddColumn (1.1s) PASSED integration_test_test.TestVectorExplainTruncate (1.2s) PASSED integration_test_test.TestTiDBRowChecksumBuiltinAfterDropColumn (1.2s) PASSED integration_test_test.TestVectorConstantExplain (1.2s) PASSED integration_test_test.TestIssue16205 (1.1s) PASSED integration_test_test.TestVectorIndexExplain (1.2s) PASSED integration_test_test.TestPreparePlanCacheOnCachedTable (1.3s) PASSED integration_test_test.TestFixedVector (2.3s) PASSED integration_test_test.TestSetVariables (1.1s) PASSED integration_test_test.TestVector (1.2s) PASSED integration_test_test.TestTimeBuiltin (3.0s) PASSED integration_test_test.TestVectorOperators (1.3s) PASSED integration_test_test.TestCompareBuiltin (1.4s) PASSED integration_test_test.TestVectorCompare (1.2s) PASSED integration_test_test.TestCastJSONTimeDuration (1.1s) PASSED integration_test_test.TestVectorConversion (1.1s) PASSED integration_test_test.TestTimestamp (1.0s) PASSED integration_test_test.TestVectorAssignVariable (1.0s) PASSED integration_test_test.TestVectorControlFlow (1.0s) PASSED integration_test_test.TestPrimaryKeyRequiredSysvar (1.2s) PASSED integration_test_test.TestVectorStringCompare (1.1s) PASSED integration_test_test.TestVectorAggregations (1.2s) PASSED integration_test_test.TestVectorWindow (1.0s) PASSED integration_test_test.TestBuiltinFuncJSONMergePatch_InExpression (1.1s) PASSED integration_test_test.TestVectorArithmatic (1.1s) PASSED integration_test_test.TestBuiltinFuncJSONMergePatch_InColumn (1.1s) PASSED integration_test_test.TestVectorSetOperation (1.1s) PASSED integration_test_test.TestVectorFunctions (1.2s) PASSED integration_test_test.TestVectorMiscFunctions (1.2s) PASSED integration_test_test.TestEnumIndex (1.7s) PASSED integration_test_test.TestVectorSearchPreparedStatement (1.2s) PASSED integration_test_test.TestVectorSearchExtractProj (2.5s) PASSED integration_test_test.TestSecurityEnhancedMode (1.1s) PASSED integration_test_test.TestIssue16697 (1.0s) PASSED integration_test_test.TestInfoBuiltin (1.2s) PASSED integration_test_test.TestGetLock (3.0s) PASSED integration_test_test.TestDecodetoChunkReuse (1.1s) PASSED integration_test_test.TestFilterExtractFromDNF (1.1s) PASSED integration_test_test.TestTiDBDecodeKeyFunc (1.3s) PASSED integration_test_test.TestExprPushdownBlacklist (1.0s) PASSED integration_test_test.TestTiDBEncodeKey (1.1s) PASSED integration_test_test.TestIssue9710 (1.2s) PASSED integration_test_test.TestShardIndexOnTiFlash (1.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/expression/integration_test/integration_test_test/shard_29_of_50/coverage.dat //pkg/infoschema/test/clustertablestest:clustertablestest_test PASSED in 43.8s Stats over 50 runs: max = 43.8s, min = 1.4s, avg = 5.0s, dev = 8.0s PASSED clustertablestest_test.TestStmtSummaryInternalQuery (1.1s) PASSED clustertablestest_test.TestStmtSummaryTablePrivilege (1.1s) PASSED clustertablestest_test.TestStmtSummaryTable (1.1s) PASSED clustertablestest_test.TestFormatStoreServerVersion (0.0s) PASSED clustertablestest_test.TestForClusterServerInfo (2.6s) PASSED clustertablestest_test.TestSimpleStmtSummaryEvictedCount (2.4s) PASSED clustertablestest_test.TestFormatVersion (0.0s) PASSED clustertablestest_test.TestDataLockWaitsPrivilege (1.0s) PASSED clustertablestest_test.TestServerInfoResolveLoopBackAddr (0.0s) PASSED clustertablestest_test.TestSelectHiddenColumn (1.0s) PASSED clustertablestest_test.TestStmtSummaryEvictedPointGet (1.2s) PASSED clustertablestest_test.TestTestDataLockWaits (1.1s) PASSED clustertablestest_test.TestSystemSchemaID (0.9s) PASSED clustertablestest_test.TestInfoSchemaClientErrors (0.9s) PASSED clustertablestest_test.TestSelectClusterTable (1.0s) PASSED clustertablestest_test.TestSelectClusterTablePrivilege (0.9s) PASSED clustertablestest_test.TestTiDBTrx (0.9s) PASSED clustertablestest_test.TestStmtSummaryEvictedCountTable (1.0s) PASSED clustertablestest_test.TestTiDBTrxSummary (2.0s) PASSED clustertablestest_test.TestReloadDropDatabase (1.1s) PASSED clustertablestest_test.TestTableIfHasColumn (0.9s) PASSED clustertablestest_test.TestAttributes (1.0s) PASSED clustertablestest_test.TestStmtSummaryIssue35340 (2.2s) PASSED clustertablestest_test.TestAddFieldsForBinding (1.0s) PASSED clustertablestest_test.TestStmtSummaryHistoryTable (1.0s) PASSED clustertablestest_test.TestSlowQuery (1.0s) PASSED clustertablestest_test.TestMemoryUsageAndOpsHistory (4.8s) PASSED clustertablestest_test.TestStmtSummaryHistoryTableWithUserTimezone (1.0s) PASSED clustertablestest_test.TestStmtSummaryResultRows (1.1s) PASSED clustertablestest_test.TestClusterInfoTime (1.0s) PASSED clustertablestest_test.TestIssue26379 (1.1s) PASSED clustertablestest_test.TestTableRowIDShardingInfo (1.1s) PASSED clustertablestest_test.TestSlowQueryOOM (1.1s) PASSED clustertablestest_test.TestSomeTables (0.9s) PASSED clustertablestest_test.TestMDLView (4.8s) PASSED clustertablestest_test.TestMDLView/add_column (1.3s) PASSED clustertablestest_test.TestMDLView/change_column_in_1_step (1.2s) PASSED clustertablestest_test.TestMDLView/err_don't_show_rollbackdone_ddl (1.2s) PASSED clustertablestest_test.TestMDLView/rename_tables (1.2s) PASSED clustertablestest_test.TestInfoSchemaFieldValue (1.1s) PASSED clustertablestest_test.TestPlanCacheView (1.2s) PASSED clustertablestest_test.TestQuickBinding (2.8s) PASSED clustertablestest_test.TestUniversalBindingFromHistory (0.0s) PASSED clustertablestest_test.TestStmtSummaryShowPlanForSQL (1.0s) PASSED clustertablestest_test.TestStmtSummaryShowPlanForSQL2 (1.1s) PASSED clustertablestest_test.TestCreateBindingFromHistory (1.1s) PASSED clustertablestest_test.TestCreateBindingForPrepareFromHistory (1.0s) PASSED clustertablestest_test.TestErrorCasesCreateBindingFromHistory (1.0s) PASSED clustertablestest_test.TestMDLViewIDConflict (9.6s) PASSED clustertablestest_test.TestBatchCreateBindingFromHistory (1.1s) PASSED clustertablestest_test.TestBatchCreateBindingFromHistoryAtomic (1.0s) PASSED clustertablestest_test.TestRepeatedBatchCreateBindingFromHistory (1.0s) PASSED clustertablestest_test.TestUnusedIndexView (1.1s) PASSED clustertablestest_test.TestBindingFromHistoryWithTiFlashBindable (1.9s) PASSED clustertablestest_test.TestSetBindingStatusBySQLDigest (1.0s) PASSED clustertablestest_test.TestCreateBindingForNotSupportedStmt (1.0s) PASSED clustertablestest_test.TestClusterIndexUsageTable (1.2s) PASSED clustertablestest_test.TestCreateBindingRepeatedly (1.1s) PASSED clustertablestest_test.TestCreateBindingWithUsingKeyword (1.0s) PASSED clustertablestest_test.TestNewCreatedBindingCanWorkWithPlanCache (1.0s) PASSED clustertablestest_test.TestIndexUsageTable (1.3s) PASSED clustertablestest_test.TestCreateBindingForPrepareToken (1.0s) PASSED clustertablestest_test.TestMDLViewWithNoPrivilege (41.6s) PASSED clustertablestest_test.TestMDLViewWithPrivilege (41.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 15.3s Stats over 50 runs: max = 15.3s, min = 1.5s, avg = 3.3s, dev = 2.7s PASSED external.TestGeneralProperties (0.1s) PASSED external.TestGlobalSortLocalWithMergeV2 (1.0s) PASSED external.TestCompareWriter (0.0s) PASSED external.TestOnlyOneGroup (0.0s) PASSED external.TestGlobalSortLocalWithMerge (0.6s) PASSED external.TestCompareReaderEvenlyDistributedContent (0.0s) PASSED external.TestSortedData (0.0s) PASSED external.TestGlobalSortLocalBasic (0.4s) PASSED external.TestRangeSplitterStrictCase (0.0s) PASSED external.TestReadFileConcurrently (0.0s) PASSED external.TestReadLargeFile (0.9s) PASSED external.TestExactlyKeyNum (0.0s) PASSED external.TestReadFileSequential (0.0s) PASSED external.Test3KFilesRangeSplitter (0.0s) PASSED external.TestReadMergeIterCheckHotspot (0.0s) PASSED external.TestReadAllOneFile (0.5s) 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.TestReadAllDataBasic (0.2s) PASSED external.TestGetAllFileNames (0.0s) PASSED external.TestReadAllDataLargeFiles (0.0s) PASSED external.TestCleanUpFiles (0.0s) PASSED external.TestReadAllData (0.0s) PASSED external.TestOnefilePropOffset (0.0s) PASSED external.TestByteReader (0.0s) PASSED external.TestGetMaxOverlapping (0.0s) PASSED external.TestByteReaderAuxBuf (0.0s) PASSED external.TestSortedKVMeta (0.0s) PASSED external.TestOnefileWriterManyRows (1.1s) 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.TestConcurrentRead (0.0s) PASSED external.TestWriterFlushMultiFileNames (0.0s) PASSED external.TestPropertyLengthExceptKeys (0.0s) PASSED external.TestWriter (0.0s) PASSED external.TestExternalMetaPath (0.0s) PASSED external.TestRangePropertyCodec (0.0s) PASSED external.TestMemoryIngestData (0.0s) PASSED external.TestWriterDuplicateDetect (0.0s) PASSED external.TestGetAdjustedConcurrency (0.0s) PASSED external.TestMultiFileStatOverlap (0.0s) PASSED external.TestMultiFileStat (0.0s) PASSED external.TestSplit (0.0s) PASSED external.TestTryDecodeEndKey (0.0s) PASSED external.TestWriterMultiFileStat (0.0s) PASSED external.TestReadWriteJSON (0.0s) PASSED external.TestSwitchMode (7.2s) PASSED external.TestAddKeyValueMaintainRangeProperty (0.0s) PASSED external.TestFlushKVsRetry (0.0s) PASSED external.TestGetRegionSplitKeys (0.0s) PASSED external.TestWriterSort (0.0s) PASSED external.TestMergeKVIter (0.0s) PASSED external.TestKVReadWrite (0.0s) PASSED external.TestOneUpstream (0.0s) PASSED external.TestMergeOverlappingFilesInternal (13.2s) PASSED external.TestAllEmpty (0.0s) PASSED external.TestCorruptContent (0.0s) PASSED external.TestReadAfterCloseConnReader (0.0s) PASSED external.TestHotspot (0.0s) PASSED external.TestOnefileWriterStat (0.7s) PASSED external.TestLimitSizeMergeIter (0.0s) PASSED external.TestLimitSizeMergeIterDiffWeight (0.0s) PASSED external.TestOnefileWriterBasic (0.1s) PASSED external.TestEmptyBaseReader4LimitSizeMergeIter (0.1s) 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.TestMemoryUsageWhenHotspotChange (6.1s) PASSED external.TestCloseLimitSizeMergeIterHalfway (0.0s) PASSED external.TestMergeIterSwitchMode (11.5s) PASSED external.TestMergePropBaseIter (4.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/external/external_test/shard_35_of_50/coverage.dat //pkg/lightning/backend/local:local_test PASSED in 31.4s Stats over 50 runs: max = 31.4s, min = 7.9s, avg = 10.0s, dev = 3.5s PASSED local.TestCheckDiskAvail (0.0s) PASSED local.TestExternalEngine (0.1s) PASSED local.TestWorkerFailedWhenGeneratingJobs (5.0s) PASSED local.TestDoChecksum (0.0s) PASSED local.TestTotalMemoryConsume (0.0s) PASSED local.TestDoChecksumParallel (0.1s) PASSED local.TestStoreWriteLimiter (3.2s) PASSED local.TestCtxCancelIsIgnored (2.0s) PASSED local.TestIncreaseGCLifeTimeFail (0.0s) PASSED local.TestTuneStoreWriteLimiter (3.9s) PASSED local.TestDoChecksumWithErrorAndLongOriginalLifetime (0.0s) PASSED local.TestRegionJobRetryer (3.5s) PASSED local.TestGetGCLifetime (0.0s) PASSED local.TestNewRegionJobs (0.0s) PASSED local.TestRegionJobResetRetryCounter (1.0s) PASSED local.TestSetGCLifetime (0.0s) PASSED local.TestStoreBalancerPick (0.0s) PASSED local.TestGcTTLManagerMulti (1.0s) PASSED local.TestNewWriteRequest (0.0s) PASSED local.TestCancelBalancer (0.0s) PASSED local.TestGcTTLManagerSingle (3.0s) PASSED local.TestDoImport (1.0s) PASSED local.TestPdServiceID (0.0s) PASSED local.TestStoreBalancerNoRace (0.0s) PASSED local.TestDoChecksumWithTikv (23.0s) PASSED local.TestIsIngestRetryable (0.0s) PASSED local.TestGzipCompressor (0.1s) PASSED local.TestUpdateAndGetLimiterConcurrencySafety (0.0s) PASSED local.TestSplitRangeAgain4BigRegionExternalEngine (0.0s) PASSED local.TestGzipDecompressor (1.1s) PASSED local.TestCheckDiskQuota (0.0s) PASSED local.TestBuildDupTask (0.0s) PASSED local.TestRetrieveKeyAndValueFromErrFoundDuplicateKeys (0.0s) PASSED local.TestSplitRangeAgain4BigRegion (0.0s) PASSED local.TestConvertToErrFoundConflictRecordsSingleColumnsIndex (0.0s) PASSED local.TestEngineManager (0.1s) PASSED local.TestConvertToErrFoundConflictRecordsMultipleColumnsIndex (0.0s) PASSED local.TestGetExternalEngineKVStatistics (0.0s) PASSED local.TestGetEngineSizeWhenImport (0.0s) PASSED local.TestPartialWriteIngestBusy (0.0s) PASSED local.TestGetFirstAndLastKey (0.0s) PASSED local.TestIngestSSTWithClosedEngine (0.1s) PASSED local.TestIterOutputHasUniqueMemorySpace (0.0s) PASSED local.TestCreateSSTWriterDefaultBlockSize (0.0s) PASSED local.TestPartialWriteIngestErrorWontPanic (0.0s) PASSED local.TestDupDetectIterator (0.1s) PASSED local.TestKeyAdapterEncoding (0.0s) PASSED local.TestCheckRequirementsTiFlash (0.0s) PASSED local.TestGetRegionSplitSizeKeys (0.0s) PASSED local.TestNotLeaderErrorNeedUpdatePeers (0.0s) PASSED local.TestRangeProperties (0.2s) PASSED local.TestNextKey (0.0s) PASSED local.TestRangePropertiesWithPebble (0.1s) PASSED local.TestCheckPeersBusy (1.0s) PASSED local.TestMergeSSTs (0.1s) PASSED local.TestEngineLocalWriter (4.4s) PASSED local.TestMergeSSTsDuplicated (0.0s) PASSED local.TestLocalIngestLoop (4.6s) PASSED local.TestLocalIsRetryableTiKVWriteError (0.0s) PASSED local.TestLocalWriteAndIngestPairsFailFast (0.0s) PASSED local.TestMultiIngest (5.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/backend/local/local_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 2.9s Stats over 50 runs: max = 2.9s, min = 1.8s, avg = 2.2s, dev = 0.3s PASSED config.TestGetRemove (0.0s) PASSED config.TestContextCancel (0.4s) PASSED config.TestNormalPushPop (0.4s) PASSED config.TestRedactConfig (0.0s) PASSED config.TestAdjustBlockSize (0.0s) PASSED config.TestAdjustConflict (0.0s) PASSED config.TestCompressionType (0.0s) PASSED config.TestByteSizeTOMLDecode (0.0s) PASSED config.TestMoveFrontBack (0.0s) PASSED config.TestCreateSeveralConfigsWithDifferentFilters (0.0s) PASSED config.TestByteSizeTOMLAndJSONEncode (0.0s) PASSED config.TestAdjustPdAddrAndPort (0.0s) PASSED config.TestAdjustTikvImporter (0.0s) PASSED config.TestLoadCharsetFromConfig (0.0s) PASSED config.TestStrictFormat (0.0s) PASSED config.TestCheckpointKeepStrategy (0.0s) PASSED config.TestPausePDSchedulerScope (0.0s) PASSED config.TestDataCharacterSet (0.0s) PASSED config.TestAdjustPdAddrAndPortViaAdvertiseAddr (0.0s) PASSED config.TestRemoveAllowAllFiles (0.0s) PASSED config.TestAdjustPageNotFound (0.0s) PASSED config.TestAdjustConnectRefused (0.0s) PASSED config.TestAdjustMaxRecordRows (0.0s) PASSED config.TestAdjustConflictStrategy (0.0s) PASSED config.TestAdjustBackendNotSet (0.0s) PASSED config.TestAdjustLogicalImportPrepStmt (0.0s) PASSED config.TestAdjustInvalidBackend (0.0s) PASSED config.TestCheckAndAdjustFilePath (0.0s) PASSED config.TestAdjustDiskQuota (0.0s) PASSED config.TestAdjustFileRoutePath (0.0s) PASSED config.TestCronEncodeDecode (0.0s) PASSED config.TestDecodeError (0.0s) PASSED config.TestTomlPostRestore (0.0s) PASSED config.TestLoadFromInvalidConfig (0.0s) PASSED config.TestInvalidSetting (0.0s) PASSED config.TestDefaultCouldBeOverwritten (0.0s) PASSED config.TestInvalidPDAddr (0.0s) PASSED config.TestDefaultTidbBackendValue (0.0s) PASSED config.TestAdjustWillNotContactServerIfEverythingIsDefined (0.0s) PASSED config.TestDefaultImporterBackendValue (0.0s) PASSED config.TestAdjustWillBatchImportRatioInvalid (0.0s) PASSED config.TestLoadConfig (0.0s) PASSED config.TestAdjustSecuritySection (0.0s) PASSED config.TestDuplicateResolutionAlgorithm (0.0s) PASSED config.TestInvalidCSV (0.0s) PASSED config.TestDurationMarshalJSON (0.0s) PASSED config.TestInvalidTOML (0.0s) PASSED config.TestMaxErrorUnmarshal (0.0s) PASSED config.TestStringOrStringSlice (0.0s) PASSED config.TestDurationUnmarshal (0.0s) PASSED config.TestTOMLUnusedKeys (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/config/config_test/shard_22_of_50/coverage.dat //pkg/lightning/mydump:mydump_test PASSED in 3.2s Stats over 50 runs: max = 3.2s, min = 1.8s, avg = 2.3s, dev = 0.3s 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.TestRoutesPanic (0.0s) PASSED mydump.TestCreateTableIfNotExistsStmt (0.0s) PASSED mydump.TestRouter (0.0s) PASSED mydump.TestSchemaImporterManyTables (0.9s) PASSED mydump.TestTablesWithDots (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.TestRouteWithCompressedParquet (0.0s) PASSED mydump.TestViewNoHostTable (0.0s) PASSED mydump.TestRouteWithPath (0.0s) PASSED mydump.TestViewNoHostDB (0.0s) PASSED mydump.TestDataNoHostTable (0.0s) PASSED mydump.TestRouteExpanding (0.0s) PASSED mydump.TestDataNoHostDB (0.0s) PASSED mydump.TestMultiRouteRule (0.0s) PASSED mydump.TestMissingTableSchema (0.0s) PASSED mydump.TestSingleRouteRule (0.0s) PASSED mydump.TestInvalidRouteRule (0.0s) PASSED mydump.TestTableUnexpectedError (0.0s) PASSED mydump.TestDefaultRouter (0.0s) PASSED mydump.TestTableInfoNotFound (0.0s) PASSED mydump.TestDuplicatedTable (0.0s) PASSED mydump.TestRouteParser (0.0s) PASSED mydump.TestSplitLargeFileSeekInsideCRLF (0.0s) PASSED mydump.TestTableNoHostDB (0.0s) PASSED mydump.TestDuplicatedDB (0.0s) PASSED mydump.TestSplitLargeFileOnlyOneChunk (0.0s) PASSED mydump.TestEmptyDB (0.0s) PASSED mydump.TestSplitLargeFileWithCustomTerminator (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.TestLoader (0.0s) PASSED mydump.TestSplitLargeFileNoNewLineAtEOF (0.0s) PASSED mydump.TestInvalidCharReplace (0.0s) PASSED mydump.TestSetupOptions (0.0s) PASSED mydump.TestHeaderSchemaMatch (0.0s) PASSED mydump.TestSplitLargeFile (0.0s) PASSED mydump.TestParquetParser (0.0s) PASSED mydump.TestTPCH (0.0s) PASSED mydump.TestCharsetConversion (0.0s) PASSED mydump.TestCompressedMakeSourceFileRegion (0.0s) PASSED mydump.TestParquetVariousTypes (0.0s) PASSED mydump.TestTPCHMultiBytes (0.0s) PASSED mydump.TestMakeTableRegionsSplitLargeFile (0.0s) PASSED mydump.TestStartingBy (0.0s) PASSED mydump.TestParquetAurora (0.0s) PASSED mydump.TestRFC4180 (0.0s) PASSED mydump.TestHiveParquetParser (0.0s) PASSED mydump.TestMySQL (0.0s) PASSED mydump.TestAllocateEngineIDs (0.0s) PASSED mydump.TestNULL (0.0s) PASSED mydump.TestCustomEscapeChar (0.0s) PASSED mydump.TestNsecOutSideRange (0.0s) PASSED mydump.TestReadRow (0.0s) PASSED mydump.TestSyntaxErrorCSV (0.0s) PASSED mydump.TestReadUntilTerminator (0.0s) PASSED mydump.TestTableRegion (0.0s) PASSED mydump.TestReadChunks (0.0s) PASSED mydump.TestTSV (0.0s) PASSED mydump.TestCsvWithWhiteSpaceLine (0.0s) PASSED mydump.TestNestedRow (0.0s) PASSED mydump.TestExportStatementCompressed (0.0s) PASSED mydump.TestTerminator (0.0s) PASSED mydump.TestEmpty (0.0s) PASSED mydump.TestVariousSyntax (0.0s) PASSED mydump.TestCRLF (0.0s) PASSED mydump.TestContinuation (0.0s) PASSED mydump.TestExportStatementHandleNonEOFError (0.0s) PASSED mydump.TestTrimLastSep (0.0s) PASSED mydump.TestPseudoKeywords (0.0s) PASSED mydump.TestQuotedSeparator (0.0s) PASSED mydump.TestConsecutiveFields (0.0s) PASSED mydump.TestSyntaxError (0.0s) PASSED mydump.TestExportStatementGibberishError (0.0s) PASSED mydump.TestSyntaxErrorLog (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.TestMoreEmptyFiles (0.0s) PASSED mydump.TestSpecialChars (0.0s) PASSED mydump.TestExportStatementGBK (0.0s) PASSED mydump.TestReadError (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) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/mydump/mydump_test/shard_19_of_50/coverage.dat //pkg/planner/core:core_test PASSED in 18.2s Stats over 50 runs: max = 18.2s, min = 3.4s, avg = 6.5s, dev = 2.4s PASSED core.TestCheckPlanClone (0.0s) PASSED core.TestPruneUseBinarySearchSigned (0.0s) PASSED core.TestSingleRuleTraceStep (0.0s) PASSED core.TestTableScanCostWithForce (1.0s) PASSED core.TestTimeScalarFunctionPushDownResult (1.1s) PASSED core.TestAggregationInWindowFunctionPushDownToTiFlash (1.1s) PASSED core.TestCanBePrune (0.0s) PASSED core.TestCostModelTraceVer2 (1.1s) PASSED core.TestPlanCacheClone (1.5s) PASSED core.TestSysdatePushDown (1.1s) PASSED core.TestBitColumnPushDown (1.1s) PASSED core.TestCanTiFlashUseHashJoinV2 (0.0s) PASSED core.TestCostModelVer2ScanRowSize (1.1s) PASSED core.TestIssue58829 (1.1s) PASSED core.TestPartitionIntFullCover (4.5s) PASSED core.TestHandleFineGrainedShuffle (0.0s) PASSED core.TestNestedVirtualGeneratedColumnUpdate (1.0s) PASSED core.TestPartitionVarcharFullCover (3.1s) PASSED core.TestRightShiftPushDownToTiFlash (1.0s) PASSED core.TestScanOnSmallTable (1.0s) PASSED core.TestIssue36243 (1.0s) PASSED core.TestMPPJoinKeyTypeConvert (0.0s) PASSED core.TestPreparedStmtIndexLookup (1.2s) PASSED core.TestTiFlashHashAggPreAggMode (1.0s) PASSED core.TestTimeToSecPushDownToTiFlash (1.1s) PASSED core.TestIssue52472 (1.0s) PASSED core.TestMPPDecimalConvert (0.0s) PASSED core.TestNotReadOnlySQLOnTiFlash (1.1s) PASSED core.TestPlanCachePartitionDuplicates (1.1s) PASSED core.TestTrueCardCost (0.9s) PASSED core.TestCast4PartitionPruning (1.1s) PASSED core.TestFixControl33031 (1.2s) PASSED core.TestIssue54870 (0.9s) PASSED core.TestPlanCostDetail (1.0s) PASSED core.TestPruneColumnsForDelete (0.0s) PASSED core.TestBinaryPlanSwitch (3.0s) PASSED core.TestFastPointGetClone (0.0s) PASSED core.TestNumberFunctionPushDown (1.1s) PASSED core.TestPlanReplayerCaptureRecordJsonStats (1.1s) PASSED core.TestPredicatePushDown (0.0s) PASSED core.TestPruneUseBinarySearchUnSigned (0.0s) PASSED core.TestIssue54213 (1.0s) PASSED core.TestNonPreparedPlanCachePartitionIndex (1.3s) PASSED core.TestNonPreparedPlanCacheable (1.0s) PASSED core.TestPartitionPruningForEQ (0.9s) PASSED core.TestRollupExpand (0.0s) PASSED core.TestEncodeDecodePlan (1.0s) PASSED core.TestImplicitCastNotNullFlag (0.0s) PASSED core.TestInitLRUWithSystemVar (1.0s) PASSED core.TestPartitionRangeForExpr (0.0s) PASSED core.TestScalarFunctionPushDown (1.0s) PASSED core.TestTooLongBinaryPlan (0.9s) PASSED core.TestIssue15110And49616 (1.0s) PASSED core.TestIssue48257 (1.0s) PASSED core.TestIssue49166 (1.0s) PASSED core.TestPreparedPlanCachePartitionIndex (1.1s) PASSED core.TestRemoveOrderbyInSubquery (0.0s) PASSED core.TestEliminateProjectionUnderUnion (0.0s) PASSED core.TestLongBinaryPlan (2.7s) PASSED core.TestNonPreparedPlanCachePlanString (0.9s) PASSED core.TestNormalizedDigest (1.1s) PASSED core.TestPartitionRangeOperation (0.0s) PASSED core.TestReverseUTF8PushDownToTiFlash (0.9s) PASSED core.TestBinaryPlanOfPreparedStmt (2.0s) PASSED core.TestExplainFormatHintRecoverableForTiFlashReplica (1.0s) PASSED core.TestJoinPredicatePushDown (0.0s) PASSED core.TestNonPreparedPlanCacheInformationSchema (0.9s) PASSED core.TestPartitionRangePruner2VarChar (0.0s) PASSED core.TestReversePushDownToTiFlash (0.9s) PASSED core.TestCopPaging (1.7s) PASSED core.TestDecodeBinaryPlan (1.0s) PASSED core.TestNonPreparedPlanTypeRandomly (1.6s) 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 (0.9s) PASSED core.TestNonPreparedPlanCacheInternalSQL (1.0s) PASSED core.TestPartitionRangeColumnsForExpr (0.0s) PASSED core.TestSkipSystemTables (0.0s) PASSED core.TestAggPushDownEngine (1.0s) PASSED core.TestCacheable (1.0s) PASSED core.TestIssue41458 (1.0s) PASSED core.TestPreparedPlanCachePartitions (1.3s) PASSED core.TestWindowLogicalPlanAmbiguous (0.0s) PASSED core.TestBuildFinalModeAggregation (0.0s) PASSED core.TestExplainAnalyzeDML2 (2.2s) PASSED core.TestNonPreparedPlanCacheBasically (1.1s) PASSED core.TestPartitionRangePruner2Date (0.0s) PASSED core.TestSimplifyOuterJoin (0.0s) PASSED core.TestUnnecessaryBinaryPlanInSlowLog (0.9s) PASSED core.TestAnalyzeBuildSucc (0.9s) PASSED core.TestCollectHistNeededColumns (0.0s) PASSED core.TestColumnToProto (0.0s) PASSED core.TestExtraPKNotNullFlag (0.0s) PASSED core.TestIssue29503 (1.1s) PASSED core.TestIssue38269 (0.9s) PASSED core.TestCollectPredicateColumns (0.0s) PASSED core.TestDeriveNotNullConds (0.0s) PASSED core.TestHypoIndexHint (1.1s) PASSED core.TestImportIntoBuildPlan (1.2s) PASSED core.TestIssue53872 (0.9s) PASSED core.TestPartitionRangeColumnsForExprWithSpecialCollation (0.0s) PASSED core.TestAnalyzeSetRate (0.9s) PASSED core.TestGroupByWhenNotExistCols (0.0s) PASSED core.TestIssue31202 (1.0s) PASSED core.TestIssue38533 (1.0s) PASSED core.TestNewLineFieldsInfo (0.0s) PASSED core.TestShow (0.0s) PASSED core.TestIssue46556 (0.9s) PASSED core.TestIssue46760 (1.0s) PASSED core.TestIssue49736Partition (1.0s) PASSED core.TestNoneAccessPathsFoundByIsolationRead (1.0s) PASSED core.TestTraceFastPlan (0.0s) PASSED core.TestDoSubQuery (0.9s) PASSED core.TestIndexJoinAnalyzeLookUpFilters (0.0s) PASSED core.TestIssue49344 (1.0s) PASSED core.TestRewriterPool (0.0s) PASSED core.TestTablePartition (0.0s) PASSED core.TestTiFlashFineGrainedShuffleWithMaxTiFlashThreads (1.0s) PASSED core.TestDisableFold (0.0s) PASSED core.TestIndexLookupCartesianJoin (0.9s) PASSED core.TestIssue37986 (1.0s) PASSED core.TestIssue40093 (1.0s) PASSED core.TestRangeFallbackForAnalyzeLookUpFilters (0.0s) PASSED core.TestSubquery (0.0s) PASSED core.TestAggPushToCopForCachedTable (2.0s) PASSED core.TestDupRandJoinCondsPushDown (0.0s) PASSED core.TestGetPathByIndexName (0.0s) PASSED core.TestInvalidRange (1.0s) PASSED core.TestRequestTypeSupportedOff (1.0s) PASSED core.TestRowSizeInMPP (1.0s) PASSED core.TestBenchDaily (0.0s) PASSED core.TestFastPathInvalidBatchPointGet (0.0s) PASSED core.TestFixControl44823 (1.0s) PASSED core.TestGetParamSQLFromASTConcurrently (0.2s) PASSED core.TestWindowRangeFramePushDownTiflash (1.0s) PASSED core.TestBetween (0.0s) PASSED core.TestDeepClone (0.0s) PASSED core.TestIssue33175 (1.1s) PASSED core.TestIssue38205 (1.0s) 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.0s) PASSED core.TestTablePlansAndTablePlanInPhysicalTableReaderClone (0.0s) PASSED core.TestCast (0.0s) PASSED core.TestEagerAggregation (0.0s) PASSED core.TestIssue40224 (1.1s) PASSED core.TestIssue50235 (1.0s) PASSED core.TestJoinHintCompatibilityWithVariable (1.0s) PASSED core.TestPhysicalPlanClone (0.0s) PASSED core.TestIssue54652 (1.1s) PASSED core.TestListPartitionRandomTransaction (1.2s) PASSED core.TestParameterize (0.0s) PASSED core.TestResolvingCorrelatedAggregate (0.0s) PASSED core.TestVirtualExprPushDown (1.1s) 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.1s) PASSED core.TestIssue40679 (1.0s) PASSED core.TestPatternIn (0.0s) PASSED core.TestAggWithJsonPushDownToTiFlash (1.0s) PASSED core.TestCompareRow (0.0s) PASSED core.TestPhysicalPlanMemoryTrace (0.0s) PASSED core.TestPlanCacheWithSubquery (1.0s) PASSED core.TestProjectionEliminator (0.0s) PASSED core.TestRequireInsertAndSelectPriv (0.0s) PASSED core.TestDAGPlanBuilderSplitAvg (1.0s) PASSED core.TestGetFormatPushDownToTiFlash (1.0s) PASSED core.TestGetFullAnalyzeColumnsInfo (0.0s) PASSED core.TestIsNull (0.0s) PASSED core.TestPlanCacheWithLimit (1.0s) PASSED core.TestSortByItemsPruning (0.0s) PASSED core.TestInstancePlanCacheAcrossSession (1.1s) PASSED core.TestIsIPv6ToTiFlash (1.1s) PASSED core.TestLRUPlanCacheMemoryUsage (0.0s) PASSED core.TestListPartitionView (1.1s) PASSED core.TestSimplyOuterJoinWithOnlyOuterExpr (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 (0.9s) PASSED core.TestBuildAdminAlterDDLJobPlan (0.0s) PASSED core.TestCostOverflow (0.0s) PASSED core.TestIssue42125 (0.9s) PASSED core.TestPhysicalOptimizeWithTraceEnabled (0.9s) PASSED core.TestValidate (0.0s) PASSED core.TestConflictedJoinTypeHints (0.0s) PASSED core.TestIsIPv4ToTiFlash (0.9s) PASSED core.TestIssue38244 (0.0s) PASSED core.TestListPartitionAgg (1.1s) PASSED core.TestPlanCacheDirtyTables (1.2s) PASSED core.TestEltPushDownToTiFlash (1.0s) PASSED core.TestEnforcedProperty (0.0s) PASSED core.TestGetMaxWriteSpeedFromExpression (0.0s) PASSED core.TestNonPreparedPlanExplainWarning (2.1s) PASSED core.TestPhysicalOptimizerTrace (1.0s) PASSED core.TestUniqueKeyInfo (0.0s) PASSED core.TestAggPrune (0.0s) PASSED core.TestHintCannotFitProperty (0.0s) PASSED core.TestNonPreparedPlanCachePanic (1.1s) PASSED core.TestPhysicalOptimizerTraceChildrenNotDuplicated (1.1s) PASSED core.TestRegexpInstrPushDownToTiFlash (1.0s) PASSED core.TestValidator (1.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.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.0s) PASSED core.TestPhysicalTableScanExtractCorrelatedCols (1.0s) PASSED core.TestPlanCacheRandomCases (14.2s) PASSED core.TestForeignKey (1.1s) PASSED core.TestFragmentInitSingleton (0.0s) PASSED core.TestInstancePlanCacheBasic (0.0s) PASSED core.TestNonPreparedPlanCacheAutoStmtRetry (1.1s) PASSED core.TestRegexpSubstrPushDownToTiFlash (1.0s) PASSED core.TestVisitInfo (0.0s) PASSED core.TestExplainAnalyzeDMLCommit (1.5s) PASSED core.TestExtractTableList (0.0s) PASSED core.TestFastPlanContextTables (0.0s) PASSED core.TestIndexMergePathGeneration (0.0s) PASSED core.TestLRUPCSetCapacity (0.0s) PASSED core.TestPlanCacheMVIndexManually (1.4s) PASSED core.TestCastTimeAsDurationToTiFlash (1.2s) PASSED core.TestIndexMergeWithOrderProperty (1.2s) PASSED core.TestInstancePlanCacheEvictAll (0.0s) PASSED core.TestIssue43667 (1.2s) PASSED core.TestLargeVarcharAutoConv (1.2s) PASSED core.TestTopNPushDown (0.0s) PASSED core.TestDropGlobalTempTable (1.1s) PASSED core.TestInstancePlanCacheWithMatchOpts (0.0s) PASSED core.TestIssue43667Concurrency (7.0s) PASSED core.TestPlanCacheForIntersectionIndexMerge (1.0s) PASSED core.TestRegexpReplacePushDownToTiFlash (1.0s) PASSED core.TestUnion (0.0s) PASSED core.TestAnalyzeVectorIndex (1.4s) PASSED core.TestCorColRangeWithRangeMaxSize (1.3s) PASSED core.TestLRUPCDeleteAll (0.0s) PASSED core.TestPlanCacheMVIndexRandomly (2.2s) PASSED core.TestPlanStringer (1.2s) PASSED core.TestSkylinePruning (0.0s) PASSED core.TestHintForIntersectionIndexMerge (4.0s) PASSED core.TestInstancePlanCacheConcurrentRead (0.3s) PASSED core.TestIssue47133 (1.2s) PASSED core.TestNameResolver (0.0s) PASSED core.TestPreprocessCTE (1.2s) PASSED core.TestUnhexPushDownToTiFlash (1.0s) PASSED core.TestCollectFilters4MVIndexMutations (1.1s) PASSED core.TestInstancePlanCacheConcurrentWriteRead (0.0s) PASSED core.TestLeastGretestStringPushDownToTiFlash (1.0s) PASSED core.TestOuterJoinEliminator (0.0s) PASSED core.TestPlanCacheBindingIgnore (1.1s) PASSED core.TestPreprocessDeleteFromWithAlias (1.1s) PASSED core.TestDPReorderTPCHQ5 (0.0s) PASSED core.TestIssue53505 (1.1s) PASSED core.TestLRUPCPut (0.0s) PASSED core.TestMultiMVIndexRandom (1.9s) PASSED core.TestSelectView (0.0s) PASSED core.TestTiFlashReadForWriteStmt (1.1s) PASSED core.TestBuiltinFuncFlen (1.3s) PASSED core.TestDPReorderAllCartesian (0.0s) PASSED core.TestLRUPCGet (0.0s) PASSED core.TestMVIndexRandom (1.8s) PASSED core.TestPointGetWithSelectLock (1.1s) PASSED core.TestWindowFunction (0.0s) PASSED core.TestLRUPCDelete (0.0s) PASSED core.TestPlanCacheForIndexRangeFallback (1.0s) PASSED core.TestPlanCacheMVIndex (6.7s) PASSED core.TestRuntimeFilterGenerator (1.3s) PASSED core.TestWarningWithDisablePlanCacheStmt (1.1s) PASSED core.TestWindowParallelFunction (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/core_test/shard_32_of_50/coverage.dat //pkg/privilege/privileges:privileges_test PASSED in 5.9s Stats over 50 runs: max = 5.9s, min = 2.5s, avg = 3.4s, dev = 0.8s PASSED privileges.TestGrantCreateTmpTables (1.3s) PASSED privileges.TestCreateTmpTablesPriv (1.4s) PASSED privileges.TestLoadUserTable (1.2s) PASSED privileges.TestDashboardClientDynamicPriv (1.2s) PASSED privileges.TestGrantOptionAndRevoke (1.4s) PASSED privileges.TestGrantEvent (1.3s) PASSED privileges.TestLoadGlobalPrivTable (1.2s) PASSED privileges.TestInfoSchemaUserPrivileges (1.1s) PASSED privileges.TestLoadDBTable (1.1s) PASSED privileges.TestSkipGrantTable (1.2s) PASSED privileges.TestDynamicPrivsRegistration (1.6s) PASSED privileges.TestIssue29823 (1.2s) PASSED privileges.TestLoadTablesPrivTable (1.2s) PASSED privileges.TestSecurityEnhancedModeRestrictedUsers (1.3s) PASSED privileges.TestViewDefiner (1.2s) PASSED privileges.TestIssue37488 (1.1s) PASSED privileges.TestLoadColumnsPrivTable (1.1s) PASSED privileges.TestSecurityEnhancedModeSysVars (1.2s) PASSED privileges.TestCheckPasswordExpired (2.0s) PASSED privileges.TestLoadDefaultRoleTable (1.0s) PASSED privileges.TestSecurityEnhancedLocalBackupRestore (1.1s) PASSED privileges.TestSecurityEnhancedModeInfoschema (1.0s) PASSED privileges.TestPasswordExpireWithoutSandBoxMode (3.1s) PASSED privileges.TestPatternMatch (1.1s) PASSED privileges.TestSecurityEnhancedModeRestrictedTables (1.2s) PASSED privileges.TestDynamicGrantOption (1.1s) PASSED privileges.TestHostMatch (1.1s) PASSED privileges.TestPasswordExpireWithSandBoxMode (3.1s) PASSED privileges.TestDynamicPrivs (1.1s) PASSED privileges.TestUserTableConsistency (1.1s) PASSED privileges.TestCaseInsensitive (1.1s) PASSED privileges.TestVerificationInfoWithSessionTokenPlugin (2.7s) PASSED privileges.TestDefaultRoles (1.1s) PASSED privileges.TestAuthHost (1.1s) PASSED privileges.TestLoadRoleGraph (1.2s) PASSED privileges.TestNilHandleInConnectionVerification (1.0s) PASSED privileges.TestLoadDataPrivilege (1.1s) PASSED privileges.TestRoleGraphBFS (1.1s) PASSED privileges.TestShowGrantsSQLMode (1.1s) PASSED privileges.TestAdminCommand (1.1s) PASSED privileges.TestEnsureActiveUserCoverage (1.1s) PASSED privileges.TestFindAllUserEffectiveRoles (1.0s) PASSED privileges.TestMetricsSchema (3.1s) PASSED privileges.TestSQLVariableAccelerateUserCreationUpdate (1.2s) PASSED privileges.TestSortUserTable (0.0s) PASSED privileges.TestPerformanceSchema (1.1s) PASSED privileges.TestAuthTokenClaims (2.0s) PASSED privileges.TestGlobalPrivValueRequireStr (0.0s) PASSED privileges.TestSystemSchema (1.0s) PASSED privileges.TestDBIsVisible (1.3s) PASSED privileges.TestJWKSImpl (0.0s) PASSED privileges.TestAnalyzeTable (1.2s) PASSED privileges.TestCheckDBPrivilege (1.2s) PASSED privileges.TestShowCreateTable (1.1s) PASSED privileges.TestCheckTablePrivilege (1.1s) PASSED privileges.TestCheckViewPrivilege (1.1s) PASSED privileges.TestConfigPrivilege (1.1s) PASSED privileges.TestCheckPrivilegeWithRoles (1.1s) PASSED privileges.TestErrorMessage (1.0s) PASSED privileges.TestUseDB (1.2s) PASSED privileges.TestDropTablePrivileges (1.1s) PASSED privileges.TestAlterUserStmt (1.2s) PASSED privileges.TestCheckAuthenticate (1.2s) PASSED privileges.TestShowViewPriv (1.1s) PASSED privileges.TestCheckCertBasedAuth (1.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/privileges_test/shard_24_of_50/coverage.dat //pkg/server:server_test PASSED in 28.8s Stats over 50 runs: max = 28.8s, min = 1.7s, avg = 4.3s, dev = 4.5s PASSED server.TestUptime (1.0s) PASSED server.TestSeverHealth (1.0s) PASSED server.TestGetConAttrs (1.1s) PASSED server.TestIssue46197 (1.1s) PASSED server.TestMockConn (1.0s) PASSED server.TestConvertColumnInfo (0.0s) PASSED server.TestIssue54335 (2.4s) 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.1s) PASSED server.TestExtensionChangeUser (1.2s) PASSED server.TestOkEof (1.1s) PASSED server.TestMaxAllowedPacket (0.0s) PASSED server.TestAuthSessionTokenPlugin (1.3s) PASSED server.TestAuthPlugin2 (1.1s) PASSED server.TestChangeUserAuth (1.2s) PASSED server.TestHandleAuthPlugin (1.1s) PASSED server.TestShowErrors (1.0s) PASSED server.TestTiFlashFallback (7.0s) PASSED server.TestPrefetchPartitionTable (1.4s) PASSED server.TestPrefetchBatchPointGet (1.5s) PASSED server.TestPrefetchPointKeys4Delete (1.5s) PASSED server.TestPrefetchPointKeys4Update (1.2s) PASSED server.TestCommitWaitGroup (1.2s) PASSED server.TestShutDown (1.8s) PASSED server.TestConnExecutionTimeout (26.8s) PASSED server.TestGetSessionVarsWaitTimeout (1.1s) PASSED server.TestQueryEndWithZero (1.1s) PASSED server.TestDispatchClientProtocol41 (1.2s) PASSED server.TestDispatch (1.2s) PASSED server.TestInitialHandshake (1.1s) PASSED server.TestIssue1768 (0.0s) PASSED server.TestParseHandshakeResponse (0.0s) PASSED server.TestInitStatsSessionBlockGC (3.9s) PASSED server.TestParseExecArgs (0.0s) PASSED server.TestMalformHandshakeHeader (0.0s) PASSED server.TestIssue33699 (0.9s) PASSED server.TestDateTimeTypes (1.0s) PASSED server.TestRcReadCheckTSConflict (1.0s) PASSED server.TestCursorExistsFlag (1.0s) PASSED server.TestRcReadCheckTSConflictExtra (1.0s) PASSED server.TestCursorFetchSendLongDataReset (1.0s) PASSED server.TestCursorWithParams (1.0s) PASSED server.TestUserConnectionCount (1.0s) PASSED server.TestCursorDetachMemTracker (1.0s) PASSED server.TestCursorFetchSendLongData (1.0s) PASSED server.TestMemoryTrackForPrepareBinaryProtocol (1.0s) PASSED server.TestCursorFetchExecuteWithOpenCursor (0.9s) PASSED server.TestCursorFetchReset (1.0s) PASSED server.TestMemoryLeak (19.9s) PASSED server.TestParseExecArgsAndEncode (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/server_test/shard_2_of_50/coverage.dat //pkg/server/tests/commontest:commontest_test PASSED in 23.0s Stats over 50 runs: max = 23.0s, min = 2.5s, avg = 4.7s, dev = 3.3s PASSED commontest_test.TestConnectionWillNotLeak (1.4s) PASSED commontest_test.TestProxyProtocolWithIpNoFallbackable (1.1s) PASSED commontest_test.TestProxyProtocolWithIpFallbackable (1.3s) PASSED commontest_test.TestTiDBIdleTransactionTimeout (2.6s) PASSED commontest_test.TestChunkReuseCorruptSysVarString (1.0s) PASSED commontest_test.TestSandBoxMode (1.0s) PASSED commontest_test.TestExtensionConnEvent (1.3s) PASSED commontest_test.TestRcReadCheckTS (1.1s) PASSED commontest_test.TestLocalhostClientMapping (1.2s) PASSED commontest_test.TestTopSQLResourceTag (1.4s) PASSED commontest_test.TestSQLModeIsLoadedBeforeQuery (1.0s) PASSED commontest_test.TestVectorTypeTextProtocol (1.0s) PASSED commontest_test.TestTopSQLStatementStats4 (6.0s) PASSED commontest_test.TestPreparedString (1.0s) PASSED commontest_test.TestPreparedTimestamp (1.0s) PASSED commontest_test.TestLazyRowIterator (1.4s) PASSED commontest_test.TestPrepareCount (0.9s) PASSED commontest_test.TestTypeAndCharsetOfSendLongData (1.0s) PASSED commontest_test.TestVectorTypeGORM (1.0s) PASSED commontest_test.TestIssue53634 (1.1s) PASSED commontest_test.TestRegression (1.0s) PASSED commontest_test.TestIssue54254 (1.0s) PASSED commontest_test.TestUint64 (1.0s) PASSED commontest_test.TestAuthSocket (1.0s) PASSED commontest_test.TestSpecialType (1.0s) PASSED commontest_test.TestErrorCode (1.0s) PASSED commontest_test.TestAuth (1.3s) PASSED commontest_test.TestConnectionCount (3.0s) PASSED commontest_test.TestVectorTypeBinaryProtocol (1.0s) PASSED commontest_test.TestIssues (1.0s) PASSED commontest_test.TestDBNameEscape (1.1s) PASSED commontest_test.TestResultFieldTableIsNull (1.1s) PASSED commontest_test.TestStatusAPI (1.0s) PASSED commontest_test.TestStatusPort (1.0s) PASSED commontest_test.TestSocketForwarding (1.1s) PASSED commontest_test.TestMultiStatements (1.3s) PASSED commontest_test.TestSocket (1.1s) PASSED commontest_test.TestInternalSessionTxnStartTS (0.9s) PASSED commontest_test.TestCreateTableFlen (0.9s) PASSED commontest_test.TestFieldList (1.0s) PASSED commontest_test.TestOnlySocket (1.1s) PASSED commontest_test.TestSocketAndIp (1.1s) PASSED commontest_test.TestSystemTimeZone (1.0s) PASSED commontest_test.TestShowTablesFlen (1.0s) PASSED commontest_test.TestClientWithCollation (0.9s) PASSED commontest_test.TestClientErrors (1.0s) PASSED commontest_test.TestSumAvg (1.0s) PASSED commontest_test.TestInitConnect (1.0s) PASSED commontest_test.TestNO_DEFAULT_VALUEFlag (1.0s) PASSED commontest_test.TestNullFlag (1.0s) PASSED commontest_test.TestPessimisticInsertSelectForUpdate (0.9s) PASSED commontest_test.TestTopSQLStatementStats3 (6.0s) PASSED commontest_test.TestGracefulShutdown (3.5s) PASSED commontest_test.TestTopSQLStatementStats2 (2.0s) PASSED commontest_test.TestTopSQLStatementStats (3.0s) PASSED commontest_test.TestTopSQLCPUProfile (12.3s) PASSED commontest_test.TestTopSQLCatchRunningSQL (20.1s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/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 42.9s Stats over 50 runs: max = 42.9s, min = 3.3s, avg = 9.7s, dev = 5.7s PASSED session.TestTiDBUpgradeWithDistTaskEnable (12.8s) PASSED session.TestTiDBUpgradeWithDistTaskEnable/test_disable_dist_task (6.5s) PASSED session.TestTiDBUpgradeWithDistTaskEnable/test_enable_dist_task (6.4s) PASSED session.TestTiDBUpgradeToVer209 (6.3s) PASSED session.TestTiDBUpgradeToVer179 (6.6s) PASSED session.TestWriteDDLTableVersionToMySQLTiDBWhenUpgradingTo178 (6.4s) PASSED session.TestWriteDDLTableVersionToMySQLTiDB (1.2s) 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.5s) PASSED session.TestTiDBUpgradeToVer143 (6.4s) PASSED session.TestTiDBTiDBOptTiDBOptimizerEnableNAAJWhenUpgradingToVer138 (6.4s) PASSED session.TestTiDBStatsLoadPseudoTimeoutUpgradeFrom610To650 (6.7s) PASSED session.TestTiDBNonPrepPlanCacheUpgradeFrom540To700 (6.7s) PASSED session.TestTiDBUpgradeToVer140 (12.1s) PASSED session.TestTiDBUpgradeToVer136 (6.7s) PASSED session.TestTiDBStoreBatchSizeUpgradeFrom650To660 (13.1s) PASSED session.TestTiDBGlobalVariablesDefaultValueUpgradeFrom630To660 (6.7s) PASSED session.TestTiDBServerMemoryLimitUpgradeTo651_2 (6.7s) PASSED session.TestTiDBServerMemoryLimitUpgradeTo651_1 (6.8s) PASSED session.TestTiDBGCAwareUpgradeFrom630To650 (7.1s) PASSED session.TestTiDBCostModelUpgradeFrom610To650 (13.3s) PASSED session.TestTiDBCostModelUpgradeFrom300To650 (7.3s) PASSED session.TestTiDBCostModelInNewCluster (1.1s) PASSED session.TestTiDBOptAdvancedJoinHintInNewCluster (1.1s) PASSED session.TestTiDBOptAdvancedJoinHintWhenUpgrading (6.4s) PASSED session.TestBenchDaily (0.0s) PASSED session.TestTiDBUpgradeWithDistTaskRunning (40.0s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_failed (6.8s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_other (6.7s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_paused (6.5s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_reverted (6.8s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_running (6.5s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_succeed (6.7s) PASSED session.TestTiDBOptRangeMaxSizeWhenUpgrading (6.6s) PASSED session.TestTiDBEnablePagingVariable (1.2s) PASSED session.TestBootstrap (2.3s) PASSED session.TestTiDBUpgradeToVer211 (6.5s) PASSED session.TestBootstrapWithError (1.3s) PASSED session.TestTiDBHistoryTableConsistent (1.1s) PASSED session.TestIndexMergeUpgradeFrom400To540Disable (7.1s) PASSED session.TestIndexMergeUpgradeFrom400To540Enable (6.9s) PASSED session.TestDDLTableCreateBackfillTable (1.2s) PASSED session.TestTiDBUpgradeToVer212 (6.4s) PASSED session.TestIndexMergeUpgradeFrom300To540 (7.1s) PASSED session.TestDDLTableCreateDDLNotifierTable (1.2s) PASSED session.TestIndexJoinMultiPatternByUpgrade650To840 (6.6s) PASSED session.TestIndexMergeInNewCluster (1.1s) PASSED session.TestKeyspaceEtcdNamespace (0.1s) PASSED session.TestUpgrade (7.1s) PASSED session.TestAnalyzeVersionUpgradeFrom300To500 (6.8s) PASSED session.TestReferencesPrivilegeOnColumn (1.1s) PASSED session.TestIssue17979_1 (6.7s) PASSED session.TestNullKeyspaceEtcdNamespace (0.1s) PASSED session.TestForIssue23387 (1.1s) PASSED session.TestSchemaCacheSizeVar (0.9s) 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.6s) PASSED session.TestSysSessionPoolGoroutineLeak (1.0s) PASSED session.TestUpgradeClusteredIndexDefaultValue (6.6s) PASSED session.TestIssue17979_2 (6.7s) PASSED session.TestTiDBUpgradeToVer240 (6.2s) PASSED session.TestDomapHandleNil (0.0s) PASSED session.TestStmtSummary (1.0s) PASSED session.TestANSISQLMode (1.1s) PASSED session.TestWriteClusterIDToMySQLTiDBWhenUpgradingTo242 (6.1s) PASSED session.TestBootstrapInitExpensiveQueryHandle (1.0s) PASSED session.TestGetStartMode (0.0s) PASSED session.TestBindInfoUniqueIndex (6.3s) PASSED session.TestOldPasswordUpgrade (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/session_test/shard_11_of_50/coverage.dat //pkg/sessionctx/variable:variable_test PASSED in 3.8s Stats over 50 runs: max = 3.8s, min = 1.3s, avg = 1.9s, dev = 0.4s PASSED variable.TestTiDBDDLFlashbackConcurrency (0.0s) PASSED variable.TestValidateWithRelaxedValidation (0.0s) PASSED variable.TestScopeToString (0.0s) PASSED variable.TestTiDBCommitterConcurrency (0.0s) PASSED variable.TestSkipInitIsUsed (0.0s) PASSED variable.TestTiDBQueryLogMaxLen (0.0s) PASSED variable.TestSettersandGetters (0.0s) PASSED variable.TestTiDBMemQuotaQuery (0.0s) PASSED variable.TestSysVarNameIsLowerCase (0.0s) PASSED variable.TestTiDBBatchPendingTiFlashCount (0.0s) PASSED variable.TestLimitBetweenVariable (0.0s) PASSED variable.TestNetBufferLength (0.0s) PASSED variable.TestDefaultValuesAreSettable (0.0s) PASSED variable.TestIndexMergeSwitcher (0.0s) PASSED variable.TestDefaultCharsetAndCollation (0.0s) PASSED variable.TestIsNoop (0.0s) PASSED variable.TestBuiltInCase (0.0s) PASSED variable.TestDDLWorkers (0.0s) PASSED variable.TestLcMessages (0.0s) PASSED variable.TestScope (0.0s) PASSED variable.TestDeprecation (0.0s) PASSED variable.TestLcTimeNamesReadOnly (0.0s) PASSED variable.TestIdentity (0.0s) PASSED variable.TestSynonyms (0.0s) PASSED variable.TestGetNativeValType (0.0s) PASSED variable.TestTimestamp (0.0s) PASSED variable.TestLastInsertID (0.0s) PASSED variable.TestTimeValidation (0.0s) PASSED variable.TestBoolValidation (0.0s) PASSED variable.TestSQLAutoIsNull (0.0s) PASSED variable.TestFloatValidation (0.0s) PASSED variable.TestTiDBReplicaRead (0.0s) PASSED variable.TestDurationValidation (0.0s) PASSED variable.TestSecureAuth (0.0s) PASSED variable.TestEnumValidation (0.0s) PASSED variable.TestInstanceScopedVars (0.0s) PASSED variable.TestSessionGetterFuncs (0.0s) PASSED variable.TestUintValidation (0.0s) PASSED variable.TestIntValidation (0.0s) PASSED variable.TestSkipInit (0.0s) PASSED variable.TestReadOnlyNoop (0.0s) PASSED variable.TestRegistrationOfNewSysVar (0.0s) PASSED variable.TestError (0.0s) PASSED variable.TestTiDBMultiStatementMode (0.0s) PASSED variable.TestSysVar (0.0s) PASSED variable.TestTxnIsolation (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.TestDefaultCollationForUTF8MB4 (0.0s) PASSED variable.TestTiDBHashJoinVersion (0.0s) PASSED variable.TestCollationServer (0.0s) PASSED variable.TestEnableWindowFunction (0.0s) PASSED variable.TestTiDBCircuitBreakerPDMetadataErrorRateThresholdPct (0.0s) PASSED variable.TestTiFlashHashJoinVersion (0.0s) PASSED variable.TestDefaultMemoryDebugModeValue (0.0s) PASSED variable.TestInstanceConfigHasMatchingSysvar (0.0s) PASSED variable.TestMockAPI (0.0s) PASSED variable.TestTiDBSchemaCacheSize (0.0s) PASSED variable.TestTiFlashQuerySpillRatio (0.0s) PASSED variable.TestInstanceScope (0.0s) PASSED variable.TestRemovedOpt (0.0s) PASSED variable.TestSetTIDBDistributeReorg (0.0s) PASSED variable.TestTiDBLowResTSOUpdateInterval (0.0s) PASSED variable.TestTiFlashMemQuotaQueryPerNode (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.TestTiDBOptTxnAutoRetry (0.0s) PASSED variable.TestTiFlashMaxBytes (0.0s) PASSED variable.TestSession (0.0s) PASSED variable.TestSetTIDBFastDDL (0.0s) PASSED variable.TestSkipSysvarCache (0.0s) PASSED variable.TestGlobalSystemVariableInitialValue (0.0s) PASSED variable.TestMaxExecutionTime (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.TestSQLModeVar (0.0s) PASSED variable.TestSetTiDBCloudStorageURI (2.0s) PASSED variable.TestIsolationRead (0.0s) PASSED variable.TestTiDBOptOn (0.0s) PASSED variable.TestTiDBServerMemoryLimit2 (0.0s) PASSED variable.TestSQLSelectLimit (0.0s) PASSED variable.TestTiDBTiFlashReplicaRead (0.0s) PASSED variable.TestStatusVar (0.0s) PASSED variable.TestTiDBAutoAnalyzeRatio (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.TestAssertionLevel (0.0s) PASSED variable.TestTiDBEnableRowLevelChecksum (0.0s) PASSED variable.TestUserVars (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.TestOnOffHelpers (0.0s) PASSED variable.TestRowIDShardGenerator (0.0s) PASSED variable.TestTiDBResourceControlStrictMode (0.0s) PASSED variable.TestSessionStatesSystemVar (0.0s) PASSED variable.TestSetStatus (0.0s) PASSED variable.TestTiDBEnableResourceControl (0.0s) PASSED variable.TestHookContext (1.1s) 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.TestHelperFuncs (0.0s) PASSED variable.TestTiDBIgnoreInlistPlanDigest (0.0s) PASSED variable.TestUserVarConcurrently (1.0s) PASSED variable.TestConcurrencyVariables (0.0s) PASSED variable.TestGetReuseChunk (0.0s) PASSED variable.TestSetJobScheduleWindow (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/variable/variable_test/shard_12_of_50/coverage.dat //pkg/statistics/handle/autoanalyze/priorityqueue:priorityqueue_test PASSED in 4.4s Stats over 50 runs: max = 4.4s, min = 1.6s, avg = 3.0s, dev = 0.6s PASSED priorityqueue.TestAddIndexTriggerAutoAnalyzeWithStatsVersion1 (1.7s) 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 (1.0s) 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) PASSED priorityqueue.TestAnalysisPriorityQueue (1.1s) 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.TestVectorIndexTriggerAutoAnalyze (2.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.1s) PASSED priorityqueue.TestDropSchemaEventWithStaticPartition (1.1s) 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.TestDropSchemaEventWithDynamicPartition (1.2s) PASSED priorityqueue.TestCheckNewlyAddedIndexesNeedAnalyzeForPartitionedTable (0.0s) PASSED priorityqueue.TestProcessDMLChangesPartitioned (1.3s) PASSED priorityqueue.TestRemovePartitioning (1.3s) 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.2s) PASSED priorityqueue.TestAlterTablePartitioning (1.2s) PASSED priorityqueue.TestCalculateWeight (0.0s) PASSED priorityqueue.TestRequeueMustRetryJobs (1.2s) PASSED priorityqueue.TestReorganizeTablePartition (1.4s) PASSED priorityqueue.TestGetSpecialEvent (0.0s) PASSED priorityqueue.TestProcessDMLChangesWithLockedTables (1.2s) PASSED priorityqueue.TestExchangeTablePartition (1.3s) PASSED priorityqueue.TestDropTablePartition (1.2s) PASSED priorityqueue.TestAnalyzeDynamicPartitionedTable (1.1s) PASSED priorityqueue.TestProcessDMLChangesWithLockedPartitionsAndDynamicPruneMode (1.2s) PASSED priorityqueue.TestTruncateTablePartition (1.2s) PASSED priorityqueue.TestAnalyzeDynamicPartitionedTableIndexes (1.2s) PASSED priorityqueue.TestProcessDMLChangesWithLockedPartitionsAndStaticPruneMode (1.1s) PASSED priorityqueue.TestDropPartitionedTableWithDynamicPartition (1.3s) PASSED priorityqueue.TestPQCanBeClosedAndReInitialized (1.0s) PASSED priorityqueue.TestValidateAndPrepareForDynamicPartitionedTable (1.1s) PASSED priorityqueue.TestPQHandlesTableDeletionGracefully (1.0s) PASSED priorityqueue.TestPerformanceOfValidateAndPrepare (1.0s) PASSED priorityqueue.TestDropPartitionedTableWithStaticPartition (1.2s) PASSED priorityqueue.TestGenSQLForAnalyzeStaticPartitionedTable (0.0s) PASSED priorityqueue.TestHeap_AddOrUpdate (0.0s) PASSED priorityqueue.TestGenSQLForAnalyzeStaticPartitionedTableIndex (0.0s) PASSED priorityqueue.TestHeapEmptyPop (0.0s) PASSED priorityqueue.TestDropTable (1.1s) PASSED priorityqueue.TestAnalyzeStaticPartitionedTable (1.1s) PASSED priorityqueue.TestHeap_Delete (0.0s) PASSED priorityqueue.TestAnalyzeStaticPartitionedTableIndexes (1.1s) PASSED priorityqueue.TestHeap_Update (0.0s) PASSED priorityqueue.TestHeap_Get (0.0s) PASSED priorityqueue.TestStaticPartitionedTableValidateAndPrepare (1.1s) PASSED priorityqueue.TestHeap_GetByKey (0.0s) PASSED priorityqueue.TestHeap_List (0.0s) PASSED priorityqueue.TestHeap_ListKeys (0.0s) PASSED priorityqueue.TestTruncatePartitionedTableWithDynamicPartition (1.3s) PASSED priorityqueue.TestHeap_Peek (0.0s) PASSED priorityqueue.TestHeap_IsEmpty (0.0s) PASSED priorityqueue.TestHeap_Len (0.0s) PASSED priorityqueue.TestTruncatePartitionedTableWithStaticPartition (1.2s) 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.TestGetAverageAnalysisDuration (1.0s) PASSED priorityqueue.TestGetLastFailedAnalysisDuration (1.0s) PASSED priorityqueue.TestIsDynamicPartitionedTableAnalysisJob (0.0s) PASSED priorityqueue.TestIsDynamicPartitionedTableAnalysisJob/dynamic_partitioned_table (0.0s) PASSED priorityqueue.TestIsDynamicPartitionedTableAnalysisJob/non-partitioned_table (0.0s) PASSED priorityqueue.TestGenSQLForNonPartitionedTable (0.0s) PASSED priorityqueue.TestGenSQLForNonPartitionedTableIndex (0.0s) PASSED priorityqueue.TestTruncateTable (1.0s) PASSED priorityqueue.TestAnalyzeNonPartitionedTable (1.1s) PASSED priorityqueue.TestAnalyzeNonPartitionedIndexes (1.0s) PASSED priorityqueue.TestNonPartitionedTableValidateAndPrepare (1.0s) PASSED priorityqueue.TestHandleDDLEventsWithRunningJobs (1.1s) PASSED priorityqueue.TestValidateAndPrepareWhenOnlyHasFailedAnalysisRecords (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_20_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/autoanalyze/priorityqueue/priorityqueue_test/shard_33_of_50/coverage.dat //pkg/ttl/ttlworker:ttlworker_test PASSED in 190.6s Stats over 50 runs: max = 190.6s, min = 7.3s, avg = 33.2s, dev = 27.5s PASSED ttlworker.TestParallelLockNewTask (38.1s) PASSED ttlworker.TestValidateTTLWork (0.0s) PASSED ttlworker.TestExecuteSQLWithCheck (0.0s) PASSED ttlworker.TestNewScanSession (36.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.TestGetSessionWithFault (38.1s) PASSED ttlworker.TestScanTaskCancelStmt (0.0s) PASSED ttlworker.TestScanTaskCheck (0.0s) PASSED ttlworker.TestScanTaskDoScan (0.0s) PASSED ttlworker.TestScanResultWhenWorkerStop (0.0s) PASSED ttlworker.TestScanWorkerScheduleWithFailedTask (0.0s) PASSED ttlworker.TestScanWorkerSchedule (0.0s) PASSED ttlworker.TestCancelWhileScan (179.1s) PASSED ttlworker.TestParallelSchedule (44.4s) PASSED ttlworker.TestTTLDelRetryBuffer (0.0s) PASSED ttlworker.TestSplitCnt (0.0s) 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.TestTTLDeleteTaskDoDelete (0.0s) PASSED ttlworker.TestTaskScheduleExpireHeartBeat (35.9s) 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.TestTTLDeleteRateLimiter (0.0s) PASSED ttlworker.TestTaskMetrics (39.0s) PASSED ttlworker.TestIterationOfRunningJob (62.0s) PASSED ttlworker.TestRescheduleWithError (23.8s) PASSED ttlworker.TestTTLDeleteTaskWorker (0.0s) PASSED ttlworker.TestTimerJobAfterDropTable (22.2s) PASSED ttlworker.TestJobManagerWithFault (0.0s) PASSED ttlworker.TestDelRateLimiterConcurrency (0.0s) PASSED ttlworker.TestTTLRunningTasksLimitation (24.7s) PASSED ttlworker.TestGetSession (19.6s) PASSED ttlworker.TestMeetTTLRunningTasks (21.9s) PASSED ttlworker.TestJobHeartBeatFailNotBlockOthers (20.9s) PASSED ttlworker.TestParallelLockNewJob (21.5s) PASSED ttlworker.TestShrinkScanWorkerAndResignOwner (21.1s) PASSED ttlworker.TestDisableTTLAfterLoseHeartbeat (21.4s) PASSED ttlworker.TestDisableTTLAfterLoseHeartbeat/disable_TTL_for_a_table_after_losing_heartbeat (0.6s) PASSED ttlworker.TestDisableTTLAfterLoseHeartbeat/disable_TTL_globally_after_losing_heartbeat (0.3s) PASSED ttlworker.TestDisableTTLAfterLoseHeartbeat/drop_a_TTL_table_after_losing_heartbeat (0.9s) PASSED ttlworker.TestFinishJob (19.9s) PASSED ttlworker.TestTaskCancelledAfterHeartbeatTimeout (20.7s) PASSED ttlworker.TestFinishError (23.6s) PASSED ttlworker.TestHeartBeatErrorNotBlockOthers (19.3s) PASSED ttlworker.TestTTLAutoAnalyze (22.8s) PASSED ttlworker.TestResizeWorkers (0.0s) PASSED ttlworker.TestTriggerTTLJob (22.9s) PASSED ttlworker.TestFinishAndUpdateOwnerAtSameTime (21.1s) PASSED ttlworker.TestTTLDeleteWithTimeZoneChange (23.7s) PASSED ttlworker.TestTaskFinishedCondition (0.0s) PASSED ttlworker.TestGetMaxRunningTasksLimit (0.0s) PASSED ttlworker.TestTTLJobDisable (23.3s) PASSED ttlworker.TestManagerJobAdapterNow (21.7s) PASSED ttlworker.TestManagerJobAdapterGetJob (22.6s) PASSED ttlworker.TestManagerJobAdapterSubmitJob (0.1s) PASSED ttlworker.TestSubmitJob (22.7s) PASSED ttlworker.TestTTLManualTriggerOneTimer (23.9s) PASSED ttlworker.TestRescheduleJobs (22.4s) PASSED ttlworker.TestTTLTimerSync (33.2s) PASSED ttlworker.TestManagerJobAdapterCanSubmitJob (25.1s) PASSED ttlworker.TestRescheduleJobsAfterTableDropped (26.4s) PASSED ttlworker.TestTTLTimerHookPrepare (0.0s) PASSED ttlworker.TestJobTimeout (23.3s) PASSED ttlworker.TestTTLTimerHookOnEvent (0.2s) PASSED ttlworker.TestDelayMetrics (23.9s) PASSED ttlworker.TestTriggerScanTask (22.7s) PASSED ttlworker.TestWaitTTLJobFinish (0.0s) PASSED ttlworker.TestGCScanTasks (22.4s) PASSED ttlworker.TestTTLTimerRuntime (0.0s) PASSED ttlworker.TestJobMetrics (22.3s) PASSED ttlworker.TestGCTableStatus (22.3s) PASSED ttlworker.TestGetTTLSchedulePolicy (0.0s) PASSED ttlworker.TestGCTTLHistory (22.7s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_50_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_49_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_48_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_47_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_46_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_45_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_44_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_43_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_42_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_41_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_40_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_39_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_1_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_38_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_37_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_36_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_35_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_2_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_34_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_3_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_33_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_4_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_32_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_31_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_5_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_6_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_30_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_7_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_29_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_8_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_28_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_9_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_10_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_27_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_11_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_12_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_26_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_25_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_24_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_13_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_14_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_23_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_15_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_16_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_22_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_17_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_18_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_21_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_19_of_50/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ttl/ttlworker/ttlworker_test/shard_20_of_50/coverage.dat Test cases: finished with 10189 passing and 0 failing out of 10189 test cases Executed 256 out of 457 tests: 457 tests pass.  [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withCredentials [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