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-2101-v0fbh-c37jf-39wdl Agent pingcap-tidb-pull-unit-test-ddlv1-2101-v0fbh-c37jf-39wdl is provisioned from template pingcap_tidb_pull_unit_test_ddlv1_2101-v0fbh-c37jf --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/pull_unit_test_ddlv1/2101/" runUrl: "job/pingcap/job/tidb/job/pull_unit_test_ddlv1/2101/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "cd56614c10f40a78ec3b32865edaf3ac586eddf0" jenkins/label: "pingcap_tidb_pull_unit_test_ddlv1_2101-v0fbh" name: "pingcap-tidb-pull-unit-test-ddlv1-2101-v0fbh-c37jf-39wdl" 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-2101-v0fbh-c37jf-39wdl" - name: "JENKINS_NAME" value: "pingcap-tidb-pull-unit-test-ddlv1-2101-v0fbh-c37jf-39wdl" - 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-2101-v0fbh-c37jf-39wdl 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 Avoid second fetch Checking out Revision b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" > git rev-list --no-walk b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 30 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv GIT_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_unit_test_ddlv1/2101/display/redirect JENKINS_URL=https://do.pingcap.net/jenkins/ EXECUTOR_NUMBER=0 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/pull_unit_test_ddlv1","buildid":"1908144300995121152","prowjobid":"0a7b66f8-c43c-4ccf-b868-f6517a611a05","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":60382,"author":"mjonss","sha":"a99475fc33674dc9218acc399094b47beacbcaf1","title":"ddl: Non clustered reorg part optimistic backfill","head_ref":"non-clustered-reorg-part-optimistic-backfill","link":"https://github.com/pingcap/tidb/pull/60382","commit_link":"https://github.com/pingcap/tidb/pull/60382/commits/a99475fc33674dc9218acc399094b47beacbcaf1","author_link":"https://github.com/mjonss"}]}} _=/usr/bin/printenv BUILD_ID=1908144300995121152 POD_LABEL=pingcap_tidb_pull_unit_test_ddlv1_2101-v0fbh HOSTNAME=pingcap-tidb-pull-unit-test-ddlv1-2101-v0fbh-c37jf-39wdl OLDPWD=/home/jenkins RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_unit_test_ddlv1/2101/display/redirect?page=changes JENKINS_NODE_COOKIE=169c3188-cac1-4fde-b97a-bf6f3d2cee99 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=2101 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-2101-v0fbh-c37jf-39wdl 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/2101/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=0a7b66f8-c43c-4ccf-b868-f6517a611a05 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/2101/display/redirect?page=artifacts BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_unit_test_ddlv1/2101/ 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=#2101 SHLVL=3 GIT_BRANCH=origin/main BUILD_TAG=jenkins-pingcap-tidb-pull_unit_test_ddlv1-2101 KUBERNETES_SERVICE_PORT=443 NODE_LABELS=pingcap-tidb-pull-unit-test-ddlv1-2101-v0fbh-c37jf-39wdl pingcap_tidb_pull_unit_test_ddlv1_2101-v0fbh 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-build3923472704=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw- 1 jenkins root 1, 3 Apr 4 13:07 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-pull-unit-test-ddlv1-2101-v0fbh-c37jf-39wdl bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-pull-unit-test-ddlv1-2101-v0fbh-c37jf-39wdl 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: 13843 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 30 IN A 20.205.243.166 github.com. 30 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 13:07:34 UTC 2025 ;; MSG SIZE rcvd: 91 [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-a99475f) 1214136320 bytes in 5.07 secs (239678361 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 HEAD is now at a99475fc33 Merge branch 'non-clustered-reorg-duplicate-_tidb_rowid-fix' into non-clustered-reorg-part-optimistic-backfill POST git-upload-pack (656 bytes) From https://github.com/pingcap/tidb = [up to date] master -> origin/master = [up to date] refs/pull/60382/head -> origin/pr/60382/head Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. Previous HEAD position was a99475fc33 Merge branch 'non-clustered-reorg-duplicate-_tidb_rowid-fix' into non-clustered-reorg-part-optimistic-backfill 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..a99475fc33 Fast-forward Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. pkg/ddl/partition.go | 159 +- pkg/ddl/tests/partition/db_partition_test.go | 54 +- pkg/ddl/tests/partition/multi_domain_test.go | 1751 ++++++++++++++++++++--- pkg/ddl/tests/partition/reorg_partition_test.go | 382 ++++- pkg/disttask/framework/taskexecutor/manager.go | 2 +- pkg/executor/insert_test.go | 17 + pkg/table/table.go | 13 + pkg/table/table_test.go | 7 +- pkg/table/tables/partition.go | 255 +++- pkg/table/tables/tables.go | 8 +- tests/integrationtest/r/ddl/db_partition.result | 8 +- tests/realtikvtest/txntest/BUILD.bazel | 1 + tests/realtikvtest/txntest/txn_test.go | 305 ++++ 13 files changed, 2650 insertions(+), 312 deletions(-) ๐Ÿงพ Pre-merged result: a99475fc33674dc9218acc399094b47beacbcaf1 a99475fc33 Merge branch 'non-clustered-reorg-duplicate-_tidb_rowid-fix' into non-clustered-reorg-part-optimistic-backfill d992efb82f Merge remote-tracking branch 'pingcap/master' into non-clustered-reorg-duplicate-_tidb_rowid-fix d9fb3a5337 ddl: Implement TableMode feature (#59009) โœ… Pre merged ๐ŸŽ‰ ๐Ÿ“ update submodules ... โœ… update submodules done โœ… ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache not saved (git/pingcap/tidb/rev-d9fb3a5-a99475f already exists) [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: 2d3b0f12-9064-4ab3-b54c-5674eb6028a6 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_13_07_26.3900756147/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=315121 --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 (100 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (100 packages loaded, 5086 targets configured) Analyzing: target //:gazelle (204 packages loaded, 6172 targets configured) INFO: Analyzed target //:gazelle (430 packages loaded, 6967 targets configured). INFO: Found 1 target... [0 / 358] [Prepa] Writing file external/go_sdk/packages.txt [for tool] [24 / 530] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 4.2 MiB / 12.2 MiB; 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/net/http.a, 1.8 MiB / 8.3 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, 11.0 MiB / 18.9 MiB; 2s remote-cache ... (4 actions, 0 running) [140 / 530] GoCompilePkg external/co_honnef_go_tools/pattern/pattern.a [for tool]; 0s remote-cache ... (21 actions, 0 running) Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 26.225s, Critical Path: 4.83s 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: 0ce47e76-0461-461e-aa5b-aacf99e382ff 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_13_07_26.3900756147/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=315121 --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 (84 packages loaded, 7379 targets configured) INFO: Analyzed target //tools/tazel:tazel (277 packages loaded, 8593 targets configured). INFO: Found 1 target... [0 / 4] [Prepa] BazelWorkspaceStatusAction stable-status.txt [1,163 / 1,307] GoCompilePkg external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a; Downloading external/com_github_pingcap_kvproto/pkg/kvrpcpb/kvrpcpb.a, 8.0 MiB / 10.2 MiB; 0s remote-cache ... (3 actions, 0 running) Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 3.792s, Critical Path: 1.93s 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: b4da1a1d-e1c1-4f18-bbdc-fcedfc49a585 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_13_07_26.3900756147/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 (1384 packages loaded, 12109 targets configured) Analyzing: 457 targets (1621 packages loaded, 15702 targets configured) Analyzing: 457 targets (1767 packages loaded, 16799 targets configured) Analyzing: 457 targets (1908 packages loaded, 18027 targets configured) Analyzing: 457 targets (2214 packages loaded, 21769 targets configured) Analyzing: 457 targets (2274 packages loaded, 22472 targets configured) Analyzing: 457 targets (2281 packages loaded, 22663 targets configured) Analyzing: 457 targets (2282 packages loaded, 23107 targets configured) INFO: Analyzed 457 targets (2282 packages loaded, 23139 targets configured). INFO: Found 457 test targets... [0 / 8] [Prepa] Writing file br/cmd/br/br_test/baseline_coverage.dat ... (5 actions, 0 running) [1,043 / 18,969] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 9.1 MiB / 12.2 MiB; 0s remote-cache ... (35 actions, 0 running) [1,132 / 20,342] 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; 1s remote-cache ... (35 actions, 0 running) [1,136 / 20,349] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 17.0 MiB / 18.9 MiB; 2s remote-cache ... (35 actions, 0 running) [1,192 / 20,991] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 15.6 MiB / 18.9 MiB; 3s remote-cache ... (34 actions, 0 running) [1,724 / 24,050] GoTestGenTest br/pkg/version/build/build_test_/testmain.go; 0s remote-cache ... (34 actions, 0 running) [2,028 / 24,050] GoCompilePkg external/org_golang_x_tools/internal/gcimporter/gcimporter.a [for tool]; Downloading external/org_golang_x_tools/internal/gcimporter/gcimporter.a; 0s remote-cache ... (35 actions, 0 running) [2,465 / 24,050] GoCompilePkg external/org_golang_google_protobuf/internal/impl/impl.a; Downloading external/org_golang_google_protobuf/internal/impl/impl.a, 4.0 MiB / 6.8 MiB; 0s remote-cache ... (35 actions, 0 running) [2,925 / 24,050] GoCompilePkg external/com_github_cockroachdb_redact/internal/escape/escape.a; Downloading external/com_github_cockroachdb_redact/internal/escape/escape.a; 0s remote-cache ... (35 actions, 0 running) [3,423 / 24,050] GoCompilePkg external/com_github_prometheus_client_golang/prometheus/prometheus.a; Downloading external/com_github_prometheus_client_golang/prometheus/prometheus.a, 2.7 MiB / 3.2 MiB; 0s remote-cache ... (35 actions, 0 running) [3,687 / 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, 19.0 MiB / 77.2 MiB; 0s remote-cache ... (35 actions, 0 running) [3,978 / 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, 67.0 MiB / 77.2 MiB; 1s remote-cache ... (35 actions, 0 running) [4,285 / 24,050] GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 23.0 MiB / 25.2 MiB; 0s remote-cache ... (34 actions, 0 running) [4,573 / 24,050] GoCompilePkg external/com_github_apache_arrow_go_v12/arrow/float16/float16.a; Downloading external/com_github_apache_arrow_go_v12/arrow/float16/float16.a; 0s remote-cache ... (34 actions, 0 running) [4,911 / 24,050] GoCompilePkg external/com_github_ks3sdklib_aws_sdk_go/internal/protocol/query/query.a; Downloading external/com_github_ks3sdklib_aws_sdk_go/internal/protocol/query/query.a; 0s remote-cache ... (35 actions, 0 running) [5,144 / 24,050] GoCompilePkg tests/llmtest/generator/generator.a; Downloading tests/llmtest/generator/generator.a, 3.0 MiB / 4.2 MiB; 0s remote-cache ... (35 actions, 0 running) [5,415 / 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, 32.0 MiB / 71.4 MiB; 1s remote-cache ... (35 actions, 0 running) [5,735 / 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, 66.0 MiB / 71.4 MiB; 2s remote-cache ... (35 actions, 0 running) [6,296 / 24,090] GoLink pkg/util/tracing/tracing_test_/tracing_test; 0s remote-cache ... (34 actions, 0 running) [6,715 / 24,132] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 30.0 MiB / 134.7 MiB; 0s remote-cache ... (35 actions, 0 running) [7,103 / 24,156] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 72.0 MiB / 134.7 MiB; 1s remote-cache ... (35 actions, 0 running) [7,495 / 24,213] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 112.0 MiB / 134.7 MiB; 2s remote-cache ... (35 actions, 0 running) [8,158 / 24,245] GoCompilePkg pkg/types/types.a; Downloading pkg/types/types.a, 3.9 MiB / 5.8 MiB; 0s remote-cache ... (34 actions, 0 running) [8,968 / 24,325] 38 / 457 tests; GoLink pkg/util/execdetails/execdetails_test_/execdetails_test; Downloading pkg/util/execdetails/execdetails_test_/execdetails_test, 12.9 MiB / 46.2 MiB; 0s remote-cache ... (35 actions, 0 running) [9,313 / 24,387] 70 / 457 tests; GoLink pkg/util/collate/collate_test_/collate_test; Downloading pkg/util/collate/collate_test_/collate_test, 25.0 MiB / 31.5 MiB; 0s remote-cache ... (35 actions, 0 running) [9,576 / 24,391] 78 / 457 tests; GoLink pkg/util/memory/memory_test_/memory_test; 0s remote-cache ... (35 actions, 0 running) [9,757 / 24,407] 83 / 457 tests; GoLink pkg/ttl/metrics/metrics_test_/metrics_test; Downloading pkg/ttl/metrics/metrics_test_/metrics_test, 22.0 MiB / 23.6 MiB; 1s remote-cache ... (34 actions, 0 running) [9,895 / 24,407] 83 / 457 tests; GoLink pkg/meta/model/model_test_/model_test; Downloading pkg/meta/model/model_test_/model_test, 23.0 MiB / 27.2 MiB; 1s remote-cache ... (35 actions, 0 running) [9,991 / 24,407] 83 / 457 tests; GoLink pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test; Downloading pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test, 21.0 MiB / 47.9 MiB; 1s remote-cache ... (35 actions, 0 running) [10,080 / 24,407] 83 / 457 tests; GoLink pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test; Downloading pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test, 34.0 MiB / 47.9 MiB; 2s remote-cache ... (33 actions, 0 running) [10,174 / 24,407] 84 / 457 tests; GoLink pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test; 3s remote-cache ... (34 actions, 0 running) [10,423 / 24,407] 84 / 457 tests; GoCompilePkg pkg/ddl/placement/expression.recompile538.a; Downloading pkg/ddl/placement/expression.recompile538.a, 63.9 MiB / 99.9 MiB; 3s remote-cache ... (34 actions, 0 running) [10,636 / 24,407] 84 / 457 tests; GoCompilePkg pkg/ddl/placement/expression.recompile538.a; Downloading pkg/ddl/placement/expression.recompile538.a, 92.0 MiB / 99.9 MiB; 4s remote-cache ... (31 actions, 0 running) [10,822 / 24,407] 84 / 457 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 52.0 MiB / 99.9 MiB; 2s remote-cache ... (34 actions, 0 running) [10,959 / 24,407] 84 / 457 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 71.0 MiB / 99.9 MiB; 3s remote-cache ... (32 actions, 0 running) [11,136 / 24,407] 84 / 457 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 91.0 MiB / 99.9 MiB; 4s remote-cache ... (35 actions, 0 running) [11,303 / 24,407] 84 / 457 tests; GoLink pkg/timer/tablestore/tablestore_test_/tablestore_test; Downloading pkg/timer/tablestore/tablestore_test_/tablestore_test, 63.0 MiB / 63.0 MiB; 3s remote-cache ... (35 actions, 0 running) [11,545 / 24,417] 85 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 82.0 MiB / 146.9 MiB; 4s remote-cache ... (35 actions, 0 running) [11,711 / 24,424] 87 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 101.0 MiB / 146.9 MiB; 5s remote-cache ... (33 actions, 0 running) [11,834 / 24,426] 89 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 117.0 MiB / 146.9 MiB; 6s remote-cache ... (35 actions, 0 running) [11,964 / 24,426] 90 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 133.0 MiB / 146.9 MiB; 7s remote-cache ... (33 actions, 0 running) [12,096 / 24,435] 90 / 457 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 8s remote-cache ... (32 actions, 0 running) [12,211 / 24,462] 92 / 457 tests; GoCompilePkg pkg/util/expression.recompile541.a; Downloading pkg/util/expression.recompile541.a, 83.0 MiB / 96.8 MiB; 5s remote-cache ... (35 actions, 0 running) [12,315 / 24,464] 94 / 457 tests; GoCompilePkg pkg/util/expression.recompile541.a; 6s remote-cache ... (35 actions, 0 running) [12,425 / 24,475] 94 / 457 tests; GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1185.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1185.a, 91.0 MiB / 96.8 MiB; 6s remote-cache ... (31 actions, 0 running) [12,530 / 24,481] 97 / 457 tests; GoCompilePkg pkg/store/helper/expression.recompile549.a; Downloading pkg/store/helper/expression.recompile549.a, 70.9 MiB / 96.8 MiB; 5s remote-cache ... (34 actions, 0 running) [12,681 / 24,481] 98 / 457 tests; GoCompilePkg pkg/store/helper/expression.recompile549.a; Downloading pkg/store/helper/expression.recompile549.a, 88.9 MiB / 96.8 MiB; 6s remote-cache ... (35 actions, 0 running) [12,805 / 24,481] 98 / 457 tests; GoCompilePkg pkg/structure/expression.recompile1184.a; Downloading pkg/structure/expression.recompile1184.a, 92.0 MiB / 96.8 MiB; 6s remote-cache ... (33 actions, 0 running) [12,919 / 24,596] 99 / 457 tests; GoLink pkg/store/copr/copr_test_/copr_test; Downloading pkg/store/copr/copr_test_/copr_test, 45.0 MiB / 81.4 MiB; 2s remote-cache ... (35 actions, 0 running) [13,004 / 24,604] 106 / 457 tests; GoLink pkg/store/copr/copr_test_/copr_test; Downloading pkg/store/copr/copr_test_/copr_test, 59.3 MiB / 81.4 MiB; 3s remote-cache ... (34 actions, 0 running) [13,075 / 24,604] 106 / 457 tests; GoLink pkg/store/copr/copr_test_/copr_test; Downloading pkg/store/copr/copr_test_/copr_test, 74.0 MiB / 81.4 MiB; 4s remote-cache ... (35 actions, 0 running) [13,154 / 24,604] 107 / 457 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 41.5 MiB / 109.2 MiB; 3s remote-cache ... (35 actions, 0 running) [13,232 / 24,610] 107 / 457 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 54.6 MiB / 109.2 MiB; 4s remote-cache ... (35 actions, 0 running) [13,288 / 24,612] 108 / 457 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 67.0 MiB / 109.2 MiB; 5s remote-cache ... (35 actions, 0 running) [13,346 / 24,617] 109 / 457 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 79.9 MiB / 109.2 MiB; 6s remote-cache ... (35 actions, 0 running) [13,398 / 24,617] 110 / 457 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 91.0 MiB / 109.2 MiB; 7s remote-cache ... (35 actions, 0 running) [13,473 / 24,619] 112 / 457 tests; GoLink br/pkg/streamhelper/streamhelper_test_/streamhelper_test; Downloading br/pkg/streamhelper/streamhelper_test_/streamhelper_test, 104.3 MiB / 109.2 MiB; 8s remote-cache ... (35 actions, 0 running) [13,562 / 24,663] 116 / 457 tests; GoLink pkg/util/util_test_/util_test; Downloading pkg/util/util_test_/util_test, 69.0 MiB / 70.7 MiB; 5s remote-cache ... (35 actions, 0 running) [13,642 / 24,663] 118 / 457 tests; GoLink pkg/executor/mppcoordmanager/mppcoordmanager_test_/mppcoordmanager_test; Downloading pkg/executor/mppcoordmanager/mppcoordmanager_test_/mppcoordmanager_test, 76.0 MiB / 78.3 MiB; 6s remote-cache ... (35 actions, 0 running) [13,724 / 24,663] 119 / 457 tests; GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 73.3 MiB / 79.2 MiB; 5s remote-cache ... (35 actions, 0 running) [13,849 / 24,689] 120 / 457 tests; GoLink pkg/store/helper/helper_test_/helper_test; Downloading pkg/store/helper/helper_test_/helper_test, 54.0 MiB / 70.9 MiB; 3s remote-cache ... (35 actions, 0 running) [13,921 / 24,698] 120 / 457 tests; GoLink pkg/store/helper/helper_test_/helper_test; Downloading pkg/store/helper/helper_test_/helper_test, 68.0 MiB / 70.9 MiB; 4s remote-cache ... (35 actions, 0 running) [13,977 / 24,698] 120 / 457 tests; GoLink pkg/metrics/metrics_test_/metrics_test; Downloading pkg/metrics/metrics_test_/metrics_test, 54.0 MiB / 63.9 MiB; 3s remote-cache ... (34 actions, 0 running) [14,049 / 24,701] 121 / 457 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 44.0 MiB / 117.0 MiB; 3s remote-cache ... (35 actions, 0 running) [14,106 / 24,701] 121 / 457 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 55.1 MiB / 117.0 MiB; 4s remote-cache ... (35 actions, 0 running) [14,159 / 24,701] 122 / 457 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 66.0 MiB / 117.0 MiB; 5s remote-cache ... (33 actions, 0 running) [14,200 / 24,701] 123 / 457 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 76.0 MiB / 117.0 MiB; 6s remote-cache ... (35 actions, 0 running) [14,271 / 24,778] 124 / 457 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 88.0 MiB / 117.0 MiB; 7s remote-cache ... (35 actions, 0 running) [14,337 / 24,788] 126 / 457 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 100.0 MiB / 117.0 MiB; 8s remote-cache ... (35 actions, 0 running) [14,382 / 24,788] 127 / 457 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 111.0 MiB / 117.0 MiB; 9s remote-cache ... (35 actions, 0 running) [14,442 / 24,792] 128 / 457 tests; GoCompilePkg pkg/extension/expression.recompile1239.a; Downloading pkg/extension/expression.recompile1239.a, 96.0 MiB / 96.8 MiB; 9s remote-cache ... (35 actions, 0 running) [14,517 / 24,792] 131 / 457 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 47.6 MiB / 96.8 MiB; 4s remote-cache ... (35 actions, 0 running) [14,585 / 24,792] 131 / 457 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 63.0 MiB / 96.8 MiB; 5s remote-cache ... (34 actions, 0 running) [14,673 / 24,829] 131 / 457 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 78.0 MiB / 96.8 MiB; 6s remote-cache ... (35 actions, 0 running) [14,718 / 24,829] 131 / 457 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 89.0 MiB / 96.8 MiB; 7s remote-cache ... (35 actions, 0 running) [14,777 / 24,829] 132 / 457 tests; GoLink br/pkg/utils/utils_test_/utils_test; Downloading br/pkg/utils/utils_test_/utils_test, 43.0 MiB / 57.5 MiB; 3s remote-cache ... (35 actions, 0 running) [14,834 / 24,829] 132 / 457 tests; GoLink br/pkg/utils/utils_test_/utils_test; Downloading br/pkg/utils/utils_test_/utils_test, 54.9 MiB / 57.5 MiB; 4s remote-cache ... (35 actions, 0 running) [14,906 / 24,829] 132 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 46.0 MiB / 123.7 MiB; 4s remote-cache ... (35 actions, 0 running) [14,967 / 24,842] 132 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 58.0 MiB / 123.7 MiB; 5s remote-cache ... (35 actions, 0 running) [15,034 / 24,842] 132 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 72.0 MiB / 123.7 MiB; 6s remote-cache ... (35 actions, 0 running) [15,107 / 24,844] 133 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 87.0 MiB / 123.7 MiB; 7s remote-cache ... (35 actions, 0 running) [15,157 / 24,852] 134 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 98.0 MiB / 123.7 MiB; 8s remote-cache ... (35 actions, 0 running) [15,216 / 24,866] 135 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 110.0 MiB / 123.7 MiB; 9s remote-cache ... (35 actions, 0 running) [15,272 / 24,880] 136 / 457 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 123.0 MiB / 123.7 MiB; 10s remote-cache ... (35 actions, 0 running) [15,324 / 24,880] 136 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; Downloading pkg/expression/core.recompile1361.a, 37.0 MiB / 51.0 MiB; 3s remote-cache ... (35 actions, 0 running) [15,392 / 24,886] 137 / 457 tests; GoCompilePkg pkg/expression/core.recompile1361.a; Downloading pkg/expression/core.recompile1361.a, 50.0 MiB / 51.0 MiB; 4s remote-cache ... (35 actions, 0 running) [15,448 / 24,886] 137 / 457 tests; GoCompilePkg pkg/expression/task.recompile1338.a; Downloading pkg/expression/task.recompile1338.a, 16.0 MiB / 17.2 MiB; 1s remote-cache ... (35 actions, 0 running) [15,515 / 24,886] 139 / 457 tests; GoCompilePkg pkg/ttl/ttlworker/task.recompile1337.a; Downloading pkg/ttl/ttlworker/task.recompile1337.a, 16.0 MiB / 17.2 MiB; 1s remote-cache ... (35 actions, 0 running) [15,583 / 24,886] 140 / 457 tests; GoCompilePkg br/pkg/restore/snap_client/snap_client.a; Downloading br/pkg/restore/snap_client/snap_client.a, 9.0 MiB / 13.6 MiB; 1s remote-cache ... (35 actions, 0 running) [15,651 / 24,895] 141 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/task.recompile1338.a; Downloading pkg/disttask/framework/storage/task.recompile1338.a, 15.0 MiB / 17.2 MiB; 1s remote-cache ... (33 actions, 0 running) [15,734 / 24,895] 141 / 457 tests; GoLink pkg/planner/property/property_test_/property_test; Downloading pkg/planner/property/property_test_/property_test, 13.1 MiB / 61.6 MiB; 1s remote-cache ... (35 actions, 0 running) [15,815 / 24,897] 141 / 457 tests; GoLink pkg/planner/property/property_test_/property_test; Downloading pkg/planner/property/property_test_/property_test, 27.9 MiB / 61.6 MiB; 2s remote-cache ... (35 actions, 0 running) [15,880 / 24,897] 143 / 457 tests; GoLink pkg/planner/property/property_test_/property_test; Downloading pkg/planner/property/property_test_/property_test, 40.9 MiB / 61.6 MiB; 3s remote-cache ... (35 actions, 0 running) [15,956 / 24,897] 144 / 457 tests; GoLink pkg/planner/property/property_test_/property_test; Downloading pkg/planner/property/property_test_/property_test, 52.9 MiB / 61.6 MiB; 4s remote-cache ... (35 actions, 0 running) [16,028 / 24,904] 144 / 457 tests; GoLink pkg/ddl/util/util_test_/util_test; Downloading pkg/ddl/util/util_test_/util_test, 44.0 MiB / 62.7 MiB; 3s remote-cache ... (35 actions, 0 running) [16,103 / 24,913] 144 / 457 tests; GoLink pkg/ddl/util/util_test_/util_test; Downloading pkg/ddl/util/util_test_/util_test, 56.3 MiB / 62.7 MiB; 4s remote-cache ... (35 actions, 0 running) [16,169 / 24,949] 144 / 457 tests; GoCompilePkg pkg/planner/core/core.a; Downloading pkg/planner/core/core.a, 49.0 MiB / 51.0 MiB; 3s remote-cache ... (35 actions, 0 running) [16,236 / 24,951] 144 / 457 tests; GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; Downloading pkg/disttask/framework/storage/core.recompile1362.a, 43.0 MiB / 51.0 MiB; 3s remote-cache ... (34 actions, 0 running) [16,293 / 24,951] 145 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 52.0 MiB / 263.6 MiB; 4s remote-cache ... (35 actions, 0 running) [16,362 / 24,953] 147 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 64.0 MiB / 263.6 MiB; 5s remote-cache ... (35 actions, 0 running) [16,423 / 24,953] 148 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 77.1 MiB / 263.6 MiB; 6s remote-cache ... (35 actions, 0 running) [16,490 / 24,955] 148 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 90.0 MiB / 263.6 MiB; 7s remote-cache ... (35 actions, 0 running) [16,531 / 24,955] 149 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 100.0 MiB / 263.6 MiB; 8s remote-cache ... (35 actions, 0 running) [16,588 / 24,955] 150 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 111.7 MiB / 263.6 MiB; 9s remote-cache ... (35 actions, 0 running) [16,634 / 24,955] 150 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 123.0 MiB / 263.6 MiB; 10s remote-cache ... (34 actions, 0 running) [16,684 / 24,955] 150 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 135.0 MiB / 263.6 MiB; 11s remote-cache ... (35 actions, 0 running) [16,746 / 24,955] 151 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 148.0 MiB / 263.6 MiB; 12s remote-cache ... (35 actions, 0 running) [16,807 / 24,955] 151 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 161.0 MiB / 263.6 MiB; 13s remote-cache ... (34 actions, 0 running) [16,854 / 24,966] 151 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 173.0 MiB / 263.6 MiB; 14s remote-cache ... (35 actions, 0 running) [16,912 / 24,966] 151 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 185.6 MiB / 263.6 MiB; 15s remote-cache ... (35 actions, 0 running) [16,971 / 24,966] 151 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 198.0 MiB / 263.6 MiB; 16s remote-cache ... (35 actions, 0 running) [17,026 / 24,966] 151 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 211.0 MiB / 263.6 MiB; 17s remote-cache ... (35 actions, 0 running) [17,097 / 24,968] 151 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 226.0 MiB / 263.6 MiB; 18s remote-cache ... (35 actions, 0 running) [17,153 / 24,981] 152 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 238.0 MiB / 263.6 MiB; 19s remote-cache ... (35 actions, 0 running) [17,191 / 24,995] 153 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 248.0 MiB / 263.6 MiB; 21s remote-cache ... (35 actions, 0 running) [17,232 / 24,995] 153 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; Downloading pkg/expression/expression_test_/expression_test, 259.0 MiB / 263.6 MiB; 22s remote-cache ... (35 actions, 0 running) [17,274 / 24,995] 153 / 457 tests; GoLink pkg/expression/expression_test_/expression_test; 23s remote-cache ... (35 actions, 0 running) [17,323 / 24,997] 153 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 115.4 MiB / 229.7 MiB; 10s remote-cache ... (35 actions, 0 running) [17,354 / 24,997] 156 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 126.0 MiB / 229.7 MiB; 11s remote-cache ... (35 actions, 0 running) [17,393 / 24,999] 157 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 136.6 MiB / 229.7 MiB; 12s remote-cache ... (35 actions, 0 running) [17,434 / 24,999] 158 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 147.0 MiB / 229.7 MiB; 13s remote-cache ... (35 actions, 0 running) [17,481 / 24,999] 158 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 159.5 MiB / 229.7 MiB; 14s remote-cache ... (35 actions, 0 running) [17,532 / 24,999] 158 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 171.0 MiB / 229.7 MiB; 15s remote-cache ... (35 actions, 0 running) [17,582 / 24,999] 159 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 181.0 MiB / 229.7 MiB; 16s remote-cache ... (34 actions, 0 running) [17,634 / 24,999] 159 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 192.0 MiB / 229.7 MiB; 17s remote-cache ... (33 actions, 0 running) [17,671 / 25,036] 159 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 202.0 MiB / 229.7 MiB; 18s remote-cache ... (33 actions, 0 running) [17,707 / 25,036] 159 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 213.0 MiB / 229.7 MiB; 19s remote-cache ... (35 actions, 0 running) [17,753 / 25,038] 159 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; Downloading pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test, 224.0 MiB / 229.7 MiB; 20s remote-cache ... (35 actions, 0 running) [17,797 / 25,038] 160 / 457 tests; GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 21s remote-cache ... (35 actions, 0 running) [17,860 / 25,070] 160 / 457 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; Downloading pkg/bindinfo/bindinfo_test_/bindinfo_test, 217.0 MiB / 232.0 MiB; 20s remote-cache ... (35 actions, 0 running) [17,910 / 25,070] 160 / 457 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; Downloading pkg/bindinfo/bindinfo_test_/bindinfo_test, 228.6 MiB / 232.0 MiB; 21s remote-cache ... (35 actions, 0 running) [17,966 / 25,072] 160 / 457 tests; GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 22s remote-cache ... (35 actions, 0 running) [18,025 / 25,078] 161 / 457 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; Downloading pkg/disttask/framework/storage/storage_test_/storage_test, 219.2 MiB / 228.4 MiB; 21s remote-cache ... (35 actions, 0 running) [18,076 / 25,078] 161 / 457 tests; GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 22s remote-cache ... (35 actions, 0 running) [18,116 / 25,119] 161 / 457 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 110.0 MiB / 239.8 MiB; 10s remote-cache ... (35 actions, 0 running) [18,152 / 25,119] 161 / 457 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 120.2 MiB / 239.8 MiB; 11s remote-cache ... (35 actions, 0 running) [18,205 / 25,124] 162 / 457 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 133.1 MiB / 239.8 MiB; 12s remote-cache ... (35 actions, 0 running) [18,233 / 25,129] 163 / 457 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 142.0 MiB / 239.8 MiB; 13s remote-cache ... (35 actions, 0 running) [18,258 / 25,129] 163 / 457 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 150.0 MiB / 239.8 MiB; 14s remote-cache ... (35 actions, 0 running) [18,292 / 25,129] 164 / 457 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 159.0 MiB / 239.8 MiB; 15s remote-cache ... (35 actions, 0 running) [18,326 / 25,146] 164 / 457 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 169.0 MiB / 239.8 MiB; 16s remote-cache ... (35 actions, 0 running) [18,350 / 25,146] 164 / 457 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 178.0 MiB / 239.8 MiB; 17s remote-cache ... (35 actions, 0 running) [18,385 / 25,146] 164 / 457 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 187.0 MiB / 239.8 MiB; 18s remote-cache ... (35 actions, 0 running) [18,408 / 25,175] 165 / 457 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 195.0 MiB / 239.8 MiB; 19s remote-cache ... (35 actions, 0 running) [18,434 / 25,175] 165 / 457 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 203.0 MiB / 239.8 MiB; 20s remote-cache ... (35 actions, 0 running) [18,454 / 25,175] 165 / 457 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 211.0 MiB / 239.8 MiB; 22s remote-cache ... (34 actions, 0 running) [18,478 / 25,175] 166 / 457 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 220.0 MiB / 239.8 MiB; 23s remote-cache ... (35 actions, 0 running) [18,502 / 25,175] 166 / 457 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 229.0 MiB / 239.8 MiB; 24s remote-cache ... (35 actions, 0 running) [18,518 / 25,175] 166 / 457 tests; GoLink pkg/executor/importer/importer_test_/importer_test; Downloading pkg/executor/importer/importer_test_/importer_test, 236.0 MiB / 239.8 MiB; 25s remote-cache ... (35 actions, 0 running) [18,540 / 25,175] 166 / 457 tests; GoLink pkg/executor/importer/importer_test_/importer_test; 26s remote-cache ... (35 actions, 0 running) [18,557 / 25,175] 166 / 457 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 188.0 MiB / 231.7 MiB; 21s remote-cache ... (35 actions, 0 running) [18,583 / 25,175] 166 / 457 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 196.0 MiB / 231.7 MiB; 22s remote-cache ... (35 actions, 0 running) [18,603 / 25,175] 166 / 457 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 204.0 MiB / 231.7 MiB; 23s remote-cache ... (34 actions, 0 running) [18,628 / 25,175] 166 / 457 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 212.0 MiB / 231.7 MiB; 24s remote-cache ... (34 actions, 0 running) [18,655 / 25,175] 166 / 457 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 220.0 MiB / 231.7 MiB; 25s remote-cache ... (35 actions, 0 running) [18,682 / 25,175] 166 / 457 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 230.0 MiB / 231.7 MiB; 26s remote-cache ... (35 actions, 0 running) [18,702 / 25,175] 166 / 457 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 199.2 MiB / 236.5 MiB; 24s remote-cache ... (35 actions, 0 running) [18,726 / 25,175] 166 / 457 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 208.0 MiB / 236.5 MiB; 25s remote-cache ... (35 actions, 0 running) [18,751 / 25,175] 167 / 457 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 216.0 MiB / 236.5 MiB; 26s remote-cache ... (35 actions, 0 running) [18,771 / 25,175] 167 / 457 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 225.0 MiB / 236.5 MiB; 27s remote-cache ... (35 actions, 0 running) [18,790 / 25,175] 168 / 457 tests; GoLink pkg/timer/timer_test_/timer_test; Downloading pkg/timer/timer_test_/timer_test, 233.0 MiB / 236.5 MiB; 28s remote-cache ... (35 actions, 0 running) [18,812 / 25,175] 168 / 457 tests; GoLink pkg/timer/timer_test_/timer_test; 29s remote-cache ... (34 actions, 0 running) [18,835 / 25,175] 168 / 457 tests; GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; Downloading pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test, 227.9 MiB / 228.3 MiB; 28s remote-cache ... (35 actions, 0 running) [18,872 / 25,175] 168 / 457 tests; GoLink pkg/bindinfo/tests/tests_test_/tests_test; 28s remote-cache ... (34 actions, 0 running) [18,912 / 25,175] 168 / 457 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 216.0 MiB / 230.9 MiB; 26s remote-cache ... (35 actions, 0 running) [18,951 / 25,175] 168 / 457 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; Downloading pkg/disttask/importinto/importinto_test_/importinto_test, 228.0 MiB / 230.9 MiB; 27s remote-cache ... (35 actions, 0 running) [18,980 / 25,175] 168 / 457 tests; GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 28s remote-cache ... (35 actions, 0 running) [19,027 / 25,211] 168 / 457 tests; GoLink br/pkg/backup/backup_test_/backup_test; Downloading br/pkg/backup/backup_test_/backup_test, 212.0 MiB / 232.4 MiB; 25s remote-cache ... (35 actions, 0 running) [19,072 / 25,211] 168 / 457 tests; GoLink br/pkg/backup/backup_test_/backup_test; Downloading br/pkg/backup/backup_test_/backup_test, 224.0 MiB / 232.4 MiB; 26s remote-cache ... (35 actions, 0 running) [19,108 / 25,211] 168 / 457 tests; GoLink br/pkg/backup/backup_test_/backup_test; 27s remote-cache ... (35 actions, 0 running) [19,141 / 25,211] 168 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 73.0 MiB / 228.0 MiB; 7s remote-cache ... (35 actions, 0 running) [19,180 / 25,211] 168 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 83.0 MiB / 228.0 MiB; 8s remote-cache ... (35 actions, 0 running) [19,207 / 25,211] 168 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 93.0 MiB / 228.0 MiB; 9s remote-cache ... (35 actions, 0 running) [19,226 / 25,211] 169 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 101.0 MiB / 228.0 MiB; 10s remote-cache ... (35 actions, 0 running) [19,253 / 25,213] 169 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 109.5 MiB / 228.0 MiB; 11s remote-cache ... (35 actions, 0 running) [19,271 / 25,215] 169 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 117.4 MiB / 228.0 MiB; 12s remote-cache ... (35 actions, 0 running) [19,290 / 25,227] 172 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 125.0 MiB / 228.0 MiB; 13s remote-cache ... (35 actions, 0 running) [19,311 / 25,227] 172 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 134.0 MiB / 228.0 MiB; 14s remote-cache ... (35 actions, 0 running) [19,333 / 25,227] 172 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 142.0 MiB / 228.0 MiB; 15s remote-cache ... (35 actions, 0 running) [19,359 / 25,227] 172 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 150.0 MiB / 228.0 MiB; 16s remote-cache ... (35 actions, 0 running) [19,380 / 25,253] 172 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 158.0 MiB / 228.0 MiB; 17s remote-cache ... (35 actions, 0 running) [19,397 / 25,253] 172 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 167.0 MiB / 228.0 MiB; 18s remote-cache ... (35 actions, 0 running) [19,413 / 25,259] 172 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 174.0 MiB / 228.0 MiB; 19s remote-cache ... (35 actions, 0 running) [19,427 / 25,273] 173 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 181.0 MiB / 228.0 MiB; 20s remote-cache ... (35 actions, 0 running) [19,442 / 25,273] 173 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 188.0 MiB / 228.0 MiB; 21s remote-cache ... (34 actions, 0 running) [19,461 / 25,273] 175 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 197.0 MiB / 228.0 MiB; 22s remote-cache ... (35 actions, 0 running) [19,481 / 25,277] 175 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 205.0 MiB / 228.0 MiB; 23s remote-cache ... (35 actions, 0 running) [19,494 / 25,277] 175 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 212.0 MiB / 228.0 MiB; 24s remote-cache ... (35 actions, 0 running) [19,510 / 25,279] 177 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; Downloading pkg/ddl/tests/fail/fail_test_/fail_test, 220.4 MiB / 228.0 MiB; 26s remote-cache ... (35 actions, 0 running) [19,525 / 25,279] 177 / 457 tests; GoLink pkg/ddl/tests/fail/fail_test_/fail_test; 27s remote-cache ... (35 actions, 0 running) [19,546 / 25,285] 178 / 457 tests; GoLink pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; Downloading pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test, 219.0 MiB / 228.3 MiB; 26s remote-cache ... (35 actions, 0 running) [19,571 / 25,285] 179 / 457 tests; GoLink pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; Downloading pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test, 228.0 MiB / 228.3 MiB; 27s remote-cache ... (35 actions, 0 running) [19,593 / 25,290] 180 / 457 tests; GoLink pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test_/memorycontrol_test; Downloading pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test_/memorycontrol_test, 207.0 MiB / 228.2 MiB; 25s remote-cache ... (35 actions, 0 running) [19,614 / 25,290] 180 / 457 tests; GoLink pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test_/memorycontrol_test; Downloading pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test_/memorycontrol_test, 216.0 MiB / 228.2 MiB; 27s remote-cache ... (35 actions, 0 running) [19,637 / 25,348] 180 / 457 tests; GoLink pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test_/memorycontrol_test; Downloading pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test_/memorycontrol_test, 225.0 MiB / 228.2 MiB; 28s remote-cache ... (35 actions, 0 running) [19,657 / 25,348] 181 / 457 tests; GoLink pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test_/memorycontrol_test; 29s remote-cache ... (35 actions, 0 running) [19,675 / 25,348] 181 / 457 tests; GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; Downloading pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test, 207.8 MiB / 228.0 MiB; 27s remote-cache ... (35 actions, 0 running) [19,701 / 25,360] 181 / 457 tests; GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; Downloading pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test, 216.6 MiB / 228.0 MiB; 28s remote-cache ... (35 actions, 0 running) [19,723 / 25,371] 182 / 457 tests; GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; Downloading pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test, 225.0 MiB / 228.0 MiB; 29s remote-cache ... (35 actions, 0 running) [19,744 / 25,371] 182 / 457 tests; GoLink pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test; Downloading pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test, 225.0 MiB / 228.2 MiB; 29s remote-cache ... (35 actions, 0 running) [19,758 / 25,371] 182 / 457 tests; GoLink pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test; 30s remote-cache ... (34 actions, 0 running) [19,772 / 25,371] 183 / 457 tests; GoLink pkg/executor/test/analyzetest/analyzetest_test_/analyzetest_test; 30s remote-cache ... (34 actions, 0 running) [19,791 / 25,371] 183 / 457 tests; GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; Downloading pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test, 221.0 MiB / 228.3 MiB; 29s remote-cache ... (35 actions, 0 running) [19,809 / 25,371] 183 / 457 tests; GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; 30s remote-cache ... (34 actions, 0 running) [19,835 / 25,371] 183 / 457 tests; GoLink pkg/statistics/handle/handletest/handletest_test_/handletest_test; Downloading pkg/statistics/handle/handletest/handletest_test_/handletest_test, 215.0 MiB / 228.4 MiB; 28s remote-cache ... (35 actions, 0 running) [19,855 / 25,371] 184 / 457 tests; GoLink pkg/statistics/handle/handletest/handletest_test_/handletest_test; Downloading pkg/statistics/handle/handletest/handletest_test_/handletest_test, 224.0 MiB / 228.4 MiB; 30s remote-cache ... (35 actions, 0 running) [19,857 / 25,371] 184 / 457 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 125.1 MiB / 228.3 MiB; 17s remote-cache ... (35 actions, 0 running) [19,857 / 25,371] 184 / 457 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 125.1 MiB / 228.3 MiB; 18s remote-cache ... (35 actions, 0 running) [19,893 / 25,376] 184 / 457 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 136.1 MiB / 228.3 MiB; 19s remote-cache ... (35 actions, 0 running) [19,921 / 25,376] 184 / 457 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 145.1 MiB / 228.3 MiB; 20s remote-cache ... (34 actions, 0 running) [19,941 / 25,376] 184 / 457 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 154.1 MiB / 228.3 MiB; 21s remote-cache ... (35 actions, 0 running) [19,962 / 25,376] 184 / 457 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 163.1 MiB / 228.3 MiB; 22s remote-cache ... (35 actions, 0 running) [19,984 / 25,402] 185 / 457 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 171.1 MiB / 228.3 MiB; 23s remote-cache ... (34 actions, 0 running) [20,000 / 25,402] 185 / 457 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 179.1 MiB / 228.3 MiB; 24s remote-cache ... (33 actions, 0 running) [20,013 / 25,402] 185 / 457 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 186.1 MiB / 228.3 MiB; 25s remote-cache ... (35 actions, 0 running) [20,029 / 25,402] 185 / 457 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 195.1 MiB / 228.3 MiB; 27s remote-cache ... (35 actions, 0 running) [20,045 / 25,402] 185 / 457 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 202.1 MiB / 228.3 MiB; 28s remote-cache ... (33 actions, 0 running) [20,061 / 25,407] 185 / 457 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 209.1 MiB / 228.3 MiB; 29s remote-cache ... (35 actions, 0 running) [20,077 / 25,407] 186 / 457 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 216.1 MiB / 228.3 MiB; 30s remote-cache ... (35 actions, 0 running) [20,102 / 25,412] 187 / 457 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; Downloading pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test, 225.1 MiB / 228.3 MiB; 31s remote-cache ... (35 actions, 0 running) [20,122 / 25,412] 188 / 457 tests; GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; 32s remote-cache ... (32 actions, 0 running) [20,148 / 25,412] 188 / 457 tests; GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 32s remote-cache ... (34 actions, 0 running) [20,181 / 25,414] 188 / 457 tests; GoLink pkg/resourcegroup/tests/tests_test_/tests_test; Downloading pkg/resourcegroup/tests/tests_test_/tests_test, 192.3 MiB / 231.9 MiB; 26s remote-cache ... (35 actions, 0 running) [20,208 / 25,414] 190 / 457 tests; GoLink pkg/resourcegroup/tests/tests_test_/tests_test; Downloading pkg/resourcegroup/tests/tests_test_/tests_test, 200.3 MiB / 231.9 MiB; 27s remote-cache ... (35 actions, 0 running) [20,244 / 25,414] 191 / 457 tests; GoLink pkg/resourcegroup/tests/tests_test_/tests_test; Downloading pkg/resourcegroup/tests/tests_test_/tests_test, 211.3 MiB / 231.9 MiB; 28s remote-cache ... (35 actions, 0 running) [20,274 / 25,414] 191 / 457 tests; GoLink pkg/resourcegroup/tests/tests_test_/tests_test; Downloading pkg/resourcegroup/tests/tests_test_/tests_test, 220.3 MiB / 231.9 MiB; 29s remote-cache ... (34 actions, 0 running) [20,307 / 25,414] 191 / 457 tests; GoLink pkg/resourcegroup/tests/tests_test_/tests_test; Downloading pkg/resourcegroup/tests/tests_test_/tests_test, 230.3 MiB / 231.9 MiB; 31s remote-cache ... (35 actions, 0 running) [20,334 / 25,414] 191 / 457 tests; GoLink pkg/executor/test/simpletest/simpletest_test_/simpletest_test; Downloading pkg/executor/test/simpletest/simpletest_test_/simpletest_test, 228.1 MiB / 231.9 MiB; 30s remote-cache ... (35 actions, 0 running) [20,362 / 25,414] 191 / 457 tests; GoLink pkg/executor/test/simpletest/simpletest_test_/simpletest_test; 31s remote-cache ... (35 actions, 0 running) [20,404 / 25,416] 191 / 457 tests; GoLink pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test; Downloading pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test, 207.1 MiB / 228.3 MiB; 27s remote-cache ... (35 actions, 0 running) [20,443 / 25,416] 192 / 457 tests; GoLink pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test; Downloading pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test, 218.1 MiB / 228.3 MiB; 28s remote-cache ... (35 actions, 0 running) [20,506 / 25,416] 193 / 457 tests; GoLink pkg/planner/core/casetest/cbotest/cbotest_test_/cbotest_test; 29s remote-cache ... (33 actions, 0 running) [20,564 / 25,416] 193 / 457 tests; GoLink pkg/server/handler/tests/tests_test_/tests_test; Downloading pkg/server/handler/tests/tests_test_/tests_test, 219.0 MiB / 240.4 MiB; 25s remote-cache ... (33 actions, 0 running) [20,609 / 25,416] 193 / 457 tests; GoLink pkg/server/handler/tests/tests_test_/tests_test; Downloading pkg/server/handler/tests/tests_test_/tests_test, 231.1 MiB / 240.4 MiB; 26s remote-cache ... (33 actions, 0 running) [20,671 / 25,416] 193 / 457 tests; GoLink pkg/server/handler/tests/tests_test_/tests_test; 27s remote-cache ... (35 actions, 0 running) [20,726 / 25,416] 193 / 457 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; Downloading pkg/executor/test/splittest/splittest_test_/splittest_test, 224.0 MiB / 228.3 MiB; 25s remote-cache ... (34 actions, 0 running) [20,770 / 25,433] 194 / 457 tests; GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; 26s remote-cache ... (35 actions, 0 running) [20,822 / 25,437] 194 / 457 tests; GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 26s remote-cache ... (35 actions, 0 running) [20,892 / 25,439] 195 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 161.0 MiB / 183.1 MiB; 15s remote-cache ... (35 actions, 0 running) [20,949 / 25,490] 196 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 173.0 MiB / 183.1 MiB; 17s remote-cache ... (33 actions, 0 running) [20,990 / 25,556] 196 / 457 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; Downloading pkg/infoschema/infoschema_test_/infoschema_test, 182.0 MiB / 183.1 MiB; 18s remote-cache ... (35 actions, 0 running) [21,026 / 25,562] 196 / 457 tests; GoLink pkg/resourcegroup/runaway/runaway_test_/runaway_test; Downloading pkg/resourcegroup/runaway/runaway_test_/runaway_test, 23.0 MiB / 91.5 MiB; 3s remote-cache ... (34 actions, 0 running) [21,053 / 25,562] 196 / 457 tests; GoLink pkg/resourcegroup/runaway/runaway_test_/runaway_test; Downloading pkg/resourcegroup/runaway/runaway_test_/runaway_test, 32.0 MiB / 91.5 MiB; 4s remote-cache ... (35 actions, 0 running) [21,092 / 25,567] 197 / 457 tests; GoLink pkg/resourcegroup/runaway/runaway_test_/runaway_test; Downloading pkg/resourcegroup/runaway/runaway_test_/runaway_test, 43.0 MiB / 91.5 MiB; 5s remote-cache ... (35 actions, 0 running) [21,121 / 25,567] 198 / 457 tests; GoLink pkg/resourcegroup/runaway/runaway_test_/runaway_test; Downloading pkg/resourcegroup/runaway/runaway_test_/runaway_test, 52.0 MiB / 91.5 MiB; 6s remote-cache ... (35 actions, 0 running) [21,154 / 25,576] 199 / 457 tests; GoLink pkg/resourcegroup/runaway/runaway_test_/runaway_test; Downloading pkg/resourcegroup/runaway/runaway_test_/runaway_test, 61.0 MiB / 91.5 MiB; 7s remote-cache ... (35 actions, 0 running) [21,181 / 25,576] 199 / 457 tests; GoLink pkg/resourcegroup/runaway/runaway_test_/runaway_test; Downloading pkg/resourcegroup/runaway/runaway_test_/runaway_test, 70.0 MiB / 91.5 MiB; 8s remote-cache ... (35 actions, 0 running) [21,214 / 25,576] 199 / 457 tests; GoLink pkg/resourcegroup/runaway/runaway_test_/runaway_test; Downloading pkg/resourcegroup/runaway/runaway_test_/runaway_test, 78.0 MiB / 91.5 MiB; 9s remote-cache ... (34 actions, 0 running) [21,235 / 25,576] 199 / 457 tests; GoLink pkg/resourcegroup/runaway/runaway_test_/runaway_test; Downloading pkg/resourcegroup/runaway/runaway_test_/runaway_test, 86.0 MiB / 91.5 MiB; 10s remote-cache ... (35 actions, 0 running) [21,274 / 25,627] 201 / 457 tests; GoLink pkg/lightning/errormanager/errormanager_test_/errormanager_test; 11s remote-cache ... (35 actions, 0 running) [21,314 / 25,627] 201 / 457 tests; GoCompilePkg pkg/statistics/handle/usage/core.recompile1355.a; Downloading pkg/statistics/handle/usage/core.recompile1355.a, 31.0 MiB / 47.3 MiB; 4s remote-cache ... (35 actions, 0 running) [21,346 / 25,627] 201 / 457 tests; GoCompilePkg pkg/statistics/handle/usage/core.recompile1355.a; Downloading pkg/statistics/handle/usage/core.recompile1355.a, 39.0 MiB / 47.3 MiB; 5s remote-cache ... (35 actions, 0 running) [21,376 / 25,627] 201 / 457 tests; GoCompilePkg pkg/statistics/handle/usage/core.recompile1355.a; 6s remote-cache ... (35 actions, 0 running) [21,405 / 25,627] 201 / 457 tests; GoCompilePkg pkg/ddl/core.recompile1532.a; Downloading pkg/ddl/core.recompile1532.a, 24.0 MiB / 47.3 MiB; 3s remote-cache ... (35 actions, 0 running) [21,438 / 25,641] 201 / 457 tests; GoCompilePkg pkg/ddl/core.recompile1532.a; Downloading pkg/ddl/core.recompile1532.a, 32.0 MiB / 47.3 MiB; 4s remote-cache ... (35 actions, 0 running) [21,460 / 25,641] 201 / 457 tests; GoCompilePkg pkg/ddl/core.recompile1532.a; Downloading pkg/ddl/core.recompile1532.a, 40.0 MiB / 47.3 MiB; 5s remote-cache ... (35 actions, 0 running) [21,488 / 25,641] 201 / 457 tests; GoCompilePkg pkg/ddl/core.recompile1532.a; 6s remote-cache ... (35 actions, 0 running) [21,520 / 25,643] 202 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; Downloading br/pkg/storage/storage_test_/storage_test, 40.0 MiB / 178.4 MiB; 5s remote-cache ... (35 actions, 0 running) [21,550 / 25,643] 202 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; Downloading br/pkg/storage/storage_test_/storage_test, 49.0 MiB / 178.4 MiB; 6s remote-cache ... (34 actions, 0 running) [21,573 / 25,645] 203 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; Downloading br/pkg/storage/storage_test_/storage_test, 56.0 MiB / 178.4 MiB; 7s remote-cache ... (35 actions, 0 running) [21,600 / 25,645] 203 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; Downloading br/pkg/storage/storage_test_/storage_test, 65.0 MiB / 178.4 MiB; 8s remote-cache ... (35 actions, 0 running) [21,623 / 25,645] 205 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; Downloading br/pkg/storage/storage_test_/storage_test, 73.0 MiB / 178.4 MiB; 9s remote-cache ... (35 actions, 0 running) [21,649 / 25,645] 205 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; Downloading br/pkg/storage/storage_test_/storage_test, 81.0 MiB / 178.4 MiB; 10s remote-cache ... (35 actions, 0 running) [21,671 / 25,645] 205 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; Downloading br/pkg/storage/storage_test_/storage_test, 90.0 MiB / 178.4 MiB; 11s remote-cache ... (35 actions, 0 running) [21,694 / 25,645] 205 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; Downloading br/pkg/storage/storage_test_/storage_test, 98.0 MiB / 178.4 MiB; 12s remote-cache ... (35 actions, 0 running) [21,737 / 25,645] 205 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; Downloading br/pkg/storage/storage_test_/storage_test, 108.0 MiB / 178.4 MiB; 13s remote-cache ... (35 actions, 0 running) [21,770 / 25,645] 205 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; Downloading br/pkg/storage/storage_test_/storage_test, 117.0 MiB / 178.4 MiB; 14s remote-cache ... (35 actions, 0 running) [21,812 / 25,645] 205 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; Downloading br/pkg/storage/storage_test_/storage_test, 127.0 MiB / 178.4 MiB; 16s remote-cache ... (35 actions, 0 running) [21,842 / 25,645] 205 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; Downloading br/pkg/storage/storage_test_/storage_test, 136.0 MiB / 178.4 MiB; 17s remote-cache ... (35 actions, 0 running) [21,871 / 25,672] 205 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; Downloading br/pkg/storage/storage_test_/storage_test, 145.0 MiB / 178.4 MiB; 18s remote-cache ... (34 actions, 0 running) [21,892 / 25,672] 205 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; Downloading br/pkg/storage/storage_test_/storage_test, 154.0 MiB / 178.4 MiB; 19s remote-cache ... (35 actions, 0 running) [21,910 / 25,672] 205 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; Downloading br/pkg/storage/storage_test_/storage_test, 161.0 MiB / 178.4 MiB; 20s remote-cache ... (35 actions, 0 running) [21,930 / 25,672] 205 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; Downloading br/pkg/storage/storage_test_/storage_test, 169.0 MiB / 178.4 MiB; 21s remote-cache ... (35 actions, 0 running) [21,942 / 25,672] 205 / 457 tests; GoLink br/pkg/storage/storage_test_/storage_test; Downloading br/pkg/storage/storage_test_/storage_test, 176.0 MiB / 178.4 MiB; 22s remote-cache ... (35 actions, 0 running) [21,968 / 25,672] 205 / 457 tests; GoLink br/pkg/stream/stream_test_/stream_test; Downloading br/pkg/stream/stream_test_/stream_test, 72.0 MiB / 102.2 MiB; 9s remote-cache ... (35 actions, 0 running) [22,004 / 25,725] 205 / 457 tests; GoLink br/pkg/stream/stream_test_/stream_test; Downloading br/pkg/stream/stream_test_/stream_test, 82.0 MiB / 102.2 MiB; 10s remote-cache ... (35 actions, 0 running) [22,025 / 25,747] 205 / 457 tests; GoLink br/pkg/stream/stream_test_/stream_test; Downloading br/pkg/stream/stream_test_/stream_test, 90.0 MiB / 102.2 MiB; 11s remote-cache ... (35 actions, 0 running) [22,058 / 25,755] 208 / 457 tests; GoLink br/pkg/stream/stream_test_/stream_test; Downloading br/pkg/stream/stream_test_/stream_test, 100.0 MiB / 102.2 MiB; 12s remote-cache ... (35 actions, 0 running) [22,088 / 25,755] 208 / 457 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; Downloading pkg/statistics/handle/usage/usage_test_/usage_test, 81.0 MiB / 181.2 MiB; 10s remote-cache ... (35 actions, 0 running) [22,114 / 25,755] 208 / 457 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; Downloading pkg/statistics/handle/usage/usage_test_/usage_test, 89.0 MiB / 181.2 MiB; 11s remote-cache ... (35 actions, 0 running) [22,146 / 25,755] 208 / 457 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; Downloading pkg/statistics/handle/usage/usage_test_/usage_test, 97.2 MiB / 181.2 MiB; 12s remote-cache ... (35 actions, 0 running) [22,168 / 25,755] 208 / 457 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; Downloading pkg/statistics/handle/usage/usage_test_/usage_test, 106.0 MiB / 181.2 MiB; 13s remote-cache ... (35 actions, 0 running) [22,193 / 25,755] 208 / 457 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; Downloading pkg/statistics/handle/usage/usage_test_/usage_test, 113.5 MiB / 181.2 MiB; 14s remote-cache ... (35 actions, 0 running) [22,210 / 25,755] 208 / 457 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; Downloading pkg/statistics/handle/usage/usage_test_/usage_test, 121.0 MiB / 181.2 MiB; 15s remote-cache ... (35 actions, 0 running) [22,230 / 25,755] 208 / 457 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; Downloading pkg/statistics/handle/usage/usage_test_/usage_test, 129.0 MiB / 181.2 MiB; 16s remote-cache ... (35 actions, 0 running) [22,251 / 25,755] 209 / 457 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; Downloading pkg/statistics/handle/usage/usage_test_/usage_test, 137.0 MiB / 181.2 MiB; 17s remote-cache ... (35 actions, 0 running) [22,269 / 25,755] 209 / 457 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; Downloading pkg/statistics/handle/usage/usage_test_/usage_test, 144.0 MiB / 181.2 MiB; 19s remote-cache ... (35 actions, 0 running) [22,292 / 25,755] 209 / 457 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; Downloading pkg/statistics/handle/usage/usage_test_/usage_test, 152.0 MiB / 181.2 MiB; 20s remote-cache ... (35 actions, 0 running) [22,307 / 25,757] 209 / 457 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; Downloading pkg/statistics/handle/usage/usage_test_/usage_test, 159.0 MiB / 181.2 MiB; 21s remote-cache ... (35 actions, 0 running) [22,326 / 25,775] 210 / 457 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; Downloading pkg/statistics/handle/usage/usage_test_/usage_test, 166.0 MiB / 181.2 MiB; 22s remote-cache ... (35 actions, 0 running) [22,351 / 25,826] 211 / 457 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; Downloading pkg/statistics/handle/usage/usage_test_/usage_test, 175.0 MiB / 181.2 MiB; 23s remote-cache ... (35 actions, 0 running) [22,369 / 25,826] 211 / 457 tests; GoLink pkg/statistics/handle/usage/usage_test_/usage_test; 24s remote-cache ... (35 actions, 0 running) [22,389 / 25,826] 211 / 457 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 117.0 MiB / 172.7 MiB; 16s remote-cache ... (35 actions, 0 running) [22,414 / 25,826] 212 / 457 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 126.7 MiB / 172.7 MiB; 17s remote-cache ... (35 actions, 0 running) [22,435 / 25,826] 212 / 457 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 134.2 MiB / 172.7 MiB; 18s remote-cache ... (35 actions, 0 running) [22,469 / 25,826] 212 / 457 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 145.0 MiB / 172.7 MiB; 19s remote-cache ... (35 actions, 0 running) [22,492 / 25,826] 213 / 457 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 154.0 MiB / 172.7 MiB; 20s remote-cache ... (35 actions, 0 running) [22,515 / 25,826] 213 / 457 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 162.0 MiB / 172.7 MiB; 21s remote-cache ... (35 actions, 0 running) [22,538 / 25,826] 213 / 457 tests; GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; Downloading pkg/ddl/schematracker/schematracker_test_/schematracker_test, 170.0 MiB / 172.7 MiB; 22s remote-cache ... (34 actions, 0 running) [22,559 / 25,826] 213 / 457 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 157.0 MiB / 184.8 MiB; 21s remote-cache ... (35 actions, 0 running) [22,580 / 25,826] 214 / 457 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 165.0 MiB / 184.8 MiB; 22s remote-cache ... (32 actions, 0 running) [22,601 / 25,826] 214 / 457 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 173.6 MiB / 184.8 MiB; 23s remote-cache ... (35 actions, 0 running) [22,626 / 25,826] 214 / 457 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; Downloading br/pkg/checksum/checksum_test_/checksum_test, 183.0 MiB / 184.8 MiB; 24s remote-cache ... (35 actions, 0 running) [22,650 / 25,826] 214 / 457 tests; GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; Downloading pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test, 172.0 MiB / 181.8 MiB; 22s remote-cache ... (34 actions, 0 running) [22,668 / 25,826] 215 / 457 tests; GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; Downloading pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test, 180.6 MiB / 181.8 MiB; 23s remote-cache ... (35 actions, 0 running) [22,689 / 25,826] 215 / 457 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 90.0 MiB / 184.7 MiB; 12s remote-cache ... (35 actions, 0 running) [22,704 / 25,826] 215 / 457 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 98.0 MiB / 184.7 MiB; 13s remote-cache ... (35 actions, 0 running) [22,727 / 25,826] 215 / 457 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 105.0 MiB / 184.7 MiB; 14s remote-cache ... (35 actions, 0 running) [22,750 / 25,826] 215 / 457 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 113.0 MiB / 184.7 MiB; 15s remote-cache ... (35 actions, 0 running) [22,768 / 25,826] 215 / 457 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 120.0 MiB / 184.7 MiB; 16s remote-cache ... (35 actions, 0 running) [22,788 / 25,826] 216 / 457 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 128.0 MiB / 184.7 MiB; 17s remote-cache ... (35 actions, 0 running) [22,819 / 25,826] 216 / 457 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 136.1 MiB / 184.7 MiB; 18s remote-cache ... (35 actions, 0 running) [22,851 / 25,854] 216 / 457 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 145.0 MiB / 184.7 MiB; 19s remote-cache ... (35 actions, 0 running) [22,876 / 25,854] 216 / 457 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 153.0 MiB / 184.7 MiB; 20s remote-cache ... (34 actions, 0 running) [22,898 / 25,854] 216 / 457 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 162.0 MiB / 184.7 MiB; 21s remote-cache ... (35 actions, 0 running) [22,912 / 25,854] 216 / 457 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 169.0 MiB / 184.7 MiB; 22s remote-cache ... (35 actions, 0 running) [22,939 / 25,854] 216 / 457 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; Downloading pkg/ttl/cache/cache_test_/cache_test, 178.0 MiB / 184.7 MiB; 23s remote-cache ... (35 actions, 0 running) [22,953 / 25,854] 216 / 457 tests; GoLink pkg/ttl/cache/cache_test_/cache_test; 24s remote-cache ... (35 actions, 0 running) [22,975 / 25,868] 216 / 457 tests; GoLink pkg/ddl/ddl_test_/ddl_test; Downloading pkg/ddl/ddl_test_/ddl_test, 163.0 MiB / 192.6 MiB; 22s remote-cache ... (35 actions, 0 running) [22,990 / 25,868] 217 / 457 tests; GoLink pkg/ddl/ddl_test_/ddl_test; Downloading pkg/ddl/ddl_test_/ddl_test, 171.0 MiB / 192.6 MiB; 23s remote-cache ... (35 actions, 0 running) [23,003 / 25,868] 217 / 457 tests; GoLink pkg/ddl/ddl_test_/ddl_test; Downloading pkg/ddl/ddl_test_/ddl_test, 178.1 MiB / 192.6 MiB; 24s remote-cache ... (35 actions, 0 running) [23,010 / 25,868] 217 / 457 tests; GoLink pkg/ddl/ddl_test_/ddl_test; Downloading pkg/ddl/ddl_test_/ddl_test, 185.0 MiB / 192.6 MiB; 25s remote-cache ... (34 actions, 0 running) [23,026 / 25,868] 217 / 457 tests; GoLink pkg/ddl/ddl_test_/ddl_test; Downloading pkg/ddl/ddl_test_/ddl_test, 192.3 MiB / 192.6 MiB; 26s remote-cache ... (35 actions, 0 running) [23,049 / 25,868] 217 / 457 tests; GoLink pkg/store/store_test_/store_test; Downloading pkg/store/store_test_/store_test, 172.0 MiB / 181.6 MiB; 23s remote-cache ... (35 actions, 0 running) [23,077 / 25,868] 217 / 457 tests; GoLink pkg/store/store_test_/store_test; Downloading pkg/store/store_test_/store_test, 180.0 MiB / 181.6 MiB; 25s remote-cache ... (34 actions, 0 running) [23,114 / 25,868] 218 / 457 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; Downloading pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test, 166.5 MiB / 181.7 MiB; 23s remote-cache ... (35 actions, 0 running) [23,135 / 25,868] 218 / 457 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; Downloading pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test, 174.0 MiB / 181.7 MiB; 24s remote-cache ... (35 actions, 0 running) [23,157 / 25,868] 218 / 457 tests; GoLink pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test; 25s remote-cache ... (35 actions, 0 running) [23,206 / 25,868] 218 / 457 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; Downloading pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test, 161.0 MiB / 181.8 MiB; 21s remote-cache ... (35 actions, 0 running) [23,229 / 25,932] 218 / 457 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; Downloading pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test, 169.0 MiB / 181.8 MiB; 23s remote-cache ... (35 actions, 0 running) [23,258 / 26,095] 218 / 457 tests; GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; Downloading pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test, 178.0 MiB / 181.8 MiB; 24s remote-cache ... (35 actions, 0 running) [23,278 / 26,190] 218 / 457 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; Downloading pkg/ddl/notifier/notifier_test_/notifier_test, 157.0 MiB / 181.5 MiB; 21s remote-cache ... (35 actions, 0 running) [23,292 / 26,212] 218 / 457 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; Downloading pkg/ddl/notifier/notifier_test_/notifier_test, 164.0 MiB / 181.5 MiB; 22s remote-cache ... (35 actions, 0 running) [23,305 / 26,212] 219 / 457 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; Downloading pkg/ddl/notifier/notifier_test_/notifier_test, 170.0 MiB / 181.5 MiB; 23s remote-cache ... (32 actions, 0 running) [23,316 / 26,246] 219 / 457 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; Downloading pkg/ddl/notifier/notifier_test_/notifier_test, 177.0 MiB / 181.5 MiB; 24s remote-cache ... (35 actions, 0 running) [23,337 / 26,246] 219 / 457 tests; GoLink pkg/ddl/notifier/notifier_test_/notifier_test; 25s remote-cache ... (34 actions, 0 running) [23,353 / 26,246] 219 / 457 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; Downloading pkg/ddl/systable/systable_test_/systable_test, 177.0 MiB / 181.4 MiB; 24s remote-cache ... (35 actions, 0 running) [23,369 / 26,269] 219 / 457 tests; GoLink pkg/ddl/systable/systable_test_/systable_test; 25s remote-cache ... (34 actions, 0 running) [23,394 / 26,318] 219 / 457 tests; GoLink pkg/planner/core/generator/plan_cache/plan_cache_test_/plan_cache_test; Downloading pkg/planner/core/generator/plan_cache/plan_cache_test_/plan_cache_test, 103.0 MiB / 115.3 MiB; 14s remote-cache ... (35 actions, 0 running) [23,416 / 26,318] 219 / 457 tests; GoLink pkg/planner/core/generator/plan_cache/plan_cache_test_/plan_cache_test; Downloading pkg/planner/core/generator/plan_cache/plan_cache_test_/plan_cache_test, 112.0 MiB / 115.3 MiB; 15s remote-cache ... (35 actions, 0 running) [23,434 / 26,318] 219 / 457 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 64.0 MiB / 190.2 MiB; 9s remote-cache ... (35 actions, 0 running) [23,454 / 26,353] 220 / 457 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 72.0 MiB / 190.2 MiB; 10s remote-cache ... (35 actions, 0 running) [23,480 / 26,372] 220 / 457 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 80.0 MiB / 190.2 MiB; 11s remote-cache ... (34 actions, 0 running) [23,491 / 26,372] 220 / 457 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 87.0 MiB / 190.2 MiB; 12s remote-cache ... (35 actions, 0 running) [23,505 / 26,372] 220 / 457 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 94.0 MiB / 190.2 MiB; 13s remote-cache ... (35 actions, 0 running) [23,519 / 26,372] 220 / 457 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 102.0 MiB / 190.2 MiB; 14s remote-cache ... (35 actions, 0 running) [23,538 / 26,372] 220 / 457 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 110.0 MiB / 190.2 MiB; 15s remote-cache ... (35 actions, 0 running) [23,554 / 26,372] 220 / 457 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 119.0 MiB / 190.2 MiB; 16s remote-cache ... (35 actions, 0 running) [23,563 / 26,372] 220 / 457 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 125.0 MiB / 190.2 MiB; 17s remote-cache ... (35 actions, 0 running) [23,582 / 26,372] 220 / 457 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 132.0 MiB / 190.2 MiB; 18s remote-cache ... (34 actions, 0 running) [23,607 / 26,372] 220 / 457 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 141.0 MiB / 190.2 MiB; 19s remote-cache ... (35 actions, 0 running) [23,615 / 26,372] 220 / 457 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 148.0 MiB / 190.2 MiB; 20s remote-cache ... (35 actions, 0 running) [23,629 / 26,387] 221 / 457 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 155.0 MiB / 190.2 MiB; 21s remote-cache ... (35 actions, 0 running) [23,653 / 26,387] 221 / 457 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 163.0 MiB / 190.2 MiB; 22s remote-cache ... (35 actions, 0 running) [23,670 / 26,387] 221 / 457 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 171.0 MiB / 190.2 MiB; 23s remote-cache ... (35 actions, 0 running) [23,684 / 26,387] 221 / 457 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 178.0 MiB / 190.2 MiB; 25s remote-cache ... (35 actions, 0 running) [23,694 / 26,387] 221 / 457 tests; GoLink pkg/domain/domain_test_/domain_test; Downloading pkg/domain/domain_test_/domain_test, 186.0 MiB / 190.2 MiB; 26s remote-cache ... (35 actions, 0 running) [23,711 / 26,387] 222 / 457 tests; GoLink pkg/domain/domain_test_/domain_test; 27s remote-cache ... (35 actions, 0 running) [23,729 / 26,412] 222 / 457 tests; GoLink pkg/session/session_test_/session_test; Downloading pkg/session/session_test_/session_test, 167.0 MiB / 186.8 MiB; 23s remote-cache ... (34 actions, 0 running) [23,741 / 26,412] 222 / 457 tests; GoLink pkg/session/session_test_/session_test; Downloading pkg/session/session_test_/session_test, 176.0 MiB / 186.8 MiB; 24s remote-cache ... (35 actions, 0 running) [23,757 / 26,412] 222 / 457 tests; GoLink pkg/session/session_test_/session_test; Downloading pkg/session/session_test_/session_test, 183.0 MiB / 186.8 MiB; 25s remote-cache ... (35 actions, 0 running) [23,771 / 26,423] 224 / 457 tests; GoLink pkg/session/session_test_/session_test; 26s remote-cache ... (35 actions, 0 running) [23,783 / 26,423] 224 / 457 tests; GoLink pkg/util/admin/admin_test_/admin_test; Downloading pkg/util/admin/admin_test_/admin_test, 151.0 MiB / 181.5 MiB; 21s remote-cache ... (35 actions, 0 running) [23,792 / 26,423] 225 / 457 tests; GoLink pkg/util/admin/admin_test_/admin_test; Downloading pkg/util/admin/admin_test_/admin_test, 158.0 MiB / 181.5 MiB; 22s remote-cache ... (35 actions, 0 running) [23,799 / 26,423] 225 / 457 tests; GoLink pkg/util/admin/admin_test_/admin_test; Downloading pkg/util/admin/admin_test_/admin_test, 165.0 MiB / 181.5 MiB; 23s remote-cache ... (35 actions, 0 running) [23,814 / 26,423] 225 / 457 tests; GoLink pkg/util/admin/admin_test_/admin_test; Downloading pkg/util/admin/admin_test_/admin_test, 172.0 MiB / 181.5 MiB; 24s remote-cache ... (35 actions, 0 running) [23,823 / 26,423] 225 / 457 tests; GoLink pkg/util/admin/admin_test_/admin_test; Downloading pkg/util/admin/admin_test_/admin_test, 179.0 MiB / 181.5 MiB; 26s remote-cache ... (35 actions, 0 running) [23,831 / 26,423] 225 / 457 tests; GoLink pkg/infoschema/perfschema/perfschema_test_/perfschema_test; Downloading pkg/infoschema/perfschema/perfschema_test_/perfschema_test, 180.0 MiB / 181.2 MiB; 26s remote-cache ... (35 actions, 0 running) [23,839 / 26,423] 225 / 457 tests; GoLink pkg/planner/core/tests/partition/partition_test_/partition_test; Downloading pkg/planner/core/tests/partition/partition_test_/partition_test, 113.0 MiB / 179.8 MiB; 17s remote-cache ... (35 actions, 0 running) [23,856 / 26,423] 225 / 457 tests; GoLink pkg/planner/core/tests/partition/partition_test_/partition_test; Downloading pkg/planner/core/tests/partition/partition_test_/partition_test, 121.0 MiB / 179.8 MiB; 18s remote-cache ... (35 actions, 0 running) [23,866 / 26,423] 225 / 457 tests; GoLink pkg/planner/core/tests/partition/partition_test_/partition_test; Downloading pkg/planner/core/tests/partition/partition_test_/partition_test, 128.0 MiB / 179.8 MiB; 19s remote-cache ... (35 actions, 0 running) [23,876 / 26,423] 225 / 457 tests; GoLink pkg/planner/core/tests/partition/partition_test_/partition_test; Downloading pkg/planner/core/tests/partition/partition_test_/partition_test, 135.0 MiB / 179.8 MiB; 20s remote-cache ... (35 actions, 0 running) [23,890 / 26,423] 225 / 457 tests; GoLink pkg/planner/core/tests/partition/partition_test_/partition_test; Downloading pkg/planner/core/tests/partition/partition_test_/partition_test, 142.0 MiB / 179.8 MiB; 21s remote-cache ... (35 actions, 0 running) [23,899 / 26,423] 225 / 457 tests; GoLink pkg/planner/core/tests/partition/partition_test_/partition_test; Downloading pkg/planner/core/tests/partition/partition_test_/partition_test, 149.0 MiB / 179.8 MiB; 22s remote-cache ... (34 actions, 0 running) [23,908 / 26,423] 226 / 457 tests; GoLink pkg/planner/core/tests/partition/partition_test_/partition_test; Downloading pkg/planner/core/tests/partition/partition_test_/partition_test, 156.0 MiB / 179.8 MiB; 23s remote-cache ... (36 actions, 2 running) [23,919 / 26,423] 226 / 457 tests; GoLink pkg/planner/core/tests/partition/partition_test_/partition_test; Downloading pkg/planner/core/tests/partition/partition_test_/partition_test, 163.0 MiB / 179.8 MiB; 24s remote-cache ... (36 actions, 2 running) [23,929 / 26,423] 226 / 457 tests; GoLink pkg/planner/core/tests/partition/partition_test_/partition_test; Downloading pkg/planner/core/tests/partition/partition_test_/partition_test, 169.0 MiB / 179.8 MiB; 25s remote-cache ... (36 actions, 2 running) [23,938 / 26,423] 226 / 457 tests; GoLink pkg/planner/core/tests/partition/partition_test_/partition_test; Downloading pkg/planner/core/tests/partition/partition_test_/partition_test, 177.0 MiB / 179.8 MiB; 27s remote-cache ... (36 actions, 2 running) [23,949 / 26,423] 227 / 457 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; Downloading pkg/privilege/privileges/privileges_test_/privileges_test, 168.0 MiB / 181.8 MiB; 26s remote-cache ... (36 actions, 2 running) [23,961 / 26,423] 227 / 457 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; Downloading pkg/privilege/privileges/privileges_test_/privileges_test, 176.0 MiB / 181.8 MiB; 27s remote-cache ... (37 actions, 4 running) [23,973 / 26,425] 227 / 457 tests; GoLink pkg/privilege/privileges/privileges_test_/privileges_test; 28s remote-cache ... (37 actions, 4 running) [23,981 / 26,425] 227 / 457 tests; GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; Downloading br/pkg/restore/snap_client/snap_client_test_/snap_client_test, 184.0 MiB / 184.5 MiB; 28s remote-cache ... (37 actions, 4 running) [23,991 / 26,425] 228 / 457 tests; GoLink br/pkg/restore/log_client/log_client_test_/log_client_test; Downloading br/pkg/restore/log_client/log_client_test_/log_client_test, 156.0 MiB / 185.5 MiB; 24s remote-cache ... (37 actions, 4 running) [24,009 / 26,429] 229 / 457 tests; GoLink br/pkg/restore/log_client/log_client_test_/log_client_test; Downloading br/pkg/restore/log_client/log_client_test_/log_client_test, 164.0 MiB / 185.5 MiB; 25s remote-cache ... (37 actions, 4 running) [24,021 / 26,429] 229 / 457 tests; GoLink br/pkg/restore/log_client/log_client_test_/log_client_test; Downloading br/pkg/restore/log_client/log_client_test_/log_client_test, 172.0 MiB / 185.5 MiB; 26s remote-cache ... (37 actions, 4 running) [24,030 / 26,429] 229 / 457 tests; GoLink br/pkg/restore/log_client/log_client_test_/log_client_test; Downloading br/pkg/restore/log_client/log_client_test_/log_client_test, 179.0 MiB / 185.5 MiB; 27s remote-cache ... (37 actions, 4 running) [24,042 / 26,443] 230 / 457 tests; GoLink br/pkg/restore/log_client/log_client_test_/log_client_test; 28s remote-cache ... (37 actions, 4 running) [24,057 / 26,467] 232 / 457 tests; GoLink pkg/executor/executor_test_/executor_test; Downloading pkg/executor/executor_test_/executor_test, 180.0 MiB / 186.7 MiB; 27s remote-cache ... (37 actions, 4 running) [24,073 / 26,467] 232 / 457 tests; GoLink pkg/executor/executor_test_/executor_test; 29s remote-cache ... (37 actions, 4 running) [24,081 / 26,467] 232 / 457 tests; GoLink br/pkg/task/task_test_/task_test; 28s remote-cache ... (36 actions, 4 running) [24,094 / 26,467] 233 / 457 tests; GoLink pkg/executor/internal/calibrateresource/calibrateresource_test_/calibrateresource_test; Downloading pkg/executor/internal/calibrateresource/calibrateresource_test_/calibrateresource_test, 158.1 MiB / 181.7 MiB; 24s remote-cache ... (37 actions, 4 running) [24,108 / 26,467] 233 / 457 tests; GoLink pkg/executor/internal/calibrateresource/calibrateresource_test_/calibrateresource_test; Downloading pkg/executor/internal/calibrateresource/calibrateresource_test_/calibrateresource_test, 168.0 MiB / 181.7 MiB; 25s remote-cache ... (37 actions, 4 running) [24,120 / 26,467] 233 / 457 tests; GoLink pkg/executor/internal/calibrateresource/calibrateresource_test_/calibrateresource_test; Downloading pkg/executor/internal/calibrateresource/calibrateresource_test_/calibrateresource_test, 176.0 MiB / 181.7 MiB; 26s remote-cache ... (37 actions, 4 running) [24,131 / 26,467] 233 / 457 tests; GoLink pkg/executor/internal/calibrateresource/calibrateresource_test_/calibrateresource_test; 27s remote-cache ... (37 actions, 4 running) [24,146 / 26,467] 233 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 22s remote-cache, linux-sandbox ... (37 actions, 4 running) [24,160 / 26,467] 233 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 23s remote-cache, linux-sandbox ... (37 actions, 4 running) [24,177 / 26,467] 234 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 24s remote-cache, linux-sandbox ... (37 actions, 4 running) [24,195 / 26,467] 235 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 25s remote-cache, linux-sandbox ... (37 actions, 4 running) [24,212 / 26,492] 235 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 26s remote-cache, linux-sandbox ... (37 actions, 4 running) [24,239 / 26,492] 235 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 27s remote-cache, linux-sandbox ... (37 actions, 4 running) [24,257 / 26,492] 236 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 28s remote-cache, linux-sandbox ... (38 actions, 6 running) [24,280 / 26,492] 237 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 29s remote-cache, linux-sandbox ... (38 actions, 6 running) [24,306 / 26,511] 237 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 30s remote-cache, linux-sandbox ... (38 actions, 6 running) [24,332 / 26,539] 237 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 31s remote-cache, linux-sandbox ... (38 actions, 6 running) [24,360 / 26,551] 239 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 32s remote-cache, linux-sandbox ... (38 actions, 6 running) [24,389 / 26,551] 239 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 33s remote-cache, linux-sandbox ... (34 actions, 6 running) [24,444 / 26,573] 240 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 34s remote-cache, linux-sandbox ... (38 actions, 6 running) [24,477 / 26,573] 240 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 36s remote-cache, linux-sandbox ... (36 actions, 6 running) [24,524 / 26,584] 241 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 37s remote-cache, linux-sandbox ... (35 actions, 6 running) [24,564 / 26,584] 241 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 38s remote-cache, linux-sandbox ... (38 actions, 6 running) [24,600 / 26,597] 242 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 39s remote-cache, linux-sandbox ... (38 actions, 6 running) [24,633 / 26,620] 242 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 40s remote-cache, linux-sandbox ... (38 actions, 6 running) [24,666 / 26,620] 243 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 41s remote-cache, linux-sandbox ... (38 actions, 6 running) [24,715 / 26,622] 243 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 42s remote-cache, linux-sandbox ... (37 actions, 6 running) [24,754 / 26,633] 243 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 43s remote-cache, linux-sandbox ... (38 actions, 6 running) [24,779 / 26,633] 244 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 44s remote-cache, linux-sandbox ... (38 actions, 6 running) [24,805 / 26,639] 245 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 45s remote-cache, linux-sandbox ... (38 actions, 6 running) [24,847 / 26,714] 246 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 46s remote-cache, linux-sandbox ... (38 actions, 6 running) [24,873 / 26,725] 246 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 47s remote-cache, linux-sandbox ... (38 actions, 6 running) [24,894 / 26,729] 247 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 48s remote-cache, linux-sandbox ... (38 actions, 6 running) [24,923 / 26,729] 250 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 49s remote-cache, linux-sandbox ... (38 actions, 6 running) [24,948 / 26,780] 251 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 50s remote-cache, linux-sandbox ... (38 actions, 6 running) [24,976 / 26,797] 251 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 51s remote-cache, linux-sandbox ... (38 actions, 6 running) [24,995 / 26,797] 252 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 52s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,017 / 26,799] 253 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 53s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,040 / 26,815] 253 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 54s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,072 / 26,826] 255 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 55s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,089 / 26,828] 256 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 56s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,108 / 26,828] 256 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 57s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,134 / 26,832] 259 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 58s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,149 / 26,832] 259 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 59s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,168 / 26,839] 260 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 60s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,196 / 26,845] 262 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 61s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,213 / 26,845] 263 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 62s remote-cache, linux-sandbox ... (36 actions, 6 running) [25,227 / 26,845] 265 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 63s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,249 / 26,845] 265 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 65s remote-cache, linux-sandbox ... (36 actions, 6 running) [25,267 / 26,845] 265 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 66s remote-cache, linux-sandbox ... (36 actions, 6 running) [25,295 / 26,845] 268 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 67s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,320 / 26,845] 268 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 68s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,343 / 26,845] 268 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 69s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,383 / 26,845] 270 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 70s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,419 / 26,845] 270 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 71s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,461 / 26,845] 271 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 72s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,502 / 26,845] 271 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 73s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,547 / 26,858] 272 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 74s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,562 / 26,858] 272 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 75s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,603 / 26,867] 272 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 76s remote-cache, linux-sandbox ... (37 actions, 6 running) [25,636 / 26,867] 272 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 78s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,658 / 26,867] 273 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 79s remote-cache, linux-sandbox ... (34 actions, 6 running) [25,693 / 26,867] 273 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 80s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,704 / 26,867] 273 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 81s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,722 / 26,871] 274 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 82s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,729 / 26,871] 274 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 83s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,736 / 26,871] 275 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 84s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,751 / 26,871] 276 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 85s remote-cache, linux-sandbox ... (37 actions, 6 running) [25,761 / 26,871] 276 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 86s remote-cache, linux-sandbox ... (36 actions, 6 running) [25,768 / 26,871] 276 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 87s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,773 / 26,871] 276 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 89s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,776 / 26,871] 276 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 90s remote-cache, linux-sandbox ... (37 actions, 6 running) [25,780 / 26,871] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 91s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,784 / 26,871] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 92s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,787 / 26,871] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 93s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,789 / 26,871] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 95s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,790 / 26,871] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 96s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,793 / 26,871] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 97s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,796 / 26,871] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 99s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,800 / 26,871] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 100s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,804 / 26,871] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 102s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,807 / 26,871] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 103s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,810 / 26,871] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 105s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,811 / 26,871] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 106s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,813 / 26,871] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 107s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,819 / 26,871] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 108s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,828 / 26,871] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 109s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,838 / 26,871] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 111s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,847 / 26,871] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 112s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,857 / 26,871] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 113s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,863 / 26,873] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 114s remote-cache, linux-sandbox ... (37 actions, 6 running) [25,865 / 26,873] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 115s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,866 / 26,873] 277 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 116s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,869 / 26,873] 278 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 118s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,874 / 26,873] 278 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 119s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,878 / 26,873] 278 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 121s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,881 / 26,873] 278 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 122s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,884 / 26,873] 278 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 123s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,889 / 26,873] 278 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 124s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,892 / 26,873] 278 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 125s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,894 / 26,873] 278 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 127s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,897 / 26,873] 278 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 128s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,900 / 26,873] 278 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 130s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,903 / 26,873] 278 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 131s remote-cache, linux-sandbox ... (38 actions, 6 running) [25,906 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 133s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,909 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 134s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,910 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 135s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,913 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 136s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,918 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 138s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,921 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 139s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,925 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 140s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,930 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 141s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,935 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 143s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,943 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 144s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,951 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 145s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,961 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 146s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,964 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 147s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,969 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 148s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,975 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 149s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,980 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 151s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,981 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 152s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,984 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 153s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,986 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 154s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,987 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 155s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,990 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 157s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,994 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 158s remote-cache, linux-sandbox ... (37 actions, 4 running) [25,996 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 159s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,000 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 161s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,002 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 163s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,006 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 164s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,009 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 166s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,010 / 26,873] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 167s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,013 / 26,875] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 168s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,014 / 26,875] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 170s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,018 / 26,875] 279 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 171s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,024 / 26,877] 280 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 172s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,029 / 26,877] 280 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 173s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,036 / 26,877] 280 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 175s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,044 / 26,879] 281 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 176s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,052 / 26,879] 281 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 177s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,059 / 26,879] 281 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 178s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,074 / 26,883] 282 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 179s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,090 / 26,943] 282 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 180s remote-cache, linux-sandbox ... (36 actions, 4 running) [26,096 / 26,945] 282 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 181s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,103 / 26,963] 282 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 182s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,104 / 26,963] 283 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 183s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,111 / 26,963] 285 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 185s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,118 / 26,963] 285 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 186s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,120 / 26,963] 285 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 187s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,129 / 26,963] 286 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 188s remote-cache, linux-sandbox ... (36 actions, 4 running) [26,138 / 26,963] 286 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 189s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,145 / 26,963] 286 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 191s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,153 / 26,963] 286 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 192s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,165 / 26,965] 286 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 193s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,172 / 26,965] 286 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 194s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,185 / 26,965] 286 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 195s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,196 / 26,965] 287 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 196s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,210 / 27,035] 287 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 197s remote-cache, linux-sandbox ... (36 actions, 4 running) [26,220 / 27,035] 287 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 198s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,229 / 27,035] 287 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 200s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,242 / 27,035] 288 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 201s remote-cache, linux-sandbox ... (35 actions, 4 running) [26,255 / 27,058] 290 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 202s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,263 / 27,058] 290 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 203s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,272 / 27,058] 290 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 204s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,288 / 27,058] 290 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 205s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,300 / 27,058] 290 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 206s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,318 / 27,058] 290 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 19 of 42); 207s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,365 / 27,143] 291 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 203s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,398 / 27,149] 291 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 204s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,426 / 27,163] 292 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 205s remote-cache, linux-sandbox ... (35 actions, 2 running) [26,475 / 27,218] 296 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 206s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,497 / 27,243] 297 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 208s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,519 / 27,269] 298 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 209s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,535 / 27,269] 299 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 210s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,554 / 27,271] 300 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 211s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,571 / 27,277] 300 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 212s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,589 / 27,279] 300 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 213s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,600 / 27,279] 304 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 214s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,617 / 27,293] 305 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 215s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,641 / 27,311] 307 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 216s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,652 / 27,315] 308 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 217s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,663 / 27,315] 309 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 218s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,673 / 27,315] 309 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 219s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,690 / 27,315] 311 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 220s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,706 / 27,315] 311 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 221s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,725 / 27,386] 311 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 222s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,738 / 27,386] 312 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 223s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,750 / 27,386] 313 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 224s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,766 / 27,386] 314 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 226s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,785 / 27,427] 314 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 227s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,797 / 27,436] 314 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 228s remote-cache, linux-sandbox ... (36 actions, 2 running) [26,822 / 27,443] 315 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 229s remote-cache, linux-sandbox ... (35 actions, 2 running) [26,853 / 27,447] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 230s remote-cache, linux-sandbox ... (37 actions, 4 running) [26,874 / 27,535] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 231s remote-cache, linux-sandbox ... (38 actions, 6 running) [26,889 / 27,675] 317 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 232s remote-cache, linux-sandbox ... (38 actions, 6 running) [26,902 / 27,726] 319 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 233s remote-cache, linux-sandbox ... (38 actions, 6 running) [26,917 / 27,726] 319 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 234s remote-cache, linux-sandbox ... (38 actions, 6 running) [26,932 / 27,728] 319 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 235s remote-cache, linux-sandbox ... (38 actions, 6 running) [26,944 / 27,728] 320 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 236s remote-cache, linux-sandbox ... (38 actions, 6 running) [26,961 / 27,728] 320 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 238s remote-cache, linux-sandbox ... (38 actions, 6 running) [26,974 / 27,750] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 239s remote-cache, linux-sandbox ... (38 actions, 6 running) [26,988 / 27,769] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 240s remote-cache, linux-sandbox ... (38 actions, 6 running) [26,996 / 27,769] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 241s remote-cache, linux-sandbox ... (38 actions, 6 running) [27,008 / 27,769] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 242s remote-cache, linux-sandbox ... (37 actions, 4 running) [27,019 / 27,769] 321 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 243s remote-cache, linux-sandbox ... (38 actions, 6 running) [27,032 / 27,820] 322 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 244s remote-cache, linux-sandbox ... (38 actions, 6 running) [27,052 / 27,906] 323 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 245s remote-cache, linux-sandbox ... (37 actions, 4 running) [27,062 / 27,906] 324 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 246s remote-cache, linux-sandbox ... (37 actions, 4 running) [27,077 / 27,914] 324 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 247s remote-cache, linux-sandbox ... (38 actions, 6 running) [27,090 / 27,914] 324 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 248s remote-cache, linux-sandbox ... (38 actions, 6 running) [27,100 / 27,914] 324 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 250s remote-cache, linux-sandbox ... (38 actions, 6 running) [27,113 / 27,914] 324 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 251s remote-cache, linux-sandbox ... (37 actions, 4 running) [27,126 / 27,940] 325 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 252s remote-cache, linux-sandbox ... (37 actions, 5 running) [27,136 / 27,940] 325 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 253s remote-cache, linux-sandbox ... (38 actions, 6 running) [27,151 / 27,940] 326 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 255s remote-cache, linux-sandbox ... (38 actions, 6 running) [27,162 / 27,940] 327 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 256s remote-cache, linux-sandbox ... (37 actions, 4 running) [27,174 / 27,967] 327 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 257s remote-cache, linux-sandbox ... (37 actions, 5 running) [27,183 / 27,967] 327 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 258s remote-cache, linux-sandbox ... (38 actions, 6 running) [27,189 / 27,967] 327 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 259s remote-cache, linux-sandbox ... (38 actions, 6 running) [27,200 / 27,967] 327 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 260s remote-cache, linux-sandbox ... (38 actions, 6 running) [27,213 / 28,018] 328 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 261s remote-cache, linux-sandbox ... (38 actions, 6 running) [27,228 / 28,046] 329 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 262s remote-cache, linux-sandbox ... (38 actions, 6 running) [27,239 / 28,071] 329 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 263s remote-cache, linux-sandbox ... (38 actions, 7 running) [27,250 / 28,071] 329 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 264s remote-cache, linux-sandbox ... (39 actions, 9 running) [27,263 / 28,073] 330 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 265s remote-cache, linux-sandbox ... (40 actions, 10 running) [27,276 / 28,086] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 266s remote-cache, linux-sandbox ... (40 actions, 10 running) [27,288 / 28,095] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 268s remote-cache, linux-sandbox ... (40 actions, 10 running) [27,300 / 28,095] 331 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 269s remote-cache, linux-sandbox ... (39 actions, 8 running) [27,312 / 28,095] 333 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 270s remote-cache, linux-sandbox ... (40 actions, 10 running) [27,334 / 28,117] 333 / 457 tests; Testing //pkg/planner/core/casetest/instanceplancache:instanceplancache_test (shard 25 of 42); 271s remote-cache, linux-sandbox ... (37 actions, 5 running) [27,340 / 28,117] 334 / 457 tests; Testing //pkg/ddl/tests/metadatalock:metadatalock_test (shard 12 of 37); 3s remote-cache ... (39 actions, 8 running) [27,352 / 28,117] 334 / 457 tests; Testing //pkg/ddl/tests/serial:serial_test (shard 7 of 19); Downloading pkg/ddl/tests/serial/serial_test/shard_7_of_19/coverage.dat, 19.0 MiB / 19.9 MiB; 3s remote-cache ... (38 actions, 7 running) [27,361 / 28,142] 334 / 457 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 16 of 50); 3s remote-cache ... (39 actions, 8 running) [27,378 / 28,142] 334 / 457 tests; Testing //pkg/util/ranger:ranger_test (shard 22 of 26); Downloading pkg/util/ranger/ranger_test/shard_22_of_26/coverage.dat, 18.0 MiB / 19.9 MiB; 3s remote-cache ... (40 actions, 10 running) [27,385 / 28,142] 334 / 457 tests; Testing //pkg/planner/core:core_test (shard 47 of 50); Downloading pkg/planner/core/core_test/shard_47_of_50/coverage.dat, 19.0 MiB / 20.1 MiB; 3s remote-cache ... (40 actions, 10 running) [27,395 / 28,175] 335 / 457 tests; Testing //pkg/ddl/tests/metadatalock:metadatalock_test (shard 15 of 37); 4s remote-cache ... (38 actions, 6 running) [27,404 / 28,175] 336 / 457 tests; Testing //pkg/ddl:ddl_test (shard 39 of 50); 4s remote-cache ... (40 actions, 10 running) [27,420 / 28,175] 337 / 457 tests; Testing //pkg/sessiontxn:sessiontxn_test (shard 8 of 25); 4s remote-cache, linux-sandbox ... (40 actions, 10 running) [27,441 / 28,228] 338 / 457 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 21 of 50); Downloading pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_21_of_50/coverage.dat, 19.0 MiB / 20.2 MiB; 3s remote-cache ... (39 actions, 8 running) [27,456 / 28,263] 338 / 457 tests; Testing //pkg/server:server_test (shard 37 of 50); 4s remote-cache, linux-sandbox ... (40 actions, 10 running) [27,470 / 28,263] 339 / 457 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 8 of 22); Downloading pkg/disttask/framework/integrationtests/integrationtests_test/shard_8_of_22/coverage.dat, 20.0 MiB / 20.0 MiB; 3s remote-cache ... (38 actions, 8 running) [27,481 / 28,263] 340 / 457 tests; Testing //pkg/ddl:ddl_test (shard 10 of 50); Downloading pkg/ddl/ddl_test/shard_10_of_50/coverage.dat, 20.0 MiB / 20.4 MiB; 3s remote-cache ... (40 actions, 10 running) [27,497 / 28,268] 340 / 457 tests; Testing //pkg/sessiontxn:sessiontxn_test (shard 18 of 25); 4s remote-cache, linux-sandbox ... (41 actions, 12 running) [27,509 / 28,280] 340 / 457 tests; Testing //pkg/sessiontxn:sessiontxn_test (shard 18 of 25); 5s remote-cache, linux-sandbox ... (40 actions, 10 running) [27,519 / 28,280] 341 / 457 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 36 of 50); 3s remote-cache ... (40 actions, 10 running) [27,527 / 28,280] 342 / 457 tests; Testing //pkg/infoschema/test/clustertablestest:clustertablestest_test (shard 28 of 50); Downloading pkg/infoschema/test/clustertablestest/clustertablestest_test/shard_28_of_50/coverage.dat, 20.0 MiB / 20.2 MiB; 3s remote-cache ... (40 actions, 11 running) [27,543 / 28,280] 342 / 457 tests; Testing //pkg/executor/test/passwordtest:passwordtest_test (shard 2 of 9); 3s remote-cache ... (39 actions, 8 running) [27,551 / 28,280] 342 / 457 tests; Testing //pkg/executor/test/txn:txn_test (shard 1 of 11); 4s remote-cache ... (39 actions, 8 running) [27,561 / 28,280] 343 / 457 tests; Testing //pkg/executor/test/passwordtest:passwordtest_test (shard 7 of 9); Downloading pkg/executor/test/passwordtest/passwordtest_test/shard_7_of_9/coverage.dat, 19.0 MiB / 19.9 MiB; 3s remote-cache ... (37 actions, 4 running) [27,574 / 28,282] 343 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 4s remote-cache, linux-sandbox ... (38 actions, 6 running) [27,591 / 28,292] 343 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 5s remote-cache, linux-sandbox ... (38 actions, 6 running) [27,598 / 28,292] 343 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 6s remote-cache, linux-sandbox ... (38 actions, 6 running) [27,610 / 28,292] 346 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 7s remote-cache, linux-sandbox ... (38 actions, 6 running) [27,622 / 28,292] 346 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 8s remote-cache, linux-sandbox ... (38 actions, 6 running) [27,631 / 28,343] 346 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 9s remote-cache, linux-sandbox ... (39 actions, 8 running) [27,641 / 28,343] 347 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 10s remote-cache, linux-sandbox ... (39 actions, 8 running) [27,649 / 28,343] 347 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 11s remote-cache, linux-sandbox ... (39 actions, 8 running) [27,663 / 28,343] 348 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 12s remote-cache, linux-sandbox ... (39 actions, 8 running) [27,670 / 28,343] 348 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 13s remote-cache, linux-sandbox ... (39 actions, 8 running) [27,681 / 28,343] 348 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 15s remote-cache, linux-sandbox ... (39 actions, 8 running) [27,690 / 28,343] 349 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 16s remote-cache, linux-sandbox ... (40 actions, 10 running) [27,702 / 28,343] 350 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 17s remote-cache, linux-sandbox ... (40 actions, 10 running) [27,730 / 28,389] 351 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 18s remote-cache, linux-sandbox ... (39 actions, 8 running) [27,741 / 28,403] 351 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 19s remote-cache, linux-sandbox ... (39 actions, 8 running) [27,748 / 28,403] 351 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 20s remote-cache, linux-sandbox ... (39 actions, 9 running) [27,763 / 28,403] 352 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 22s remote-cache, linux-sandbox ... (39 actions, 8 running) [27,773 / 28,405] 352 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 23s remote-cache, linux-sandbox ... (39 actions, 8 running) [27,779 / 28,405] 352 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 24s remote-cache, linux-sandbox ... (40 actions, 10 running) [27,791 / 28,405] 353 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 25s remote-cache, linux-sandbox ... (39 actions, 8 running) [27,809 / 28,410] 353 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 26s remote-cache, linux-sandbox ... (40 actions, 10 running) [27,818 / 28,410] 354 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 27s remote-cache, linux-sandbox ... (39 actions, 8 running) [27,825 / 28,412] 354 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 28s remote-cache, linux-sandbox ... (40 actions, 10 running) [27,838 / 28,412] 355 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 29s remote-cache, linux-sandbox ... (40 actions, 10 running) [27,850 / 28,414] 355 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 30s remote-cache, linux-sandbox ... (40 actions, 10 running) [27,861 / 28,414] 356 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 31s remote-cache, linux-sandbox ... (40 actions, 10 running) [27,873 / 28,414] 359 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 33s remote-cache, linux-sandbox ... (41 actions, 12 running) [27,890 / 28,444] 360 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 34s remote-cache, linux-sandbox ... (40 actions, 10 running) [27,907 / 28,448] 360 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 35s remote-cache, linux-sandbox ... (40 actions, 10 running) [27,915 / 28,448] 360 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 36s remote-cache, linux-sandbox ... (41 actions, 12 running) [27,919 / 28,448] 361 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 37s remote-cache, linux-sandbox ... (41 actions, 12 running) [27,938 / 28,455] 362 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 38s remote-cache, linux-sandbox ... (41 actions, 12 running) [27,947 / 28,455] 363 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 39s remote-cache, linux-sandbox ... (41 actions, 12 running) [27,963 / 28,459] 363 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 40s remote-cache, linux-sandbox ... (40 actions, 10 running) [27,979 / 28,459] 363 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 41s remote-cache, linux-sandbox ... (41 actions, 12 running) [27,985 / 28,459] 363 / 457 tests; Testing //pkg/store:store_test (shard 1 of 23); 43s remote-cache, linux-sandbox ... (41 actions, 12 running) [28,001 / 28,468] 365 / 457 tests; Testing //pkg/store:store_test (shard 2 of 23); 40s remote-cache, linux-sandbox ... (39 actions, 8 running) [28,027 / 28,519] 366 / 457 tests; Testing //pkg/store:store_test (shard 2 of 23); 41s remote-cache, linux-sandbox ... (37 actions, 4 running) [28,058 / 28,598] 367 / 457 tests; Testing //pkg/store:store_test (shard 2 of 23); 42s remote-cache, linux-sandbox ... (37 actions, 4 running) [28,068 / 28,598] 368 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 11s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,073 / 28,598] 369 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 12s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,086 / 28,598] 370 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 13s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,104 / 28,598] 371 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 14s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,116 / 28,600] 371 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 15s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,128 / 28,614] 372 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 16s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,143 / 28,614] 372 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 17s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,162 / 28,621] 372 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 18s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,175 / 28,621] 373 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 19s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,186 / 28,621] 373 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 20s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,200 / 28,628] 375 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 21s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,221 / 28,628] 375 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 22s remote-cache, linux-sandbox ... (35 actions, 2 running) [28,233 / 28,641] 375 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 23s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,241 / 28,641] 376 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 24s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,254 / 28,641] 378 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 25s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,275 / 28,641] 378 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 26s remote-cache, linux-sandbox ... (34 actions, 2 running) [28,294 / 28,693] 378 / 457 tests; Testing //pkg/server:server_test (shard 21 of 50); 27s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,308 / 28,693] 380 / 457 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 26 of 38); Downloading pkg/extension/enterprise/audit/audit_test/shard_26_of_38/coverage.dat, 20.0 MiB / 20.3 MiB; 3s remote-cache ... (35 actions, 0 running) [28,318 / 28,715] 382 / 457 tests; Testing //pkg/planner/core/casetest/mpp:mpp_test (shard 9 of 23); 4s remote-cache ... (35 actions, 0 running) [28,331 / 28,742] 385 / 457 tests; Testing //pkg/domain:domain_test (shard 19 of 30); 4s remote-cache ... (35 actions, 0 running) [28,342 / 28,742] 385 / 457 tests; Testing //pkg/planner/core/casetest/vectorsearch:vectorsearch_test (shard 6 of 8); Downloading pkg/planner/core/casetest/vectorsearch/vectorsearch_test/shard_6_of_8/coverage.dat, 18.0 MiB / 19.9 MiB; 4s remote-cache ... (35 actions, 0 running) [28,357 / 28,749] 386 / 457 tests; Testing //pkg/executor:executor_test (shard 7 of 50); Downloading pkg/executor/executor_test/shard_7_of_50/coverage.dat, 20.0 MiB / 20.4 MiB; 4s remote-cache ... (34 actions, 0 running) [28,370 / 28,762] 386 / 457 tests; Testing //pkg/domain:domain_test (shard 24 of 30); Downloading pkg/domain/domain_test/shard_24_of_30/coverage.dat, 20.0 MiB / 20.2 MiB; 4s remote-cache ... (35 actions, 0 running) [28,378 / 28,762] 387 / 457 tests; Testing //pkg/executor/join:join_test (shard 42 of 50); Downloading pkg/executor/join/join_test/shard_42_of_50/coverage.dat, 19.9 MiB / 20.0 MiB; 4s remote-cache ... (35 actions, 0 running) [28,389 / 28,762] 388 / 457 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 10 of 32); Downloading pkg/ddl/tests/tiflash/tiflash_test/shard_10_of_32/coverage.dat, 19.0 MiB / 19.9 MiB; 4s remote-cache ... (35 actions, 0 running) [28,408 / 28,813] 389 / 457 tests; Testing //pkg/executor:executor_test (shard 8 of 50); Downloading pkg/executor/executor_test/shard_8_of_50/coverage.dat, 20.0 MiB / 20.4 MiB; 4s remote-cache ... (35 actions, 0 running) [28,419 / 28,813] 390 / 457 tests; Testing //pkg/planner/core/casetest/partition:partition_test (shard 4 of 13); Downloading pkg/planner/core/casetest/partition/partition_test/shard_4_of_13/coverage.dat, 17.0 MiB / 19.9 MiB; 4s remote-cache ... (35 actions, 0 running) [28,430 / 28,815] 391 / 457 tests; Testing //pkg/extension:extension_test (shard 1 of 21); Downloading pkg/extension/extension_test/shard_1_of_21/coverage.dat, 19.2 MiB / 20.2 MiB; 4s remote-cache ... (35 actions, 0 running) [28,444 / 28,822] 392 / 457 tests; Testing //pkg/planner/core/casetest/rule:rule_test (shard 3 of 9); Downloading pkg/planner/core/casetest/rule/rule_test/shard_3_of_9/coverage.dat, 19.0 MiB / 19.9 MiB; 4s remote-cache ... (35 actions, 0 running) [28,461 / 28,822] 394 / 457 tests; Testing //pkg/executor:executor_test (shard 9 of 50); Downloading pkg/executor/executor_test/shard_9_of_50/coverage.dat, 20.0 MiB / 20.4 MiB; 4s remote-cache ... (35 actions, 0 running) [28,477 / 28,889] 395 / 457 tests; Testing //pkg/planner/core/tests/null:null_test; 3s remote-cache ... (35 actions, 0 running) [28,488 / 28,889] 395 / 457 tests; Testing //pkg/executor/join:join_test (shard 40 of 50); 4s remote-cache ... (36 actions, 2 running) [28,507 / 28,889] 396 / 457 tests; Testing //pkg/extension:extension_test (shard 6 of 21); 4s remote-cache ... (36 actions, 2 running) [28,520 / 28,891] 396 / 457 tests; Testing //pkg/planner/funcdep:funcdep_test (shard 5 of 11); Downloading pkg/planner/funcdep/funcdep_test/shard_5_of_11/coverage.dat, 18.9 MiB / 19.9 MiB; 3s remote-cache ... (36 actions, 2 running) [28,530 / 28,951] 397 / 457 tests; Testing //pkg/executor:executor_test (shard 13 of 50); 4s remote-cache ... (36 actions, 2 running) [28,550 / 28,953] 398 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 5s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,563 / 28,953] 400 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 6s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,575 / 28,953] 401 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 7s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,590 / 29,004] 401 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 8s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,608 / 29,022] 405 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 9s remote-cache, linux-sandbox ... (36 actions, 2 running) [28,622 / 29,022] 405 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 10s remote-cache, linux-sandbox ... (37 actions, 4 running) [28,636 / 29,047] 405 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 11s remote-cache, linux-sandbox ... (37 actions, 4 running) [28,650 / 29,071] 405 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 12s remote-cache, linux-sandbox ... (37 actions, 4 running) [28,657 / 29,071] 405 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 13s remote-cache, linux-sandbox ... (37 actions, 4 running) [28,665 / 29,071] 405 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 15s remote-cache, linux-sandbox ... (37 actions, 4 running) [28,681 / 29,071] 405 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 16s remote-cache, linux-sandbox ... (37 actions, 4 running) [28,688 / 29,071] 405 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 17s remote-cache, linux-sandbox ... (37 actions, 4 running) [28,697 / 29,071] 405 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 18s remote-cache, linux-sandbox ... (37 actions, 4 running) [28,714 / 29,071] 406 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 19s remote-cache, linux-sandbox ... (37 actions, 4 running) [28,725 / 29,076] 406 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 20s remote-cache, linux-sandbox ... (37 actions, 4 running) [28,736 / 29,076] 407 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 22s remote-cache, linux-sandbox ... (37 actions, 4 running) [28,747 / 29,076] 408 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 23s remote-cache, linux-sandbox ... (38 actions, 6 running) [28,770 / 29,093] 409 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 24s remote-cache, linux-sandbox ... (39 actions, 8 running) [28,783 / 29,101] 409 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 25s remote-cache, linux-sandbox ... (39 actions, 8 running) [28,792 / 29,110] 410 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 26s remote-cache, linux-sandbox ... (39 actions, 8 running) [28,807 / 29,110] 411 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 27s remote-cache, linux-sandbox ... (39 actions, 8 running) [28,816 / 29,110] 412 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 28s remote-cache, linux-sandbox ... (39 actions, 8 running) [28,827 / 29,179] 412 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 29s remote-cache, linux-sandbox ... (41 actions, 12 running) [28,837 / 29,179] 412 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 30s remote-cache, linux-sandbox ... (43 actions, 16 running) [28,849 / 29,179] 412 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 32s remote-cache, linux-sandbox ... (42 actions, 16 running) [28,861 / 29,230] 412 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 33s remote-cache, linux-sandbox ... (43 actions, 16 running) [28,870 / 29,230] 412 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 34s remote-cache, linux-sandbox ... (44 actions, 18 running) [28,878 / 29,230] 412 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 35s remote-cache, linux-sandbox ... (44 actions, 18 running) [28,896 / 29,253] 412 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 36s remote-cache, linux-sandbox ... (44 actions, 19 running) [28,900 / 29,253] 412 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 37s remote-cache, linux-sandbox ... (46 actions, 22 running) [28,918 / 29,253] 414 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 38s remote-cache, linux-sandbox ... (47 actions, 24 running) [28,943 / 29,297] 415 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 39s remote-cache, linux-sandbox ... (47 actions, 24 running) [28,961 / 29,337] 417 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 40s remote-cache, linux-sandbox ... (46 actions, 24 running) [28,973 / 29,344] 419 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 41s remote-cache, linux-sandbox ... (48 actions, 26 running) [28,992 / 29,346] 420 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 42s remote-cache, linux-sandbox ... (51 actions, 32 running) [29,005 / 29,346] 420 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 44s remote-cache, linux-sandbox ... (52 actions, 34 running) [29,020 / 29,356] 421 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 45s remote-cache, linux-sandbox ... (52 actions, 34 running) [29,041 / 29,380] 423 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 46s remote-cache, linux-sandbox ... (49 actions, 30 running) [29,055 / 29,424] 423 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 47s remote-cache, linux-sandbox ... (55 actions, 40 running) [29,068 / 29,424] 423 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 48s remote-cache, linux-sandbox ... (60 actions, 50 running) [29,081 / 29,446] 424 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 49s remote-cache, linux-sandbox ... (62 actions, 54 running) [29,089 / 29,446] 424 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 50s remote-cache, linux-sandbox ... (59 actions, 48 running) [29,098 / 29,446] 424 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 51s remote-cache, linux-sandbox ... (64 actions, 58 running) [29,105 / 29,446] 424 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 52s remote-cache, linux-sandbox ... (65 actions, 60 running) [29,124 / 29,446] 425 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 4 of 4); 53s remote-cache, linux-sandbox ... (63 actions, 56 running) [29,144 / 29,460] 426 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 44s remote-cache, linux-sandbox ... (64 actions, 58 running) [29,155 / 29,471] 426 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 45s remote-cache, linux-sandbox ... (65 actions, 61 running) [29,164 / 29,471] 426 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 46s remote-cache, linux-sandbox ... (65 actions, 60 running) [29,168 / 29,471] 426 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 47s remote-cache, linux-sandbox ... (65 actions, 60 running) [29,180 / 29,471] 426 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 48s remote-cache, linux-sandbox ... (65 actions, 61 running) [29,204 / 29,477] 427 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 49s remote-cache, linux-sandbox ... (65 actions, 60 running) [29,211 / 29,477] 428 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 50s remote-cache, linux-sandbox ... (67 actions, 65 running) [29,217 / 29,477] 429 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 51s remote-cache, linux-sandbox ... (68 actions, 66 running) [29,231 / 29,498] 430 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 52s remote-cache, linux-sandbox ... (67 actions, 64 running) [29,241 / 29,498] 430 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 53s remote-cache, linux-sandbox ... (66 actions, 63 running) [29,249 / 29,498] 430 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) FAIL: //pkg/statistics/handle/globalstats:globalstats_test (shard 23 of 27) (see /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_23_of_27/test_attempts/attempt_1.log) [29,257 / 29,498] 430 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,279 / 29,533] 431 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 57s remote-cache, linux-sandbox ... (66 actions, 62 running) [29,288 / 29,533] 431 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 58s remote-cache, linux-sandbox ... (67 actions, 64 running) [29,298 / 29,533] 431 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 59s remote-cache, linux-sandbox ... (68 actions, 66 running) INFO: From Testing //pkg/statistics/handle/globalstats:globalstats_test (shard 23 of 27): ==================== Test output for //pkg/statistics/handle/globalstats:globalstats_test (shard 23 of 27): === RUN TestGlobalStatsAndSQLBinding [2025/04/04 13:22:31.801 +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 13:22:31.801 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 13:22:31.801 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 13:22:31.802 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 13:22:31.802 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 13:22:31.803 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 13:22:31.804 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=31fc0055-aefa-4917-accd-4bac6df4dc4f] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 13:22:31.812 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 13:22:31.812 +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 13:22:31.812 +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/statistics/handle/globalstats_test.TestGlobalStatsAndSQLBinding\n\tpkg/statistics/handle/globalstats/global_stats_test.go:964\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1690\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1700"] [version=0] [2025/04/04 13:22:31.825 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=12.515575ms] [2025/04/04 13:22:31.825 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 13:22:31.825 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=85055cbd-6fa1-4bbf-ae3a-ee185c7ab608] [runWorker=true] [jobVersion=v1] [2025/04/04 13:22:31.825 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 13:22:31.825 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=85055cbd-6fa1-4bbf-ae3a-ee185c7ab608] [2025/04/04 13:22:31.825 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 13:22:31.825 +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 13:22:31.825 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 13:22:31.825 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 13:22:31.825 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 13:22:31.825 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 13:22:31.825 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 13:22:31.825 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 13:22:31.825 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 13:22:31.825 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 13:22:31.825 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 13:22:31.825 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 13:22:31.825 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 13:22:31.825 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 13:22:31.825 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 13:22:31.825 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 13:22:31.825 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 13:22:31.825 +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 13:22:31.831 +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 13:22:31.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:31.831 +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 13:22:31.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/04 13:22:31.833 +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 13:22:31.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.849 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=14.878154ms] [2025/04/04 13:22:31.849 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 13:22:31.851 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:31.851 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/04 13:22:31.853 +00:00] [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"=18.775527ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 13:22:31.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.856 +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 13:22:31.83 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.859 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/04 13:22:31.859 +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 13:22:31.859 +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 13:22:31.860 +00:00] [INFO] [helper.go:189] ["set random timezone for getStmtTimestamp"] [timezone=UTC] [2025/04/04 13:22:31.864 +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 13:22:31.861 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:31.864 +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 13:22:31.861 +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 13:22:31.866 +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 13:22:31.861 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.877 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=1.201189ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:31.879 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:31.879 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/04 13:22:31.880 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=4.366552ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:31.861 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.883 +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 13:22:31.861 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.887 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/04 13:22:31.888 +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 13:22:31.890 +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 13:22:31.889 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:31.890 +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 13:22:31.889 +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 13:22:31.891 +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 13:22:31.889 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.893 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=193.968ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:31.894 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:31.894 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/04 13:22:31.895 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.224127ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:31.889 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.897 +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 13:22:31.889 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.900 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/04 13:22:31.900 +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 13:22:31.903 +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 13:22:31.902 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:31.903 +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 13:22:31.902 +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 13:22:31.904 +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 13:22:31.902 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.907 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=283.65ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:31.908 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:31.908 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/04 13:22:31.909 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.700293ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:31.902 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.911 +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 13:22:31.902 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.914 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/04 13:22:31.914 +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 13:22:31.916 +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 13:22:31.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:31.916 +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 13:22:31.915 +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 13:22:31.918 +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 13:22:31.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.922 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=464.095ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:31.922 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:31.923 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/04 13:22:31.923 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=2.263348ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:31.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.925 +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 13:22:31.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.928 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/04 13:22:31.928 +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 13:22:31.931 +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 13:22:31.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:31.931 +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 13:22:31.93 +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 13:22:31.932 +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 13:22:31.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.934 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=290.907ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:31.935 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:31.935 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/04 13:22:31.936 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.516482ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:31.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.939 +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 13:22:31.93 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.942 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/04 13:22:31.942 +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 13:22:31.945 +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 13:22:31.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:31.945 +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 13:22:31.943 +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 13:22:31.947 +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 13:22:31.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.950 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=279.711ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:31.951 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:31.951 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/04 13:22:31.953 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.763001ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:31.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.955 +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 13:22:31.943 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.958 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/04 13:22:31.958 +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 13:22:31.961 +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 13:22:31.96 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:31.961 +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 13:22:31.96 +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 13:22:31.963 +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 13:22:31.96 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.965 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=194.12ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:31.966 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:31.966 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/04 13:22:31.967 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.294381ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:31.96 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.969 +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 13:22:31.96 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.972 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/04 13:22:31.972 +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 13:22:31.975 +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 13:22:31.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:31.975 +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 13:22:31.973 +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 13:22:31.977 +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 13:22:31.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.979 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=252.075ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:31.981 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:31.981 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/04 13:22:31.981 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.385773ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:31.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.984 +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 13:22:31.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.986 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/04 13:22:31.986 +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 13:22:31.989 +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 13:22:31.988 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:31.989 +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 13:22:31.988 +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 13:22:31.990 +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 13:22:31.988 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.993 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=225.458ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:31.994 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:31.994 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/04 13:22:31.994 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.055146ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:31.988 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.996 +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 13:22:31.988 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:31.999 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/04 13:22:31.999 +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 13:22:32.001 +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 13:22:32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.001 +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 13:22:32 +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 13:22:32.002 +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 13:22:32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.004 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=217.542ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.005 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.005 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/04 13:22:32.007 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.583422ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.009 +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 13:22:32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.012 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/04 13:22:32.012 +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 13:22:32.012 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/04 13:22:32.016 +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 13:22:32.014 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.016 +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 13:22:32.014 +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 13:22:32.017 +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 13:22:32.014 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.020 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=308.923ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.021 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.021 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/04 13:22:32.022 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.259213ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.014 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.024 +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 13:22:32.014 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.027 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/04 13:22:32.027 +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 13:22:32.030 +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 13:22:32.029 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.030 +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 13:22:32.029 +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 13:22:32.032 +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 13:22:32.029 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.035 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=307.022ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.035 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.035 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/04 13:22:32.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=13] ["take time"=2.905638ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.029 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.039 +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 13:22:32.029 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.042 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/04 13:22:32.042 +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 13:22:32.044 +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 13:22:32.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.044 +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 13:22:32.043 +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 13:22:32.046 +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 13:22:32.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.049 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=208.018ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.049 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.049 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/04 13:22:32.051 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.728731ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.053 +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 13:22:32.043 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.056 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/04 13:22:32.056 +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 13:22:32.058 +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 13:22:32.057 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.058 +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 13:22:32.057 +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 13:22:32.060 +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 13:22:32.057 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.063 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=330.094ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.064 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.064 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/04 13:22:32.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=15] ["take time"=2.247776ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.057 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.066 +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 13:22:32.057 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.068 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/04 13:22:32.068 +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 13:22:32.070 +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 13:22:32.07 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.070 +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 13:22:32.07 +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 13:22:32.072 +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 13:22:32.07 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.074 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=260.832ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.075 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.075 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/04 13:22:32.076 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.278128ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.07 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.078 +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 13:22:32.07 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.080 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/04 13:22:32.080 +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 13:22:32.083 +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 13:22:32.082 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.083 +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 13:22:32.082 +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 13:22:32.085 +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 13:22:32.082 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.087 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=208.727ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.087 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.087 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/04 13:22:32.089 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.776547ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.082 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.092 +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 13:22:32.082 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.094 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/04 13:22:32.094 +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 13:22:32.097 +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 13:22:32.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.097 +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 13:22:32.096 +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 13:22:32.098 +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 13:22:32.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.100 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=215.587ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.101 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.101 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/04 13:22:32.103 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.940709ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.105 +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 13:22:32.096 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.107 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/04 13:22:32.107 +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 13:22:32.110 +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 13:22:32.108 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.110 +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 13:22:32.108 +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 13:22:32.111 +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 13:22:32.108 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.113 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=295.65ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.114 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.114 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/04 13:22:32.115 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.077018ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.108 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.118 +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 13:22:32.108 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.121 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/04 13:22:32.121 +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 13:22:32.124 +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 13:22:32.123 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.124 +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 13:22:32.123 +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 13:22:32.125 +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 13:22:32.123 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.128 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=345.702ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.129 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.129 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/04 13:22:32.129 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=2.031568ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.123 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.132 +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 13:22:32.123 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.134 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/04 13:22:32.134 +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 13:22:32.137 +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 13:22:32.136 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.137 +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 13:22:32.136 +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 13:22:32.139 +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 13:22:32.136 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.141 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=207.264ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.142 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.142 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/04 13:22:32.143 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=2.292489ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.136 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.144 +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 13:22:32.136 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.146 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/04 13:22:32.146 +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 13:22:32.148 +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 13:22:32.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.148 +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 13:22:32.148 +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 13:22:32.150 +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 13:22:32.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.152 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=150.693ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.153 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.153 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/04 13:22:32.155 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.821502ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.157 +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 13:22:32.148 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.159 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/04 13:22:32.159 +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 13:22:32.161 +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 13:22:32.16 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.161 +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 13:22:32.16 +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 13:22:32.162 +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 13:22:32.16 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.165 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=259.318ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.165 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.166 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/04 13:22:32.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=23] ["take time"=2.275419ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.16 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.168 +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 13:22:32.16 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.170 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/04 13:22:32.171 +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 13:22:32.173 +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 13:22:32.172 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.173 +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 13:22:32.172 +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 13:22:32.174 +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 13:22:32.172 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.176 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=201.849ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.177 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.177 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/04 13:22:32.179 +00:00] [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"=3.036903ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.172 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.181 +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 13:22:32.172 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.183 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/04 13:22:32.183 +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 13:22:32.186 +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 13:22:32.185 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.186 +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 13:22:32.185 +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 13:22:32.188 +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 13:22:32.185 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.190 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=197.252ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.190 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.190 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/04 13:22:32.192 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=2.382891ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.185 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.194 +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 13:22:32.185 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.196 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/04 13:22:32.196 +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 13:22:32.198 +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 13:22:32.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.198 +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 13:22:32.197 +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 13:22:32.199 +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 13:22:32.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.202 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=152.711ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.203 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.203 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/04 13:22:32.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=26] ["take time"=2.480785ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.206 +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 13:22:32.197 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.208 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/04 13:22:32.208 +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 13:22:32.210 +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 13:22:32.209 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.210 +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 13:22:32.209 +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 13:22:32.211 +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 13:22:32.209 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.213 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=196.439ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.214 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.214 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/04 13:22:32.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=27] ["take time"=2.263616ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.209 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.217 +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 13:22:32.209 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.219 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/04 13:22:32.219 +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 13:22:32.221 +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 13:22:32.22 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.221 +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 13:22:32.22 +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 13:22:32.222 +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 13:22:32.22 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.224 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=173.851ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.224 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.224 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/04 13:22:32.226 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.346429ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.22 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.228 +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 13:22:32.22 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.231 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/04 13:22:32.231 +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 13:22:32.231 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/04 13:22:32.233 +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 13:22:32.232 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.233 +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 13:22:32.232 +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 13:22:32.234 +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 13:22:32.232 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.237 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=221.487ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.237 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.237 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/04 13:22:32.239 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.490717ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.232 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.241 +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 13:22:32.232 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.243 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/04 13:22:32.243 +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 13:22:32.245 +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 13:22:32.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.245 +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 13:22:32.244 +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 13:22:32.246 +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 13:22:32.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.249 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=242.239ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.249 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.250 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/04 13:22:32.251 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=2.703972ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.253 +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 13:22:32.244 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.254 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/04 13:22:32.255 +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 13:22:32.256 +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 13:22:32.256 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.257 +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 13:22:32.256 +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 13:22:32.258 +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 13:22:32.256 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.261 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=223.603ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.261 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.261 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/04 13:22:32.262 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.081423ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.256 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.264 +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 13:22:32.256 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.266 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/04 13:22:32.266 +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 13:22:32.268 +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 13:22:32.267 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.269 +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 13:22:32.267 +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 13:22:32.270 +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 13:22:32.267 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.273 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=350.303ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.273 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.273 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/04 13:22:32.275 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.491879ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.267 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.277 +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 13:22:32.267 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.280 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/04 13:22:32.280 +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 13:22:32.281 +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 13:22:32.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.281 +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 13:22:32.281 +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 13:22:32.282 +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 13:22:32.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.284 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=133.539ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.285 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.285 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/04 13:22:32.286 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.028154ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.287 +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 13:22:32.281 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.289 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/04 13:22:32.289 +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 13:22:32.291 +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 13:22:32.29 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.291 +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 13:22:32.29 +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 13:22:32.292 +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 13:22:32.29 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.295 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=188.603ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 13:22:32.295 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.295 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/04 13:22:32.297 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.359297ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2025-04-04 13:22:32.29 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.298 +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 13:22:32.29 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.300 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/04 13:22:32.302 +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 13:22:32.301 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.302 +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 13:22:32.301 +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 13:22:32.303 +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 13:22:32.301 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.305 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=186.285ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.306 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.306 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/04 13:22:32.308 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.878308ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.301 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.309 +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 13:22:32.301 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.311 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/04 13:22:32.311 +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 13:22:32.314 +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 13:22:32.313 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.314 +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 13:22:32.313 +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 13:22:32.315 +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 13:22:32.313 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.317 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=159.82ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.318 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.318 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/04 13:22:32.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=36] ["take time"=2.378444ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.313 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.321 +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 13:22:32.313 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.322 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/04 13:22:32.322 +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 13:22:32.324 +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 13:22:32.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.324 +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 13:22:32.324 +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 13:22:32.325 +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 13:22:32.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.327 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=160.8ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.328 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.328 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/04 13:22:32.329 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.626528ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.331 +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 13:22:32.324 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.332 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/04 13:22:32.332 +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 13:22:32.335 +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 13:22:32.334 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.335 +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 13:22:32.334 +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 13:22:32.336 +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 13:22:32.334 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.339 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=341.02ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.340 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.340 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/04 13:22:32.342 +00:00] [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"=3.037444ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.334 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.344 +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 13:22:32.334 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.346 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/04 13:22:32.346 +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 13:22:32.349 +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 13:22:32.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.349 +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 13:22:32.348 +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 13:22:32.350 +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 13:22:32.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.353 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=388.951ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.354 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.354 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/04 13:22:32.355 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=2.130791ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.356 +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 13:22:32.348 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.359 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/04 13:22:32.359 +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 13:22:32.362 +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 13:22:32.361 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.362 +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 13:22:32.361 +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 13:22:32.363 +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 13:22:32.361 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.367 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=368.987ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.368 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.368 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/04 13:22:32.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=40] ["take time"=2.267513ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.361 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.370 +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 13:22:32.361 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.373 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/04 13:22:32.373 +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 13:22:32.376 +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 13:22:32.374 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.376 +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 13:22:32.374 +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 13:22:32.376 +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 13:22:32.374 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.380 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=527.188ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.381 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.381 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/04 13:22:32.381 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.056098ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.374 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.383 +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 13:22:32.374 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.386 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/04 13:22:32.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 13:22:32.388 +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 13:22:32.387 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.388 +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 13:22:32.387 +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 13:22:32.389 +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 13:22:32.387 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.392 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=347.749ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.393 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.393 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/04 13:22:32.395 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=2.775846ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.387 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.396 +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 13:22:32.387 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.402 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/04 13:22:32.402 +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 13:22:32.405 +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 13:22:32.404 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.405 +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 13:22:32.404 +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 13:22:32.406 +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 13:22:32.404 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.410 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=504.462ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.411 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.411 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/04 13:22:32.412 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.259024ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.404 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.414 +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 13:22:32.404 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.417 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/04 13:22:32.417 +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 13:22:32.420 +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 13:22:32.419 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.420 +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 13:22:32.419 +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 13:22:32.421 +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 13:22:32.419 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.424 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=282.258ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.425 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.425 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/04 13:22:32.426 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.031889ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.419 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.428 +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 13:22:32.419 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.430 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/04 13:22:32.430 +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 13:22:32.432 +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 13:22:32.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.432 +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 13:22:32.431 +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 13:22:32.433 +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 13:22:32.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.436 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=395.425ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.437 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.437 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/04 13:22:32.438 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.31519ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.440 +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 13:22:32.431 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.442 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/04 13:22:32.442 +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 13:22:32.446 +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 13:22:32.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.446 +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 13:22:32.444 +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 13:22:32.447 +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 13:22:32.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.451 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=527.97ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.452 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.452 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/04 13:22:32.453 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.395838ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.454 +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 13:22:32.444 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.457 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/04 13:22:32.457 +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 13:22:32.460 +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 13:22:32.459 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.460 +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 13:22:32.459 +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 13:22:32.461 +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 13:22:32.459 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.464 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=389.204ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.466 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.466 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/04 13:22:32.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=47] ["take time"=2.656718ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.459 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.469 +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 13:22:32.459 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.471 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/04 13:22:32.472 +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 13:22:32.474 +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 13:22:32.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.474 +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 13:22:32.473 +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 13:22:32.475 +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 13:22:32.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.477 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=261.793ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.478 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.478 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/04 13:22: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=48] ["take time"=2.341702ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.481 +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 13:22:32.473 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.483 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/04 13:22:32.483 +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 13:22:32.485 +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 13:22:32.484 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.485 +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 13:22:32.484 +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 13:22:32.486 +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 13:22:32.484 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.488 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=273.06ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.489 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.489 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/04 13:22:32.490 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.263398ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.484 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.492 +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 13:22:32.484 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.494 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/04 13:22:32.494 +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 13:22:32.494 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/04 13:22:32.496 +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 13:22:32.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.496 +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 13:22:32.495 +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 13:22:32.498 +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 13:22:32.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.500 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=258.336ยตs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.501 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.501 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/04 13:22:32.503 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.991999ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.504 +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 13:22:32.495 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.506 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/04 13:22:32.506 +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 13:22:32.508 +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 13:22:32.507 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.508 +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 13:22:32.507 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/04 13:22:32.509 +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 13:22:32.507 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.510 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=38.563ยตs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/04 13:22:32.510 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.510 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/04 13:22:32.512 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.619005ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 13:22:32.507 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.514 +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 13:22:32.507 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.515 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/04 13:22:32.515 +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 13:22:32.518 +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 13:22:32.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.518 +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 13:22:32.517 +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 13:22:32.520 +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 13:22:32.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.522 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=212.597ยตs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 13:22:32.523 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.523 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/04 13:22:32.524 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.439347ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:3, start time: 2025-04-04 13:22:32.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.527 +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 13:22:32.517 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.529 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/04 13:22:32.532 +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 13:22:32.531 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.532 +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 13:22:32.531 +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 13:22:32.534 +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 13:22:32.531 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.537 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=426.473ยตs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.538 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.538 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/04 13:22:32.539 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.018191ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.531 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.541 +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 13:22:32.531 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.544 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/04 13:22:32.544 +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 13:22:32.547 +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 13:22:32.546 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.547 +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 13:22:32.546 +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 13:22:32.549 +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 13:22:32.546 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.552 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=303.334ยตs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.553 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.553 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/04 13:22:32.554 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=2.479245ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.546 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.556 +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 13:22:32.546 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.558 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/04 13:22:32.558 +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 13:22:32.560 +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 13:22:32.56 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.560 +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 13:22:32.56 +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 13:22:32.561 +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 13:22:32.56 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.564 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=383.886ยตs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.565 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 13:22:32.565 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/04 13:22:32.566 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=2.573029ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.56 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.567 +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 13:22:32.56 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.569 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/04 13:22:32.570 +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 13:22:32.589 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=763.486021ms] [2025/04/04 13:22:32.589 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 13:22:32.589 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=85055cbd-6fa1-4bbf-ae3a-ee185c7ab608] [2025/04/04 13:22:32.589 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 13:22:32.589 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 13:22:32.589 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=16.345ยตs] [2025/04/04 13:22:32.589 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=12.147ยตs] [2025/04/04 13:22:32.589 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=8.324ยตs] [2025/04/04 13:22:32.589 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=11.4ยตs] [2025/04/04 13:22:32.589 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=10.361ยตs] [2025/04/04 13:22:32.589 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=7.924ยตs] [2025/04/04 13:22:32.589 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=10.75ยตs] [2025/04/04 13:22:32.589 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=9.834ยตs] [2025/04/04 13:22:32.589 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=12.351ยตs] [2025/04/04 13:22:32.589 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=7.071ยตs] [2025/04/04 13:22:32.589 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=85055cbd-6fa1-4bbf-ae3a-ee185c7ab608] [2025/04/04 13:22:32.589 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 13:22:32.589 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 13:22:32.593 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=85055cbd-6fa1-4bbf-ae3a-ee185c7ab608] ["take time"=4.467058ms] [2025/04/04 13:22:32.593 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=85055cbd-6fa1-4bbf-ae3a-ee185c7ab608] [2025/04/04 13:22:32.593 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 13:22:32.593 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 13:22:32.593 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 13:22:32.593 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 13:22:32.593 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 13:22:32.593 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 13:22:32.593 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 13:22:32.593 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 13:22:32.593 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 13:22:32.593 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 13:22:32.593 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 13:22:32.593 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 13:22:32.593 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 13:22:32.593 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 13:22:32.593 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=4.635406ms] [2025/04/04 13:22:32.594 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=31fc0055-aefa-4917-accd-4bac6df4dc4f] ["ddl lease"=500ms] ["stats lease"=-1ns] [2025/04/04 13:22:32.599 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 13:22:32.599 +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 13:22:32.611 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=11.784145ms] [2025/04/04 13:22:32.611 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 13:22:32.612 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [runWorker=true] [jobVersion=v1] [2025/04/04 13:22:32.612 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 13:22:32.612 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 13:22:32.612 +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 13:22:32.612 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 13:22:32.612 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 13:22:32.612 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 13:22:32.612 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 13:22:32.612 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [2025/04/04 13:22:32.612 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 13:22:32.612 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 13:22:32.612 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 13:22:32.612 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 13:22:32.612 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 13:22:32.612 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 13:22:32.612 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 13:22:32.612 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 13:22:32.612 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 13:22:32.612 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 13:22:32.612 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 13:22:32.614 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 13:22:32.614 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/04 13:22:32.614 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [2025/04/04 13:22:32.616 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/04 13:22:32.616 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/04 13:22:32.616 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 13:22:32.618 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 13:22:32.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 13:22:32.619 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/04 13:22:32.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/04 13:22:32.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=quitStatsOwner] [2025/04/04 13:22:32.619 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/04 13:22:32.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 13:22:32.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 13:22:32.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/04 13:22:32.619 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [2025/04/04 13:22:32.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 13:22:32.620 +00:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=16] [total-mem=342GiB] [total-disk=434.8GiB] [2025/04/04 13:22:32.620 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [ttl-worker=task-manager] [ttl-worker=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [originalCount=0] [newCount=4] [2025/04/04 13:22:32.620 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [ttl-worker=task-manager] [ttl-worker=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [originalCount=0] [newCount=4] [2025/04/04 13:22:32.620 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [ttl-worker=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [2025/04/04 13:22:32.621 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/04 13:22:32.621 +00:00] [INFO] [manager.go:113] ["task executor manager start"] [server-id=:4000] [2025/04/04 13:22:32.621 +00:00] [INFO] [domain.go:1839] ["dist task executor manager started"] testkit.go:123: RefreshSession rand seed: 1743772952621854210 [2025/04/04 13:22:32.625 +00:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_schema_cache_size] [val=0] [2025/04/04 13:22:32.627 +00:00] [INFO] [set.go:172] ["set global var"] [conn=1] [name=tidb_merge_partition_stats_concurrency] [val=1] [2025/04/04 13:22:32.628 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 13:22:32.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.629 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 13:22:32.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="create database test_global_stats"] [2025/04/04 13:22:32.629 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 13:22:32.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.640 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=false] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=8.947388ms] [2025/04/04 13:22:32.640 +00:00] [INFO] [domain.go:431] ["infoschema v1/v2 switch"] [2025/04/04 13:22:32.640 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 13:22:32.640 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/04 13:22:32.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=56] ["take time"=10.839827ms] [job="ID:113, Type:create schema, State:done, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 13:22:32.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.643 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create schema, State:synced, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 13:22:32.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.644 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/04 13:22:32.644 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=test] [sql="create database test_global_stats"] [user=] [2025/04/04 13:22:32.647 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.646 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.647 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.646 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="create table thash(a int, b int, key(a)) partition by hash(a) partitions 4"] [2025/04/04 13:22:32.648 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=119] [conn=1] [job="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-04 13:22:32.646 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.649 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 114, Table Name: thash)"] [2025/04/04 13:22:32.651 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=203.868ยตs] [gotSchemaVersion=57] [phyTblIDs="[114,115,116,117,118]"] [actionTypes="[3,3,3,3,3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.652 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=119] [version=57] [2025/04/04 13:22:32.653 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=2.717668ms] [job="ID:119, Type:create table, State:done, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.646 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.655 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=119] [conn=1] [job="ID:119, Type:create table, State:synced, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-04 13:22:32.646 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.656 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=119] [2025/04/04 13:22:32.657 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=57] [cur_db=test_global_stats] [sql="create table thash(a int, b int, key(a)) partition by hash(a) partitions 4"] [user=] [2025/04/04 13:22:32.659 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:126, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:120, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.658 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.659 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:126, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:120, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.658 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="create table trange(a int, b int, key(a)) partition by range(a) (\n\t\tpartition p0 values less than (200),\n\t\tpartition p1 values less than (400),\n\t\tpartition p2 values less than (600),\n\t\tpartition p3 values less than (800),\n\t\tpartition p4 values less than (1001))"] [2025/04/04 13:22:32.661 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=126] [conn=1] [job="ID:126, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:120, RowCount:0, ArgLen:0, start time: 2025-04-04 13:22:32.658 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.661 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 120, Table Name: trange)"] [2025/04/04 13:22:32.663 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=57] [neededSchemaVersion=58] ["elapsed time"=379.869ยตs] [gotSchemaVersion=58] [phyTblIDs="[120,121,122,123,124,125]"] [actionTypes="[3,3,3,3,3,3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.664 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=126] [version=58] [2025/04/04 13:22:32.665 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=58] ["take time"=2.594939ms] [job="ID:126, Type:create table, State:done, SchemaState:public, SchemaID:112, TableID:120, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.658 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.668 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=126] [conn=1] [job="ID:126, Type:create table, State:synced, SchemaState:public, SchemaID:112, TableID:120, RowCount:0, ArgLen:0, start time: 2025-04-04 13:22:32.658 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.670 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=126] [2025/04/04 13:22:32.670 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=58] [cur_db=test_global_stats] [sql="create table trange(a int, b int, key(a)) partition by range(a) (\n\t\tpartition p0 values less than (200),\n\t\tpartition p1 values less than (400),\n\t\tpartition p2 values less than (600),\n\t\tpartition p3 values less than (800),\n\t\tpartition p4 values less than (1001))"] [user=] [2025/04/04 13:22:32.674 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:133, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:127, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.673 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1; "] [fast_create=true] [2025/04/04 13:22:32.674 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:133, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:127, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.673 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [query="create table tlist (a int, b int, key(a)) partition by list (a) (\n\t\tpartition p0 values in (0, 1, 2, 3, 4, 5, 6, 7, 8, 9),\n\t\tpartition p1 values in (10, 11, 12, 13, 14, 15, 16, 17, 18, 19),\n\t\tpartition p2 values in (20, 21, 22, 23, 24, 25, 26, 27, 28, 29),\n\t\tpartition p3 values in (30, 31, 32, 33, 34, 35, 36, 37, 38, 39),\n\t\tpartition p4 values in (40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50))"] [2025/04/04 13:22:32.676 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=133] [conn=1] [job="ID:133, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:127, RowCount:0, ArgLen:0, start time: 2025-04-04 13:22:32.673 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.676 +00:00] [WARN] [ddl.go:620] ["fail to notify DDL event"] [category=ddl] [event="(Event Type: create table, Table ID: 127, Table Name: tlist)"] [2025/04/04 13:22:32.679 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=false] [currentSchemaVersion=58] [neededSchemaVersion=59] ["elapsed time"=539.26ยตs] [gotSchemaVersion=59] [phyTblIDs="[127,128,129,130,131,132]"] [actionTypes="[3,3,3,3,3,3]"] [diffTypes="[\"create table\"]"] [2025/04/04 13:22:32.680 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=133] [version=59] [2025/04/04 13:22:32.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=59] ["take time"=2.283876ms] [job="ID:133, Type:create table, State:done, SchemaState:public, SchemaID:112, TableID:127, RowCount:0, ArgLen:2, start time: 2025-04-04 13:22:32.673 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.683 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=133] [conn=1] [job="ID:133, Type:create table, State:synced, SchemaState:public, SchemaID:112, TableID:127, RowCount:0, ArgLen:0, start time: 2025-04-04 13:22:32.673 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v1"] [2025/04/04 13:22:32.685 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=133] [2025/04/04 13:22:32.685 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=59] [cur_db=test_global_stats] [sql="create table tlist (a int, b int, key(a)) partition by list (a) (\n\t\tpartition p0 values in (0, 1, 2, 3, 4, 5, 6, 7, 8, 9),\n\t\tpartition p1 values in (10, 11, 12, 13, 14, 15, 16, 17, 18, 19),\n\t\tpartition p2 values in (20, 21, 22, 23, 24, 25, 26, 27, 28, 29),\n\t\tpartition p3 values in (30, 31, 32, 33, 34, 35, 36, 37, 38, 39),\n\t\tpartition p4 values in (40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50))"] [user=] [2025/04/04 13:22:32.738 +00:00] [INFO] [analyze.go:415] ["save analyze results concurrently"] [buildStatsConcurrency=2] [saveStatsConcurrency=2] [2025/04/04 13:22:32.778 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`thash` has finished"] [partition=p0] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 13:22:32.743 +00:00] ["end time"=2025/04/04 13:22:32.778 +00:00] [cost=34.723231ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 13:22:32.781 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`thash` has finished"] [partition=p1] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 13:22:32.743 +00:00] ["end time"=2025/04/04 13:22:32.781 +00:00] [cost=37.84711ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 13:22:32.798 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`thash` has finished"] [partition=p2] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 13:22:32.748 +00:00] ["end time"=2025/04/04 13:22:32.798 +00:00] [cost=49.884924ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 13:22:32.802 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`thash` has finished"] [partition=p3] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 13:22:32.748 +00:00] ["end time"=2025/04/04 13:22:32.801 +00:00] [cost=53.028468ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 13:22:32.804 +00:00] [INFO] [global_stats.go:106] ["use async merge global stats"] [category=stats] [sampled=] [tableID=114] [table=thash] [2025/04/04 13:22:32.930 +00:00] [INFO] [analyze.go:415] ["save analyze results concurrently"] [buildStatsConcurrency=2] [saveStatsConcurrency=2] [2025/04/04 13:22:32.962 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`trange` has finished"] [partition=p0] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 13:22:32.936 +00:00] ["end time"=2025/04/04 13:22:32.960 +00:00] [cost=24.827896ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 13:22:32.972 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`trange` has finished"] [partition=p1] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 13:22:32.936 +00:00] ["end time"=2025/04/04 13:22:32.971 +00:00] [cost=35.734256ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 13:22:32.989 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`trange` has finished"] [partition=p2] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 13:22:32.939 +00:00] ["end time"=2025/04/04 13:22:32.988 +00:00] [cost=48.293973ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 13:22:32.999 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`trange` has finished"] [partition=p3] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 13:22:32.940 +00:00] ["end time"=2025/04/04 13:22:32.998 +00:00] [cost=58.504789ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 13:22:33.011 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`trange` has finished"] [partition=p4] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 13:22:32.943 +00:00] ["end time"=2025/04/04 13:22:33.010 +00:00] [cost=67.400351ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 13:22:33.160 +00:00] [INFO] [analyze.go:415] ["save analyze results concurrently"] [buildStatsConcurrency=2] [saveStatsConcurrency=2] [2025/04/04 13:22:33.177 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`tlist` has finished"] [partition=p0] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 13:22:33.165 +00:00] ["end time"=2025/04/04 13:22:33.176 +00:00] [cost=11.349008ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 13:22:33.180 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`tlist` has finished"] [partition=p1] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 13:22:33.165 +00:00] ["end time"=2025/04/04 13:22:33.179 +00:00] [cost=14.515487ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 13:22:33.185 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`tlist` has finished"] [partition=p3] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 13:22:33.168 +00:00] ["end time"=2025/04/04 13:22:33.184 +00:00] [cost=16.372547ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 13:22:33.188 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`tlist` has finished"] [partition=p2] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 13:22:33.167 +00:00] ["end time"=2025/04/04 13:22:33.187 +00:00] [cost=19.67313ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] [2025/04/04 13:22:33.194 +00:00] [INFO] [analyze.go:593] ["analyze table `test_global_stats`.`tlist` has finished"] [partition=p4] ["job info"="analyze table all indexes, column a with 256 buckets, 100 topn, 1 samplerate"] ["start time"=2025/04/04 13:22:33.170 +00:00] ["end time"=2025/04/04 13:22:33.193 +00:00] [cost=23.128407ms] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"] testkit.go:335: Error Trace: pkg/testkit/testkit.go:335 pkg/statistics/handle/globalstats/global_stats_internal_test.go:451 pkg/statistics/handle/globalstats/global_stats_test.go:968 Error: Should be true Test: TestGlobalStatsAndSQLBinding Messages: select * from thash where a<100 doesn't have plan TableFullScan, full plan [[IndexLookUp_10 9.00 root partition:all ] [โ”œโ”€IndexRangeScan_8(Build) 9.00 cop[tikv] table:thash, index:a(a) range:[-inf,100), keep order:false] [โ””โ”€TableRowIDScan_9(Probe) 9.00 cop[tikv] table:thash keep order:false]] [2025/04/04 13:22:33.305 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [2025/04/04 13:22:33.305 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 13:22:33.305 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 13:22:33.305 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 13:22:33.305 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 11, tp general"] ["take time"=19.97ยตs] [2025/04/04 13:22:33.305 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 12, tp general"] ["take time"=12.209ยตs] [2025/04/04 13:22:33.305 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 13, tp general"] ["take time"=11.08ยตs] [2025/04/04 13:22:33.305 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 14, tp general"] ["take time"=11.426ยตs] [2025/04/04 13:22:33.305 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [2025/04/04 13:22:33.305 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 13:22:33.305 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 13:22:33.306 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=7511d731-2e33-4d60-9fe8-7ca71a0f01df] ["take time"=838.28ยตs] [2025/04/04 13:22:33.306 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [2025/04/04 13:22:33.306 +00:00] [INFO] [domain.go:1261] ["stopping ttlJobManager"] [2025/04/04 13:22:33.306 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [ttl-worker=task-manager] [ttl-worker=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [originalCount=4] [newCount=0] [2025/04/04 13:22:33.306 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 13:22:33.306 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 13:22:33.306 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 13:22:33.306 +00:00] [INFO] [scan.go:373] ["ttlScanWorker loop exited."] [2025/04/04 13:22:33.306 +00:00] [INFO] [task_manager.go:225] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [ttl-worker=task-manager] [ttl-worker=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [originalCount=4] [newCount=0] [2025/04/04 13:22:33.307 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 13:22:33.307 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 13:22:33.307 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 13:22:33.307 +00:00] [INFO] [del.go:344] ["ttlDeleteWorker loop exited."] [2025/04/04 13:22:33.308 +00:00] [INFO] [job_manager.go:182] ["ttlJobManager loop exited."] [ttl-worker=job-manager] [ttl-worker=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [2025/04/04 13:22:33.308 +00:00] [INFO] [domain.go:1272] ["ttlJobManager exited."] [2025/04/04 13:22:33.308 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 13:22:33.308 +00:00] [INFO] [manager.go:269] ["recoverMetaLoop done"] [server-id=:4000] [2025/04/04 13:22:33.308 +00:00] [INFO] [domain.go:3431] ["planCacheMetricsAndVars exited."] [2025/04/04 13:22:33.308 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 13:22:33.308 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 13:22:33.308 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 13:22:33.308 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 13:22:33.308 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 13:22:33.308 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 13:22:33.308 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/bindinfo/owner] [ID=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [2025/04/04 13:22:33.308 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 13:22:33.308 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 13:22:33.308 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 13:22:33.308 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 13:22:33.308 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 13:22:33.308 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 13:22:33.308 +00:00] [INFO] [domain.go:3506] ["readTableCostWorker exited."] [2025/04/04 13:22:33.308 +00:00] [INFO] [manager.go:146] ["handle tasks loop done"] [server-id=:4000] [2025/04/04 13:22:33.308 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 13:22:33.308 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 13:22:33.308 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 13:22:33.308 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 13:22:33.308 +00:00] [INFO] [stats_syncload.go:262] ["SubLoadWorker: exits now because the domain is closed."] [category=stats] [2025/04/04 13:22:33.308 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=readTableCostWorker] [2025/04/04 13:22:33.308 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 13:22:33.308 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 13:22:33.308 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 13:22:33.308 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 13:22:33.308 +00:00] [INFO] [stats_syncload.go:252] ["SubLoadWorker: exited."] [category=stats] [2025/04/04 13:22:33.308 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 13:22:33.308 +00:00] [INFO] [domain.go:2067] ["LoadSysVarCacheLoop exited."] [2025/04/04 13:22:33.308 +00:00] [INFO] [domain.go:1998] ["loadPrivilegeInLoop exited."] [2025/04/04 13:22:33.308 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 13:22:33.308 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 13:22:33.308 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 13:22:33.308 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 13:22:33.308 +00:00] [INFO] [domain.go:1841] ["stopping dist task executor manager"] [2025/04/04 13:22:33.308 +00:00] [INFO] [domain.go:1843] ["dist task executor manager stopped"] [2025/04/04 13:22:33.308 +00:00] [INFO] [domain.go:3462] ["planCacheEvictTrigger exited."] [2025/04/04 13:22:33.308 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 13:22:33.308 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/04 13:22:33.308 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 13:22:33.308 +00:00] [INFO] [domain.go:2718] ["indexUsageWorker exited."] [2025/04/04 13:22:33.308 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=indexUsageWorker] [2025/04/04 13:22:33.308 +00:00] [INFO] [domain.go:2386] ["dumpFileGcChecker exited."] [2025/04/04 13:22:33.308 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 13:22:33.308 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/stats/owner] [ID=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [2025/04/04 13:22:33.308 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 13:22:33.308 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/stats/owner] [ID=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [2025/04/04 13:22:33.308 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=quitStatsOwner] [2025/04/04 13:22:33.310 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/bindinfo/owner] [ID=7511d731-2e33-4d60-9fe8-7ca71a0f01df] [2025/04/04 13:22:33.310 +00:00] [INFO] [domain.go:2206] ["globalBindHandleWorkerLoop exited."] [2025/04/04 13:22:33.310 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 13:22:33.311 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=5.456168ms] [2025/04/04 13:22:33.311 +00:00] [INFO] [db.go:567] ["Closing database"] [2025/04/04 13:22:33.311 +00:00] [INFO] [db.go:592] ["Memtable flushed"] [2025/04/04 13:22:33.311 +00:00] [INFO] [db.go:596] ["Compaction finished"] [2025/04/04 13:22:33.311 +00:00] [INFO] [db.go:615] ["BlobManager finished"] [2025/04/04 13:22:33.311 +00:00] [INFO] [db.go:619] ["ResourceManager finished"] [2025/04/04 13:22:33.311 +00:00] [INFO] [db.go:625] ["Waiting for closer"] --- FAIL: TestGlobalStatsAndSQLBinding (1.52s) === NAME FAIL coverage: 10.3% 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/28486/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test.runfiles/__main__/pkg/statistics/handle/globalstats/globalstats_test_/globalstats_test ================================================================================ [29,307 / 29,533] 431 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 60s remote-cache, linux-sandbox ... (66 actions, 62 running) [29,314 / 29,533] 432 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 61s remote-cache, linux-sandbox ... (67 actions, 64 running) [29,330 / 29,541] 433 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 62s remote-cache, linux-sandbox ... (67 actions, 65 running) [29,340 / 29,541] 434 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 63s remote-cache, linux-sandbox ... (68 actions, 66 running) [29,355 / 29,546] 434 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 64s remote-cache, linux-sandbox ... (66 actions, 62 running) [29,364 / 29,546] 434 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 65s remote-cache, linux-sandbox ... (67 actions, 64 running) [29,378 / 29,548] 435 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 67s remote-cache, linux-sandbox ... (68 actions, 66 running) [29,389 / 29,548] 436 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 68s remote-cache, linux-sandbox ... (68 actions, 66 running) [29,404 / 29,561] 437 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 69s remote-cache, linux-sandbox ... (68 actions, 66 running) [29,412 / 29,561] 437 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,418 / 29,561] 437 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 71s remote-cache, linux-sandbox ... (70 actions running) [29,431 / 29,563] 439 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 72s remote-cache, linux-sandbox ... (68 actions, 66 running) [29,438 / 29,630] 441 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 73s remote-cache, linux-sandbox ... (70 actions running) [29,445 / 29,630] 445 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 74s remote-cache, linux-sandbox ... (70 actions running) [29,449 / 29,630] 445 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 76s remote-cache, linux-sandbox ... (69 actions running) [29,457 / 29,630] 445 / 457 tests; Testing //pkg/planner/core/tests/extractor:extractor_test (shard 2 of 4); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,464 / 29,630] 447 / 457 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 36 of 50); 14s remote-cache, linux-sandbox ... (69 actions running) [29,475 / 29,630] 448 / 457 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 36 of 50); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,480 / 29,630] 448 / 457 tests; Testing //pkg/table/tables:tables_test (shard 3 of 34); 9s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,486 / 29,630] 448 / 457 tests; Testing //pkg/table/tables:tables_test (shard 3 of 34); 10s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,487 / 29,630] 448 / 457 tests; Testing //pkg/table/tables:tables_test (shard 3 of 34); 11s remote-cache, linux-sandbox ... (70 actions running) [29,497 / 29,630] 448 / 457 tests; Testing //pkg/table/tables:tables_test (shard 3 of 34); 12s remote-cache, linux-sandbox ... (69 actions running) [29,504 / 29,630] 448 / 457 tests; Testing //pkg/table/tables:tables_test (shard 3 of 34); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,512 / 29,630] 448 / 457 tests; Testing //pkg/table/tables:tables_test (shard 3 of 34); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) FLAKY: //pkg/statistics/handle/globalstats:globalstats_test (Summary) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/statistics/handle/globalstats/globalstats_test/shard_23_of_27/test_attempts/attempt_1.log [29,518 / 29,630] 450 / 457 tests; Testing //pkg/table/tables:tables_test (shard 3 of 34); 16s remote-cache, linux-sandbox ... (70 actions running) [29,525 / 29,630] 450 / 457 tests; Testing //pkg/table/tables:tables_test (shard 5 of 34); 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,532 / 29,630] 450 / 457 tests; Testing //pkg/table/tables:tables_test (shard 5 of 34); 12s remote-cache, linux-sandbox ... (70 actions running) [29,540 / 29,630] 451 / 457 tests; Testing //pkg/table/tables:tables_test (shard 5 of 34); 13s remote-cache, linux-sandbox ... (70 actions running) [29,548 / 29,630] 452 / 457 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 35 of 50); 11s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,553 / 29,630] 452 / 457 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 35 of 50); 12s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,563 / 29,630] 452 / 457 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 35 of 50); 13s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,569 / 29,630] 452 / 457 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 35 of 50); 15s remote-cache, linux-sandbox ... (70 actions running) [29,579 / 29,630] 452 / 457 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 35 of 50); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,587 / 29,630] 452 / 457 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 35 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,591 / 29,630] 453 / 457 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 35 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [29,603 / 29,630] 453 / 457 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 35 of 50); 20s remote-cache, linux-sandbox ... (54 actions running) [29,610 / 29,630] 454 / 457 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 35 of 50); 21s remote-cache, linux-sandbox ... (40 actions running) [29,621 / 29,630] 456 / 457 tests; Testing //pkg/statistics/handle/storage:storage_test (shard 13 of 27); 4s remote-cache, linux-sandbox ... (18 actions running) INFO: Elapsed time: 889.039s, Critical Path: 354.87s INFO: 29326 processes: 26960 remote cache hit, 1843 internal, 523 linux-sandbox. INFO: Build completed successfully, 29326 total actions //br/cmd/br:br_test (cached) PASSED in 1.8s 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/aws:aws_test (cached) PASSED in 16.8s Stats over 3 runs: max = 16.8s, min = 1.7s, avg = 6.7s, dev = 7.1s 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/backup:backup_test (cached) PASSED in 39.6s Stats over 15 runs: max = 39.6s, min = 8.2s, avg = 28.2s, dev = 11.5s PASSED backup.TestTimeoutRecvCanceled (0.0s) PASSED backup.TestGetTS (25.0s) PASSED backup.TestTimeoutRecvCancel (0.0s) PASSED backup.TestGetHistoryDDLJobs (28.0s) PASSED backup.TestTimeoutRecv (3.2s) PASSED backup.TestSkipUnsupportedDDLJob (27.4s) PASSED backup.TestBackupSchemasForSystemTable (31.2s) PASSED backup.TestBuildBackupRangeAndSchemaWithBrokenStats (27.1s) PASSED backup.TestBuildBackupRangeAndSchema (25.6s) PASSED backup.TestCheckBackupIsLocked (25.8s) PASSED backup.TestSplitBackupReqRanges (0.0s) PASSED backup.TestOnBackupResponse (25.6s) PASSED backup.TestMainBackupLoop (28.6s) PASSED backup.TestObserveStoreChangesAsync (27.5s) PASSED backup.TestBuildProgressRangeTree (26.6s) /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_1_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_2_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_3_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_11_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_6_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_7_of_15/coverage.dat //br/pkg/backup/prepare_snap:prepare_snap_test (cached) PASSED in 3.2s Stats over 10 runs: max = 3.2s, min = 1.0s, avg = 1.5s, dev = 0.6s PASSED prepare_snap_test.TestManyMessagesWhenFinalizing (0.3s) 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.0s) 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.3s) 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 //br/pkg/checkpoint:checkpoint_test (cached) PASSED in 36.6s Stats over 13 runs: max = 36.6s, min = 7.6s, avg = 18.7s, dev = 12.5s PASSED checkpoint_test.TestCheckpointRunnerLock (3.0s) PASSED checkpoint_test.TestCheckpointLogRestoreRunnerOnTable (28.9s) PASSED checkpoint_test.TestCheckpointMetaForBackup (0.0s) PASSED checkpoint_test.TestCheckpointLogRestoreRunnerOnStorage (0.0s) PASSED checkpoint_test.TestCheckpointMetaForRestoreOnStorage (0.0s) PASSED checkpoint_test.TestCheckpointMetaForRestoreOnTable (25.3s) PASSED checkpoint_test.TestCheckpointBackupRunner (3.0s) PASSED checkpoint_test.TestCheckpointRestoreRunnerOnStorage (0.0s) PASSED checkpoint_test.TestCheckpointRestoreRunnerOnTable (27.4s) PASSED checkpoint_test.TestCheckpointRunnerNoRetryOnTable (26.5s) PASSED checkpoint_test.TestCheckpointRunnerRetryOnStorage (1.0s) PASSED checkpoint_test.TestCheckpointRunnerRetryOnTable (26.0s) PASSED checkpoint_test.TestCheckpointRunnerNoRetryOnStorage (1.0s) /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_1_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_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 /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_5_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_10_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_8_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 //br/pkg/checksum:checksum_test (cached) PASSED in 4.2s PASSED checksum.TestChecksum (1.3s) PASSED checksum.TestChecksumContextDone (1.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/checksum/checksum_test/coverage.dat //br/pkg/config:config_test (cached) PASSED in 1.2s 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/conn:conn_test (cached) PASSED in 1.9s Stats over 8 runs: max = 1.9s, min = 1.4s, avg = 1.7s, dev = 0.2s PASSED conn.TestHandleTiKVAddress (0.0s) PASSED conn.TestIsLogBackupEnabled (0.0s) PASSED conn.TestGetMergeRegionSizeAndCount (0.0s) PASSED conn.TestGetConnOnCanceledContext (0.0s) PASSED conn.TestGetAllTiKVStores (0.0s) PASSED conn.TestCheckStoresAlive (0.0s) PASSED conn.TestGetAllTiKVStoresWithUnknown (0.1s) PASSED conn.TestGetAllTiKVStoresWithRetryCancel (0.1s) /home/jenkins/.tidb/tmp/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_6_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_4_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_2_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 //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/glue:glue_test (cached) PASSED in 1.6s 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 (cached) PASSED in 2.9s PASSED gluetidb.TestTheSessionIsoation (1.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/gluetidb/gluetidb_test/coverage.dat //br/pkg/gluetikv:gluetikv_test (cached) PASSED in 1.7s 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/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.TestFiles (0.0s) PASSED logutil_test.TestRater (0.0s) PASSED logutil_test.TestFile (0.0s) PASSED logutil_test.TestShortError (0.0s) PASSED logutil_test.TestKey (0.0s) PASSED logutil_test.TestLeader (0.0s) PASSED logutil_test.TestKeys (0.0s) PASSED logutil_test.TestRewriteRule (0.0s) PASSED logutil_test.TestRegion (0.0s) PASSED logutil_test.TestSSTMeta (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_3_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_2_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_4_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_5_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_7_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 //br/pkg/metautil:metautil_test (cached) PASSED in 1.4s Stats over 10 runs: max = 1.4s, min = 1.0s, avg = 1.2s, dev = 0.1s PASSED metautil.TestStatsWriter (0.0s) PASSED metautil.TestMetaFileSize (0.0s) PASSED metautil.TestEncryptAndDecrypt (0.0s) PASSED metautil.TestWalkMetaFile (0.0s) PASSED metautil.TestWalkMetaFileInvalid (0.0s) PASSED metautil.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/mock:mock_test (cached) PASSED in 2.9s PASSED mock_test.TestSmoke (1.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/br/pkg/mock/mock_test/coverage.dat //br/pkg/pdutil:pdutil_test (cached) PASSED in 4.3s Stats over 4 runs: max = 4.3s, min = 1.0s, avg = 2.0s, 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:restore_test (cached) PASSED in 59.2s Stats over 13 runs: max = 59.2s, min = 1.6s, avg = 6.4s, dev = 15.2s PASSED restore_test.TestWithSplitAccumulateAndReset (0.0s) PASSED restore_test.TestRestorePreWork (0.4s) PASSED restore_test.TestRestorePreWorkOnline (0.0s) PASSED restore_test.TestWithSplitWithoutTriggersSplit (0.0s) PASSED restore_test.TestTransferBoolToValue (0.0s) PASSED restore_test.TestGetTableSchema (1.3s) PASSED restore_test.TestAssertUserDBsEmpty (1.7s) PASSED restore_test.TestMultiTablesRestorerRestoreWithContextCancel (0.0s) PASSED restore_test.TestGetTSWithRetry (57.4s) PASSED restore_test.TestGetTSWithRetry/PD_leader_failure: (57.1s) PASSED restore_test.TestGetTSWithRetry/PD_leader_is_healthy: (0.0s) PASSED restore_test.TestGetTSWithRetry/PD_leader_switch_successfully (0.3s) PASSED restore_test.TestSimpleRestorerImportAndProgress (0.0s) PASSED restore_test.TestSimpleRestorerWithErrorInImport (0.0s) PASSED restore_test.TestMultiTablesRestorerRestoreSuccess (0.0s) PASSED restore_test.TestMultiTablesRestorerRestoreWithImportError (0.0s) /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_1_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_12_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_4_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_11_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 /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_8_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_10_of_13/coverage.dat //br/pkg/restore/data:data_test (cached) PASSED in 1.7s Stats over 6 runs: max = 1.7s, min = 1.4s, avg = 1.6s, dev = 0.1s PASSED data_test.TestSelectRegionLeader (0.0s) PASSED data_test.TestLeaderCandidates (0.0s) PASSED data_test.TestCheckConsistencyAndValidPeer (0.0s) PASSED data_test.TestGetTotalRegions (0.0s) PASSED data_test.TestSortRecoverRegions (0.0s) PASSED data_test.TestMakeRecoveryPlan (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_1_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 //br/pkg/restore/ingestrec:ingestrec_test (cached) PASSED in 1.8s Stats over 3 runs: max = 1.8s, min = 1.5s, avg = 1.7s, dev = 0.1s PASSED ingestrec_test.TestRewriteTableID (0.1s) PASSED ingestrec_test.TestIndexesKind (0.0s) PASSED ingestrec_test.TestAddIngestRecorder (0.1s) /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/restore/internal/import_client:import_client_test (cached) PASSED in 1.6s 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_db:prealloc_db_test (cached) PASSED in 3.4s Stats over 8 runs: max = 3.4s, min = 3.0s, avg = 3.1s, dev = 0.1s PASSED prealloc_db_test.TestCreateTableConsistent (1.6s) PASSED prealloc_db_test.TestRestoreAutoIncID (1.4s) PASSED prealloc_db_test.TestDB_ExecDDL2 (1.4s) PASSED prealloc_db_test.TestPolicyMode (1.5s) PASSED prealloc_db_test.TestDB_ExecDDL (1.3s) PASSED prealloc_db_test.TestUpdateMetaVersion (1.2s) PASSED prealloc_db_test.TestDDLJobMap (1.4s) PASSED prealloc_db_test.TestCreateTablesInDb (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_1_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_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_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_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_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 //br/pkg/restore/internal/prealloc_table_id:prealloc_table_id_test (cached) PASSED in 3.0s 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.3s) /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 //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/log_client:log_client_test (cached) PASSED in 22.9s Stats over 50 runs: max = 22.9s, min = 2.8s, avg = 3.6s, dev = 2.8s PASSED log_client.TestNotRestoreIncomplete (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.TestDeleteRangeQueryExec (0.0s) PASSED log_client.TestRestoreSegmented (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.TestDeleteRangeQuery (0.0s) PASSED log_client.TestFilteredOut (0.0s) PASSED log_client.TestMultiRestores (0.0s) PASSED log_client.TestRestoreBatchMetaKVFiles (0.0s) PASSED log_client.TestLogFilesSkipMap (0.0s) PASSED log_client.TestMultiFilteredOutOne (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod1 (0.0s) PASSED log_client.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.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.TestRestoreMetaKVFilesWithBatchMethod3 (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod5 (0.0s) PASSED log_client.TestSortMetaKVFiles (0.0s) PASSED log_client.TestRestoreMetaKVFilesWithBatchMethod4 (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.TestRestoreMetaKVFilesWithBatchMethod6 (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.TestApplyKVFilesWithSingelMethod (0.0s) PASSED log_client.TestApplyKVFilesWithBatchMethod1 (0.0s) PASSED log_client.TestApplyKVFilesWithBatchMethod2 (0.0s) PASSED log_client.TestApplyKVFilesWithBatchMethod3 (0.0s) PASSED log_client.TestInitSchemasReplaceForDDL (1.2s) PASSED log_client.TestApplyKVFilesWithBatchMethod4 (0.0s) PASSED log_client.TestFileImporter (0.0s) PASSED log_client.TestApplyKVFilesWithBatchMethod5 (2.0s) PASSED log_client.TestCompactedSplitStrategyWithCheckpoint (0.0s) PASSED log_client.TestLogFilesIterWithSplitHelper (0.1s) PASSED log_client.TestPITRIDMap (1.5s) PASSED log_client.TestRepairIngestIndexFromCheckpoint (1.5s) PASSED log_client.TestLogSplitStrategy (0.0s) PASSED log_client.TestCompactedSplitStrategy (0.0s) PASSED log_client.TestFilterFilesByRegion (0.0s) PASSED log_client.TestRepairIngestIndex (1.4s) 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) PASSED log_client.TestScanSuccess (0.0s) PASSED log_client.TestNotLeader (0.0s) PASSED log_client.TestServerIsBusy (0.0s) PASSED log_client.TestImportKVFiles (0.0s) PASSED log_client.TestServerIsBusyWithMemoryIsLimited (0.0s) PASSED log_client.TestEpochNotMatch (0.0s) PASSED log_client.TestRegionSplit (0.0s) PASSED log_client.TestRetryBackoff (0.0s) PASSED log_client.TestRetryRecognizeErrCode (1.4s) PASSED log_client.TestWrappedError (0.0s) PASSED log_client.TestPaginateScanLeader (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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_26_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_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_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_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_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_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_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 //br/pkg/restore/snap_client:snap_client_test (cached) PASSED in 4.4s Stats over 25 runs: max = 4.4s, min = 2.8s, avg = 3.2s, dev = 0.4s PASSED snap_client.TestSortAndValidateFileRanges (0.0s) PASSED snap_client.TestGetSortedPhysicalTables (0.0s) PASSED snap_client.TestCreateTables (0.1s) PASSED snap_client.TestNeedCheckTargetClusterFresh (1.2s) PASSED snap_client.TestSortTablesBySchemaID (0.0s) PASSED snap_client.TestCheckTargetClusterFresh (1.2s) PASSED snap_client.TestGetKeyRangeByMode (0.0s) PASSED snap_client.TestMapTableToFiles (0.0s) PASSED snap_client.TestCheckTargetClusterFreshWithTable (1.2s) PASSED snap_client.TestInitFullClusterRestore (0.1s) PASSED snap_client.TestReopen (0.0s) PASSED snap_client.TestSetSpeedLimit (0.2s) PASSED snap_client.TestSnapImporter (0.0s) PASSED snap_client.TestUnproperConfigSnapImporter (0.0s) PASSED snap_client.TestGetSSTMetaFromFile (0.0s) PASSED snap_client.TestSnapImporterRaw (0.0s) PASSED snap_client.TestCollAFile (0.0s) PASSED snap_client.TestCollManyFileAndRewriteRules (0.0s) PASSED snap_client.TestMonitorTheSystemTableIncremental (0.0s) PASSED snap_client.TestConflict (0.0s) PASSED snap_client.TestContextManagerOffline (0.0s) PASSED snap_client.TestConcurrency (0.0s) PASSED snap_client.TestCheckSysTableCompatibility (0.1s) PASSED snap_client.TestContextManagerOnlineNoStores (0.0s) PASSED snap_client.TestContextManagerOnlineLeave (1.5s) /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_1_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_20_of_25/coverage.dat //br/pkg/restore/split:split_test (cached) PASSED in 2.1s Stats over 26 runs: max = 2.1s, min = 1.3s, avg = 1.6s, dev = 0.2s PASSED split.TestSumSorted (0.0s) PASSED split.TestSplitPoint2 (0.0s) PASSED split.TestSplitPoint (0.0s) PASSED split.TestRawSplit (0.0s) PASSED split.TestBatchSplit (0.0s) PASSED split.TestSplitScatter (0.0s) PASSED split.TestSplitAndScatter (0.0s) PASSED split.TestSplitScatterRawKV (0.0s) PASSED split.TestSplitEmptyRegion (0.0s) PASSED split.TestScanEmptyRegion (0.0s) PASSED split.TestSplitScatterEmptyEndKey (0.0s) PASSED split.TestScanRegionEmptyResult (0.4s) PASSED split.TestScanRegionsWithRetry (0.0s) PASSED split.TestSplitMeetErrorAndRetry (0.5s) PASSED split.TestScanRegionBackOfferWithSuccess (0.1s) PASSED split.TestSplitCheckPartRegionConsistency (0.0s) PASSED split.TestRegionConsistency (0.0s) PASSED split.TestScanRegionBackOfferWithFail (0.1s) PASSED split.TestScanRegionBackOfferWithStopRetry (0.0s) PASSED split.TestScatterBackwardCompatibility (0.0s) PASSED split.TestWaitForScatterRegions (0.4s) PASSED split.TestPaginateScanRegion (0.4s) PASSED split.TestScatterSequentiallyRetryCnt (0.0s) PASSED split.TestBackoffMayNotCountBackoffer (0.0s) PASSED split.TestSplitCtxCancel (0.0s) PASSED split.TestGetSplitKeyPerRegion (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_25_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_23_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_22_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_21_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_4_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_19_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_7_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 /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_9_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_12_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_10_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_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 //br/pkg/restore/tiflashrec:tiflashrec_test (cached) PASSED in 1.5s Stats over 3 runs: max = 1.5s, min = 1.2s, avg = 1.3s, dev = 0.1s PASSED tiflashrec_test.TestGenResetSql (0.0s) PASSED tiflashrec_test.TestGenSql (0.0s) PASSED tiflashrec_test.TestRecorder (0.0s) PASSED tiflashrec_test.TestRecorder/#0 (0.0s) PASSED tiflashrec_test.TestRecorder/#1 (0.0s) PASSED tiflashrec_test.TestRecorder/#2 (0.0s) /home/jenkins/.tidb/tmp/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/restore/utils:utils_test (cached) PASSED in 2.0s Stats over 15 runs: max = 2.0s, min = 1.4s, avg = 1.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.TestMergeRanges (0.0s) PASSED utils_test.TestGetRewriteRuleOfTable (0.0s) PASSED utils_test.TestMergeRawKVRanges (0.0s) PASSED utils_test.TestInvalidRanges (0.0s) PASSED utils_test.TestGetRewriteRulesMap (0.0s) PASSED utils_test.TestTruncateTS (0.0s) PASSED utils_test.TestEncodeKeyPrefix (0.0s) PASSED utils_test.TestValidateFileRewriteRule (0.0s) PASSED utils_test.TestGetRewriteRules (0.0s) PASSED utils_test.TestRewriteFileKeys (0.0s) PASSED utils_test.TestRewriteRange (0.0s) PASSED utils_test.TestGetRewriteTableID (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_1_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_2_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_11_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 /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_6_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_7_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_9_of_15/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/storage:storage_test (cached) PASSED in 12.2s Stats over 50 runs: max = 12.2s, min = 1.5s, avg = 2.4s, 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.TestNewAzblobStorage (0.0s) PASSED storage.TestPutAndDeleteObjectCheck (0.0s) PASSED storage.TestAzblob (10.4s) PASSED storage.TestOpenReadSlowly (0.0s) PASSED storage.TestDeleteFileError (0.0s) PASSED storage.TestDownloadRetry (0.0s) PASSED storage.TestOpenSeek (0.0s) PASSED storage.TestCopyObject (9.5s) PASSED storage.TestS3RangeReaderRetryRead (0.0s) PASSED storage.TestDeleteFileMissing (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.TestJSONEffects (0.0s) PASSED storage.TestS3ReaderWithRetryEOF (0.0s) PASSED storage.TestNewGCSStorage (0.1s) PASSED storage.TestWalkDir (0.0s) PASSED storage.TestS3ReaderWithRetryFailed (0.0s) PASSED storage.TestWithCompressReadWriteFile (0.0s) PASSED storage.TestGCS (8.0s) PASSED storage.TestS3ReaderResetRetry (0.0s) PASSED storage.TestDeleteFileNoError (0.0s) PASSED storage.TestFileExistsNoError (0.0s) PASSED storage.TestReadRange (0.0s) PASSED storage.TestWalkDirWithEmptyPrefix (0.0s) PASSED storage.TestGCSShouldRetry (0.0s) PASSED storage.TestS3StorageBucketRegion (0.0s) PASSED storage.TestMultiPartUpload (0.0s) PASSED storage.TestSendCreds (1.3s) PASSED storage.TestObjectLock (0.0s) PASSED storage.TestSpeedReadManyFiles (0.0s) PASSED storage.TestReadNoError (0.0s) PASSED storage.TestDeleteFile (0.0s) PASSED storage.TestRetryError (1.3s) PASSED storage.TestS3ReadFileRetryable (0.0s) PASSED storage.TestWalkDirWithSoftLinkFile (0.0s) PASSED storage.TestOpenRangeMismatchErrorMsg (0.0s) PASSED storage.TestWalkDirSkipSubDir (0.0s) PASSED storage.TestMultiUploadErrorNotOverwritten (0.0s) PASSED storage.TestDefaultHttpTransport (0.0s) PASSED storage.TestLocalURI (0.0s) PASSED storage.TestWriteNoError (0.0s) PASSED storage.TestDefaultHttpClient (0.0s) PASSED storage.TestLocalFileReadRange (0.0s) PASSED storage.TestNewMemStorage (0.0s) PASSED storage.TestWalkBrokenSymLink (0.0s) PASSED storage.TestExternalFileWriter (0.0s) PASSED storage.TestTryLockRemote (0.0s) PASSED storage.TestS3Range (0.0s) PASSED storage.TestCompressReaderWriter (0.0s) PASSED storage.TestConflictLock (0.0s) PASSED storage.TestUnlockOnCleanUp (0.0s) PASSED storage.TestNewCompressReader (0.0s) PASSED storage.TestRWLock (0.0s) PASSED storage.TestConcurrentLock (0.0s) PASSED storage.TestS3URI (0.9s) PASSED storage.TestMemStoreBasic (0.0s) PASSED storage.TestMemStoreWalkDir (0.0s) PASSED storage.TestMemStoreManipulateBytes (0.0s) PASSED storage.TestS3Storage (0.0s) PASSED storage.TestMemStoreWriteDuringWalkDir (2.0s) PASSED storage.TestCreateStorage (0.0s) PASSED storage.TestFormatBackendURL (0.0s) PASSED storage.TestApplyUpdate (0.0s) PASSED storage.TestParseRawURL (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.TestParseBackend (0.0s) PASSED storage.TestApply (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_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 /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_3_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_44_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_6_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_7_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_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_10_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_11_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_41_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_15_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_40_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_39_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_19_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_38_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_24_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_23_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_25_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_27_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_28_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_30_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_31_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_33_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 //br/pkg/stream:stream_test (cached) PASSED in 2.4s Stats over 50 runs: max = 2.4s, min = 1.3s, avg = 1.6s, dev = 0.2s 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.TestRawMetaKeyForDB (0.0s) PASSED stream.TestDecodeKVEntry (0.0s) PASSED stream.TestUnsupportedVersion (0.0s) PASSED stream.TestDecodeKVEntryError (0.0s) PASSED stream.TestRawMetaKeyForTable (0.0s) PASSED stream.TestWriteType (0.0s) PASSED stream.TestWriteCFValueNoShortValue (0.0s) PASSED stream.TestUserAbort (0.0s) PASSED stream.TestWriteCFValueWithShortValue (0.0s) PASSED stream.TestWriteCFValueWithRollback (0.0s) PASSED stream.TestWriteCFValueWithDelete (0.0s) PASSED stream.TestRewriteKeyForDB (0.0s) PASSED stream.TestWriteCFValueWithGcFence (0.0s) PASSED stream.TestAppendingMigs (0.0s) PASSED stream.TestRewriteDBInfo (0.0s) PASSED stream.TestRewriteKeyForTable (0.0s) PASSED stream.TestRewriteTableInfo (0.0s) PASSED stream.TestRewriteTableInfoForPartitionTable (0.0s) PASSED stream.TestRewriteTableInfoForExchangePartition (0.0s) PASSED stream.TestWithSimpleTruncate (0.0s) PASSED stream.TestRewriteTableInfoForTTLTable (0.0s) PASSED stream.TestDeleteRangeForMDDLJob (0.0s) PASSED stream.TestCompatibleAlert (0.0s) PASSED stream.TestDeleteRangeForMDDLJob2 (0.0s) PASSED stream.TestStartWithComparator (0.0s) PASSED stream.TestSearchFromDataFile (0.0s) PASSED stream.TestRetryRemoveCompaction (0.0s) PASSED stream.TestTruncateLog (0.0s) PASSED stream.TestMergeCFEntries (0.0s) PASSED stream.TestTruncateLogV2 (0.0s) PASSED stream.TestCalculateShiftTS (0.1s) PASSED stream.TestTruncateSafepoint (0.0s) PASSED stream.TestTruncateSafepointForGCS (0.9s) PASSED stream.TestTruncate1 (0.1s) PASSED stream.TestTruncate2 (0.2s) PASSED stream.TestReplaceMetadataTs (0.0s) PASSED stream.TestRetry (0.0s) PASSED stream.TestTruncate3 (0.1s) PASSED stream.TestTruncate3/case_0,_param_0,_until_2 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_10 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_11 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_12 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_13 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_14 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_15 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_16 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_18 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_3 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_4 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_5 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_6 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_7 (0.0s) PASSED stream.TestTruncate3/case_0,_param_1,_until_8 (0.0s) PASSED stream.TestTruncate3/case_0,_param_2,_until_19 (0.0s) PASSED stream.TestTruncate3/case_0,_param_2,_until_20 (0.0s) PASSED stream.TestTruncate3/case_0,_param_3,_until_25 (0.0s) PASSED stream.TestTruncate3/case_1,_param_0,_until_1 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_10 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_11 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_12 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_13 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_14 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_15 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_16 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_18 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_2 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_3 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_4 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_5 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_6 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_7 (0.0s) PASSED stream.TestTruncate3/case_1,_param_1,_until_8 (0.0s) PASSED stream.TestTruncate3/case_1,_param_2,_until_19 (0.0s) PASSED stream.TestTruncate3/case_1,_param_2,_until_20 (0.0s) PASSED stream.TestTruncate3/case_1,_param_3,_until_25 (0.0s) PASSED stream.TestTruncate3/case_2,_param_0,_until_1 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_10 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_11 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_12 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_13 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_14 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_15 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_16 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_18 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_2 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_3 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_4 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_5 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_6 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_7 (0.0s) PASSED stream.TestTruncate3/case_2,_param_1,_until_8 (0.0s) PASSED stream.TestTruncate3/case_2,_param_2,_until_19 (0.0s) PASSED stream.TestTruncate3/case_2,_param_2,_until_20 (0.0s) PASSED stream.TestTruncate3/case_2,_param_3,_until_25 (0.0s) PASSED stream.TestTruncate3/case_3,_param_0,_until_1 (0.0s) PASSED stream.TestTruncate3/case_3,_param_1,_until_2 (0.0s) PASSED stream.TestTruncate3/case_3,_param_1,_until_3 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_10 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_4 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_5 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_6 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_7 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_8 (0.0s) PASSED stream.TestTruncate3/case_3,_param_2,_until_9 (0.0s) PASSED stream.TestTruncate3/case_3,_param_3,_until_12 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_14 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_15 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_16 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_17 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_18 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_19 (0.0s) PASSED stream.TestTruncate3/case_3,_param_4,_until_20 (0.0s) PASSED stream.TestTruncate3/case_3,_param_5,_until_25 (0.0s) PASSED stream.TestTruncate3/case_4,_param_0,_until_1 (0.0s) PASSED stream.TestTruncate3/case_4,_param_0,_until_2 (0.0s) PASSED stream.TestTruncate3/case_4,_param_0,_until_3 (0.0s) PASSED stream.TestTruncate3/case_4,_param_0,_until_6 (0.0s) PASSED stream.TestTruncate3/case_4,_param_1,_until_7 (0.0s) PASSED stream.TestTruncate3/case_4,_param_1,_until_8 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_10 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_11 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_14 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_15 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_16 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_17 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_18 (0.0s) PASSED stream.TestTruncate3/case_4,_param_2,_until_9 (0.0s) PASSED stream.TestTruncate3/case_4,_param_3,_until_19 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_20 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_21 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_22 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_23 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_24 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_25 (0.0s) PASSED stream.TestTruncate3/case_4,_param_4,_until_26 (0.0s) PASSED stream.TestTruncate3/case_4,_param_5,_until_28 (0.0s) PASSED stream.TestBasicMigration (0.0s) PASSED stream.TestMergeAndMigrateTo (0.0s) PASSED stream.TestRemoveCompaction (0.0s) /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_3_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_41_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_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_40_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_9_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_39_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_13_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_15_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_38_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_20_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_21_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_37_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_23_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_32_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_29_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_28_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_31_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_34_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 //br/pkg/streamhelper:streamhelper_test (cached) PASSED in 64.2s Stats over 36 runs: max = 64.2s, min = 5.0s, avg = 8.5s, dev = 11.1s PASSED streamhelper_test.TestEncounterError (0.1s) PASSED streamhelper_test.TestSomeOfStoreUnsupported (0.1s) PASSED streamhelper_test.TestStoreRemoved (0.2s) PASSED streamhelper_test.TestStoreOffline (0.0s) PASSED streamhelper_test.TestBasic (0.0s) PASSED streamhelper_test.TestHasFailureStores (0.0s) PASSED streamhelper_test.TestTick (0.0s) PASSED streamhelper_test.TestNormalError (0.2s) PASSED streamhelper_test.TestWithFailure (0.0s) PASSED streamhelper_test.TestCollectorFailure (32.1s) PASSED streamhelper_test.TestSubBasic (0.2s) PASSED streamhelper_test.TestRegionIterator (1.9s) PASSED streamhelper_test.TestRegionIterator/case#0 (0.0s) PASSED streamhelper_test.TestRegionIterator/case#1 (0.0s) PASSED streamhelper_test.TestRegionIterator/case#2 (0.4s) PASSED streamhelper_test.TestRegionIterator/case#3 (0.9s) PASSED streamhelper_test.TestRegionIterator/case#4 (0.4s) PASSED streamhelper_test.TestOneStoreFailure (16.5s) PASSED streamhelper_test.TestGCServiceSafePoint (0.1s) PASSED streamhelper_test.TestChecking (0.0s) PASSED streamhelper_test.TestTaskRanges (0.0s) PASSED streamhelper_test.TestTaskRangesWithSplit (0.0s) PASSED streamhelper_test.TestIntegration (0.2s) 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.TestClearCache (0.0s) PASSED streamhelper_test.TestRedactBackend (0.0s) PASSED streamhelper_test.TestResolveLock (0.1s) PASSED streamhelper_test.TestBlocked (0.0s) PASSED streamhelper_test.TestOwnerDropped (0.0s) PASSED streamhelper_test.TestEnableCheckPointLimit (0.0s) PASSED streamhelper_test.TestGCCheckpoint (0.0s) PASSED streamhelper_test.TestRemoveTaskAndFlush (0.2s) PASSED streamhelper_test.TestOwnerChangeCheckPointLagged (0.1s) PASSED streamhelper_test.TestSubscriptionPanic (0.0s) PASSED streamhelper_test.TestCheckPointLagged (0.1s) PASSED streamhelper_test.TestCheckPointResume (0.2s) PASSED streamhelper_test.TestOwnershipLost (58.6s) PASSED streamhelper_test.TestAddTaskWithLongRunTask3 (0.3s) PASSED streamhelper_test.TestUnregisterAfterPause (0.4s) PASSED streamhelper_test.TestAddTaskWithLongRunTask1 (0.0s) PASSED streamhelper_test.TestAddTaskWithLongRunTask0 (0.0s) PASSED streamhelper_test.TestAddTaskWithLongRunTask2 (0.0s) /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_34_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_1_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_2_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_3_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_30_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_5_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_28_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_27_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_26_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_14_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_13_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_24_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_23_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_18_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_19_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 //br/pkg/streamhelper/daemon:daemon_test (cached) PASSED in 2.0s PASSED daemon_test.TestDaemon (1.0s) /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/task:task_test (cached) PASSED in 3.2s Stats over 40 runs: max = 3.2s, min = 1.5s, avg = 1.8s, dev = 0.4s PASSED task.TestBackupConfigHash (0.0s) PASSED task.TestGetExternalStorageOptions (0.0s) PASSED task.TestIsRegionsHasHole (0.0s) PASSED task.TestIsRegionsHasHole/2_region (0.0s) PASSED task.TestIsRegionsHasHole/many_regions (0.0s) PASSED task.TestIsRegionsHasHole/multiple_end_keys(should_not_happen_normally) (0.0s) PASSED task.TestIsRegionsHasHole/one_region (0.0s) PASSED task.TestIsRegionsHasHole/region_hole (0.0s) PASSED task.TestIsRegionsHasHole/region_hole_1 (0.0s) PASSED task.TestParseCompressionType (0.0s) PASSED task.TestParseTSString (0.0s) PASSED task.TestUrlNoQuery (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.TestStripingPDURL (0.0s) PASSED task.TestTiDBConfigUnchanged (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.TestGetLogRangeWithLogBackupDir (0.0s) PASSED task.TestCheckCipherKey (0.0s) PASSED task.TestDefault (0.0s) PASSED task.TestGetCipherKey (0.0s) PASSED task.TestParseLocalDiskConfig (0.0s) PASSED task.TestParseLocalDiskConfig/Invalid_local_path (0.0s) PASSED task.TestParseLocalDiskConfig/Valid_local_path (0.0s) PASSED task.TestDefaultBackup (0.0s) PASSED task.TestRestoreConfigAdjust (0.0s) PASSED task.TestDefaultRestore (0.0s) PASSED task.TestAdjustRestoreConfigForStreamRestore (0.0s) PASSED task.TestConfigureRestoreClient (0.0s) PASSED task.TestGetLogRangeWithFullBackupDir (0.0s) PASSED task.TestCheckRestoreDBAndTable (0.0s) PASSED task.TestParseAwsKmsConfig (0.0s) PASSED task.TestParseAwsKmsConfig/Missing_key_ID (0.0s) PASSED task.TestParseAwsKmsConfig/Missing_required_parameter (0.0s) PASSED task.TestParseAwsKmsConfig/Valid_AWS_config (0.0s) PASSED task.TestParseAzureKmsConfig (0.0s) PASSED task.TestParseAzureKmsConfig/Missing_required_parameter (0.0s) PASSED task.TestParseAzureKmsConfig/Valid_Azure_config (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.TestPreCheckTableTiFlashReplicas (0.0s) PASSED task.TestPreCheckTableClusterIndex (1.3s) PASSED task.TestCheckNewCollationEnable (0.0s) PASSED task.TestGetGlobalCheckpointFromStorage (0.0s) PASSED task.TestFilterDDLJobs (1.4s) PASSED task.TestFilterDDLJobsV2 (1.4s) PASSED task.TestCheckDDLJobByRules (0.0s) PASSED task.TestFilterDDLJobByRules (0.0s) PASSED task.TestMonitorTheIncrementalUnsupportDDLType (0.0s) PASSED task.TestTikvUsage (0.0s) PASSED task.TestShiftTS (0.0s) PASSED task.TestCheckLogRange (0.0s) PASSED task.TestTiflashUsage (0.0s) PASSED task.TestCheckTikvSpace (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) /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_40_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_3_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_5_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_7_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_14_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_9_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_10_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 /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_15_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_17_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_38_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_20_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_22_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_24_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_37_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_27_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_30_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_35_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_32_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_34_of_40/coverage.dat //br/pkg/task/show:show_test (cached) PASSED in 2.8s Stats over 4 runs: max = 2.8s, min = 1.6s, avg = 2.0s, dev = 0.5s PASSED show_test.TestShowViaSQL (1.2s) PASSED show_test.TestFull (0.0s) PASSED show_test.TestV2AndSmallTables (0.0s) PASSED show_test.TestV2Encrypted (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_1_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_3_of_4/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.TestParTrans (0.4s) PASSED iter_test.TestFilter (0.0s) PASSED iter_test.TestCollect (0.0s) PASSED iter_test.TestEnumerate (0.0s) PASSED iter_test.TestFailure (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_1_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 /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_3_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 //br/pkg/utils/storewatch:storewatch_test (cached) PASSED in 1.9s Stats over 3 runs: max = 1.9s, min = 1.6s, avg = 1.8s, dev = 0.1s 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 //br/pkg/version:version_test (cached) PASSED in 1.4s Stats over 10 runs: max = 1.4s, min = 1.2s, avg = 1.3s, dev = 0.1s PASSED version.TestEnsureSupportVersion (0.0s) PASSED version.TestCheckClusterVersion (0.0s) PASSED version.TestFetchVersionWithCommitID (0.0s) PASSED version.TestCompareVersion (0.0s) PASSED version.TestFetchVersion (0.0s) PASSED version.TestNextMajorVersion (0.0s) PASSED version.TestDetectServerInfo (0.0s) PASSED version.TestExtractTiDBVersion (0.0s) PASSED version.TestNormalizeBackupVersion (0.0s) PASSED version.TestCheckVersion (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_1_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_2_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_3_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_4_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 //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.1s Stats over 50 runs: max = 8.1s, min = 1.1s, avg = 1.6s, 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.TestBuildRegionQueriesWithoutPartition (0.5s) PASSED export.TestFilterTables (0.0s) PASSED export.TestListAllTablesByShowFullTables (0.0s) PASSED export.TestBuildRegionQueriesWithPartitions (0.0s) PASSED export.TestFilterDatabaseWithNoTable (0.0s) PASSED export.TestListAllTablesByTableStatus (0.0s) PASSED export.TestBuildVersion3RegionQueries (0.0s) PASSED export.TestCreateExternalStorage (0.0s) PASSED export.TestListAllTables (0.0s) PASSED export.TestCheckTiDBWithTiKV (0.0s) PASSED export.TestMatchMysqlBugVersion (0.0s) PASSED export.TestPrepareDumpingDatabases (0.0s) PASSED export.TestGetConfTables (0.0s) PASSED export.TestPickupPossibleField (0.5s) PASSED export.TestMetricsRegistration (0.0s) PASSED export.TestCheckIfSeqExists (0.0s) PASSED export.TestConsistencyController (0.0s) PASSED export.TestNoPrivilege (0.0s) PASSED export.TestWriteTableDataWithStatementSize (0.0s) PASSED export.TestConsistencyLockControllerRetry (0.0s) PASSED export.TestGetCharsetAndDefaultCollation (0.0s) PASSED export.TestTiDBSnapshotMetaData (0.0s) PASSED export.TestWriteTableDataWithFileSizeAndRows (0.0s) PASSED export.TestConsistencyLockControllerEmpty (0.0s) PASSED export.TestGetSpecifiedColumnValueAndClose (0.0s) PASSED export.TestEarlierMysqlMetaData (0.0s) PASSED export.TestWriteTableDataWithFileSize (0.0s) PASSED export.TestGetSpecifiedColumnValuesAndClose (0.0s) PASSED export.TestResolveAutoConsistency (0.0s) PASSED export.TestMariaDBWithFollowersMetaData (0.0s) PASSED export.TestWriteTableData (0.0s) PASSED export.TestConsistencyControllerError (0.0s) PASSED export.TestEscape (0.0s) PASSED export.TestMariaDBMetaData (0.0s) PASSED export.TestWriteViewMeta (0.0s) PASSED export.TestConsistencyLockTiDBCheck (0.0s) PASSED export.TestGetParameters (0.0s) PASSED export.TestMysqlWithNullFollowersMetaData (0.0s) PASSED export.TestWriteTableMeta (0.0s) PASSED export.TestDumpExit (1.0s) PASSED export.TestSpeedRecorder (6.0s) PASSED export.TestMysqlWithFollowersMetaData (0.0s) PASSED export.TestWritePolicyMeta (0.0s) PASSED export.TestDumpTableMeta (0.0s) PASSED export.TestRepeatableRead (0.0s) PASSED export.TestMetaDataAfterConn (0.0s) PASSED export.TestWriteDatabaseMeta (0.0s) PASSED export.TestGetListTableTypeByConf (0.0s) PASSED export.TestInfiniteChan (0.0s) PASSED export.TestAdjustDatabaseCollation (0.0s) PASSED export.TestWriteMeta (0.0s) PASSED export.TestMysqlMetaData (0.0s) PASSED export.TestWrite (0.0s) PASSED export.TestAdjustTableCollation (0.0s) PASSED export.TestWriteInsert (0.0s) PASSED export.TestUnregisterMetrics (0.0s) PASSED export.TestWriteInsertReturnsError (0.0s) PASSED export.TestSetDefaultSessionParams (0.0s) PASSED export.TestWriteInsertInCsv (0.0s) PASSED export.TestChunkRowIter (0.0s) PASSED export.TestSQLDataTypes (0.0s) PASSED export.TestSetSessionParams (0.0s) PASSED export.TestWriteInsertInCsvReturnsError (0.0s) PASSED export.TestRowIter (0.0s) PASSED export.TestWriteInsertInCsvWithDialect (0.0s) /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_1_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_2_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_3_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_4_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_5_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_6_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_7_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_8_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_9_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_10_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_11_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_12_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_13_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_14_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_22_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_17_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_21_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_20_of_50/coverage.dat //lightning/cmd/tidb-lightning:tidb-lightning_test (cached) PASSED in 1.6s 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 (cached) PASSED in 1.6s 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:importer_test (cached) PASSED in 4.9s Stats over 50 runs: max = 4.9s, min = 1.4s, avg = 1.9s, dev = 0.7s PASSED importer.TestObtainRowFormatVersionFailure (0.0s) PASSED importer.TestCheckCSVHeader (0.0s) PASSED importer.TestObtainNewCollationEnabled (3.0s) PASSED importer.TestObtainRowFormatVersionSucceed (0.0s) PASSED importer.TestCheckTableEmpty (3.0s) PASSED importer.TestAlterAutoRandom (0.0s) PASSED importer.TestAlterAutoInc (0.0s) PASSED importer.TestGetColumnsNames (0.0s) PASSED importer.TestReplaceOnDup (0.0s) PASSED importer.TestLocalResource (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.TestCompressChunkRestore (0.0s) PASSED importer.TestLoadSchemaInfoMissing (0.0s) PASSED importer.TestGetPreInfoGetAllTableStructures (0.0s) PASSED importer.TestErrorOnDup (0.0s) PASSED importer.TestSimplifyTable (0.0s) PASSED importer.TestGetPreInfoGenerateTableInfo (0.0s) PASSED importer.TestGetPreInfoSampleSourceCompressed (0.0s) PASSED importer.TestGetPreInfoHasDefault (0.0s) PASSED importer.TestGetPreInfoAutoRandomBits (0.0s) PASSED importer.TestGetPreInfoReadFirstRow (0.0s) PASSED importer.TestLoadSchemaInfo (0.0s) PASSED importer.TestGetPreInfoSampleSource (0.0s) PASSED importer.TestGetPreInfoReadCompressedFirstRow (0.0s) PASSED importer.TestGetPreInfoEstimateSourceSize (0.0s) PASSED importer.TestGetPreInfoIsTableEmpty (0.0s) PASSED importer.TestDropTable (0.0s) PASSED importer.TestNewTableRestore (0.0s) PASSED importer.TestNewTableRestoreFailure (0.0s) PASSED importer.TestErrorSummaries (0.0s) PASSED importer.TestVerifyCheckpoint (0.0s) PASSED importer.TestAllocTableRowIDsSingleTableSkipChecksum (0.0s) PASSED importer.TestPreCheckFailed (0.0s) PASSED importer.TestAddExtendDataForCheckpoint (0.0s) PASSED importer.TestFilterColumns (0.0s) PASSED importer.TestInitGlobalConfig (0.0s) PASSED importer.TestAllocTableRowIDsSingleTable (0.0s) PASSED importer.TestAllocTableRowIDsSingleTableAutoIDNot0 (0.0s) PASSED importer.TestGetChunkCompressedSizeForParquet (0.0s) PASSED importer.TestAllocTableRowIDsSingleTableContainsData (0.0s) PASSED importer.TestAllocTableRowIDsAllocated (0.0s) PASSED importer.TestAllocTableRowIDsFinished (0.0s) PASSED importer.TestAllocTableRowIDsMultiTasksInit (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.TestAllocTableRowIDsRetryOnTableInChecksum (2.0s) PASSED importer.TestAllocTableRowIDsMultiTasksAllocated (0.0s) PASSED importer.TestCheckTasksExclusively (0.0s) PASSED importer.TestSingleTaskMetaMgr (0.0s) PASSED importer.TestGetDDLStatus (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.TestPrecheckBuilderBasic (0.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_1_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_2_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_6_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_3_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_5_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_13_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_9_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_17_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_12_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_45_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_18_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_44_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_21_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_23_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_24_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_26_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_28_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_43_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_32_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_34_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_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_37_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_42_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_40_of_50/coverage.dat //lightning/pkg/importer/mock:mock_test (cached) PASSED in 1.7s 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 //lightning/pkg/server:server_test (cached) PASSED in 2.2s Stats over 7 runs: max = 2.2s, min = 1.7s, avg = 1.8s, dev = 0.2s PASSED server.TestHTTPAPIOutsideServerMode (0.6s) PASSED server.TestInitEnv (0.0s) PASSED server.TestCheckSchemaConflict (0.0s) PASSED server.TestGetDeleteTask (0.5s) PASSED server.TestRun (0.0s) PASSED server.TestCheckSystemRequirement (0.0s) PASSED server.TestRunServer (0.1s) /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_1_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_6_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_3_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 //pkg/autoid_service:autoid_service_test (cached) PASSED in 4.2s Stats over 3 runs: max = 4.2s, min = 2.9s, avg = 3.5s, dev = 0.6s PASSED autoid_service.TestGRPC (1.5s) PASSED autoid_service.TestAPI (2.6s) PASSED autoid_service.TestConcurrent (1.3s) /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/bindinfo:bindinfo_test (cached) PASSED in 61.3s Stats over 33 runs: max = 61.3s, min = 7.5s, avg = 31.6s, dev = 10.8s PASSED bindinfo.TestPreparedStmt (27.9s) PASSED bindinfo.TestShowPlanForSQLBasic (25.6s) PASSED bindinfo.TestIssue53834 (29.0s) PASSED bindinfo.TestDropSingleBindings (27.2s) PASSED bindinfo.TestCrossDBBindingCache (0.0s) PASSED bindinfo.TestIssue19836 (23.8s) PASSED bindinfo.TestDefaultDB (24.5s) PASSED bindinfo.TestBindCache (0.2s) PASSED bindinfo.TestExtractTableName (0.0s) PASSED bindinfo.TestBindingCache (26.2s) PASSED bindinfo.TestDuplicateBindings (25.0s) PASSED bindinfo.TestBindingLastUpdateTime (25.7s) PASSED bindinfo.TestShowGlobalBindings (26.5s) PASSED bindinfo.TestBindingLastUpdateTimeWithInvalidBind (25.1s) PASSED bindinfo.TestSessionBinding (48.5s) PASSED bindinfo.TestBindParse (26.8s) PASSED bindinfo.TestGlobalAndSessionBindingBothExist (25.4s) PASSED bindinfo.TestSetBindingStatus (26.3s) PASSED bindinfo.TestBindingInListWithSingleLiteral (23.9s) PASSED bindinfo.TestBindingQueryInList (25.2s) PASSED bindinfo.TestSetBindingStatusWithoutBindingInCache (25.4s) PASSED bindinfo.TestBindingSymbolList (24.2s) PASSED bindinfo.TestBestPlanInBaselines (24.5s) PASSED bindinfo.TestGlobalBinding (53.9s) PASSED bindinfo.TestErrorBind (26.3s) PASSED bindinfo.TestHintsSetID (25.7s) PASSED bindinfo.TestOutdatedInfoSchema (25.4s) PASSED bindinfo.TestReloadBindings (26.1s) PASSED bindinfo.TestRemoveDuplicatedPseudoBinding (24.3s) PASSED bindinfo.TestNormalizeStmtForBinding (0.0s) PASSED bindinfo.TestSetVarFixControlWithBinding (26.0s) PASSED bindinfo.TestOptimizeOnlyOnce (24.7s) PASSED bindinfo.TestShowBindingDigestField (24.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_1_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_2_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_29_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_5_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_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_26_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_25_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_24_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 /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_22_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_11_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_19_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_13_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_18_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_17_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 //pkg/bindinfo/tests:tests_test (cached) PASSED in 59.9s Stats over 22 runs: max = 59.9s, min = 7.7s, avg = 34.9s, dev = 8.7s PASSED tests_test.TestCrossDBBindingPlanCache (52.0s) PASSED tests_test.TestPrepareCacheWithBinding (31.1s) PASSED tests_test.TestStmtHints (26.4s) PASSED tests_test.TestCrossDBBindingInList (30.1s) PASSED tests_test.TestIssue50646 (26.3s) PASSED tests_test.TestBindingWithIsolationRead (26.9s) PASSED tests_test.TestCrossDBBindingGC (24.8s) PASSED tests_test.TestInvisibleIndex (26.1s) PASSED tests_test.TestGCBindRecord (24.9s) PASSED tests_test.TestCrossDBBindingSetVar (23.4s) PASSED tests_test.TestBindSQLDigest (29.9s) PASSED tests_test.TestCrossDBBindingSwitch (23.8s) PASSED tests_test.TestSimplifiedCreateBinding (24.9s) PASSED tests_test.TestCreateUpdateCrossDBBinding (24.4s) PASSED tests_test.TestDropBindBySQLDigest (38.7s) PASSED tests_test.TestJoinOrderHintWithBinding (25.8s) PASSED tests_test.TestCrossDBBindingPriority (25.7s) PASSED tests_test.TestFuzzyBindingHints (0.0s) PASSED tests_test.TestBatchDropBindings (27.8s) PASSED tests_test.TestCrossDBDuplicatedBinding (25.5s) PASSED tests_test.TestInvalidBindingCheck (24.3s) PASSED tests_test.TestCrossDBBindingBasic (36.1s) /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_3_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_2_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_20_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_6_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_7_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_8_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_9_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_16_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_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_13_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/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.TestAtomicBoolUnmarshal (0.0s) PASSED config.TestEncodeDefTempStorageDir (0.0s) PASSED config.TestTokenLimit (0.0s) PASSED config.TestNullableBoolUnmarshal (0.0s) PASSED config.TestLogConfig (0.0s) PASSED config.TestTableColumnCountLimit (0.0s) PASSED config.TestConfig (0.0s) PASSED config.TestRemovedVariableCheck (0.0s) PASSED config.TestIndexLimit (0.0s) PASSED config.TestMaxIndexLength (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_1_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_2_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_11_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_4_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_9_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:ddl_test (cached) PASSED in 34.3s Stats over 50 runs: max = 34.3s, min = 9.9s, avg = 15.8s, dev = 4.3s PASSED ddl.TestAddIndex3 (1.6s) PASSED ddl.TestAlterTablePartitionPlacement (1.4s) PASSED ddl.TestFindAlterAlgorithm (0.0s) PASSED ddl.TestIndexOnMultipleGeneratedColumn4 (1.3s) PASSED ddl.TestInfoSchemaForTiFlashReplica (1.2s) PASSED ddl.TestModifyColumnTypeWhenInterception (1.4s) PASSED ddl.TestParallelAlterModifyColumnAndAddPK (1.4s) PASSED ddl.TestRenameConcurrentAutoID (1.5s) PASSED ddl.TestRowFormat (1.3s) PASSED ddl.TestAddIndex2WithShardRowID (2.0s) PASSED ddl.TestColumnTypeChangeIgnoreDisplayLength (1.4s) PASSED ddl.TestDropTablePartitionGCPlacement (1.4s) PASSED ddl.TestGetAllTableInfos (8.6s) PASSED ddl.TestIndexOnMultipleGeneratedColumn3 (1.3s) PASSED ddl.TestModifyColumnTime (5.3s) PASSED ddl.TestParallelAddGeneratedColumnAndAlterModifyColumn (1.3s) PASSED ddl.TestRenameMultiTablesIssue47064 (1.3s) PASSED ddl.TestSetTableFlashReplica (1.4s) PASSED ddl.TestAddIndex2 (1.5s) PASSED ddl.TestAdminAlterDDLJobCommitFailed (1.0s) PASSED ddl.TestAlterTablePlacement (1.3s) PASSED ddl.TestIndexOnMultipleGeneratedColumn2 (1.2s) PASSED ddl.TestIssue59238 (1.5s) PASSED ddl.TestModifyColumnCharset (1.2s) PASSED ddl.TestParallelAlterModifyColumnToNotNullWithData (1.5s) PASSED ddl.TestRenameMultiTables (1.4s) PASSED ddl.TestRollbackColumnTypeChangeBetweenInteger (1.4s) PASSED ddl.TestAddIndex1WithShardRowID (1.8s) PASSED ddl.TestAdminAlterDDLJobUnsupportedCases (1.3s) PASSED ddl.TestAlterTableRenameTable (1.5s) PASSED ddl.TestColumnTypeChangeStateBetweenInteger (1.3s) PASSED ddl.TestCreateViewTwice (1.2s) PASSED ddl.TestDropTableGCPlacement (1.5s) PASSED ddl.TestIndexOnMultipleGeneratedColumn1 (1.3s) PASSED ddl.TestModifyColumnBetweenStringTypes (2.5s) PASSED ddl.TestParallelAlterModifyColumnWithData (1.9s) PASSED ddl.TestAddIndex1 (1.9s) PASSED ddl.TestAdminAlterDDLJobUpdateSysTable (1.1s) PASSED ddl.TestDropDatabaseGCPlacement (1.5s) PASSED ddl.TestDropTableAccessibleInInfoSchema (1.2s) PASSED ddl.TestIndexOnMultipleGeneratedColumn (1.3s) PASSED ddl.TestModifyColumnNullToNotNullWithChangingVal (1.5s) PASSED ddl.TestParallelAlterModifyColumn (1.4s) PASSED ddl.TestRenameTable2 (1.4s) PASSED ddl.TestWriteDataWriteOnlyMode (1.6s) PASSED ddl.TestAddPrimaryKey4 (2.1s) PASSED ddl.TestCreateSameTableOrDBOnOwnerChange (3.6s) PASSED ddl.TestDDLJobErrEntrySizeTooLarge (1.8s) PASSED ddl.TestDatabasePlacement (1.7s) PASSED ddl.TestDropColumns (1.4s) PASSED ddl.TestModifyColumnNullToNotNull (1.5s) PASSED ddl.TestModifyColumnOption (1.7s) PASSED ddl.TestParallelAlterIndex (1.4s) PASSED ddl.TestRenameTableWithLocked (1.4s) PASSED ddl.TestAddIndex3WithShardRowID (1.7s) PASSED ddl.TestAddNotNullColumn (1.3s) PASSED ddl.TestAddPartitionWithPlacement (1.4s) PASSED ddl.TestAlterTablePartitionAttributes (1.5s) PASSED ddl.TestIndexOnMultipleGeneratedColumn5 (1.5s) PASSED ddl.TestMultiSchemaChangeAddColumnsCancelled (1.3s) PASSED ddl.TestParallelAddColumAndSetDefaultValue (1.3s) PASSED ddl.TestRowFormatWithChecksums (1.2s) PASSED ddl.TestSetTiFlashReplicaForTemporaryTable (1.5s) PASSED ddl.TestTableError (1.3s) PASSED ddl.TestAddPrimaryKey3 (1.8s) PASSED ddl.TestChangingTableCharset (2.1s) PASSED ddl.TestCreateIndexWithChangeMaxIndexLength (1.3s) PASSED ddl.TestDropColumnInColumnTest (1.4s) PASSED ddl.TestInsertIgnore (1.3s) PASSED ddl.TestModifyColumnNullToNotNullWithChangingVal2 (1.4s) PASSED ddl.TestPolicyInheritance (1.9s) PASSED ddl.TestRenameTableIntermediateState (1.5s) PASSED ddl.TestShowIndex (1.6s) PASSED ddl.TestAddIndex4 (1.5s) PASSED ddl.TestAddNotNullColumnWhileInsertOnDupUpdate (1.3s) PASSED ddl.TestCaseInsensitiveCharsetAndCollate (1.4s) PASSED ddl.TestMultiSchemaChangeAddColumnsParallel (1.6s) PASSED ddl.TestParallelChangeColumnName (1.4s) PASSED ddl.TestRowLevelChecksumWithMultiSchemaChange (1.3s) PASSED ddl.TestSetTableFlashReplicaForSystemTable (1.2s) PASSED ddl.TestTruncateTable (1.3s) PASSED ddl.TestTruncateTableWithPlacement (1.4s) PASSED ddl.TestViewError (1.2s) PASSED ddl.TestAddColumns (1.3s) PASSED ddl.TestAddPrimaryKey2 (1.9s) PASSED ddl.TestAlterTTL (1.3s) PASSED ddl.TestAlterTablePartitionWithPlacementPolicy (1.6s) PASSED ddl.TestDependedGeneratedColumnPrior2GeneratedColumn (1.3s) PASSED ddl.TestIssue52680 (1.2s) PASSED ddl.TestModifyColumnReorgInfo (6.2s) PASSED ddl.TestTruncateTableAndSchemaDependence (4.2s) PASSED ddl.TestWriteOnlyForDropColumns (1.2s) PASSED ddl.TestAddIndex4WithShardRowID (1.6s) PASSED ddl.TestChangingColOriginDefaultValue (1.3s) PASSED ddl.TestForeignKeyError (1.1s) PASSED ddl.TestMultiSchemaChangeDropColumnsCancelled (1.3s) PASSED ddl.TestParallelAlterAddIndex (1.3s) PASSED ddl.TestRenameTable (1.4s) PASSED ddl.TestSkipSchemaChecker (1.3s) PASSED ddl.TestTransactionOnAddDropColumn (1.2s) PASSED ddl.TestTruncateTablePartitionWithPlacement (1.4s) PASSED ddl.TestZeroFillCreateTable (1.1s) PASSED ddl.TestAddColumn (1.5s) PASSED ddl.TestAddPrimaryKey1 (1.7s) PASSED ddl.TestCreateTables (1.7s) PASSED ddl.TestMDLTruncateTable (3.1s) 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.4s) PASSED ddl.TestOptimizeTable (1.2s) PASSED ddl.TestPolicyCacheAndPolicyDependency (1.5s) PASSED ddl.TestWriteOnlyForDropColumn (1.3s) PASSED ddl.TestAddIndex5 (1.7s) PASSED ddl.TestBitDefaultValue (1.5s) PASSED ddl.TestChangingColOriginDefaultValueAfterAddColAndCastSucc (1.3s) PASSED ddl.TestCreateTableWithLike2 (2.1s) PASSED ddl.TestCreateTableWithSetCol (1.5s) PASSED ddl.TestDropTableWithPlacement (1.3s) PASSED ddl.TestIndexError (1.2s) PASSED ddl.TestMultiSchemaChangeDropIndexedColumnsCancelled (1.3s) PASSED ddl.TestParallelAlterAddVectorIndex (3.1s) PASSED ddl.TestRecoverTable (1.3s) PASSED ddl.TestAddIndexFetchRowsFromCoprocessor (1.1s) PASSED ddl.TestColumnBasic (1.7s) PASSED ddl.TestDefaultCollationForUTF8MB4 (1.2s) PASSED ddl.TestDeleteOnlyForDropColumns (1.1s) PASSED ddl.TestDropPlacementPolicyInUse (1.4s) PASSED ddl.TestJobNeedGC (0.0s) PASSED ddl.TestRenameTables (1.1s) PASSED ddl.TestSetInvalidDefaultValueAfterModifyColumn (1.0s) PASSED ddl.TestUpdateMultipleTable (1.0s) PASSED ddl.TestAddIndexForGeneratedColumn (2.0s) PASSED ddl.TestChangingColOriginDefaultValueAfterAddColAndCastFail (1.4s) PASSED ddl.TestColumnError (1.9s) PASSED ddl.TestCreateTableTooLarge (5.3s) PASSED ddl.TestCreateTableWithEnumCol (1.4s) PASSED ddl.TestDropPartitionWithPlacement (1.6s) PASSED ddl.TestFlashbackTable (1.4s) PASSED ddl.TestMultiSchemaChangeDropColumnsParallel (1.6s) PASSED ddl.TestParallelAlterAddExpressionIndex (1.3s) PASSED ddl.TestTruncateTable2 (1.8s) PASSED ddl.TestAlterRangePlacementPolicy (1.3s) PASSED ddl.TestCreateView (1.2s) PASSED ddl.TestDDLLastInfo (3.1s) PASSED ddl.TestDeleteOnlyForDropExpressionIndex (1.4s) PASSED ddl.TestHashPartitionAddColumn (1.2s) PASSED ddl.TestIndexChange (2.3s) PASSED ddl.TestModifyColumnReorgCheckpoint (3.1s) PASSED ddl.TestParallelDDL (1.5s) PASSED ddl.TestTableDDLWithTimeType (1.7s) PASSED ddl.TestAddPrimaryKeyRollback1 (1.9s) PASSED ddl.TestChangeColumnPosition (1.7s) PASSED ddl.TestCreateDatabaseError (1.4s) PASSED ddl.TestCreateTableWithIntegerColWithDefault (1.5s) PASSED ddl.TestDDLExitWhenCancelMeetPanic (1.6s) PASSED ddl.TestDropTable (1.5s) PASSED ddl.TestExchangePartitionWithPlacement (1.6s) PASSED ddl.TestMultiSchemaChangeRenameColumns (2.0s) PASSED ddl.TestParallelAddPrimaryKey (1.5s) PASSED ddl.Test_getTTLInfoInOptions (0.0s) PASSED ddl.TestAddBatchJobError (1.1s) PASSED ddl.TestColumnTypeChangeGenUniqueChangingName (1.5s) PASSED ddl.TestCreateSchemaWithInfoPlacement (1.3s) PASSED ddl.TestDDLBlockedCreateView (1.1s) PASSED ddl.TestEnumDefaultValue (1.1s) PASSED ddl.TestForeignKeyInWriteOnlyMode (1.2s) PASSED ddl.TestIssue5092 (2.3s) PASSED ddl.TestSchemaChangeForDropColumnsWithIndexes (1.9s) PASSED ddl.TestTable (1.6s) PASSED ddl.TestAddIndexAfterAddColumn (1.3s) PASSED ddl.TestAddPrimaryKeyRollback2 (1.8s) PASSED ddl.TestCancelCTCInReorgStateWillCauseGoroutineLeak (3.3s) PASSED ddl.TestCreateIndexErrTooManyKeys (0.0s) PASSED ddl.TestCreateTableWithInfo (1.2s) PASSED ddl.TestCreateWithSameName (1.4s) PASSED ddl.TestMultiSchemaChangeAlterColumns (1.7s) PASSED ddl.TestPDFail (1.6s) PASSED ddl.TestParallelAlterAddPartition (1.4s) PASSED ddl.TestAddUniqueIndexRollback (1.8s) PASSED ddl.TestBatchCreateTable (1.3s) PASSED ddl.TestCastDateToTimestampInReorgAttribute (1.3s) PASSED ddl.TestDDLHistoryBasic (1.3s) PASSED ddl.TestMultiSchemaChangeChangeColumns (1.5s) PASSED ddl.TestParallelDropColumn (1.4s) PASSED ddl.TestPartition (1.4s) PASSED ddl.TestRecoverTableWithPlacementPolicy (1.7s) PASSED ddl.TestResolveCharset (1.3s) PASSED ddl.TestAddColumnDefaultNow (1.3s) PASSED ddl.TestAddIndexWithSplitTable (5.2s) PASSED ddl.TestAlterConstraintAddDrop (1.2s) PASSED ddl.TestAlterPartitioningWithPlacementPolicy (2.0s) PASSED ddl.TestBackfillingSchedulerLocalMode (1.2s) PASSED ddl.TestMultiSchemaChangeAddIndexesCancelled (1.6s) PASSED ddl.TestParallelDropColumns (1.4s) PASSED ddl.TestScanHistoryDDLJobsWithErrorLimit (0.0s) PASSED ddl.TestTableLock (1.5s) PASSED ddl.TestAddForeignKey3 (1.1s) PASSED ddl.TestAddGeneratedColumnAndInsert (1.1s) PASSED ddl.TestCreateTableWithInfoPlacement (1.3s) PASSED ddl.TestInvalidDDLJob (1.2s) PASSED ddl.TestIssue29282 (1.2s) PASSED ddl.TestIssue4432 (1.3s) PASSED ddl.TestScatterRegion (1.1s) PASSED ddl.TestSchemaChangeForDropColumnWithIndexes (1.5s) PASSED ddl.TestTiDBDownBeforeUpdateGlobalVersion (1.3s) PASSED ddl.TestAddIndexWithShardRowID (9.9s) PASSED ddl.TestAlterAddConstraintStateChange (1.2s) PASSED ddl.TestAlterColumn (2.3s) PASSED ddl.TestCalculateRegionBatch (0.0s) PASSED ddl.TestCheckBundle (0.0s) PASSED ddl.TestMultiSchemaChangeDropIndexesCancelled (1.4s) PASSED ddl.TestParallelDropIfExistsColumns (1.4s) PASSED ddl.TestRunningJobs (0.0s) PASSED ddl.TestTableLocksLostCommit (1.4s) PASSED ddl.TestAddForeignKey2 (1.3s) PASSED ddl.TestBuildMaxLengthIndexWithNonRestrictedSqlMode (2.2s) PASSED ddl.TestCheckOwner (6.1s) PASSED ddl.TestCreateTableWithPlacementPolicy (1.5s) PASSED ddl.TestDeleteOnly (1.1s) PASSED ddl.TestIssue2858And2717 (1.1s) PASSED ddl.TestTableSplit (1.4s) PASSED ddl.TestTransactionWithWriteOnlyColumn (1.1s) PASSED ddl.TestTruncateLocalTemporaryTable (1.1s) PASSED ddl.TestAddAnonymousIndex (2.0s) PASSED ddl.TestAlterAddConstraintStateChange1 (1.3s) PASSED ddl.TestAlterAlgorithm (2.2s) PASSED ddl.TestBackfillingSchedulerGlobalSortMode (1.8s) PASSED ddl.TestCreateSchemaWithPlacement (1.3s) PASSED ddl.TestMultiSchemaChangeDropIndexesParallel (1.7s) PASSED ddl.TestParallelDropIndex (1.3s) PASSED ddl.TestSchemaPolicyAndResourceGroup (0.0s) PASSED ddl.TestWriteLocal (1.3s) PASSED ddl.TestAlterPlacementPolicy (1.4s) PASSED ddl.TestConcurrentLockTables (1.3s) PASSED ddl.TestDropDatabaseWithForeignKeyReferred2 (1.4s) PASSED ddl.TestDropTemporaryTable (1.4s) PASSED ddl.TestIndexLength (2.0s) PASSED ddl.TestReportingMinStartTimestamp (1.1s) PASSED ddl.TestSubmitJobAfterDDLIsClosed (1.1s) PASSED ddl.TestVirtualColumnDDL (1.1s) PASSED ddl.TestWriteOnlyForAddColumns (1.2s) PASSED ddl.TestAddIndexWithPK (2.3s) PASSED ddl.TestAddIndexWithPK/ClusteredIndexDefModeIntOnly (0.5s) PASSED ddl.TestAddIndexWithPK/ClusteredIndexDefModeOn (0.6s) PASSED ddl.TestAlterAddConstraintStateChange2 (1.3s) PASSED ddl.TestAlterDBPlacement (1.6s) PASSED ddl.TestExclusiveShared (0.0s) PASSED ddl.TestGetNextStep (0.0s) PASSED ddl.TestLockTables (2.3s) PASSED ddl.TestMultiSchemaChangeRenameIndexes (1.7s) PASSED ddl.TestParallelDropPrimaryKey (1.5s) PASSED ddl.TestTreatOldVersionUTF8AsUTF8MB4 (1.5s) PASSED ddl.TestAvoidCreateViewOnLocalTemporaryTable (1.2s) PASSED ddl.TestChangeColumn (1.7s) PASSED ddl.TestCreateOrReplacePlacementPolicy (1.2s) PASSED ddl.TestDropIndexNeededInForeignKey2 (1.4s) PASSED ddl.TestGenGIDAndInsertJobsWithRetryOnErr (2.1s) PASSED ddl.TestIssue19229 (1.3s) PASSED ddl.TestLockTableReadOnly (1.4s) PASSED ddl.TestLogAndShowSlowLog (1.0s) PASSED ddl.TestWriteOnly (1.3s) PASSED ddl.TestAccessLocalTmpTableAfterDropDB (1.3s) PASSED ddl.TestDeleteOnlyForModifyColumnWithoutDefaultVal (1.4s) PASSED ddl.TestDropColumn (2.1s) PASSED ddl.TestGenIDAndInsertJobsWithRetryQPS (0.0s) PASSED ddl.TestIssue2293 (1.2s) PASSED ddl.TestResetSchemaPlacement (1.2s) PASSED ddl.TestSchemaValidator (1.7s) PASSED ddl.TestTableModeConcurrent (1.1s) PASSED ddl.TestTruncateOrDropTableWithForeignKeyReferred2 (1.4s) PASSED ddl.TestAddGlobalIndex (2.2s) PASSED ddl.TestAlterAddConstraintStateChange3 (1.5s) PASSED ddl.TestDefaultColumnWithRand (1.2s) PASSED ddl.TestDoneTaskKeeper (0.0s) PASSED ddl.TestGetIntervalFromPolicy (0.0s) PASSED ddl.TestMultiSchemaChangeModifyColumnsCancelled (1.4s) PASSED ddl.TestParallelCreateAndRename (1.5s) PASSED ddl.TestPlacementMode (1.9s) PASSED ddl.TestTablesLockDelayClean (1.4s) PASSED ddl.TestAddColumn2 (1.4s) PASSED ddl.TestAlterEnforcedConstraintStateChange (1.2s) PASSED ddl.TestDefaultValueAsExpressions (1.6s) PASSED ddl.TestDropIndexes (2.1s) PASSED ddl.TestModifyColumn (0.0s) PASSED ddl.TestMultiSchemaChangeAlterIndex (1.6s) PASSED ddl.TestParallelAlterAndDropSchema (1.3s) PASSED ddl.TestPickBackfillType (0.0s) PASSED ddl.TestPlacementTiflashCheck (1.7s) PASSED ddl.TestAddAndDropColumn (1.6s) PASSED ddl.TestCombinedIDAllocation (2.1s) 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.5s) PASSED ddl.TestForeignKey (1.3s) PASSED ddl.TestModifyColumnAfterAddIndex (1.3s) PASSED ddl.TestPlacementValidation (1.3s) PASSED ddl.TestSnapshotVersion (1.4s) PASSED ddl.TestTableModeBasic (1.4s) PASSED ddl.TestWriteReorgForModifyColumnWithoutDefaultVal (1.3s) PASSED ddl.TestAlterTableCache (1.6s) PASSED ddl.TestChangingDBCharset (1.3s) PASSED ddl.TestCreateTableIfNotExists (1.2s) PASSED ddl.TestDropPrimaryKey (1.2s) PASSED ddl.TestDropTables (1.4s) PASSED ddl.TestFieldCase (0.0s) PASSED ddl.TestMultiRegionGetTableEndHandle (1.1s) PASSED ddl.TestMultiSchemaChangeMixCancelled (1.4s) PASSED ddl.TestReorgExprContext (0.0s) PASSED ddl.TestCacheTableSizeLimit (11.8s) PASSED ddl.TestCreateConstraintForTable (1.1s) PASSED ddl.TestCreateDBIfNotExists (1.1s) PASSED ddl.TestDropIndex (1.2s) PASSED ddl.TestGetTableEndHandle (1.2s) PASSED ddl.TestIgnorableSpec (0.0s) PASSED ddl.TestMultiSchemaChangeAdminShowDDLJobs (1.2s) PASSED ddl.TestReorgTableMutateContext (0.0s) PASSED ddl.TestSqlFunctionsInGeneratedColumns (1.0s) PASSED ddl.TestFailBeforeDecodeArgs (2.3s) PASSED ddl.TestGenIDAndInsertJobsWithRetry (7.0s) PASSED ddl.TestIssue22028 (1.3s) PASSED ddl.TestIssue40135 (1.1s) PASSED ddl.TestIssue42268 (1.2s) PASSED ddl.TestPlacementFollowers (1.2s) PASSED ddl.TestTxnSavepointWithDDL (1.6s) PASSED ddl.TestUniqueKeyNullValueClusterIndex (1.3s) PASSED ddl.TestWriteReorgForModifyColumnWithoutFirst (1.3s) PASSED ddl.TestAnonymousIndex (1.2s) PASSED ddl.TestDDLIfNotExists (1.6s) PASSED ddl.TestError (0.0s) PASSED ddl.TestGetTimeZone (1.1s) PASSED ddl.TestIssue34069 (1.2s) PASSED ddl.TestMultiRegionGetTableEndCommonHandle (1.1s) PASSED ddl.TestMultiSchemaChangeWithExpressionIndex (1.4s) PASSED ddl.TestReorgDistSQLCtx (0.0s) PASSED ddl.TestSchemaNameAndTableNameInGeneratedExpr (1.5s) PASSED ddl.TestAddIndexWithDupIndex (1.0s) PASSED ddl.TestCheckDuplicateConstraint (0.0s) PASSED ddl.TestDDLIfExists (1.5s) PASSED ddl.TestGetTableEndCommonHandle (1.0s) PASSED ddl.TestIssue22819 (1.1s) PASSED ddl.TestModifyColumnTypeArgs (1.2s) PASSED ddl.TestMultiSchemaChangeNoSubJobs (1.1s) PASSED ddl.TestParserIssue284 (1.2s) PASSED ddl.TestValidateAndFillRanges (0.0s) PASSED ddl.TestCancelJobWriteConflict (1.3s) PASSED ddl.TestCreatePlacementPolicyWithInfo (1.7s) PASSED ddl.TestDuplicateErrorMessage (4.5s) PASSED ddl.TestGeneralDDLWithQuery (1.4s) PASSED ddl.TestGetDDLInfo (1.3s) PASSED ddl.TestHandleLockTable (1.1s) PASSED ddl.TestHandleLockTable/ddl_fail (0.0s) PASSED ddl.TestHandleLockTable/ddl_success (0.0s) PASSED ddl.TestHandleLockTable/target_table_not_locked (0.0s) PASSED ddl.TestModifyAutoRandColumnWithMetaKeyChanged (1.2s) PASSED ddl.TestUniqueKeyNullValue (1.2s) PASSED ddl.TestWriteReorgForModifyColumnWithPrimaryIdx (1.2s) PASSED ddl.TestAddExpressionIndex (1.5s) PASSED ddl.TestAddIndexUniqueFailOnDuplicate (1.2s) PASSED ddl.TestCreateClusteredIndex (1.1s) PASSED ddl.TestGetTableDataKeyRanges (0.0s) PASSED ddl.TestIssue22307 (1.0s) PASSED ddl.TestMultiSchemaChangeSchemaVersion (1.2s) PASSED ddl.TestParallelDDLBeforeRunDDLJob (1.2s) PASSED ddl.TestParallelUpdateTableReplica (1.2s) PASSED ddl.TestTuneTableScanWorkerBatchSize (0.0s) PASSED ddl.TestColumnAdd (1.3s) PASSED ddl.TestCreateDropCreateTable (1.1s) PASSED ddl.TestCreateTableWithKeyWord (1.1s) PASSED ddl.TestEnumAndSetDefaultValue (1.2s) PASSED ddl.TestIssue60047 (1.1s) PASSED ddl.TestPlacementPolicy (2.4s) PASSED ddl.TestSequenceFunction (3.1s) PASSED ddl.TestUpgradingRelatedJobState (1.3s) PASSED ddl.TestWriteReorgForModifyColumnWithPKIsHandle (1.4s) PASSED ddl.TestAddExpressionIndexRollback (1.1s) PASSED ddl.TestCreateTableWithVectorIndex (2.0s) PASSED ddl.TestDeniedByBDRWhenAddColumn (0.0s) PASSED ddl.TestDeniedByBDRWhenAddColumn/Test_with_comment_and_generated_options (0.0s) PASSED ddl.TestDeniedByBDRWhenAddColumn/Test_with_comment_options (0.0s) PASSED ddl.TestDeniedByBDRWhenAddColumn/Test_with_generated_options (0.0s) PASSED ddl.TestDeniedByBDRWhenAddColumn/Test_with_implicit_nullable_and_defaultValue_options (0.0s) PASSED ddl.TestDeniedByBDRWhenAddColumn/Test_with_no_options(implicit_nullable) (0.0s) PASSED ddl.TestDeniedByBDRWhenAddColumn/Test_with_nullable_and_defaultValue_options (0.0s) PASSED ddl.TestDeniedByBDRWhenAddColumn/Test_with_nullable_option (0.0s) PASSED ddl.TestDeniedByBDRWhenAddColumn/Test_with_other_options (0.0s) PASSED ddl.TestDropColumnWithCompositeIndex (1.2s) PASSED ddl.TestMergeContinuousKeyRanges (0.0s) PASSED ddl.TestMultiSchemaChangeMixedWithUpdate (1.5s) PASSED ddl.TestParallelAlterSchemaCharsetAndCollate (1.1s) PASSED ddl.TestParallelFlashbackTable (1.4s) PASSED ddl.TestRepairTable (1.3s) PASSED ddl.TestAddVectorIndexSimple (1.8s) PASSED ddl.TestDeniedByBDRWhenModifyColumn (0.0s) PASSED ddl.TestDeniedByBDRWhenModifyColumn/Test_when_defaultValue_and_comment_options_are_provided (0.0s) PASSED ddl.TestDeniedByBDRWhenModifyColumn/Test_when_newFieldType_and_oldFieldType_are_not_equal (0.0s) PASSED ddl.TestDeniedByBDRWhenModifyColumn/Test_when_only_defaultValue_option_is_provided (0.0s) PASSED ddl.TestDeniedByBDRWhenModifyColumn/Test_when_other_options_are_provided (0.0s) PASSED ddl.TestDetectAndUpdateJobVersion (0.0s) PASSED ddl.TestDetectAndUpdateJobVersion/all_support_v2,_even_with_pre-release_label (0.0s) PASSED ddl.TestDetectAndUpdateJobVersion/in_ut (0.0s) PASSED ddl.TestDetectAndUpdateJobVersion/v1_first,_later_all_support_v2 (0.0s) PASSED ddl.TestDropColumnWithIndex (1.2s) PASSED ddl.TestDropTableOnTiKVDiskFull (1.6s) PASSED ddl.TestMultiSchemaChangeBlockedByRowLevelChecksum (1.1s) PASSED ddl.TestParallelTruncateTableAndAddColumn (1.1s) PASSED ddl.TestRepairTableWithPartition (1.3s) PASSED ddl.TestShowCreateTable (1.2s) PASSED ddl.TestCancelFlashbackCluster (1.3s) PASSED ddl.TestCreateSequence (1.1s) PASSED ddl.TestCreateTableIfNotExistsLike (1.1s) PASSED ddl.TestCreateViewConcurrently (1.3s) PASSED ddl.TestDDLScheduling (9.7s) PASSED ddl.TestIssue20741WithEnumField (1.2s) PASSED ddl.TestPlacementPolicyInUse (1.3s) PASSED ddl.TestShowCountWarningsOrErrors (1.1s) PASSED ddl.TestWriteReorgForModifyColumnWithUniqIdx (1.2s) PASSED ddl.TestAddVectorIndexRollback (1.8s) PASSED ddl.TestDDLWorkerPool (0.0s) PASSED ddl.TestDeniedByBDR (0.0s) PASSED ddl.TestDropColumnWithAutoInc (1.2s) PASSED ddl.TestDropNotNullColumn (1.4s) PASSED ddl.TestMultiValuedIndexOnlineDDL (2.0s) PASSED ddl.TestParallelTruncateTableAndAddColumns (1.1s) PASSED ddl.TestRebaseAutoID (1.2s) PASSED ddl.TestSchemaResume (1.4s) PASSED ddl.TestAddColumnarIndex (1.2s) PASSED ddl.TestCancelForAddUniqueIndex (1.2s) PASSED ddl.TestCreateExpressionIndex (1.3s) PASSED ddl.TestDropColumnsWithMultiIndex (1.5s) PASSED ddl.TestForbidCacheTableForSystemTable (1.4s) PASSED ddl.TestMergeCreateTableJobsOfSameSchema (0.0s) PASSED ddl.TestOwnerManager (0.1s) PASSED ddl.TestTableResume (1.4s) PASSED ddl.TestWriteOnlyWriteNULL (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 (24.2s) PASSED ddl.TestDropColumnWithMultiIndex (1.5s) PASSED ddl.TestInsertDuplicateBeforeIndexMerge (1.3s) PASSED ddl.TestOptions (0.0s) PASSED ddl.TestProcessColumnFlags (1.1s) PASSED ddl.TestStat (1.1s) PASSED ddl.TestTwoStates (1.5s) PASSED ddl.TestWriteReorgForColumnTypeChange (1.5s) PASSED ddl.TestConcurrentSetDefaultValue (1.3s) PASSED ddl.TestCreateTableWithIntegerLengthWarning (1.5s) PASSED ddl.TestExchangePartitionMultiColumn (1.2s) PASSED ddl.TestGlobalVariablesOnFlashback (1.6s) PASSED ddl.TestIsJobRollbackable (0.0s) PASSED ddl.TestIssue20490 (1.2s) PASSED ddl.TestRenameTableAutoIDs (1.2s) PASSED ddl.TestUnSyncedJobTracker (0.0s) PASSED ddl.TestWriteReorgForModifyColumn (1.2s) PASSED ddl.TestAlterShardRowIDBits (1.3s) PASSED ddl.TestAutoIncrementTableOption (1.5s) PASSED ddl.TestCancelAddIndexJobError (2.3s) PASSED ddl.TestCancelJobBeforeRun (1.0s) PASSED ddl.TestCreateUniqueExpressionIndex (1.2s) PASSED ddl.TestDropAndTruncatePartition (1.3s) PASSED ddl.TestMergeCreateTableJobs (0.0s) PASSED ddl.TestMergeCreateTableJobs/0_or_1_job (0.0s) PASSED ddl.TestMergeCreateTableJobs/jobs_of_different_schema_are_not_merged (0.0s) PASSED ddl.TestMergeCreateTableJobs/jobs_of_foreign_keys_are_not_merged (0.0s) PASSED ddl.TestMergeCreateTableJobs/jobs_of_pre_allocated_ids_are_not_merged (0.0s) PASSED ddl.TestMergeCreateTableJobs/max_batch_size_8 (0.0s) PASSED ddl.TestMergeCreateTableJobs/non_create_table_are_not_merged (0.0s) PASSED ddl.TestModifyTaskParamLoop (0.2s) PASSED ddl.TestModifyTaskParamLoop/adjust_concurrency_failed,_retry (0.0s) PASSED ddl.TestModifyTaskParamLoop/detect_modify,_but_the_task_has_done (0.0s) PASSED ddl.TestModifyTaskParamLoop/detect_modify,_fail_to_get_task,_after_retry,_found_task_state_is_un-modifiable (0.0s) PASSED ddl.TestModifyTaskParamLoop/detect_modify,_success_after_retry,_and_we_update_internal_variable_to_avoid_modify_twice (0.0s) PASSED ddl.TestModifyTaskParamLoop/modify_twice,_both_success (0.1s) PASSED ddl.TestModifyTaskParamLoop/nothing_modified,_retry (0.0s) PASSED ddl.TestModifyTaskParamLoop/retry_on_get_job_error;_return_on_job_not_found (0.0s) PASSED ddl.TestModifyTaskParamLoop/return_on_done (0.0s) PASSED ddl.TestWriteOnlyOnDupUpdate (1.1s) PASSED ddl.TestAutoIncrementForce (1.9s) PASSED ddl.TestDDLJobErrorCount (1.6s) PASSED ddl.TestDDLStatementsBackFill (1.3s) PASSED ddl.TestDropExpressionIndex (1.4s) PASSED ddl.TestFlashbackCloseAndResetPDSchedule (1.3s) PASSED ddl.TestGetDDLJobs (1.2s) PASSED ddl.TestReorganizePartitionRollback (1.3s) PASSED ddl.TestSchema (1.3s) PASSED ddl.TestWriteOnlyOnDupUpdateForAddColumns (1.5s) PASSED ddl.TestAddDDLDuringFlashback (1.4s) PASSED ddl.TestAddIndexFailOnCaseWhenCanExit (1.2s) PASSED ddl.TestAutoIncrementForceAutoIDCache (1.9s) PASSED ddl.TestGetDDLJobsIsSort (1.1s) PASSED ddl.TestMustReloadSchemas (0.0s) PASSED ddl.TestParallelRenameTable (1.7s) PASSED ddl.TestSchemaWaitJob (3.1s) PASSED ddl.TestUpdateDuringAddColumn (1.2s) PASSED ddl.TestWriteReorgForModifyColumnTimestampToInt (1.2s) /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_45_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_44_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_43_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_42_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_41_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_40_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_39_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_9_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_10_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_11_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 /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_35_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_13_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_33_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_16_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_17_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_31_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_30_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_29_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_24_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_28_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_27_of_50/coverage.dat //pkg/ddl/copr:copr_test (cached) PASSED in 1.5s Stats over 3 runs: max = 1.5s, min = 1.2s, avg = 1.3s, 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/ingest:ingest_test (cached) PASSED in 72.0s Stats over 24 runs: max = 72.0s, min = 7.8s, avg = 34.3s, dev = 13.0s PASSED ingest_test.TestRiskOfDiskFull (0.0s) PASSED ingest_test.TestCheckpointManager (24.8s) PASSED ingest_test.TestCheckpointManagerUpdateReorg (25.6s) PASSED ingest_test.TestMemoryRoot (0.0s) PASSED ingest_test.TestCheckpointManagerResumeReorg (24.4s) PASSED ingest_test.TestLitBackendCtxMgr (25.5s) PASSED ingest_test.TestGenLightningDataDir (0.0s) PASSED ingest_test.TestAddIndexValidateRangesFailed (29.5s) PASSED ingest_test.TestAddIndexIngestGeneratedColumns (65.4s) PASSED ingest_test.TestIngestError (28.6s) PASSED ingest_test.TestAddGlobalIndexInIngestWithUpdate (30.5s) PASSED ingest_test.TestAddIndexIngestPanic (25.8s) PASSED ingest_test.TestAddIndexIngestPanic/Mock_panic_on_local_engine_writer (1.4s) PASSED ingest_test.TestAddIndexIngestPanic/Mock_panic_on_scan_record_operator (1.0s) PASSED ingest_test.TestAddIndexSetInternalSessions (24.9s) PASSED ingest_test.TestAddGlobalIndexInIngest (42.3s) PASSED ingest_test.TestAddIndexIngestCancel (24.9s) PASSED ingest_test.TestIngestPartitionRowCount (27.4s) PASSED ingest_test.TestAddIndexIngestPartitionCheckpoint (28.5s) PASSED ingest_test.TestAddIndexIngestClientError (27.6s) PASSED ingest_test.TestAddIndexCancelOnNoneState (24.5s) PASSED ingest_test.TestAddIndexIngestJobWriteConflict (28.0s) PASSED ingest_test.TestAddIndexIngestTimezone (31.5s) PASSED ingest_test.TestAddIndexIngestMultiSchemaChange (39.3s) PASSED ingest_test.TestMultiSchemaAddIndexMerge (34.5s) PASSED ingest_test.TestAddIndexDuplicateMessage (28.8s) /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_1_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_23_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_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_22_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_7_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_8_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_20_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_11_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_12_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_18_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_15_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 //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/notifier:notifier_test (cached) PASSED in 5.1s Stats over 12 runs: max = 5.1s, min = 1.7s, avg = 3.4s, dev = 0.9s PASSED notifier.TestCommitFailed (2.3s) PASSED notifier.TestHandlersSeePessimisticTxnError (2.3s) PASSED notifier.TestBeginTwice (1.4s) PASSED notifier.TestPaginatedList (3.4s) PASSED notifier.Test2OwnerForAShortTime (1.3s) PASSED notifier.TestPublishEventError (2.4s) PASSED notifier.TestPubSub (2.4s) PASSED notifier.TestDeliverOrderAndCleanup (1.6s) PASSED notifier.TestBasicPubSub (1.5s) PASSED notifier.TestPublishToTableStore (1.3s) 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/ddl/placement:placement_test (cached) PASSED in 5.5s Stats over 25 runs: max = 5.5s, min = 4.9s, avg = 5.3s, dev = 0.2s 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.TestAdd (0.0s) PASSED placement.TestNewConstraints (0.0s) PASSED placement.TestCompatibleWith (0.0s) PASSED placement.TestRestoreConstraint (0.0s) PASSED placement.TestNewConstraint (0.0s) PASSED placement.TestNewFromYaml (0.0s) PASSED placement.TestGroup (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.TestTidy (0.0s) PASSED placement.TestResetBundleWithMultiRules (0.0s) PASSED placement.TestEmpty (0.0s) PASSED placement.TestResetBundleWithSingleRule (0.0s) PASSED placement.TestNewBundleFromOptions (0.0s) PASSED placement.TestCloneBundle (0.0s) PASSED placement.TestNewBundle (0.0s) PASSED placement.TestObjectID (0.0s) PASSED placement.TestString (0.0s) PASSED placement.TestGetLeaderDCByBundle (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_18_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 /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_14_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_12_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_10_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_1_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_7_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_6_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_5_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 //pkg/ddl/schematracker:schematracker_test (cached) PASSED in 2.0s Stats over 16 runs: max = 2.0s, min = 1.5s, avg = 1.6s, dev = 0.1s PASSED schematracker.TestInfoStoreDeleteTables (0.0s) PASSED schematracker.TestNoNumLimit (0.2s) PASSED schematracker.TestCreateTableLongIndex (0.0s) PASSED schematracker.TestAlterPK (0.0s) PASSED schematracker.TestInfoStoreLowerCaseTableNames (0.0s) PASSED schematracker.TestDropColumn (0.0s) PASSED schematracker.TestFullTextIndex (0.0s) PASSED schematracker.TestIndexLength (0.0s) PASSED schematracker.TestCreateTableWithIndex (0.0s) PASSED schematracker.TestIssue5092 (0.0s) PASSED schematracker.TestBitDefaultValues (0.0s) PASSED schematracker.TestAddExpressionIndex (0.0s) PASSED schematracker.TestDropListPartition (0.0s) PASSED schematracker.TestImmutableTableInfo (0.0s) PASSED schematracker.TestAtomicMultiSchemaChange (0.0s) PASSED schematracker.TestModifyFromNullToNotNull (0.0s) /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_1_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_3_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_4_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_6_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_8_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_10_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_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_13_of_16/coverage.dat //pkg/ddl/schemaver:schemaver_test (cached) PASSED in 2.6s Stats over 5 runs: max = 2.6s, min = 1.0s, avg = 1.5s, dev = 0.6s PASSED schemaver.TestPutKVToEtcdMono (0.2s) PASSED schemaver.TestNodeVersions (0.0s) PASSED schemaver.TestDecodeJobVersionEvent (0.0s) PASSED schemaver.TestSyncerSimple (0.3s) PASSED schemaver.TestSyncJobSchemaVerLoop (1.1s) /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_1_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_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 //pkg/ddl/serverstate:serverstate_test (cached) PASSED in 1.1s PASSED serverstate_test.TestStateSyncerSimple (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/serverstate/serverstate_test/coverage.dat //pkg/ddl/session:session_test (cached) PASSED in 4.3s PASSED session_test.TestPessimisticTxn (1.3s) PASSED session_test.TestSessionPool (1.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/session/session_test/coverage.dat //pkg/ddl/systable:systable_test (cached) PASSED in 4.2s PASSED systable.TestManager (2.4s) 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/adminpause:adminpause_test (cached) PASSED in 9.7s Stats over 15 runs: max = 9.7s, min = 2.8s, avg = 6.3s, dev = 2.3s PASSED adminpause.TestPauseJobDependency (4.6s) PASSED adminpause.TestPauseResumeCancelAndRerunPartitionTableStmt (2.9s) PASSED adminpause.TestPauseResumeCancelAndRerunColumnStmt (7.6s) PASSED adminpause.TestPauseResumeCancelAndRerunIndexStmt (7.9s) PASSED adminpause.TestPauseResumeCancelAndRerunSchemaStmt (3.1s) PASSED adminpause.TestPauseCancelAndRerunSchemaStmt (2.8s) PASSED adminpause.TestPauseCancelAndRerunIndexStmt (7.8s) PASSED adminpause.TestPauseAndResumePartitionTableStmt (2.0s) PASSED adminpause.TestPauseCancelAndRerunColumnStmt (6.6s) PASSED adminpause.TestPauseCancelAndRerunPartitionTableStmt (2.7s) PASSED adminpause.TestPauseFailedOnCommit (1.2s) PASSED adminpause.TestPauseAndResumeColumnStmt (4.7s) PASSED adminpause.TestPauseOnWriteConflict (6.2s) PASSED adminpause.TestPauseAndResumeSchemaStmt (2.2s) PASSED adminpause.TestPauseAndResumeIndexStmt (5.7s) /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_11_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_2_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_3_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_6_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_5_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_8_of_15/coverage.dat //pkg/ddl/tests/fail:fail_test (cached) PASSED in 46.5s Stats over 13 runs: max = 46.5s, min = 31.7s, avg = 35.4s, dev = 4.4s PASSED fail_test.TestHalfwayCancelOperations (31.1s) PASSED fail_test.TestPartitionAddPanic (26.8s) PASSED fail_test.TestInitializeOffsetAndState (26.4s) PASSED fail_test.TestModifyColumn (38.8s) PASSED fail_test.TestUpdateHandleFailed (26.3s) PASSED fail_test.TestPartitionAddIndexGC (24.2s) PASSED fail_test.TestAddIndexFailed (34.8s) PASSED fail_test.TestRunDDLJobPanic (24.7s) PASSED fail_test.TestRunDDLJobPanicEnableFastCreateTable (24.5s) PASSED fail_test.TestFailSchemaSyncer (25.7s) PASSED fail_test.TestRunDDLJobPanicDisableClusteredIndex (24.6s) PASSED fail_test.TestGenGlobalIDFail (26.9s) PASSED fail_test.TestRunDDLJobPanicEnableClusteredIndex (24.7s) /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_13_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_12_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_11_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_10_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_5_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_6_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 //pkg/ddl/tests/fastcreatetable:fastcreatetable_test (cached) PASSED in 3.3s Stats over 3 runs: max = 3.3s, min = 3.2s, avg = 3.3s, dev = 0.1s PASSED fastcreatetable_test.TestMergedJob (1.5s) PASSED fastcreatetable_test.TestSwitchFastCreateTable (1.3s) PASSED fastcreatetable_test.TestDDL (1.4s) /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_1_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 //pkg/ddl/tests/fk:fk_test (cached) PASSED in 11.6s Stats over 17 runs: max = 11.6s, min = 3.0s, avg = 4.2s, dev = 2.1s PASSED fk_test.TestForeignKeyAndConcurrentDDL (1.7s) PASSED fk_test.TestAddForeignKeyInBigTable (9.8s) PASSED fk_test.TestRenameTablesWithForeignKey (1.3s) PASSED fk_test.TestAlterTableAddForeignKeyError (4.6s) PASSED fk_test.TestAddForeignKey (2.3s) PASSED fk_test.TestRenameColumnWithForeignKeyMetaInfo (1.5s) PASSED fk_test.TestDropIndexNeededInForeignKey (1.9s) PASSED fk_test.TestTruncateOrDropTableWithForeignKeyReferred (1.9s) PASSED fk_test.TestDropForeignKeyMetaInfo (1.5s) PASSED fk_test.TestDropChildTableForeignKeyMetaInfo (1.4s) PASSED fk_test.TestCreateTableWithForeignKeyError (3.6s) PASSED fk_test.TestRenameTableWithForeignKeyMetaInfo (1.4s) PASSED fk_test.TestAlterTableWithForeignKeyPrivilegeCheck (1.4s) PASSED fk_test.TestCreateTableWithForeignKeyPrivilegeCheck (1.4s) PASSED fk_test.TestCreateTableWithForeignKeyMetaInfo3 (1.3s) PASSED fk_test.TestCreateTableWithForeignKeyMetaInfo2 (1.3s) PASSED fk_test.TestCreateTableWithForeignKeyMetaInfo (1.3s) /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_16_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_14_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_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_10_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_8_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_6_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_4_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_2_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 //pkg/ddl/tests/indexmerge:indexmerge_test (cached) PASSED in 36.9s Stats over 23 runs: max = 36.9s, min = 32.0s, avg = 34.0s, dev = 1.2s PASSED indexmerge_test.TestAddIndexInsertAfterReorgSkipCheck (28.6s) PASSED indexmerge_test.TestAddIndexSkipReorgCheck (28.0s) PASSED indexmerge_test.TestAddUniqueIndexFalsePositiveDuplicate (26.1s) PASSED indexmerge_test.TestAddIndexUpdateUntouchedValues (24.9s) PASSED indexmerge_test.TestAddIndexMergeProcess (26.4s) PASSED indexmerge_test.TestAddPrimaryKeyMergeProcess (27.2s) PASSED indexmerge_test.TestAddIndexMergeVersionIndexValue (26.3s) PASSED indexmerge_test.TestAddIndexDuplicateAndWriteConflict (25.8s) PASSED indexmerge_test.TestAddIndexMergeIndexUntouchedValue (25.1s) PASSED indexmerge_test.TestAddIndexMultipleDelete (27.9s) PASSED indexmerge_test.TestCreateUniqueIndexKeyExist (24.4s) PASSED indexmerge_test.TestAddIndexMergeDoubleDelete (25.7s) PASSED indexmerge_test.TestAddIndexMergeIndexUpdateOnDeleteOnly (25.5s) PASSED indexmerge_test.TestAddIndexMergeDeleteUniqueOnWriteOnly (25.1s) PASSED indexmerge_test.TestAddIndexMergeDeleteNullUnique (25.7s) PASSED indexmerge_test.TestAddIndexInsertIgnoreOnBackfill (26.2s) PASSED indexmerge_test.TestAddIndexMergeConflictWithPessimistic (25.3s) PASSED indexmerge_test.TestAddIndexMergeInsertOnMerging (25.8s) PASSED indexmerge_test.TestAddIndexMergeReplaceOnMerging (26.5s) PASSED indexmerge_test.TestAddIndexMergeInsertToDeletedTempIndex (26.2s) PASSED indexmerge_test.TestAddIndexMergeReplaceDelete (25.9s) PASSED indexmerge_test.TestAddIndexMergeDeleteDifferentHandle (27.3s) PASSED indexmerge_test.TestAddIndexDecodeTempIndexCommonHandle (27.8s) /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_22_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_20_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_2_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_19_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_18_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_9_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_7_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_17_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_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 /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_14_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_16_of_23/coverage.dat //pkg/ddl/tests/metadatalock:metadatalock_test (cached) PASSED in 9.6s Stats over 37 runs: max = 9.6s, min = 2.9s, avg = 4.8s, dev = 1.3s PASSED metadatalock_test.TestMDLUpdateEtcdFail (1.4s) PASSED metadatalock_test.TestMDLBasicSelect (3.5s) PASSED metadatalock_test.TestMDLPrepareFail (1.3s) PASSED metadatalock_test.TestMDLBasicInsert (3.4s) PASSED metadatalock_test.TestMDLRenameTable (1.3s) PASSED metadatalock_test.TestMDLDatabaseDrop (1.3s) PASSED metadatalock_test.TestMDLBasicUpdate (3.2s) PASSED metadatalock_test.TestMDLDatabaseCreate (1.2s) PASSED metadatalock_test.TestMDLBasicDelete (3.4s) PASSED metadatalock_test.TestMDLTableDrop (1.3s) PASSED metadatalock_test.TestMDLBasicPointGet (3.4s) PASSED metadatalock_test.TestMDLTableCreate (1.3s) PASSED metadatalock_test.TestMDLBasicBatchPointGet (3.4s) PASSED metadatalock_test.TestMDLSavePoint (3.8s) PASSED metadatalock_test.TestMDLAddForeignKey (3.4s) PASSED metadatalock_test.TestMDLViewBaseTable (3.2s) PASSED metadatalock_test.TestMDLRRUpdateSchema (1.8s) PASSED metadatalock_test.TestMDLRCUpdateSchema (1.9s) PASSED metadatalock_test.TestMDLAutoCommitReadOnly (3.3s) PASSED metadatalock_test.TestMDLViewItself (3.4s) PASSED metadatalock_test.TestMDLAnalyze (3.5s) PASSED metadatalock_test.TestMDLAnalyzePartition (3.5s) PASSED metadatalock_test.TestSwitchMDL (1.4s) PASSED metadatalock_test.TestMDLAutoCommitNonReadOnly (3.3s) PASSED metadatalock_test.TestMDLLocalTemporaryTable (3.2s) PASSED metadatalock_test.TestMDLEnable2Disable (1.5s) PASSED metadatalock_test.TestMDLGlobalTemporaryTable (3.4s) PASSED metadatalock_test.TestMDLDisable2Enable (1.3s) PASSED metadatalock_test.TestMDLCacheTable (3.7s) PASSED metadatalock_test.TestMDLStaleRead (3.6s) PASSED metadatalock_test.TestMDLTiDBSnapshot (5.2s) PASSED metadatalock_test.TestMDLPreparePlanCacheExecuteInsert (3.8s) PASSED metadatalock_test.TestMDLPartitionTable (3.3s) PASSED metadatalock_test.TestMDLPreparePlanCacheExecute2 (4.1s) PASSED metadatalock_test.TestMDLPreparePlanBlockDDL (3.3s) PASSED metadatalock_test.TestMDLPreparePlanCacheInvalid (3.5s) PASSED metadatalock_test.TestMDLPreparePlanCacheExecute (7.6s) /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_1_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_2_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_3_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_4_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_5_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_6_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_7_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_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_10_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_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 /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_13_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_26_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_25_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_17_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_24_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_23_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_21_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 //pkg/ddl/tests/multivaluedindex:multivaluedindex_test (cached) PASSED in 3.1s PASSED multivaluedindex_test.TestCreateMultiValuedIndexHasBinaryCollation (1.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/multivaluedindex/multivaluedindex_test/coverage.dat //pkg/ddl/tests/partition:partition_test (cached) PASSED in 38.1s Stats over 50 runs: max = 38.1s, min = 3.6s, avg = 7.7s, dev = 5.6s PASSED partition_test.TestReorgPartitionConcurrent (1.3s) PASSED partition_test.TestTruncateNumberOfPhases (1.3s) PASSED partition_test.TestPartitionByNonPartitionedTable (2.6s) PASSED partition_test.TestPrimaryNoGlobalIndex (2.0s) PASSED partition_test.TestCoalesceKeyPartitionFailures (2.9s) PASSED partition_test.TestPrimaryGlobalIndex (2.3s) PASSED partition_test.TestAddHashPartitionFailures (2.6s) PASSED partition_test.TestRemovePartitioningGlobalIndex (1.3s) PASSED partition_test.TestPartitionByListFailures (2.7s) PASSED partition_test.TestReorgPartitionGlobalIndex (1.6s) PASSED partition_test.TestExchangeValidateHandleNullValue (1.4s) PASSED partition_test.TestReorganizePartitionListFailures (2.9s) PASSED partition_test.TestAlterLastIntervalPartition (1.8s) PASSED partition_test.TestPartitionByFailures (3.3s) PASSED partition_test.TestRemovePartitionFailures (2.5s) PASSED partition_test.TestRemovePartitioningAutoIDs (1.2s) PASSED partition_test.TestRemoveListColumnsPartitioning (2.0s) PASSED partition_test.TestReorgPartitionFailures (3.2s) PASSED partition_test.TestPartitionByWithPlacement (3.3s) PASSED partition_test.TestRemoveListColumnPartitioning (2.1s) PASSED partition_test.TestNonClusteredReorgUpdateHash (1.8s) PASSED partition_test.TestRemoveListPartitioning (2.0s) PASSED partition_test.TestNonClusteredReorgUpdate (2.0s) PASSED partition_test.TestRemoveKeyPartitioning (2.1s) PASSED partition_test.TestAlterModifyPartitionColTruncateWarning (0.0s) PASSED partition_test.TestNonClusteredUpdateReorgUpdate (1.6s) PASSED partition_test.TestIssue40135Ver2 (1.1s) PASSED partition_test.TestMultiSchemaReorgDeleteNonClusteredRange (1.9s) PASSED partition_test.TestBackfillConcurrentDMLRange (2.3s) PASSED partition_test.TestReorgPartitionTiFlash (1.4s) PASSED partition_test.TestAddPartitionReplicaBiggerThanTiFlashStores (11.3s) PASSED partition_test.TestBackfillConcurrentDML (1.7s) PASSED partition_test.TestMultiSchemaNewTiDBRowID (1.7s) PASSED partition_test.TestTruncatePartitionMultipleTimes (1.3s) PASSED partition_test.TestCommitWhenSchemaChange (1.2s) PASSED partition_test.TestIssue58864 (1.1s) PASSED partition_test.TestDuplicateRowsPK59680 (1.1s) PASSED partition_test.TestPartitionErrorCode (1.3s) PASSED partition_test.TestDropSchemaWithPartitionTable (16.6s) PASSED partition_test.TestDuplicateRowsNoPK (1.4s) PASSED partition_test.TestIssue58692 (1.1s) PASSED partition_test.TestPartitionAddPrimaryKeyAndAddIndex (2.9s) PASSED partition_test.TestCoalesceKeyPartitionCovering (2.1s) PASSED partition_test.TestPartitionDropPrimaryKeyAndDropIndex (1.8s) PASSED partition_test.TestAddKeyPartitionCovering (3.2s) PASSED partition_test.TestTruncatePartitionAndDropTable (32.5s) PASSED partition_test.TestAddPartitionTooManyPartitions (3.6s) PASSED partition_test.TestPartitionByKeyCovering (2.0s) PASSED partition_test.TestExchangePartitionAutoID (1.3s) PASSED partition_test.TestRePartitionByKeyCovering (3.0s) PASSED partition_test.TestCreateTableWithPartition (1.5s) PASSED partition_test.TestReorgPartitionFailConcurrent (1.5s) PASSED partition_test.TestTruncatePartitionListFailuresWithGlobalIndex (6.6s) PASSED partition_test.TestExchangePartitionHook (1.2s) PASSED partition_test.TestReorganizePartitionCovering (2.7s) PASSED partition_test.TestExchangePartitionMultiTable (1.3s) PASSED partition_test.TestRemovePartitioningCovering (2.5s) PASSED partition_test.TestCreateTableWithHashPartition (1.3s) PASSED partition_test.TestReorgPartitionFailInject (1.3s) PASSED partition_test.TestTruncatePartitionListFailures (1.2s) PASSED partition_test.TestExchangeRangeColumnsPartition (11.7s) PASSED partition_test.TestReorgPartitionRollback (2.6s) PASSED partition_test.TestSubPartitioning (1.2s) PASSED partition_test.TestAlterTableExchangePartition (2.9s) PASSED partition_test.TestCoalesceKeyPartitionNoPKCovering (2.7s) PASSED partition_test.TestCreateTableWithRangeColumnPartition (1.9s) PASSED partition_test.TestMultiSchemaReorganizePartitionIssue56819 (1.3s) PASSED partition_test.TestPartitionByColumnChecks (2.5s) PASSED partition_test.TestCreateTableWithListPartition (3.8s) PASSED partition_test.TestMultiSchemaDropRangePartition (1.2s) PASSED partition_test.TestPartitionIssue56634 (1.1s) PASSED partition_test.TestAlterTableTruncatePartitionByList (1.2s) PASSED partition_test.TestMultiSchemaDropListColumnsDefaultPartition (1.3s) PASSED partition_test.TestRemovePartitionFailuresPlacementPolicy (3.9s) PASSED partition_test.TestAddKeyPartitionNoPKCovering (2.3s) PASSED partition_test.TestGlobalIndexShowTableRegions (1.2s) PASSED partition_test.TestCreateTableWithListColumnsPartition (1.8s) PASSED partition_test.TestMultiSchemaDropListDefaultPartition (1.2s) PASSED partition_test.TestReorgPartitionFailuresPlacementPolicy (3.9s) PASSED partition_test.TestGlobalIndexLookUpInDropPartition (1.4s) PASSED partition_test.TestPartitionByKeyNoPKCovering (1.7s) PASSED partition_test.TestAlterTableTruncatePartitionByListColumns (1.2s) PASSED partition_test.TestMultiSchemaReorganizePartition (1.4s) PASSED partition_test.TestPartitionByFailuresPlacementPolicy (3.6s) PASSED partition_test.TestGlobalIndexReaderInDropPartition (1.4s) PASSED partition_test.TestRePartitionByKeyNoPKCovering (2.3s) PASSED partition_test.TestGlobalIndexInsertInTruncatePartition (1.3s) PASSED partition_test.TestReorganizePartitionNoPKCovering (2.4s) PASSED partition_test.TestAlterTableTruncatePartitionPreSplitRegion (1.3s) PASSED partition_test.TestMultiSchemaPartitionByGlobalIndex (1.4s) PASSED partition_test.TestPartitionNonPartitionedFailuresPlacementPolicy (2.9s) PASSED partition_test.TestDropPartitionWithGlobalIndex (1.2s) PASSED partition_test.TestMultiSchemaDropUniqueIndex (1.1s) PASSED partition_test.TestPartitionByFailuresAddPlacementPolicyGlobalIndex (3.2s) PASSED partition_test.TestCreateTableWithKeyPartition (1.1s) PASSED partition_test.TestMultiSchemaModifyColumn (1.1s) PASSED partition_test.TestReorganizePartitionFailuresAddPlacementPolicy (2.5s) PASSED partition_test.TestBackfillDMLClustered (10.4s) PASSED partition_test.TestGlobalIndexInsertInDropPartition (1.2s) PASSED partition_test.TestMultiSchemaReorganizePKBackfillDML (1.2s) PASSED partition_test.TestBackfillDML (10.5s) PASSED partition_test.TestDropMultiPartitionWithGlobalIndex (1.2s) PASSED partition_test.TestMultiSchemaReorganizePK (1.2s) PASSED partition_test.TestGlobalIndexReaderAndIndexLookUpInTruncatePartition (1.3s) PASSED partition_test.TestRemovePartitioningNoPKCovering (2.3s) PASSED partition_test.TestGlobalIndexUpdateInDropPartition (1.2s) PASSED partition_test.TestMultiSchemaReorganizeNoPK (1.2s) PASSED partition_test.TestMultiSchemaReorganizeNoPKBackfillDML (1.2s) PASSED partition_test.TestTruncatePartitionWithGlobalIndex (1.2s) PASSED partition_test.TestGlobalIndexUpdateInTruncatePartition4Hash (1.3s) PASSED partition_test.TestMultiSchemaTruncatePartitionWithPKGlobal (1.2s) PASSED partition_test.TestGlobalIndexUpdateInTruncatePartition (1.3s) PASSED partition_test.TestMultiSchemaTruncatePartitionWithGlobalIndex (1.2s) /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_34_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_31_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_28_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_26_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_25_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_2_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_23_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_5_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_22_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_21_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_20_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_9_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_10_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_12_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_14_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_17_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 //pkg/ddl/tests/serial:serial_test (cached) PASSED in 5.9s Stats over 19 runs: max = 5.9s, min = 2.7s, avg = 3.4s, dev = 0.8s PASSED serial_test.TestGetReverseKey (1.4s) PASSED serial_test.TestCheckEnumLength (1.4s) PASSED serial_test.TestIssue23872 (1.3s) PASSED serial_test.TestCreateTableNoBlock (1.2s) PASSED serial_test.TestForbidUnsupportedCollations (1.3s) PASSED serial_test.TestChangeMaxIndexLength (1.3s) PASSED serial_test.TestCreateTableWithLike (1.8s) PASSED serial_test.TestAutoRandomWithPreSplitRegion (1.3s) PASSED serial_test.TestCreateTableWithLikeAtTemporaryMode (2.6s) PASSED serial_test.TestAutoRandom (3.1s) PASSED serial_test.TestCancelAddIndexPanic (1.4s) PASSED serial_test.TestTableLocksDisable (1.2s) PASSED serial_test.TestCanceledJobTakeTime (1.2s) PASSED serial_test.TestRecoverTableWithTTL (1.6s) PASSED serial_test.TestTruncateTableUpdateSchemaVersionErr (4.3s) PASSED serial_test.TestRecoverTableByJobID (1.5s) PASSED serial_test.TestCancelJobByErrorCountLimit (1.3s) PASSED serial_test.TestRecoverTableByJobIDFail (1.4s) PASSED serial_test.TestRecoverTableByTableNameFail (1.5s) /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_1_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_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_15_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_14_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_13_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_11_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_10_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 //pkg/ddl/tests/tiflash:tiflash_test (cached) PASSED in 29.4s Stats over 32 runs: max = 29.4s, min = 2.2s, avg = 11.7s, dev = 7.4s PASSED tiflash_test.TestTiFlashReorgPartition (15.0s) PASSED tiflash_test.TestTiFlashAvailableAfterDownOneStore (7.4s) PASSED tiflash_test.TestTiFlashAvailableAfterAddPartition (15.4s) PASSED tiflash_test.TestTiFlashPartitionNotAvailable (19.2s) PASSED tiflash_test.TestTiFlashAvailableAfterResetReplica (7.4s) PASSED tiflash_test.TestTiFlashProgressAvailableList (25.6s) PASSED tiflash_test.TestTiFlashProgressCache (13.3s) PASSED tiflash_test.TestTiFlashProgressAfterAvailableForPartitionTable (19.3s) PASSED tiflash_test.TestTiFlashProgressAfterAvailable (19.3s) PASSED tiflash_test.TestTiFlashFailureProgressAfterAvailable (8.3s) PASSED tiflash_test.TestTiFlashGroupIndexWhenStartup (2.4s) PASSED tiflash_test.TestTiFlashProgressForPartitionTable (3.7s) PASSED tiflash_test.TestTiFlashProgress (1.5s) PASSED tiflash_test.TestTiFlashBatchUnsupported (1.3s) PASSED tiflash_test.TestTiFlashBatchKill (1.8s) PASSED tiflash_test.TestTiFlashBatchRateLimiter (6.2s) PASSED tiflash_test.TestAlterDatabaseBasic (5.7s) PASSED tiflash_test.TestTiFlashBackoff (9.5s) PASSED tiflash_test.TestTiFlashBackoffer (0.0s) PASSED tiflash_test.TestSetPlacementRuleFail (1.5s) PASSED tiflash_test.TestSetPlacementRuleWithGCWorker (4.4s) PASSED tiflash_test.TestTiFlashNoRedundantPDRules (27.5s) PASSED tiflash_test.TestSetPlacementRuleNormal (1.4s) PASSED tiflash_test.TestTiFlashReplicaPartitionTableNormal (7.3s) PASSED tiflash_test.TestTiFlashMassiveReplicaAvailable (14.7s) PASSED tiflash_test.TestTiFlashReplicaPartitionTableBlock (7.4s) PASSED tiflash_test.TestTiFlashTruncateTable (11.5s) PASSED tiflash_test.TestTiFlashFlashbackCluster (3.5s) PASSED tiflash_test.TestTiFlashReplicaAvailable (18.5s) PASSED tiflash_test.TestTiFlashDropPartition (19.1s) PASSED tiflash_test.TestTiFlashTruncatePartition (7.4s) PASSED tiflash_test.TestTiFlashFailTruncatePartition (7.1s) /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_30_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_28_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_26_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 /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_22_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_20_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_18_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_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_14_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_12_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_11_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_10_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_9_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_4_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_5_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 //pkg/ddl/util:util_test (cached) PASSED in 1.1s 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:distsql_test (cached) PASSED in 5.6s Stats over 29 runs: max = 5.6s, min = 5.0s, avg = 5.2s, dev = 0.1s PASSED distsql.TestUpdateCopRuntimeStats (0.0s) PASSED distsql.TestRequestBuilderHandle (0.0s) PASSED distsql.TestBenchDaily (0.0s) PASSED distsql.TestBuildTableRangeCommonHandle (0.0s) PASSED distsql.TestSelectNormal (0.0s) PASSED distsql.TestBuildTableRangeIntHandle (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.TestChecksum (0.0s) PASSED distsql.TestTableRangesToKVRangesWithFbs (0.0s) PASSED distsql.TestTableHandlesToKVRanges (0.0s) PASSED distsql.TestTablePartitionHandlesToKVRanges (0.0s) PASSED distsql.TestTableRangesToKVRanges (0.0s) PASSED distsql.TestRequestBuilderMaxExecutionTime (0.0s) PASSED distsql.TestIndexRangesToKVRanges (0.0s) PASSED distsql.TestRequestBuilder1 (0.0s) PASSED distsql.TestRequestBuilder2 (0.0s) PASSED distsql.TestRequestBuilderTiKVClientReadTimeout (0.0s) PASSED distsql.TestRequestBuilder3 (0.0s) PASSED distsql.TestRequestBuilder5 (0.0s) PASSED distsql.TestRequestBuilder4 (0.0s) PASSED distsql.TestRequestBuilder8 (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.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_1_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_2_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_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_8_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_9_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_22_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_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_21_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_17_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_20_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_18_of_29/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/example:example_test (cached) PASSED in 6.4s PASSED example.TestExampleApplication (4.8s) /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 (cached) PASSED in 4.4s PASSED handle_test.TestHandle (2.5s) 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/integrationtests:integrationtests_test (cached) PASSED in 33.9s Stats over 22 runs: max = 33.9s, min = 2.9s, avg = 7.7s, dev = 7.3s PASSED integrationtests_test.TestResourceControl (22.6s) PASSED integrationtests_test.TestResourceControl/fully-utilized (1.8s) PASSED integrationtests_test.TestResourceControl/fully-utilized-after-scale-out (4.8s) PASSED integrationtests_test.TestResourceControl/high-rank-task-executor-release-resource (2.4s) PASSED integrationtests_test.TestResourceControl/high-rank-task-preempt-resource (3.7s) PASSED integrationtests_test.TestResourceControl/low-rank-task-can-run-when-middle-rank-task-waiting-resource (4.5s) PASSED integrationtests_test.TestResourceControl/scale-in (5.4s) PASSED integrationtests_test.TestModifyTaskConcurrency (7.6s) 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.6s) PASSED integrationtests_test.TestModifyTaskConcurrency/modify_running_task_concurrency_at_step_two (0.7s) PASSED integrationtests_test.TestTaskCancelledBeforeUpdateTask (1.8s) PASSED integrationtests_test.TestFrameworkCleanUpRoutine (2.4s) PASSED integrationtests_test.TestFrameworkRunSubtaskCancelOrFailed (2.4s) 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.TestOnTaskError (3.9s) PASSED integrationtests_test.TestOnTaskError/non_retryable_error_on_OnNextSubtasksBatch (0.9s) PASSED integrationtests_test.TestOnTaskError/retryable_error_on_OnNextSubtasksBatch (0.6s) PASSED integrationtests_test.TestOnTaskError/task_enter_awaiting-resolution_state_if_ManualRecovery_set,_cancel_also_works (0.6s) PASSED integrationtests_test.TestOnTaskError/task_enter_awaiting-resolution_state_if_ManualRecovery_set,_success_after_manual_recover (0.6s) PASSED integrationtests_test.TestHANodeRandomShutdown (4.7s) PASSED integrationtests_test.TestGC (3.9s) PASSED integrationtests_test.TestHARandomShutdownInDifferentStep (7.7s) PASSED integrationtests_test.TestOwnerChangeWhenSchedule (2.9s) PASSED integrationtests_test.TestHAMultipleOwner (1.8s) PASSED integrationtests_test.TestFrameworkSubTaskInitEnvFailed (1.9s) PASSED integrationtests_test.TestFrameworkPauseAndResume (2.9s) PASSED integrationtests_test.TestFrameworkRollback (1.7s) PASSED integrationtests_test.TestFrameworkCancelTask (1.9s) PASSED integrationtests_test.TestScopeBasic (8.7s) PASSED integrationtests_test.TestFrameworkWithQuery (2.0s) PASSED integrationtests_test.TestSetScope (1.1s) PASSED integrationtests_test.TestTiDBMaxDistTaskNodesSettings (1.3s) PASSED integrationtests_test.TestTargetScope (31.9s) 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) PASSED integrationtests_test.TestFrameworkScaleInAndOut (6.3s) PASSED integrationtests_test.TestRandomOwnerChangeWithMultipleTasks (5.5s) /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_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_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_1_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_17_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_16_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_15_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_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_7_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_8_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 /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 //pkg/disttask/framework/planner:planner_test (cached) PASSED in 2.9s PASSED planner_test.TestPhysicalPlan (0.0s) PASSED planner_test.TestPlanner (1.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/planner/planner_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/framework/scheduler:scheduler_test (cached) PASSED in 5.1s Stats over 34 runs: max = 5.1s, min = 1.5s, avg = 2.7s, dev = 1.2s PASSED scheduler.TestSlotManagerUpdateCapacity (0.0s) PASSED scheduler.TestBalanceOneTask (0.0s) PASSED scheduler.TestBalanceOneTask/case_0 (0.0s) PASSED scheduler.TestBalanceOneTask/case_1 (0.0s) PASSED scheduler.TestBalanceOneTask/case_10 (0.0s) PASSED scheduler.TestBalanceOneTask/case_11 (0.0s) PASSED scheduler.TestBalanceOneTask/case_12 (0.0s) PASSED scheduler.TestBalanceOneTask/case_2 (0.0s) PASSED scheduler.TestBalanceOneTask/case_3 (0.0s) PASSED scheduler.TestBalanceOneTask/case_4 (0.0s) PASSED scheduler.TestBalanceOneTask/case_5 (0.0s) PASSED scheduler.TestBalanceOneTask/case_6 (0.0s) PASSED scheduler.TestBalanceOneTask/case_7 (0.0s) PASSED scheduler.TestBalanceOneTask/case_8 (0.0s) PASSED scheduler.TestBalanceOneTask/case_9 (0.0s) PASSED scheduler.TestBalanceOneTask/scheduler_err_or_no_instance (0.0s) PASSED scheduler.TestBalanceOneTask/task_mgr_failed (0.0s) PASSED scheduler.TestSchedulerAdjustEligibleNodes (0.0s) PASSED scheduler.TestBalanceMultipleTasks (0.0s) PASSED scheduler.TestSlotManagerUpdate (0.0s) PASSED scheduler.TestBalancerUpdateUsedNodes (0.0s) PASSED scheduler.TestSlotManagerReserve (0.0s) PASSED scheduler.TestMaintainLiveNodes (0.0s) PASSED scheduler.TestManagerScheduleLoop (3.1s) PASSED scheduler.TestMaintainManagedNodes (0.0s) PASSED scheduler.TestIsCancelledErr (0.0s) PASSED scheduler.TestFilterByScope (0.0s) PASSED scheduler.TestFilterByScope/case-0 (0.0s) PASSED scheduler.TestFilterByScope/case-1 (0.0s) PASSED scheduler.TestFilterByScope/case-2 (0.0s) PASSED scheduler.TestFilterByScope/case-3 (0.0s) PASSED scheduler.TestFilterByScope/case-4 (0.0s) PASSED scheduler.TestFilterByScope/case-5 (0.0s) PASSED scheduler.TestFilterByScope/case-6 (0.0s) PASSED scheduler.TestFilterByScope/case-7 (0.0s) PASSED scheduler.TestFilterByScope/case-8 (0.0s) PASSED scheduler.TestManagerSchedulersOrdered (0.0s) PASSED scheduler.TestVerifyTaskStateTransform (0.0s) PASSED scheduler.TestSchedulerCleanupTask (0.0s) PASSED scheduler.TestParallelPause (2.3s) PASSED scheduler.TestPause (2.5s) PASSED scheduler.TestManagerSchedulerNotAllocateSlots (0.1s) PASSED scheduler.TestParallelSubtaskCancel (2.2s) PASSED scheduler.TestCleanUpRoutine (2.3s) PASSED scheduler.TestParallelCancel (2.2s) PASSED scheduler.TestSchedulerOnNextStage (0.0s) PASSED scheduler.TestGetEligibleNodes (0.0s) PASSED scheduler.TestParallelErrStage (2.1s) PASSED scheduler.TestSchedulerIsStepSucceed (0.0s) PASSED scheduler.TestSchedulerNotAllocateSlots (0.3s) PASSED scheduler.TestSchedulerRefreshTask (0.0s) PASSED scheduler.TestParallel (2.1s) 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.TestSimple (2.0s) PASSED scheduler.TestTaskFailInManager (2.3s) PASSED scheduler.TestSimpleErrStage (2.0s) PASSED scheduler.TestSimpleSubtaskCancel (2.4s) PASSED scheduler.TestSimpleCancel (2.3s) /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_1_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_2_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_3_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_4_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_5_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_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_28_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_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_9_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_10_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_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 /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_13_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_15_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_16_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_17_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_21_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 //pkg/disttask/framework/taskexecutor:taskexecutor_test (cached) PASSED in 7.7s Stats over 14 runs: max = 7.7s, min = 1.6s, avg = 3.0s, dev = 2.0s PASSED taskexecutor.TestTaskExecutorBasic (3.1s) 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/disttask/importinto:importinto_test (cached) PASSED in 31.7s Stats over 18 runs: max = 31.7s, min = 7.3s, avg = 12.9s, dev = 9.8s PASSED importinto.TestChunkConvert (0.0s) PASSED importinto.TestEncodeAndSortOperator (0.6s) PASSED importinto.TestPostProcessStepExecutor (24.3s) PASSED importinto.TestGetWriterMemorySizeLimit (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int,_b_int,_c_int,_primary_key(a,b,c)_clustered,_key(b,c),_unique(b),_unique(c),_key(a,b)) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int,_b_int,_c_int,_primary_key(a,b,c)_nonclustered,_key(b,c),_unique(b),_unique(c),_key(a,b)) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int_primary_key_clustered) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int_primary_key_clustered,_b_int,_c_int,_key(b,c),_unique(b),_unique(c),_key(a,b)) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int_primary_key_clustered,_b_int,_key(b)) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int_primary_key_clustered,_b_int,_key(b),_key(a,b)) (0.0s) PASSED importinto.TestGetWriterMemorySizeLimit/create_table_t_(a_int_primary_key_nonclustered) (0.0s) PASSED importinto.TestImportTaskExecutor (0.0s) PASSED importinto.TestGetKVGroupBlockSize (0.0s) PASSED importinto.TestSchedulerExtGlobalSort (23.6s) PASSED importinto.TestGetAdjustedIndexBlockSize (0.0s) PASSED importinto.TestSchedulerExtLocalSort (23.9s) PASSED importinto.TestGetTaskImportedRows (23.5s) PASSED importinto.TestMetricManager (0.0s) PASSED importinto.TestToPhysicalPlan (0.0s) PASSED importinto.TestIsImporting2TiKV (0.0s) PASSED importinto.TestLogicalPlan (0.0s) PASSED importinto.TestGenerateMergeSortSpecs (0.0s) PASSED importinto.TestImportInto (0.0s) PASSED importinto.TestImportInto/TestGetNextStep (0.0s) PASSED importinto.TestImportInto/TestGetStepOfEncode (0.0s) PASSED importinto.TestImportInto/TestIsRetryable (0.0s) PASSED importinto.TestImportInto/TestSchedulerGetEligibleInstances (0.0s) PASSED importinto.TestImportInto/TestSchedulerInit (0.0s) PASSED importinto.TestImportInto/TestUpdateCurrentTask (0.0s) PASSED importinto.TestGetSortedKVMetas (0.0s) PASSED importinto.TestSplitForOneSubtask (0.7s) /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_17_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_16_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_15_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_14_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_8_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 /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_9_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_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 //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:domain_test (cached) PASSED in 19.1s Stats over 30 runs: max = 19.1s, min = 1.7s, avg = 3.3s, dev = 3.1s PASSED domain.TestQueue (0.0s) PASSED domain.TestDomainSession (1.3s) PASSED domain.TestNormalSessionPool (1.4s) PASSED domain.TestAbnormalSessionPool (1.4s) PASSED domain.TestTetchAllSchemasWithTables (1.6s) PASSED domain.TestRemoveExpired (0.0s) PASSED domain.TestFetchAllSchemasWithTablesWithFailpoint (17.0s) PASSED domain.TestInfo (0.0s) PASSED domain.TestStatWorkRecoverFromPanic (0.0s) PASSED domain.TestPush (0.0s) PASSED domain.TestClosestReplicaReadChecker (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.TestIsAnalyzeTableSQL (0.0s) PASSED domain.TestDeferFn (0.3s) PASSED domain.TestErrorCode (0.0s) PASSED domain.TestServerIDConstant (0.0s) PASSED domain.TestSchemaCheckerSimple (0.0s) PASSED domain.TestDomainCtx (0.0s) PASSED domain.TestExtractPlanWithoutHistoryView (1.2s) PASSED domain.TestExtractWithoutStmtSummaryPersistedEnabled (1.1s) PASSED domain.TestExtractHandlePlanTask (3.2s) PASSED domain.TestGetLastExpectedTime (0.0s) PASSED domain.TestPlanReplayerHandleCollectTask (1.2s) PASSED domain.TestPlanReplayerHandleDumpTask (1.3s) PASSED domain.TestPlanReplayerGC (1.2s) PASSED domain.TestInsertPlanReplayerStatus (1.6s) PASSED domain.TestWriteRUStatistics (4.6s) PASSED domain.TestPlanReplayerDifferentGC (0.0s) PASSED domain.TestDumpGCFileParseTime (0.0s) PASSED domain.TestSendTask (0.0s) /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_1_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_3_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_29_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_6_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_28_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_27_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_10_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_12_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_13_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_15_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_25_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_18_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_20_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_21_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_23_of_30/coverage.dat //pkg/domain/globalconfigsync:globalconfigsync_test (cached) PASSED in 3.2s PASSED globalconfigsync_test.TestGlobalConfigSyncer (0.0s) PASSED globalconfigsync_test.TestStoreGlobalConfig (1.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/domain/globalconfigsync/globalconfigsync_test/coverage.dat //pkg/domain/infosync:infosync_test (cached) PASSED in 1.1s Stats over 4 runs: max = 1.1s, min = 1.1s, avg = 1.1s, dev = 0.0s 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:executor_test (cached) PASSED in 48.5s Stats over 50 runs: max = 48.5s, min = 8.2s, avg = 17.4s, dev = 9.2s PASSED executor.TestExplainFormatInCtx (1.5s) PASSED executor.TestGetLackHandles (0.0s) PASSED executor.TestGlobalTemporaryTableNoNetworkWithCreateAndTruncate (3.3s) PASSED executor.TestIssue58870 (1.3s) PASSED executor.TestPointGetwithRangeAndListPartitionTable (1.8s) PASSED executor.TestShowPlacementForTableAndPartition (1.9s) PASSED executor.TestTiFlashSystemTableWithTiFlashV640 (1.4s) PASSED executor.TestCopClientSend (0.0s) PASSED executor.TestExecuteWithWrongType (1.1s) PASSED executor.TestExplainJSON (1.3s) PASSED executor.TestNormalGlobalTemporaryTableNoNetwork (2.9s) PASSED executor.TestParallelApplyCorrectness (1.2s) PASSED executor.TestShowPlacementForDB (1.2s) PASSED executor.TestTiFlashSystemTableWithTiFlashV630 (1.2s) PASSED executor.TestApplyGoroutinePanic (1.6s) PASSED executor.TestDetachExecutor (0.0s) PASSED executor.TestIndexReaderRequiredRows (0.0s) PASSED executor.TestPrepareProtocolWorkWithForeignKey (1.4s) PASSED executor.TestShowPlacementPrivilege (1.9s) PASSED executor.TestTiFlashSystemTableWithTiFlashV620 (1.4s) PASSED executor.TestTotalTimeCases (2.4s) PASSED executor.TestApplyCacheRatio (1.4s) PASSED executor.TestDetachProjection (9.7s) PASSED executor.TestForServersInfo (1.3s) PASSED executor.TestIssue35911 (1.4s) PASSED executor.TestPrepareWorkWithForeignKey (1.4s) PASSED executor.TestShowPlacement (1.7s) PASSED executor.TestTableReaderRequiredRows (0.0s) PASSED executor.TestApplyConcurrency (1.5s) PASSED executor.TestDetachSelection (9.2s) PASSED executor.TestForAnalyzeStatus (1.5s) PASSED executor.TestIssue35296AndIssue43024 (1.4s) PASSED executor.TestMaxPreparedStmtCount (1.4s) PASSED executor.TestShowPlacementLabelsBuilder (0.0s) PASSED executor.TestStmtSummaryRetriverV2_TableStatementsSummaryHistory (0.0s) PASSED executor.TestApplyWithOtherOperators (2.2s) PASSED executor.TestDetachIndexReaderAndIndexLookUp (8.9s) PASSED executor.TestExplainAnalyzeCTEMemoryAndDiskInfo (7.9s) PASSED executor.TestPartitionsTable (2.1s) PASSED executor.TestPreparePC4Binding (1.4s) PASSED executor.TestShowCommentsFromSubJob (0.0s) PASSED executor.TestStmtSummaryRetriverV2_TableStatementsSummaryEvicted (0.0s) PASSED executor.TestCheckActRowsWithUnistore (1.4s) PASSED executor.TestDataForTableStatsField (1.8s) PASSED executor.TestDetachWithParam (8.4s) PASSED executor.TestMultipleApply (1.7s) PASSED executor.TestPrepareStmtAfterIsolationReadChange (1.5s) PASSED executor.TestShowCommentsFromJob (0.0s) PASSED executor.TestStmtSummaryRetriverV2_TableStatementsSummary (0.0s) PASSED executor.TestAfterDetachSessionCanExecute (8.2s) PASSED executor.TestApplyMultiColumnType (2.4s) PASSED executor.TestClusterIndexSplitTable (0.0s) PASSED executor.TestDivPrecisionIncrement (1.3s) PASSED executor.TestExplainAnalyzeExecutionInfo (2.1s) PASSED executor.TestPreparePlanCache4DifferentSystemVars (1.6s) PASSED executor.TestUserPrivileges (1.8s) PASSED executor.TestApplyColumnType (2.1s) PASSED executor.TestDetachAllContexts (1.2s) PASSED executor.TestInspectionTables (1.3s) PASSED executor.TestMemoryAndDiskUsageAfterClose (1.4s) PASSED executor.TestPreparePlanCache4Function (1.4s) PASSED executor.TestSetTopSQLVariables (1.5s) PASSED executor.TestStepShouldLargeThanMinStep (0.0s) PASSED executor.TestDeleteIgnoreWithFK (1.3s) PASSED executor.TestExplainAnalyzeMemory (1.3s) PASSED executor.TestParallelApplyPlan (1.5s) PASSED executor.TestParameterPushDown (1.3s) PASSED executor.TestSetClusterConfigJSONData (0.0s) PASSED executor.TestSetDataFromKeywords (0.0s) PASSED executor.TestSplitTable (0.0s) PASSED executor.TestDeleteLockKey (1.3s) PASSED executor.TestIssue29101 (1.4s) PASSED executor.TestMergeJoinRequiredRows (0.3s) PASSED executor.TestSetClusterConfig (1.7s) PASSED executor.TestSetDataFromTiDBCheckConstraints (0.0s) PASSED executor.TestSplitIndex (0.0s) PASSED executor.TestStmtLabel (1.4s) PASSED executor.TestEnableNoopFunctionsVar (1.3s) PASSED executor.TestIntegrationCopCache (1.2s) PASSED executor.TestIssue54324 (0.0s) PASSED executor.TestPlanCacheOperators (2.2s) PASSED executor.TestSetDataFromCheckConstraints (0.0s) PASSED executor.TestStreamAggRequiredRows (0.0s) PASSED executor.TestTiDBClusterLogError (1.3s) PASSED executor.TestCancelParseSlowLog (1.0s) PASSED executor.TestCompactTableWithTiFlashDownAndRestore (4.3s) PASSED executor.TestIssue42619 (1.4s) PASSED executor.TestPlanCacheWithDifferentVariableTypes (1.6s) PASSED executor.TestProjectionParallelRequiredRows (0.0s) PASSED executor.TestSetConcurrency (1.3s) PASSED executor.TestTiDBClusterLog (1.3s) PASSED executor.TestBatchLogForReversedScan (0.1s) PASSED executor.TestCompactTableWithSpecifiedHashPartitionAndOnePartitionFailed (1.3s) PASSED executor.TestPlanCacheClusterIndex (1.8s) PASSED executor.TestProjectionUnparallelRequiredRows (0.0s) PASSED executor.TestTableStorageStats (1.5s) PASSED executor.TestTiDBClusterConfig (1.4s) PASSED executor.TestValidateSetVar (1.4s) PASSED executor.TestCompactTableWithSpecifiedRangePartition (1.4s) PASSED executor.TestMetricTableData (1.2s) PASSED executor.TestPreparePlanCache4Blacklist (1.5s) PASSED executor.TestSelectionRequiredRows (0.0s) PASSED executor.TestSetCollationAndCharset (1.2s) PASSED executor.TestSplitbyColon (0.0s) PASSED executor.TestTikvRegionStatus (1.8s) PASSED executor.TestCompactTableWithTiFlashDown (7.7s) PASSED executor.TestIssue28064 (1.3s) PASSED executor.TestJoinExec (0.3s) PASSED executor.TestSetVar (2.2s) PASSED executor.TestSlowQueryRetriever (0.4s) PASSED executor.TestTiDBClusterInfo (1.2s) PASSED executor.TestTopNRequiredRows (0.0s) PASSED executor.TestBatchInsertWithOnDuplicate (1.4s) PASSED executor.TestCompactTableWithHashPartitionAndOnePartitionFailed (1.3s) PASSED executor.TestFixParseSlowLogFile (0.0s) PASSED executor.TestHashJoinV2UnderApply (1.8s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_ (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_ALLOW_INVALID_DATES (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_IGNORE_SPACE (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_NO_ZERO_DATE (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_NO_ZERO_DATE,STRICT_ALL_TABLES (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_NO_ZERO_IN_DATE (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_NO_ZERO_IN_DATE,NO_ZERO_DATE,STRICT_ALL_TABLES (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_NO_ZERO_IN_DATE,STRICT_ALL_TABLES (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_STRICT_ALL_TABLES (0.0s) PASSED executor.TestImportIntoShouldHaveSameFlagsAsInsert/mode_STRICT_TRANS_TABLES (0.0s) PASSED executor.TestIssue29850 (1.3s) PASSED executor.TestSkipEmptyIPNodesForTiDBTypeCoprocessor (1.3s) PASSED executor.TestSortRequiredRows (0.0s) PASSED executor.TestCompactTableWithRangePartition (1.4s) 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.TestInspectionSummary (1.4s) PASSED executor.TestLimitRequiredRows (0.0s) PASSED executor.TestPreparedNullParam (1.4s) PASSED executor.TestSlowLogParseTime (0.0s) PASSED executor.TestVarSampAsAWindowFunction (1.2s) PASSED executor.TestYearType (1.3s) PASSED executor.TestCompactTableMultipleTiFlashWithError (2.4s) PASSED executor.TestErrLevelsForResetStmtContext (0.0s) PASSED executor.TestEscapeType (1.2s) PASSED executor.TestIssue45964And46050 (1.3s) PASSED executor.TestParseSlowLogFileSerial (0.0s) PASSED executor.TestSecurityEnhancedMode (1.4s) PASSED executor.TestValidInspectionSummaryRules (0.0s) PASSED executor.TestWithTiDBSnapshot (1.6s) PASSED executor.TestCompactTableMultipleTiFlash (1.3s) PASSED executor.TestConfigCheckOfStorageBlockCacheSize (1.3s) PASSED executor.TestDumpReal (0.0s) PASSED executor.TestFilterTemporaryTableKeys (0.0s) PASSED executor.TestParseSlowLogFile (0.2s) PASSED executor.TestPointGetLockExistKey (6.6s) PASSED executor.TestSlidingWindowFunctions (2.5s) PASSED executor.TestTiDBHotRegionsHistoryError (1.3s) PASSED executor.TestAggPartialResultMapperB (2.6s) PASSED executor.TestCompactTableNoRemainingMultipleTiFlash (1.4s) PASSED executor.TestDeliminators (1.4s) PASSED executor.TestNodeLoadInspection (1.4s) PASSED executor.TestParseSlowLogPanic (0.0s) PASSED executor.TestPartitionMemCacheReadLock (1.7s) PASSED executor.TestTiDBHotRegionsHistory (1.9s) PASSED executor.TestWindowFunctionsDataReference (1.3s) PASSED executor.TestCompactTableErrorInHalfway (1.2s) PASSED executor.TestCriticalErrorInspection (1.3s) PASSED executor.TestDumpHistoricalStatsMetaForMultiTables (1.4s) PASSED executor.TestMemCacheReadLock (2.1s) PASSED executor.TestSelectIntoOutfileConstant (1.4s) PASSED executor.TestSlowQueryRuntimeStats (0.0s) PASSED executor.TestWarningsInSlowQuery (1.6s) PASSED executor.TestWindowFunctions (2.7s) PASSED executor.TestBuildKvRangesForIndexJoinWithoutCwcAndWithMemoryTracker (0.0s) PASSED executor.TestCompactTableHasRemaining (1.2s) PASSED executor.TestDumpHistoricalStatsFallback (1.3s) PASSED executor.TestEncodedPassword (0.0s) PASSED executor.TestIssue37066 (1.3s) PASSED executor.TestReturnValues (1.3s) PASSED executor.TestSelectIntoOutfileFromTable (1.3s) PASSED executor.TestThresholdCheckInspection3 (1.2s) PASSED executor.TestBuildKvRangesForIndexJoinWithoutCwc (0.0s) PASSED executor.TestCompactTableNoRemaining (1.5s) PASSED executor.TestDumpHistoricalStatsByTable (3.5s) PASSED executor.TestSelectCheckVisibility (1.2s) PASSED executor.TestSelectIntoOutfileTypes (1.5s) PASSED executor.TestSlowQuery (1.2s) PASSED executor.TestThresholdCheckInspection2 (1.2s) 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.TestBuildProjectionForIndexJoinPanic (1.3s) PASSED executor.TestCompactTableInternalError (1.3s) PASSED executor.TestEncodePasswordWithPlugin (0.0s) PASSED executor.TestMoveInfoSchemaToFront (0.0s) PASSED executor.TestPartitionTableHistoricalStats (1.4s) PASSED executor.TestSelectIntoOutfilePointGet (1.2s) PASSED executor.TestSlowQuerySessionAlias (1.2s) PASSED executor.TestThresholdCheckInspection (1.3s) PASSED executor.TestCompactTableInProgress (1.4s) PASSED executor.TestEqualDatumsAsBinary (0.0s) PASSED executor.TestGCOutdatedHistoryStats (3.3s) PASSED executor.TestHandleForeignKeyCascadePanic (1.4s) PASSED executor.TestInspectionResult (1.2s) PASSED executor.TestLogSlowLogIndex (1.2s) PASSED executor.TestNestedLoopApply (0.0s) PASSED executor.TestSelectIntoFileExists (1.2s) PASSED executor.TestAssertHistoricalStatsAfterAlterTable (2.4s) PASSED executor.TestBatchRetrieverHelper (0.0s) PASSED executor.TestCompactTableTooBusy (1.3s) PASSED executor.TestGlobalIndexWithSelectLock (1.5s) PASSED executor.TestInsertLargeRow (1.3s) PASSED executor.TestKeyspaceSample (2.7s) PASSED executor.TestShuffleExit (1.5s) PASSED executor.TestSlowQueryMisc (2.5s) PASSED executor.TestExplainImportFromSelect (1.1s) PASSED executor.TestFormatSQL (0.0s) PASSED executor.TestGlobalTemporaryTableNoNetworkWithCreateAndThenCreateNormalTable (1.4s) PASSED executor.TestInconsistentIndex (1.1s) PASSED executor.TestIssue57528 (1.2s) PASSED executor.TestPartitionInfoDisable (1.1s) PASSED executor.TestShowPlacementForDBPrivilege (1.8s) PASSED executor.TestTablesTable (1.2s) PASSED executor.TestGCHistoryStatsAfterDropTable (1.3s) PASSED executor.TestGetMvccByEncodedKeyRegionError (1.2s) PASSED executor.TestInsertNullInNonStrictMode (1.3s) PASSED executor.TestIssue31024 (1.4s) PASSED executor.TestMaxChunkSize (1.3s) PASSED executor.TestSQLDigestTextRetriever (1.4s) PASSED executor.TestSlowQueryNonPrepared (1.3s) PASSED executor.TestUpdateWithOnUpdateAndAutoGenerated (1.3s) PASSED executor.TestColumnTable (1.6s) PASSED executor.TestContextCancelWhenReadFromCopIterator (1.5s) PASSED executor.TestExplainAnalyzeInvokeNextAndClose (0.0s) PASSED executor.TestLocalTemporaryTableNoNetworkWithCreateOutsideTxn (1.3s) PASSED executor.TestOrderByAndLimit (18.2s) PASSED executor.TestPartitionTableRandomlyIndexLookUpReader (2.8s) PASSED executor.TestRecoverTable (2.2s) PASSED executor.TestShowPlacementForTableAndPartitionPrivilege (1.9s) PASSED executor.TestIssue20236 (1.4s) PASSED executor.TestLeftJoinForUpdate (1.6s) PASSED executor.TestMySQLInsertID (1.5s) PASSED executor.TestRecordHistoryStatsMetaAfterAnalyze (1.4s) PASSED executor.TestSlowQuerySensitiveQuery (1.4s) PASSED executor.TestTableSamplePlan (1.2s) PASSED executor.TestTiKVClientReadTimeout (1.3s) PASSED executor.TestUpdateRowRetryAndThenDupKey (1.4s) PASSED executor.TestAnalyzeIndexExtractTopN (1.5s) PASSED executor.TestBatchGetandPointGetwithHashPartition (1.6s) PASSED executor.TestExplainFor (1.5s) PASSED executor.TestFlashbackTable (2.0s) PASSED executor.TestIndexLookUpStats (0.0s) PASSED executor.TestIndexUsageTable (1.5s) PASSED executor.TestLocalTemporaryTableNoNetworkWithInsideTxn (1.2s) PASSED executor.TestShowPlacementHandleRegionStatus (1.2s) PASSED executor.TestClusterTableSlowQuery (1.5s) PASSED executor.TestDeadlocksTable (1.2s) PASSED executor.TestInsertLockUnchangedKeys (1.9s) PASSED executor.TestInsertLockUnchangedKeys/insert-ignore-pk-false (0.1s) PASSED executor.TestInsertLockUnchangedKeys/insert-ignore-uk-false (0.1s) PASSED executor.TestInsertLockUnchangedKeys/insert-update-pk-false (0.3s) PASSED executor.TestInsertLockUnchangedKeys/insert-update-uk-false (0.1s) PASSED executor.TestInsertLockUnchangedKeys/replace-pk-false (0.2s) PASSED executor.TestInsertLockUnchangedKeys/replace-uk-false (0.1s) PASSED executor.TestIssue26251 (1.4s) PASSED executor.TestLockUnchangedUniqueKeys (3.6s) 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.2s) PASSED executor.TestLockUnchangedUniqueKeys/ClusteredAndRowUnchangedAndParted-false (0.2s) PASSED executor.TestLockUnchangedUniqueKeys/ClusteredAndRowUnchangedAndParted-true (0.2s) 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.2s) PASSED executor.TestLockUnchangedUniqueKeys/NonClusteredAndRowUnchangedAndParted-false (0.1s) PASSED executor.TestLockUnchangedUniqueKeys/NonClusteredAndRowUnchangedAndParted-true (0.2s) 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.2s) PASSED executor.TestLockUnchangedUniqueKeys/UniqueAndRowUnchangedAndParted-false (0.1s) PASSED executor.TestLockUnchangedUniqueKeys/UniqueAndRowUnchangedAndParted-true (0.2s) PASSED executor.TestRecordHistoryStatsAfterAnalyze (1.4s) PASSED executor.TestSlowQueryWithoutSlowLog (1.1s) PASSED executor.TestTableSampleNoSplitTable (1.4s) PASSED executor.TestAnalyzePartitionTableByConcurrencyInDynamic (8.3s) PASSED executor.TestExplainForVerbose (1.6s) PASSED executor.TestIssue58875 (1.3s) PASSED executor.TestJoinSystemTableContainsView (3.0s) PASSED executor.TestPartitionTableIndexJoinIndexLookUp (9.4s) PASSED executor.TestRecoverTempTable (1.7s) PASSED executor.TestShowStatsMeta (1.5s) PASSED executor.TestView (18.8s) PASSED executor.TestGlobalTempTableParallel (1.3s) PASSED executor.TestGrantColumnScope (1.4s) PASSED executor.TestLimitAndIndexScan (0.0s) PASSED executor.TestPartitionRangeSplitter (0.0s) PASSED executor.TestPessimisticUpdatePKLazyCheck (1.4s) PASSED executor.TestSelectLockOnPartitionTable (2.1s) PASSED executor.TestTableSampleMultiRegions (1.4s) PASSED executor.TestTxnWriteThroughputSLI (1.3s) PASSED executor.TestCoprocessorPagingSize (1.3s) PASSED executor.TestDirectReadingwithIndexJoin (1.9s) PASSED executor.TestGetAnalyzePanicErr (0.0s) PASSED executor.TestIssue11124 (1.5s) PASSED executor.TestRecoverTableMeetError (2.4s) PASSED executor.TestShowColumnsWithSubQueryView (1.3s) PASSED executor.TestShowStatsLocked (1.4s) PASSED executor.TestTikvRegionPeers (1.4s) PASSED executor.TestBenchDaily (0.0s) PASSED executor.TestDropGlobalIndex (1.6s) PASSED executor.TestDuplicateEntryMessage (2.5s) PASSED executor.TestGrantTableScope (1.5s) PASSED executor.TestIssue21441 (1.3s) PASSED executor.TestLimitAndTableScan (0.0s) PASSED executor.TestShowSessionStates (1.3s) PASSED executor.TestTableSampleBasic (2.1s) PASSED executor.TestAdaptiveClosestRead (1.9s) PASSED executor.TestBatchPointGetLockExistKey (1.8s) PASSED executor.TestDynamicPruningUnderIndexJoin (1.6s) PASSED executor.TestExplainForConnPlanCache (0.0s) PASSED executor.TestRecoverTablePrivilege (1.4s) PASSED executor.TestReferencedTableSchemaWithForeignKey (1.3s) PASSED executor.TestShowStatsHistograms (1.7s) PASSED executor.TestTraceExec (1.6s) PASSED executor.TestChecksum (1.6s) PASSED executor.TestCoprocessorBlockIssues56916 (1.2s) PASSED executor.TestGrantDBScope (1.6s) PASSED executor.TestIdexMerge (7.2s) PASSED executor.TestInsertLocking (1.3s) PASSED executor.TestRevokeColumnScope (1.5s) PASSED executor.TestShowIndexWithGlobalIndex (1.7s) PASSED executor.TestSnapshotWithConcurrentWrite (19.3s) PASSED executor.TestBatchGetforRangeandListPartitionTable (1.9s) PASSED executor.TestCacheSnapShot (1.3s) PASSED executor.TestCoprocessorPagingReqKeyRangeSorted (1.4s) PASSED executor.TestExplainDotForExplainPlan (1.3s) PASSED executor.TestRecoverClusterMeetError (1.8s) PASSED executor.TestSameTableNameInTwoSchemas (1.3s) PASSED executor.TestShowStatsBuckets (1.9s) PASSED executor.TestTracePlanStmt (1.3s) PASSED executor.TestBRIECreateTables (1.6s) PASSED executor.TestCoprocessorOOMTiCase (0.0s) PASSED executor.TestDirectReadingWithAgg (33.9s) PASSED executor.TestGrantGlobal (1.8s) PASSED executor.TestInsertRuntimeStat (0.0s) PASSED executor.TestIssue32422 (1.6s) PASSED executor.TestRevokeTableScope (1.4s) PASSED executor.TestShowIndex (1.6s) PASSED executor.TestCoprocessorBatchByStore (22.6s) PASSED executor.TestExplainDotForQuery (1.5s) PASSED executor.TestFlashbackWithSafeTs (2.6s) PASSED executor.TestInfoSchemaDDLJobs (2.0s) PASSED executor.TestPartitionTableWithDifferentJoin (2.4s) PASSED executor.TestPointGetForTemporaryTable (1.4s) PASSED executor.TestShowStatsBucketWithDateNullValue (1.6s) PASSED executor.TestTrafficForm (0.0s) PASSED executor.TestAutoRandomIDAllowZero (1.3s) PASSED executor.TestBRIECreateTable (1.3s) PASSED executor.TestCollectCopRuntimeStats (2.3s) PASSED executor.TestIssue28073 (1.5s) PASSED executor.TestIssue55669 (1.3s) PASSED executor.TestRevokeDBScope (1.6s) PASSED executor.TestShow (1.4s) PASSED executor.TestUnsignedPartitionColumn (7.3s) PASSED executor.TestCapturePath (0.0s) PASSED executor.TestDML (3.1s) PASSED executor.TestExpressionIndexPreparePlanCache (1.3s) PASSED executor.TestFetchShowBRIE (0.0s) PASSED executor.TestFlashbackRetryGetMinSafeTime (4.7s) PASSED executor.TestInfoschemaTablesSpecialOptimizationCovered (5.0s) PASSED executor.TestShowPartitionStats (1.4s) PASSED executor.TestTiDBLastTxnInfoCommitMode (1.3s) PASSED executor.TestCoprCacheWithoutExecutionInfo (1.6s) PASSED executor.TestFlashbackTSOWithSafeTs (2.6s) PASSED executor.TestGlueGetVersion (0.0s) PASSED executor.TestInfoSchemaConditionWorks (10.5s) PASSED executor.TestMPPQueryExplainInfo (1.3s) PASSED executor.TestPointGetUserVarPlanCache (1.3s) PASSED executor.TestShowStatsHasNullValue (2.2s) PASSED executor.TestTrafficError (0.0s) PASSED executor.TestBRIECreateDatabase (1.3s) PASSED executor.TestDirectReadingWithUnionScan (12.9s) PASSED executor.TestExplainForJSON (1.4s) PASSED executor.TestIssue53951 (1.5s) PASSED executor.TestKillTableReader (2.2s) PASSED executor.TestMultiAutoRandomID (1.3s) PASSED executor.TestRevokeGlobal (1.8s) PASSED executor.Test_fillOneImportJobInfo (0.0s) PASSED executor.TestBRIEBuilderOptions (0.0s) PASSED executor.TestFlashbackSchema (2.2s) PASSED executor.TestIndexUsageWithData (2.9s) 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.4s) PASSED executor.TestIndexUsageWithData/test_index_usage_with_normal_index (0.3s) PASSED executor.TestIndexUsageWithData/test_index_usage_with_string_primary_key (0.4s) PASSED executor.TestIssue28259 (1.5s) PASSED executor.TestPointGetRepeatableRead (1.3s) PASSED executor.TestReplayPath (0.0s) PASSED executor.TestShowStatusSnapshot (1.6s) PASSED executor.TestUnion (6.1s) PASSED executor.TestBatchPointGetRepeatableRead (1.3s) PASSED executor.TestFlashbackSchemaWithManyTables (4.0s) PASSED executor.TestInsertOnDuplicateKeyWithBinlog (2.5s) PASSED executor.TestIssue28696 (1.3s) PASSED executor.TestShowStatsExtended (1.5s) PASSED executor.TestSplitBatchCreateTableWithTableId (1.4s) PASSED executor.TestSubqueries (14.6s) PASSED executor.TestTrafficShow (0.0s) PASSED executor.TestAutoRandomID (1.4s) PASSED executor.TestParallelApply (15.1s) PASSED executor.TestResourceGroupTag (1.3s) PASSED executor.TestSPM4PlanCache (1.3s) PASSED executor.TestShowAnalyzeStatus (2.0s) PASSED executor.TestSplitBatchCreateTableFailWithEntryTooLarge (1.3s) PASSED executor.TestTSOFail (1.5s) PASSED executor.TestUnionScanForMemBufferReader (4.3s) PASSED executor.TestAllocateContinuousRowID (1.5s) PASSED executor.TestFlashbackClusterWithManyDBs (3.1s) PASSED executor.TestIndexMerge4PlanCache (2.2s) PASSED executor.TestShowColumnStatsUsage (1.7s) PASSED executor.TestSplitBatchCreateTable (1.3s) PASSED executor.TestSplitRegion (1.8s) PASSED executor.TestSplitRegionTimeout (4.4s) PASSED executor.TestTrafficPrivilege (0.0s) /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_46_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_43_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_40_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_38_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_36_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_34_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_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 /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_27_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_25_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_1_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_2_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_3_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_4_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_5_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_6_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_7_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_8_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_10_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_15_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_12_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_13_of_50/coverage.dat //pkg/executor/aggfuncs:aggfuncs_test (cached) PASSED in 66.3s Stats over 50 runs: max = 66.3s, min = 6.6s, avg = 8.8s, dev = 8.2s PASSED aggfuncs.TestPartialResult4Count (0.0s) PASSED aggfuncs.TestMergePartialResult4Avg (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinInt (0.0s) PASSED aggfuncs.TestMemRowNumber (0.0s) PASSED aggfuncs.TestAvg (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinUint (0.0s) PASSED aggfuncs.TestMemAvg (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinDecimal (0.0s) PASSED aggfuncs.TestVarsamp (0.0s) PASSED aggfuncs.TestMergePartialResult4BitFuncs (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinFloat32 (0.0s) PASSED aggfuncs.TestMergePartialResult4Varsamp (0.0s) PASSED aggfuncs.TestMemBitFunc (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinFloat64 (0.0s) PASSED aggfuncs.TestMergePartialResult4Count (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinTime (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.TestCount (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_0 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_1 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_2 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_3 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_4 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_5 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_6 (0.0s) PASSED aggfuncs.TestCount/approx_count_distinct_7 (0.0s) PASSED aggfuncs.TestCount/count_0 (0.0s) PASSED aggfuncs.TestCount/count_0#01 (0.0s) PASSED aggfuncs.TestCount/count_1 (0.0s) PASSED aggfuncs.TestCount/count_1#01 (0.0s) PASSED aggfuncs.TestCount/count_2 (0.0s) PASSED aggfuncs.TestCount/count_2#01 (0.0s) PASSED aggfuncs.TestCount/count_3 (0.0s) PASSED aggfuncs.TestCount/count_3#01 (0.0s) PASSED aggfuncs.TestCount/count_4 (0.0s) PASSED aggfuncs.TestCount/count_4#01 (0.0s) PASSED aggfuncs.TestCount/count_5 (0.0s) PASSED aggfuncs.TestCount/count_5#01 (0.0s) PASSED aggfuncs.TestCount/count_6 (0.0s) PASSED aggfuncs.TestCount/count_6#01 (0.0s) PASSED aggfuncs.TestCount/count_7 (0.0s) PASSED aggfuncs.TestCount/count_7#01 (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinString (0.0s) PASSED aggfuncs.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.TestPartialResult4MaxMinEnum (0.0s) PASSED aggfuncs.TestWriteTime (0.0s) PASSED aggfuncs.TestVarpop (0.0s) PASSED aggfuncs.TestMemCumeDist (0.0s) PASSED aggfuncs.TestPartialResult4MaxMinSet (0.0s) PASSED aggfuncs.TestMergePartialResult4Varpop (0.0s) PASSED aggfuncs.TestMergePartialResult4FirstRow (0.0s) PASSED aggfuncs.TestPartialResult4AvgDecimal (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.TestMemFirstRow (0.0s) PASSED aggfuncs.TestPartialResult4AvgFloat64 (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.TestMergePartialResult4GroupConcat (0.0s) PASSED aggfuncs.TestPartialResult4SumDecimal (0.0s) PASSED aggfuncs.TestStddevsamp (0.0s) PASSED aggfuncs.TestGroupConcat (0.0s) PASSED aggfuncs.TestPartialResult4SumFloat64 (0.0s) PASSED aggfuncs.TestMergePartialResult4Stddevsamp (0.0s) PASSED aggfuncs.TestBasePartialResult4GroupConcat (0.1s) PASSED aggfuncs.TestMemGroupConcat (0.0s) PASSED aggfuncs.TestMemGroupConcat/group_concat_0 (0.0s) PASSED aggfuncs.TestMemGroupConcat/group_concat_1 (0.0s) PASSED aggfuncs.TestMemGroupConcat/group_concat_2 (0.0s) PASSED aggfuncs.TestMemGroupConcat/group_concat_3 (0.0s) PASSED aggfuncs.TestMergePartialResult4JsonArrayagg (0.0s) PASSED aggfuncs.TestPartialResult4BitFunc (0.0s) PASSED aggfuncs.TestJsonArrayagg (0.0s) PASSED aggfuncs.TestPartialResult4JsonArrayagg (0.1s) PASSED aggfuncs.TestStddevpop (0.0s) PASSED aggfuncs.TestMemJsonArrayagg (0.0s) PASSED aggfuncs.TestPartialResult4JsonObjectAgg (0.1s) PASSED aggfuncs.TestMergePartialResult4JsonObjectagg (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowDecimal (0.0s) PASSED aggfuncs.TestJsonObjectagg (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowInt (0.0s) PASSED aggfuncs.TestMergePartialResult4Stddevpop (0.0s) PASSED aggfuncs.TestMemJsonObjectagg (0.1s) PASSED aggfuncs.TestPartialResult4FirstRowTime (0.0s) PASSED aggfuncs.TestMemRank (0.0s) PASSED aggfuncs.TestLeadLag (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowString (0.0s) PASSED aggfuncs.TestFix40463 (0.0s) PASSED aggfuncs.TestFix26807 (0.0s) PASSED aggfuncs.TestMemLeadLag (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowFloat32 (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.TestMemMaxMin (0.0s) PASSED aggfuncs.TestMemMaxMin/max (0.0s) PASSED aggfuncs.TestMemMaxMin/max#01 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#02 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#03 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#04 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#05 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#06 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#07 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#08 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#09 (0.0s) PASSED aggfuncs.TestMemMaxMin/max#10 (0.0s) PASSED aggfuncs.TestMemMaxMin/min (0.0s) PASSED aggfuncs.TestMemMaxMin/min#01 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#02 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#03 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#04 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#05 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#06 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#07 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#08 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#09 (0.0s) PASSED aggfuncs.TestMemMaxMin/min#10 (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowJSON (0.0s) PASSED aggfuncs.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.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.TestMaxSlidingWindow (58.7s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_false_-1 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_false_0 (0.3s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_false_1 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_true_-1 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_true_0 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/bigint_true_1 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/date_false_-1 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/date_false_0 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/date_false_1 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/date_true_-1 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/date_true_0 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/date_true_1 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_false_-1 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_false_0 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_false_1 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_true_-1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_true_0 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/datetime_true_1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_false_-1 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_false_0 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_false_1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_true_-1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_true_0 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/decimal(5,_2)_true_1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/double_false_-1 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/double_false_0 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/double_false_1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/double_true_-1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/double_true_0 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/double_true_1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/float_false_-1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/float_false_0 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/float_false_1 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/float_true_-1 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/float_true_0 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/float_true_1 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_false_-1 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_false_0 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_false_1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_true_-1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_true_0 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/int_unsigned_true_1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/text_false_-1 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/text_false_0 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/text_false_1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/text_true_-1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/text_true_0 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/text_true_1 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/time_false_-1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/time_false_0 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/time_false_1 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/time_true_-1 (0.6s) PASSED aggfuncs.TestMaxSlidingWindow/time_true_0 (0.7s) PASSED aggfuncs.TestMaxSlidingWindow/time_true_1 (0.7s) PASSED aggfuncs.TestPartialResult4FirstRowEnum (0.0s) PASSED aggfuncs.TestDequeReset (0.0s) PASSED aggfuncs.TestPartialResult4FirstRowSet (0.0s) PASSED aggfuncs.TestMemNtile (0.0s) PASSED aggfuncs.TestDequePushPop (0.0s) PASSED aggfuncs.TestWindowFunctions (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_1_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_2_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_48_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_47_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_6_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_7_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_9_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_10_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_11_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_12_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_13_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_14_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_15_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_17_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_18_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_20_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_21_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_22_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_23_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_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_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_27_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_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 //pkg/executor/aggregate:aggregate_test (cached) PASSED in 15.0s Stats over 3 runs: max = 15.0s, min = 11.9s, avg = 13.3s, dev = 1.3s PASSED aggregate_test.TestRandomFail (11.3s) PASSED aggregate_test.TestFallBackAction (13.6s) PASSED aggregate_test.TestGetCorrectResult (10.0s) /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_2_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 //pkg/executor/importer:importer_test (cached) PASSED in 33.7s Stats over 27 runs: max = 33.7s, min = 7.5s, avg = 17.8s, dev = 12.1s PASSED importer.TestImportFromSelectCleanup (24.9s) 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 (25.1s) PASSED importer.TestGetJobInfoNullField (24.1s) PASSED importer.TestJobInfo_CanCancel (0.0s) PASSED importer.TestGetAndCancelJob (24.4s) PASSED importer.TestJobHappyPath (24.2s) PASSED importer.TestPopulateChunks (24.8s) PASSED importer.TestProcessChunkWith (24.9s) PASSED importer.TestProcessChunkWith/file_chunk (0.0s) PASSED importer.TestProcessChunkWith/query_chunk (0.0s) PASSED importer.TestPostProcess (25.4s) PASSED importer.TestGetTargetNodeCpuCnt (24.5s) PASSED importer.TestVerifyChecksum (26.0s) PASSED importer.TestFileChunkProcess (24.5s) 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.TestGetDataSourceType (0.0s) PASSED importer.TestInitDefaultOptions (0.0s) PASSED importer.TestSupportedSuffixForServerDisk (0.0s) PASSED importer.TestInitOptionsPositiveCase (0.0s) PASSED importer.TestAdjustOptions (0.0s) PASSED importer.TestGetLocalBackendCfg (0.0s) PASSED importer.TestAdjustDiskQuota (0.0s) PASSED importer.TestGetMsgFromBRError (0.0s) PASSED importer.TestInitParameters (0.0s) PASSED importer.TestASTArgsFromStmt (0.0s) PASSED importer.TestGetFileRealSize (0.0s) /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_18_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_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 /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_13_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_12_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_11_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_4_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_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_9_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 //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/calibrateresource:calibrateresource_test (cached) PASSED in 24.2s PASSED calibrateresource.TestCalibrateResource (22.2s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/calibrateresource/calibrateresource_test/coverage.dat //pkg/executor/internal/exec:exec_test (cached) PASSED in 5.9s Stats over 6 runs: max = 5.9s, min = 2.7s, avg = 4.4s, dev = 1.0s PASSED exec_test.TestIndexUsageReporterWithClusterIndex (4.2s) PASSED exec_test.TestDisableIndexUsageReporter (2.4s) PASSED exec_test.TestIndexUsageReporterWithGlobalIndex (2.4s) PASSED exec_test.TestIndexUsageReporterWithPartitionTable (2.9s) PASSED exec_test.TestIndexUsageReporterWithRealData (3.2s) PASSED exec_test.TestIndexUsageReporter (1.2s) /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_2_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 //pkg/executor/internal/mpp:mpp_test (cached) PASSED in 1.5s 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/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/querywatch:querywatch_test (cached) PASSED in 6.2s PASSED querywatch.TestQueryWatch (1.2s) PASSED querywatch.TestQueryWatchIssue56897 (3.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/internal/querywatch/querywatch_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/executor/join:join_test (cached) PASSED in 50.7s Stats over 50 runs: max = 50.7s, min = 1.9s, avg = 10.8s, dev = 9.9s PASSED join.TestLeftOuterJoinProbeBasic (7.3s) PASSED join.TestLeftOuterAntiSemiJoinSpill (8.7s) PASSED join.TestLeftOuterAntiSemiJoinBuildResultFastPath (0.2s) PASSED join.TestLeftOuterAntiSemiJoinProbeWithSel (6.1s) PASSED join.TestLeftOuterAntiSemiJoinProbeOtherCondition (2.5s) PASSED join.TestLeftOuterAntiSemiJoinProbeAllJoinKeys (2.8s) PASSED join.TestLeftOuterAntiSemiJoinProbeBasic (3.9s) PASSED join.TestRequiredRows (0.0s) PASSED join.TestJoinTableMetaNullMapLength (0.0s) PASSED join.TestJoinTableMetaRowColumnsOrder (0.0s) PASSED join.TestAntiSemiJoinBasic (1.0s) PASSED join.TestLeftOuterJoinProbeAllJoinKeys (18.2s) PASSED join.TestAntiSemiJoinDuplicateKeys (7.0s) PASSED join.TestLeftOuterJoinProbeOtherCondition (2.7s) PASSED join.TestLeftOuterJoinProbeWithSel (12.1s) PASSED join.TestNotInWithAntiSemi (0.0s) PASSED join.TestJoinTableMetaSerializedMode (0.0s) PASSED join.TestAntiSemiJoinProbeBasic (5.7s) PASSED join.TestLeftOuterSemiJoinProbeBasic (3.9s) PASSED join.TestAntiSemiJoinProbeAllJoinKeys (5.5s) PASSED join.TestLeftOuterSemiJoinProbeAllJoinKeys (2.8s) PASSED join.TestAntiSemiJoinJoinProbeWithSel (8.8s) PASSED join.TestLeftOuterSemiJoinProbeOtherCondition (2.7s) PASSED join.TestReadNullMapThreadSafe (0.0s) PASSED join.TestTagHelper (0.0s) PASSED join.TestConcurrentMap (0.0s) PASSED join.TestLeftOuterSemiJoinProbeWithSel (6.0s) PASSED join.TestConcurrentMapMemoryUsage (0.0s) PASSED join.TestLeftOuterSemiJoinBuildResultFastPath (0.2s) PASSED join.TestHashRowContainer (0.0s) PASSED join.TestLeftOuterSemiJoinSpill (8.5s) PASSED join.TestJoinTableMetaKeyInlinedAndFixed (0.0s) PASSED join.TestTagHelperInit (0.0s) PASSED join.TestHashTableSize (0.0s) PASSED join.TestMergeJoinInDisk (1.4s) PASSED join.TestConcurrentMapHashTableMemoryUsage (0.0s) PASSED join.TestShuffleMergeJoinInDisk (1.6s) PASSED join.TestBuild (2.2s) PASSED join.TestVectorizedMergeJoin (3.1s) PASSED join.TestOuterJoinSpillWithSel (7.2s) PASSED join.TestRowIter (0.9s) PASSED join.TestConcurrentBuild (7.3s) PASSED join.TestVectorizedShuffleMergeJoin (2.8s) PASSED join.TestJoinTableMetaKeyMode (0.0s) PASSED join.TestTaggedBits (0.0s) PASSED join.TestFallBackAction (0.9s) PASSED join.TestPartitionTableIndexJoinAndIndexReader (6.1s) PASSED join.TestLookup (7.9s) PASSED join.TestOuterJoinSpillBasic (32.6s) PASSED join.TestIssue16887 (1.4s) PASSED join.TestOuterJoinUnderApplyExec (15.5s) PASSED join.TestIndexLookupJoinHang (1.4s) PASSED join.TestOuterJoinSpillWithOtherCondition (13.2s) PASSED join.TestIndexJoinRuntimeStats (0.0s) PASSED join.TestSemiJoinProbeWithSel (8.6s) PASSED join.TestIssue45716 (1.4s) PASSED join.TestIssue59377 (0.7s) PASSED join.TestHashJoinRandomFail (43.9s) PASSED join.TestIssue54688 (4.0s) PASSED join.TestIssue54055 (1.5s) PASSED join.TestRightOuterJoinProbeBasic (9.6s) PASSED join.TestIssue18068 (1.4s) PASSED join.TestRightOuterJoinProbeAllJoinKeys (18.0s) PASSED join.TestHashJoinRuntimeStats (0.0s) PASSED join.TestSemiJoinProbeAllJoinKeys (5.6s) PASSED join.TestIssue54064 (1.5s) PASSED join.TestRightOuterJoinProbeOtherCondition (2.5s) PASSED join.TestInnerJoinProbeBasic (6.2s) PASSED join.TestRightOuterJoinProbeWithSel (11.6s) PASSED join.TestColumnsAllDataTypes (1.1s) PASSED join.TestInnerJoinSpillBasic (17.0s) PASSED join.TestInnerJoinProbeOtherCondition (1.8s) PASSED join.TestKey (0.3s) PASSED join.TestInnerJoinProbeAllJoinKeys (16.7s) PASSED join.TestLargeColumn (7.7s) PASSED join.TestSemiJoinProbeBasic (5.1s) PASSED join.TestUintptrCanHoldPointer (0.0s) PASSED join.TestColumnsBasic (12.1s) PASSED join.TestInnerJoinProbeWithSel (16.2s) PASSED join.TestBalanceOfFilteredRows (0.0s) PASSED join.TestInnerJoinSpillWithOtherCondition (5.1s) PASSED join.TestHeapObjectCanMove (0.0s) PASSED join.TestSemiJoinBasic (0.7s) PASSED join.TestInnerJoinUnderApplyExec (6.6s) PASSED join.TestSetupPartitionInfo (0.0s) PASSED join.TestBitMaskInUint32 (0.0s) PASSED join.TestSemiAndAntiSemiJoinSpill (4.2s) PASSED join.TestFixedOffsetInRowLayout (0.0s) PASSED join.TestSemiJoinDuplicateKeys (5.8s) /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_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_3_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_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_6_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_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_9_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_11_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_12_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_13_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_18_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 /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_16_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_19_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_21_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_35_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_24_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_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_34_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_29_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_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 //pkg/executor/lockstats:lockstats_test (cached) PASSED in 2.3s 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 (cached) PASSED in 5.0s 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/sortexec:sort_exec_test (cached) PASSED in 7.4s Stats over 18 runs: max = 7.4s, min = 1.8s, avg = 2.4s, dev = 1.4s PASSED sort_exec_test.TestSortInDisk (5.3s) PASSED sort_exec_test.TestIssue16696 (2.8s) /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_1_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_2_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_3_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_4_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_5_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_7_of_18/coverage.dat //pkg/executor/sortexec:sortexec_test (cached) PASSED in 45.2s Stats over 6 runs: max = 45.2s, min = 9.8s, avg = 21.0s, dev = 11.7s PASSED sortexec.TestInterruptedDuringSpilling (41.4s) PASSED sortexec.TestIssue55344 (1.5s) PASSED sortexec.TestTopNFallBackAction (0.1s) PASSED sortexec.TestFailpoint (11.1s) PASSED sortexec.TestInterruptedDuringSort (2.1s) PASSED sortexec.TestIssue54541 (0.0s) PASSED sortexec.TestIssue16696 (2.8s) PASSED sortexec.TestIssue54206 (1.4s) PASSED sortexec.TestParallelSort (5.9s) PASSED sortexec.TestIssue59655 (0.6s) PASSED sortexec.TestSortInDisk (5.3s) PASSED sortexec.TestTopNSpillDiskFailpoint (13.1s) PASSED sortexec.TestFallBackAction (0.0s) PASSED sortexec.TestParallelSortSpillDiskFailpoint (3.0s) PASSED sortexec.TestTopNSpillDisk (4.8s) PASSED sortexec.TestGenerateTopNResultsWhenSpillOnlyOnce (0.0s) PASSED sortexec.TestParallelSortSpillDisk (5.4s) PASSED sortexec.TestUnparallelSortSpillDisk (15.3s) /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/executor/staticrecordset:staticrecordset_test (cached) PASSED in 4.0s Stats over 7 runs: max = 4.0s, min = 3.4s, avg = 3.6s, dev = 0.2s PASSED staticrecordset_test.TestFinishStmtError (1.5s) PASSED staticrecordset_test.TestCursorWillBlockMinStartTS (1.8s) PASSED staticrecordset_test.TestCursorWillBeClosed (1.6s) PASSED staticrecordset_test.TestDetachError (1.5s) PASSED staticrecordset_test.TestStaticRecordSetExceedGCTime (1.4s) PASSED staticrecordset_test.TestStaticRecordSet (1.5s) PASSED staticrecordset_test.TestStaticRecordSetWithTxn (1.6s) /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_5_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 /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_2_of_7/coverage.dat //pkg/executor/test/admintest:admintest_test (cached) PASSED in 23.3s Stats over 24 runs: max = 23.3s, min = 3.3s, avg = 5.2s, dev = 5.3s PASSED admintest_test.TestAdminCheckGeneratedColumns (1.5s) PASSED admintest_test.TestAdminCheckGlobalIndexDuringDDL (2.0s) PASSED admintest_test.TestAdminCheckGlobalIndexWithClusterIndex (1.6s) PASSED admintest_test.TestAdminCheckGlobalIndex (1.5s) PASSED admintest_test.TestAdminRecoverGlobalIndex (1.7s) PASSED admintest_test.TestAdminCleanUpGlobalIndex (1.7s) PASSED admintest_test.TestAdminCheckTableErrorLocateForClusterIndex (20.3s) PASSED admintest_test.TestAdminRecoverIndex (2.0s) PASSED admintest_test.TestAdminRecoverMVIndex (1.4s) PASSED admintest_test.TestAdminCheckTableErrorLocate (21.0s) PASSED admintest_test.TestClusteredIndexAdminRecoverIndex (1.5s) PASSED admintest_test.TestAdminCleanupMVIndex (1.5s) PASSED admintest_test.TestAdminCheckTableFailed (1.7s) PASSED admintest_test.TestAdminRecoverPartitionTableIndex (1.6s) PASSED admintest_test.TestAdminRecoverIndex1 (1.4s) PASSED admintest_test.TestAdminCleanupIndex (1.6s) PASSED admintest_test.TestAdminCheckWithSnapshot (1.7s) PASSED admintest_test.TestAdminCleanupIndexForPartitionTable (1.7s) PASSED admintest_test.TestAdminCleanupIndexPKNotHandle (1.5s) PASSED admintest_test.TestAdminCleanupIndexMore (1.7s) PASSED admintest_test.TestAdminCheckPartitionTableFailed (1.9s) PASSED admintest_test.TestCheckFailReport (1.6s) PASSED admintest_test.TestClusteredAdminCleanupIndex (1.5s) PASSED admintest_test.TestAdminCheckTableWithMultiValuedIndex (1.4s) /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_23_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_21_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_19_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_1_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_17_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_3_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_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_7_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_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_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_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 //pkg/executor/test/aggregate:aggregate_test (cached) PASSED in 15.3s Stats over 7 runs: max = 15.3s, min = 2.0s, avg = 5.2s, dev = 4.2s PASSED aggregate_test.TestIssue50849 (1.5s) PASSED aggregate_test.TestParallelHashAgg (1.7s) PASSED aggregate_test.TestRandomPanicConsume (13.0s) PASSED aggregate_test.TestAggInDisk (2.1s) PASSED aggregate_test.TestHashAggRuntimeStat (0.0s) PASSED aggregate_test.TestIssue20658 (2.0s) PASSED aggregate_test.TestParallelStreamAggGroupConcat (1.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_6_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 /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_1_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_2_of_7/coverage.dat //pkg/executor/test/analyzetest:analyzetest_test (cached) PASSED in 106.3s Stats over 49 runs: max = 106.3s, min = 31.4s, avg = 42.6s, dev = 14.2s PASSED analyzetest_test.TestIssue55438 (26.9s) PASSED analyzetest_test.TestAnalyzePartitionVerify (42.6s) PASSED analyzetest_test.TestAnalyzeMVIndex (29.4s) PASSED analyzetest_test.TestAnalyzeColumnsSkipMVIndexJsonCol (24.6s) PASSED analyzetest_test.TestAutoAnalyzeAwareGlobalVariableChange (25.3s) PASSED analyzetest_test.TestIssue35044 (26.0s) PASSED analyzetest_test.TestIssue35056Related (28.7s) PASSED analyzetest_test.TestIssue35056 (32.8s) PASSED analyzetest_test.TestAnalyzePartitionUnderV1Dynamic (34.7s) PASSED analyzetest_test.TestAnalyzePartitionStaticToDynamic (32.1s) PASSED analyzetest_test.TestAnalyzePartitionUnderDynamic (27.7s) PASSED analyzetest_test.TestAnalyzePartitionTableStaticToDynamic (35.5s) PASSED analyzetest_test.TestAnalyzePartitionTableWithDynamicMode (32.5s) PASSED analyzetest_test.TestShowAanalyzeStatusJobInfo (29.3s) PASSED analyzetest_test.TestInsertAnalyzeJobWithLongInstance (24.4s) PASSED analyzetest_test.TestAnalyzeJob (26.5s) PASSED analyzetest_test.TestKillAutoAnalyzeIndex (29.3s) PASSED analyzetest_test.TestKillAutoAnalyze (57.4s) PASSED analyzetest_test.TestAnalyzeColumnsErrorAndWarning (26.5s) PASSED analyzetest_test.TestAnalyzeSampleRateReason (23.9s) PASSED analyzetest_test.TestAnalyzePartition (27.4s) PASSED analyzetest_test.TestAnalyzeReplicaReadFollower (24.8s) PASSED analyzetest_test.TestAnalyzeColumnsAfterAnalyzeAll (55.1s) PASSED analyzetest_test.TestAnalyzeParameters (98.5s) PASSED analyzetest_test.TestAnalyzeRestrict (24.9s) PASSED analyzetest_test.TestAnalyzeColumnsWithVirtualColumnIndex (53.4s) PASSED analyzetest_test.TestExtractTopN (26.7s) PASSED analyzetest_test.TestAnalyzeTooLongColumns (26.1s) PASSED analyzetest_test.TestFailedAnalyzeRequest (25.7s) PASSED analyzetest_test.TestAnalyzeColumnsWithExtendedStats (53.4s) PASSED analyzetest_test.TestSnapshotAnalyzeAndMaxTSAnalyze (49.2s) PASSED analyzetest_test.TestSnapshotAnalyzeAndMaxTSAnalyze/TestSnapshotAnalyzeAndMaxTSAnalyze-false (23.6s) PASSED analyzetest_test.TestSnapshotAnalyzeAndMaxTSAnalyze/TestSnapshotAnalyzeAndMaxTSAnalyze-true (25.7s) PASSED analyzetest_test.TestNormalAnalyzeOnCommonHandle (31.3s) PASSED analyzetest_test.TestDefaultValForAnalyze (40.4s) PASSED analyzetest_test.TestAnalyzeFullSamplingOnIndexWithVirtualColumnOrPrefixColumn (28.2s) PASSED analyzetest_test.TestAnalyzeColumnsWithStaticPartitionTable (55.9s) PASSED analyzetest_test.TestAdjustSampleRateNote (25.4s) PASSED analyzetest_test.TestAnalyzeIndex (26.6s) PASSED analyzetest_test.TestAnalyzeSamplingWorkPanic (24.1s) PASSED analyzetest_test.TestIssue20874 (25.8s) PASSED analyzetest_test.TestAnalyzeClusteredIndexPrimary (26.9s) PASSED analyzetest_test.TestAnalyzeColumnsWithDynamicPartitionTable (56.7s) PASSED analyzetest_test.TestSavedAnalyzeOptionsForMultipleTables (26.4s) PASSED analyzetest_test.TestSmallTableAnalyzeV2 (26.3s) PASSED analyzetest_test.TestSavedAnalyzeOptions (27.8s) PASSED analyzetest_test.TestSavedPartitionAnalyzeOptions (33.1s) PASSED analyzetest_test.TestAnalyzeColumnsWithClusteredIndex (50.8s) PASSED analyzetest_test.TestAnalyzeColumnsWithPrimaryKey (51.2s) PASSED analyzetest_test.TestSavedAnalyzeColumnOptions (27.4s) PASSED analyzetest_test.TestAnalyzeColumnsWithIndex (49.4s) /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_48_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_46_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_44_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_42_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_40_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 /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_36_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_34_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_32_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_30_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_29_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_3_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_7_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_27_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_8_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_10_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_12_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_16_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_25_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_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_19_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_22_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_23_of_49/coverage.dat //pkg/executor/test/analyzetest/memorycontrol:memorycontrol_test (cached) PASSED in 44.8s Stats over 5 runs: max = 44.8s, min = 32.9s, avg = 36.1s, dev = 4.4s PASSED memorycontrol_test.TestMemQuotaAnalyze2 (25.4s) PASSED memorycontrol_test.TestMemQuotaAnalyze (26.6s) PASSED memorycontrol_test.TestGlobalMemoryControlForAnalyze (25.9s) PASSED memorycontrol_test.TestGlobalMemoryControlForAutoAnalyze (26.8s) PASSED memorycontrol_test.TestGlobalMemoryControlForPrepareAnalyze (36.8s) /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_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_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_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/analyzetest/panictest:panictest_test (cached) PASSED in 4.7s PASSED panictest_test.TestPanicInHandleAnalyzeWorkerPanic (1.4s) PASSED panictest_test.TestPanicInHandleResultErrorWithSingleGoroutine (1.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/analyzetest/panictest/panictest_test/coverage.dat //pkg/executor/test/autoidtest:autoidtest_test (cached) PASSED in 42.5s Stats over 5 runs: max = 42.5s, min = 32.3s, avg = 35.1s, dev = 3.8s PASSED autoidtest_test.TestIssue52622 (26.4s) PASSED autoidtest_test.TestIssue39528 (25.0s) PASSED autoidtest_test.TestMockAutoIDServiceError (25.2s) PASSED autoidtest_test.TestInsertWithAutoidSchema (34.5s) PASSED autoidtest_test.TestFilterDifferentAllocators (26.8s) /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_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 /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_1_of_5/coverage.dat //pkg/executor/test/cte:cte_test (cached) PASSED in 20.1s Stats over 8 runs: max = 20.1s, min = 3.6s, avg = 6.0s, dev = 5.4s PASSED cte_test.TestCTEIssue49096 (1.4s) PASSED cte_test.TestSpillToDisk (1.9s) PASSED cte_test.TestCTETableInvalidTask (1.6s) PASSED cte_test.TestCTEExecError (2.9s) PASSED cte_test.TestCTEIterationMemTracker (17.9s) PASSED cte_test.TestCTEPanic (1.5s) PASSED cte_test.TestCTEShareCorColumn (2.5s) PASSED cte_test.TestCTEDelSpillFile (1.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/cte/cte_test/shard_1_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_8_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_7_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_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 //pkg/executor/test/ddl:ddl_test (cached) PASSED in 5.3s Stats over 21 runs: max = 5.3s, min = 3.4s, avg = 4.2s, dev = 0.6s PASSED ddl_test.TestDefShardTables (1.6s) PASSED ddl_test.TestRenameMultiTables (2.2s) PASSED ddl_test.TestRenameTable (2.1s) PASSED ddl_test.TestRenameTableWithReload (2.1s) PASSED ddl_test.TestRenameWithSmallAutoIDStep (1.6s) PASSED ddl_test.TestLoadDDLDistributeVars (1.4s) PASSED ddl_test.TestSetDDLReorgMaxWriteSpeed (1.5s) PASSED ddl_test.TestInTxnExecDDLFail (1.4s) PASSED ddl_test.TestSetDDLErrorCountLimit (1.4s) PASSED ddl_test.TestCreateTable (1.7s) PASSED ddl_test.TestCreateDropDatabase (2.1s) PASSED ddl_test.TestSetDDLReorgBatchSize (1.5s) PASSED ddl_test.TestAlterTableAddColumn (2.0s) PASSED ddl_test.TestSetDDLReorgWorkerCnt (1.5s) PASSED ddl_test.TestAlterTableAddColumns (1.5s) PASSED ddl_test.TestAutoRandomTableOption (1.7s) PASSED ddl_test.TestAutoRandomBitsData (2.5s) PASSED ddl_test.TestAddNotNullColumnNoDefault (1.5s) PASSED ddl_test.TestShardRowIDBits (2.3s) PASSED ddl_test.TestAlterTableModifyColumn (1.9s) PASSED ddl_test.TestColumnCharsetAndCollate (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_1_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_2_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_13_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_12_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_11_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_6_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_7_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 //pkg/executor/test/distsqltest:distsqltest_test (cached) PASSED in 44.4s PASSED distsqltest_test.TestDistsqlPartitionTableConcurrency (36.6s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/distsqltest/distsqltest_test/coverage.dat //pkg/executor/test/executor:executor_test (cached) PASSED in 17.6s Stats over 50 runs: max = 17.6s, min = 3.0s, avg = 4.8s, dev = 2.1s PASSED executor_test.TestIssues40463 (1.6s) PASSED executor_test.TestIssues49377 (1.5s) PASSED executor_test.TestProcessInfoOfSubQuery (3.5s) PASSED executor_test.TestSessionRootTrackerDetach (1.4s) PASSED executor_test.TestSignalCheckpointForSort (1.5s) PASSED executor_test.TestIssue38756 (1.4s) PASSED executor_test.TestPlanReplayer (1.9s) PASSED executor_test.TestGlobalMemoryControl2 (4.7s) PASSED executor_test.TestIssue50043 (1.7s) PASSED executor_test.TestPlanReplayerCaptureSEM (1.4s) PASSED executor_test.TestIsFastPlan (1.6s) PASSED executor_test.TestIssue50043WithPipelinedDML (6.8s) PASSED executor_test.TestPlanReplayerCapture (1.4s) PASSED executor_test.TestMaxOneRow (1.6s) PASSED executor_test.TestIssue51324 (1.9s) PASSED executor_test.TestPlanReplayerContinuesCapture (1.4s) PASSED executor_test.TestDecimalDivPrecisionIncrement (1.4s) PASSED executor_test.TestPlanReplayerDumpSingle (1.4s) PASSED executor_test.TestAdmin (3.2s) PASSED executor_test.TestIssue48756 (1.3s) PASSED executor_test.TestTimezonePushDown (1.3s) PASSED executor_test.TestIssue50308 (1.2s) PASSED executor_test.TestNotFillCacheFlag (1.3s) PASSED executor_test.TestCurrentTimestampValueSelection (2.5s) PASSED executor_test.TestTimestampDefaultValueTimeZone (1.9s) PASSED executor_test.TestTiDBCurrentTS (1.5s) 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.TestTiDBLastTxnInfo (1.4s) PASSED executor_test.TestTiDBLastQueryInfo (1.3s) PASSED executor_test.TestHistoryRead (1.4s) PASSED executor_test.TestPrevStmtDesensitization (1.6s) PASSED executor_test.TestPartitionHashCode (1.5s) PASSED executor_test.TestCheckIndex (1.3s) PASSED executor_test.TestQueryWithKill (12.4s) PASSED executor_test.TestOOMActionPriority (1.3s) PASSED executor_test.TestIssue19148 (1.2s) PASSED executor_test.TestSelectVar (1.5s) PASSED executor_test.TestUnreasonablyClose (1.2s) PASSED executor_test.TestTwiceCloseUnionExec (1.3s) PASSED executor_test.TestPointGetPreparedPlan (1.4s) PASSED executor_test.TestPointUpdatePreparedPlan (1.5s) PASSED executor_test.TestPointUpdatePreparedPlanWithCommitMode (1.6s) PASSED executor_test.TestPointGetPreparedPlanWithCommitMode (1.4s) PASSED executor_test.TestColumnName (1.5s) PASSED executor_test.TestApplyCache (1.4s) PASSED executor_test.TestCollectDMLRuntimeStats (1.2s) PASSED executor_test.TestTableSampleTemporaryTable (1.3s) PASSED executor_test.TestGetResultRowsCount (1.3s) PASSED executor_test.TestAdminShowDDLJobs (1.3s) PASSED executor_test.TestAdminShowDDLJobsInfo (1.5s) PASSED executor_test.TestClusteredIndexIsPointGet (1.3s) PASSED executor_test.TestPointGetOrderby (1.3s) PASSED executor_test.TestUnionLimit (1.3s) PASSED executor_test.TestUnion2 (2.8s) PASSED executor_test.TestLowResolutionTSORead (1.3s) PASSED executor_test.TestLowResolutionTSOReadScope (1.2s) PASSED executor_test.TestAdapterStatement (1.1s) PASSED executor_test.TestIsPointGet (1.2s) /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_1_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_2_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_3_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_4_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_42_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_7_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_9_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_40_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_39_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_13_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_16_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_38_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 /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_19_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_22_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_37_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_24_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_26_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_28_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_35_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_29_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_32_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_34_of_50/coverage.dat //pkg/executor/test/fktest:fktest_test (cached) PASSED in 14.8s Stats over 27 runs: max = 14.8s, min = 2.2s, avg = 5.5s, dev = 2.8s PASSED fktest_test.TestLockKeysInInsertIgnore (2.0s) PASSED fktest_test.TestLockKeysInDML (2.1s) PASSED fktest_test.TestFKBuild (1.7s) PASSED fktest_test.TestForeignKeyAndLockView (1.6s) PASSED fktest_test.TestForeignKeyLargeTxnErr (1.5s) PASSED fktest_test.TestForeignKeyOnReplaceIntoChildTable (3.0s) PASSED fktest_test.TestForeignKeyIssue39732 (1.5s) PASSED fktest_test.TestPrivilegeCheckInForeignKeyCascade (1.7s) PASSED fktest_test.TestForeignKeyRuntimeStats (0.0s) PASSED fktest_test.TestExplainAnalyzeDMLWithFKInfo (1.6s) PASSED fktest_test.TestForeignKeyOnInsertOnDuplicateUpdate (1.6s) PASSED fktest_test.TestDMLExplainAnalyzeFKInfo (1.7s) PASSED fktest_test.TestForeignKeyOnUpdateCascade2 (10.1s) PASSED fktest_test.TestForeignKeyOnInsertChildTable (2.7s) PASSED fktest_test.TestForeignKeyOnUpdateCascade (3.1s) PASSED fktest_test.TestForeignKeyOnInsertDuplicateUpdateChildTable (2.8s) PASSED fktest_test.TestForeignKeyCheckAndLock (4.7s) PASSED fktest_test.TestForeignKeyOnDeleteSetNull2 (8.3s) PASSED fktest_test.TestForeignKeyOnInsertOnDuplicateParentTableCheck (3.0s) PASSED fktest_test.TestForeignKeyOnUpdateChildTable (2.7s) PASSED fktest_test.TestForeignKeyOnUpdateParentTableCheck (2.6s) PASSED fktest_test.TestForeignKeyConcurrentInsertChildTable (1.6s) PASSED fktest_test.TestForeignKeyOnDeleteSetNull (2.2s) PASSED fktest_test.TestForeignKeyOnDeleteParentTableCheck (2.6s) PASSED fktest_test.TestForeignKeyOnDeleteCascade (2.6s) PASSED fktest_test.TestForeignKeyGenerateCascadeAST (1.3s) PASSED fktest_test.TestForeignKeyOnDeleteCascade2 (11.3s) /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_1_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_2_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_13_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_6_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_5_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_8_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_11_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 //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (cached) PASSED in 82.5s Stats over 19 runs: max = 82.5s, min = 32.0s, avg = 46.0s, dev = 15.0s PASSED indexmergereadtest_test.TestIssues46005 (38.4s) PASSED indexmergereadtest_test.TestIndexMergePickAndExecTaskPanic (26.7s) PASSED indexmergereadtest_test.TestIndexMergeLimitNotPushedOnPartialSideButKeepOrder (54.3s) PASSED indexmergereadtest_test.TestPartitionTableRandomIndexMerge (28.3s) PASSED indexmergereadtest_test.TestIndexMergeLimitPushedAsIntersectionEmbeddedLimit (28.7s) PASSED indexmergereadtest_test.TestPartitionTableRandomIndexMerge2 (28.1s) PASSED indexmergereadtest_test.TestIndexMergeReaderIssue45279 (24.5s) PASSED indexmergereadtest_test.TestIndexMergeWithPreparedStmt (26.0s) PASSED indexmergereadtest_test.TestProcessInfoRaceWithIndexScan (27.2s) PASSED indexmergereadtest_test.TestIndexMergeReaderMemTracker (28.6s) PASSED indexmergereadtest_test.TestOrderByWithLimit (55.1s) PASSED indexmergereadtest_test.TestPessimisticLockOnPartitionForIndexMerge (32.7s) PASSED indexmergereadtest_test.TestIndexMergeCoprGoroutinesLeak (25.2s) PASSED indexmergereadtest_test.TestIndexMergeIntersectionConcurrency (35.7s) PASSED indexmergereadtest_test.TestIndexMergeError (38.0s) PASSED indexmergereadtest_test.TestIntersectionWithDifferentConcurrency (55.9s) PASSED indexmergereadtest_test.TestIndexMergePanic (74.4s) PASSED indexmergereadtest_test.TestIntersectionWorkerPanic (34.7s) PASSED indexmergereadtest_test.TestIndexMergeProcessWorkerHang (67.8s) /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_1_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_2_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_3_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_4_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_5_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_6_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_7_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_8_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_9_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 //pkg/executor/test/issuetest:issuetest_test (cached) PASSED in 12.5s Stats over 24 runs: max = 12.5s, min = 2.1s, avg = 4.5s, dev = 2.0s PASSED issuetest_test.TestIssue55881 (2.4s) PASSED issuetest_test.TestCalculateBatchSize (0.0s) PASSED issuetest_test.TestIndexReaderIssue53871AndIssue54160 (2.4s) PASSED issuetest_test.TestIssue53221 (1.5s) PASSED issuetest_test.TestIssue52978 (1.6s) PASSED issuetest_test.TestIssue51777 (1.6s) PASSED issuetest_test.TestIssue51874 (1.5s) PASSED issuetest_test.TestIssue50393 (1.6s) PASSED issuetest_test.TestIssue42662 (3.5s) PASSED issuetest_test.TestIssue42298 (1.8s) PASSED issuetest_test.TestIssueRaceWhenBuildingExecutorConcurrently (3.1s) PASSED issuetest_test.TestIssue33214 (1.5s) PASSED issuetest_test.TestIssue33038 (1.5s) PASSED issuetest_test.TestIssue24210 (1.5s) PASSED issuetest_test.TestIssue20975WithPartitionTable (2.2s) PASSED issuetest_test.TestUnionIssue (1.6s) PASSED issuetest_test.TestIssue20975 (2.0s) PASSED issuetest_test.TestIssue28650 (3.4s) PASSED issuetest_test.TestFix31038 (1.5s) PASSED issuetest_test.TestIssue30289 (1.6s) PASSED issuetest_test.TestIndexJoin31494 (10.2s) PASSED issuetest_test.TestIssue51998 (5.5s) PASSED issuetest_test.TestIssue29498 (1.3s) PASSED issuetest_test.TestIssue31678 (1.6s) /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_11_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_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_8_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_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/jointest:jointest_test (cached) PASSED in 52.3s Stats over 10 runs: max = 52.3s, min = 30.5s, avg = 36.9s, dev = 6.8s PASSED jointest_test.TestIssue11896 (26.8s) PASSED jointest_test.TestIssue11895 (24.7s) PASSED jointest_test.TestIssue49033 (38.5s) PASSED jointest_test.TestIssue37932 (25.6s) PASSED jointest_test.TestIssue30211 (25.1s) PASSED jointest_test.TestIssue20779 (23.0s) PASSED jointest_test.TestIssue18070 (24.2s) PASSED jointest_test.TestNullEmptyAwareSemiJoin (31.7s) PASSED jointest_test.TestJoinLeak (28.4s) PASSED jointest_test.TestJoin2 (44.5s) /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_9_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_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 /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_4_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_2_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 //pkg/executor/test/jointest/hashjoin:hashjoin_test (cached) PASSED in 41.0s Stats over 22 runs: max = 41.0s, min = 31.2s, avg = 33.4s, dev = 2.2s PASSED hashjoin_test.TestIssue56825 (26.2s) PASSED hashjoin_test.TestIndexNestedLoopHashJoin (33.6s) PASSED hashjoin_test.TestIssue56214 (24.1s) PASSED hashjoin_test.TestIssue55016 (23.9s) PASSED hashjoin_test.TestIssue52902 (24.2s) PASSED hashjoin_test.TestIssue54755 (25.3s) PASSED hashjoin_test.TestHashJoin (24.8s) PASSED hashjoin_test.TestKillDuringBuild (25.8s) PASSED hashjoin_test.TestOuterTableBuildHashTableIsuse13933 (27.4s) PASSED hashjoin_test.TestInlineProjection4HashJoinIssue15316 (25.8s) PASSED hashjoin_test.TestKillDuringProbe (24.3s) PASSED hashjoin_test.TestIssue18572_1 (24.6s) PASSED hashjoin_test.TestBuildHashTablePanic (24.0s) PASSED hashjoin_test.TestIssue18572_2 (24.6s) PASSED hashjoin_test.TestCreateTasksPanic (25.0s) PASSED hashjoin_test.TestProcessOneProbeChunkPanic (25.6s) PASSED hashjoin_test.TestIssue18572_3 (24.6s) PASSED hashjoin_test.TestSplitPartitionPanic (25.5s) PASSED hashjoin_test.TestExplainAnalyzeJoin (30.0s) PASSED hashjoin_test.TestFinalizeCurrentSegPanic (26.1s) PASSED hashjoin_test.TestIssue20270 (26.1s) PASSED hashjoin_test.TestIssue31129 (27.0s) /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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_9_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_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_11_of_22/coverage.dat //pkg/executor/test/loaddatatest:loaddatatest_test (cached) PASSED in 33.4s Stats over 12 runs: max = 33.4s, min = 29.8s, avg = 31.3s, dev = 1.2s PASSED loaddatatest_test.TestLoadDataInitParam (23.8s) PASSED loaddatatest_test.TestFix56408 (24.6s) PASSED loaddatatest_test.TestLoadDataFromServerFile (25.4s) PASSED loaddatatest_test.TestLoadData (25.3s) PASSED loaddatatest_test.TestLoadDataEscape (24.1s) PASSED loaddatatest_test.TestLoadDataSpecifiedColumns (22.4s) PASSED loaddatatest_test.TestLoadDataIntoPartitionedTable (23.6s) PASSED loaddatatest_test.TestLoadDataIgnoreLines (22.7s) PASSED loaddatatest_test.TestLoadDataNULL (22.6s) PASSED loaddatatest_test.TestLoadDataReplace (23.3s) PASSED loaddatatest_test.TestLoadDataWithUppercaseUserVars (24.1s) PASSED loaddatatest_test.TestLoadDataOverflowBigintUnsigned (22.6s) /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_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_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_4_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_5_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_7_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 //pkg/executor/test/loadremotetest:loadremotetest_test (cached) PASSED in 8.3s PASSED loadremotetest_test.TestLoadRemote (5.9s) 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.2s) PASSED loadremotetest_test.TestLoadRemote/TestGeneratedColumns (0.2s) PASSED loadremotetest_test.TestLoadRemote/TestIgnoreNLines (0.2s) 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 (cached) PASSED in 32.0s PASSED memtest_test.TestInsertUpdateTrackerOnCleanUp (24.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/memtest/memtest_test/coverage.dat //pkg/executor/test/oomtest:oomtest_test (cached) PASSED in 33.3s Stats over 3 runs: max = 33.3s, min = 30.7s, avg = 32.4s, dev = 1.2s PASSED oomtest_test.TestMemTracker4DeleteExec (25.2s) PASSED oomtest_test.TestMemTracker4InsertAndReplaceExec (25.5s) PASSED oomtest_test.TestMemTracker4UpdateExec (23.4s) /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/passwordtest:passwordtest_test (cached) PASSED in 5.0s Stats over 9 runs: max = 5.0s, min = 3.6s, avg = 4.1s, dev = 0.4s PASSED passwordtest_test.TestPasswordMySQLCompatibility (1.5s) PASSED passwordtest_test.TestValidatePassword (2.9s) PASSED passwordtest_test.TestPasswordExpiredAndTacking (1.6s) PASSED passwordtest_test.TestPasswordManagement (1.9s) PASSED passwordtest_test.TestFailedLoginTrackingBasic (1.7s) PASSED passwordtest_test.TestUserPassword (1.6s) PASSED passwordtest_test.TestFailedLoginTracking (2.1s) PASSED passwordtest_test.TestFailedLoginTrackingAlterUser (2.1s) PASSED passwordtest_test.TestFailedLoginTrackingCheckPrivilges (1.4s) /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_1_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_2_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_7_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_5_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 //pkg/executor/test/seqtest:seqtest_test (cached) PASSED in 82.5s Stats over 28 runs: max = 82.5s, min = 29.4s, avg = 35.4s, dev = 10.0s PASSED seqtest_test.TestAnalyzeNextRawErrorNoLeak (23.6s) PASSED seqtest_test.TestPrepared (28.2s) PASSED seqtest_test.TestIssue18744 (23.6s) PASSED seqtest_test.TestPreparedLimitOffset (25.1s) PASSED seqtest_test.TestPrepareWithAggregation (23.8s) PASSED seqtest_test.TestOOMPanicInHashJoinWhenFetchBuildRows (22.4s) PASSED seqtest_test.TestPreparedInsert (24.3s) PASSED seqtest_test.TestAutoRandRecoverTable (24.5s) PASSED seqtest_test.TestPreparedUpdate (25.1s) PASSED seqtest_test.TestInsertFromSelectConflictRetryAutoID (23.9s) PASSED seqtest_test.TestIssue21884 (25.4s) PASSED seqtest_test.TestPessimisticConflictRetryAutoID (25.0s) PASSED seqtest_test.TestPreparedDelete (25.2s) PASSED seqtest_test.TestCoprocessorPriority (24.5s) PASSED seqtest_test.TestBatchInsertDelete (28.7s) PASSED seqtest_test.TestPrepareDealloc (25.0s) PASSED seqtest_test.TestPreparedIssue8153 (25.0s) PASSED seqtest_test.TestPreparedIssue17419 (24.0s) PASSED seqtest_test.TestCartesianProduct (23.7s) PASSED seqtest_test.TestEarlyClose (26.1s) PASSED seqtest_test.TestPrepareMaxParamCountCheck (75.0s) PASSED seqtest_test.TestAdminShowNextID (32.4s) PASSED seqtest_test.TestShow (44.9s) PASSED seqtest_test.TestUnparallelHashAggClose (24.8s) PASSED seqtest_test.TestShowStatsHealthy (28.3s) PASSED seqtest_test.TestIndexMergeReaderClose (26.7s) PASSED seqtest_test.TestIndexDoubleReadClose (23.9s) PASSED seqtest_test.TestParallelHashAggClose (25.3s) /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_1_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_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_26_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_25_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_24_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_23_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_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_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_10_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_11_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_18_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_17_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_15_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 //pkg/executor/test/showtest:showtest_test (cached) PASSED in 5.6s Stats over 24 runs: max = 5.6s, min = 3.5s, avg = 4.5s, dev = 0.6s PASSED showtest_test.TestShowLimitReturnRow (1.6s) PASSED showtest_test.TestShowCreatePlacementPolicy (1.6s) PASSED showtest_test.TestShowVar (1.5s) PASSED showtest_test.TestShowCreateTableWithIntegerDisplayLengthWarnings (1.9s) PASSED showtest_test.TestShowConfig (2.0s) PASSED showtest_test.TestShowClusterConfig (1.6s) PASSED showtest_test.TestShowEscape (1.6s) PASSED showtest_test.TestAutoRandomWithLargeSignedShowTableRegions (1.4s) PASSED showtest_test.TestAutoRandomBase (1.4s) PASSED showtest_test.TestShowTableStatus (1.6s) PASSED showtest_test.TestCollation (1.4s) PASSED showtest_test.TestUnprivilegedShow (1.4s) PASSED showtest_test.TestShowCreateUser (1.7s) PASSED showtest_test.TestShow2 (1.5s) PASSED showtest_test.TestIssue11165 (1.6s) PASSED showtest_test.TestIssue10549 (1.5s) PASSED showtest_test.TestIssue17794 (1.5s) PASSED showtest_test.TestIssue18878 (1.6s) PASSED showtest_test.TestShowStatsPrivilege (1.5s) PASSED showtest_test.TestShowGrantsPrivilege (1.9s) PASSED showtest_test.TestShowCreateTablePlacement (2.2s) PASSED showtest_test.TestShowWarningsForExprPushdown (1.7s) PASSED showtest_test.TestShowVisibility (1.7s) PASSED showtest_test.TestShowWarnings (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_1_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_2_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 //pkg/executor/test/simpletest:simpletest_test (cached) PASSED in 46.1s Stats over 12 runs: max = 46.1s, min = 31.4s, avg = 34.2s, dev = 4.1s PASSED simpletest_test.TestKillStmt (24.3s) PASSED simpletest_test.TestDropStatsForMultipleTable (26.4s) PASSED simpletest_test.TestDropStats (24.7s) PASSED simpletest_test.TestDropPartitionStats (31.9s) PASSED simpletest_test.TestFlushPrivilegesPanic (23.9s) PASSED simpletest_test.TestSetPwd (25.2s) PASSED simpletest_test.TestUser (38.1s) PASSED simpletest_test.TestMaxUserConnections (26.0s) PASSED simpletest_test.TestRole (26.7s) PASSED simpletest_test.TestTransaction (24.0s) PASSED simpletest_test.TestUserWithSetNames (24.3s) PASSED simpletest_test.TestExtendedStatsPrivileges (24.8s) /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_11_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_9_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_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 /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_4_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_2_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 //pkg/executor/test/splittest:splittest_test (cached) PASSED in 40.9s Stats over 3 runs: max = 40.9s, min = 7.4s, avg = 27.6s, dev = 14.5s PASSED splittest_test.TestBenchDaily (0.0s) PASSED splittest_test.TestShowTableRegion (33.5s) PASSED splittest_test.TestClusterIndexShowTableRegion (26.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/executor/test/tiflashtest:tiflashtest_test (cached) PASSED in 83.0s Stats over 48 runs: max = 83.0s, min = 7.9s, avg = 37.6s, dev = 12.6s PASSED tiflashtest_test.TestIssue59877 (24.8s) PASSED tiflashtest_test.TestIssue59703 (24.1s) PASSED tiflashtest_test.TestIndexMergeCarePreferTiflash (25.3s) PASSED tiflashtest_test.TestMppTableReaderCacheForSingleSQL (39.2s) PASSED tiflashtest_test.TestMppAggShouldAlignFinalMode (24.3s) PASSED tiflashtest_test.TestIssue50358 (47.8s) PASSED tiflashtest_test.TestMPPRecovery (38.4s) PASSED tiflashtest_test.TestUnionScan (43.6s) PASSED tiflashtest_test.TestNonsupportCharsetTable (24.0s) PASSED tiflashtest_test.TestMPP47766 (24.8s) PASSED tiflashtest_test.TestMppStoreCntWithErrors (23.4s) PASSED tiflashtest_test.TestDisaggregatedTiFlashGeneratedColumn (49.8s) PASSED tiflashtest_test.TestReadPartitionTable (31.0s) PASSED tiflashtest_test.TestTiFlashComputeDispatchPolicy (24.9s) PASSED tiflashtest_test.TestAggPushDownApplyAll (23.8s) PASSED tiflashtest_test.TestReadUnsigedPK (26.7s) PASSED tiflashtest_test.TestMPPMemoryTracker (26.2s) PASSED tiflashtest_test.TestJoinRace (25.7s) PASSED tiflashtest_test.TestMppExecution (65.5s) PASSED tiflashtest_test.TestDisaggregatedTiFlashQuery (24.5s) PASSED tiflashtest_test.TestInjectExtraProj (26.0s) PASSED tiflashtest_test.TestDisaggregatedTiFlashNonAutoScaler (24.3s) PASSED tiflashtest_test.TestTiFlashPartitionTableShuffledHashJoin (0.0s) PASSED tiflashtest_test.TestDisaggregatedTiFlash (26.4s) PASSED tiflashtest_test.TestTiFlashPartitionTableReader (0.0s) PASSED tiflashtest_test.TestTiflashEmptyDynamicPruneResult (27.9s) PASSED tiflashtest_test.TestIssue41014 (26.2s) PASSED tiflashtest_test.TestGroupStreamAggOnTiFlash (25.4s) PASSED tiflashtest_test.TestPartitionTable (35.0s) PASSED tiflashtest_test.TestAggPushDownUnionAndMPP (25.6s) PASSED tiflashtest_test.TestMppEnum (25.1s) PASSED tiflashtest_test.TestAggPushDownCountStar (26.6s) PASSED tiflashtest_test.TestTiFlashPlanCacheable (28.4s) PASSED tiflashtest_test.TestTiflashPartitionTableScan (26.7s) PASSED tiflashtest_test.TestDispatchTaskRetry (24.9s) PASSED tiflashtest_test.TestForbidTiFlashIfExtraPhysTableIDIsNeeded (24.0s) PASSED tiflashtest_test.TestCancelMppTasks (27.3s) PASSED tiflashtest_test.TestMppVersionError (24.6s) PASSED tiflashtest_test.TestTiflashSupportStaleRead (27.4s) PASSED tiflashtest_test.TestMppGoroutinesExitFromErrors (25.2s) PASSED tiflashtest_test.TestMppUnionAll (31.9s) PASSED tiflashtest_test.TestTiFlashPartitionTableBroadcastJoin (49.5s) PASSED tiflashtest_test.TestMppApply (33.6s) PASSED tiflashtest_test.TestUnionWithEmptyDualTable (26.0s) PASSED tiflashtest_test.TestTiFlashPartitionTableShuffledHashAggregation (50.2s) PASSED tiflashtest_test.TestAvgOverflow (75.1s) PASSED tiflashtest_test.TestIssue57149 (27.6s) PASSED tiflashtest_test.TestTiFlashVirtualColumn (29.9s) /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_41_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_40_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_38_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_37_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_4_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_5_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_35_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_34_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_33_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_32_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_30_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_29_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_28_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_27_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_26_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_14_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_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_24_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_18_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_19_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_21_of_48/coverage.dat //pkg/executor/test/txn:txn_test (cached) PASSED in 31.4s Stats over 11 runs: max = 31.4s, min = 3.6s, avg = 6.6s, dev = 7.8s PASSED txn_test.TestInnodbLockWaitTimeout (3.7s) PASSED txn_test.TestInvalidReadTemporaryTable (1.7s) PASSED txn_test.TestSavepointWithForeignKey (1.8s) PASSED txn_test.TestInvalidReadCacheTable (1.7s) PASSED txn_test.TestColumnNotMatchError (1.4s) PASSED txn_test.TestTxnSavepoint0 (1.5s) PASSED txn_test.TestSavepointWithCacheTable (1.4s) PASSED txn_test.TestTxnSavepoint1 (1.5s) PASSED txn_test.TestRollbackToSavepointReleasePessimisticLock (1.6s) PASSED txn_test.TestSavepointInBigTxn (29.2s) PASSED txn_test.TestSavepointInPessimisticAndOptimistic (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_1_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_2_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_3_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_4_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_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 //pkg/executor/test/unstabletest:unstabletest_test (cached) PASSED in 32.5s PASSED unstabletest_test.TestGlobalMemoryControl (4.7s) PASSED unstabletest_test.TestPBMemoryLeak (25.6s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/unstabletest/unstabletest_test/coverage.dat //pkg/executor/test/writetest:writetest_test (cached) PASSED in 4.1s Stats over 9 runs: max = 4.1s, min = 3.5s, avg = 4.0s, dev = 0.2s PASSED writetest_test.TestPessimisticDeleteYourWrites (1.5s) PASSED writetest_test.TestInsertIgnore (1.6s) PASSED writetest_test.TestDeferConstraintCheckForInsert (2.0s) PASSED writetest_test.TestLoadDataMissingColumn (1.5s) PASSED writetest_test.TestRebaseIfNeeded (1.4s) PASSED writetest_test.TestIssue18681 (1.4s) PASSED writetest_test.TestReplaceLog (1.4s) PASSED writetest_test.TestIssue34358 (1.4s) PASSED writetest_test.TestLatch (1.4s) /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_1_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_2_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_3_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_4_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 //pkg/expression:expression_test (cached) PASSED in 107.7s Stats over 50 runs: max = 107.7s, min = 7.6s, avg = 20.5s, dev = 19.8s 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.0s) PASSED expression.TestAESDecrypt (0.0s) PASSED expression.TestConcat (0.0s) PASSED expression.TestGetTypeThreadSafe (0.0s) PASSED expression.TestInet6AtoN (0.0s) PASSED expression.TestJSONSearch (0.0s) PASSED expression.TestPeriodAdd (0.0s) PASSED expression.TestTranslate (0.0s) PASSED expression.TestUnfoldableFuncs (0.0s) PASSED expression.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.1s) 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.TestArithmeticPlus (0.0s) PASSED expression.TestConvertTz (0.0s) PASSED expression.TestEval (0.0s) PASSED expression.TestGroupingSetsMergeOneUnitTest (0.0s) PASSED expression.TestJSONStorageSize (0.0s) PASSED expression.TestLeft (0.0s) PASSED expression.TestRandomBytes (0.0s) PASSED expression.TestUUIDToBin (0.0s) PASSED expression.TestVectorizedBuiltinStringEvalOneVec (14.5s) PASSED expression.TestDeferredExprNotNull (0.0s) PASSED expression.TestEvalExpr (0.2s) PASSED expression.TestInetNtoa (0.0s) PASSED expression.TestJSONDepth (0.0s) PASSED expression.TestLengthAndOctetLength (0.0s) PASSED expression.TestSQLEncode (0.0s) PASSED expression.TestStringRight (0.0s) PASSED expression.TestToDays (0.0s) PASSED expression.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 (17.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.3s) PASSED expression.TestArithmeticMultiply (0.0s) PASSED expression.TestGroupingSetsMergeUnitTest (0.0s) PASSED expression.TestJSONMergePatch (0.0s) PASSED expression.TestLastDay (0.0s) PASSED expression.TestPBToScalarFuncExpr (0.0s) PASSED expression.TestRepeat (0.2s) PASSED expression.TestTidbShard (0.0s) PASSED expression.TestUncompress (0.0s) PASSED expression.TestVectorizedBuiltinStringEvalOneVec2 (11.6s) 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 (15.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 (6.2s) PASSED expression.TestVectorizedBuiltinStringFunc2 (12.6s) PASSED expression.TestWithTimeZone (0.0s) 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 (7.3s) 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 (16.9s) PASSED expression.TestUUID (0.0s) PASSED expression.TestVectorizedBuiltinControlEvalOneVecGenerated (11.9s) 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 (23.8s) 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 (12.5s) 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 (10.0s) 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.TestBuiltinFuncCache (0.0s) PASSED expression.TestCILike (0.0s) PASSED expression.TestCurrentTso (0.0s) PASSED expression.TestExtract (0.0s) PASSED expression.TestIlike (0.0s) PASSED expression.TestLeftShift (0.0s) PASSED expression.TestReplace (0.0s) PASSED expression.TestScalarFunction (0.0s) PASSED expression.TestVectorizedDecimalErrOverflow (0.0s) PASSED expression.TestCastFunctions (0.0s) PASSED expression.TestDate (0.1s) PASSED expression.TestIssue23309 (0.0s) PASSED expression.TestRightShift (0.0s) PASSED expression.TestSubstring (0.0s) PASSED expression.TestUnaryOp (0.0s) PASSED expression.TestVectorizedBuiltinIlikeFunc (1.3s) PASSED expression.TestVectorizedBuiltinLikeFunc (0.6s) PASSED expression.TestVectorizedBuiltinTimeEvalOneVecGenerated (81.5s) 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 (99.4s) 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 (16.3s) 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 (17.4s) 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 (20.9s) 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.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 (10.7s) PASSED expression.TestVectorizedBuiltinCompareFunc (11.0s) PASSED expression.TestVectorizedBuiltinMathFuncForRand (0.0s) PASSED expression.TestBitNeg (0.0s) PASSED expression.TestCompareFunc2Pb (0.0s) PASSED expression.TestCurrentResourceGroup (0.0s) PASSED expression.TestDayOfYear (0.0s) PASSED expression.TestLocate (0.0s) PASSED expression.TestLog (0.0s) PASSED expression.TestSchemaString (0.0s) PASSED expression.TestVectorizedBuiltinVecFunc (3.8s) PASSED expression.TestWrapWithCastAsDuration (0.0s) 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.TestBenchMark (0.0s) PASSED expression.TestCastStringAsDecimalSigWithUnsignedFlagInUnion (0.0s) PASSED expression.TestDoubleVec2Row (0.6s) 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 (6.4s) 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.4s) PASSED expression.TestSchemaIsUniqueKey (0.0s) PASSED expression.TestWrapWithCastAsJSON (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 (9.7s) PASSED expression.TestVectorizedBuiltinMathFunc (8.6s) PASSED expression.TestCastIntAsIntVec (0.0s) PASSED expression.TestDateFunc2Pb (0.0s) PASSED expression.TestDoubleRow2Vec (0.5s) PASSED expression.TestLogicXor (0.0s) PASSED expression.TestRTrim (0.0s) PASSED expression.TestRand (0.0s) PASSED expression.TestSchemaContains (0.0s) PASSED expression.TestTime (0.0s) PASSED expression.TestVersion (0.0s) PASSED expression.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 (8.2s) PASSED expression.TestTimestampDiff (0.0s) PASSED expression.TestVectorizedBuiltinMathEvalOneVec (7.0s) PASSED expression.TestVectorizedGeneratedBuiltinCompareFunc (15.1s) PASSED expression.TestBitwiseFunc2Pb (0.0s) PASSED expression.TestBuiltinUnaryMinusIntSig (0.0s) PASSED expression.TestCastConstAsDecimalFieldType (0.0s) PASSED expression.TestCharset (0.0s) PASSED expression.TestIsDuration (0.0s) PASSED expression.TestRound (0.0s) PASSED expression.TestSchemaColumnsByIndices (0.0s) PASSED expression.TestUnhexFunc (0.0s) PASSED expression.TestVectorizedCheck (0.0s) PASSED expression.TestAddTimeSig (0.0s) PASSED expression.TestBitCount (0.0s) PASSED expression.TestBitLength (0.0s) PASSED expression.TestCastBinaryStringAsJSONSig (0.0s) PASSED expression.TestCoercibility (0.0s) PASSED expression.TestControlFunc2Pb (0.0s) PASSED expression.TestFloat32ColVec (0.0s) PASSED expression.TestSchemaMergeSchema (0.0s) PASSED expression.TestTruncate (0.0s) PASSED expression.TestCRC32 (0.0s) PASSED expression.TestCastArrayFunc (0.0s) PASSED expression.TestChar (0.0s) PASSED expression.TestCollation (0.0s) PASSED expression.TestGetUsedList (0.0s) PASSED expression.TestOtherFunc2Pb (0.0s) PASSED expression.TestRowFunc (0.0s) PASSED expression.TestSubTimeSig (0.0s) PASSED expression.TestVecEvalBool (8.2s) 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 (8.6s) PASSED expression.TestRowCount (0.0s) PASSED expression.TestSetVar (0.0s) PASSED expression.TestSysDate (0.2s) PASSED expression.TestVectorizedBuiltinCastEvalOneVec (12.2s) PASSED expression.TestExprPushDownToFlash (0.1s) PASSED expression.TestFindInSet (0.0s) PASSED expression.TestFromUnixTime (0.0s) PASSED expression.TestGetVar (0.0s) PASSED expression.TestInferType (31.0s) PASSED expression.TestSign (0.0s) PASSED expression.TestTiDBVersion (0.0s) PASSED expression.TestVectorizedBuiltinCastFunc (13.2s) PASSED expression.TestVectorizedFilterConsiderNull (14.7s) PASSED expression.TestCot (0.0s) PASSED expression.TestFromBase64 (0.0s) PASSED expression.TestHashGroupKey (0.3s) PASSED expression.TestInColumnArray (0.0s) PASSED expression.TestJSONMergePreserve (0.0s) PASSED expression.TestProjectionColumn2Pb (0.0s) PASSED expression.TestRegexpLike (0.0s) PASSED expression.TestVectorizedGeneratedBuiltinCompareEvalOneVec (11.3s) PASSED expression.TestYearWeek (0.0s) 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.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.2s) 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 (4.0s) 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.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 (6.6s) 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.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 (4.8s) PASSED expression.TestAsin (0.0s) PASSED expression.TestColInfo2Col (0.0s) PASSED expression.TestJSONExtract (0.0s) PASSED expression.TestMakeSet (0.0s) PASSED expression.TestMetadata (0.0s) PASSED expression.TestPushDownNot (0.0s) PASSED expression.TestRefineArgsWithCastEnum (0.0s) PASSED expression.TestTimeDiff (0.0s) PASSED expression.TestVectorizedBuiltinOtherFunc (1.7s) PASSED expression.TestColHybird (0.2s) 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.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) /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_3_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_4_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_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_6_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_44_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_9_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_11_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_42_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_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_17_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_21_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_39_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_38_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_24_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_26_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_27_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_30_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_33_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_32_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_36_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 //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.TestAggFunc2Pb (0.0s) PASSED aggregation.TestAggFuncDesc (0.0s) PASSED aggregation.TestAvg (0.0s) PASSED aggregation.TestMaxMin (0.0s) PASSED aggregation.TestAvgFinalMode (0.0s) PASSED aggregation.TestFirstRow (0.0s) PASSED aggregation.TestConcat (0.0s) PASSED aggregation.TestSum (0.0s) PASSED aggregation.TestCount (0.0s) PASSED aggregation.TestBitAnd (0.0s) PASSED aggregation.TestBitXor (0.0s) PASSED aggregation.TestBitOr (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_1_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_2_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_3_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_4_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_5_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 //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.TestNewStaticEvalCtx (0.0s) PASSED exprstatic.TestNewStaticExprCtx (0.0s) PASSED exprstatic.TestStaticEvalCtxCurrentTime (0.0s) PASSED exprstatic.TestEvalCtxLoadSystemVars (0.0s) PASSED exprstatic.TestStaticEvalCtxWarnings (0.0s) PASSED exprstatic.TestMakeEvalContextStatic (0.0s) PASSED exprstatic.TestParamList (0.0s) PASSED exprstatic.TestStaticEvalContextOptionalProps (0.0s) PASSED exprstatic.TestUpdateStaticEvalContext (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_1_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_2_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_3_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_4_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 //pkg/expression/integration_test:integration_test_test (cached) PASSED in 7.1s Stats over 50 runs: max = 7.1s, min = 3.7s, avg = 4.7s, dev = 0.8s PASSED integration_test_test.TestIssue44706 (1.8s) PASSED integration_test_test.TestIssue55885 (1.5s) PASSED integration_test_test.TestVectorLong (2.3s) PASSED integration_test_test.TestIssue51842 (1.8s) PASSED integration_test_test.TestIssue55886 (1.6s) PASSED integration_test_test.TestVectorDefaultValue (2.7s) PASSED integration_test_test.TestIssue57608 (1.6s) PASSED integration_test_test.TestVectorColumnInfo (2.1s) PASSED integration_test_test.TestIssue43527 (1.5s) PASSED integration_test_test.TestVectorExplainTruncate (1.5s) PASSED integration_test_test.TestVectorConstantExplain (1.5s) PASSED integration_test_test.TestTiDBRowChecksumBuiltin (1.7s) PASSED integration_test_test.TestVectorIndexExplain (1.5s) PASSED integration_test_test.TestFixedVector (2.6s) PASSED integration_test_test.TestTiDBRowChecksumBuiltinAfterAddColumn (1.8s) PASSED integration_test_test.TestVector (1.6s) PASSED integration_test_test.TestVectorOperators (1.7s) PASSED integration_test_test.TestTiDBRowChecksumBuiltinAfterDropColumn (1.9s) PASSED integration_test_test.TestVectorCompare (1.7s) PASSED integration_test_test.TestVectorConversion (1.6s) PASSED integration_test_test.TestIssue16205 (1.6s) PASSED integration_test_test.TestVectorAssignVariable (1.4s) PASSED integration_test_test.TestVectorControlFlow (1.5s) PASSED integration_test_test.TestVectorStringCompare (1.4s) PASSED integration_test_test.TestPreparePlanCacheOnCachedTable (1.5s) PASSED integration_test_test.TestVectorAggregations (1.5s) PASSED integration_test_test.TestVectorWindow (1.5s) PASSED integration_test_test.TestVectorSetOperation (1.5s) PASSED integration_test_test.TestSetVariables (1.5s) PASSED integration_test_test.TestVectorArithmatic (1.9s) PASSED integration_test_test.TestVectorFunctions (1.8s) PASSED integration_test_test.TestVectorMiscFunctions (1.8s) PASSED integration_test_test.TestGetLock (3.6s) PASSED integration_test_test.TestVectorSearchExtractProj (3.9s) PASSED integration_test_test.TestTimeBuiltin (3.5s) PASSED integration_test_test.TestCompareBuiltin (1.7s) PASSED integration_test_test.TestVectorSearchPreparedStatement (1.6s) PASSED integration_test_test.TestInfoBuiltin (1.9s) PASSED integration_test_test.TestFilterExtractFromDNF (1.9s) PASSED integration_test_test.TestTiDBDecodeKeyFunc (1.9s) PASSED integration_test_test.TestCastJSONTimeDuration (1.5s) PASSED integration_test_test.TestTiDBEncodeKey (1.8s) PASSED integration_test_test.TestIssue9710 (1.6s) PASSED integration_test_test.TestShardIndexOnTiFlash (1.8s) PASSED integration_test_test.TestExprPushdownBlacklist (1.8s) PASSED integration_test_test.TestTimestamp (1.7s) PASSED integration_test_test.TestEnumIndex (2.4s) PASSED integration_test_test.TestDecodetoChunkReuse (1.6s) PASSED integration_test_test.TestIssue16697 (1.6s) PASSED integration_test_test.TestSecurityEnhancedMode (1.5s) PASSED integration_test_test.TestPrimaryKeyRequiredSysvar (1.8s) PASSED integration_test_test.TestBuiltinFuncJSONMergePatch_InColumn (1.7s) PASSED integration_test_test.TestBuiltinFuncJSONMergePatch_InExpression (2.0s) /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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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 /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_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_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_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_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_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_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_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_36_of_50/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/expression/test/multivaluedindex:multivaluedindex_test (cached) PASSED in 4.0s Stats over 4 runs: max = 4.0s, min = 3.8s, avg = 3.9s, dev = 0.1s PASSED multivaluedindex_test.TestWriteMultiValuedIndexComposite (1.5s) PASSED multivaluedindex_test.TestWriteMultiValuedIndexUnique (1.5s) PASSED multivaluedindex_test.TestWriteMultiValuedIndexPartitionTable (1.6s) PASSED multivaluedindex_test.TestWriteMultiValuedIndex (1.7s) /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/extension:extension_test (cached) PASSED in 4.9s Stats over 21 runs: max = 4.9s, min = 1.8s, avg = 3.7s, dev = 1.0s PASSED extension.TestAuthPluginValidation (0.0s) PASSED extension.TestCustomAccessCheck (1.8s) PASSED extension.TestSetVariablePrivilege (1.6s) PASSED extension.TestAuthPlugin (1.8s) PASSED extension.TestAuthPluginSwitchPlugins (1.7s) PASSED extension.TestCreateUserWhenGrant (1.6s) PASSED extension.TestExtensionStmtEvents (1.6s) PASSED extension.TestCreateViewWithPluginUser (1.4s) PASSED extension.TestRegisterExtensionWithSysVars (0.0s) PASSED extension.TestPluginUserModification (1.5s) PASSED extension.TestBootstrap (1.3s) PASSED extension.TestExtensionFuncCtx (1.3s) PASSED extension.TestInvokeExtensionFunc (2.3s) PASSED extension.TestRegisterExtensionWithDyncPrivs (0.0s) PASSED extension.TestExtensionFuncDynamicArgLen (1.4s) PASSED extension.TestRegisterExtensionFunc (0.0s) PASSED extension.TestExtensionFuncPrivilege (1.5s) PASSED extension.TestShouldNotOptimizeExtensionFunc (1.4s) PASSED extension.TestRegisterExtensionWithClose (0.0s) PASSED extension.TestSetupExtensions (0.0s) PASSED extension.TestExtensionRegisterName (0.0s) /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_1_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_3_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_4_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_5_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_8_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_17_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_11_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_13_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_14_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 //pkg/extension/enterprise/audit:audit_test (cached) PASSED in 35.7s Stats over 38 runs: max = 35.7s, min = 2.2s, avg = 6.2s, dev = 6.6s PASSED audit.TestNormalizeUserAndHost (0.0s) PASSED audit.TestAuditLogRedact (1.8s) PASSED audit.TestAuditLogReservedDays (6.9s) PASSED audit.TestAuditLogReservedBackups (33.4s) PASSED audit.TestAuditLogMaxLifetime (18.4s) PASSED audit.TestAuditLogMaxSize (1.6s) PASSED audit.TestAuditLogFormat (1.6s) PASSED audit.TestEntryPool (0.0s) PASSED audit.TestAuditLogDefaultInstanceLog (1.3s) 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.TestNewAuditFuncCallEntry (0.0s) PASSED audit.TestFilterSpec (1.6s) PASSED audit.TestAuditLogDefault (1.3s) 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.TestFilterRuleBundle (0.0s) PASSED audit.TestMayLogFilterRuleBundlesDifferent (0.0s) PASSED audit.TestAuditLogRotate (6.6s) PASSED audit.TestFilterRule (1.6s) PASSED audit.TestAuditEnabled (2.3s) PASSED audit.TestRestrictedAuditAdmin (1.6s) PASSED audit.TestEventClass (17.7s) PASSED audit.TestAuditLogRuleValidate (1.4s) PASSED audit.TestAuditLogEnableRule (1.9s) PASSED audit.TestLogEntryDoesNotBlockEachOther (0.0s) PASSED audit.TestAuditAdmin (1.7s) PASSED audit.TestAuditLoggerMaxLifeTimeRotateLoop (1.1s) PASSED audit.TestConcurrentAuditOperations (10.1s) PASSED audit.TestAuditLogRuleUsername (1.5s) PASSED audit.TestManagerNotify (6.6s) PASSED audit.TestFilterCURD (1.4s) 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.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.TestMaxLifeTimeRotateTicker (3.0s) PASSED audit.TestConfigLogFilePath (0.0s) PASSED audit.TestManagerReloadFilter (1.4s) PASSED audit.TestManagerBootstrap (1.4s) /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_35_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 /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_32_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_31_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_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_30_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_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_11_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_29_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_15_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_12_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_13_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_23_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_28_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_25_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_21_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_27_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 //pkg/infoschema:infoschema_test (cached) PASSED in 4.3s Stats over 26 runs: max = 4.3s, min = 1.8s, avg = 2.6s, dev = 0.7s 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.TestGetKeptAllocators (0.0s) PASSED infoschema.TestGetKeptAllocators/case_0 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_1 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_2 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_3 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_4 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_5 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_6 (0.0s) PASSED infoschema.TestGetKeptAllocators/case_7 (0.0s) PASSED infoschema.TestInfoSchemaAddDel (0.0s) PASSED infoschema.TestBasic (0.0s) PASSED infoschema.TestBasic/invalid_table_ID_(negative) (0.0s) PASSED infoschema.TestBasic/non-existent_table_ID (0.0s) PASSED infoschema.TestBasic/valid_table_ID (0.0s) PASSED infoschema.TestMockInfoSchema (0.0s) PASSED infoschema.TestBundles (0.0s) PASSED infoschema.TestInfoTables (0.0s) PASSED infoschema.TestBuildSchemaWithGlobalTemporaryTable (0.1s) PASSED infoschema.TestWithRefillOption (1.5s) PASSED infoschema.TestBuildBundle (1.6s) PASSED infoschema.TestLocalTemporaryTables (0.0s) PASSED infoschema.TestMisc (0.0s) PASSED infoschema.TestInfoSchemaCreateTableLike (1.8s) PASSED infoschema.TestApplyDiff (0.3s) PASSED infoschema.TestEnableInfoSchemaV2 (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) /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_1_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_3_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_15_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_6_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_9_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_10_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_13_of_26/coverage.dat //pkg/infoschema/internal:internal_test (cached) PASSED in 1.0s 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/perfschema:perfschema_test (cached) PASSED in 4.1s Stats over 4 runs: max = 4.1s, min = 2.2s, avg = 3.6s, dev = 0.8s PASSED perfschema.TestSessionConnectAttrs (1.4s) PASSED perfschema.TestTiKVProfileCPU (1.4s) PASSED perfschema.TestPredefinedTables (0.0s) PASSED perfschema.TestPerfSchemaTables (1.3s) /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_1_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 //pkg/infoschema/test/cachetest:cachetest_test (cached) PASSED in 1.5s Stats over 8 runs: max = 1.5s, min = 1.2s, avg = 1.3s, 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/infoschema/test/clustertablestest:clustertablestest_test (cached) PASSED in 44.9s Stats over 50 runs: max = 44.9s, min = 2.0s, avg = 6.4s, dev = 8.1s PASSED clustertablestest_test.TestStmtSummaryInternalQuery (1.5s) PASSED clustertablestest_test.TestStmtSummaryTablePrivilege (1.7s) PASSED clustertablestest_test.TestForClusterServerInfo (2.9s) PASSED clustertablestest_test.TestSimpleStmtSummaryEvictedCount (3.2s) PASSED clustertablestest_test.TestStmtSummaryEvictedPointGet (1.7s) PASSED clustertablestest_test.TestTestDataLockWaits (1.3s) PASSED clustertablestest_test.TestStmtSummaryTable (1.6s) PASSED clustertablestest_test.TestDataLockWaitsPrivilege (1.6s) PASSED clustertablestest_test.TestServerInfoResolveLoopBackAddr (0.0s) PASSED clustertablestest_test.TestFormatStoreServerVersion (0.0s) PASSED clustertablestest_test.TestInfoSchemaClientErrors (1.2s) PASSED clustertablestest_test.TestSelectClusterTable (1.7s) PASSED clustertablestest_test.TestFormatVersion (0.0s) PASSED clustertablestest_test.TestSelectClusterTablePrivilege (1.3s) PASSED clustertablestest_test.TestTiDBTrx (1.3s) PASSED clustertablestest_test.TestSelectHiddenColumn (1.2s) PASSED clustertablestest_test.TestStmtSummaryEvictedCountTable (1.4s) PASSED clustertablestest_test.TestTiDBTrxSummary (2.2s) PASSED clustertablestest_test.TestSystemSchemaID (1.3s) PASSED clustertablestest_test.TestAttributes (1.4s) PASSED clustertablestest_test.TestStmtSummaryIssue35340 (2.6s) PASSED clustertablestest_test.TestReloadDropDatabase (1.4s) PASSED clustertablestest_test.TestMemoryUsageAndOpsHistory (5.0s) PASSED clustertablestest_test.TestStmtSummaryHistoryTableWithUserTimezone (1.2s) PASSED clustertablestest_test.TestTableIfHasColumn (1.2s) PASSED clustertablestest_test.TestAddFieldsForBinding (1.2s) PASSED clustertablestest_test.TestStmtSummaryHistoryTable (1.5s) PASSED clustertablestest_test.TestClusterInfoTime (1.1s) PASSED clustertablestest_test.TestIssue26379 (1.4s) PASSED clustertablestest_test.TestSlowQueryOOM (1.6s) PASSED clustertablestest_test.TestSlowQuery (1.2s) PASSED clustertablestest_test.TestStmtSummaryResultRows (1.2s) PASSED clustertablestest_test.TestMDLView (6.0s) PASSED clustertablestest_test.TestMDLView/add_column (1.5s) PASSED clustertablestest_test.TestMDLView/change_column_in_1_step (1.4s) PASSED clustertablestest_test.TestMDLView/err_don't_show_rollbackdone_ddl (1.6s) PASSED clustertablestest_test.TestMDLView/rename_tables (1.5s) PASSED clustertablestest_test.TestMDLViewWithNoPrivilege (42.2s) PASSED clustertablestest_test.TestTableRowIDShardingInfo (1.6s) PASSED clustertablestest_test.TestMDLViewWithPrivilege (42.3s) PASSED clustertablestest_test.TestQuickBinding (3.6s) PASSED clustertablestest_test.TestUniversalBindingFromHistory (0.0s) PASSED clustertablestest_test.TestSomeTables (1.3s) PASSED clustertablestest_test.TestStmtSummaryShowPlanForSQL (1.4s) PASSED clustertablestest_test.TestStmtSummaryShowPlanForSQL2 (1.5s) PASSED clustertablestest_test.TestCreateBindingFromHistory (1.4s) PASSED clustertablestest_test.TestInfoSchemaFieldValue (1.9s) PASSED clustertablestest_test.TestCreateBindingForPrepareFromHistory (1.3s) PASSED clustertablestest_test.TestErrorCasesCreateBindingFromHistory (1.4s) PASSED clustertablestest_test.TestBatchCreateBindingFromHistory (1.4s) PASSED clustertablestest_test.TestRepeatedBatchCreateBindingFromHistory (1.4s) PASSED clustertablestest_test.TestPlanCacheView (1.9s) PASSED clustertablestest_test.TestBatchCreateBindingFromHistoryAtomic (1.5s) PASSED clustertablestest_test.TestBindingFromHistoryWithTiFlashBindable (2.9s) PASSED clustertablestest_test.TestSetBindingStatusBySQLDigest (1.5s) PASSED clustertablestest_test.TestMDLViewIDConflict (13.2s) PASSED clustertablestest_test.TestCreateBindingForNotSupportedStmt (1.5s) PASSED clustertablestest_test.TestCreateBindingRepeatedly (1.6s) PASSED clustertablestest_test.TestCreateBindingWithUsingKeyword (1.6s) PASSED clustertablestest_test.TestUnusedIndexView (1.5s) PASSED clustertablestest_test.TestNewCreatedBindingCanWorkWithPlanCache (1.5s) PASSED clustertablestest_test.TestCreateBindingForPrepareToken (1.5s) PASSED clustertablestest_test.TestIndexUsageTable (1.9s) PASSED clustertablestest_test.TestClusterIndexUsageTable (1.8s) /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_1_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_48_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_47_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_46_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_45_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_44_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_43_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_42_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_10_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_41_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_13_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_40_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 /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_39_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_38_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_23_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_37_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_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_36_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_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_35_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_32_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_34_of_50/coverage.dat //pkg/infoschema/test/infoschemav2test:infoschemav2test_test (cached) PASSED in 5.1s Stats over 13 runs: max = 5.1s, min = 3.2s, avg = 4.4s, dev = 0.6s PASSED infoschemav2test_test.TestGetAndResetRecentInfoSchemaTS (1.5s) PASSED infoschemav2test_test.TestInfoSchemaCachedAutoIncrement (1.7s) PASSED infoschemav2test_test.TestSnapshotInfoschemaReader (1.4s) PASSED infoschemav2test_test.TestSchemaSimpleTableInfos (1.7s) PASSED infoschemav2test_test.TestIssue54926 (1.4s) PASSED infoschemav2test_test.TestFullLoadAndSnapshot (1.7s) PASSED infoschemav2test_test.TestCachedTable (1.3s) PASSED infoschemav2test_test.TestTrace (1.5s) PASSED infoschemav2test_test.TestUnrelatedDDLTriggerReload (1.4s) PASSED infoschemav2test_test.TestTiDBSchemaCacheSizeVariable (1.4s) PASSED infoschemav2test_test.TestListTablesWithSpecialAttribute (2.4s) PASSED infoschemav2test_test.TestFindTableByPartitionID (1.7s) PASSED infoschemav2test_test.TestSpecialSchemas (1.4s) /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_4_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 /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_1_of_13/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.TestGetInt64 (0.0s) PASSED kv.TestIncInt64 (0.0s) PASSED kv.TestError (0.0s) PASSED kv.TestPartialNext (0.0s) PASSED kv.TestFaultInjectionBasic (0.0s) PASSED kv.TestInnerTxnStartTsBox (0.0s) PASSED kv.TestIsPoint (0.0s) PASSED kv.TestBasicFunc (0.0s) PASSED kv.TestRetryExceedCountError (0.0s) PASSED kv.TestPaddingHandle (0.0s) PASSED kv.TestHandleMap (0.0s) PASSED kv.TestHandle (0.0s) PASSED kv.TestMemAwareHandleMapWithPartialHandle (0.0s) PASSED kv.TestBackOff (0.1s) PASSED kv.TestHandleMapWithPartialHandle (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.TestKeyRangeDefinition (0.0s) PASSED kv.TestInterface (0.0s) PASSED kv.TestSetCDCWriteSource (0.0s) PASSED kv.TestSetCDCWriteSource/cdc_write_source_is_not_set (0.0s) PASSED kv.TestSetCDCWriteSource/cdc_write_source_is_not_valid (0.0s) PASSED kv.TestSetCDCWriteSource/cdc_write_source_is_set (0.0s) /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_20_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_2_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_3_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_5_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_17_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_9_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_11_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_10_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_12_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_14_of_23/coverage.dat //pkg/lightning/backend:backend_test (cached) PASSED in 1.9s Stats over 14 runs: max = 1.9s, min = 1.5s, avg = 1.7s, dev = 0.1s PASSED backend_test.TestNewEncoder (0.0s) PASSED backend_test.TestMakeEmptyRows (0.0s) PASSED backend_test.TestOpenCloseImportCleanUpEngine (0.0s) PASSED backend_test.TestUnsafeCloseEngine (0.0s) PASSED backend_test.TestWriteEngine (0.0s) PASSED backend_test.TestWriteToEngineWithNothing (0.0s) PASSED backend_test.TestUnsafeCloseEngineWithUUID (0.0s) PASSED backend_test.TestClose (0.0s) PASSED backend_test.TestImportFailedRecovered (0.0s) PASSED backend_test.TestWriteBatchSendFailedWithRetry (0.0s) PASSED backend_test.TestWriteEngineFailed (0.0s) PASSED backend_test.TestOpenEngineFailed (0.0s) PASSED backend_test.TestImportFailedNoRetry (0.0s) PASSED backend_test.TestImportFailedWithRetry (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_1_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_4_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_3_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_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_9_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 //pkg/lightning/backend/external:external_test (cached) PASSED in 13.0s Stats over 50 runs: max = 13.0s, min = 1.3s, avg = 2.6s, dev = 2.5s PASSED external.TestGeneralProperties (0.1s) PASSED external.TestGlobalSortLocalWithMergeV2 (2.4s) PASSED external.TestGlobalSortLocalWithMerge (8.2s) PASSED external.TestGlobalSortLocalBasic (0.4s) PASSED external.TestReadLargeFile (0.7s) PASSED external.TestReadAllOneFile (0.3s) PASSED external.TestReadAllDataBasic (0.1s) PASSED external.TestCompareWriter (0.0s) PASSED external.TestOnlyOneGroup (0.0s) PASSED external.TestOnefilePropOffset (0.0s) PASSED external.TestCompareReaderEvenlyDistributedContent (0.0s) PASSED external.TestSortedData (0.0s) PASSED external.TestOnefileWriterManyRows (1.0s) PASSED external.TestRangeSplitterStrictCase (0.0s) PASSED external.TestReadFileConcurrently (0.0s) PASSED external.TestExactlyKeyNum (0.0s) PASSED external.TestReadFileSequential (0.0s) PASSED external.TestMergeBench (0.0s) PASSED external.TestSeekPropsOffsets (0.0s) PASSED external.Test3KFilesRangeSplitter (0.0s) PASSED external.TestReadMergeIterCheckHotspot (0.0s) PASSED external.TestMergeOverlappingFilesInternal (11.6s) 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.TestByteReaderAuxBuf (0.0s) PASSED external.TestSortedKVMeta (0.0s) PASSED external.TestGetAllFileNames (0.0s) PASSED external.TestReadAllDataLargeFiles (0.0s) PASSED external.TestCleanUpFiles (0.0s) PASSED external.TestReadAllData (0.0s) PASSED external.TestOnefileWriterStat (0.4s) PASSED external.TestByteReader (0.0s) PASSED external.TestGetMaxOverlapping (0.0s) PASSED external.TestKeyMinMax (0.0s) PASSED external.TestUnexpectedEOF (0.0s) PASSED external.TestEmptyContent (0.0s) PASSED external.TestMarshalFields (0.0s) PASSED external.TestMarshalFields/- (0.0s) PASSED external.TestMarshalFields/embed (0.0s) PASSED external.TestMarshalFields/inline (0.0s) PASSED external.TestMarshalFields/int (0.0s) PASSED external.TestMarshalFields/nested (0.0s) PASSED external.TestMarshalFields/non-public (0.0s) PASSED external.TestMarshalFields/omitempty (0.0s) PASSED external.TestMarshalFields/rename (0.0s) PASSED external.TestMarshalFields/slice (0.0s) PASSED external.TestReadWriteJSON (0.0s) PASSED external.TestSwitchMode (6.9s) PASSED external.TestExternalMetaPath (0.0s) PASSED external.TestRangePropertyCodec (0.0s) PASSED external.TestOnefileWriterBasic (0.0s) PASSED external.TestPropertyLengthExceptKeys (0.0s) PASSED external.TestWriter (0.0s) PASSED external.TestConcurrentRead (0.0s) PASSED external.TestWriterFlushMultiFileNames (0.0s) PASSED external.TestMemoryIngestData (0.0s) PASSED external.TestWriterDuplicateDetect (0.0s) PASSED external.TestMultiFileStat (0.0s) PASSED external.TestSplit (0.0s) PASSED external.TestGetAdjustedConcurrency (0.0s) PASSED external.TestMultiFileStatOverlap (0.0s) PASSED external.TestSplitDataFiles (0.0s) PASSED external.TestSplitDataFiles/case-0 (0.0s) PASSED external.TestSplitDataFiles/case-1 (0.0s) PASSED external.TestSplitDataFiles/case-10 (0.0s) PASSED external.TestSplitDataFiles/case-11 (0.0s) PASSED external.TestSplitDataFiles/case-2 (0.0s) PASSED external.TestSplitDataFiles/case-3 (0.0s) PASSED external.TestSplitDataFiles/case-4 (0.0s) PASSED external.TestSplitDataFiles/case-5 (0.0s) PASSED external.TestSplitDataFiles/case-6 (0.0s) PASSED external.TestSplitDataFiles/case-7 (0.0s) PASSED external.TestSplitDataFiles/case-8 (0.0s) PASSED external.TestSplitDataFiles/case-9 (0.0s) PASSED external.TestMergeKVIter (0.0s) PASSED external.TestTryDecodeEndKey (0.0s) PASSED external.TestWriterMultiFileStat (0.0s) PASSED external.TestGetRegionSplitKeys (0.0s) PASSED external.TestWriterSort (0.0s) PASSED external.TestAddKeyValueMaintainRangeProperty (0.0s) PASSED external.TestFlushKVsRetry (0.0s) PASSED external.TestKVReadWrite (0.0s) PASSED external.TestCloseLimitSizeMergeIterHalfway (0.1s) PASSED external.TestOneUpstream (0.0s) PASSED external.TestAllEmpty (0.0s) PASSED external.TestCorruptContent (0.0s) PASSED external.TestMergeIterSwitchMode (8.4s) PASSED external.TestReadAfterCloseConnReader (0.0s) PASSED external.TestEmptyBaseReader4LimitSizeMergeIter (0.0s) PASSED external.TestHotspot (0.0s) PASSED external.TestMemoryUsageWhenHotspotChange (4.0s) PASSED external.TestLimitSizeMergeIter (0.0s) PASSED external.TestLimitSizeMergeIterDiffWeight (0.0s) 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_48_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_46_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_44_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_43_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_42_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_4_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_5_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_6_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_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_40_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_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_14_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_39_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_17_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_19_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_38_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_21_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_23_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_37_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_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_29_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_36_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_32_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_35_of_50/coverage.dat //pkg/lightning/backend/kv:kv_test (cached) PASSED in 8.4s Stats over 21 runs: max = 8.4s, min = 7.2s, avg = 7.7s, dev = 0.3s PASSED kv.TestClassifyAndAppend (0.0s) PASSED kv.TestShardRowId (0.0s) PASSED kv.TestDefaultAutoRandoms (0.0s) PASSED kv.TestEncodeExpressionColumn (0.0s) PASSED kv.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.TestIterRawIndexKeysIntPK (0.0s) PASSED kv.TestLitExprContext (0.0s) PASSED kv.TestLitExprContext/case-0 (0.0s) PASSED kv.TestLitExprContext/case-1 (0.0s) PASSED kv.TestLitExprContext/case-2 (0.0s) PASSED kv.TestLitExprContext/case-3 (0.0s) PASSED kv.TestLitExprContext/case-4 (0.0s) PASSED kv.TestLitExprContext/case-5 (0.0s) PASSED kv.TestLitTableMutateContext (0.0s) PASSED kv.TestIterRawIndexKeysClusteredPK (0.0s) /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_6_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_4_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 //pkg/lightning/backend/local:local_test (cached) PASSED in 29.8s Stats over 50 runs: max = 29.8s, min = 6.2s, avg = 7.8s, dev = 3.5s PASSED local.TestCheckDiskAvail (0.0s) PASSED local.TestDoChecksum (0.0s) PASSED local.TestTotalMemoryConsume (0.0s) PASSED local.TestDoChecksumParallel (0.1s) PASSED local.TestStoreWriteLimiter (3.2s) PASSED local.TestExternalEngine (0.0s) PASSED local.TestIncreaseGCLifeTimeFail (0.0s) PASSED local.TestTuneStoreWriteLimiter (4.0s) PASSED local.TestWorkerFailedWhenGeneratingJobs (5.0s) PASSED local.TestCtxCancelIsIgnored (2.0s) PASSED local.TestDoChecksumWithTikv (23.0s) PASSED local.TestIsIngestRetryable (0.0s) PASSED local.TestRegionJobResetRetryCounter (1.0s) PASSED local.TestDoChecksumWithErrorAndLongOriginalLifetime (0.0s) PASSED local.TestRegionJobRetryer (3.5s) PASSED local.TestGetGCLifetime (0.0s) PASSED local.TestNewRegionJobs (0.0s) PASSED local.TestDoImport (1.0s) PASSED local.TestSetGCLifetime (0.0s) PASSED local.TestStoreBalancerPick (0.0s) PASSED local.TestSplitRangeAgain4BigRegionExternalEngine (0.0s) PASSED local.TestSplitRangeAgain4BigRegion (0.0s) PASSED local.TestCancelBalancer (0.0s) PASSED local.TestGcTTLManagerSingle (3.0s) PASSED local.TestPartialWriteIngestBusy (0.0s) PASSED local.TestGcTTLManagerMulti (1.0s) PASSED local.TestNewWriteRequest (0.0s) PASSED local.TestPartialWriteIngestErrorWontPanic (0.0s) PASSED local.TestNotLeaderErrorNeedUpdatePeers (0.0s) PASSED local.TestPdServiceID (0.0s) PASSED local.TestStoreBalancerNoRace (0.0s) PASSED local.TestCheckPeersBusy (1.0s) PASSED local.TestLocalIsRetryableTiKVWriteError (0.0s) PASSED local.TestGzipCompressor (0.1s) PASSED local.TestUpdateAndGetLimiterConcurrencySafety (0.0s) PASSED local.TestLocalWriteAndIngestPairsFailFast (0.0s) PASSED local.TestMultiIngest (5.8s) PASSED local.TestGzipDecompressor (0.9s) PASSED local.TestMergeSSTsDuplicated (0.0s) PASSED local.TestCheckDiskQuota (0.0s) PASSED local.TestBuildDupTask (0.0s) PASSED local.TestMergeSSTs (0.0s) PASSED local.TestLocalIngestLoop (2.8s) PASSED local.TestEngineLocalWriter (3.0s) PASSED local.TestRetrieveKeyAndValueFromErrFoundDuplicateKeys (0.0s) PASSED local.TestConvertToErrFoundConflictRecordsSingleColumnsIndex (0.0s) PASSED local.TestRangePropertiesWithPebble (0.1s) PASSED local.TestConvertToErrFoundConflictRecordsMultipleColumnsIndex (0.0s) PASSED local.TestRangeProperties (0.1s) PASSED local.TestEngineManager (0.0s) PASSED local.TestGetExternalEngineKVStatistics (0.0s) PASSED local.TestGetEngineSizeWhenImport (0.0s) PASSED local.TestIngestSSTWithClosedEngine (0.0s) PASSED local.TestNextKey (0.0s) PASSED local.TestGetFirstAndLastKey (0.0s) PASSED local.TestIterOutputHasUniqueMemorySpace (0.0s) PASSED local.TestGetRegionSplitSizeKeys (0.0s) PASSED local.TestCreateSSTWriterDefaultBlockSize (0.0s) PASSED local.TestDupDetectIterator (0.0s) PASSED local.TestKeyAdapterEncoding (0.0s) PASSED local.TestCheckRequirementsTiFlash (0.0s) /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_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_49_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_48_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_4_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_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_45_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_44_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_8_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_9_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_40_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_39_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_11_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 /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_35_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_34_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_32_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_16_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_17_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_18_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_21_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_22_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_28_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_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 //pkg/lightning/backend/tidb:tidb_test (cached) PASSED in 2.3s Stats over 17 runs: max = 2.3s, min = 1.3s, avg = 1.7s, dev = 0.2s PASSED tidb_test.TestWriteRowsRecordOneErrorPrepStmt (0.0s) PASSED tidb_test.TestWriteRowsReplaceOnDup (0.0s) PASSED tidb_test.TestWriteRowsIgnoreOnDup (0.0s) PASSED tidb_test.TestLogicalImportBatchPrepStmt (0.0s) PASSED tidb_test.TestFetchRemoteTableModels_4_0 (0.0s) PASSED tidb_test.TestWriteRowsErrorOnDup (0.0s) PASSED tidb_test.TestFetchRemoteTableModels_4_x_auto_random (0.0s) PASSED tidb_test.TestLogicalImportBatch (0.0s) PASSED tidb_test.TestFetchRemoteTableModels_4_x_auto_increment (0.0s) PASSED tidb_test.TestEncodeRowForRecord (0.0s) PASSED tidb_test.TestFetchRemoteTableModelsDropTableHalfway (0.0s) PASSED tidb_test.TestFetchRemoteTableModelsConcurrency (0.0s) PASSED tidb_test.TestDuplicateThreshold (0.0s) PASSED tidb_test.TestWriteRowsErrorNoRetry (0.0s) PASSED tidb_test.TestWriteRowsErrorDowngradingAll (0.0s) PASSED tidb_test.TestWriteRowsErrorDowngradingExceedThreshold (0.0s) PASSED tidb_test.TestWriteRowsRecordOneError (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_1_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_16_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_3_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_15_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_14_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_8_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_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 /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_12_of_17/coverage.dat //pkg/lightning/checkpoints:checkpoints_test (cached) PASSED in 6.8s Stats over 25 runs: max = 6.8s, min = 5.7s, avg = 6.1s, dev = 0.3s PASSED checkpoints.TestTableCheckpointApplyBases (0.0s) PASSED checkpoints.TestSeparateCompletePath (0.0s) PASSED checkpoints.TestCheckpointMarshallUnmarshall (0.0s) PASSED checkpoints.TestApplyDiff (0.0s) PASSED checkpoints.TestRebaseCheckpoint (0.0s) PASSED checkpoints.TestGet (0.0s) PASSED checkpoints.TestGet/add-index-by-sql (0.0s) PASSED checkpoints.TestGet/normal (0.0s) PASSED checkpoints.TestRemoveAllCheckpoints (0.0s) PASSED checkpoints.TestMergeChunkCheckpoint (0.0s) PASSED checkpoints.TestRemoveOneCheckpoint (0.0s) PASSED checkpoints.TestIgnoreOneErrorCheckpoints (0.0s) PASSED checkpoints.TestIgnoreAllErrorCheckpoints (0.0s) PASSED checkpoints.TestMergeInvalidStatusCheckpoint (0.0s) PASSED checkpoints.TestDestroyAllErrorCheckpoints (0.0s) PASSED checkpoints.TestDestroyOneErrorCheckpoint (0.0s) PASSED checkpoints.TestNormalOperations (0.0s) PASSED checkpoints.TestNormalOperationsWithAddIndexBySQL (0.1s) PASSED checkpoints.TestMergeStatusCheckpoint (0.0s) PASSED checkpoints.TestRemoveAllCheckpoints_SQL (0.0s) PASSED checkpoints.TestRemoveOneCheckpoint_SQL (0.0s) PASSED checkpoints.TestIgnoreAllErrorCheckpoints_SQL (0.0s) PASSED checkpoints.TestIgnoreOneErrorCheckpoint (0.0s) PASSED checkpoints.TestMoveCheckpoints (0.0s) PASSED checkpoints.TestDestroyAllErrorCheckpoints_SQL (0.0s) PASSED checkpoints.TestDestroyOneErrorCheckpoints (0.0s) PASSED checkpoints.TestDump (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_23_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_21_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_2_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_3_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_4_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_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_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_18_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_13_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 /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 //pkg/lightning/common:common_test (cached) PASSED in 7.5s Stats over 29 runs: max = 7.5s, min = 1.3s, avg = 1.8s, 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.TestAllocGlobalAutoID (0.0s) PASSED common.TestRebaseTableAllocators (0.0s) PASSED common.TestNormalizeError (0.0s) PASSED common.TestConnect (0.0s) PASSED common.TestNormalizeOrWrapErr (0.0s) PASSED common.TestNoopKeyAdapter (0.0s) PASSED common.TestDupDetectKeyAdapter (0.0s) PASSED common.TestDupDetectKeyOrder (0.0s) PASSED common.TestGetJSON (0.0s) PASSED common.TestDupDetectEncodeDupKey (0.0s) PASSED common.TestDecodeKeyToPreAllocatedBuf (0.0s) PASSED common.TestEncodeKeyToPreAllocatedBuf (0.0s) PASSED common.TestDecodeKeyDstIsInsufficient (0.0s) PASSED common.TestDirNotExist (0.0s) PASSED common.TestMinRowID (0.0s) PASSED common.TestIsRetryableError (0.0s) PASSED common.TestOnceError (0.0s) PASSED common.TestPause (1.0s) PASSED common.TestGetJSONInsecure (0.0s) PASSED common.TestWithHost (0.0s) PASSED common.TestGetJSONSecure (0.0s) PASSED common.TestInvalidTLS (0.0s) PASSED common.TestGetStorageSize (0.0s) /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_1_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_3_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_4_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_6_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_22_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_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_11_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_12_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_13_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_16_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_19_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 //pkg/lightning/config:config_test (cached) PASSED in 2.1s Stats over 50 runs: max = 2.1s, min = 1.3s, avg = 1.6s, dev = 0.2s 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.TestCreateSeveralConfigsWithDifferentFilters (0.0s) PASSED config.TestAdjustTikvImporter (0.0s) PASSED config.TestLoadCharsetFromConfig (0.0s) PASSED config.TestCheckpointKeepStrategy (0.0s) PASSED config.TestDataCharacterSet (0.0s) PASSED config.TestRemoveAllowAllFiles (0.0s) PASSED config.TestAdjustMaxRecordRows (0.0s) PASSED config.TestAdjustConflictStrategy (0.0s) PASSED config.TestAdjustLogicalImportPrepStmt (0.0s) PASSED config.TestAdjustDiskQuota (0.0s) PASSED config.TestCronEncodeDecode (0.0s) PASSED config.TestTomlPostRestore (0.0s) PASSED config.TestLoadFromInvalidConfig (0.0s) PASSED config.TestDefaultCouldBeOverwritten (0.0s) PASSED config.TestDefaultTidbBackendValue (0.0s) PASSED config.TestDefaultImporterBackendValue (0.0s) PASSED config.TestLoadConfig (0.0s) PASSED config.TestDuplicateResolutionAlgorithm (0.0s) PASSED config.TestByteSizeTOMLDecode (0.0s) PASSED config.TestMoveFrontBack (0.0s) PASSED config.TestDurationMarshalJSON (0.0s) PASSED config.TestByteSizeTOMLAndJSONEncode (0.0s) PASSED config.TestAdjustPdAddrAndPort (0.0s) PASSED config.TestMaxErrorUnmarshal (0.0s) PASSED config.TestStrictFormat (0.0s) PASSED config.TestPausePDSchedulerScope (0.0s) PASSED config.TestAdjustPageNotFound (0.0s) PASSED config.TestDurationUnmarshal (0.0s) PASSED config.TestAdjustPdAddrAndPortViaAdvertiseAddr (0.0s) PASSED config.TestAdjustConnectRefused (0.0s) PASSED config.TestAdjustBackendNotSet (0.0s) PASSED config.TestTOMLUnusedKeys (0.0s) PASSED config.TestAdjustInvalidBackend (0.0s) PASSED config.TestCheckAndAdjustFilePath (0.0s) PASSED config.TestAdjustFileRoutePath (0.0s) PASSED config.TestStringOrStringSlice (0.0s) PASSED config.TestDecodeError (0.0s) PASSED config.TestInvalidSetting (0.0s) PASSED config.TestInvalidPDAddr (0.0s) PASSED config.TestAdjustWillNotContactServerIfEverythingIsDefined (0.0s) PASSED config.TestAdjustSecuritySection (0.0s) PASSED config.TestInvalidTOML (0.0s) PASSED config.TestAdjustWillBatchImportRatioInvalid (0.0s) PASSED config.TestInvalidCSV (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_43_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_40_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_38_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_35_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_33_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_30_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_28_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_26_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_25_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_24_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_5_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_23_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_8_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_22_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_12_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_13_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_15_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_18_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_17_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 //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.TestDetector (0.5s) PASSED duplicate.TestDetectorFail (0.0s) /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_1_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 //pkg/lightning/errormanager:errormanager_test (cached) PASSED in 2.1s Stats over 9 runs: max = 2.1s, min = 1.5s, avg = 1.8s, dev = 0.2s PASSED errormanager.TestReplaceConflictOneUniqueKeyNonclusteredVarcharPk (0.0s) PASSED errormanager.TestReplaceConflictOneUniqueKeyNonclusteredPk (0.0s) PASSED errormanager.TestReplaceConflictOneKeyNonclusteredPk (0.0s) PASSED errormanager.TestReplaceConflictMultipleKeysNonclusteredPk (0.0s) PASSED errormanager.TestErrorMgrErrorOutput (0.0s) PASSED errormanager.TestErrorMgrHasError (0.0s) PASSED errormanager.TestReplaceConflictOneUniqueKey (0.0s) PASSED errormanager.TestInit (0.0s) PASSED errormanager.TestReplaceConflictOneKey (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_8_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_6_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 /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_3_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_2_of_9/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.TestTestLogger (0.0s) PASSED log_test.TestFilter (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_3_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_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.TestGetAlignedSizeGetBlockCnt (0.0s) PASSED membuf.TestLimiter (0.0s) PASSED membuf.TestBufferMemLimit (0.0s) PASSED membuf.TestBufferIsolation (0.0s) PASSED membuf.TestPoolMemLimit (0.1s) PASSED membuf.TestBufferPool (0.0s) /home/jenkins/.tidb/tmp/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_5_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_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.TestMetricsUnregister (0.0s) PASSED metric_test.TestMetricsRegister (0.0s) PASSED metric_test.TestRecordEngineCount (0.0s) PASSED metric_test.TestReadHistogramSum (0.0s) PASSED metric_test.TestReadCounter (0.0s) /home/jenkins/.tidb/tmp/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_5_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_3_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 /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/lightning/metric/metric_test/shard_1_of_6/coverage.dat //pkg/lightning/mydump:mydump_test (cached) PASSED in 2.7s Stats over 50 runs: max = 2.7s, min = 1.1s, avg = 1.6s, dev = 0.3s 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.TestSampleFileCompressRatio (0.0s) PASSED mydump.TestInvalidCharReplace (0.0s) PASSED mydump.TestSetupOptions (0.0s) PASSED mydump.TestExternalDataRoutes (0.0s) PASSED mydump.TestParquetParser (0.0s) PASSED mydump.TestTPCH (0.0s) PASSED mydump.TestMaxScanFilesOption (0.0s) PASSED mydump.TestParquetVariousTypes (0.0s) PASSED mydump.TestTPCHMultiBytes (0.0s) PASSED mydump.TestInputWithSpecialChars (0.0s) PASSED mydump.TestFileRouting (0.0s) PASSED mydump.TestParquetAurora (0.0s) PASSED mydump.TestRFC4180 (0.0s) PASSED mydump.TestHiveParquetParser (0.0s) PASSED mydump.TestMySQL (0.0s) PASSED mydump.TestCustomEscapeChar (0.0s) PASSED mydump.TestNsecOutSideRange (0.0s) PASSED mydump.TestBadRouterRule (0.0s) PASSED mydump.TestReadRow (0.0s) PASSED mydump.TestSyntaxErrorCSV (0.0s) PASSED mydump.TestRoutesPanic (0.0s) PASSED mydump.TestReadChunks (0.0s) PASSED mydump.TestTSV (0.0s) PASSED mydump.TestCreateTableIfNotExistsStmt (0.0s) PASSED mydump.TestRouter (0.0s) PASSED mydump.TestCsvWithWhiteSpaceLine (0.0s) PASSED mydump.TestNestedRow (0.0s) PASSED mydump.TestSchemaImporterManyTables (0.9s) PASSED mydump.TestTablesWithDots (0.0s) PASSED mydump.TestEmpty (0.0s) PASSED mydump.TestVariousSyntax (0.0s) PASSED mydump.TestCRLF (0.0s) PASSED mydump.TestContinuation (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.TestConsecutiveFields (0.0s) PASSED mydump.TestSyntaxError (0.0s) PASSED mydump.TestPseudoKeywords (0.0s) PASSED mydump.TestQuotedSeparator (0.0s) PASSED mydump.TestRouteWithCompressedParquet (0.0s) PASSED mydump.TestViewNoHostTable (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.TestRouteWithPath (0.0s) PASSED mydump.TestViewNoHostDB (0.0s) PASSED mydump.TestMoreEmptyFiles (0.0s) PASSED mydump.TestSpecialChars (0.0s) PASSED mydump.TestBackslashAsDelim (0.0s) PASSED mydump.TestExportStatementWithCommentNoTrailingNewLine (0.0s) PASSED mydump.TestContinuationCSV (0.0s) PASSED mydump.TestExportStatementNoTrailingNewLine (0.0s) PASSED mydump.TestBackslashAsSep (0.0s) PASSED mydump.TestExportStatementWithComment (0.0s) PASSED mydump.TestDataNoHostTable (0.0s) PASSED mydump.TestRouteExpanding (0.0s) PASSED mydump.TestExportStatementGBK (0.0s) PASSED mydump.TestReadError (0.0s) PASSED mydump.TestExportStatementGibberishError (0.0s) PASSED mydump.TestSyntaxErrorLog (0.0s) PASSED mydump.TestExportStatementHandleNonEOFError (0.0s) PASSED mydump.TestTrimLastSep (0.0s) PASSED mydump.TestReadUntilTerminator (0.0s) PASSED mydump.TestTableRegion (0.0s) PASSED mydump.TestExportStatementCompressed (0.0s) PASSED mydump.TestTerminator (0.0s) PASSED mydump.TestAllocateEngineIDs (0.0s) PASSED mydump.TestNULL (0.0s) PASSED mydump.TestDataNoHostDB (0.0s) PASSED mydump.TestMultiRouteRule (0.0s) PASSED mydump.TestMakeTableRegionsSplitLargeFile (0.0s) PASSED mydump.TestStartingBy (0.0s) PASSED mydump.TestCharsetConversion (0.0s) PASSED mydump.TestCompressedMakeSourceFileRegion (0.0s) PASSED mydump.TestHeaderSchemaMatch (0.0s) PASSED mydump.TestSplitLargeFile (0.0s) PASSED mydump.TestMissingTableSchema (0.0s) PASSED mydump.TestSingleRouteRule (0.0s) PASSED mydump.TestEmptyDB (0.0s) PASSED mydump.TestSplitLargeFileWithCustomTerminator (0.0s) PASSED mydump.TestLoader (0.0s) PASSED mydump.TestSplitLargeFileNoNewLineAtEOF (0.0s) PASSED mydump.TestDuplicatedDB (0.0s) PASSED mydump.TestSplitLargeFileOnlyOneChunk (0.0s) PASSED mydump.TestInvalidRouteRule (0.0s) PASSED mydump.TestTableUnexpectedError (0.0s) PASSED mydump.TestSplitLargeFileSeekInsideCRLF (0.0s) PASSED mydump.TestTableNoHostDB (0.0s) PASSED mydump.TestDuplicatedTable (0.0s) PASSED mydump.TestRouteParser (0.0s) PASSED mydump.TestDefaultRouter (0.0s) PASSED mydump.TestTableInfoNotFound (0.0s) /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_50_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_49_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_48_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_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_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_7_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_8_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_9_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_10_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_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_41_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_13_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_15_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_16_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 /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_38_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_21_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_24_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_25_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_26_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_28_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_30_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_31_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_32_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_34_of_50/coverage.dat //pkg/lightning/tikv:tikv_test (cached) PASSED in 2.3s Stats over 7 runs: max = 2.3s, min = 1.4s, avg = 1.6s, dev = 0.3s PASSED tikv.TestCheckTiKVVersion (0.0s) PASSED tikv.TestIntegrationTest (0.0s) PASSED tikv.TestPebbleWriteSST (0.0s) PASSED tikv.TestCheckPDVersion (0.0s) PASSED tikv.TestFetchModeFromMetrics (0.0s) PASSED tikv.TestDebugReadSST (0.0s) PASSED tikv.TestForAllStores (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_1_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_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_3_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 //pkg/lightning/verification:verification_test (cached) PASSED in 1.8s Stats over 3 runs: max = 1.8s, min = 1.5s, avg = 1.7s, dev = 0.2s 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/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:meta_test (cached) PASSED in 3.3s Stats over 18 runs: max = 3.3s, min = 1.6s, avg = 2.0s, dev = 0.5s PASSED meta.TestInfoSchemaMiscFieldsCorrectnessAfterBootstrap (1.4s) PASSED meta.TestInfoSchemaV2DataFieldsCorrectnessAfterBootstrap (1.3s) PASSED meta.TestPlacementPolicy (0.0s) PASSED meta.TestResourceGroup (0.0s) PASSED meta.TestInfoSchemaV2SpecialAttributeCorrectnessAfterBootstrap (1.3s) PASSED meta.TestMeta (0.0s) PASSED meta.TestSnapshot (0.0s) PASSED meta.TestNameExtractFromJob (0.0s) PASSED meta.TestTableNameExtract (0.0s) PASSED meta.TestElement (0.0s) PASSED meta.TestDBKey (0.0s) PASSED meta.TestIsTableInfoMustLoadSubStringsOrder (0.0s) PASSED meta.TestAutoRandomTableIDKey (0.0s) PASSED meta.TestTableKey (0.0s) PASSED meta.TestAutoTableIDKey (0.0s) PASSED meta.TestSequenceKey (0.0s) PASSED meta.TestIsTableInfoMustLoad (0.0s) PASSED meta.TestCreateMySQLDatabase (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_1_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_16_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 /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_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_5_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_13_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_7_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_10_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 //pkg/meta/autoid:autoid_test (cached) PASSED in 4.2s Stats over 11 runs: max = 4.2s, min = 1.1s, avg = 1.5s, dev = 0.9s PASSED autoid_test.TestConcurrentAllocSequence (0.1s) PASSED autoid_test.TestSequenceAutoid (0.0s) PASSED autoid_test.TestInMemoryAlloc (0.0s) PASSED autoid_test.TestGetAutoIDServiceLeaderEtcdPath (0.0s) PASSED autoid_test.TestIssue40584 (3.0s) PASSED autoid_test.TestAllocComputationIssue (0.0s) PASSED autoid_test.TestNextStep (0.0s) PASSED autoid_test.TestRollbackAlloc (0.0s) 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.2s 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.TestActionBDRMap (0.0s) PASSED model.TestJobClone (0.0s) PASSED model.TestState (0.0s) PASSED model.TestDefaultValue (0.0s) PASSED model.TestJobSize (0.0s) PASSED model.TestJobStartTime (0.0s) PASSED model.TestGetOrDecodeArgsV2 (0.0s) PASSED model.TestMayNeedReorg (0.0s) PASSED model.TestBackfillMetaCodec (0.0s) PASSED model.TestIsIndexPrefixCovered (0.0s) PASSED model.TestCreateSchemaArgs (0.0s) PASSED model.TestInFinalState (0.0s) PASSED model.TestModifyColumnsArgs (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.TestModifySchemaArgs (0.0s) PASSED model.TestString (0.0s) PASSED model.TestDropSchemaArgs (0.0s) PASSED model.TestSchemaState (0.0s) PASSED model.TestDropTableArgs (0.0s) PASSED model.TestPlacementSettingsClone (0.0s) PASSED model.TestGetRenameIndexArgs (0.0s) PASSED model.TestFinishedDropTableArgs (0.0s) PASSED model.TestPlacementPolicyClone (0.0s) PASSED model.TestBatchCreateTableArgs (0.0s) PASSED model.TestPlacementSettingsString (0.0s) PASSED model.TestMoveColumnInfo (0.0s) PASSED model.TestTruncateTableArgs (0.0s) PASSED model.TestDropIndexArguements (0.0s) PASSED model.TestFinishedTablePartitionArgs (0.0s) PASSED model.TestTTLInfoClone (0.0s) PASSED model.TestModelBasic (0.0s) PASSED model.TestTablePartitionArgs (0.0s) PASSED model.TestExchangeTablePartitionArgs (0.0s) PASSED model.TestTTLJobInterval (0.0s) PASSED model.TestAlterTablePartitionArgs (0.0s) PASSED model.TestClearReorgIntermediateInfo (0.0s) PASSED model.TestRenameTableArgs (0.0s) PASSED model.TestTTLDefaultJobInterval (0.0s) PASSED model.TestResourceGroupArgs (0.0s) PASSED model.TestAddIndexArgs (0.0s) PASSED model.TestGetRenameTablesArgs (0.0s) PASSED model.TestGetAlterIndexVisibilityArgs (0.0s) PASSED model.TestGetAlterSequenceArgs (0.0s) PASSED model.TestGetRebaseAutoIDArgs (0.0s) PASSED model.TestAlterTableAttributesArgs (0.0s) PASSED model.TestGetModifyTableCommentArgs (0.0s) PASSED model.TestGetAddForeignKeyArgs (0.0s) PASSED model.TestGetDropForeignKeyArgs (0.0s) PASSED model.TestGetModifyTableAutoIDCacheArgs (0.0s) PASSED model.TestGetShardRowIDArgs (0.0s) PASSED model.TestAddColumnArgs (0.0s) PASSED model.TestDropColumnArgs (0.0s) PASSED model.TestGetAlterTTLInfoArgs (0.0s) PASSED model.TestAddCheckConstraintArgs (0.0s) PASSED model.TestCheckConstraintArgs (0.0s) PASSED model.TestGetAlterTablePlacementArgs (0.0s) PASSED model.TestFlashbackClusterArgs (0.0s) PASSED model.TestGetUpdateTiFlashReplicaStatusArgs (0.0s) PASSED model.TestGetSetTiFlashReplicaArgs (0.0s) PASSED model.TestRepairTableArgs (0.0s) PASSED model.TestLockTableArgs (0.0s) PASSED model.TestGetSetDefaultValueArgs (0.0s) PASSED model.TestRecoverArgs (0.0s) PASSED model.TestPlacementPolicyArgs (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_1_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_2_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_4_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_5_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_8_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_6_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_45_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_9_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_44_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_15_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_17_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_43_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_23_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_21_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_22_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_27_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_41_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_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_30_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 /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_33_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_35_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_38_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_37_of_50/coverage.dat //pkg/metrics:metrics_test (cached) PASSED in 1.2s Stats over 4 runs: max = 1.2s, min = 1.0s, avg = 1.1s, 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 6.6s Stats over 11 runs: max = 6.6s, min = 1.1s, avg = 2.1s, dev = 1.8s PASSED owner.TestListenersWrapper (0.0s) PASSED owner.TestAcquireDistributedLock (4.0s) 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.1s) PASSED owner.TestWatchOwner (0.4s) PASSED owner.TestCluster (0.1s) PASSED owner.TestFailNewSession (5.5s) PASSED owner.TestGetOwnerOpValueBeforeSet (0.0s) PASSED owner.TestForceToBeOwner (0.1s) PASSED owner.TestSetAndGetOwnerOpValue (0.1s) PASSED owner.TestSingle (0.3s) PASSED owner.TestSingle/retry_on_lease_revoked_before_election (0.0s) PASSED owner.TestSingle/retry_on_session_closed_before_election (0.0s) /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_1_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_2_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 //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.TestCTE (0.0s) PASSED parser.TestKeywordConsistent (0.0s) PASSED parser.TestType (0.0s) PASSED parser.TestHighNotPrecedenceMode (0.0s) PASSED parser.TestOptimizerHints (0.0s) PASSED parser.TestErrorMsg (0.0s) PASSED parser.TestStatisticsOps (0.0s) PASSED parser.TestCTEMerge (0.0s) PASSED parser.TestNormalize (0.0s) PASSED parser.TestPrivilege (0.0s) PASSED parser.TestBRIE (0.0s) PASSED parser.TestHintError (0.0s) PASSED parser.TestAsOfClause (0.0s) PASSED parser.TestComment (0.0s) PASSED parser.TestNormalizeRedact (0.0s) PASSED parser.TestNormalizeKeepHint (0.0s) PASSED parser.TestParserErrMsg (0.0s) PASSED parser.TestPartitionKeyAlgorithm (0.0s) PASSED parser.TestDDL (0.1s) PASSED parser.TestSignedInt64OutOfRange (0.0s) PASSED parser.TestHelp (0.0s) PASSED parser.TestNormalizeDigest (0.0s) PASSED parser.TestSubquery (0.0s) PASSED parser.TestBuiltinFuncAsIdentifier (0.0s) PASSED parser.TestStartTransaction (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.TestFulltextSearch (0.0s) PASSED parser.TestIdentifier (0.0s) PASSED parser.TestDigestHashNotEqForSimpleSQL (0.0s) PASSED parser.TestRestoreBinOpWithBrackets (0.0s) PASSED parser.TestUnionOrderBy (0.0s) PASSED parser.TestLockUnlockTables (0.0s) PASSED parser.TestParseHint (0.0s) PASSED parser.TestPlanReplayer (0.0s) PASSED parser.TestKeywords (0.0s) PASSED parser.TestTrafficStmt (0.0s) PASSED parser.TestWithRollup (0.0s) PASSED parser.TestBuiltin (0.0s) PASSED parser.TestUnderscoreCharset (0.0s) PASSED parser.TestGBKEncoding (0.0s) PASSED parser.TestIndexHint (0.0s) PASSED parser.TestKeywordsLength (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.TestAtLeadingIdentifier (0.0s) PASSED parser.TestExplain (0.0s) PASSED parser.TestIntervalPartition (0.0s) PASSED parser.TestCharsetIntroducer (0.0s) PASSED parser.TestSQLNoCache (0.0s) PASSED parser.TestSingleChar (0.0s) PASSED parser.TestCharset (0.0s) PASSED parser.TestExpression (0.0s) PASSED parser.TestPrepare (0.0s) PASSED parser.TestTTLTableOption (0.0s) PASSED parser.TestUnderscoreCS (0.0s) PASSED parser.TestEscape (0.0s) PASSED parser.TestNonTransactionalDML (0.0s) PASSED parser.TestSingleCharOther (0.0s) PASSED parser.TestFlushPrivileges (0.0s) PASSED parser.TestQuotedVariableColumnName (0.0s) PASSED parser.TestBinding (0.0s) PASSED parser.TestScanQuotedIdent (0.0s) PASSED parser.TestVector (0.0s) PASSED parser.TestDeallocate (0.0s) PASSED parser.TestIssue45898 (0.0s) PASSED parser.TestLiteral (0.0s) PASSED parser.TestComment (0.0s) PASSED parser.TestCompatTypes (0.0s) PASSED parser.TestTrace (0.0s) PASSED parser.TestExecute (0.0s) PASSED parser.TestLiteralValue (0.0s) PASSED parser.TestMultiStmt (0.0s) PASSED parser.TestScanString (0.0s) PASSED parser.TestView (0.0s) PASSED parser.TestScanStringWithNoBackslashEscapesMode (0.0s) PASSED parser.TestTimestampDiffUnit (0.0s) PASSED parser.TestSessionManage (0.0s) PASSED parser.TestSpecialComment (0.0s) PASSED parser.TestFlushTable (0.0s) PASSED parser.TestQuotedSystemVariables (0.0s) PASSED parser.TestFuncCallExprOffset (0.0s) PASSED parser.TestIdentifier (0.0s) PASSED parser.TestFeatureIDsComment (0.0s) PASSED parser.TestParseShowOpenTables (0.0s) PASSED parser.TestOptimizerHint (0.0s) PASSED parser.TestSQLModeANSIQuotes (0.0s) PASSED parser.TestDDLStatements (0.0s) PASSED parser.TestOptimizerHintAfterCertainKeywordOnly (0.0s) PASSED parser.TestFeatureIDs (0.0s) PASSED parser.TestSideEffect (0.0s) PASSED parser.TestAnalyze (0.0s) PASSED parser.TestInt (0.0s) PASSED parser.TestSQLModeANSIQuotes (0.0s) PASSED parser.TestTableSample (0.0s) PASSED parser.TestFieldText (0.0s) PASSED parser.TestSetVariable (0.0s) PASSED parser.TestSetTransaction (0.0s) PASSED parser.TestVersionDigits (0.0s) PASSED parser.TestGeneratedColumn (0.0s) PASSED parser.TestIllegal (0.0s) PASSED parser.TestSimple (0.0s) PASSED parser.TestTablePartition (0.0s) PASSED parser.TestSpecialComments (0.0s) PASSED parser.TestTablePartitionNameList (0.0s) PASSED parser.TestNotExistsSubquery (0.0s) PASSED parser.TestRecommendIndex (0.0s) PASSED parser.TestDBAStmt (0.0s) PASSED parser.TestVisitFrameBound (0.0s) PASSED parser.TestDMLStmt (0.0s) PASSED parser.TestWindowFunctions (0.0s) PASSED parser.TestAdminStmt (0.0s) PASSED parser.TestWindowFunctionIdentifier (0.0s) /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_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_2_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_3_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_47_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_46_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_45_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_9_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_44_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_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_16_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_43_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_15_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_21_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_20_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_22_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_25_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_24_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_27_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_33_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_30_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_32_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_34_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_36_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_38_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 //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.TestOrderByClauseRestore (0.0s) PASSED ast.TestTableOptimizerHintRestore (0.0s) PASSED ast.TestGroupByClauseRestore (0.0s) PASSED ast.TestSensitiveStatement (0.0s) PASSED ast.TestByItemRestore (0.0s) PASSED ast.TestDMLVistorCover (0.0s) PASSED ast.TestDDLVisitorCoverMisc (0.0s) PASSED ast.TestDeleteTableIndexHintRestore (0.0s) PASSED ast.TestCompactTableStmtRestore (0.0s) PASSED ast.TestHavingClauseRestore (0.0s) PASSED ast.TestNodeSetText (0.0s) PASSED ast.TestDeleteTableListRestore (0.0s) PASSED ast.TestMiscVisitorCover (0.0s) PASSED ast.TestDDLVisitorCover (0.0s) PASSED ast.TestFrameBoundRestore (0.0s) PASSED ast.TestPlanReplayerStmtRestore (0.0s) PASSED ast.TestGenericFuncRestore (0.0s) PASSED ast.TestTableRefsClauseRestore (0.0s) PASSED ast.TestAddQueryWatchStmtRestore (0.0s) PASSED ast.TestDDLIndexExprRestore (0.0s) PASSED ast.TestPartitionByClauseRestore (0.0s) PASSED ast.TestJoinRestore (0.0s) PASSED ast.TestWindowFuncExprRestore (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.TestDDLOnDeleteRestore (0.0s) PASSED ast.TestRedactTrafficStmt (0.0s) PASSED ast.TestWindowSpecRestore (0.0s) PASSED ast.TestChar (0.0s) PASSED ast.TestOnConditionRestore (0.0s) PASSED ast.TestDDLOnUpdateRestore (0.0s) PASSED ast.TestLoadDataRestore (0.0s) PASSED ast.TestT (0.0s) PASSED ast.TestDDLIndexOption (0.0s) PASSED ast.TestImportActions (0.0s) PASSED ast.TestUnmarshalCIStr (0.0s) PASSED ast.TestImportIntoRestore (0.0s) PASSED ast.TestProcedureVisitorCover (0.0s) PASSED ast.TestTableToTableRestore (0.0s) PASSED ast.TestConvert (0.0s) PASSED ast.TestTableSourceRestore (0.0s) PASSED ast.TestDDLReferenceDefRestore (0.0s) PASSED ast.TestFulltextSearchModifier (0.0s) PASSED ast.TestProcedure (0.0s) PASSED ast.TestDDLColumnOptionRestore (0.0s) PASSED ast.TestImportIntoFromSelectInvalidStmt (0.0s) PASSED ast.TestProcedureVisitor (0.0s) PASSED ast.TestDDLConstraintRestore (0.0s) PASSED ast.TestImportIntoSecureText (0.0s) PASSED ast.TestShowCreateProcedure (0.0s) PASSED ast.TestAggregateFuncExprRestore (0.0s) PASSED ast.TestFieldListRestore (0.0s) PASSED ast.TestFuncCastExprRestore (0.0s) PASSED ast.TestSelectFieldRestore (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.TestFuncCallExprRestore (0.0s) PASSED ast.TestWildCardFieldRestore (0.0s) PASSED ast.TestColumnNameExprRestore (0.0s) PASSED ast.TestDDLTruncateTableStmtRestore (0.0s) PASSED ast.TestUnionReadOnly (0.0s) PASSED ast.TestDDLDropTableStmtRestore (0.0s) PASSED ast.TestIsNullExprRestore (0.0s) PASSED ast.TestFunctionsVisitorCover (0.0s) PASSED ast.TestLimitRestore (0.0s) PASSED ast.TestColumnPositionRestore (0.0s) PASSED ast.TestIsTruthRestore (0.0s) PASSED ast.TestAlterTableSpecRestore (0.0s) PASSED ast.TestBetweenExprRestore (0.0s) PASSED ast.TestAstFormat (0.0s) PASSED ast.TestTableNameIndexHintsRestore (0.0s) PASSED ast.TestAlterTableWithSpecialCommentRestore (0.0s) PASSED ast.TestCaseExpr (0.0s) PASSED ast.TestAlterTableOptionRestore (0.0s) PASSED ast.TestBinaryOperationExpr (0.0s) PASSED ast.TestAdminRepairTableRestore (0.0s) PASSED ast.TestBinaryOperationExprWithFlags (0.0s) PASSED ast.TestFlag (0.0s) PASSED ast.TestTableNameRestore (0.0s) PASSED ast.TestAdminOptimizeTableRestore (0.0s) PASSED ast.TestParenthesesExpr (0.0s) PASSED ast.TestSequenceRestore (0.0s) PASSED ast.TestWhenClause (0.0s) PASSED ast.TestAlterDatabaseRestore (0.0s) PASSED ast.TestPatternInExprRestore (0.0s) PASSED ast.TestDefaultExpr (0.0s) PASSED ast.TestDropIndexRestore (0.0s) PASSED ast.TestDMLVisitorCover (0.0s) PASSED ast.TestHasAggFlag (0.0s) PASSED ast.TestCreatePlacementPolicyRestore (0.0s) PASSED ast.TestPatternLikeExprRestore (0.0s) PASSED ast.TestAlterPlacementPolicyRestore (0.0s) PASSED ast.TestValuesExpr (0.0s) PASSED ast.TestPositionExprRestore (0.0s) PASSED ast.TestTableOptionTTLRestore (0.0s) PASSED ast.TestRemovePlacementRestore (0.0s) PASSED ast.TestRowExprRestore (0.0s) PASSED ast.TestFlashBackDatabaseRestore (0.0s) PASSED ast.TestMaxValueExprRestore (0.0s) PASSED ast.TestMatchAgainstExpr (0.0s) PASSED ast.TestResourceGroupDDLStmtRestore (0.0s) PASSED ast.TestDropPlacementPolicyRestore (0.0s) PASSED ast.TestPatternRegexpExprRestore (0.0s) PASSED ast.TestPresplitIndexSpecialComments (0.0s) PASSED ast.TestVariableExpr (0.0s) PASSED ast.TestExistsSubqueryExprRestore (0.0s) PASSED ast.TestTableOptionTTLRestoreWithTTLEnableOffFlag (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_49_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_47_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_1_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_2_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_4_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_3_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_42_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_7_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_41_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_11_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_40_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_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_38_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_15_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_16_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_36_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_20_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 /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_24_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_34_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_26_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_28_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_33_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_32_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 //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.TestNewSM3Password (0.0s) PASSED auth.TestCheckSM3PasswordIterationsInvalid (0.0s) PASSED auth.TestCheckSM3PasswordDigestTypeIncompatible (0.0s) PASSED auth.TestCheckSM3PasswordShort (0.0s) PASSED auth.TestCheckSM3PasswordBad (0.0s) PASSED auth.TestSM3 (0.0s) PASSED auth.TestCheckSM3PasswordGood (0.0s) PASSED auth.TestDecodePassword (0.0s) PASSED auth.TestCheckScramble (0.0s) PASSED auth.TestNewSha2Password (0.0s) PASSED auth.TestCheckShaPasswordIterationsInvalid (0.0s) PASSED auth.TestEncodePassword (0.0s) PASSED auth.TestCheckShaPasswordGood (0.0s) PASSED auth.TestCheckShaPasswordBad (0.0s) PASSED auth.TestCheckShaPasswordShort (0.0s) PASSED auth.TestCheckShaPasswordDigestTypeIncompatible (0.0s) /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_15_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_13_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_10_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_8_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_6_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_7_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 /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_4_of_16/coverage.dat //pkg/parser/charset:charset_test (cached) PASSED in 0.4s Stats over 9 runs: max = 0.4s, min = 0.3s, avg = 0.4s, dev = 0.0s PASSED charset.TestValidCharset (0.0s) PASSED charset.TestGetDefaultCollation (0.0s) PASSED charset.TestGetCharsetDesc (0.0s) PASSED charset.TestGetCollationByName (0.0s) PASSED charset.TestValidCustomCharset (0.0s) PASSED charset.TestUTF8MB3 (0.0s) PASSED charset.TestEncoding (0.0s) PASSED charset.TestEncodingValidate (0.0s) PASSED charset.TestEncodingGB18030 (0.0s) /home/jenkins/.tidb/tmp/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_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 /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_9_of_9/coverage.dat //pkg/parser/duration:duration_test (cached) PASSED in 0.6s PASSED duration.TestParseDuration (0.0s) PASSED duration.TestParseDuration/1.5d (0.0s) PASSED duration.TestParseDuration/1d1.5h (0.0s) PASSED duration.TestParseDuration/1d10000m (0.0s) PASSED duration.TestParseDuration/1d100h (0.0s) PASSED duration.TestParseDuration/1d3.555h (0.0s) PASSED duration.TestParseDuration/1h (0.0s) PASSED duration.TestParseDuration/1h100m (0.0s) /home/jenkins/.tidb/tmp/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.TestFormat (0.0s) PASSED format.TestRestoreCtx (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_1_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 //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.TestPrivColumn (0.0s) PASSED mysql.TestPrivSetString (0.0s) PASSED mysql.TestPrivString (0.0s) PASSED mysql.TestSQLError (0.0s) PASSED mysql.TestVersionSeparator (0.0s) PASSED mysql.TestSQLMode (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_5_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_2_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 //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.TestTraceAndLocation (0.0s) PASSED terror.TestLog (0.0s) PASSED terror.TestTError (0.0s) PASSED terror.TestJson (0.0s) PASSED terror.TestErrorEqual (0.0s) PASSED terror.TestErrCode (0.0s) /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_2_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_4_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 //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/cardinality:cardinality_test (cached) PASSED in 5.5s Stats over 31 runs: max = 5.5s, min = 3.1s, avg = 4.2s, dev = 0.7s PASSED cardinality.TestTraceDebugSelectivity (2.1s) PASSED cardinality.TestTraceCE (1.4s) PASSED cardinality.TestPseudoTable (0.0s) PASSED cardinality.TestAvgColLen (1.5s) PASSED cardinality.TestBuiltinInEstWithoutStats (1.4s) PASSED cardinality.TestCollationColumnEstimate (1.4s) PASSED cardinality.TestSubsetIdxCardinality (1.3s) PASSED cardinality.TestOutOfRangeEstimation (3.0s) PASSED cardinality.TestIgnoreRealtimeStats (1.3s) PASSED cardinality.TestOutOfRangeEstimationAfterDelete (3.0s) PASSED cardinality.TestEstimationForUnknownValues (1.7s) PASSED cardinality.TestCrossValidationSelectivity (1.3s) PASSED cardinality.TestEstimationForUnknownValuesAfterModify (1.6s) PASSED cardinality.TestNewIndexWithoutStats (1.7s) PASSED cardinality.TestOrderingIdxSelectivityRatio (1.3s) PASSED cardinality.TestIssue57948 (1.3s) PASSED cardinality.TestOrderingIdxSelectivityThreshold (1.3s) PASSED cardinality.TestEstimationUniqueKeyEqualConds (1.3s) PASSED cardinality.TestColumnIndexNullEstimation (1.4s) PASSED cardinality.TestIndexJoinInnerRowCountUpperBound (1.2s) PASSED cardinality.TestUniqCompEqualEst (1.3s) PASSED cardinality.TestSelectivity (1.2s) PASSED cardinality.TestIssue39593 (1.2s) PASSED cardinality.TestDNFCondSelectivity (1.6s) PASSED cardinality.TestIndexEstimationCrossValidate (1.4s) PASSED cardinality.TestGlobalStatsOutOfRangeEstimationAfterDelete (3.2s) PASSED cardinality.TestRangeStepOverflow (1.3s) PASSED cardinality.TestSmallRangeEstimation (1.6s) PASSED cardinality.TestSelectivityGreedyAlgo (0.0s) PASSED cardinality.TestTopNAssistedEstimationWithNewCollation (1.4s) PASSED cardinality.TestTopNAssistedEstimationWithoutNewCollation (1.3s) /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_1_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_29_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_28_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_27_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_6_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_7_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_25_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_24_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_11_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_12_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_22_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_15_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_16_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_18_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 //pkg/planner/cascades:cascades_test (cached) PASSED in 5.0s PASSED cascades_test.TestCascadesDrive (1.3s) PASSED cascades_test.TestXFormedOperatorShouldDeriveTheirStatsOwn (1.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/cascades/cascades_test/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.TestStructType (0.0s) PASSED base.TestStringLen (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_2_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 //pkg/planner/cascades/memo:memo_test (cached) PASSED in 1.8s Stats over 12 runs: max = 1.8s, min = 1.1s, avg = 1.5s, dev = 0.2s PASSED memo.TestIteratorLogicalPlan (0.0s) PASSED memo.TestRecursiveMergeGroup (0.0s) PASSED memo.TestRawHashMap (0.0s) PASSED memo.TestGroupExpressionHashCollision (0.0s) PASSED memo.TestMergeGroup (0.0s) PASSED memo.TestGroupHashEquals (0.0s) PASSED memo.TestGroupExpressionDelete (0.0s) PASSED memo.TestGroupExpressionHashEquals (0.0s) PASSED memo.TestInsertGE (0.0s) PASSED memo.TestGroupParentGERefs (0.0s) PASSED memo.TestGroupIDGenerator_NextGroupID (0.0s) PASSED memo.TestMemo (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_1_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 /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_4_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_5_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_6_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_8_of_12/coverage.dat //pkg/planner/cascades/old:old_test (cached) PASSED in 1.7s Stats over 25 runs: max = 1.7s, min = 1.3s, avg = 1.5s, dev = 0.1s PASSED old.TestMergeAdjacentWindow (0.0s) PASSED old.TestGetEnforcerRules (0.0s) PASSED old.TestNewProperties (0.0s) PASSED old.TestInjectProj (0.0s) PASSED old.TestImplGroupZeroCost (0.0s) PASSED old.TestDecorrelate (0.0s) PASSED old.TestInitGroupSchema (0.0s) PASSED old.TestFillGroupStats (0.0s) PASSED old.TestAggPushDownGather (0.0s) PASSED old.TestPreparePossibleProperties (0.0s) PASSED old.TestAppliedRuleSet (0.0s) PASSED old.TestTransformAggToProj (0.0s) PASSED old.TestGroupStringer (0.0s) PASSED old.TestPredicatePushDown (0.0s) PASSED old.TestTopNRules (0.0s) PASSED old.TestProjectionElimination (0.0s) PASSED old.TestMergeAggregationProjection (0.0s) PASSED old.TestTransformAggregateCaseToSelection (0.0s) PASSED old.TestEliminateMaxMin (0.0s) PASSED old.TestMergeAdjacentTopN (0.0s) PASSED old.TestMergeAdjacentLimit (0.0s) PASSED old.TestTransformLimitToTableDual (0.0s) PASSED old.TestEliminateOuterJoin (0.0s) PASSED old.TestPostTransformationRules (0.0s) PASSED old.TestPushLimitDownTiKVSingleGather (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_1_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_24_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_23_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_5_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_6_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_22_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_10_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_12_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_21_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_15_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_17_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_18_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 //pkg/planner/cascades/pattern:pattern_test (cached) PASSED in 1.9s Stats over 5 runs: max = 1.9s, min = 1.6s, avg = 1.7s, dev = 0.1s 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/cascades/rule:rule_test (cached) PASSED in 1.7s Stats over 8 runs: max = 1.7s, min = 1.3s, avg = 1.6s, dev = 0.1s PASSED rule.TestBinderMultiAny (0.0s) PASSED rule.TestBinderSuccess (0.0s) PASSED rule.TestBinderAny (0.0s) PASSED rule.TestBinderFail (0.0s) PASSED rule.TestBinderMultiNext (0.0s) PASSED rule.TestBinderTopNode (0.0s) PASSED rule.TestBinderSubTreeMatch (0.0s) PASSED rule.TestBinderOneNode (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_1_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_2_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_3_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 //pkg/planner/cascades/rule/apply/decorrelateapply:decorrelateapply_test (cached) PASSED in 1.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/cascades/task:task_test (cached) PASSED in 2.1s Stats over 3 runs: max = 2.1s, min = 1.5s, avg = 1.7s, 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:core_test (cached) PASSED in 23.3s Stats over 50 runs: max = 23.3s, min = 4.9s, avg = 7.8s, dev = 3.1s PASSED core.TestCheckPlanClone (0.0s) PASSED core.TestPruneUseBinarySearchSigned (0.0s) PASSED core.TestSingleRuleTraceStep (0.0s) PASSED core.TestTableScanCostWithForce (1.2s) PASSED core.TestTimeScalarFunctionPushDownResult (1.4s) PASSED core.TestAggregationInWindowFunctionPushDownToTiFlash (1.1s) PASSED core.TestCanBePrune (0.0s) PASSED core.TestCostModelTraceVer2 (1.2s) PASSED core.TestPlanCacheClone (1.7s) PASSED core.TestSysdatePushDown (1.2s) PASSED core.TestBitColumnPushDown (1.3s) PASSED core.TestCanTiFlashUseHashJoinV2 (0.0s) PASSED core.TestCostModelVer2ScanRowSize (1.3s) PASSED core.TestIssue58829 (1.1s) PASSED core.TestPartitionIntFullCover (5.5s) PASSED core.TestHandleFineGrainedShuffle (0.0s) PASSED core.TestNestedVirtualGeneratedColumnUpdate (1.2s) PASSED core.TestPartitionVarcharFullCover (3.7s) PASSED core.TestRightShiftPushDownToTiFlash (1.3s) PASSED core.TestScanOnSmallTable (1.3s) PASSED core.TestIssue36243 (1.3s) PASSED core.TestMPPJoinKeyTypeConvert (0.0s) PASSED core.TestPreparedStmtIndexLookup (1.4s) PASSED core.TestTiFlashHashAggPreAggMode (1.2s) PASSED core.TestTimeToSecPushDownToTiFlash (1.2s) PASSED core.TestIssue52472 (1.3s) PASSED core.TestMPPDecimalConvert (0.0s) PASSED core.TestNotReadOnlySQLOnTiFlash (1.3s) PASSED core.TestPlanCachePartitionDuplicates (1.5s) PASSED core.TestTrueCardCost (1.2s) PASSED core.TestCast4PartitionPruning (1.3s) PASSED core.TestFixControl33031 (1.5s) PASSED core.TestIssue54870 (1.1s) PASSED core.TestPlanCostDetail (1.2s) PASSED core.TestPruneColumnsForDelete (0.0s) PASSED core.TestIssue54213 (1.3s) PASSED core.TestNonPreparedPlanCachePartitionIndex (1.8s) PASSED core.TestNonPreparedPlanCacheable (1.5s) PASSED core.TestPartitionPruningForEQ (1.2s) PASSED core.TestRollupExpand (0.0s) PASSED core.TestIssue15110And49616 (1.3s) PASSED core.TestIssue48257 (1.4s) PASSED core.TestIssue49166 (1.3s) PASSED core.TestPreparedPlanCachePartitionIndex (1.5s) PASSED core.TestRemoveOrderbyInSubquery (0.0s) PASSED core.TestAggPushDownEngine (1.2s) PASSED core.TestCacheable (1.3s) PASSED core.TestIssue41458 (1.1s) PASSED core.TestPreparedPlanCachePartitions (1.6s) PASSED core.TestWindowLogicalPlanAmbiguous (0.0s) PASSED core.TestIssue46556 (1.2s) PASSED core.TestIssue46760 (1.2s) PASSED core.TestIssue49736Partition (1.2s) PASSED core.TestNoneAccessPathsFoundByIsolationRead (1.2s) PASSED core.TestTraceFastPlan (0.0s) PASSED core.TestBinaryPlanSwitch (3.2s) PASSED core.TestFastPointGetClone (0.0s) PASSED core.TestNumberFunctionPushDown (1.8s) PASSED core.TestPlanReplayerCaptureRecordJsonStats (1.2s) PASSED core.TestPredicatePushDown (0.0s) PASSED core.TestPruneUseBinarySearchUnSigned (0.0s) PASSED core.TestEncodeDecodePlan (1.1s) PASSED core.TestImplicitCastNotNullFlag (0.0s) PASSED core.TestInitLRUWithSystemVar (1.1s) PASSED core.TestPartitionRangeForExpr (0.0s) PASSED core.TestScalarFunctionPushDown (1.2s) PASSED core.TestTooLongBinaryPlan (1.4s) PASSED core.TestBenchDaily (0.0s) PASSED core.TestFastPathInvalidBatchPointGet (0.0s) PASSED core.TestFixControl44823 (1.3s) PASSED core.TestGetParamSQLFromASTConcurrently (0.2s) PASSED core.TestWindowRangeFramePushDownTiflash (1.2s) PASSED core.TestEliminateProjectionUnderUnion (0.0s) PASSED core.TestLongBinaryPlan (3.8s) PASSED core.TestNonPreparedPlanCachePlanString (1.1s) PASSED core.TestNormalizedDigest (1.5s) PASSED core.TestPartitionRangeOperation (0.0s) PASSED core.TestReverseUTF8PushDownToTiFlash (1.4s) PASSED core.TestBinaryPlanOfPreparedStmt (2.3s) PASSED core.TestExplainFormatHintRecoverableForTiFlashReplica (1.3s) PASSED core.TestJoinPredicatePushDown (0.0s) PASSED core.TestNonPreparedPlanCacheInformationSchema (1.4s) PASSED core.TestPartitionRangePruner2VarChar (0.0s) PASSED core.TestReversePushDownToTiFlash (1.2s) PASSED core.TestIssue54652 (1.1s) PASSED core.TestListPartitionRandomTransaction (1.3s) PASSED core.TestParameterize (0.0s) PASSED core.TestResolvingCorrelatedAggregate (0.0s) PASSED core.TestVirtualExprPushDown (1.2s) PASSED core.TestBuildFinalModeAggregation (0.0s) PASSED core.TestExplainAnalyzeDML2 (2.7s) PASSED core.TestNonPreparedPlanCacheBasically (1.5s) PASSED core.TestPartitionRangePruner2Date (0.0s) PASSED core.TestSimplifyOuterJoin (0.0s) PASSED core.TestUnnecessaryBinaryPlanInSlowLog (1.2s) PASSED core.TestCopPaging (2.2s) PASSED core.TestDecodeBinaryPlan (1.3s) PASSED core.TestNonPreparedPlanTypeRandomly (2.1s) PASSED core.TestOuterWherePredicatePushDown (0.0s) PASSED core.TestPartitionRangePruner2CharWithCollation (0.0s) PASSED core.TestSpacePushDownToTiFlash (1.2s) PASSED core.TestAntiSemiJoinConstFalse (0.0s) PASSED core.TestCloneFineGrainedShuffleStreamCount (0.0s) PASSED core.TestConflictReadFromStorage (1.3s) PASSED core.TestNonPreparedPlanCacheInternalSQL (1.2s) PASSED core.TestPartitionRangeColumnsForExpr (0.0s) PASSED core.TestSkipSystemTables (0.0s) PASSED core.TestInstancePlanCacheAcrossSession (1.3s) PASSED core.TestIsIPv6ToTiFlash (1.2s) PASSED core.TestLRUPlanCacheMemoryUsage (0.0s) PASSED core.TestListPartitionView (1.3s) PASSED core.TestSimplyOuterJoinWithOnlyOuterExpr (0.0s) PASSED core.TestCollectPredicateColumns (0.0s) PASSED core.TestDeriveNotNullConds (0.0s) PASSED core.TestHypoIndexHint (1.2s) PASSED core.TestImportIntoBuildPlan (1.4s) PASSED core.TestIssue53872 (1.2s) PASSED core.TestPartitionRangeColumnsForExprWithSpecialCollation (0.0s) PASSED core.TestAnalyzeBuildSucc (1.2s) PASSED core.TestCollectHistNeededColumns (0.0s) PASSED core.TestColumnToProto (0.0s) PASSED core.TestExtraPKNotNullFlag (0.0s) PASSED core.TestIssue29503 (1.3s) PASSED core.TestIssue38269 (1.1s) PASSED core.TestAnalyzeSetRate (1.1s) PASSED core.TestGroupByWhenNotExistCols (0.0s) PASSED core.TestIssue31202 (1.3s) PASSED core.TestIssue38533 (1.1s) PASSED core.TestNewLineFieldsInfo (0.0s) PASSED core.TestShow (0.0s) PASSED core.TestConflictedJoinTypeHints (0.0s) PASSED core.TestIsIPv4ToTiFlash (1.1s) PASSED core.TestIssue38244 (0.0s) PASSED core.TestListPartitionAgg (1.4s) PASSED core.TestPlanCacheDirtyTables (1.6s) PASSED core.TestAggPushToCopForCachedTable (2.1s) PASSED core.TestDupRandJoinCondsPushDown (0.0s) PASSED core.TestGetPathByIndexName (0.0s) PASSED core.TestInvalidRange (1.3s) PASSED core.TestRequestTypeSupportedOff (1.2s) PASSED core.TestRowSizeInMPP (1.2s) PASSED core.TestDoSubQuery (1.0s) PASSED core.TestIndexJoinAnalyzeLookUpFilters (0.0s) PASSED core.TestIssue49344 (1.2s) PASSED core.TestRewriterPool (0.0s) PASSED core.TestTablePartition (0.0s) PASSED core.TestTiFlashFineGrainedShuffleWithMaxTiFlashThreads (1.3s) PASSED core.TestIndexRange (1.2s) PASSED core.TestIssue37914 (0.0s) PASSED core.TestListPartitionOrderLimit (1.3s) PASSED core.TestPlanCacheForIndexJoinRangeFallback (1.2s) PASSED core.TestUpdateEQCond (0.0s) PASSED core.TestDisableFold (0.0s) PASSED core.TestIndexLookupCartesianJoin (1.2s) PASSED core.TestIssue37986 (1.1s) PASSED core.TestIssue40093 (1.3s) PASSED core.TestRangeFallbackForAnalyzeLookUpFilters (0.0s) PASSED core.TestSubquery (0.0s) PASSED core.TestBetween (0.0s) PASSED core.TestDeepClone (0.0s) PASSED core.TestIssue33175 (1.4s) PASSED core.TestIssue38205 (1.4s) PASSED core.TestMPPHintsWithBinding (1.2s) PASSED core.TestPlanBuilder (0.0s) PASSED core.TestCaseWhen (0.0s) PASSED core.TestIssue49736 (1.2s) PASSED core.TestJoinHintCompatibilityWithBinding (1.2s) PASSED core.TestJoinReOrder (0.0s) PASSED core.TestRepeatPushDownToTiFlash (1.3s) PASSED core.TestTablePlansAndTablePlanInPhysicalTableReaderClone (0.0s) PASSED core.TestExplainAnalyzeDMLCommit (1.7s) PASSED core.TestExtractTableList (0.0s) PASSED core.TestFastPlanContextTables (0.0s) PASSED core.TestIndexMergePathGeneration (0.0s) PASSED core.TestLRUPCSetCapacity (0.0s) PASSED core.TestPlanCacheMVIndexManually (1.5s) 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.1s) PASSED core.TestPatternIn (0.0s) PASSED core.TestCast (0.0s) PASSED core.TestEagerAggregation (0.0s) PASSED core.TestIssue40224 (1.2s) PASSED core.TestIssue50235 (1.2s) PASSED core.TestJoinHintCompatibilityWithVariable (1.1s) PASSED core.TestPhysicalPlanClone (0.0s) PASSED core.TestDAGPlanBuilderSplitAvg (1.2s) PASSED core.TestGetFormatPushDownToTiFlash (1.1s) PASSED core.TestGetFullAnalyzeColumnsInfo (0.0s) PASSED core.TestIsNull (0.0s) PASSED core.TestPlanCacheWithLimit (1.3s) PASSED core.TestSortByItemsPruning (0.0s) PASSED core.TestAnalyzeVectorIndex (1.5s) PASSED core.TestCorColRangeWithRangeMaxSize (1.2s) PASSED core.TestLRUPCDeleteAll (0.0s) PASSED core.TestPlanCacheMVIndexRandomly (2.3s) PASSED core.TestPlanStringer (1.1s) PASSED core.TestSkylinePruning (0.0s) PASSED core.TestAggWithJsonPushDownToTiFlash (1.3s) PASSED core.TestCompareRow (0.0s) PASSED core.TestPhysicalPlanMemoryTrace (0.0s) PASSED core.TestPlanCacheWithSubquery (1.2s) PASSED core.TestProjectionEliminator (0.0s) PASSED core.TestRequireInsertAndSelectPriv (0.0s) PASSED core.TestCS3389 (0.0s) PASSED core.TestImportIntoCollAssignmentChecker (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-0-@a+1 (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-1-@b+@c+@1 (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-10-exists(select_1) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-11-1_in_(select_1) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-12-1_+_(select_1) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-13-@@sql_mode (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-14-@@global.sql_mode (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-15-@a:=1 (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-16-default(t.a) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-17-ROW_NUMBER()_OVER(PARTITION_BY_1) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-18-COUNT(1) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-19-grouping(1) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-2-instr(substr(concat_ws('','b','~~'),_6))_+_sysdate() (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-20-getvar(concat('a',_'b')) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-21-getvar(now()) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-22-noexist() (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-23-values(a) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-3-now()_+_interval_1_day (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-4-sysdate()_+_interval_1_month (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-5-cast('123'_as_unsigned) (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-6-getvar('c') (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-7-a (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-8-a+2 (0.0s) PASSED core.TestImportIntoCollAssignmentChecker/case-9-(select_1) (0.0s) PASSED core.TestIsTruth (0.0s) PASSED core.TestLeftShiftPushDownToTiFlash (1.2s) PASSED core.TestPhysicalTableScanExtractCorrelatedCols (1.2s) PASSED core.TestPlanCacheRandomCases (18.5s) PASSED core.TestAllocID (0.0s) PASSED core.TestAvoidColumnEvaluatorForProjBelowUnion (1.1s) PASSED core.TestBuildExpression (0.0s) PASSED core.TestHexIntOrStrPushDownToTiFlash (1.2s) PASSED core.TestPlanCacheSubquerySPMEffective (1.3s) PASSED core.TestTraffic (0.0s) PASSED core.TestBinPushDownToTiFlash (1.2s) PASSED core.TestBuildAdminAlterDDLJobPlan (0.0s) PASSED core.TestCostOverflow (0.0s) PASSED core.TestIssue42125 (1.2s) PASSED core.TestPhysicalOptimizeWithTraceEnabled (1.2s) PASSED core.TestValidate (0.0s) PASSED core.TestEltPushDownToTiFlash (1.1s) PASSED core.TestEnforcedProperty (0.0s) PASSED core.TestGetMaxWriteSpeedFromExpression (0.0s) PASSED core.TestNonPreparedPlanExplainWarning (2.4s) PASSED core.TestPhysicalOptimizerTrace (1.2s) PASSED core.TestUniqueKeyInfo (0.0s) PASSED core.TestLRUPCDelete (0.0s) PASSED core.TestPlanCacheForIndexRangeFallback (1.3s) PASSED core.TestPlanCacheMVIndex (8.2s) PASSED core.TestRuntimeFilterGenerator (1.4s) PASSED core.TestWarningWithDisablePlanCacheStmt (1.3s) PASSED core.TestWindowParallelFunction (0.1s) PASSED core.TestAggPrune (0.0s) PASSED core.TestHintCannotFitProperty (0.0s) PASSED core.TestNonPreparedPlanCachePanic (1.2s) PASSED core.TestPhysicalOptimizerTraceChildrenNotDuplicated (1.2s) PASSED core.TestRegexpInstrPushDownToTiFlash (1.3s) PASSED core.TestValidator (1.2s) PASSED core.TestForeignKey (1.3s) PASSED core.TestFragmentInitSingleton (0.0s) PASSED core.TestInstancePlanCacheBasic (0.0s) PASSED core.TestNonPreparedPlanCacheAutoStmtRetry (1.3s) PASSED core.TestRegexpSubstrPushDownToTiFlash (1.3s) PASSED core.TestVisitInfo (0.0s) PASSED core.TestDropGlobalTempTable (1.3s) PASSED core.TestInstancePlanCacheWithMatchOpts (0.0s) PASSED core.TestIssue43667Concurrency (8.1s) PASSED core.TestPlanCacheForIntersectionIndexMerge (1.2s) PASSED core.TestRegexpReplacePushDownToTiFlash (1.2s) PASSED core.TestUnion (0.0s) PASSED core.TestBuiltinFuncFlen (1.5s) PASSED core.TestDPReorderAllCartesian (0.0s) PASSED core.TestLRUPCGet (0.0s) PASSED core.TestMVIndexRandom (2.2s) PASSED core.TestPointGetWithSelectLock (1.4s) PASSED core.TestWindowFunction (0.1s) PASSED core.TestCastTimeAsDurationToTiFlash (1.3s) PASSED core.TestIndexMergeWithOrderProperty (1.3s) PASSED core.TestInstancePlanCacheEvictAll (0.0s) PASSED core.TestIssue43667 (1.4s) PASSED core.TestLargeVarcharAutoConv (1.5s) PASSED core.TestTopNPushDown (0.0s) PASSED core.TestHintForIntersectionIndexMerge (4.2s) PASSED core.TestInstancePlanCacheConcurrentRead (0.3s) PASSED core.TestIssue47133 (1.3s) PASSED core.TestNameResolver (0.0s) PASSED core.TestPreprocessCTE (1.3s) PASSED core.TestUnhexPushDownToTiFlash (1.5s) PASSED core.TestCollectFilters4MVIndexMutations (1.2s) PASSED core.TestInstancePlanCacheConcurrentWriteRead (0.0s) PASSED core.TestLeastGretestStringPushDownToTiFlash (1.3s) PASSED core.TestOuterJoinEliminator (0.0s) PASSED core.TestPlanCacheBindingIgnore (1.4s) PASSED core.TestPreprocessDeleteFromWithAlias (1.3s) PASSED core.TestDPReorderTPCHQ5 (0.0s) PASSED core.TestIssue53505 (1.4s) PASSED core.TestLRUPCPut (0.0s) PASSED core.TestMultiMVIndexRandom (2.7s) PASSED core.TestSelectView (0.0s) PASSED core.TestTiFlashReadForWriteStmt (1.3s) /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_43_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_41_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_1_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_39_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_38_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_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_37_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_9_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_36_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_12_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_13_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_34_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_16_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_33_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_20_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_23_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 /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_25_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_31_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_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 //pkg/planner/core/casetest:casetest_test (cached) PASSED in 7.4s Stats over 29 runs: max = 7.4s, min = 3.2s, avg = 4.1s, dev = 0.8s PASSED casetest_test.TestTiFlashLateMaterialization (4.1s) PASSED casetest_test.TestNDVGroupCols (1.4s) PASSED casetest_test.TestGroupNDVs (1.5s) PASSED casetest_test.TestCTEErrNotSupportedYet (1.3s) PASSED casetest_test.TestOuterJoinElimination (1.4s) PASSED casetest_test.TestHandleEQAll (1.4s) PASSED casetest_test.TestJSONPlanInExplain (1.5s) PASSED casetest_test.TestNormalizedPlanForDiffStore (1.5s) PASSED casetest_test.TestVerboseExplain (1.3s) PASSED casetest_test.TestIssue47634 (1.4s) 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.TestIsolationReadTiFlashNotChoosePointGet (1.5s) PASSED casetest_test.TestIsolationReadDoNotFilterSystemDB (1.2s) PASSED casetest_test.TestPlanDigest4InList (1.4s) 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.TestMergeContinuousSelections (1.3s) PASSED casetest_test.TestIssue31240 (1.3s) PASSED casetest_test.TestIssue32632 (1.5s) PASSED casetest_test.TestNormalizedPlan (1.5s) PASSED casetest_test.TestTiFlashPartitionTableScan (1.4s) PASSED casetest_test.TestTiFlashFineGrainedShuffle (1.3s) PASSED casetest_test.TestIssue51873 (1.5s) PASSED casetest_test.TestPreferRangeScan (1.5s) PASSED casetest_test.TestIssue50926 (1.3s) PASSED casetest_test.TestFixControl43817 (1.3s) PASSED casetest_test.TestFixControl45132 (1.9s) PASSED casetest_test.TestIssue56915 (1.4s) PASSED casetest_test.TestIssue49438 (1.3s) PASSED casetest_test.TestIssue52023 (1.4s) PASSED casetest_test.TestTiFlashExtraColumnPrune (1.5s) PASSED casetest_test.TestIndexMergeJSONMemberOf2FlakyPart (1.4s) /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_1_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_2_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_20_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_5_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_19_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_9_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_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_12_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_13_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_15_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 //pkg/planner/core/casetest/binaryplan:binaryplan_test (cached) PASSED in 3.8s PASSED binaryplan_test.TestBinaryPlanInExplainAndSlowLog (1.2s) /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 (cached) PASSED in 5.3s PASSED cascades_test.TestDeriveStats (1.6s) PASSED cascades_test.TestGroupNDVCols (1.3s) /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/cbotest:cbotest_test (cached) PASSED in 48.9s Stats over 18 runs: max = 48.9s, min = 29.9s, avg = 35.6s, dev = 5.5s PASSED cbotest_test.TestLimitIndexEstimation (29.8s) PASSED cbotest_test.TestIndexEqualUnknown (32.1s) PASSED cbotest_test.TestTiFlashCostModel (24.1s) PASSED cbotest_test.TestLowSelIndexGreedySearch (35.4s) PASSED cbotest_test.TestLimitCrossEstimation (30.1s) PASSED cbotest_test.TestIssue9562 (24.6s) PASSED cbotest_test.TestInconsistentEstimation (26.8s) PASSED cbotest_test.TestCorrelatedEstimation (24.4s) PASSED cbotest_test.TestNullCount (23.6s) PASSED cbotest_test.TestOutdatedAnalyze (24.9s) PASSED cbotest_test.TestCBOWithoutAnalyze (23.3s) PASSED cbotest_test.TestAnalyze (35.5s) PASSED cbotest_test.TestEmptyTable (24.5s) PASSED cbotest_test.TestStraightJoin (23.8s) PASSED cbotest_test.TestIndexRead (34.8s) PASSED cbotest_test.TestIssue59563 (41.4s) PASSED cbotest_test.TestTableDual (23.3s) PASSED cbotest_test.TestEstimation (22.7s) /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_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_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_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_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_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_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_9_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_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_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_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_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_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_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_4_of_18/coverage.dat //pkg/planner/core/casetest/correlated:correlated_test (cached) PASSED in 4.5s PASSED correlated_test.TestCorrelatedSubquery (2.0s) /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/dag:dag_test (cached) PASSED in 4.6s Stats over 10 runs: max = 4.6s, min = 3.3s, avg = 3.8s, dev = 0.4s PASSED dag_test.TestDAGPlanBuilderWindowParallel (1.3s) PASSED dag_test.TestDAGPlanBuilderWindow (1.3s) PASSED dag_test.TestDAGPlanBuilderAgg (1.4s) PASSED dag_test.TestDAGPlanBuilderUnionScan (1.4s) PASSED dag_test.TestDAGPlanBuilderUnion (1.3s) PASSED dag_test.TestDAGPlanBuilderBasePhysicalPlan (1.4s) PASSED dag_test.TestDAGPlanTopN (1.3s) PASSED dag_test.TestDAGPlanBuilderSubquery (1.3s) PASSED dag_test.TestDAGPlanBuilderJoin (1.2s) PASSED dag_test.TestDAGPlanBuilderSimpleCase (1.4s) /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_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_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_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 /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_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_1_of_10/coverage.dat //pkg/planner/core/casetest/enforcempp:enforcempp_test (cached) PASSED in 13.7s Stats over 12 runs: max = 13.7s, min = 3.1s, avg = 5.1s, dev = 2.7s PASSED enforcempp_test.TestRollupMPP (1.4s) PASSED enforcempp_test.TestMPPSharedCTEScan (1.5s) PASSED enforcempp_test.TestMPPNullAwareSemiJoinPushDown (1.2s) PASSED enforcempp_test.TestMPPMultiDistinct3Stage (11.2s) PASSED enforcempp_test.TestEnforceMPP (3.1s) PASSED enforcempp_test.TestMPPSingleDistinct3Stage (1.3s) PASSED enforcempp_test.TestEnforceMPPWarning1 (1.3s) PASSED enforcempp_test.TestEnforceMPPWarning2 (1.2s) PASSED enforcempp_test.TestMPPSkewedGroupDistinctRewrite (1.4s) PASSED enforcempp_test.TestEnforceMPPWarning3 (1.3s) PASSED enforcempp_test.TestMPP2PhaseAggPushDown (1.4s) PASSED enforcempp_test.TestEnforceMPPWarning4 (1.3s) /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_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_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_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_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_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_4_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_5_of_12/coverage.dat //pkg/planner/core/casetest/flatplan:flatplan_test (cached) PASSED in 5.0s PASSED flatplan_test.TestFlatPhysicalPlan (1.4s) /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/hint:hint_test (cached) PASSED in 18.6s Stats over 8 runs: max = 18.6s, min = 3.4s, avg = 5.9s, dev = 4.8s PASSED hint_test.TestQBHintHandlerDuplicateObjects (1.5s) PASSED hint_test.TestReadFromStorageHint (1.5s) PASSED hint_test.TestAllViewHintType (2.2s) PASSED hint_test.TestReadFromStorageHintAndIsolationRead (1.5s) PASSED hint_test.TestIsolationReadTiFlashUseIndexHint (1.3s) PASSED hint_test.TestHints (1.5s) PASSED hint_test.TestJoinHintCompatibility (2.8s) PASSED hint_test.TestOptimizeHintOnPartitionTable (16.4s) /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_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_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_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_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_3_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 //pkg/planner/core/casetest/index:index_test (cached) PASSED in 4.2s Stats over 8 runs: max = 4.2s, min = 3.5s, avg = 3.8s, dev = 0.3s PASSED index_test.TestAnalyzeVectorIndex (1.6s) PASSED index_test.TestNullConditionForPrefixIndex (1.5s) PASSED index_test.TestVectorIndex (1.3s) PASSED index_test.TestInvisibleIndex (1.3s) PASSED index_test.TestOrderedIndexWithIsNull (1.3s) PASSED index_test.TestRangeDerivation (1.4s) PASSED index_test.TestRangeIntersection (1.8s) PASSED index_test.TestRowFunctionMatchTheIndexRangeScan (1.5s) /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_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_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_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_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_3_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_4_of_8/coverage.dat //pkg/planner/core/casetest/join:join_test (cached) PASSED in 4.0s PASSED join_test.TestSemiJoinOrder (1.4s) /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/mpp:mpp_test (cached) PASSED in 4.4s Stats over 23 runs: max = 4.4s, min = 3.4s, avg = 3.8s, dev = 0.3s PASSED mpp_test.TestMPPJoinWithoutUselessExchange (1.7s) PASSED mpp_test.TestMPPJoin (1.6s) PASSED mpp_test.TestMPPJoinWithRemoveUselessExchange (1.5s) PASSED mpp_test.TestMPPLeftSemiJoin (1.5s) PASSED mpp_test.TestIssue52828 (1.5s) PASSED mpp_test.TestMPPOuterJoinBuildSideForBroadcastJoin (1.9s) PASSED mpp_test.TestMppVersion (1.5s) PASSED mpp_test.TestMPPOuterJoinBuildSideForShuffleJoinWithFixedBuildSide (1.7s) PASSED mpp_test.TestMPPOuterJoinBuildSideForShuffleJoin (1.4s) PASSED mpp_test.TestPushDownAggForMPP (1.7s) PASSED mpp_test.TestMPPShuffledJoin (1.7s) PASSED mpp_test.TestMPPJoinWithCanNotFoundColumnInSchemaColumnsError (1.4s) PASSED mpp_test.TestMPPWithHashExchangeUnderNewCollation (1.5s) PASSED mpp_test.TestPushDownProjectionForMPP (1.7s) PASSED mpp_test.TestMPPAvgRewrite (1.5s) PASSED mpp_test.TestMppJoinDecimal (1.4s) PASSED mpp_test.TestMPPWithBroadcastExchangeUnderNewCollation (1.4s) PASSED mpp_test.TestPushDownSelectionForMPP (1.3s) PASSED mpp_test.TestMppUnionAll (1.3s) PASSED mpp_test.TestMppJoinExchangeColumnPrune (1.3s) PASSED mpp_test.TestMppFineGrainedJoinAndAgg (1.3s) PASSED mpp_test.TestRejectSortForMPP (1.3s) PASSED mpp_test.TestMppAggTopNWithJoin (1.6s) /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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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 /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 //pkg/planner/core/casetest/parallelapply:parallelapply_test (cached) PASSED in 3.4s PASSED parallelapply_test.TestParallelApplyWarnning (1.5s) /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/partition:partition_test (cached) PASSED in 12.8s Stats over 13 runs: max = 12.8s, min = 3.4s, avg = 5.2s, dev = 3.1s PASSED partition_test.TestIssue59827RangeColumns (1.4s) PASSED partition_test.TestIssue59827KeyPartitioning (1.3s) PASSED partition_test.TestIssue59827 (1.2s) PASSED partition_test.TestRangeTimePruningExtract (10.3s) PASSED partition_test.TestListPartitionPruning (1.6s) PASSED partition_test.TestRangeDatePruningExtract (9.4s) PASSED partition_test.TestPartitionTableExplain (1.6s) PASSED partition_test.TestBatchPointGetTablePartition (1.7s) PASSED partition_test.TestPointGetIntHandleNotFirst (1.4s) PASSED partition_test.TestGeneratedColumnWithPartition (1.2s) PASSED partition_test.TestBatchPointGetPartitionForAccessObject (1.3s) PASSED partition_test.TestHashPartitionPruner (1.6s) PASSED partition_test.TestListColumnsPartitionPruner (2.2s) /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_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_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_9_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_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_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_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_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_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_7_of_13/coverage.dat //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (cached) PASSED in 35.5s Stats over 35 runs: max = 35.5s, min = 8.0s, avg = 31.4s, dev = 4.2s PASSED physicalplantest_test.TestPhysicalApplyIsNotPhysicalJoin (0.0s) PASSED physicalplantest_test.TestExplainExpand (24.2s) PASSED physicalplantest_test.TestAlwaysTruePredicateWithSubquery (23.5s) PASSED physicalplantest_test.TestPointgetIndexChoosen (23.6s) PASSED physicalplantest_test.TestHashAggPushdownToTiFlashCompute (24.3s) PASSED physicalplantest_test.TestIssues49377Plan (24.3s) PASSED physicalplantest_test.TestCountStarForTiFlash (23.6s) PASSED physicalplantest_test.TestMPPSinglePartitionType (22.9s) PASSED physicalplantest_test.TestHJBuildAndProbeHint4TiFlash (23.8s) PASSED physicalplantest_test.TestHJBuildAndProbeHint4DynamicPartitionTable (24.4s) PASSED physicalplantest_test.TestHintFromDiffDatabase (26.6s) PASSED physicalplantest_test.TestIndexJoinHint (25.6s) PASSED physicalplantest_test.TestInlineProjection (23.1s) PASSED physicalplantest_test.TestQueryBlockHint (22.8s) PASSED physicalplantest_test.TestIndexMergeHint (23.8s) PASSED physicalplantest_test.TestIndexHint (24.3s) PASSED physicalplantest_test.TestGroupConcatOrderby (24.9s) PASSED physicalplantest_test.TestAggToCopHint (24.4s) PASSED physicalplantest_test.TestAggEliminator (23.0s) PASSED physicalplantest_test.TestRefine (24.7s) PASSED physicalplantest_test.TestSemiJoinRewriteHints (23.6s) PASSED physicalplantest_test.TestRuleColumnPruningLogicalApply (23.9s) PASSED physicalplantest_test.TestSemiJoinToInner (23.4s) PASSED physicalplantest_test.TestAggregationHints (23.1s) PASSED physicalplantest_test.TestUnmatchedTableInHint (22.7s) PASSED physicalplantest_test.TestIssue37520 (24.2s) PASSED physicalplantest_test.TestJoinHints (23.2s) PASSED physicalplantest_test.TestMPPHints (27.3s) PASSED physicalplantest_test.TestMPPHintsScope (24.9s) PASSED physicalplantest_test.TestHintScope (24.1s) PASSED physicalplantest_test.TestMPPBCJModel (25.1s) PASSED physicalplantest_test.TestMPPPreferBCJ (25.1s) PASSED physicalplantest_test.TestMPPBCJModelOneTiFlash (23.9s) PASSED physicalplantest_test.TestMPPRightOuterJoin (26.6s) PASSED physicalplantest_test.TestMPPRightSemiJoin (26.6s) /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_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_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_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_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_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_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_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_22_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_12_of_35/coverage.dat //pkg/planner/core/casetest/planstats:planstats_test (cached) PASSED in 4.3s Stats over 6 runs: max = 4.3s, min = 3.6s, avg = 4.0s, dev = 0.2s PASSED planstats_test.TestPartialStatsInExplain (1.7s) PASSED planstats_test.TestCollectDependingVirtualCols (1.4s) PASSED planstats_test.TestPlanStatsStatusRecord (1.6s) PASSED planstats_test.TestPlanStatsLoad (1.9s) PASSED planstats_test.TestPlanStatsLoadTimeout (1.8s) PASSED planstats_test.TestPlanStatsLoadForCTE (1.7s) /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_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_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_3_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 //pkg/planner/core/casetest/pushdown:pushdown_test (cached) PASSED in 4.4s Stats over 6 runs: max = 4.4s, min = 3.4s, avg = 3.8s, dev = 0.4s PASSED pushdown_test.TestJoinNotSupportedByTiFlash (1.5s) PASSED pushdown_test.TestPushDownToTiFlashWithKeepOrder (1.3s) PASSED pushdown_test.TestPushDownToTiFlashWithKeepOrderInFastMode (1.4s) PASSED pushdown_test.TestSelPushDownTiFlash (1.6s) PASSED pushdown_test.TestPushDownProjectionForTiFlash (1.5s) PASSED pushdown_test.TestPushDownProjectionForTiFlashCoprocessor (1.8s) /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/casetest/rule:rule_test (cached) PASSED in 4.2s Stats over 9 runs: max = 4.2s, min = 2.6s, avg = 3.7s, dev = 0.4s PASSED rule_test.TestConstantPropagateWithCollation (1.4s) PASSED rule_test.TestDual (1.4s) PASSED rule_test.TestOuter2InnerIssue55886 (1.5s) PASSED rule_test.TestPushDerivedTopnFlash (1.3s) PASSED rule_test.TestOuter2Inner (1.9s) PASSED rule_test.TestWrapCastForAggFuncs (0.0s) PASSED rule_test.TestJoinOrderHint4DynamicPartitionTable (1.6s) PASSED rule_test.TestJoinOrderHint4TiFlash (1.7s) PASSED rule_test.TestOptEnableHashJoin (1.5s) /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_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_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_7_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_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_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_4_of_9/coverage.dat //pkg/planner/core/casetest/scalarsubquery:scalarsubquery_test (cached) PASSED in 3.2s PASSED scalarsubquery_test.TestExplainNonEvaledSubquery (1.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/core/casetest/scalarsubquery/scalarsubquery_test/coverage.dat //pkg/planner/core/casetest/tpch:tpch_test (cached) PASSED in 4.0s Stats over 3 runs: max = 4.0s, min = 3.8s, avg = 3.9s, dev = 0.1s PASSED tpch_test.TestQ18 (1.5s) PASSED tpch_test.TestQ13 (1.6s) PASSED tpch_test.TestQ3 (1.5s) /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/core/casetest/vectorsearch:vectorsearch_test (cached) PASSED in 5.5s Stats over 8 runs: max = 5.5s, min = 2.5s, avg = 4.1s, dev = 1.0s PASSED vectorsearch_test.TestVectorSearchHeavyFunction (3.2s) PASSED vectorsearch_test.TestVectorSearchWithPKForceTiKV (2.8s) PASSED vectorsearch_test.TestVectorSearchWithPKAuto (2.9s) PASSED vectorsearch_test.TestVectorIndexProtobufMatch (0.0s) PASSED vectorsearch_test.TestANNIndexWithNonIntClusteredPk (1.4s) PASSED vectorsearch_test.TestTiFlashANNIndex (1.5s) PASSED vectorsearch_test.TestANNIndexNormalizedPlan (1.5s) PASSED vectorsearch_test.TestANNInexWithSimpleCBO (1.5s) /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_7_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_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_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_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 //pkg/planner/core/casetest/windows:windows_test (cached) PASSED in 4.2s Stats over 5 runs: max = 4.2s, min = 3.4s, avg = 3.8s, dev = 0.3s PASSED windows_test.TestIssue34765 (1.8s) PASSED windows_test.TestWindowWithCorrelatedSubQuery (1.5s) PASSED windows_test.TestWindowPlanWithOtherOperators (1.5s) PASSED windows_test.TestWindowFunctionDescCanPushDown (1.4s) PASSED windows_test.TestWindowPushDownPlans (1.4s) /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/planner/core/generator/hash64_equals:hash64_equals_test (cached) PASSED in 2.0s 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 (cached) PASSED in 1.4s 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 (cached) PASSED in 1.4s 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/issuetest:issuetest_test (cached) PASSED in 33.7s Stats over 9 runs: max = 33.7s, min = 30.1s, avg = 31.7s, dev = 1.0s PASSED issuetest_test.TestIssue59902 (23.4s) PASSED issuetest_test.TestIssue43461 (26.1s) PASSED issuetest_test.Test53726 (24.3s) PASSED issuetest_test.TestIssue58451 (24.1s) PASSED issuetest_test.TestIssue53175 (23.8s) PASSED issuetest_test.TestIssue54535 (25.7s) PASSED issuetest_test.TestIssue59643 (22.6s) PASSED issuetest_test.TestIssues57583 (23.3s) PASSED issuetest_test.TestIssue58476 (24.2s) /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_1_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_8_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_7_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_6_of_9/coverage.dat //pkg/planner/core/operator/logicalop/logicalop_test:logicalop_test_test (cached) PASSED in 4.2s Stats over 36 runs: max = 4.2s, min = 1.8s, avg = 2.9s, dev = 0.8s PASSED logicalop_test_test.TestIssue58743 (1.4s) PASSED logicalop_test_test.TestLogicalApplyClone (0.0s) PASSED logicalop_test_test.TestLogicalTopNHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalSchemaClone (0.0s) PASSED logicalop_test_test.TestInfoSchemaTableExtract (1.5s) PASSED logicalop_test_test.TestLogicalTableDualHash64Equals (0.0s) PASSED logicalop_test_test.TestExtractorInPreparedStmt (1.2s) PASSED logicalop_test_test.TestLogicalSortHash64Equals (0.0s) PASSED logicalop_test_test.TestTikvRegionStatusExtractor (1.4s) PASSED logicalop_test_test.TestLogicalShowDDLJobs (0.0s) PASSED logicalop_test_test.TestLogicalSequence (0.0s) PASSED logicalop_test_test.TestColumns (1.4s) PASSED logicalop_test_test.TestLogicalSelectionHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalShowHash64Equals (0.0s) PASSED logicalop_test_test.TestTikvRegionPeersExtractor (1.4s) PASSED logicalop_test_test.TestLogicalProjectionHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalUnionAllHash64Equals (0.0s) PASSED logicalop_test_test.TestTiDBHotRegionsHistoryTableExtractor (1.4s) PASSED logicalop_test_test.TestLogicalMemTableHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalSchemaProducerHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalMaxOneRowHash64Equals (0.0s) PASSED logicalop_test_test.TestInspectionRuleTableExtractor (1.4s) PASSED logicalop_test_test.TestLogicalLimitHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalExpandHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalApplyHash64Equals (0.0s) PASSED logicalop_test_test.TestLogicalJoinHash64Equals (0.0s) PASSED logicalop_test_test.TestInspectionSummaryTableExtractor (1.6s) PASSED logicalop_test_test.TestLogicalAggregationHash64Equals (0.0s) PASSED logicalop_test_test.TestFrameBoundHash64Equals (0.0s) PASSED logicalop_test_test.TestWindowFrameHash64Equals (0.0s) PASSED logicalop_test_test.TestHandleColsHash64Equals (0.0s) PASSED logicalop_test_test.TestInspectionResultTableExtractor (1.4s) PASSED logicalop_test_test.TestClusterConfigTableExtractor (1.3s) PASSED logicalop_test_test.TestClusterLogTableExtractor (1.3s) PASSED logicalop_test_test.TestMetricTableExtractor (1.5s) PASSED logicalop_test_test.TestMetricsSummaryTableExtractor (1.4s) /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_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_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_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_33_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_24_of_36/coverage.dat //pkg/planner/core/tests/analyze:analyze_test (cached) PASSED in 5.3s PASSED analyze_test.TestAnalyzeVirtualColumns (1.4s) PASSED analyze_test.TestAutoAnalyzeForMissingPartition (1.6s) /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 (cached) PASSED in 4.1s PASSED cte_test.TestCTEWithDifferentSchema (1.8s) /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 (cached) PASSED in 5.2s PASSED null_test.TestIssue54803 (1.5s) PASSED null_test.TestIssue56745 (1.4s) /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 (cached) 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/core/tests/pointget:pointget_test (cached) PASSED in 4.2s Stats over 6 runs: max = 4.2s, min = 3.5s, avg = 3.8s, dev = 0.2s PASSED pointget_test.TestIssue56832 (1.3s) PASSED pointget_test.TestIssue52592 (1.3s) PASSED pointget_test.TestIssue18042 (1.3s) PASSED pointget_test.TestIssue20692 (1.3s) PASSED pointget_test.TestPointGetId (1.3s) PASSED pointget_test.TestPointGetPlanCache (1.6s) /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_5_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_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_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_1_of_6/coverage.dat //pkg/planner/core/tests/prepare:prepare_test (cached) PASSED in 12.5s Stats over 24 runs: max = 12.5s, min = 3.0s, avg = 4.8s, dev = 2.3s PASSED prepare_test.TestHashPartitionAndPlanCache (2.2s) PASSED prepare_test.TestPrepareCacheForDynamicPartitionPruning (1.5s) PASSED prepare_test.TestPointGetForUpdateAutoCommitCache (1.5s) PASSED prepare_test.TestCacheHitInForUpdateRead (1.5s) PASSED prepare_test.TestPointGetPreparedPlan4PlanCache (1.5s) PASSED prepare_test.TestCacheHitInRc (1.5s) PASSED prepare_test.TestRandomFlushPlanCache (2.5s) PASSED prepare_test.TestConsistencyBetweenPrepareExecuteAndNormalSql (1.5s) PASSED prepare_test.TestPrepareCache (1.6s) PASSED prepare_test.TestPrepareCacheChangingParamType (8.2s) PASSED prepare_test.TestPlanCacheWithRCWhenInfoSchemaChange (1.4s) PASSED prepare_test.TestPrepareCacheDeferredFunction (1.3s) PASSED prepare_test.TestCachedTable (1.4s) PASSED prepare_test.TestPrepareCacheNow (3.5s) PASSED prepare_test.TestPrepareOverMaxPreparedStmtCount (1.4s) PASSED prepare_test.TestPartitionWithVariedDataSources (6.0s) PASSED prepare_test.TestPrepareWithSnapshot (1.3s) PASSED prepare_test.TestPrepareCacheForPartition (2.7s) PASSED prepare_test.TestPartitionTable (10.5s) PASSED prepare_test.TestIssue33031 (1.5s) PASSED prepare_test.TestPlanCacheUnionScan (1.3s) PASSED prepare_test.TestPlanCacheSnapshot (1.2s) PASSED prepare_test.TestPlanCacheSwitchDB (1.3s) PASSED prepare_test.TestInvisibleIndexPrepare (1.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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_15_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_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_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_13_of_24/coverage.dat //pkg/planner/core/tests/redact:redact_test (cached) PASSED in 4.2s Stats over 4 runs: max = 4.2s, min = 3.5s, avg = 3.8s, dev = 0.3s PASSED redact_test.TestRedactTiFlash (1.5s) PASSED redact_test.TestJoinNotSupportedByTiFlash (1.4s) PASSED redact_test.TestRedactForRangeInfo (1.2s) PASSED redact_test.TestRedactExplain (1.5s) /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/planner/funcdep:funcdep_test (cached) PASSED in 4.4s Stats over 11 runs: max = 4.4s, min = 2.4s, avg = 3.0s, dev = 0.7s PASSED funcdep.TestFindCommonEquivClasses (0.0s) PASSED funcdep.TestFDSet_ExtractFD (1.4s) PASSED funcdep.TestFDSet_ExtractFDForApplyAndUnion (1.4s) PASSED funcdep.TestFDSet_AddEquivalence (0.0s) PASSED funcdep.TestFDSet_MakeOuterJoin (1.2s) PASSED funcdep.TestAddStrictFunctionalDependency (0.0s) PASSED funcdep.TestFDSet_LaxImplies (0.0s) PASSED funcdep.TestFDSet_ClosureOf (0.0s) PASSED funcdep.TestFDSet_ReduceCols (0.0s) PASSED funcdep.TestFDSet_AddConstant (0.0s) PASSED funcdep.TestFDSet_InClosure (0.0s) /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_1_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_10_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_4_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_5_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_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 //pkg/planner/implementation:implementation_test (cached) PASSED in 1.4s 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/indexadvisor:indexadvisor_test (cached) PASSED in 17.7s Stats over 48 runs: max = 17.7s, min = 1.8s, avg = 4.4s, dev = 2.6s PASSED indexadvisor_test.TestCollectIndexableColumnsFromQuery (1.7s) PASSED indexadvisor_test.TestCollectIndexableColumnsForQuerySet (1.3s) PASSED indexadvisor_test.TestFilterInvalidQueries (1.3s) PASSED indexadvisor_test.TestIndexAdvisorForSQL (1.3s) PASSED indexadvisor_test.TestIndexAdvisorEmptyResult (1.2s) PASSED indexadvisor_test.TestIndexAdvisorForMultipleTables (4.9s) PASSED indexadvisor_test.TestFilterSQLAccessingSystemTables (0.0s) PASSED indexadvisor_test.TestIndexAdvisorForVariousTypes (1.4s) PASSED indexadvisor_test.TestIndexAdvisorInvalidQuery (1.2s) PASSED indexadvisor_test.TestIndexAdvisorFrequency (1.4s) PASSED indexadvisor_test.TestIndexAdvisorBasic1 (1.4s) PASSED indexadvisor_test.TestIndexAdvisorBasic2 (4.5s) PASSED indexadvisor_test.TestIndexAdvisorFixControl43817 (1.3s) PASSED indexadvisor_test.TestIndexAdvisorView (1.3s) PASSED indexadvisor_test.TestIndexAdvisorMassive (4.1s) PASSED indexadvisor_test.TestRestoreSchemaName (0.0s) PASSED indexadvisor_test.TestIndexAdvisorIncorrectCurrentDB (1.3s) PASSED indexadvisor_test.TestIndexAdvisorPrefix (1.4s) PASSED indexadvisor_test.TestIndexAdvisorCoveringIndex (1.3s) PASSED indexadvisor_test.TestIndexAdvisorExistingIndex (1.4s) PASSED indexadvisor_test.TestIndexAdvisorTPCC (3.8s) PASSED indexadvisor_test.TestIndexAdvisorWeb3Bench (4.5s) PASSED indexadvisor_test.TestIndexAdvisorRunFor (1.4s) PASSED indexadvisor_test.TestIndexAdvisorStorage (1.5s) PASSED indexadvisor_test.TestCollectDNFColumnsFromQuery (0.0s) PASSED indexadvisor_test.TestIndexAdvisorCreateIndexStmt (1.3s) PASSED indexadvisor_test.TestIndexAdvisorTPCH1 (8.3s) PASSED indexadvisor_test.TestIndexAdvisorTPCH3 (7.5s) PASSED indexadvisor_test.TestIndexAdvisorTPCH2 (15.3s) PASSED indexadvisor_test.TestIndexAdvisorTPCH4 (4.7s) PASSED indexadvisor_test.TestOptimizerColumnType (1.3s) PASSED indexadvisor_test.TestOptimizerPossibleColumns (1.3s) PASSED indexadvisor_test.TestOptimizerPrefixContainIndex (1.3s) PASSED indexadvisor_test.TestOptionMaxNumQuery (1.2s) PASSED indexadvisor_test.TestCollectOrderByColumnsFromQuery (0.0s) PASSED indexadvisor_test.TestOptimizerTableColumns (1.4s) PASSED indexadvisor_test.TestOptimizerIndexNameExist (1.4s) PASSED indexadvisor_test.TestOptimizerQueryCost (1.3s) PASSED indexadvisor_test.TestOptimizerEstIndexSize (1.3s) PASSED indexadvisor_test.TestOptimizerQueryPlanCost (1.3s) PASSED indexadvisor_test.TestOptionMaxNumIndex (1.5s) PASSED indexadvisor_test.TestOptionMaxIndexColumns (1.5s) PASSED indexadvisor_test.TestOptionTimeout (1.3s) PASSED indexadvisor_test.TestCollectSelectColumnsFromQuery (0.0s) PASSED indexadvisor_test.TestOptionsMultiple (1.2s) PASSED indexadvisor_test.TestOptionWithRun (1.4s) PASSED indexadvisor_test.TestCollectTableFromQuery (0.0s) PASSED indexadvisor_test.TestOptionShow (1.3s) /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_47_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_1_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_2_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_3_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_8_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_10_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_44_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_13_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_15_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_17_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_19_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_20_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_23_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 /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_25_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_26_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_42_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_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_30_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_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_41_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_38_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_39_of_48/coverage.dat //pkg/planner/memo:memo_test (cached) PASSED in 1.7s Stats over 17 runs: max = 1.7s, min = 1.3s, avg = 1.5s, dev = 0.1s PASSED memo.TestExploreMark (0.0s) PASSED memo.TestNewExprIterFromGroupElem (0.0s) PASSED memo.TestExprIterNext (0.0s) PASSED memo.TestBuildKeyInfo (0.0s) PASSED memo.TestExprIterReset (0.0s) PASSED memo.TestExprIterWithEngineType (0.0s) PASSED memo.TestFirstElemAfterDelete (0.0s) PASSED memo.TestNewGroupExpr (0.0s) PASSED memo.TestGroupExprFingerprint (0.0s) PASSED memo.TestGetInsertGroupImpl (0.0s) PASSED memo.TestNewGroup (0.0s) PASSED memo.TestGroupInsert (0.0s) PASSED memo.TestGroupDelete (0.0s) PASSED memo.TestGroupDeleteAll (0.0s) PASSED memo.TestGroupGetFirstElem (0.0s) PASSED memo.TestGroupExists (0.0s) PASSED memo.TestGroupFingerPrint (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_1_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_16_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_4_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_5_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_14_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_8_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_10_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_11_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 //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/planner/util:util_test (cached) PASSED in 1.6s Stats over 3 runs: max = 1.6s, min = 1.4s, avg = 1.5s, dev = 0.1s PASSED util.TestSliceRecursiveFlattenIter (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#0 (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#1 (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#2 (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#3 (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#4 (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#5 (0.0s) PASSED util.TestSliceRecursiveFlattenIter/Case_#6 (0.0s) PASSED util.TestOnlyPointRange (0.0s) PASSED util.TestCompareCol2Len (0.0s) /home/jenkins/.tidb/tmp/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/planner/util/fixcontrol:fixcontrol_test (cached) PASSED in 4.1s PASSED fixcontrol_test.TestFixControl (1.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/planner/util/fixcontrol/fixcontrol_test/coverage.dat //pkg/plugin:plugin_test (cached) PASSED in 4.7s Stats over 12 runs: max = 4.7s, min = 2.3s, avg = 2.8s, 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.TestAuditLogNormal (2.2s) PASSED plugin.TestConstToString (0.0s) PASSED plugin.TestDecode (0.0s) PASSED plugin.TestGeneralEventString (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_5_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_4_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_3_of_12/coverage.dat //pkg/plugin/conn_ip_example:conn_ip_example_test (cached) PASSED in 1.9s 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/privilege/privileges:privileges_test (cached) PASSED in 11.4s Stats over 50 runs: max = 11.4s, min = 3.1s, avg = 4.3s, dev = 1.3s PASSED privileges.TestGrantCreateTmpTables (1.4s) PASSED privileges.TestCreateTmpTablesPriv (1.5s) PASSED privileges.TestLoadUserTable (1.3s) PASSED privileges.TestDashboardClientDynamicPriv (1.3s) PASSED privileges.TestGrantEvent (1.4s) PASSED privileges.TestLoadGlobalPrivTable (1.3s) PASSED privileges.TestGrantOptionAndRevoke (1.4s) PASSED privileges.TestLoadDBTable (1.2s) PASSED privileges.TestSkipGrantTable (1.3s) PASSED privileges.TestInfoSchemaUserPrivileges (1.4s) PASSED privileges.TestIssue29823 (1.3s) PASSED privileges.TestLoadTablesPrivTable (1.2s) PASSED privileges.TestDynamicPrivsRegistration (1.9s) PASSED privileges.TestPasswordExpireWithoutSandBoxMode (3.3s) PASSED privileges.TestPatternMatch (1.3s) PASSED privileges.TestIssue37488 (1.5s) PASSED privileges.TestLoadColumnsPrivTable (1.2s) PASSED privileges.TestSecurityEnhancedModeRestrictedUsers (1.5s) PASSED privileges.TestCheckPasswordExpired (2.0s) PASSED privileges.TestLoadDefaultRoleTable (1.3s) PASSED privileges.TestHostMatch (1.3s) PASSED privileges.TestPasswordExpireWithSandBoxMode (3.2s) PASSED privileges.TestCaseInsensitive (1.3s) PASSED privileges.TestVerificationInfoWithSessionTokenPlugin (7.8s) PASSED privileges.TestViewDefiner (1.7s) PASSED privileges.TestLoadRoleGraph (1.3s) PASSED privileges.TestNilHandleInConnectionVerification (1.1s) PASSED privileges.TestRoleGraphBFS (1.3s) PASSED privileges.TestShowGrantsSQLMode (1.2s) PASSED privileges.TestEnsureActiveUserCoverage (1.3s) PASSED privileges.TestFindAllUserEffectiveRoles (1.4s) PASSED privileges.TestSecurityEnhancedModeSysVars (1.7s) PASSED privileges.TestSQLVariableAccelerateUserCreationUpdate (1.3s) PASSED privileges.TestSortUserTable (0.0s) PASSED privileges.TestAuthTokenClaims (2.0s) PASSED privileges.TestGlobalPrivValueRequireStr (0.0s) PASSED privileges.TestDBIsVisible (1.6s) PASSED privileges.TestJWKSImpl (0.0s) PASSED privileges.TestSecurityEnhancedLocalBackupRestore (1.4s) PASSED privileges.TestCheckDBPrivilege (1.3s) PASSED privileges.TestCheckTablePrivilege (1.3s) PASSED privileges.TestCheckViewPrivilege (1.3s) PASSED privileges.TestCheckPrivilegeWithRoles (1.3s) PASSED privileges.TestSecurityEnhancedModeInfoschema (1.3s) PASSED privileges.TestErrorMessage (1.5s) PASSED privileges.TestDropTablePrivileges (1.5s) PASSED privileges.TestCheckCertBasedAuth (1.6s) PASSED privileges.TestShowViewPriv (1.3s) PASSED privileges.TestAlterUserStmt (1.5s) PASSED privileges.TestSecurityEnhancedModeRestrictedTables (1.3s) PASSED privileges.TestCheckAuthenticate (1.4s) PASSED privileges.TestUseDB (1.4s) PASSED privileges.TestConfigPrivilege (1.6s) PASSED privileges.TestShowCreateTable (1.3s) PASSED privileges.TestDynamicGrantOption (1.6s) PASSED privileges.TestAnalyzeTable (1.5s) PASSED privileges.TestSystemSchema (1.3s) PASSED privileges.TestPerformanceSchema (1.3s) PASSED privileges.TestMetricsSchema (3.4s) PASSED privileges.TestAdminCommand (1.4s) PASSED privileges.TestLoadDataPrivilege (1.5s) PASSED privileges.TestDynamicPrivs (1.4s) PASSED privileges.TestAuthHost (1.4s) PASSED privileges.TestDefaultRoles (1.3s) PASSED privileges.TestUserTableConsistency (1.2s) /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_2_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_3_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_4_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_7_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_45_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_8_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_44_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_11_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_43_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_14_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_42_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_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_19_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_20_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_24_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_22_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_25_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_27_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_39_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_30_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_32_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_34_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_35_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_37_of_50/coverage.dat //pkg/privilege/privileges/ldap:ldap_test (cached) PASSED in 3.3s Stats over 4 runs: max = 3.3s, min = 1.0s, avg = 1.6s, dev = 1.0s PASSED ldap.TestLDAPStartTLSTimeout (2.0s) PASSED ldap.TestCanonicalizeDN (0.0s) PASSED ldap.TestConnectThrough636 (0.0s) PASSED ldap.TestConnectWithTLS11 (0.0s) /home/jenkins/.tidb/tmp/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_1_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_3_of_4/coverage.dat //pkg/resourcegroup/runaway:runaway_test (cached) PASSED in 1.8s PASSED runaway.TestConcurrentResetAndCheckThresholds (0.1s) 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/resourcegroup/tests:tests_test (cached) PASSED in 42.8s Stats over 8 runs: max = 42.8s, min = 7.7s, avg = 32.3s, dev = 10.1s PASSED tests_test.TestResourceGroupBurstLimit (26.4s) PASSED tests_test.TestBindHints (23.7s) PASSED tests_test.TestNewResourceGroupFromOptions (0.0s) PASSED tests_test.TestAlreadyExistsDefaultResourceGroup (23.8s) PASSED tests_test.TestResourceGroupRunawayFlood (28.9s) PASSED tests_test.TestResourceGroupRunawayExceedTiDBSide (26.5s) PASSED tests_test.TestResourceGroupRunaway (35.2s) PASSED tests_test.TestResourceGroupBasic (33.4s) /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/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.TestRunWithNotEnough2 (0.0s) PASSED spool.TestRunWithNotEnough (1.0s) PASSED spool.TestRunOverload (0.0s) PASSED spool.TestPoolTuneScaleUpAndDown (1.0s) PASSED spool.TestReleaseWhenRunningPool (0.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_5_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 /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_1_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.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) PASSED workerpool.TestWorkerPool (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_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 /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/resourcemanager/pool/workerpool/workerpool_test/shard_1_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/handler/extractorhandler:extractorhandler_test (cached) PASSED in 9.9s PASSED extractorhandler_test.TestExtractHandler (3.6s) PASSED extractorhandler_test.TestExtractHandlerInfoSchemaV2 (3.6s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/handler/extractorhandler/extractorhandler_test/coverage.dat //pkg/server/handler/optimizor:optimizor_test (cached) PASSED in 5.3s Stats over 8 runs: max = 5.3s, min = 3.8s, avg = 4.4s, dev = 0.4s PASSED optimizor_test.TestLoadNullStatsFile (1.4s) PASSED optimizor_test.TestDumpOptimizeTraceAPI (1.4s) PASSED optimizor_test.TestStatsPriorityQueueAPI (1.4s) PASSED optimizor_test.TestDumpPlanReplayerAPI (1.8s) PASSED optimizor_test.TestDumpStatsAPI (3.0s) PASSED optimizor_test.TestPlanReplayerWithMultiForeignKey (2.0s) PASSED optimizor_test.TestDumpPlanReplayerAPIWithHistoryStats (1.9s) PASSED optimizor_test.TestIssue43192 (2.3s) /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_7_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_6_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_5_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 //pkg/server/handler/tests:tests_test (cached) PASSED in 91.7s Stats over 39 runs: max = 91.7s, min = 7.7s, avg = 41.6s, dev = 17.4s PASSED tests_test.TestSetLabelsConcurrentWithStoreTopology (42.0s) PASSED tests_test.TestPostSettings (34.9s) PASSED tests_test.TestIssue52608 (30.4s) PASSED tests_test.TestAllServerInfo (29.2s) PASSED tests_test.TestUpgrade (30.5s) PASSED tests_test.TestRegionsFromMeta (31.4s) PASSED tests_test.TestSetLabelsConcurrentWithGetLabel (30.6s) PASSED tests_test.TestTiFlashReplica (44.1s) PASSED tests_test.TestSetLabelsWithEtcd (41.0s) PASSED tests_test.TestDebugRoutes (40.0s) PASSED tests_test.TestSetLabels (30.6s) PASSED tests_test.TestFailpointHandler (61.2s) PASSED tests_test.TestWriteDBTablesData (0.0s) PASSED tests_test.TestTestHandler (60.4s) PASSED tests_test.TestDDLHookHandler (29.7s) PASSED tests_test.TestServerInfo (34.2s) PASSED tests_test.TestCheckCN (0.0s) PASSED tests_test.TestGetSchemaStorage (40.8s) PASSED tests_test.TestDebugZip (33.2s) PASSED tests_test.TestTTL (34.8s) PASSED tests_test.TestRegionIndexRange (0.0s) PASSED tests_test.TestHotRegionInfo (30.7s) PASSED tests_test.TestRegionCommonHandleRange (0.0s) PASSED tests_test.TestPprof (32.7s) PASSED tests_test.TestAllHistory (37.0s) PASSED tests_test.TestRegionIndexRangeWithEndNoLimit (0.0s) PASSED tests_test.TestGetSchema (82.4s) PASSED tests_test.TestGetSettings (42.5s) PASSED tests_test.TestRegionIndexRangeWithStartNoLimit (0.0s) PASSED tests_test.TestRegionsAPI (38.2s) PASSED tests_test.TestGetIndexMVCC (36.8s) PASSED tests_test.TestRegionsAPIForClusterIndex (38.3s) PASSED tests_test.TestRangesAPI (41.7s) PASSED tests_test.TestDecodeColumnValue (42.6s) PASSED tests_test.TestListTableRegions (41.2s) PASSED tests_test.TestListTableRanges (42.0s) PASSED tests_test.TestGetMVCCNotFound (42.8s) PASSED tests_test.TestGetRegionByIDWithError (36.3s) PASSED tests_test.TestGetTableMVCC (42.6s) /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_1_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_2_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_3_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_4_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_5_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_6_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_7_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_8_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_9_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_10_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_29_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_28_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_13_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_25_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_15_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_16_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_23_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_22_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_21_of_39/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.TestCompressedReaderLong (0.0s) PASSED internal.TestCompressedReaderLong/zlib (0.0s) PASSED internal.TestCompressedReaderLong/zstd (0.0s) PASSED internal.TestCompressedReaderShort (0.0s) PASSED internal.TestCompressedWriterLong (0.0s) PASSED internal.TestCompressedWriterLong/zlib (0.0s) PASSED internal.TestCompressedWriterLong/zstd (0.0s) PASSED internal.TestCompressedWriterShort (0.0s) PASSED internal.TestPacketIORead (0.1s) PASSED internal.TestPacketIORead/compressed_short (0.0s) PASSED internal.TestPacketIORead/uncompressed (0.1s) PASSED internal.TestPacketIORead/zlib (0.0s) PASSED internal.TestPacketIORead/zstd (0.0s) PASSED internal.TestPacketIOWriteCompressed (0.1s) PASSED internal.TestPacketIOWrite (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_7_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_5_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_3_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_1_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.TestDumpTextValue (0.0s) PASSED column.TestColumnNameLimit (0.0s) PASSED column.TestDumpColumnWithDefault (0.0s) PASSED column.TestDumpColumn (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_4_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_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 //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.TestAppendFormatFloat (0.0s) PASSED util.TestParseLengthEncodedInt (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_1_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 //pkg/server/tests:tests_test (cached) PASSED in 6.5s Stats over 11 runs: max = 6.5s, min = 3.3s, avg = 4.3s, dev = 0.9s PASSED tests_test.TestDefaultCharacterAndCollation (1.4s) PASSED tests_test.TestPrepareExecute (1.5s) PASSED tests_test.TestLoadDataListPartition (2.0s) PASSED tests_test.TestDBStmtCount (1.5s) PASSED tests_test.TestStmtCount (1.6s) PASSED tests_test.TestExplainFor (1.6s) PASSED tests_test.TestLoadDataAutoRandomWithSpecialTerm (1.7s) PASSED tests_test.TestLoadDataAutoRandom (2.5s) PASSED tests_test.TestLoadData1 (3.2s) PASSED tests_test.TestConfigDefaultValue (1.3s) PASSED tests_test.TestLoadDataInTransaction (3.9s) /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_10_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 /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_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_1_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_2_of_11/coverage.dat //pkg/server/tests/cursor:cursor_test (cached) PASSED in 8.7s Stats over 9 runs: max = 8.7s, min = 3.2s, avg = 5.0s, dev = 1.6s PASSED cursor_test.TestCursorExceedQuota (3.5s) PASSED cursor_test.TestCursorFetchErrorInFetch (3.2s) PASSED cursor_test.TestLazyExecuteWithParam (2.4s) PASSED cursor_test.TestCursorFetchShouldSpill (1.4s) PASSED cursor_test.TestLazyExecuteSelection (2.4s) PASSED cursor_test.TestCursorFetchExecuteCheck (1.4s) PASSED cursor_test.TestLazyExecuteProjection (2.1s) PASSED cursor_test.TestConcurrentExecuteAndFetch (6.6s) PASSED cursor_test.TestSerialLazyExecuteAndFetch (2.4s) /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_1_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_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_4_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 //pkg/server/tests/tls:tls_test (cached) PASSED in 4.0s Stats over 8 runs: max = 4.0s, min = 3.3s, avg = 3.6s, dev = 0.2s PASSED tls_test.TestTLSAuto (1.6s) PASSED tls_test.TestInvalidTLS (1.4s) PASSED tls_test.TestStatusAPIWithTLSCNCheck (1.6s) PASSED tls_test.TestTLSVerify (1.8s) PASSED tls_test.TestStatusAPIWithTLS (1.6s) PASSED tls_test.TestTLSBasic (1.6s) PASSED tls_test.TestReloadTLS (1.6s) PASSED tls_test.TestErrorNoRollback (1.4s) /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_7_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 /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_5_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_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 //pkg/session:session_test (cached) PASSED in 42.7s Stats over 50 runs: max = 42.7s, min = 3.7s, avg = 9.9s, dev = 5.6s PASSED session.TestTiDBUpgradeWithDistTaskEnable (13.4s) PASSED session.TestTiDBUpgradeWithDistTaskEnable/test_disable_dist_task (6.7s) PASSED session.TestTiDBUpgradeWithDistTaskEnable/test_enable_dist_task (6.6s) PASSED session.TestTiDBUpgradeToVer209 (6.5s) PASSED session.TestTiDBUpgradeToVer179 (6.7s) PASSED session.TestWriteDDLTableVersionToMySQLTiDBWhenUpgradingTo178 (6.6s) PASSED session.TestBootstrap (2.2s) PASSED session.TestTiDBUpgradeToVer211 (6.5s) PASSED session.TestBenchDaily (0.0s) PASSED session.TestTiDBUpgradeWithDistTaskRunning (39.7s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_failed (6.6s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_other (6.6s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_paused (6.6s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_reverted (6.7s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_running (6.8s) PASSED session.TestTiDBUpgradeWithDistTaskRunning/test_dist_task_succeed (6.5s) PASSED session.TestWriteDDLTableVersionToMySQLTiDB (1.3s) PASSED session.TestKeyspaceEtcdNamespace (0.2s) PASSED session.TestUpgrade (7.7s) PASSED session.TestBootstrapWithError (1.4s) PASSED session.TestTiDBHistoryTableConsistent (1.1s) PASSED session.TestDDLTableCreateBackfillTable (1.3s) PASSED session.TestTiDBUpgradeToVer212 (6.4s) PASSED session.TestDDLTableCreateDDLNotifierTable (1.4s) PASSED session.TestIndexJoinMultiPatternByUpgrade650To840 (6.7s) PASSED session.TestTiDBUpgradeToVer177 (6.7s) PASSED session.TestANSISQLMode (1.2s) PASSED session.TestWriteClusterIDToMySQLTiDBWhenUpgradingTo242 (6.3s) PASSED session.TestIssue17979_1 (7.1s) PASSED session.TestNullKeyspaceEtcdNamespace (0.1s) PASSED session.TestIssue17979_2 (7.0s) PASSED session.TestTiDBUpgradeToVer240 (6.3s) 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 (7.0s) PASSED session.TestTiDBUpgradeToVer176 (6.7s) PASSED session.TestSysSessionPoolGoroutineLeak (1.2s) PASSED session.TestUpgradeClusteredIndexDefaultValue (7.0s) PASSED session.TestBindInfoUniqueIndex (6.4s) PASSED session.TestOldPasswordUpgrade (0.0s) PASSED session.TestBootstrapInitExpensiveQueryHandle (1.1s) PASSED session.TestGetStartMode (0.0s) PASSED session.TestIndexMergeUpgradeFrom300To540 (7.0s) PASSED session.TestDomapHandleNil (0.0s) PASSED session.TestStmtSummary (1.2s) PASSED session.TestTiDBUpgradeToVer170 (6.8s) PASSED session.TestIndexMergeUpgradeFrom400To540Enable (7.1s) PASSED session.TestIndexMergeUpgradeFrom400To540Disable (7.1s) PASSED session.TestForIssue23387 (1.2s) PASSED session.TestSchemaCacheSizeVar (1.1s) PASSED session.TestReferencesPrivilegeOnColumn (1.4s) PASSED session.TestAnalyzeVersionUpgradeFrom300To500 (7.2s) PASSED session.TestIndexMergeInNewCluster (1.1s) PASSED session.TestTiDBOptAdvancedJoinHintInNewCluster (1.2s) PASSED session.TestTiDBEnablePagingVariable (1.2s) PASSED session.TestTiDBUpgradeToVer145 (6.8s) PASSED session.TestTiDBOptAdvancedJoinHintWhenUpgrading (6.6s) PASSED session.TestTiDBOptRangeMaxSizeWhenUpgrading (6.6s) PASSED session.TestTiDBCostModelInNewCluster (1.1s) PASSED session.TestTiDBStoreBatchSizeUpgradeFrom650To660 (13.3s) PASSED session.TestTiDBUpgradeToVer136 (6.8s) PASSED session.TestTiDBCostModelUpgradeFrom300To650 (7.2s) PASSED session.TestTiDBCostModelUpgradeFrom610To650 (13.3s) PASSED session.TestTiDBUpgradeToVer140 (12.3s) PASSED session.TestTiDBGCAwareUpgradeFrom630To650 (6.7s) PASSED session.TestTiDBServerMemoryLimitUpgradeTo651_1 (6.6s) PASSED session.TestTiDBServerMemoryLimitUpgradeTo651_2 (6.6s) PASSED session.TestTiDBPlanCacheInvalidationOnFreshStatsWhenUpgradingToVer144 (6.8s) PASSED session.TestTiDBGlobalVariablesDefaultValueUpgradeFrom630To660 (6.6s) PASSED session.TestTiDBNonPrepPlanCacheUpgradeFrom540To700 (6.8s) PASSED session.TestTiDBUpgradeToVer143 (6.7s) PASSED session.TestTiDBTiDBOptTiDBOptimizerEnableNAAJWhenUpgradingToVer138 (6.8s) PASSED session.TestTiDBStatsLoadPseudoTimeoutUpgradeFrom610To650 (6.7s) PASSED session.TestTiDBLoadBasedReplicaReadThresholdUpgradingToVer141 (6.9s) /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_2_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_46_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_3_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_5_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_10_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_8_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_44_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_11_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_19_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_43_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_21_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_16_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_18_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_22_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_24_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_26_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_34_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_28_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_29_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_31_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_32_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_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_40_of_50/coverage.dat //pkg/session/clusteredindextest:clusteredindextest_test (cached) PASSED in 37.0s Stats over 3 runs: max = 37.0s, min = 32.8s, avg = 34.9s, dev = 1.7s PASSED clusteredindextest_test.TestClusteredInsertIgnoreBatchGetKeyCount (24.2s) PASSED clusteredindextest_test.TestPartitionTable (26.5s) PASSED clusteredindextest_test.TestClusteredWithOldRowFormat (28.6s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/clusteredindextest/clusteredindextest_test/shard_1_of_3/coverage.dat /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 //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.TestCursorHandleClose (0.0s) PASSED cursor.TestRangeCursor (0.0s) PASSED cursor.TestGetCursor (0.0s) PASSED cursor.TestNewCursor (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_4_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_2_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 //pkg/session/resourcegrouptest:resourcegrouptest_test (cached) PASSED in 3.5s PASSED resourcegrouptest_test.TestResourceGroupHintInTxn (1.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/resourcegrouptest/resourcegrouptest_test/coverage.dat //pkg/session/temporarytabletest:temporarytabletest_test (cached) PASSED in 45.0s Stats over 3 runs: max = 45.0s, min = 36.4s, avg = 39.5s, dev = 3.9s PASSED temporarytabletest_test.TestSchemaCheckerTempTable (28.1s) PASSED temporarytabletest_test.TestLocalTemporaryTableDelete (28.8s) PASSED temporarytabletest_test.TestLocalTemporaryTableUpdate (36.0s) /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/session/test/common:common_test (cached) PASSED in 5.0s Stats over 7 runs: max = 5.0s, min = 4.2s, avg = 4.6s, dev = 0.3s PASSED common_test.TestAffectedRows (1.7s) PASSED common_test.TestQueryString (1.3s) PASSED common_test.TestLastMessage (1.5s) PASSED common_test.TestMiscs (1.4s) PASSED common_test.TestTableInfoMeta (1.4s) PASSED common_test.TestPrepare (1.3s) PASSED common_test.TestIndexColumnLength (1.2s) /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_1_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_2_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 //pkg/session/test/privileges:privileges_test (cached) PASSED in 5.8s PASSED privileges_test.TestSessionAuth (1.4s) PASSED privileges_test.TestSkipWithGrant (1.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/privileges/privileges_test/coverage.dat //pkg/session/test/txn:txn_test (cached) PASSED in 61.0s Stats over 10 runs: max = 61.0s, min = 32.6s, avg = 36.5s, dev = 8.2s PASSED txn_test.TestMemBufferCleanupMemoryLeak (24.1s) PASSED txn_test.TestAutocommit (24.4s) PASSED txn_test.TestMemBufferSnapshotRead (23.7s) PASSED txn_test.TestTxnLazyInitialize (52.0s) PASSED txn_test.TestCommitTSOrderCheck (24.1s) PASSED txn_test.TestDisableTxnAutoRetry (26.6s) PASSED txn_test.TestTxnRetryErrMsg (24.0s) PASSED txn_test.TestAutoCommitRespectsReadOnly (26.2s) PASSED txn_test.TestInTrans (27.0s) PASSED txn_test.TestErrorRollback (24.7s) /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_1_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_2_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_3_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_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 //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.7s Stats over 4 runs: max = 5.7s, min = 5.5s, avg = 5.6s, 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.3s 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.3s 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/handletest:handletest_test (cached) PASSED in 85.5s Stats over 34 runs: max = 85.5s, min = 7.5s, avg = 35.0s, dev = 12.2s PASSED handletest_test.TestStatsCacheUpdateTimeout (26.8s) PASSED handletest_test.TestSkipMissingPartitionStats (27.2s) PASSED handletest_test.TestInitStatsLite (27.2s) PASSED handletest_test.TestIssue39336 (25.1s) PASSED handletest_test.TestUninitializedStatsStatus (25.4s) PASSED handletest_test.TestEvictedColumnLoadedStatus (0.0s) PASSED handletest_test.TestRecordHistoricalStatsToStorage (28.4s) PASSED handletest_test.TestIncrementalModifyCountUpdate (48.5s) PASSED handletest_test.TestIncrementalModifyCountUpdate/TestIncrementalModifyCountUpdate-false (23.4s) PASSED handletest_test.TestIncrementalModifyCountUpdate/TestIncrementalModifyCountUpdate-true (25.1s) PASSED handletest_test.TestStatsCacheUpdateSkip (23.9s) PASSED handletest_test.TestEmptyTable (25.5s) PASSED handletest_test.TestLoadHistogramWithCollate (23.8s) PASSED handletest_test.TestColumnIDs (26.6s) PASSED handletest_test.TestCorrelationWithDefinedCollate (24.7s) PASSED handletest_test.TestDurationToTS (0.0s) PASSED handletest_test.TestExtStatsOnModifiedColumn (25.3s) PASSED handletest_test.TestVersion (28.5s) PASSED handletest_test.TestLoadHist (24.0s) PASSED handletest_test.TestExtStatsOnRenamedColumn (25.1s) PASSED handletest_test.TestCorrelation (39.6s) PASSED handletest_test.TestExtStatsOnReCreatedColumn (25.2s) PASSED handletest_test.TestMergeGlobalTopN (27.6s) PASSED handletest_test.TestExtStatsOnReCreatedTable (25.7s) PASSED handletest_test.TestExtendedStatsOps (25.7s) PASSED handletest_test.TestShowExtendedStats4DropColumn (24.5s) PASSED handletest_test.TestAdminReloadStatistics1 (24.8s) PASSED handletest_test.TestIndexFMSketch (77.5s) PASSED handletest_test.TestAdminReloadStatistics2 (43.3s) PASSED handletest_test.TestCorrelationStatsCompute (31.9s) PASSED handletest_test.TestSyncStatsExtendedRemoval (24.2s) PASSED handletest_test.TestDuplicateFMSketch (28.2s) PASSED handletest_test.TestStaticPartitionPruneMode (25.8s) PASSED handletest_test.TestMergeIdxHist (25.1s) PASSED handletest_test.TestRepetitiveAddDropExtendedStats (24.8s) PASSED handletest_test.TestPartitionPruneModeSessionVariable (24.9s) /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_32_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_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_28_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_26_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_25_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_24_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_23_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_5_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_6_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_7_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_8_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_9_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 /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_11_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_17_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_14_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_15_of_34/coverage.dat //pkg/statistics/handle/handletest/analyze:analyze_test (cached) PASSED in 61.6s Stats over 5 runs: max = 61.6s, min = 33.0s, avg = 44.5s, dev = 11.5s PASSED analyze_test.TestFMSWithAnalyzePartition (27.1s) PASSED analyze_test.TestAnalyzeVirtualCol (25.5s) PASSED analyze_test.TestAnalyzeWithDynamicPartitionPruneMode (30.3s) PASSED analyze_test.TestAnalyzeGlobalStatsWithOpts1 (54.2s) PASSED analyze_test.TestAnalyzeGlobalStatsWithOpts2 (47.3s) /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_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_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_2_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 //pkg/statistics/handle/handletest/statstest:statstest_test (cached) PASSED in 47.3s Stats over 14 runs: max = 47.3s, min = 33.0s, avg = 36.8s, dev = 4.2s PASSED statstest_test.TestDumpStatsDeltaInBatch (25.1s) PASSED statstest_test.TestInitStatsIssue41938 (25.2s) PASSED statstest_test.TestInitStatsVer2Concurrency (25.9s) PASSED statstest_test.TestInitStatsVer2 (26.2s) PASSED statstest_test.TestInitStats51358 (25.9s) PASSED statstest_test.TestInitStats (27.4s) PASSED statstest_test.TestInitStatsMemTraceWithoutConcurrrencyLite (32.1s) PASSED statstest_test.TestInitStatsMemTraceWithConcurrrencyLite (31.4s) PASSED statstest_test.TestInitStatsMemTraceWithoutLite (34.2s) PASSED statstest_test.TestInitStatsMemTraceWithLite (33.4s) PASSED statstest_test.TestStatsStoreAndLoad (39.7s) PASSED statstest_test.TestStatsCacheMemTracker (27.9s) PASSED statstest_test.TestStatsCache (27.7s) PASSED statstest_test.TestStatsCacheProcess (25.8s) /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_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_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_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 /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_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_1_of_14/coverage.dat //pkg/statistics/handle/lockstats:lockstats_test (cached) PASSED in 1.6s Stats over 13 runs: max = 1.6s, min = 1.1s, avg = 1.3s, 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/syncload:syncload_test (cached) PASSED in 35.3s Stats over 8 runs: max = 35.3s, min = 31.7s, avg = 33.1s, dev = 1.1s PASSED syncload_test.TestSyncLoadOnObjectWhichCanNotFoundInStorage (27.9s) PASSED syncload_test.TestSendLoadRequestsWaitTooLong (26.1s) PASSED syncload_test.TestRetry (27.0s) PASSED syncload_test.TestConcurrentLoadHistWithPanicAndFail (25.0s) PASSED syncload_test.TestConcurrentLoadHistTimeout (24.7s) PASSED syncload_test.TestConcurrentLoadHist (25.0s) PASSED syncload_test.TestSyncLoadSkipAnalyzSkipColumnItems (24.4s) PASSED syncload_test.TestSyncLoadSkipUnAnalyzedItems (25.3s) /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/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.TestSessionParallelSendDelta (0.0s) PASSED collector.TestSessionSendDelta (0.0s) PASSED collector.TestSessionParallelSendDeltaSync (0.1s) /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 /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 //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.TestGetBucket (0.0s) PASSED indexusage.TestFlushConcurrentIndexCollector (6.8s) PASSED indexusage.TestUpdateIndex (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_1_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 //pkg/store/copr:copr_test (cached) PASSED in 47.5s Stats over 31 runs: max = 47.5s, min = 5.9s, avg = 7.9s, dev = 7.3s 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.TestCalculateRetry (0.0s) PASSED copr.TestBuildPagingTasksDisablePagingForSmallLimit (0.0s) PASSED copr.TestBuildPagingTasks (0.0s) PASSED copr.TestRebuild (0.0s) PASSED copr.TestSplitKeyRanges (0.0s) PASSED copr.TestSplitKeyRangesByLocationsWithoutBuckets (0.0s) PASSED copr.TestBuildTasksByBuckets (0.0s) PASSED copr.TestBuildTasksWithoutBuckets (0.0s) PASSED copr.TestIssue24118 (0.0s) PASSED copr.TestGetSet (0.1s) PASSED copr.TestCacheValueLen (0.0s) PASSED copr.TestAdmission (0.0s) PASSED copr.TestDisable (0.0s) PASSED copr.TestBuildCacheKey (0.0s) PASSED copr.TestGetAllUsedTiFlashStores (0.0s) PASSED copr.TestTopoFetcherBackoff (40.6s) PASSED copr.TestDispatchPolicyRR (0.9s) PASSED copr.TestConsistentHash (0.7s) PASSED copr.TestDeepCopyStoreTaskMap (0.0s) PASSED copr.TestBalanceBatchCopTaskWithEmptyTaskSet (0.0s) PASSED copr.TestBalanceBatchCopTaskWithContinuity (7.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_21_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_19_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_17_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_15_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_13_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_11_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_9_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_7_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 /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_4_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_2_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 //pkg/store/driver:driver_test (cached) PASSED in 3.1s Stats over 8 runs: max = 3.1s, min = 1.5s, avg = 1.8s, dev = 0.5s PASSED driver.TestTxnScan (0.0s) PASSED driver.TestInjectTracingClient (0.0s) PASSED driver.TestTxnBatchGet (0.0s) PASSED driver.TestSetDefaultAndOptions (0.0s) PASSED driver.TestSnapshotWithoutInterceptor (0.0s) PASSED driver.TestSnapshotWitInterceptor (0.0s) PASSED driver.TestTxnGet (0.0s) PASSED driver.TestFailBusyServerCop (1.5s) /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_1_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_2_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_4_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 //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.0s Stats over 5 runs: max = 1.0s, min = 0.9s, avg = 1.0s, dev = 0.0s 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/gcworker:gcworker_test (cached) PASSED in 39.4s Stats over 27 runs: max = 39.4s, min = 8.3s, avg = 33.2s, dev = 7.0s 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.TestGetOracleTime (28.3s) PASSED gcworker.TestSkipGCAndOnlyResolveLock (30.2s) PASSED gcworker.TestMinStartTS (28.1s) PASSED gcworker.TestPrepareGC (28.8s) PASSED gcworker.TestDoGCForOneRegion (24.8s) PASSED gcworker.TestStatusVars (27.7s) PASSED gcworker.TestGCWithPendingTxn2 (25.6s) PASSED gcworker.TestDeleteRangesFailure (24.9s) PASSED gcworker.TestDeleteRangesFailure/failErrResp (0.3s) PASSED gcworker.TestDeleteRangesFailure/failNilResp (0.4s) PASSED gcworker.TestDeleteRangesFailure/failRPCErr (0.4s) PASSED gcworker.TestUnsafeDestroyRangeForRaftkv2 (26.3s) PASSED gcworker.TestGetGCConcurrency (24.0s) PASSED gcworker.TestDoGC (24.4s) PASSED gcworker.TestNeedsGCOperationForStore (0.0s) PASSED gcworker.TestCheckGCMode (24.0s) PASSED gcworker.TestLeaderTick (26.4s) PASSED gcworker.TestGCWithPendingTxn (26.3s) PASSED gcworker.TestConcurrentDeleteRanges (26.3s) PASSED gcworker.TestResolveLockRangeMeetRegionCacheMiss (24.6s) PASSED gcworker.TestResolveLockRangeInfine (26.3s) PASSED gcworker.TestGCPlacementRules (26.0s) PASSED gcworker.TestGCLabelRules (26.2s) PASSED gcworker.TestRunGCJob (26.2s) PASSED gcworker.TestResolveLockRangeMeetRegionEnlargeCausedByRegionMerge (28.3s) PASSED gcworker.TestSetServiceSafePoint (25.8s) PASSED gcworker.TestRunGCJobAPI (25.8s) PASSED gcworker.TestRunDistGCJobAPI (26.3s) PASSED gcworker.TestStartWithRunGCJobFailures (26.2s) /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_1_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_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_5_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_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_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_9_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_13_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_15_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_22_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_17_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_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/store/helper:helper_test (cached) PASSED in 1.4s Stats over 6 runs: max = 1.4s, min = 1.1s, avg = 1.2s, 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.5s 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:unistore_test (cached) PASSED in 1.2s Stats over 5 runs: max = 1.2s, min = 1.0s, avg = 1.1s, dev = 0.0s PASSED unistore.TestRawHandler (0.0s) PASSED unistore.TestMockPDServiceDiscovery (0.0s) PASSED unistore.TestWatch (0.0s) PASSED unistore.TestStore (0.0s) PASSED unistore.TestLoad (0.0s) /home/jenkins/.tidb/tmp/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/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.TestReplace (0.6s) PASSED lockstore.TestIterator (0.0s) 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_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_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_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.TestDeadlock (0.2s) PASSED tikv.TestAssertion (0.0s) PASSED tikv.TestBasicOptimistic (0.0s) PASSED tikv.TestTiKVRCRead (0.0s) PASSED tikv.TestPessimiticTxnTTL (0.0s) PASSED tikv.TestAccessCommittedLocks (0.0s) PASSED tikv.TestRollback (0.0s) PASSED tikv.TestOverwritePessimisitcLock (0.0s) PASSED tikv.TestAsyncCommitPrewrite (0.0s) PASSED tikv.TestCheckTxnStatus (0.0s) PASSED tikv.TestScanSampleStep (0.2s) PASSED tikv.TestCheckSecondaryLocksStatus (0.0s) PASSED tikv.TestPrimaryKeyOpLock (0.0s) PASSED tikv.TestMvccGet (0.0s) PASSED tikv.TestPessimisticLockForce (0.0s) PASSED tikv.TestMvccTxnRead (0.0s) PASSED tikv.TestTxnPrewrite (0.0s) PASSED tikv.TestOpCheckNotExist (0.0s) PASSED tikv.TestPrewriteInsert (0.0s) PASSED tikv.TestRollbackKey (0.0s) PASSED tikv.TestCleanup (0.0s) PASSED tikv.TestCommitPessimisticLock (0.0s) PASSED tikv.TestCommit (0.0s) PASSED tikv.TestMinCommitTs (0.0s) PASSED tikv.TestPessimisticLock (0.0s) PASSED tikv.TestBatchGet (0.0s) PASSED tikv.TestResolveCommit (0.0s) /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_1_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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 //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.TestString (0.0s) PASSED table.TestGetDefaultValue (0.0s) PASSED table.TestFind (0.0s) PASSED table.TestCastValue (0.0s) PASSED table.TestCheck (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.TestHandleBadNull (0.0s) PASSED table.TestDesc (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_1_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_2_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_3_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_4_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 //pkg/table/tables/test/partition:partition_test (cached) PASSED in 16.0s Stats over 23 runs: max = 16.0s, min = 3.0s, avg = 5.0s, dev = 3.2s PASSED partition_test.TestAlterTablePartitionRollback (1.7s) PASSED partition_test.TestPartitionCoverage (1.6s) PASSED partition_test.TestPruningOverflow (1.2s) PASSED partition_test.TestExplainPartition (1.5s) PASSED partition_test.TestPointGetKeyPartitioning (1.3s) PASSED partition_test.TestReorgPartExtensivePart (14.1s) PASSED partition_test.TestPartitionByExtensivePart (7.0s) PASSED partition_test.TestGlobalIndexPartitionByIntExtensivePart (6.3s) PASSED partition_test.TestPartitionByIntExtensivePart (7.2s) PASSED partition_test.TestPartitionByIntListExtensivePart (7.4s) PASSED partition_test.TestPruneModeWarningInfo (1.3s) PASSED partition_test.TestKeyPartitionTableAllFeildType (3.2s) PASSED partition_test.TestKeyPartitionTableBasic (1.9s) PASSED partition_test.TestAddKeyPartitionStates (1.6s) PASSED partition_test.TestExchangePartitionCheckConstraintStatesTwo (1.3s) PASSED partition_test.TestExchangePartitionCheckConstraintStates (1.5s) PASSED partition_test.TestExchangePartitionStates (1.8s) PASSED partition_test.TestIssue31629 (2.1s) PASSED partition_test.TestLocatePartition (1.7s) PASSED partition_test.TestGeneratePartitionExpr (1.5s) PASSED partition_test.TestPartitionGetPhysicalID (1.5s) PASSED partition_test.TestHashPartitionAddRecord (1.6s) PASSED partition_test.TestPartitionAddRecord (1.6s) /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_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_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_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_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_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_16_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_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_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_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_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_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_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_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_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_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_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_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_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_1_of_23/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.2s 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.5s Stats over 16 runs: max = 1.5s, min = 1.1s, avg = 1.4s, 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.TestBenchDaily (0.0s) PASSED tablecodec.TestTableCodecInvalid (0.0s) PASSED tablecodec.TestTempIndexValueCodec (0.0s) PASSED tablecodec.TestTableCodec (0.0s) PASSED tablecodec.TestRowCodec (0.0s) PASSED tablecodec.TestTempIndexKey (0.0s) PASSED tablecodec.TestDecodeColumnValue (0.0s) PASSED tablecodec.TestUnflattenDatums (0.0s) PASSED tablecodec.TestTimeCodec (0.0s) PASSED tablecodec.TestUntouchedIndexKValue (0.0s) PASSED tablecodec.TestCutRow (0.0s) PASSED tablecodec.TestCutKeyNew (0.0s) PASSED tablecodec.TestError (0.0s) PASSED tablecodec.TestCutKey (0.0s) PASSED tablecodec.TestDecodeAutoIDMeta (0.0s) PASSED tablecodec.TestDecodeBadDecical (0.0s) PASSED tablecodec.TestIndexKey (0.0s) PASSED tablecodec.TestRange (0.0s) PASSED tablecodec.TestRecordKey (0.0s) PASSED tablecodec.TestPrefix (0.0s) PASSED tablecodec.TestDecodeIndexKey (0.0s) PASSED tablecodec.TestCutPrefix (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_1_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_22_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_4_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_5_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_7_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_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 /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_10_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_11_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_17_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_14_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_16_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:testkit_test (cached) PASSED in 3.1s PASSED testkit.TestMultiStatementInTk (1.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/testkit/testkit_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:timer_test (cached) PASSED in 35.3s Stats over 6 runs: max = 35.3s, min = 7.6s, avg = 22.5s, dev = 11.3s PASSED timer_test.TestTimerStoreWithTimeZone (26.4s) PASSED timer_test.TestMemTimerStore (0.0s) PASSED timer_test.TestTableStoreManualTrigger (24.2s) PASSED timer_test.TestTableTimerStore (28.1s) PASSED timer_test.TestMemNotifier (3.0s) PASSED timer_test.TestEtcdNotifier (8.1s) /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_1_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_2_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_4_of_6/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.TestTimerValidate (0.0s) PASSED api.TestTimerUpdate (0.0s) PASSED api.TestOperatorCond (0.0s) PASSED api.TestTimerRecordCond (0.0s) PASSED api.TestFieldsReflect (0.0s) PASSED api.TestFieldOptional (0.0s) PASSED api.TestCronPolicy (0.0s) PASSED api.TestIntervalPolicy (0.0s) PASSED api.TestDefaultClientManualTriggerRetry (0.0s) PASSED api.TestDefaultClient (0.0s) PASSED api.TestUpdateTimerOption (0.0s) PASSED api.TestGetTimerOption (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_12_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_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_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 /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_4_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_2_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 //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.TestCacheUpdate (0.0s) PASSED runtime.TestWorkerProcessTriggeredTimerSuccess (0.0s) PASSED runtime.TestCacheSort (0.0s) PASSED runtime.TestWorkerProcessIdleTimerSuccess (0.0s) PASSED runtime.TestFullUpdateCache (0.0s) PASSED runtime.TestLocationChanged (0.0s) PASSED runtime.TestWorkerStartStop (0.1s) PASSED runtime.TestTryTriggerTimer (0.0s) PASSED runtime.TestEnsureWorker (0.0s) PASSED runtime.TestRuntimeStartStop (0.0s) PASSED runtime.TestFullRefreshTimers (0.0s) PASSED runtime.TestTimerRuntimeLoopPanicRecover (0.0s) PASSED runtime.TestTryTriggerTimePriority (0.0s) PASSED runtime.TestHandleHookWorkerResponse (0.0s) PASSED runtime.TestNextTryTriggerDuration (0.0s) PASSED runtime.TestBatchHandlerWatchResponses (0.0s) PASSED runtime.TestTimerFullProcess (2.0s) PASSED runtime.TestCloseWaitingCloseTimers (0.0s) PASSED runtime.TestCreateWatchTimerChan (0.0s) PASSED runtime.TestWatchTimerRetry (0.1s) /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_1_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_2_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_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_18_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 /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_11_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_8_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_10_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_16_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_14_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 //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.TestBuildInsertTimerSQL (0.0s) PASSED tablestore.TestTakeSession (0.0s) PASSED tablestore.TestBuildCondCriteria (0.0s) PASSED tablestore.TestBuildDeleteTimerSQL (0.0s) PASSED tablestore.TestBuildSelectTimerSQL (0.0s) PASSED tablestore.TestBuildUpdateCriteria (0.0s) PASSED tablestore.TestBuildUpdateTimerSQL (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_1_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_2_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_3_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_5_of_8/coverage.dat //pkg/ttl/cache:cache_test (cached) PASSED in 3.4s Stats over 18 runs: max = 3.4s, min = 1.6s, avg = 2.7s, dev = 0.6s PASSED cache.TestTTLStatusCache (1.4s) PASSED cache.TestTTLStatusCache/current_job_id (0.0s) PASSED cache.TestTTLStatusCache/current_job_owner_hb_time (0.0s) PASSED cache.TestTTLStatusCache/current_job_owner_id (0.0s) PASSED cache.TestTTLStatusCache/current_job_start_time (0.0s) PASSED cache.TestTTLStatusCache/current_job_state (0.0s) PASSED cache.TestTTLStatusCache/current_job_status (0.0s) PASSED cache.TestTTLStatusCache/current_job_status_update_time (0.0s) PASSED cache.TestTTLStatusCache/current_job_ttl_expire (0.0s) PASSED cache.TestTTLStatusCache/last_job_finish_time (0.0s) PASSED cache.TestTTLStatusCache/last_job_id (0.0s) PASSED cache.TestTTLStatusCache/last_job_start_time (0.0s) PASSED cache.TestTTLStatusCache/last_job_summary (0.0s) PASSED cache.TestTTLStatusCache/last_job_ttl_expire (0.0s) PASSED cache.TestTTLStatusCache/parent_table_id (0.0s) PASSED cache.TestTTLStatusCache/table_statistics (0.0s) PASSED cache.TestInsertIntoTTLTask (1.2s) PASSED cache.TestRowToTTLTask (1.3s) PASSED cache.TestEvalTTLExpireTime (0.0s) PASSED cache.TestTableEvalTTLExpireTime (1.4s) PASSED cache.TestNewTTLTable (1.4s) PASSED cache.TestGetNextIntDatumFromCommonHandle (0.0s) PASSED cache.TestGetNextIntHandle (0.0s) PASSED cache.TestGetASCIIPrefixDatumFromBytes (0.0s) PASSED cache.TestGetNextBytesHandleDatum (0.0s) PASSED cache.TestNoTTLSplitSupportTables (1.5s) PASSED cache.TestSplitTTLScanRangesWithBytes (1.5s) PASSED cache.TestSplitTTLScanRangesCommonHandleUnsignedInt (1.5s) PASSED cache.TestSplitTTLScanRangesCommonHandleSignedInt (1.3s) PASSED cache.TestSplitTTLScanRangesWithUnsignedInt (1.3s) PASSED cache.TestSplitTTLScanRangesWithSignedInt (1.3s) PASSED cache.TestInfoSchemaCache (1.3s) 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/ttl/client:client_test (cached) PASSED in 1.1s PASSED client.TestCommandClient (0.1s) /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/ttl/session:session_test (cached) PASSED in 3.4s Stats over 7 runs: max = 3.4s, min = 2.9s, avg = 3.2s, dev = 0.2s PASSED session_test.TestSysVarTTLScanDeleteLimit (1.6s) PASSED session_test.TestSysVarTTLScanDeleteBatchSize (1.4s) PASSED session_test.TestSysVarTTLScanBatchSize (1.3s) PASSED session_test.TestSysVarTTLJobEnable (1.3s) PASSED session_test.TestSessionKill (1.4s) PASSED session_test.TestSessionResetTimeZone (1.5s) PASSED session_test.TestSessionRunInTxn (1.3s) /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 //pkg/ttl/sqlbuilder:sqlbuilder_test (cached) PASSED in 3.2s Stats over 5 runs: max = 3.2s, min = 1.6s, avg = 2.0s, dev = 0.6s PASSED sqlbuilder_test.TestBuildDeleteSQL (0.0s) PASSED sqlbuilder_test.TestScanQueryGenerator (0.0s) PASSED sqlbuilder_test.TestSQLBuilder (0.0s) PASSED sqlbuilder_test.TestFormatSQLDatum (1.4s) 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 //pkg/ttl/ttlworker:ttlworker_test (cached) PASSED in 121.4s Stats over 50 runs: max = 121.4s, min = 7.1s, avg = 30.9s, dev = 21.1s PASSED ttlworker.TestParallelLockNewTask (29.7s) PASSED ttlworker.TestValidateTTLWork (0.0s) PASSED ttlworker.TestExecuteSQLWithCheck (0.0s) PASSED ttlworker.TestNewScanSession (25.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 (26.9s) 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 (113.7s) 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.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.TestIterationOfRunningJob (40.6s) PASSED ttlworker.TestTimerJobAfterDropTable (26.1s) PASSED ttlworker.TestJobManagerWithFault (0.0s) PASSED ttlworker.TestJobHeartBeatFailNotBlockOthers (26.6s) PASSED ttlworker.TestDisableTTLAfterLoseHeartbeat (26.8s) PASSED ttlworker.TestDisableTTLAfterLoseHeartbeat/disable_TTL_for_a_table_after_losing_heartbeat (0.7s) PASSED ttlworker.TestDisableTTLAfterLoseHeartbeat/disable_TTL_globally_after_losing_heartbeat (0.4s) PASSED ttlworker.TestDisableTTLAfterLoseHeartbeat/drop_a_TTL_table_after_losing_heartbeat (1.0s) PASSED ttlworker.TestFinishError (27.5s) PASSED ttlworker.TestFinishAndUpdateOwnerAtSameTime (23.4s) PASSED ttlworker.TestManagerJobAdapterNow (23.0s) PASSED ttlworker.TestManagerJobAdapterGetJob (22.6s) PASSED ttlworker.TestManagerJobAdapterSubmitJob (0.1s) PASSED ttlworker.TestManagerJobAdapterCanSubmitJob (25.1s) PASSED ttlworker.TestDelayMetrics (25.2s) PASSED ttlworker.TestJobMetrics (24.9s) PASSED ttlworker.TestGCTTLHistory (23.8s) PASSED ttlworker.TestGCTableStatus (23.2s) PASSED ttlworker.TestGetTTLSchedulePolicy (0.0s) PASSED ttlworker.TestGCScanTasks (24.2s) PASSED ttlworker.TestTTLTimerRuntime (0.0s) PASSED ttlworker.TestTriggerScanTask (26.0s) PASSED ttlworker.TestWaitTTLJobFinish (0.1s) PASSED ttlworker.TestJobTimeout (25.6s) PASSED ttlworker.TestTTLTimerHookOnEvent (0.2s) PASSED ttlworker.TestRescheduleJobsAfterTableDropped (28.1s) PASSED ttlworker.TestTTLTimerHookPrepare (0.0s) PASSED ttlworker.TestRescheduleJobs (26.5s) PASSED ttlworker.TestTTLTimerSync (36.7s) PASSED ttlworker.TestParallelSchedule (25.9s) PASSED ttlworker.TestTTLDelRetryBuffer (0.0s) PASSED ttlworker.TestSubmitJob (25.3s) PASSED ttlworker.TestTTLManualTriggerOneTimer (28.0s) PASSED ttlworker.TestTTLDeleteTaskDoDelete (0.0s) PASSED ttlworker.TestTaskScheduleExpireHeartBeat (23.4s) PASSED ttlworker.TestTTLDeleteRateLimiter (0.0s) PASSED ttlworker.TestTaskMetrics (24.2s) PASSED ttlworker.TestGetSession (23.1s) PASSED ttlworker.TestMeetTTLRunningTasks (25.4s) PASSED ttlworker.TestGetMaxRunningTasksLimit (0.0s) PASSED ttlworker.TestTTLJobDisable (26.7s) PASSED ttlworker.TestRescheduleWithError (23.9s) PASSED ttlworker.TestTTLDeleteTaskWorker (0.0s) PASSED ttlworker.TestDelRateLimiterConcurrency (0.0s) PASSED ttlworker.TestTTLRunningTasksLimitation (27.1s) PASSED ttlworker.TestParallelLockNewJob (24.6s) PASSED ttlworker.TestShrinkScanWorkerAndResignOwner (23.8s) PASSED ttlworker.TestFinishJob (23.8s) PASSED ttlworker.TestTaskCancelledAfterHeartbeatTimeout (25.1s) PASSED ttlworker.TestHeartBeatErrorNotBlockOthers (25.5s) PASSED ttlworker.TestTTLAutoAnalyze (27.5s) PASSED ttlworker.TestTTLDeleteWithTimeZoneChange (27.7s) PASSED ttlworker.TestTaskFinishedCondition (0.0s) PASSED ttlworker.TestResizeWorkers (0.0s) PASSED ttlworker.TestTriggerTTLJob (27.9s) /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_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_34_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_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_30_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_28_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_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_23_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_21_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 /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_18_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_16_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_14_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_13_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_3_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_12_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_5_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_8_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_11_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 //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.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.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.TestChangeReverseResultByUpperLowerBound (0.0s) PASSED types.TestCompare (0.0s) PASSED types.TestDurationAdd (0.0s) PASSED types.TestGetKeys (0.0s) PASSED types.TestVectorCompare (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestBinaryJSONDepth (0.0s) PASSED types.TestCompareDatum (0.0s) PASSED types.TestDurationSub (0.0s) PASSED types.TestStringToMysqlBit (0.0s) PASSED types.TestStringToMysqlBit/0_1_true (0.0s) PASSED types.TestStringToMysqlBit/0_8_false (0.0s) PASSED types.TestStringToMysqlBit/1_1_true (0.0s) PASSED types.TestStringToMysqlBit/1_8_false (0.0s) PASSED types.TestStringToMysqlBit/b'0'_32_false (0.0s) PASSED types.TestStringToMysqlBit/b'1'_32_false (0.0s) PASSED types.TestStringToMysqlBit/false_1_true (0.0s) PASSED types.TestStringToMysqlBit/false_40_false (0.0s) PASSED types.TestStringToMysqlBit/true_1_true (0.0s) PASSED types.TestStringToMysqlBit/true_32_false (0.0s) PASSED types.TestVectorSerialize (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.TestDateFSP (0.0s) PASSED types.TestFromUint (0.0s) PASSED types.TestIsTypeTemporal (0.0s) PASSED types.TestRoundIntStr (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvertTimeZone (0.0s) PASSED types.TestGetValidInt (0.0s) PASSED types.TestIsBinaryStr (0.0s) PASSED types.TestToInt (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.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.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.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.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.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.TestFieldType (0.0s) PASSED types.TestGetFsp (0.0s) PASSED types.TestRoundWithTruncate (0.0s) PASSED types.TestStrToDuration (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestConvertScientificNotation (0.0s) PASSED types.TestDefaultTypeForValue (0.0s) PASSED types.TestExtractDatetimeNum (0.0s) PASSED types.TestRoundWithCeil (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAggFieldType (0.0s) PASSED types.TestConvertDecimalStrToUint (0.0s) PASSED types.TestExtractDurationNum (0.0s) PASSED types.TestToString (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.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.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.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.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.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.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.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.TestAddDate (0.0s) PASSED types.TestReset (0.0s) PASSED types.TestTimeOverflow (0.0s) PASSED types.TestTruncateFloatToString (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestAddMyDecimal (0.0s) PASSED types.TestCheckFsp (0.0s) PASSED types.TestGetDateFromDaynr (0.0s) PASSED types.TestParseTimeFromInt64 (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.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.TestAlignFrac (0.0s) PASSED types.TestIsLeapYear (0.0s) PASSED types.TestMulMyDecimal (0.0s) PASSED types.TestParseTimeFromDecimal (0.0s) PASSED types.FuzzJSONExtract (0.0s) PASSED types.FuzzJSONExtract/seed#0 (0.0s) PASSED types.FuzzJSONExtract/seed#1 (0.0s) PASSED types.FuzzJSONExtract/seed#2 (0.0s) PASSED types.FuzzJSONExtract/seed#3 (0.0s) PASSED types.FuzzJSONExtract/seed#4 (0.0s) PASSED types.FuzzJSONExtract/seed#5 (0.0s) PASSED types.FuzzJSONExtract/seed#6 (0.0s) PASSED types.TestDivModMyDecimal (0.0s) PASSED types.TestGetFormatType (0.0s) PASSED types.TestGetLastDay (0.0s) PASSED types.TestStrToInt (0.0s) 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.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) /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_50_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_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_49_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_48_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_6_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_47_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_11_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_46_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_13_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_14_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_16_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_44_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_17_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_22_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_23_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_24_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_26_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_42_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_28_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_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_41_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_38_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_39_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 /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_37_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 //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 8.4s Stats over 50 runs: max = 8.4s, min = 1.0s, avg = 1.6s, dev = 1.4s PASSED util.TestOriginError (0.0s) PASSED util.TestRunWithRetry (0.0s) PASSED util.TestRunWithRetry/failed_result (0.0s) PASSED util.TestRunWithRetry/retry_exceeds (0.0s) PASSED util.TestRunWithRetry/success (0.0s) PASSED util.TestX509NameParseMatch (0.0s) PASSED util.TestBasicFuncWithRecovery (0.0s) PASSED util.TestBasicFuncSyntaxError (0.0s) PASSED util.TestBasicFuncSyntaxWarn (0.0s) PASSED util.TestBasicFuncProcessInfo (0.0s) PASSED util.TestBasicFuncRandomBuf (0.0s) PASSED util.TestToPB (0.0s) PASSED util.TestComposeURL (0.0s) PASSED util.TestPrefix (0.0s) PASSED util.TestPrefixFilter (0.0s) PASSED util.TestProcessInfoShallowCP (0.0s) PASSED util.TestInvalidTLS (0.0s) PASSED util.TestVerifyCommonNameAndRotate (7.3s) PASSED util.TestTLSVersion (7.1s) PASSED util.TestCA (2.6s) PASSED util.TestSessionPool (0.0s) PASSED util.TestLongestCommonPrefixLen (0.0s) PASSED util.TestGetStepValue (0.0s) PASSED util.TestNewErrorGroupWithRecover (0.0s) PASSED util.TestParseHostPortAddr (0.0s) PASSED util.TestWaitGroupWrapperGo (0.0s) PASSED util.TestLogFormat (0.0s) PASSED util.TestWaitGroupWrapperCheck (1.0s) PASSED util.TestReadLine (0.0s) PASSED util.TestIsInCorrectIdentifierName (0.0s) PASSED util.TestDupProto (0.0s) PASSED util.TestWaitGroupWrapperRunWithRecover (0.0s) PASSED util.TestWaitGroupWrapperRun (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_1_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_2_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_3_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_4_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_5_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_6_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_7_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_8_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_41_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_40_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_39_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_38_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_37_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_36_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_35_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_34_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_33_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_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_19_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_30_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_29_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_28_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_24_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_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 //pkg/util/admin:admin_test (cached) PASSED in 3.3s PASSED admin.TestAdminCheckTableCorrupted (1.5s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/admin/admin_test/coverage.dat //pkg/util/arena:arena_test (cached) PASSED in 0.5s PASSED arena.TestSimpleArenaAllocator (0.0s) PASSED arena.TestStdAllocator (0.0s) /home/jenkins/.tidb/tmp/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.TestAllocator (0.0s) PASSED chunk.TestPreAllocFloat32 (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumAndEncryptReaderWithCache (0.0s) PASSED chunk.TestReconstructVarLen (0.0s) PASSED chunk.TestColumnAllocator (0.0s) PASSED chunk.TestPreAllocFloat64 (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumAndEncrypt8 (13.9s) PASSED chunk.TestReconstructFixedLen (0.0s) PASSED chunk.TestNoDuplicateColumnReuse (0.0s) PASSED chunk.TestPreAllocDecimal (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumAndEncrypt2 (9.5s) PASSED chunk.TestNullsColumn (0.0s) PASSED chunk.TestAvoidColumnReuse (0.0s) PASSED chunk.TestPreAllocTime (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumAndEncrypt1 (7.9s) PASSED chunk.TestEnumColumn (0.0s) PASSED chunk.TestColumnAllocatorLimit (0.0s) PASSED chunk.TestNull (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksumReaderWithCacheNoFlush (0.0s) PASSED chunk.TestDurationColumn (0.0s) PASSED chunk.TestColumnAllocatorCheck (0.0s) PASSED chunk.TestSetNulls (0.1s) PASSED chunk.TestDataInDiskByRowsWithChecksumReaderWithCache (0.0s) PASSED chunk.TestTimeColumn (1.9s) PASSED chunk.TestResizeReserve (0.0s) PASSED chunk.TestReuseHookAllocator (0.0s) PASSED chunk.TestDataInDiskByRowsWithChecksum8 (13.0s) PASSED chunk.TestJSONColumn (0.1s) PASSED chunk.TestGetRaw (0.0s) PASSED chunk.TestSyncAllocator (51.2s) PASSED chunk.TestDataInDiskByRowsWithChecksum2 (8.4s) PASSED chunk.TestSetColumn (0.0s) PASSED chunk.TestDataInDiskByChunks (12.5s) PASSED chunk.TestResize (0.1s) PASSED chunk.TestDataInDiskByRowsWithChecksum1 (6.6s) PASSED chunk.TestStringColumn (0.0s) PASSED chunk.TestDataInDiskByRows (0.0s) PASSED chunk.TestMyDecimal (0.1s) PASSED chunk.TestAppendRow (0.0s) PASSED chunk.TestVectorizedNulls (2.5s) PASSED chunk.TestAppendChunk (0.0s) PASSED chunk.TestResetColumn (0.0s) PASSED chunk.TestDurationSliceColumn (0.0s) PASSED chunk.TestInterruptedDuringSpilling (2.3s) PASSED chunk.TestF32Column (0.0s) PASSED chunk.TestPanicDuringSortedRowContainerSpill (0.0s) PASSED chunk.TestColumnResizeInt64 (0.0s) PASSED chunk.TestTruncateTo (0.0s) PASSED chunk.TestChunkSizeControl (0.0s) PASSED chunk.TestIteratorOnSel (0.0s) PASSED chunk.TestF64Column (0.0s) PASSED chunk.TestPanicWhenSpillToDisk (0.0s) PASSED chunk.TestCompare (0.0s) PASSED chunk.TestMultiIterator (0.0s) PASSED chunk.TestI64Column (0.0s) PASSED chunk.TestReadAfterSpillWithRowContainerReader (1.9s) PASSED chunk.TestCopyTo (0.0s) PASSED chunk.TestIterator (0.0s) PASSED chunk.TestConcurrentSpillWithRowContainerReader (2.3s) PASSED chunk.TestLargeStringColumnOffset (0.0s) PASSED chunk.TestGetDecimalDatum (0.0s) PASSED chunk.TestList (0.0s) PASSED chunk.TestCloseRowContainerReader (0.0s) PASSED chunk.TestColumnCopyReconstructVarLen (0.0s) PASSED chunk.TestChunkMemoryUsage (0.0s) PASSED chunk.TestListMemoryUsage (0.0s) PASSED chunk.TestColumnCopyReconstructFixedLen (0.0s) PASSED chunk.TestRowContainerReaderInDisk (0.0s) PASSED chunk.TestMutRow (0.0s) PASSED chunk.TestSwapColumn (0.0s) PASSED chunk.TestActionBlocked (0.2s) PASSED chunk.TestColumnCopy (0.0s) PASSED chunk.TestAppendSel (0.0s) PASSED chunk.TestIssue29947 (0.0s) PASSED chunk.TestEstimateTypeWidth (0.0s) PASSED chunk.TestSpillActionDeadLock (1.0s) PASSED chunk.TestMakeRefTo (0.0s) PASSED chunk.TestMutRowShallowCopyPartialRow (0.0s) PASSED chunk.TestCodec (0.0s) PASSED chunk.TestRowContainerResetAndAction (0.0s) PASSED chunk.TestNewPool (0.0s) PASSED chunk.TestToString (0.0s) PASSED chunk.TestMergeInputIdxToOutputIdxes (0.0s) PASSED chunk.TestSortedRowContainerSortSpillAction (0.0s) PASSED chunk.TestCopySelectedVirtualNum (0.0s) PASSED chunk.TestNewSortedRowContainer (0.0s) PASSED chunk.TestAppendRows (0.0s) PASSED chunk.TestPoolGetChunk (0.0s) PASSED chunk.TestCopySelectedJoinRowsDirect (0.0s) PASSED chunk.TestSpillAction (0.0s) PASSED chunk.TestAppendRowsByColIdxs (0.0s) PASSED chunk.TestPoolPutChunk (0.0s) PASSED chunk.TestCopySelectedJoinRowsWithoutSameOuters (0.0s) PASSED chunk.TestSel (0.0s) PASSED chunk.TestCopySelectedJoinRows (0.0s) PASSED chunk.TestNewRowContainer (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_1_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_2_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_3_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_4_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_5_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_6_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_7_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_8_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_9_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_39_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_11_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_37_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_13_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_14_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_15_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_16_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_17_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_18_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 /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_30_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_29_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_28_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_22_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_23_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_24_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/dbutil:dbutil_test (cached) PASSED in 1.6s PASSED dbutil.TestAnalyzeValuesFromBuckets (0.0s) PASSED dbutil.TestColumnName (0.0s) PASSED dbutil.TestDeleteRows (0.0s) PASSED dbutil.TestFormatTimeZoneOffset (0.0s) PASSED dbutil.TestGetParser (0.0s) PASSED dbutil.TestGetTimeZoneOffset (0.0s) PASSED dbutil.TestIndex (0.0s) PASSED dbutil.TestIsIgnoreError (0.0s) PASSED dbutil.TestIsRetryableError (0.0s) PASSED dbutil.TestReplacePlaceholder (0.0s) PASSED dbutil.TestSchemacmpEncode (0.0s) PASSED dbutil.TestShowGrants (0.0s) PASSED dbutil.TestShowGrantsPasswordMasked (0.0s) PASSED dbutil.TestShowGrantsWithRoles (0.0s) PASSED dbutil.TestTable (0.0s) PASSED dbutil.TestTableName (0.0s) PASSED dbutil.TestTableStructEqual (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/dbutil/dbutil_test/coverage.dat //pkg/util/ddl-checker:ddl-checker_test (cached) PASSED in 4.4s PASSED ddl-checker.TestExecute (1.4s) PASSED ddl-checker.TestParse (1.3s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/ddl-checker/ddl-checker_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.1s 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.3s /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.TestFastIntSetTwoSetOps (0.1s) PASSED intset.TestFastIntSetString (0.0s) PASSED intset.TestFastIntSetString/0 (0.0s) PASSED intset.TestFastIntSetString/1 (0.0s) PASSED intset.TestFastIntSetString/2 (0.0s) PASSED intset.TestFastIntSetAddRange (0.0s) PASSED intset.TestFastIntSet (0.1s) PASSED intset.TestFastIntSet/1 (0.0s) PASSED intset.TestFastIntSet/128 (0.0s) PASSED intset.TestFastIntSet/256 (0.0s) PASSED intset.TestFastIntSet/30 (0.0s) PASSED intset.TestFastIntSet/64 (0.0s) PASSED intset.TestFastIntSet/8 (0.0s) PASSED intset.TestFastIntSetBasic (0.0s) /home/jenkins/.tidb/tmp/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_5_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_2_of_5/coverage.dat /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/intset/intset_test/shard_1_of_5/coverage.dat //pkg/util/keydecoder:keydecoder_test (cached) PASSED in 1.5s 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/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/profile:profile_test (cached) PASSED in 3.1s PASSED profile.TestProfileToDatum (0.0s) PASSED profile.TestProfiles (1.4s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/util/profile/profile_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:ranger_test (cached) PASSED in 3.2s Stats over 26 runs: max = 3.2s, min = 1.6s, avg = 2.4s, dev = 0.6s PASSED ranger_test.TestIntersectionOverlap (0.0s) PASSED ranger_test.TestIntersectionSubset (0.0s) PASSED ranger_test.TestIntersectionEmpty (0.0s) PASSED ranger_test.TestRangeMemUsage (0.0s) PASSED ranger_test.TestIsFullRange (0.0s) PASSED ranger_test.TestRange (0.0s) PASSED ranger_test.TestMinAccessCondsForDNFCond (1.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.2s) PASSED ranger_test.TestIssue40997 (1.3s) PASSED ranger_test.TestPrefixIndexRange (1.3s) PASSED ranger_test.TestRangeFallbackForBuildColumnRange (1.3s) PASSED ranger_test.TestRangeFallbackForBuildTableRange (1.3s) PASSED ranger_test.TestRangeFallbackForDetachCondAndBuildRangeForIndex (1.3s) PASSED ranger_test.TestShardIndexFuncSuites (1.2s) PASSED ranger_test.TestTableShardIndex (1.4s) 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.5s) 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.2s) 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.3s) 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.3s) 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.4s) 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.4s) 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/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/rowDecoder:rowDecoder_test (cached) PASSED in 1.7s 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/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/schemacmp:schemacmp_test (cached) PASSED in 1.4s 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 //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.TestMapToEvictedCountDatum (0.0s) PASSED stmtsummary.TestSummaryHistory (0.0s) PASSED stmtsummary.TestRefreshCurrentSummary (0.0s) PASSED stmtsummary.TestSimpleStmtSummaryByDigestEvicted (0.0s) PASSED stmtsummary.TestStmtSummaryByDigestEvictedElement (0.0s) PASSED stmtsummary.TestFormatBackoffTypes (0.0s) PASSED stmtsummary.TestEvictedCountDetailed (0.0s) PASSED stmtsummary.TestNewStmtSummaryByDigestEvictedElement (0.0s) PASSED stmtsummary.TestEnableSummaryParallel (0.0s) PASSED stmtsummary.TestAddInfo (0.0s) PASSED stmtsummary.TestStmtSummaryByDigestEvicted (0.0s) PASSED stmtsummary.TestDisableStmtSummary (0.0s) PASSED stmtsummary.TestAddStatement (0.0s) PASSED stmtsummary.TestSetUp (0.0s) PASSED stmtsummary.TestSetMaxStmtCountParallel (0.0s) PASSED stmtsummary.TestToDatum (0.0s) PASSED stmtsummary.TestAddStatementParallel (0.0s) PASSED stmtsummary.TestMaxStmtCount (0.0s) PASSED stmtsummary.TestMaxSQLLength (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_1_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_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_3_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_4_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_16_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_6_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_9_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_14_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_11_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_13_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.TestColumn (0.0s) PASSED v2.TestStmtChecker (0.0s) PASSED v2.TestStmtFile (0.0s) PASSED v2.TestTimeRangeOverlap (0.0s) PASSED v2.TestStmtFiles (0.0s) PASSED v2.TestStmtFileInvalidLine (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_1_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_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_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 //pkg/util/stmtsummary/v2/tests:tests_test (cached) PASSED in 3.3s Stats over 13 runs: max = 3.3s, min = 2.7s, avg = 3.0s, dev = 0.2s PASSED tests_test.TestPerformanceSchemaforPlanCache (1.3s) PASSED tests_test.TestPlanCacheUnqualified (1.3s) PASSED tests_test.TestPlanCacheUnqualified2 (1.5s) PASSED tests_test.TestPerformanceSchemaforNonPrepPlanCache (1.4s) PASSED tests_test.TestStmtSummaryHistoryTableOther (1.3s) PASSED tests_test.TestStmtSummaryIndexAdvisor (1.4s) PASSED tests_test.TestStmtSummaryTableOther (1.3s) PASSED tests_test.TestStmtSummaryIndexAdvisorNullSchema (1.3s) PASSED tests_test.TestStmtSummarySensitiveQuery (1.3s) PASSED tests_test.TestStmtSummaryPreparedStatements (1.2s) PASSED tests_test.TestStmtSummaryTable (1.3s) PASSED tests_test.TestStmtSummaryErrorCount (1.3s) PASSED tests_test.TestStmtSummaryTablePrivilege (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_1_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_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_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_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_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 //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.TestTopSQLCPUProfile (1.3s) PASSED topsql.TestTopSQLPubSub (5.4s) PASSED topsql.TestTopSQLReporter (2.5s) PASSED topsql.TestMaxSQLAndPlanTest (0.0s) /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_1_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_2_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 //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.Test_tsItem_toProto (0.0s) PASSED reporter.TestDefaultDataSinkRegisterer (0.0s) PASSED reporter.Test_tsItems_toProto (0.0s) PASSED reporter.Test_tsItems_Sort (0.0s) PASSED reporter.TestRemoveInvalidPlanRecord (0.0s) PASSED reporter.Test_record_append (0.0s) PASSED reporter.Test_record_Sort (0.0s) PASSED reporter.Test_encodeKey (0.0s) PASSED reporter.Test_record_merge (0.0s) PASSED reporter.Test_record_rebuildTsIndex (0.0s) PASSED reporter.Test_normalizedPlanMap_toProto (0.0s) PASSED reporter.Test_records_Sort (0.0s) PASSED reporter.Test_record_toProto (0.0s) PASSED reporter.Test_normalizedPlanMap_take (0.0s) PASSED reporter.Test_records_topN (0.0s) PASSED reporter.Test_records_toProto (0.0s) PASSED reporter.Test_normalizedPlanMap_register (0.0s) PASSED reporter.Test_collecting_getOrCreateRecord (0.0s) PASSED reporter.Test_collecting_markAsEvicted_hasEvicted (0.0s) PASSED reporter.Test_collecting_appendOthers (0.0s) PASSED reporter.Test_normalizedSQLMap_toProto (0.0s) PASSED reporter.Test_collecting_getReportRecords (0.0s) PASSED reporter.Test_collecting_take (0.0s) PASSED reporter.Test_cpuRecords_topN (0.0s) PASSED reporter.Test_cpuRecords_Sort (0.0s) PASSED reporter.Test_normalizedSQLMap_take (0.0s) PASSED reporter.Test_normalizedSQLMap_register (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_1_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_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_26_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_25_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_7_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_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_23_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_11_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_12_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_14_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_15_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_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_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 //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_register_collect (0.0s) PASSED stmtstats.TestStatementStatsMap_Merge (0.0s) PASSED stmtstats.Test_aggregator_run_close (0.1s) PASSED stmtstats.TestStatementsStatsItem_Merge (0.0s) PASSED stmtstats.TestAggregatorDisableAggregate (0.0s) PASSED stmtstats.TestKvStatementStatsItem_Merge (0.0s) PASSED stmtstats.TestKvExecCounter (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_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_4_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 /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_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 //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/workloadrepo:workloadrepo_test (cached) PASSED in 25.7s Stats over 15 runs: max = 25.7s, min = 1.7s, avg = 10.6s, dev = 6.6s PASSED workloadrepo.TestRecoverSnapID (6.5s) PASSED workloadrepo.TestOwnerRandomDown (13.1s) PASSED workloadrepo.TestCalcNextTick (0.0s) PASSED workloadrepo.TestHouseKeeperThread (17.8s) PASSED workloadrepo.TestAddNewPartitionsOnStart (1.6s) PASSED workloadrepo.TestDropOldPartitions (2.6s) PASSED workloadrepo.TestCreatePartition (3.9s) PASSED workloadrepo.TestSettingSQLVariables (3.0s) PASSED workloadrepo.TestStoppingAndRestartingWorker (13.2s) PASSED workloadrepo.TestSnapshotTimingWorker (16.0s) PASSED workloadrepo.TestSamplingTimingWorker (24.0s) PASSED workloadrepo.TestAdminWorkloadRepo (5.2s) PASSED workloadrepo.TestGlobalWorker (9.0s) PASSED workloadrepo.TestMultipleWorker (10.9s) PASSED workloadrepo.TestRaceToCreateTablesWorker (6.7s) /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/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 //pkg/workloadlearning:workloadlearning_test (cached) PASSED in 3.0s Stats over 3 runs: max = 3.0s, min = 2.9s, avg = 3.0s, dev = 0.1s PASSED workloadlearning_test.TestSaveReadTableCostMetrics (1.3s) PASSED workloadlearning_test.TestGetTableReadCacheMetricsWithNoData (1.3s) PASSED workloadlearning_test.TestUpdateTableCostCache (1.2s) /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 //tests/llmtest:llmtest_test (cached) PASSED in 0.6s PASSED llmtest_test.TestAllTestCaseInGroup (0.0s) PASSED llmtest_test.TestAllTestCasePassOrKnown (0.0s) //pkg/disttask/framework/storage:storage_test (23/24 cached) PASSED in 102.3s Stats over 24 runs: max = 102.3s, min = 7.7s, avg = 33.5s, dev = 15.2s PASSED storage.TestSplitSubtasks (0.0s) PASSED storage.TestModifyTask (25.0s) PASSED storage.TestTaskState (21.8s) PASSED storage.TestTaskTable (24.0s) PASSED storage.TestSwitchTaskStep (24.5s) PASSED storage.TestSwitchTaskStepInBatch (24.1s) PASSED storage.TestGetTopUnfinishedTasks (23.4s) PASSED storage.TestGetUsedSlotsOnNodes (24.0s) PASSED storage.TestGetActiveSubtasks (24.5s) PASSED storage.TestSubTaskTable (27.2s) PASSED storage.TestBothTaskAndSubTaskTable (22.8s) PASSED storage.TestDistFrameworkMeta (23.2s) PASSED storage.TestGetSubtaskCntByStates (22.5s) PASSED storage.TestSubtaskHistoryTable (25.4s) PASSED storage.TestPauseAndResume (24.8s) PASSED storage.TestTaskHistoryTable (23.0s) PASSED storage.TestCancelAndExecIdChanged (24.7s) PASSED storage.TestTaskNotFound (24.1s) PASSED storage.TestInitMeta (24.6s) PASSED storage.TestSubtaskType (24.0s) PASSED storage.TestRunningSubtasksBack2Pending (23.0s) PASSED storage.TestSubtasksState (26.0s) PASSED storage.TestGetActiveTaskExecInfo (24.5s) PASSED storage.TestTaskManagerEntrySize (96.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_23_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_1_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_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_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_10_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_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_12_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_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_20_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/session/nontransactionaltest:nontransactionaltest_test (3/4 cached) PASSED in 16.5s Stats over 4 runs: max = 16.5s, min = 4.1s, avg = 7.6s, dev = 5.1s PASSED nontransactionaltest_test.TestNonTransactionalDMLWorkWithForeignKey (2.0s) PASSED nontransactionaltest_test.TestNonTransactionalWithCheckConstraint (1.4s) PASSED nontransactionaltest_test.TestNonTransactionalDMLErrorMessage (1.8s) PASSED nontransactionaltest_test.TestNonTransactionalDMLSharding (14.2s) /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:test_test (27/28 cached) PASSED in 9.2s Stats over 28 runs: max = 9.2s, min = 2.9s, avg = 4.9s, dev = 1.4s PASSED test_test.TestKeysNeedLock (0.0s) PASSED test_test.TestSchemaCheckerSQL (1.7s) PASSED test_test.TestLoadSchemaFailed (5.5s) PASSED test_test.TestParseErrorWarn (0.0s) PASSED test_test.TestWriteOnMultipleCachedTable (4.3s) PASSED test_test.TestFixSetTiDBSnapshotTS (3.2s) PASSED test_test.TestIssue60266 (1.2s) PASSED test_test.TestPrepareZero (1.2s) PASSED test_test.TestPrimaryKeyAutoIncrement (1.3s) PASSED test_test.TestErrorHappenWhileInit (2.4s) PASSED test_test.TestParseWithParams (1.4s) PASSED test_test.TestDoDDLJobQuit (1.5s) PASSED test_test.TestBootstrapSQLWithExtension (1.2s) PASSED test_test.TestProcessInfoIssue22068 (6.2s) PASSED test_test.TestPerStmtTaskID (1.2s) PASSED test_test.TestStmtHints (1.3s) PASSED test_test.TestRollbackOnCompileError (1.3s) PASSED test_test.TestResultField (1.2s) PASSED test_test.TestResultType (1.2s) PASSED test_test.TestFieldText (1.2s) PASSED test_test.TestMatchIdentity (1.4s) PASSED test_test.TestInitUsers (1.3s) PASSED test_test.TestHandleAssertionFailureForPartitionedTable (1.1s) PASSED test_test.TestRandomBinary (1.1s) PASSED test_test.TestInitSystemVariable (1.2s) PASSED test_test.TestSQLModeOp (0.0s) PASSED test_test.TestRequestSource (1.4s) PASSED test_test.TestEmptyInitSQLFile (1.2s) /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_1_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_27_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_4_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_5_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_25_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_8_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_9_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_11_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_13_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_15_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_23_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_18_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_19_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_21_of_28/coverage.dat //pkg/session/test/meta:meta_test (3/4 cached) PASSED in 5.7s Stats over 4 runs: max = 5.7s, min = 2.8s, avg = 4.5s, dev = 1.1s PASSED meta_test.TestInformationSchemaCreateTime (2.4s) PASSED meta_test.TestRecordTTLRows (1.3s) PASSED meta_test.TestMetaTableRegion (1.3s) PASSED meta_test.TestInitMetaTable (0.8s) /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/planner/core/casetest/instanceplancache:instanceplancache_test (40/42 cached) PASSED in 269.8s Stats over 42 runs: max = 269.8s, min = 30.2s, avg = 49.5s, dev = 45.9s PASSED instanceplancache_test.TestInstancePlanCacheIssue58395 (22.8s) PASSED instanceplancache_test.TestInstancePlanCacheView (23.9s) PASSED instanceplancache_test.TestInstancePlanCacheRuntimeInfo (24.2s) PASSED instanceplancache_test.TestInstancePlanCacheMetaInfo (24.4s) PASSED instanceplancache_test.TestInstancePlanCachePlan (23.4s) PASSED instanceplancache_test.TestInstancePlanCachePartitioning (23.1s) PASSED instanceplancache_test.TestInstancePlanCacheDifferentUsers (24.2s) PASSED instanceplancache_test.TestInstancePlanCacheDifferentCharset (22.8s) PASSED instanceplancache_test.TestBuiltinInIntSig (29.3s) PASSED instanceplancache_test.TestBuiltinInStringSig (30.9s) PASSED instanceplancache_test.TestInstancePlanCacheDifferentCollation (24.3s) PASSED instanceplancache_test.TestBuiltinInRealSig (30.4s) PASSED instanceplancache_test.TestInstancePlanCachePrivilegeChanges (27.5s) PASSED instanceplancache_test.TestBuiltinInDecimalSig (29.3s) PASSED instanceplancache_test.TestInstancePlanCacheSchemaChange (25.8s) PASSED instanceplancache_test.TestBuiltinDecimalIsTrueFalse (26.1s) PASSED instanceplancache_test.TestBuiltinInTimeSig (28.1s) PASSED instanceplancache_test.TestBuiltinRealIsTrueFalse (25.2s) PASSED instanceplancache_test.TestInstancePlanCacheInTxn (24.0s) PASSED instanceplancache_test.TestBuiltinIntIsTrueFalse (26.0s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencySysbench (83.3s) PASSED instanceplancache_test.TestInstancePlanCacheIndexJoin (28.1s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPointMultipleColPKNoTxn (28.2s) PASSED instanceplancache_test.TestInstancePlanCacheStaleRead (28.0s) PASSED instanceplancache_test.TestInstancePlanCacheReason (25.1s) PASSED instanceplancache_test.TestInstancePlanCacheTableIndexScan (29.7s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPointPartitioning (29.6s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyBatchPointNoTxn (27.6s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPointNoTxn (27.8s) PASSED instanceplancache_test.TestInstancePlanCacheBatchPointMultiColIndex (28.4s) PASSED instanceplancache_test.TestInstancePlanCacheBinding (26.9s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPoint (43.1s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyPartitioning (29.1s) PASSED instanceplancache_test.TestInstancePlanCacheDMLTPCC (74.5s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyTPCC (107.8s) PASSED instanceplancache_test.TestInstancePlanCacheVars (28.7s) PASSED instanceplancache_test.TestInstancePlanCacheDMLBasic (34.3s) PASSED instanceplancache_test.TestInstancePlanCacheUpdateSpecifiedPartition (39.5s) PASSED instanceplancache_test.TestInstancePlanCacheDMLPartitioning (28.1s) PASSED instanceplancache_test.TestInstancePlanCacheMinSize (28.3s) PASSED instanceplancache_test.TestInstancePlanCacheConcurrencyComp (200.4s) PASSED instanceplancache_test.TestInstancePlanCache (263.9s) /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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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/planner/core/tests/extractor:extractor_test (2/4 cached) PASSED in 77.3s Stats over 4 runs: max = 77.3s, min = 11.3s, avg = 43.1s, dev = 24.8s PASSED extractor_test.TestMemtableInfoschemaExtractorPart1 (28.0s) PASSED extractor_test.TestMemtableInfoschemaExtractorPart3 (8.7s) PASSED extractor_test.TestMemtableInfoschemaExtractorPart4 (50.9s) PASSED extractor_test.TestMemtableInfoschemaExtractorPart2 (72.5s) /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_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_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/sessionctx/stmtctx:stmtctx_test (12/14 cached) PASSED in 3.6s Stats over 14 runs: max = 3.6s, min = 1.1s, avg = 2.2s, dev = 0.6s PASSED stmtctx.TestCopTasksDetails (0.0s) PASSED stmtctx.TestReservedRowIDAlloc (0.0s) PASSED stmtctx.TestStatementContextPushDownFLags (0.0s) PASSED stmtctx.TestWeakConsistencyRead (1.4s) PASSED stmtctx.TestErrCtx (0.0s) PASSED stmtctx.TestMarshalSQLWarn (1.2s) PASSED stmtctx.TestApproxRuntimeInfo (0.1s) PASSED stmtctx.TestIssue58600 (0.0s) PASSED stmtctx.TestStmtHintsClone (0.0s) PASSED stmtctx.TestNewStmtCtx (0.0s) PASSED stmtctx.TestStmtCtxID (0.0s) PASSED stmtctx.TestSetStmtCtxTypeFlags (0.0s) PASSED stmtctx.TestSetStmtCtxTimeZone (0.0s) PASSED stmtctx.TestResetStmtCtx (0.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessionctx/stmtctx/stmtctx_test/shard_1_of_14/coverage.dat /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_2_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_13_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_5_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_6_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_11_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_10_of_14/coverage.dat //pkg/session/test/vars:vars_test (4/8 cached) PASSED in 4.8s Stats over 8 runs: max = 4.8s, min = 2.7s, avg = 3.6s, dev = 0.8s PASSED vars_test.TestPrepareExecuteWithSQLHints (1.3s) PASSED vars_test.TestRemovedSysVars (1.3s) PASSED vars_test.TestKVVars (1.4s) PASSED vars_test.TestGlobalVarAccessor (1.3s) PASSED vars_test.TestUpgradeSysvars (0.7s) PASSED vars_test.TestTiKVSystemVars (0.8s) PASSED vars_test.TestTimeZone (0.8s) PASSED vars_test.TestSetInstanceSysvarBySetGlobalSysVar (0.7s) /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_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 /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_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_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 //pkg/session/schematest:schematest_test (4/10 cached) PASSED in 6.4s Stats over 10 runs: max = 6.4s, min = 4.2s, avg = 5.2s, dev = 0.6s PASSED schematest_test.TestValidationRecursion (1.5s) PASSED schematest_test.TestTxnSize (1.5s) PASSED schematest_test.TestIndexLookUpReaderChunk (1.5s) PASSED schematest_test.TestDeleteMultiTableExecChunk (1.5s) PASSED schematest_test.TestDeleteExecChunk (1.0s) PASSED schematest_test.TestUpdateExecChunk (1.0s) PASSED schematest_test.TestInsertExecChunk (1.0s) PASSED schematest_test.TestTableReaderChunk (1.0s) PASSED schematest_test.TestRetrySchemaChangeForEmptyChange (1.0s) PASSED schematest_test.TestPrepareStmtCommitWhenSchemaChanged (1.0s) /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/bootstraptest:bootstraptest_test (5/12 cached) PASSED in 23.1s Stats over 12 runs: max = 23.1s, min = 4.5s, avg = 10.8s, dev = 4.7s PASSED bootstraptest_test.TestUpgradeWithCrossJoinDisabled (1.3s) PASSED bootstraptest_test.TestUpgradeWithPauseDDL (12.0s) PASSED bootstraptest_test.TestUpgradeVersionForResumeJob (6.7s) PASSED bootstraptest_test.TestUpgradeVersionForSystemPausedJob (6.3s) PASSED bootstraptest_test.TestUpgradeVersionForPausedJob (6.3s) PASSED bootstraptest_test.TestUpgradeVersion83AndVersion84 (1.3s) PASSED bootstraptest_test.TestUpgradeVersion66 (7.2s) PASSED bootstraptest_test.TestUpgradeVersionWithoutUpgradeHTTPOp (6.3s) PASSED bootstraptest_test.TestUpgradeVersionWithUpgradeHTTPOp (6.6s) PASSED bootstraptest_test.TestUpgradeVersion74 (19.1s) PASSED bootstraptest_test.TestUpgradeVersion75 (6.7s) PASSED bootstraptest_test.TestUpgradeVersionMockLatest (7.8s) /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_1_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_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_3_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_5_of_12/coverage.dat //pkg/session/test/variable:variable_test (4/12 cached) PASSED in 6.2s Stats over 12 runs: max = 6.2s, min = 3.4s, avg = 4.8s, dev = 0.8s PASSED variable_test.TestGeneralLogBinaryText (1.1s) PASSED variable_test.TestForbidSettingBothTSVariable (1.3s) PASSED variable_test.TestGeneralLogNonzeroTxnStartTS (1.3s) PASSED variable_test.TestCoprocessorOOMAction (1.1s) PASSED variable_test.TestMockZapCore (0.0s) PASSED variable_test.TestLastQueryInfo (0.9s) PASSED variable_test.TestCorrectScopeError (0.9s) PASSED variable_test.TestIsolationRead (1.0s) PASSED variable_test.TestReadDMLBatchSize (0.9s) PASSED variable_test.TestSetEnableRateLimitAction (1.0s) PASSED variable_test.TestReplicaRead (1.0s) PASSED variable_test.TestMaxExecutionTime (0.9s) /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_1_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_2_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_3_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_4_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_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 //pkg/table/tables:tables_test (24/34 cached) PASSED in 17.0s Stats over 34 runs: max = 17.0s, min = 1.9s, avg = 5.1s, dev = 3.4s PASSED tables.TestDupKeyCheckMode (1.4s) PASSED tables.TestDupKeyCheckMode/PessimisticLazyMode (0.0s) PASSED tables.TestDupKeyCheckMode/optimistic_DupKeyCheckInPlace (0.0s) PASSED tables.TestDupKeyCheckMode/optimistic_DupKeyCheckLazy (0.0s) PASSED tables.TestDupKeyCheckMode/optimistic_DupKeyCheckSkip (0.0s) PASSED tables.TestDupKeyCheckMode/pessimistic_DupKeyCheckInPlace (0.0s) PASSED tables.TestDupKeyCheckMode/pessimistic_DupKeyCheckLazy (0.0s) PASSED tables.TestDupKeyCheckMode/pessimistic_DupKeyCheckSkip (0.0s) PASSED tables.TestSkipWriteUntouchedIndices (1.5s) PASSED tables.TestTxnAssertion (4.2s) PASSED tables.TestConstraintCheckForOptimisticUntouched (1.6s) PASSED tables.TestViewColumns (1.6s) PASSED tables.TestConstraintCheckForUniqueIndex (1.5s) PASSED tables.TestAddRecordWithCtx (1.5s) PASSED tables.TestHiddenColumn (1.7s) PASSED tables.TestTableFromMeta (1.6s) PASSED tables.TestIterRecords (1.5s) PASSED tables.TestUnsignedPK (1.4s) PASSED tables.TestRowKeyCodec (0.0s) PASSED tables.TestUniqueIndexMultipleNullEntries (1.4s) PASSED tables.TestTypes (1.6s) PASSED tables.TestBasic (1.5s) PASSED tables.TestCacheTableBasicScan (1.0s) PASSED tables.TestStateRemote (1.8s) PASSED tables.TestCheckIndexKeysAndCheckHandleConsistency (0.0s) PASSED tables.TestCheckRowInsertionConsistency (0.0s) PASSED tables.TestCompareIndexData (0.0s) PASSED tables.TestTableOperationsInDDLDropIndexWriteOnly (1.6s) PASSED tables.TestGenIndexValueWithLargePaddingSize (1.4s) PASSED tables.TestGenIndexValueFromIndex (0.0s) PASSED tables.TestSingleColumnCommonHandle (1.4s) PASSED tables.TestMultiColumnCommonHandle (1.5s) PASSED tables.TestRenewLeaseABAFailPoint (4.1s) PASSED tables.TestCacheCondition (9.8s) PASSED tables.TestCacheTableComplexRead (1.2s) PASSED tables.TestMetrics (1.0s) PASSED tables.TestRenewLease (2.8s) PASSED tables.TestCacheTableBasicReadAndWrite (12.0s) PASSED tables.TestCacheTableWriteOperatorWaitLockLease (3.9s) PASSED tables.TestTableCacheLeaseVariable (2.9s) PASSED tables.TestBeginSleepABA (9.2s) /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_1_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_17_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_14_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_12_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_10_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_4_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_6_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_7_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_5_of_34/coverage.dat //pkg/sessionctx/sessionstates:sessionstates_test (2/17 cached) PASSED in 18.3s Stats over 17 runs: max = 18.3s, min = 3.5s, avg = 6.0s, dev = 3.6s PASSED sessionstates.TestLoadAndReadConcurrently (7.9s) PASSED sessionstates.TestCertExpire (7.2s) PASSED sessionstates.TestGrammar (1.2s) PASSED sessionstates.TestVerifyToken (1.5s) PASSED sessionstates.TestUserVars (1.3s) PASSED sessionstates.TestSystemVars (0.9s) PASSED sessionstates.TestIssue47665 (1.0s) PASSED sessionstates.TestInvisibleVars (2.2s) PASSED sessionstates.TestStatementCtx (0.9s) PASSED sessionstates.TestSessionCtx (1.1s) PASSED sessionstates.TestSignAlgo (14.9s) PASSED sessionstates.TestSQLBinding (1.1s) PASSED sessionstates.TestPreparedStatements (1.5s) PASSED sessionstates.TestSQLBindingCompatibility (1.0s) PASSED sessionstates.TestShowStateFail (1.2s) PASSED sessionstates.TestSetCertAndKey (4.6s) PASSED sessionstates.TestInvalidSysVar (0.9s) /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_1_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_2_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_5_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_6_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_9_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_10_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_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 //pkg/server/tests/commontest:commontest_test (17/50 cached) PASSED in 21.2s Stats over 50 runs: max = 21.2s, min = 3.3s, avg = 5.7s, dev = 2.9s PASSED commontest_test.TestConnectionWillNotLeak (1.9s) PASSED commontest_test.TestProxyProtocolWithIpNoFallbackable (1.3s) PASSED commontest_test.TestProxyProtocolWithIpFallbackable (1.7s) PASSED commontest_test.TestTiDBIdleTransactionTimeout (3.3s) PASSED commontest_test.TestChunkReuseCorruptSysVarString (1.4s) PASSED commontest_test.TestSandBoxMode (1.4s) PASSED commontest_test.TestExtensionConnEvent (1.6s) PASSED commontest_test.TestRcReadCheckTS (1.3s) PASSED commontest_test.TestLocalhostClientMapping (1.6s) PASSED commontest_test.TestTopSQLResourceTag (1.6s) PASSED commontest_test.TestTopSQLStatementStats4 (4.9s) PASSED commontest_test.TestTopSQLStatementStats3 (5.0s) PASSED commontest_test.TestLazyRowIterator (2.0s) PASSED commontest_test.TestPrepareCount (1.4s) PASSED commontest_test.TestSQLModeIsLoadedBeforeQuery (1.4s) PASSED commontest_test.TestVectorTypeTextProtocol (1.4s) PASSED commontest_test.TestConnectionCount (3.5s) PASSED commontest_test.TestVectorTypeBinaryProtocol (1.5s) PASSED commontest_test.TestTypeAndCharsetOfSendLongData (1.3s) PASSED commontest_test.TestVectorTypeGORM (1.4s) PASSED commontest_test.TestIssue53634 (1.4s) PASSED commontest_test.TestRegression (1.6s) PASSED commontest_test.TestIssue54254 (1.3s) PASSED commontest_test.TestUint64 (1.3s) PASSED commontest_test.TestTopSQLStatementStats2 (2.0s) PASSED commontest_test.TestAuthSocket (1.0s) PASSED commontest_test.TestSpecialType (1.2s) PASSED commontest_test.TestPreparedString (1.4s) PASSED commontest_test.TestTopSQLStatementStats (3.0s) PASSED commontest_test.TestPreparedTimestamp (1.1s) PASSED commontest_test.TestErrorCode (1.0s) PASSED commontest_test.TestAuth (1.3s) PASSED commontest_test.TestIssues (1.0s) PASSED commontest_test.TestDBNameEscape (1.0s) PASSED commontest_test.TestTopSQLCPUProfile (12.3s) PASSED commontest_test.TestStatusAPI (1.0s) PASSED commontest_test.TestResultFieldTableIsNull (1.1s) PASSED commontest_test.TestStatusPort (0.9s) PASSED commontest_test.TestSocketForwarding (1.0s) PASSED commontest_test.TestMultiStatements (1.2s) PASSED commontest_test.TestSocketAndIp (1.1s) PASSED commontest_test.TestSocket (1.1s) PASSED commontest_test.TestOnlySocket (1.1s) PASSED commontest_test.TestSystemTimeZone (1.0s) PASSED commontest_test.TestInternalSessionTxnStartTS (1.0s) PASSED commontest_test.TestClientWithCollation (1.0s) PASSED commontest_test.TestCreateTableFlen (1.0s) PASSED commontest_test.TestFieldList (1.0s) PASSED commontest_test.TestShowTablesFlen (1.1s) PASSED commontest_test.TestClientErrors (1.0s) PASSED commontest_test.TestInitConnect (1.0s) PASSED commontest_test.TestSumAvg (0.9s) PASSED commontest_test.TestNullFlag (1.0s) PASSED commontest_test.TestNO_DEFAULT_VALUEFlag (1.0s) PASSED commontest_test.TestPessimisticInsertSelectForUpdate (1.0s) PASSED commontest_test.TestGracefulShutdown (3.5s) PASSED commontest_test.TestTopSQLCatchRunningSQL (16.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_40_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_1_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_3_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_38_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_8_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_9_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_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_36_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_14_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_20_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_21_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_23_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_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_26_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_29_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_31_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_34_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_35_of_50/coverage.dat //pkg/server:server_test (16/50 cached) PASSED in 32.8s Stats over 50 runs: max = 32.8s, min = 0.9s, avg = 3.7s, dev = 5.6s PASSED server.TestUptime (1.4s) PASSED server.TestSeverHealth (1.5s) PASSED server.TestGetConAttrs (1.4s) PASSED server.TestIssue46197 (1.6s) PASSED server.TestMockConn (1.5s) PASSED server.TestConvertColumnInfo (0.0s) PASSED server.TestIssue54335 (3.2s) PASSED server.TestConnAddMetrics (1.4s) PASSED server.TestCloseConn (1.4s) PASSED server.TestStats (1.2s) PASSED server.TestEmptyOrgName (1.3s) PASSED server.TestLDAPAuthSwitch (1.3s) PASSED server.TestProcessInfoForExecuteCommand (0.8s) PASSED server.TestAuthSha (0.8s) PASSED server.TestExtensionChangeUser (0.8s) PASSED server.TestOkEof (0.7s) PASSED server.TestMaxAllowedPacket (0.0s) PASSED server.TestAuthSessionTokenPlugin (0.8s) PASSED server.TestInitStatsSessionBlockGC (4.9s) PASSED server.TestParseExecArgs (0.0s) PASSED server.TestDateTimeTypes (1.4s) PASSED server.TestRcReadCheckTSConflict (1.4s) PASSED server.TestAuthPlugin2 (0.7s) PASSED server.TestMemoryLeak (30.2s) PASSED server.TestParseExecArgsAndEncode (0.0s) PASSED server.TestCursorExistsFlag (1.3s) PASSED server.TestRcReadCheckTSConflictExtra (1.5s) PASSED server.TestCursorWithParams (0.8s) PASSED server.TestUserConnectionCount (0.8s) PASSED server.TestChangeUserAuth (0.7s) PASSED server.TestCursorDetachMemTracker (0.8s) PASSED server.TestMemoryTrackForPrepareBinaryProtocol (0.8s) PASSED server.TestHandleAuthPlugin (0.8s) PASSED server.TestCursorFetchExecuteWithOpenCursor (0.8s) PASSED server.TestCursorFetchReset (0.8s) PASSED server.TestShowErrors (0.7s) PASSED server.TestCursorFetchSendLongData (0.8s) PASSED server.TestCursorFetchSendLongDataReset (0.8s) PASSED server.TestIssue33699 (0.8s) PASSED server.TestMalformHandshakeHeader (0.0s) PASSED server.TestParseHandshakeResponse (0.0s) PASSED server.TestIssue1768 (0.0s) PASSED server.TestInitialHandshake (0.8s) PASSED server.TestDispatch (0.8s) PASSED server.TestTiFlashFallback (6.6s) PASSED server.TestDispatchClientProtocol41 (0.8s) PASSED server.TestGetSessionVarsWaitTimeout (0.8s) PASSED server.TestPrefetchPartitionTable (0.7s) PASSED server.TestQueryEndWithZero (0.8s) PASSED server.TestPrefetchBatchPointGet (0.8s) PASSED server.TestShutDown (1.3s) PASSED server.TestCommitWaitGroup (0.9s) PASSED server.TestPrefetchPointKeys4Delete (0.8s) PASSED server.TestPrefetchPointKeys4Update (0.8s) PASSED server.TestConnExecutionTimeout (26.3s) /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_1_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_32_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 /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_5_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_6_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_30_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_29_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_11_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_13_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_15_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_17_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_18_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_27_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_26_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_23_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_21_of_50/coverage.dat //pkg/statistics/handle/autoanalyze/exec:exec_test PASSED in 3.0s PASSED exec_test.TestExecAutoAnalyzes (0.8s) PASSED exec_test.TestKillInWindows (0.8s) /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.7s PASSED util_test.TestCallSCtxFailed (0.9s) PASSED util_test.TestIsSpecialGlobalIndex (0.9s) /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 5.5s PASSED mockcopr.TestResolvedLargeTxnLocks (1.0s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/store/mockstore/mockcopr/mockcopr_test/coverage.dat //pkg/statistics/asyncload:asyncload_test PASSED in 3.9s Stats over 4 runs: max = 3.9s, min = 3.8s, avg = 3.8s, dev = 0.0s PASSED asyncload_test.TestLoadStatisticsAfterIndexDrop (2.8s) PASSED asyncload_test.TestLoadIndexStatisticsAfterTableDrop (2.8s) PASSED asyncload_test.TestLoadStatisticsAfterColumnDrop (2.8s) PASSED asyncload_test.TestLoadColumnStatisticsAfterTableDrop (2.8s) /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 5.7s Stats over 4 runs: max = 5.7s, min = 3.7s, avg = 4.6s, dev = 0.7s PASSED initstats_test.TestDropTableBeforeNonLiteInitStats (1.0s) PASSED initstats_test.TestDropTableBeforeConcurrentlyInitStats (1.1s) PASSED initstats_test.TestConcurrentlyInitStatsWithoutMemoryLimit (1.3s) PASSED initstats_test.TestConcurrentlyInitStatsWithMemoryLimit (1.3s) /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_3_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_1_of_4/coverage.dat //pkg/structure:structure_test PASSED in 4.8s Stats over 4 runs: max = 4.8s, min = 3.5s, avg = 4.1s, dev = 0.5s PASSED structure.TestError (0.0s) PASSED structure.TestString (0.9s) PASSED structure.TestHash (0.9s) PASSED structure.TestList (0.9s) /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_1_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 //pkg/store/copr/copr_test:copr_test_test PASSED in 7.0s Stats over 5 runs: max = 7.0s, min = 3.7s, avg = 5.2s, dev = 1.4s PASSED copr_test_test.TestDMLWithLiteCopWorker (2.0s) PASSED copr_test_test.TestBuildCopIteratorWithRowCountHint (0.0s) PASSED copr_test_test.TestQueryWithConcurrentSmallCop (1.6s) PASSED copr_test_test.TestBuildCopIteratorWithBatchStoreCopr (0.0s) PASSED copr_test_test.TestBuildCopIteratorWithRunawayChecker (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_1_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_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_3_of_5/coverage.dat //pkg/sessiontxn/staleread:staleread_test PASSED in 4.6s Stats over 6 runs: max = 4.6s, min = 2.1s, avg = 2.9s, dev = 1.1s PASSED staleread_test.TestExternalTimestampReadonly (0.8s) PASSED staleread_test.TestStaleReadReplicaReadScope (0.7s) PASSED staleread_test.TestStaleReadProcessorWithSelectTable (0.9s) PASSED staleread_test.TestStaleReadTxnScope (0.8s) PASSED staleread_test.TestStaleReadProcessorWithExecutePreparedStmt (0.9s) PASSED staleread_test.TestStaleReadProcessorInTxn (0.9s) /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/staleread/staleread_test/shard_1_of_6/coverage.dat /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_2_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_3_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 //pkg/statistics/handle/autoanalyze/refresher:refresher_test PASSED in 5.7s Stats over 10 runs: max = 5.7s, min = 3.9s, avg = 4.9s, dev = 0.6s PASSED refresher_test.TestWorker (1.2s) 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.3s) PASSED refresher_test.TestDoNotRetryTableNotExistJob (1.1s) PASSED refresher_test.TestAnalyzeHighestPriorityTablesConcurrently (1.4s) PASSED refresher_test.TestAnalyzeHighestPriorityTables (1.4s) PASSED refresher_test.TestIgnoreTinyTable (1.2s) PASSED refresher_test.TestIgnoreNilOrPseudoStatsOfNonPartitionedTable (1.0s) PASSED refresher_test.TestChangePruneMode (1.4s) PASSED refresher_test.TestIgnoreNilOrPseudoStatsOfPartitionedTable (0.9s) PASSED refresher_test.TestSkipAnalyzeTableWhenAutoAnalyzeRatioIsZero (1.3s) /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_1_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 //pkg/statistics/handle/usage:usage_test PASSED in 7.3s Stats over 10 runs: max = 7.3s, min = 3.4s, avg = 5.4s, dev = 1.0s PASSED usage.TestInsertAndDelete (0.0s) PASSED usage.TestAnalyzeNoPredicateColumnsWithPrimaryKey (0.9s) PASSED usage.TestGCIndexUsage (3.1s) PASSED usage.TestAnalyzeWithNoPredicateColumnsAndNoIndexes (1.0s) PASSED usage.TestCleanupPredicateColumns (0.9s) PASSED usage.TestAnalyzeNoPredicateColumnsWithIndexes (1.0s) PASSED usage.TestAnalyzeTableWithPredicateColumns (1.1s) PASSED usage.TestAnalyzeTableWhenV1StatsExists (1.0s) PASSED usage.TestAnalyzeTableWithTiDBPersistAnalyzeOptionsEnabled (1.1s) PASSED usage.TestAnalyzeTableWithTiDBPersistAnalyzeOptionsDisabled (1.0s) /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_1_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_2_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_3_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_4_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 //pkg/statistics/handle/autoanalyze:autoanalyze_test PASSED in 5.6s Stats over 15 runs: max = 5.6s, min = 1.6s, avg = 4.1s, dev = 1.0s PASSED autoanalyze_test.TestAutoAnalyzeWithVectorIndex (0.9s) PASSED autoanalyze_test.TestEnableAutoAnalyzePriorityQueue (1.0s) PASSED autoanalyze_test.TestSkipAutoAnalyzeOutsideTheAvailableTime (1.0s) PASSED autoanalyze_test.TestAutoAnalyzeLockedTable (1.0s) PASSED autoanalyze_test.TestCleanupCorruptedAnalyzeJobsOnDeadInstances (0.0s) PASSED autoanalyze_test.TestCleanupCorruptedAnalyzeJobsOnCurrentInstance (0.0s) PASSED autoanalyze_test.TestAutoAnalyzeWithPredicateColumns (1.1s) PASSED autoanalyze_test.TestAutoAnalyzeOutOfSpecifiedTime (1.2s) PASSED autoanalyze_test.TestDisableAutoAnalyze (1.3s) PASSED autoanalyze_test.TestAutoAnalyzeOnEmptyTable (1.2s) PASSED autoanalyze_test.TestDisableAutoAnalyzeWithAnalyzeAllColumnsOptions (1.3s) PASSED autoanalyze_test.TestAutoAnalyzeSkipColumnTypes (1.1s) PASSED autoanalyze_test.TestAutoAnalyzeOnChangeAnalyzeVer (1.3s) PASSED autoanalyze_test.TestNeedAnalyzeTable (0.0s) PASSED autoanalyze_test.TestTableAnalyzed (1.0s) /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_1_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_2_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_3_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_4_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_5_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_6_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 //pkg/statistics/handle/handletest/lockstats:lockstats_test PASSED in 5.9s Stats over 21 runs: max = 5.9s, min = 3.4s, avg = 4.5s, dev = 0.6s PASSED lockstats_test.TestDeltaInLockInfoCanBeNegative (1.0s) PASSED lockstats_test.TestLockAndUnlockPartitionStats (1.2s) PASSED lockstats_test.TestUnlockPartitionedTableWouldUpdateGlobalCountCorrectly (1.1s) PASSED lockstats_test.TestLockAndUnlockPartitionsStats (1.2s) PASSED lockstats_test.TestTruncateTableShouldCleanUpLockInfo (1.0s) PASSED lockstats_test.TestLockAndUnlockPartitionStatsRepeatedly (1.1s) PASSED lockstats_test.TestUnlockOnePartitionOfLockedTableWouldFail (1.0s) PASSED lockstats_test.TestSkipLockPartition (1.1s) PASSED lockstats_test.TestDropTableShouldCleanUpLockInfo (1.0s) PASSED lockstats_test.TestUnlockTheUnlockedTableWouldGenerateWarning (1.1s) PASSED lockstats_test.TestSkipLockALotOfPartitions (0.8s) PASSED lockstats_test.TestReorganizePartitionShouldCleanUpLockInfo (1.2s) PASSED lockstats_test.TestLockAndUnlockTablesStats (1.5s) PASSED lockstats_test.TestDropPartitionShouldCleanUpLockInfo (1.1s) PASSED lockstats_test.TestTruncatePartitionShouldCleanUpLockInfo (1.1s) PASSED lockstats_test.TestLockTableAndUnlockTableStatsRepeatedly (1.0s) PASSED lockstats_test.TestExchangePartitionShouldChangeNothing (1.1s) PASSED lockstats_test.TestNewPartitionShouldBeLockedIfWholeTableLocked (1.1s) PASSED lockstats_test.TestUnlockSomePartitionsWouldUpdateGlobalCountCorrectly (1.1s) PASSED lockstats_test.TestLockAndUnlockPartitionedTableStats (1.1s) PASSED lockstats_test.TestLockAndUnlockTableStats (1.0s) /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_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_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_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_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_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_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_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_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_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_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_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_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_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_16_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_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 //pkg/statistics/handle/ddl:ddl_test PASSED in 6.2s Stats over 22 runs: max = 6.2s, min = 1.7s, avg = 3.4s, dev = 1.2s PASSED ddl_test.TestDumpStatsDeltaBeforeHandleAddColumnEvent (0.8s) PASSED ddl_test.TestDDLAfterLoad (1.4s) PASSED ddl_test.TestDDLTable (0.8s) PASSED ddl_test.TestDumpStatsDeltaBeforeHandleDDLEvent (0.7s) PASSED ddl_test.TestSystemTableDDLHasNoEvent (1.0s) PASSED ddl_test.TestTruncateTable (0.8s) PASSED ddl_test.TestExchangePartition (0.9s) PASSED ddl_test.TestTruncateAPartitionedTable (0.9s) PASSED ddl_test.TestDDLHistogram (1.1s) PASSED ddl_test.TestDropSchema (0.9s) PASSED ddl_test.TestReorgPartitions (1.1s) PASSED ddl_test.TestDDLPartition (1.4s) PASSED ddl_test.TestIncreasePartitionCountOfHashPartitionTable (1.0s) PASSED ddl_test.TestAddPartitioning (1.0s) PASSED ddl_test.TestDecreasePartitionCountOfHashPartitionTable (1.0s) PASSED ddl_test.TestTruncateAPartition (1.1s) PASSED ddl_test.TestTruncateAHashPartition (1.1s) PASSED ddl_test.TestRemovePartitioning (1.2s) PASSED ddl_test.TestTruncatePartitions (1.1s) PASSED ddl_test.TestDropAPartition (1.1s) PASSED ddl_test.TestDropPartitions (1.1s) PASSED ddl_test.TestExchangeAPartition (1.4s) /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_21_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_4_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_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_19_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_7_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_18_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_12_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_13_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_15_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/statistics/handle/updatetest:updatetest_test PASSED in 6.0s Stats over 23 runs: max = 6.0s, min = 3.3s, avg = 5.0s, dev = 0.7s PASSED updatetest_test.TestAutoAnalyzePartitionTableAfterAddingIndex (1.2s) PASSED updatetest_test.TestNotDumpSysTable (0.9s) PASSED updatetest_test.TestFillMissingStatsMeta (1.0s) PASSED updatetest_test.TestStatsLockForDelta (1.1s) PASSED updatetest_test.TestStatsLockUnlockForAutoAnalyze (1.2s) PASSED updatetest_test.TestColumnTracking (1.0s) PASSED updatetest_test.TestCollectPredicateColumnsFromExecute (1.9s) PASSED updatetest_test.TestRollback (0.9s) PASSED updatetest_test.TestDumpColumnStatsUsage (1.0s) PASSED updatetest_test.TestSingleSessionInsert (1.0s) PASSED updatetest_test.TestMultiSession (1.0s) PASSED updatetest_test.TestTxnWithFailure (1.0s) PASSED updatetest_test.TestAutoAnalyzeRatio (1.3s) PASSED updatetest_test.TestUpdatePartition (0.9s) PASSED updatetest_test.TestAutoUpdatePartition (1.1s) PASSED updatetest_test.TestAutoUpdate (1.5s) PASSED updatetest_test.TestSplitRange (0.0s) PASSED updatetest_test.TestIssue25700 (1.1s) PASSED updatetest_test.TestMergeTopN (0.0s) PASSED updatetest_test.TestOutOfOrderUpdate (0.9s) PASSED updatetest_test.TestLoadHistCorrelation (1.0s) PASSED updatetest_test.TestAutoUpdatePartitionInDynamicOnlyMode (1.3s) PASSED updatetest_test.TestStatsVariables (0.9s) /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_2_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_1_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_4_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_5_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 /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_9_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_12_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_11_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 //pkg/store:store_test PASSED in 42.5s Stats over 23 runs: max = 42.5s, min = 0.9s, avg = 4.8s, dev = 11.6s 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.1s) PASSED store.TestSeekMin (0.0s) PASSED store.TestRollback (0.0s) PASSED store.TestBasicTable (0.0s) PASSED store.TestBasicSeek (0.0s) PASSED store.TestSetNil (0.0s) PASSED store.TestDelete2 (0.0s) PASSED store.TestDelete (0.0s) PASSED store.TestInc (0.0s) PASSED store.TestSeek (0.0s) PASSED store.TestGetSet (0.0s) PASSED store.TestNew (0.0s) PASSED store.TestNewEtcdCliGetEtcdAddrs (0.0s) PASSED store.TestStoreErr (41.1s) PASSED store.TestStoreSwitchPeer (41.6s) /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_1_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 //pkg/sessiontxn:sessiontxn_test PASSED in 3.1s Stats over 25 runs: max = 3.1s, min = 1.7s, avg = 2.0s, dev = 0.3s PASSED sessiontxn_test.TestRcWaitTSInSlowLog (0.8s) PASSED sessiontxn_test.TestConflictErrorsUseRcWriteCheckTs (0.8s) PASSED sessiontxn_test.TestRcTSOCmdCountForTextSQLExecuteExtra (0.8s) PASSED sessiontxn_test.TestTxnContextInExplicitTxn (0.8s) PASSED sessiontxn_test.TestTxnContextForSimpleCases (0.8s) PASSED sessiontxn_test.TestRcTSOCmdCountForTextSQLExecuteNormal (1.0s) PASSED sessiontxn_test.TestTxnContextWithAutocommitFalse (0.8s) PASSED sessiontxn_test.TestTxnContextBeginInUnfinishedTxn (0.8s) PASSED sessiontxn_test.TestRcTSOCmdCountForPrepareExecuteExtra (0.9s) PASSED sessiontxn_test.TestTxnContextInRC (0.8s) PASSED sessiontxn_test.TestTxnContextInPessimisticKeyConflict (0.8s) PASSED sessiontxn_test.TestRcTSOCmdCountForPrepareExecuteNormal (1.0s) PASSED sessiontxn_test.TestTxnContextForHistoricalRead (0.9s) PASSED sessiontxn_test.TestTxnContextForStaleRead (2.1s) PASSED sessiontxn_test.TestSnapshotInterceptor (0.7s) PASSED sessiontxn_test.TestTxnContextForPrepareExecute (0.8s) PASSED sessiontxn_test.TestStaleReadInPrepare (1.0s) PASSED sessiontxn_test.TestTxnContextForStaleReadInPrepare (1.1s) PASSED sessiontxn_test.TestTxnContextPreparedStmtWithForUpdate (0.8s) PASSED sessiontxn_test.TestGetSnapshot (0.8s) PASSED sessiontxn_test.TestGetSnapshot/Optimistic (0.0s) PASSED sessiontxn_test.TestGetSnapshot/Pessimistic_Read_Committed (0.0s) PASSED sessiontxn_test.TestGetSnapshot/Pessimistic_Repeatable_Read (0.0s) PASSED sessiontxn_test.TestGetSnapshot/Pessimistic_Serializable (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry (1.5s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#00 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#01 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#02 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#03 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#04 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#05 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#06 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#07 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#08 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#09 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#10 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#11 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#12 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#13 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#14 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#15 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#16 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#17 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#18 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#19 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#20 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#21 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#22 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#23 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#24 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#25 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#26 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#27 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#28 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#29 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#30 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#31 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#32 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#33 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#34 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#35 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#36 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#37 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#38 (0.0s) PASSED sessiontxn_test.TestStillWriteConflictAfterRetry/#39 (0.0s) PASSED sessiontxn_test.TestOptimisticTxnRetryInPessimisticMode (1.1s) 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.TestTSOCmdCountForPrepareExecute (0.9s) PASSED sessiontxn_test.TestEnterNewTxn (0.7s) 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 (0.9s) /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_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 /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_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_21_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_6_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_7_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_19_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_10_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_12_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_13_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_15_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 //pkg/statistics/handle/storage:storage_test PASSED in 6.8s Stats over 27 runs: max = 6.8s, min = 2.9s, avg = 4.6s, dev = 1.0s PASSED storage_test.TestFailedToHandleSlowStatsSaving (0.9s) PASSED storage_test.TestSlowStatsSavingForPartitionedTable (1.1s) PASSED storage_test.TestConversion (1.1s) PASSED storage_test.TestSlowStatsSaving (1.0s) PASSED storage_test.TestDumpGlobalStats (1.1s) PASSED storage_test.TestLoadGlobalStats (1.1s) PASSED storage_test.TestUpdateStatsMetaVersionForGC (1.2s) PASSED storage_test.TestLoadPartitionStats (2.2s) PASSED storage_test.TestLoadPredicateColumns (1.1s) PASSED storage_test.TestDumpPartitions (1.3s) PASSED storage_test.TestLoadPartitionStatsErrPanic (1.8s) PASSED storage_test.TestDumpAlteredTable (1.0s) PASSED storage_test.TestDumpCMSketchWithTopN (0.9s) PASSED storage_test.TestDumpPseudoColumns (0.9s) PASSED storage_test.TestDumpVer2Stats (1.0s) PASSED storage_test.TestLoadStats (0.9s) PASSED storage_test.TestDumpExtendedStats (1.0s) PASSED storage_test.TestJSONTableToBlocks (1.1s) PASSED storage_test.TestLoadStatsForNewCollation (1.1s) PASSED storage_test.TestLoadStatsFromOldVersion (1.0s) PASSED storage_test.TestPersistStats (1.2s) PASSED storage_test.TestGCStats (1.1s) PASSED storage_test.TestGCPartition (1.1s) PASSED storage_test.TestGCExtendedStats (1.0s) PASSED storage_test.TestDeleteAnalyzeJobs (0.8s) PASSED storage_test.TestExtremCaseOfGC (0.8s) PASSED storage_test.TestGCColumnStatsUsage (1.0s) /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_1_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_2_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_24_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_5_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_6_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_9_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_12_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_11_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_13_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_16_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_18_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_21_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_20_of_27/coverage.dat //pkg/sessiontxn/isolation:isolation_test PASSED in 5.9s Stats over 28 runs: max = 5.9s, min = 2.0s, avg = 4.2s, dev = 0.9s PASSED isolation_test.TestTidbSnapshotVarInSerialize (0.9s) PASSED isolation_test.TestSerializableInitialize (0.9s) PASSED isolation_test.TestSerializableInitialize/#00 (0.0s) PASSED isolation_test.TestSerializableInitialize/#01 (0.0s) PASSED isolation_test.TestSerializableInitialize/#02 (0.0s) PASSED isolation_test.TestSerializableInitialize/#03 (0.0s) PASSED isolation_test.TestSerializableInitialize/#04 (0.0s) PASSED isolation_test.TestSerializableInitialize/#05 (0.0s) PASSED isolation_test.TestPessimisticSerializableTxnContextProviderLockError (0.8s) PASSED isolation_test.TestOptimisticTxnContextProviderTS (0.9s) PASSED isolation_test.TestPessimisticSerializableTxnProviderTS (0.8s) PASSED isolation_test.TestOptimisticHandleError (0.8s) PASSED isolation_test.TestIssue41194 (1.0s) PASSED isolation_test.TestTidbSnapshotVarInOptimisticTxn (0.9s) PASSED isolation_test.TestRRWaitTSTimeInSlowLog (1.0s) PASSED isolation_test.TestPessimisticRCTxnContextProviderRCCheck (1.0s) PASSED isolation_test.TestPessimisticRCTxnContextProviderRCCheckForPrepareExecute (1.0s) PASSED isolation_test.TestConflictErrorInOtherQueryContainingPointGet (0.9s) PASSED isolation_test.TestPessimisticRCTxnContextProviderLockError (0.9s) PASSED isolation_test.TestPessimisticRCTxnContextProviderTS (0.9s) PASSED isolation_test.TestConflictErrorInUpdateInRR (0.9s) PASSED isolation_test.TestRCProviderInitialize (1.0s) PASSED isolation_test.TestRCProviderInitialize/#00 (0.0s) PASSED isolation_test.TestRCProviderInitialize/#01 (0.0s) PASSED isolation_test.TestRCProviderInitialize/#02 (0.0s) PASSED isolation_test.TestRCProviderInitialize/#03 (0.0s) PASSED isolation_test.TestRCProviderInitialize/#04 (0.0s) PASSED isolation_test.TestRCProviderInitialize/#05 (0.0s) PASSED isolation_test.TestTidbSnapshotVarInRC (1.0s) PASSED isolation_test.TestConflictErrorsInRC (0.9s) PASSED isolation_test.TestConflictErrorInDeleteInRR (0.8s) PASSED isolation_test.TestFailedDMLConsistency1 (1.1s) PASSED isolation_test.TestFailedDMLConsistency2 (1.0s) PASSED isolation_test.TestConflictErrorInPointGetForUpdateInRR (0.9s) PASSED isolation_test.TestPessimisticRRErrorHandle (0.9s) PASSED isolation_test.TestRepeatableReadProviderTS (0.9s) PASSED isolation_test.TestRepeatableReadProviderInitialize (1.0s) 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.TestOptimizeWithPlanInPessimisticRR (0.9s) PASSED isolation_test.TestConflictErrorInInsertInRR (0.9s) PASSED isolation_test.TestTidbSnapshotVarInPessimisticRepeatableRead (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_27_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_1_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_2_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_3_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_4_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_22_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_7_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_8_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_20_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_19_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_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 /home/jenkins/.tidb/tmp/48a9e14a84b4fcc1d7be5266208a88ff/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/sessiontxn/isolation/isolation_test/shard_16_of_28/coverage.dat //pkg/statistics/handle/globalstats:globalstats_test FLAKY, failed in 1 out of 28 in 8.0s Stats over 28 runs: max = 8.0s, min = 1.7s, avg = 5.0s, dev = 1.3s PASSED globalstats.TestMergePartTopN2GlobalTopNWithHists (0.0s) PASSED globalstats.TestMergePartTopN2GlobalTopNWithoutHists (0.0s) PASSED globalstats.TestMergeGlobalStatsForCMSketch (1.0s) PASSED globalstats.TestShowGlobalStatsWithAsyncMergeGlobal (1.3s) PASSED globalstats.TestGlobalStatsAndSQLBindingWithConcurrency (1.6s) PASSED globalstats.TestShowGlobalStatsWithoutAsyncMergeGlobal (1.3s) PASSED globalstats.TestGlobalStatsPanicInIOWorker (1.2s) PASSED globalstats.TestGlobalStatsAndSQLBinding (1.6s) PASSED globalstats.TestGlobalStatsWithCMSketchErr (1.1s) PASSED globalstats.TestIssues24349WithConcurrency (1.1s) PASSED globalstats.TestGlobalStatsWithHistogramAndTopNErr (1.2s) PASSED globalstats.TestGlobalStatsPanicInCPUWorker (1.1s) PASSED globalstats.TestIssues24349 (1.1s) PASSED globalstats.TestBuildGlobalLevelStats (1.7s) PASSED globalstats.TestGlobalStatsPanicSametime (3.2s) PASSED globalstats.TestGlobalStatsData (1.0s) PASSED globalstats.TestGlobalIndexStatistics (2.7s) PASSED globalstats.TestGlobalStatsErrorSametime (3.1s) PASSED globalstats.TestGlobalStatsHealthy (1.1s) PASSED globalstats.TestGlobalStatsData2 (1.5s) PASSED globalstats.TestGlobalStatsData2WithConcurrency (1.8s) PASSED globalstats.TestGlobalStatsData3 (1.6s) PASSED globalstats.TestGlobalStatsVersion (1.4s) PASSED globalstats.TestDDLPartition4GlobalStats (1.3s) PASSED globalstats.TestGlobalStats (1.5s) PASSED globalstats.TestGlobalStatsNDV (1.6s) PASSED globalstats.TestGlobalStatsIndexNDV (2.9s) /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_25_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_24_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_3_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_4_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_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_21_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_7_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_20_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_10_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_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_16_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_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:statistics_test PASSED in 7.8s Stats over 38 runs: max = 7.8s, min = 3.2s, avg = 4.7s, dev = 0.9s PASSED statistics.TestCloneColAndIdxExistenceMap (0.0s) PASSED statistics.TestBenchDaily (0.0s) PASSED statistics.TestCMSketchCoding (0.0s) PASSED statistics.TestCMSketch (0.2s) PASSED statistics.TestPruneTopN (0.0s) PASSED statistics.TestSortTopnMeta (0.0s) PASSED statistics.TestCMSketchCodingTopN (0.0s) PASSED statistics.TestTopNScale (0.0s) PASSED statistics.TestTruncateHistogram (0.0s) PASSED statistics.TestCMSketchTopNUniqueData (0.8s) PASSED statistics.TestCMSketchTopN (1.1s) PASSED statistics.TestMergeHistogram (0.0s) PASSED statistics.TestValueToString4InvalidKey (0.0s) PASSED statistics.TestMergePartitionLevelHist (0.0s) PASSED statistics.TestMergeBucketNDV (0.0s) PASSED statistics.TestStandardizeForV2AnalyzeIndex (0.0s) PASSED statistics.TestIndexQueryBytes (0.0s) PASSED statistics.TestChangeVerTo2BehaviorWithPersistedOptions (1.1s) PASSED statistics.TestChangeVerTo2Behavior (1.1s) PASSED statistics.TestEnumRangeValues (0.0s) PASSED statistics.TestExpBackoffEstimation (1.0s) PASSED statistics.TestNULLOnFullSampling (1.0s) PASSED statistics.TestAnalyzeSnapshot (1.0s) PASSED statistics.TestOutdatedStatsCheck (1.1s) PASSED statistics.TestShowHistogramsLoadStatus (1.0s) PASSED statistics.TestSingleColumnIndexNDV (1.1s) PASSED statistics.TestColumnStatsLazyLoad (1.0s) PASSED statistics.TestUpdateNotLoadIndexFMSketch (1.0s) PASSED statistics.TestIssue44369 (1.0s) PASSED statistics.TestCalcFraction (0.0s) PASSED statistics.TestTableLastAnalyzeVersion (1.1s) PASSED statistics.TestDistributedWeightedSampling (0.3s) PASSED statistics.TestWeightedSampling (0.1s) PASSED statistics.TestLastAnalyzeVersionNotChangedWithAsyncStatsLoad (1.1s) PASSED statistics.TestStatistics (1.2s) PASSED statistics.TestStatistics/SubTestBuild (0.3s) PASSED statistics.TestStatistics/SubTestColumnRange (0.1s) PASSED statistics.TestStatistics/SubTestFMSketchCoding (0.2s) PASSED statistics.TestStatistics/SubTestHistogramProtoConversion (0.1s) PASSED statistics.TestStatistics/SubTestIndexRanges (0.1s) PASSED statistics.TestStatistics/SubTestIntColumnRanges (0.2s) PASSED statistics.TestStatistics/SubTestSketch (0.1s) PASSED statistics.TestStatistics/SubTestSketchProtoConversion (0.1s) PASSED statistics.TestBuildStatsOnRowSample (0.0s) PASSED statistics.TestSampleSerial (0.1s) PASSED statistics.TestSampleSerial/SubTestCollectColumnStats (0.0s) PASSED statistics.TestSampleSerial/SubTestCollectorProtoConversion (0.0s) PASSED statistics.TestSampleSerial/SubTestMergeSampleCollector (0.0s) PASSED statistics.TestGlobalIndexWithAnalyzeVersion1AndHistoricalStats (3.3s) /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_1_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_37_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_8_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_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_36_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_11_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_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_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_35_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_18_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_20_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_22_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_24_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_34_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_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_28_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_32_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_27_of_38/coverage.dat //pkg/sessionctx/variable:variable_test PASSED in 5.9s Stats over 50 runs: max = 5.9s, min = 0.9s, avg = 3.6s, dev = 1.3s 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.TestDefaultMemoryDebugModeValue (0.0s) PASSED variable.TestInstanceConfigHasMatchingSysvar (0.0s) PASSED variable.TestMockAPI (0.0s) PASSED variable.TestInstanceScope (0.0s) PASSED variable.TestRemovedOpt (0.0s) PASSED variable.TestSetTIDBDistributeReorg (0.0s) PASSED variable.TestIntValidation (0.0s) PASSED variable.TestSkipInit (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.TestReadOnlyNoop (0.0s) PASSED variable.TestRegistrationOfNewSysVar (0.0s) PASSED variable.TestSession (0.0s) PASSED variable.TestSetTIDBFastDDL (0.0s) PASSED variable.TestSkipSysvarCache (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.TestIsolationRead (0.0s) PASSED variable.TestTiDBOptOn (0.0s) PASSED variable.TestTiDBServerMemoryLimit2 (0.0s) PASSED variable.TestError (0.0s) PASSED variable.TestTiDBMultiStatementMode (0.0s) PASSED variable.TestTiDBServerMemoryLimitGCTrigger (0.0s) PASSED variable.TestTransactionContextSavepoint (0.0s) PASSED variable.TestVarsutil (0.0s) PASSED variable.TestNewSessionVars (0.0s) PASSED variable.TestTableDeltaClone (0.0s) PASSED variable.TestTiDBServerMemoryLimitSessMinSize (0.0s) PASSED variable.TestNonPreparedPlanCacheStmt (0.0s) PASSED variable.TestSetAggPushDownGlobally (0.0s) PASSED variable.TestValidate (0.0s) PASSED variable.TestValidate/delay_key_write (0.0s) PASSED variable.TestValidate/delay_key_write#01 (0.0s) PASSED variable.TestValidate/delay_key_write#02 (0.0s) PASSED variable.TestValidate/delay_key_write#03 (0.0s) PASSED variable.TestValidate/enforce_gtid_consistency (0.0s) PASSED variable.TestValidate/enforce_gtid_consistency#01 (0.0s) PASSED variable.TestValidate/enforce_gtid_consistency#02 (0.0s) PASSED variable.TestValidate/foreign_key_checks (0.0s) PASSED variable.TestValidate/max_sp_recursion_depth (0.0s) PASSED variable.TestValidate/myisam_use_mmap (0.0s) PASSED variable.TestValidate/myisam_use_mmap#01 (0.0s) PASSED variable.TestValidate/secure_auth (0.0s) PASSED variable.TestValidate/secure_auth#01 (0.0s) PASSED variable.TestValidate/session_track_gtids (0.0s) PASSED variable.TestValidate/session_track_gtids#01 (0.0s) PASSED variable.TestValidate/session_track_gtids#02 (0.0s) PASSED variable.TestValidate/session_track_gtids#03 (0.0s) PASSED variable.TestValidate/tidb_allow_fallback_to_tikv (0.0s) PASSED variable.TestValidate/tidb_allow_fallback_to_tikv#01 (0.0s) PASSED variable.TestValidate/tidb_allow_fallback_to_tikv#02 (0.0s) PASSED variable.TestValidate/tidb_allow_fallback_to_tikv#03 (0.0s) PASSED variable.TestValidate/tidb_allow_fallback_to_tikv#04 (0.0s) PASSED variable.TestValidate/tidb_allow_fallback_to_tikv#05 (0.0s) PASSED variable.TestValidate/tidb_auto_analyze_start_time (0.0s) PASSED variable.TestValidate/tidb_auto_analyze_start_time#01 (0.0s) PASSED variable.TestValidate/tidb_init_chunk_size (0.0s) PASSED variable.TestValidate/tidb_init_chunk_size#01 (0.0s) PASSED variable.TestValidate/tidb_isolation_read_engines (0.0s) PASSED variable.TestValidate/tidb_isolation_read_engines#01 (0.0s) PASSED variable.TestValidate/tidb_isolation_read_engines#02 (0.0s) PASSED variable.TestValidate/tidb_isolation_read_engines#03 (0.0s) PASSED variable.TestValidate/tidb_max_chunk_size (0.0s) PASSED variable.TestValidate/tidb_max_chunk_size#01 (0.0s) PASSED variable.TestValidate/tidb_opt_concurrency_factor (0.0s) PASSED variable.TestValidate/tidb_opt_concurrency_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_copcpu_factor (0.0s) PASSED variable.TestValidate/tidb_opt_copcpu_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_correlation_exp_factor (0.0s) PASSED variable.TestValidate/tidb_opt_correlation_exp_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_correlation_threshold (0.0s) PASSED variable.TestValidate/tidb_opt_correlation_threshold#01 (0.0s) PASSED variable.TestValidate/tidb_opt_cpu_factor (0.0s) PASSED variable.TestValidate/tidb_opt_cpu_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_desc_factor (0.0s) PASSED variable.TestValidate/tidb_opt_desc_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_disk_factor (0.0s) PASSED variable.TestValidate/tidb_opt_disk_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_join_reorder_threshold (0.0s) PASSED variable.TestValidate/tidb_opt_join_reorder_threshold#01 (0.0s) PASSED variable.TestValidate/tidb_opt_memory_factor (0.0s) PASSED variable.TestValidate/tidb_opt_memory_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_network_factor (0.0s) PASSED variable.TestValidate/tidb_opt_network_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_scan_factor (0.0s) PASSED variable.TestValidate/tidb_opt_scan_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_seek_factor (0.0s) PASSED variable.TestValidate/tidb_opt_seek_factor#01 (0.0s) PASSED variable.TestValidate/tidb_opt_tiflash_concurrency_factor (0.0s) PASSED variable.TestValidate/tidb_replica_read (0.0s) PASSED variable.TestValidate/tidb_shard_allocate_step (0.0s) PASSED variable.TestValidate/tidb_shard_allocate_step#01 (0.0s) PASSED variable.TestValidate/tidb_shard_allocate_step#02 (0.0s) PASSED variable.TestValidate/tidb_txn_mode (0.0s) PASSED variable.TestValidate/tidb_txn_mode#01 (0.0s) PASSED variable.TestValidate/tidb_txn_mode#02 (0.0s) PASSED variable.TestValidate/tidb_txn_mode#03 (0.0s) PASSED variable.TestValidate/tx_isolation (0.0s) PASSED variable.TestConcurrencyVariables (0.0s) PASSED variable.TestGetReuseChunk (0.0s) PASSED variable.TestSetJobScheduleWindow (0.0s) PASSED variable.TestSysVar (0.0s) PASSED variable.TestTxnIsolation (0.0s) PASSED variable.TestHookContext (0.9s) PASSED variable.TestSetDeriveTopNGlobally (0.0s) PASSED variable.TestValidateStmtSummary (0.0s) PASSED variable.TestValidateStmtSummary/tidb_enable_stmt_summary (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_history_size (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_history_size#01 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_history_size#02 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_history_size#03 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_internal_query (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_sql_length (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_sql_length#01 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_sql_length#02 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_sql_length#03 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_stmt_count (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_stmt_count#01 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_max_stmt_count#02 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_refresh_interval (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_refresh_interval#01 (0.0s) PASSED variable.TestValidateStmtSummary/tidb_stmt_summary_refresh_interval#02 (0.0s) PASSED variable.TestAssertionLevel (0.0s) PASSED variable.TestTiDBEnableRowLevelChecksum (0.0s) PASSED variable.TestUserVars (0.0s) PASSED variable.TestStatusVar (0.0s) PASSED variable.TestTiDBAutoAnalyzeRatio (0.0s) PASSED variable.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.TestHelperFuncs (0.0s) PASSED variable.TestTiDBIgnoreInlistPlanDigest (0.0s) PASSED variable.TestUserVarConcurrently (1.0s) PASSED variable.TestTiDBOptTxnAutoRetry (0.0s) PASSED variable.TestTiFlashMaxBytes (0.0s) PASSED variable.TestGlobalSystemVariableInitialValue (0.0s) PASSED variable.TestMaxExecutionTime (0.0s) PASSED variable.TestTiDBLowResTSOUpdateInterval (0.0s) PASSED variable.TestTiFlashMemQuotaQueryPerNode (0.0s) PASSED variable.TestTiDBSchemaCacheSize (0.0s) PASSED variable.TestTiFlashQuerySpillRatio (0.0s) PASSED variable.TestSQLSelectLimit (0.0s) PASSED variable.TestTiDBTiFlashReplicaRead (0.0s) PASSED variable.TestTiDBCircuitBreakerPDMetadataErrorRateThresholdPct (0.0s) PASSED variable.TestTiFlashHashJoinVersion (0.0s) PASSED variable.TestCollationServer (0.0s) PASSED variable.TestEnableWindowFunction (0.0s) PASSED variable.TestSQLModeVar (0.0s) PASSED variable.TestSetTiDBCloudStorageURI (2.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) /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_1_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_31_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_30_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_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_7_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_9_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_10_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 /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_11_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_17_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_13_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_20_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_23_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_24_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_19_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 //pkg/statistics/handle/autoanalyze/priorityqueue:priorityqueue_test PASSED in 5.8s Stats over 50 runs: max = 5.8s, min = 1.9s, avg = 3.9s, dev = 0.9s PASSED priorityqueue.TestAddIndexTriggerAutoAnalyzeWithStatsVersion1 (1.2s) PASSED priorityqueue.TestVectorIndexTriggerAutoAnalyze (1.9s) PASSED priorityqueue.TestCalculateChangePercentage (0.0s) PASSED priorityqueue.TestCalculateChangePercentage/Analyzed_table_with_change_percentage_above_threshold (0.0s) PASSED priorityqueue.TestCalculateChangePercentage/Analyzed_table_with_change_percentage_below_threshold (0.0s) PASSED priorityqueue.TestCalculateChangePercentage/Auto_analyze_ratio_set_to_0 (0.0s) PASSED priorityqueue.TestCalculateChangePercentage/Unanalyzed_table (0.0s) PASSED priorityqueue.TestCallAPIBeforeInitialize (0.8s) 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 (0.8s) 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.TestCheckIndexesNeedAnalyze (0.0s) PASSED priorityqueue.TestCheckIndexesNeedAnalyze/Test_Index_not_analyzed (0.0s) PASSED priorityqueue.TestCheckIndexesNeedAnalyze/Test_Table_not_analyzed (0.0s) PASSED priorityqueue.TestRefreshLastAnalysisDuration (0.9s) 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 (0.9s) PASSED priorityqueue.TestDropSchemaEventWithStaticPartition (0.9s) PASSED priorityqueue.TestCheckNewlyAddedIndexesNeedAnalyzeForPartitionedTable (0.0s) PASSED priorityqueue.TestProcessDMLChangesPartitioned (1.0s) PASSED priorityqueue.TestAutoAnalysisTimeWindow (0.0s) PASSED priorityqueue.TestAutoAnalysisTimeWindow/Empty_time_window (0.0s) PASSED priorityqueue.TestAutoAnalysisTimeWindow/Outside_time_window (0.0s) PASSED priorityqueue.TestAutoAnalysisTimeWindow/Within_time_window (0.0s) PASSED priorityqueue.TestProcessDMLChangesWithRunningJobs (0.9s) PASSED priorityqueue.TestDropSchemaEventWithDynamicPartition (1.0s) PASSED priorityqueue.TestCalculateWeight (0.0s) PASSED priorityqueue.TestRequeueMustRetryJobs (0.9s) PASSED priorityqueue.TestGetSpecialEvent (0.0s) PASSED priorityqueue.TestProcessDMLChangesWithLockedTables (0.9s) PASSED priorityqueue.TestAnalyzeDynamicPartitionedTable (1.0s) PASSED priorityqueue.TestProcessDMLChangesWithLockedPartitionsAndDynamicPruneMode (0.9s) PASSED priorityqueue.TestRemovePartitioning (1.0s) PASSED priorityqueue.TestAnalyzeDynamicPartitionedTableIndexes (1.0s) PASSED priorityqueue.TestProcessDMLChangesWithLockedPartitionsAndStaticPruneMode (0.9s) PASSED priorityqueue.TestPQCanBeClosedAndReInitialized (0.9s) PASSED priorityqueue.TestValidateAndPrepareForDynamicPartitionedTable (0.9s) PASSED priorityqueue.TestPQHandlesTableDeletionGracefully (1.0s) PASSED priorityqueue.TestPerformanceOfValidateAndPrepare (0.9s) PASSED priorityqueue.TestGenSQLForAnalyzeStaticPartitionedTable (0.0s) PASSED priorityqueue.TestHeap_AddOrUpdate (0.0s) PASSED priorityqueue.TestGenSQLForAnalyzeStaticPartitionedTableIndex (0.0s) PASSED priorityqueue.TestHeapEmptyPop (0.0s) PASSED priorityqueue.TestAlterTablePartitioning (1.0s) PASSED priorityqueue.TestAnalyzeStaticPartitionedTable (0.9s) PASSED priorityqueue.TestHeap_Delete (0.0s) PASSED priorityqueue.TestHeap_GetByKey (0.0s) PASSED priorityqueue.TestHeap_Get (0.0s) PASSED priorityqueue.TestStaticPartitionedTableValidateAndPrepare (1.0s) PASSED priorityqueue.TestAnalyzeStaticPartitionedTableIndexes (1.0s) PASSED priorityqueue.TestHeap_Update (0.0s) PASSED priorityqueue.TestHeap_List (0.0s) PASSED priorityqueue.TestReorganizeTablePartition (1.2s) PASSED priorityqueue.TestHeap_ListKeys (0.0s) PASSED priorityqueue.TestHeap_IsEmpty (0.0s) PASSED priorityqueue.TestHeap_Peek (0.0s) PASSED priorityqueue.TestHeap_Len (0.0s) PASSED priorityqueue.TestStringer (0.0s) PASSED priorityqueue.TestStringer/analyze_dynamic_partition (0.0s) PASSED priorityqueue.TestStringer/analyze_dynamic_partition's_indexes (0.0s) PASSED priorityqueue.TestStringer/analyze_non-partitioned_table (0.0s) PASSED priorityqueue.TestStringer/analyze_non-partitioned_table_index (0.0s) PASSED priorityqueue.TestStringer/analyze_static_partition (0.0s) PASSED priorityqueue.TestStringer/analyze_static_partition's_index (0.0s) PASSED priorityqueue.TestGetAverageAnalysisDuration (0.9s) PASSED priorityqueue.TestGetLastFailedAnalysisDuration (0.9s) PASSED priorityqueue.TestExchangeTablePartition (1.1s) PASSED priorityqueue.TestGenSQLForNonPartitionedTable (0.0s) PASSED priorityqueue.TestIsDynamicPartitionedTableAnalysisJob (0.0s) PASSED priorityqueue.TestIsDynamicPartitionedTableAnalysisJob/dynamic_partitioned_table (0.0s) PASSED priorityqueue.TestIsDynamicPartitionedTableAnalysisJob/non-partitioned_table (0.0s) PASSED priorityqueue.TestGenSQLForNonPartitionedTableIndex (0.0s) PASSED priorityqueue.TestAnalyzeNonPartitionedTable (0.9s) PASSED priorityqueue.TestDropTablePartition (1.0s) PASSED priorityqueue.TestAnalyzeNonPartitionedIndexes (1.0s) PASSED priorityqueue.TestNonPartitionedTableValidateAndPrepare (0.9s) PASSED priorityqueue.TestValidateAndPrepareWhenOnlyHasFailedAnalysisRecords (0.9s) PASSED priorityqueue.TestHandleDDLEventsWithRunningJobs (1.0s) PASSED priorityqueue.TestTruncateTablePartition (1.0s) PASSED priorityqueue.TestTruncateTable (0.9s) PASSED priorityqueue.TestTruncatePartitionedTableWithStaticPartition (1.1s) PASSED priorityqueue.TestTruncatePartitionedTableWithDynamicPartition (1.1s) PASSED priorityqueue.TestDropPartitionedTableWithStaticPartition (1.0s) PASSED priorityqueue.TestDropTable (0.9s) PASSED priorityqueue.TestDropPartitionedTableWithDynamicPartition (1.1s) /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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_33_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_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_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_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_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_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_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_40_of_50/coverage.dat Test cases: finished with 10192 passing and 0 failing out of 10192 test cases Executed 37 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