Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/latest/pull_integration_ddl_test.groovy from git https://github.com/PingCAP-QE/ci.git Loading library tipipeline@main Library tipipeline@main is cached. Copying from home. [Pipeline] Start of Pipeline [Pipeline] readJSON [Pipeline] readTrusted Obtained pipelines/pingcap/tidb/latest/pod-pull_integration_ddl_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-pull-integration-ddl-test-8559-t9v5j-w7khj-6knjc Still waiting to schedule task ‘pingcap-tidb-pull-integration-ddl-test-8559-t9v5j-w7khj-6knjc’ is offline Agent pingcap-tidb-pull-integration-ddl-test-8559-t9v5j-w7khj-6knjc is provisioned from template pingcap_tidb_pull_integration_ddl_test_8559-t9v5j-w7khj --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/pull_integration_ddl_test/8559/" runUrl: "job/pingcap/job/tidb/job/pull_integration_ddl_test/8559/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "43f145dc4193be19c99513218e44ef7409eebc92" jenkins/label: "pingcap_tidb_pull_integration_ddl_test_8559-t9v5j" name: "pingcap-tidb-pull-integration-ddl-test-8559-t9v5j-w7khj-6knjc" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - image: "hub.pingcap.net/jenkins/centos7_golang-1.21:latest" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - 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-integration-ddl-test-8559-t9v5j-w7khj-6knjc" - name: "JENKINS_NAME" value: "pingcap-tidb-pull-integration-ddl-test-8559-t9v5j-w7khj-6knjc" - 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: medium: "" name: "workspace-volume" Running on pingcap-tidb-pull-integration-ddl-test-8559-t9v5j-w7khj-6knjc in /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $GITHUB_TOKEN [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 40 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv PROW_JOB_ID=326ec690-ac55-49f1-899b-63e1d7c25490 JENKINS_NODE_COOKIE=405612cb-728c-4912-9778-2303990e1b2b BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_integration_ddl_test/8559/ GOLANG_VERSION=1.21.6 HOSTNAME=pingcap-tidb-pull-integration-ddl-test-8559-t9v5j-w7khj-6knjc HUDSON_SERVER_COOKIE=83ef27fe9acccc92 KUBERNETES_PORT_443_TCP_PORT=443 KUBERNETES_PORT=tcp://10.233.0.1:443 TERM=xterm STAGE_NAME=Debug info BUILD_TAG=jenkins-pingcap-tidb-pull_integration_ddl_test-8559 KUBERNETES_SERVICE_PORT=443 GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/pull_integration_ddl_test","buildid":"1787472981165871104","prowjobid":"326ec690-ac55-49f1-899b-63e1d7c25490","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"b421b729c8a7c43ad7250f38e655cdda03d0ca77","base_link":"https://github.com/pingcap/tidb/commit/b421b729c8a7c43ad7250f38e655cdda03d0ca77","pulls":[{"number":52907,"author":"qw4990","sha":"f2d888a02f2b7582dfbdd69540336fb556ac0fd1","title":"Unity","link":"https://github.com/pingcap/tidb/pull/52907","commit_link":"https://github.com/pingcap/tidb/pull/52907/commits/f2d888a02f2b7582dfbdd69540336fb556ac0fd1","author_link":"https://github.com/qw4990"}]}} KUBERNETES_SERVICE_HOST=10.233.0.1 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_integration_ddl_test/ RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_integration_ddl_test/8559/display/redirect?page=changes RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_integration_ddl_test/8559/display/redirect?page=artifacts FILE_SERVER_URL=http://fileserver.pingcap.net JENKINS_HOME=/var/jenkins_home GIT_COMMIT=03312178c534dce949face80c69812d989e55009 PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_integration_ddl_test/8559/display/redirect GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct _=/usr/bin/printenv POD_CONTAINER=golang PWD=/home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test HUDSON_URL=https://do.pingcap.net/jenkins/ JOB_NAME=pingcap/tidb/pull_integration_ddl_test TZ=Asia/Shanghai BUILD_DISPLAY_NAME=#8559 JENKINS_URL=https://do.pingcap.net/jenkins/ BUILD_ID=1787472981165871104 GOLANG_DOWNLOAD_SHA256=3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4 JOB_BASE_NAME=pull_integration_ddl_test GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009 RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_integration_ddl_test/8559/display/redirect?page=tests SHLVL=3 HOME=/home/jenkins POD_LABEL=pingcap_tidb_pull_integration_ddl_test_8559-t9v5j GOROOT=/usr/local/go GIT_BRANCH=origin/main KUBERNETES_PORT_443_TCP_PROTO=tcp CI=true KUBERNETES_SERVICE_PORT_HTTPS=443 WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-a495399657aa28767a8b8897401f5fe39c602446c1e9d68b232b14329dde791e NODE_LABELS=pingcap_tidb_pull_integration_ddl_test_8559-t9v5j pingcap-tidb-pull-integration-ddl-test-8559-t9v5j-w7khj-6knjc GIT_URL=https://github.com/PingCAP-QE/ci.git HUDSON_HOME=/var/jenkins_home CLASSPATH= NODE_NAME=pingcap-tidb-pull-integration-ddl-test-8559-t9v5j-w7khj-6knjc GITHUB_TOKEN=**** GOPATH=/go JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/pull_integration_ddl_test/display/redirect BUILD_NUMBER=8559 KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1 KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443 GOLANG_DOWNLOAD_URL=https://dl.google.com/go/go1.21.6.linux-amd64.tar.gz + 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.21.6' 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 -fdebug-prefix-map=/tmp/go-build4122886081=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-pull-integration-ddl-test-8559-t9v5j-w7khj-6knjc bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-pull-integration-ddl-test-8559-t9v5j-w7khj-6knjc 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: 3701 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: 21b2a0ed8178fb08 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 14 IN A 20.205.243.166 ;; Query time: 1 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Mon May 06 13:23:22 UTC 2024 ;; MSG SIZE rcvd: 77 [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] timeout Timeout set to expire in 10 min [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-b421b72-f2d888a) 461208576 bytes in 2.72 secs (169743144 bytes/sec) [Pipeline] { [Pipeline] retry [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh git version 2.36.6 Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb/.git/ .git HEAD is now at f2d888a02f Merge remote-tracking branch 'upstream/master' into unity POST git-upload-pack (656 bytes) From https://github.com/pingcap/tidb = [up to date] master -> origin/master = [up to date] refs/pull/52907/head -> origin/pr/52907/head Previous HEAD position was f2d888a02f Merge remote-tracking branch 'upstream/master' into unity HEAD is now at b421b729c8 planner: merge fast plan cache and normal plan cache (#53033) 🚧 Checkouting to base SHA:b421b729c8a7c43ad7250f38e655cdda03d0ca77... HEAD is now at b421b729c8 planner: merge fast plan cache and normal plan cache (#53033) ✅ Checked. 🎉 🧾 HEAD info: b421b729c8a7c43ad7250f38e655cdda03d0ca77 b421b729c8 planner: merge fast plan cache and normal plan cache (#53033) 957e6ae67d planner: move MemtablePredicateExtractor interface to a unified base place. (#53031) 3ca57c1ff2 planner: fix index merge shouldn't push partial limit down when index plans are keep ordered (#52979) 🚧 Pre-merge heads of pull requests to base SHA: b421b729c8a7c43ad7250f38e655cdda03d0ca77 ... Updating b421b729c8..f2d888a02f Fast-forward pkg/planner/core/common_plans.go | 8 +- pkg/planner/core/common_unity.go | 354 ++++++++++++++++++++++++++++++++++ pkg/planner/core/common_unity_test.go | 46 +++++ pkg/planner/core/optimizer.go | 4 + pkg/planner/core/planbuilder.go | 6 + pkg/sessionctx/stmtctx/stmtctx.go | 1 + pkg/types/explain_format.go | 3 + 7 files changed, 421 insertions(+), 1 deletion(-) create mode 100644 pkg/planner/core/common_unity.go create mode 100644 pkg/planner/core/common_unity_test.go 🧾 Pre-merged result: f2d888a02f2b7582dfbdd69540336fb556ac0fd1 f2d888a02f Merge remote-tracking branch 'upstream/master' into unity b421b729c8 planner: merge fast plan cache and normal plan cache (#53033) 957e6ae67d planner: move MemtablePredicateExtractor interface to a unified base place. (#53031) ✅ Pre merged 🎉 ✅ ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // retry [Pipeline] } Cache not saved (git/pingcap/tidb/rev-b421b72-f2d888a already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb-test [Pipeline] { [Pipeline] cache Cache restored successfully (git/PingCAP-QE/tidb-test/rev-aec86817c833feb51f6f5edbde83b7710cd7dc56) 609587200 bytes in 3.69 secs (165377565 bytes/sec) [Pipeline] { [Pipeline] retry [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE using credential github-sre-bot-ssh Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@2a72f7cd; decorates RemoteLauncher[hudson.remoting.Channel@60cf9b2a:JNLP4-connect connection from 10.233.92.251/10.233.92.251:55124] will be ignored (a typical symptom is the Git executable not being run inside a designated container) > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb-test/.git # timeout=10 Fetching changes from the remote Git repository Pruning obsolete local branches Cleaning workspace > git config remote.origin.url git@github.com:PingCAP-QE/tidb-test.git # timeout=10 > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from git@github.com:PingCAP-QE/tidb-test.git > git --version # timeout=10 > git --version # 'git version 2.39.2' using GIT_SSH to set credentials [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb-test@tmp/jenkins-gitclient-ssh11686483494897755296.key > git fetch --tags --force --progress --prune -- git@github.com:PingCAP-QE/tidb-test.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Checking out Revision dae424f5f68bb55818c1e169b732f8889b04a31b (origin/master) > git rev-parse origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dae424f5f68bb55818c1e169b732f8889b04a31b # timeout=10 Commit message: "update alter table test result | tidb=pr/52967 (#2320)" [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // retry [Pipeline] } Cache not saved (git/PingCAP-QE/tidb-test/rev-f2d888a02f2b7582dfbdd69540336fb556ac0fd1 already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + '[' -f bin/tidb-server ']' + make CGO_ENABLED=1 GO111MODULE=on go build -tags codes -ldflags '-X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=v8.2.0-alpha-138-gf2d888a02f" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBBuildTS=2024-05-06 13:23:58" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitHash=f2d888a02f2b7582dfbdd69540336fb556ac0fd1" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBEdition=Community" ' -o bin/tidb-server ./cmd/tidb-server go: downloading github.com/pingcap/log v1.1.1-0.20240314023424-862ccc32f18d go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/pingcap/errors v0.11.5-0.20240318064555-6bd07397691f go: downloading github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37 go: downloading github.com/prometheus/client_golang v1.19.0 go: downloading golang.org/x/sync v0.7.0 go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20240430145241-6cb0704fce51 go: downloading github.com/tikv/pd/client v0.0.0-20240430080403-1679dbca25b3 go: downloading go.uber.org/automaxprocs v1.5.3 go: downloading github.com/google/pprof v0.0.0-20240117000934-35fc243c5815 go: downloading google.golang.org/grpc v1.63.2 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c go: downloading github.com/pingcap/kvproto v0.0.0-20240227073058-929ab83f9754 go: downloading go.uber.org/zap v1.27.0 go: downloading github.com/pingcap/tipb v0.0.0-20240318032315-55a7867ddd50 go: downloading github.com/otiai10/copy v1.2.0 go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading github.com/BurntSushi/toml v1.3.2 go: downloading golang.org/x/net v0.24.0 go: downloading github.com/uber/jaeger-client-go v2.22.1+incompatible go: downloading go.uber.org/atomic v1.11.0 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/shirou/gopsutil/v3 v3.24.2 go: downloading golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading golang.org/x/sys v0.19.0 go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/cockroachdb/errors v1.11.1 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading github.com/stretchr/testify v1.9.0 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading golang.org/x/text v0.14.0 go: downloading github.com/cloudfoundry/gosigar v1.3.6 go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading github.com/blacktear23/go-proxyprotocol v1.0.6 go: downloading github.com/gorilla/mux v1.8.0 go: downloading github.com/klauspost/compress v1.17.7 go: downloading github.com/pingcap/fn v1.0.0 go: downloading github.com/soheilhy/cmux v0.1.5 go: downloading github.com/tiancaiamao/appdash v0.0.0-20181126055449-889f96f722a2 go: downloading github.com/sourcegraph/appdash-data v0.0.0-20151005221446-73f23eafcf67 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/YangKeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/opentracing/basictracer-go v1.0.0 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading github.com/docker/go-units v0.5.0 go: downloading go.uber.org/multierr v1.11.0 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading github.com/tidwall/btree v1.7.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/pingcap/badger v1.5.1-0.20230103063557-828f39b09b6d go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/google/btree v1.1.2 go: downloading golang.org/x/time v0.5.0 go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading golang.org/x/tools v0.20.0 go: downloading github.com/dolthub/maphash v0.1.0 go: downloading github.com/prometheus/common v0.53.0 go: downloading github.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading google.golang.org/protobuf v1.33.0 go: downloading github.com/aws/aws-sdk-go v1.50.0 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading cloud.google.com/go/storage v1.36.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading github.com/cockroachdb/pebble v1.1.0 go: downloading github.com/go-resty/resty/v2 v2.11.0 go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.9 go: downloading google.golang.org/api v0.162.0 go: downloading golang.org/x/oauth2 v0.18.0 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 go: downloading github.com/go-asn1-ber/asn1-ber v1.5.4 go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/xitongsys/parquet-go v1.5.5-0.20201110004701-b09c49d6d457 go: downloading github.com/fatih/color v1.16.0 go: downloading github.com/vbauerster/mpb/v7 v7.5.3 go: downloading golang.org/x/term v0.19.0 go: downloading github.com/coreos/go-semver v0.3.1 go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.13.0 go: downloading github.com/lestrrat-go/blackmagic v1.0.2 go: downloading github.com/lestrrat-go/httprc v1.0.5 go: downloading github.com/lestrrat-go/iter v1.0.2 go: downloading github.com/lestrrat-go/option v1.0.1 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/tklauser/go-sysconf v0.3.12 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading golang.org/x/crypto v0.22.0 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/jfcg/sixb v1.3.8 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/emirpasic/gods v1.18.1 go: downloading github.com/Masterminds/semver v1.5.0 go: downloading k8s.io/api v0.28.6 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.1 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/golang/glog v1.2.0 go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go: downloading cloud.google.com/go v0.112.0 go: downloading github.com/apache/thrift v0.16.0 go: downloading github.com/kr/pretty v0.3.1 go: downloading google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading cloud.google.com/go/compute/metadata v0.2.3 go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading cloud.google.com/go/compute v1.24.0 go: downloading github.com/rivo/uniseg v0.4.6 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/ncw/directio v1.0.5 go: downloading github.com/coocood/rtutil v0.0.0-20190304133409-c84515f646f2 go: downloading github.com/coocood/bbloom v0.0.0-20190830030839-58deb6228d64 go: downloading github.com/tklauser/numcpus v0.6.1 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/rogpeppe/go-internal v1.12.0 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/golang-jwt/jwt/v5 v5.2.0 go: downloading cloud.google.com/go/iam v1.1.6 go: downloading github.com/googleapis/gax-go/v2 v2.12.0 go: downloading go.opencensus.io v0.24.0 go: downloading go.opentelemetry.io/otel v1.22.0 go: downloading go.opentelemetry.io/otel/trace v1.22.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading go.opentelemetry.io/otel/metric v1.22.0 go: downloading github.com/go-logr/logr v1.4.1 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/DataDog/zstd v1.5.5 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading k8s.io/apimachinery v0.28.6 go: downloading k8s.io/klog/v2 v2.120.1 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1 go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b go: downloading github.com/google/gofuzz v1.2.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0 go: downloading github.com/google/s2a-go v0.1.7 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading github.com/jmespath/go-jmespath v0.4.0 Build TiDB Server successfully! [Pipeline] sh + ls bin/ddltest ls: cannot access bin/ddltest: No such file or directory + make ddltest go: downloading go.uber.org/goleak v1.3.0 [Pipeline] retry [Pipeline] { [Pipeline] sh + chmod +x /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/scripts/PingCAP-QE/tidb-test/download_pingcap_artifact.sh /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/scripts/PingCAP-QE/tidb-test/download_pingcap_artifact_v2.sh /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/scripts/PingCAP-QE/tidb-test/run-integration-mysql-test.sh /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/scripts/PingCAP-QE/tidb-test/run-mysql-test.sh /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/scripts/PingCAP-QE/tidb-test/start_tikv.sh + /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/scripts/PingCAP-QE/tidb-test/download_pingcap_artifact.sh --pd=master --tikv=master TIDB = TIKV = master PD = master TIFLASH = >>> start download tikv tikv master sha1 is 88099c95a3c0c13a827c0795c3d45070264665e4 TIKV: http://fileserver.pingcap.net/download/builds/pingcap/tikv/88099c95a3c0c13a827c0795c3d45070264665e4/centos7/tikv-server.tar.gz download tikv-server.tar.gz from http://fileserver.pingcap.net/download/builds/pingcap/tikv/88099c95a3c0c13a827c0795c3d45070264665e4/centos7/tikv-server.tar.gz >>> start download pd pd master sha1 is f83febabecb98b95b098fd31a3664178f8a6b437 PD: http://fileserver.pingcap.net/download/builds/pingcap/pd/f83febabecb98b95b098fd31a3664178f8a6b437/centos7/pd-server.tar.gz download pd-server.tar.gz from http://fileserver.pingcap.net/download/builds/pingcap/pd/f83febabecb98b95b098fd31a3664178f8a6b437/centos7/pd-server.tar.gz total 523M drwxr-sr-x. 3 jenkins jenkins 4.0K May 6 21:32 . drwxr-sr-x. 18 jenkins jenkins 4.0K May 6 21:31 .. drwxr-sr-x. 2 jenkins jenkins 4.0K May 6 21:32 bin -rwxr-xr-x. 1 jenkins jenkins 106M May 6 16:49 pd-server -rwxr-xr-x. 1 jenkins jenkins 418M May 6 15:33 tikv-server + mv third_bin/tikv-server bin/ + mv third_bin/pd-server bin/ + ls -alh bin/ total 930M drwxr-sr-x. 2 jenkins jenkins 4.0K May 6 21:32 . drwxr-sr-x. 18 jenkins jenkins 4.0K May 6 21:31 .. -rwxr-xr-x. 1 jenkins jenkins 200M May 6 21:30 ddltest -rwxr-xr-x. 1 jenkins jenkins 106M May 6 16:49 pd-server -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:27 tidb-server -rwxr-xr-x. 1 jenkins jenkins 418M May 6 15:33 tikv-server [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb-test [Pipeline] { [Pipeline] cache Cache not restored (no such key found) [Pipeline] { [Pipeline] sh + touch ws-jenkins-pingcap-tidb-pull_integration_ddl_test-8559 + mkdir -p bin + cp /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb/bin/ddltest /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb/bin/pd-server /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb/bin/tidb-server /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb/bin/tikv-server bin/ + chmod +x bin/ddltest bin/pd-server bin/tidb-server bin/tikv-server + ls -alh bin/ total 930M drwxr-sr-x. 2 jenkins jenkins 4.0K May 6 21:32 . drwxr-sr-x. 49 jenkins jenkins 4.0K May 6 21:32 .. -rwxr-xr-x. 1 jenkins jenkins 200M May 6 21:32 ddltest -rwxr-xr-x. 1 jenkins jenkins 106M May 6 21:32 pd-server -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:32 tidb-server -rwxr-xr-x. 1 jenkins jenkins 418M May 6 21:32 tikv-server + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release + ./bin/tidb-server -V Release Version: v8.2.0-alpha-138-gf2d888a02f Edition: Community Git Commit Hash: f2d888a02f2b7582dfbdd69540336fb556ac0fd1 Git Branch: HEAD UTC Build Time: 2024-05-06 13:23:58 GoVersion: go1.21.6 Race Enabled: false Check Table Before Drop: false Store: unistore [Pipeline] } Cache saved successfully (ws/jenkins-pingcap-tidb-pull_integration_ddl_test-8559/tidb-test) 1584236032 bytes in 30.03 secs (52758059 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Tests) [Pipeline] parallel [Pipeline] { (Branch: Matrix - DDL_TEST = '^TestSimple.*Insert$') [Pipeline] { (Branch: Matrix - DDL_TEST = '^TestSimple.*Update$') [Pipeline] { (Branch: Matrix - DDL_TEST = '^TestSimple.*Delete$') [Pipeline] { (Branch: Matrix - DDL_TEST = '^TestSimp(le$|leMixed$|leInc$)') [Pipeline] { (Branch: Matrix - DDL_TEST = '^TestColumn$') [Pipeline] { (Branch: Matrix - DDL_TEST = '^TestIndex$') [Pipeline] stage [Pipeline] { (Matrix - DDL_TEST = '^TestSimple.*Insert$') [Pipeline] stage [Pipeline] { (Matrix - DDL_TEST = '^TestSimple.*Update$') [Pipeline] stage [Pipeline] { (Matrix - DDL_TEST = '^TestSimple.*Delete$') [Pipeline] stage [Pipeline] { (Matrix - DDL_TEST = '^TestSimp(le$|leMixed$|leInc$)') [Pipeline] stage [Pipeline] { (Matrix - DDL_TEST = '^TestColumn$') [Pipeline] stage [Pipeline] { (Matrix - DDL_TEST = '^TestIndex$') [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted [Pipeline] readTrusted Obtained pipelines/pingcap/tidb/latest/pod-pull_integration_ddl_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Obtained pipelines/pingcap/tidb/latest/pod-pull_integration_ddl_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-pull-integration-ddl-test-8559-6p03h-pp6qb-fznb0 Obtained pipelines/pingcap/tidb/latest/pod-pull_integration_ddl_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-pull-integration-ddl-test-8559-f7nd2-j27lc-sp2m0 Obtained pipelines/pingcap/tidb/latest/pod-pull_integration_ddl_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { Created Pod: kubernetes jenkins-tidb/pingcap-tidb-pull-integration-ddl-test-8559-w5ms9-66k8x-fd7zt [Pipeline] node Obtained pipelines/pingcap/tidb/latest/pod-pull_integration_ddl_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { Created Pod: kubernetes jenkins-tidb/pingcap-tidb-pull-integration-ddl-test-8559-fc3z5-2qn3c-p2v1k [Pipeline] node Obtained pipelines/pingcap/tidb/latest/pod-pull_integration_ddl_test.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Agent pingcap-tidb-pull-integration-ddl-test-8559-6p03h-pp6qb-fznb0 is provisioned from template pingcap_tidb_pull_integration_ddl_test_8559-6p03h-pp6qb --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/pull_integration_ddl_test/8559/" runUrl: "job/pingcap/job/tidb/job/pull_integration_ddl_test/8559/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "7368376b6c71eebe314fbc622db988fec1daf484" jenkins/label: "pingcap_tidb_pull_integration_ddl_test_8559-6p03h" name: "pingcap-tidb-pull-integration-ddl-test-8559-6p03h-pp6qb-fznb0" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - image: "hub.pingcap.net/jenkins/centos7_golang-1.21:latest" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - 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-integration-ddl-test-8559-6p03h-pp6qb-fznb0" - name: "JENKINS_NAME" value: "pingcap-tidb-pull-integration-ddl-test-8559-6p03h-pp6qb-fznb0" - 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: medium: "" name: "workspace-volume" Running on pingcap-tidb-pull-integration-ddl-test-8559-6p03h-pp6qb-fznb0 in /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test Created Pod: kubernetes jenkins-tidb/pingcap-tidb-pull-integration-ddl-test-8559-qkpdj-b06g3-ktg3m [Pipeline] { [Pipeline] checkout The recommended git tool is: git Created Pod: kubernetes jenkins-tidb/pingcap-tidb-pull-integration-ddl-test-8559-1ptlb-ncl3d-7mvz8 Agent pingcap-tidb-pull-integration-ddl-test-8559-f7nd2-j27lc-sp2m0 is provisioned from template pingcap_tidb_pull_integration_ddl_test_8559-f7nd2-j27lc --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/pull_integration_ddl_test/8559/" runUrl: "job/pingcap/job/tidb/job/pull_integration_ddl_test/8559/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "6c82228bb61944aa8101690e7814c8b32f85fe90" jenkins/label: "pingcap_tidb_pull_integration_ddl_test_8559-f7nd2" name: "pingcap-tidb-pull-integration-ddl-test-8559-f7nd2-j27lc-sp2m0" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - image: "hub.pingcap.net/jenkins/centos7_golang-1.21:latest" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - 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-integration-ddl-test-8559-f7nd2-j27lc-sp2m0" - name: "JENKINS_NAME" value: "pingcap-tidb-pull-integration-ddl-test-8559-f7nd2-j27lc-sp2m0" - 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: medium: "" name: "workspace-volume" Running on pingcap-tidb-pull-integration-ddl-test-8559-f7nd2-j27lc-sp2m0 in /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test [Pipeline] { [Pipeline] checkout The recommended git tool is: git No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@3cc41c81; decorates RemoteLauncher[hudson.remoting.Channel@6c6ce66f:JNLP4-connect connection from 10.233.102.39/10.233.102.39:39204] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 Agent pingcap-tidb-pull-integration-ddl-test-8559-fc3z5-2qn3c-p2v1k is provisioned from template pingcap_tidb_pull_integration_ddl_test_8559-fc3z5-2qn3c --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/pull_integration_ddl_test/8559/" runUrl: "job/pingcap/job/tidb/job/pull_integration_ddl_test/8559/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "7cfe57b553d7bdcb031b4e654ee6740a0167e144" jenkins/label: "pingcap_tidb_pull_integration_ddl_test_8559-fc3z5" name: "pingcap-tidb-pull-integration-ddl-test-8559-fc3z5-2qn3c-p2v1k" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - image: "hub.pingcap.net/jenkins/centos7_golang-1.21:latest" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - 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-integration-ddl-test-8559-fc3z5-2qn3c-p2v1k" - name: "JENKINS_NAME" value: "pingcap-tidb-pull-integration-ddl-test-8559-fc3z5-2qn3c-p2v1k" - 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: medium: "" name: "workspace-volume" Running on pingcap-tidb-pull-integration-ddl-test-8559-fc3z5-2qn3c-p2v1k in /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test [Pipeline] { [Pipeline] checkout The recommended git tool is: git Agent pingcap-tidb-pull-integration-ddl-test-8559-w5ms9-66k8x-fd7zt is provisioned from template pingcap_tidb_pull_integration_ddl_test_8559-w5ms9-66k8x --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/pull_integration_ddl_test/8559/" runUrl: "job/pingcap/job/tidb/job/pull_integration_ddl_test/8559/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "30f3b375bda2bd05b22c1a41b2f1910f8be1a830" jenkins/label: "pingcap_tidb_pull_integration_ddl_test_8559-w5ms9" name: "pingcap-tidb-pull-integration-ddl-test-8559-w5ms9-66k8x-fd7zt" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - image: "hub.pingcap.net/jenkins/centos7_golang-1.21:latest" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - 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-integration-ddl-test-8559-w5ms9-66k8x-fd7zt" - name: "JENKINS_NAME" value: "pingcap-tidb-pull-integration-ddl-test-8559-w5ms9-66k8x-fd7zt" - 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: medium: "" name: "workspace-volume" Running on pingcap-tidb-pull-integration-ddl-test-8559-w5ms9-66k8x-fd7zt in /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test [Pipeline] { [Pipeline] checkout The recommended git tool is: git No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@188b4245; decorates RemoteLauncher[hudson.remoting.Channel@401aef5:JNLP4-connect connection from 10.233.114.139/10.233.114.139:48254] will be ignored (a typical symptom is the Git executable not being run inside a designated container) 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_integration_ddl_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@1b88da7d; decorates RemoteLauncher[hudson.remoting.Channel@2f04d925:JNLP4-connect connection from 10.233.83.170/10.233.83.170:41454] will be ignored (a typical symptom is the Git executable not being run inside a designated container) 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_integration_ddl_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@1a33d202; decorates RemoteLauncher[hudson.remoting.Channel@1fa31cb:JNLP4-connect connection from 10.233.102.163/10.233.102.163:50310] will be ignored (a typical symptom is the Git executable not being run inside a designated container) 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_integration_ddl_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { Agent pingcap-tidb-pull-integration-ddl-test-8559-1ptlb-ncl3d-7mvz8 is provisioned from template pingcap_tidb_pull_integration_ddl_test_8559-1ptlb-ncl3d --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/pull_integration_ddl_test/8559/" runUrl: "job/pingcap/job/tidb/job/pull_integration_ddl_test/8559/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "4edf4da8f825983e8260a4c53500e6e327f837df" jenkins/label: "pingcap_tidb_pull_integration_ddl_test_8559-1ptlb" name: "pingcap-tidb-pull-integration-ddl-test-8559-1ptlb-ncl3d-7mvz8" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - image: "hub.pingcap.net/jenkins/centos7_golang-1.21:latest" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - 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-integration-ddl-test-8559-1ptlb-ncl3d-7mvz8" - name: "JENKINS_NAME" value: "pingcap-tidb-pull-integration-ddl-test-8559-1ptlb-ncl3d-7mvz8" - 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: medium: "" name: "workspace-volume" Running on pingcap-tidb-pull-integration-ddl-test-8559-1ptlb-ncl3d-7mvz8 in /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test > 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 03312178c534dce949face80c69812d989e55009 # timeout=10 [Pipeline] stage Agent pingcap-tidb-pull-integration-ddl-test-8559-qkpdj-b06g3-ktg3m is provisioned from template pingcap_tidb_pull_integration_ddl_test_8559-qkpdj-b06g3 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/pull_integration_ddl_test/8559/" runUrl: "job/pingcap/job/tidb/job/pull_integration_ddl_test/8559/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "fd3cc6138fd0ee5194e588473dd2e2d325bb10f9" jenkins/label: "pingcap_tidb_pull_integration_ddl_test_8559-qkpdj" name: "pingcap-tidb-pull-integration-ddl-test-8559-qkpdj-b06g3-ktg3m" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - image: "hub.pingcap.net/jenkins/centos7_golang-1.21:latest" name: "golang" resources: limits: memory: "16Gi" cpu: "6" requests: memory: "12Gi" cpu: "4" tty: true volumeMounts: - 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-integration-ddl-test-8559-qkpdj-b06g3-ktg3m" - name: "JENKINS_NAME" value: "pingcap-tidb-pull-integration-ddl-test-8559-qkpdj-b06g3-ktg3m" - 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: medium: "" name: "workspace-volume" [Pipeline] { (Test) Running on pingcap-tidb-pull-integration-ddl-test-8559-qkpdj-b06g3-ktg3m in /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout The recommended git tool is: git [Pipeline] timeout Timeout set to expire in 40 min [Pipeline] { The recommended git tool is: git [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb-test [Pipeline] { [Pipeline] cache Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (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 03312178c534dce949face80c69812d989e55009 # timeout=10 Commit message: "fix(br): use failpoint tidb-server instead (#2951)" Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@1b2c6a6; decorates RemoteLauncher[hudson.remoting.Channel@147f892c:JNLP4-connect connection from 10.233.81.212/10.233.81.212:37664] will be ignored (a typical symptom is the Git executable not being run inside a designated container) 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_integration_ddl_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Commit message: "fix(br): use failpoint tidb-server instead (#2951)" No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@58701ad5; decorates RemoteLauncher[hudson.remoting.Channel@21d01481:JNLP4-connect connection from 10.233.92.124/10.233.92.124:40106] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Using shallow clone with depth 1 > 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 03312178c534dce949face80c69812d989e55009 # timeout=10 > 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 03312178c534dce949face80c69812d989e55009 # timeout=10 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > 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 03312178c534dce949face80c69812d989e55009 # timeout=10 > 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 03312178c534dce949face80c69812d989e55009 # timeout=10 Cache restored successfully (ws/jenkins-pingcap-tidb-pull_integration_ddl_test-8559/tidb-test) 1584236032 bytes in 5.85 secs (270724062 bytes/sec) [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] stage [Pipeline] { (Test) + ls -alh bin/ total 930M drwxr-sr-x. 2 jenkins jenkins 4.0K May 6 21:33 . drwxr-sr-x. 49 jenkins jenkins 4.0K May 6 21:33 .. -rwxr-xr-x. 1 jenkins jenkins 200M May 6 21:32 ddltest -rwxr-xr-x. 1 jenkins jenkins 106M May 6 21:32 pd-server -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:32 tidb-server -rwxr-xr-x. 1 jenkins jenkins 418M May 6 21:32 tikv-server + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release + ./bin/tidb-server -V Release Version: v8.2.0-alpha-138-gf2d888a02f Edition: Community Git Commit Hash: f2d888a02f2b7582dfbdd69540336fb556ac0fd1 Git Branch: HEAD UTC Build Time: 2024-05-06 13:23:58 GoVersion: go1.21.6 Race Enabled: false Check Table Before Drop: false Store: unistore [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) [Pipeline] timeout Timeout set to expire in 40 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 40 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 40 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 40 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 40 min [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb-test [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb-test [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb-test [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb-test [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb-test [Pipeline] { [Pipeline] cache wait pd ready... Cache restored successfully (ws/jenkins-pingcap-tidb-pull_integration_ddl_test-8559/tidb-test) 1584236032 bytes in 5.71 secs (277297167 bytes/sec) [Pipeline] { [Pipeline] cache wait tikv ready... Cache restored successfully (ws/jenkins-pingcap-tidb-pull_integration_ddl_test-8559/tidb-test) 1584236032 bytes in 9.19 secs (172298496 bytes/sec) [Pipeline] { [Pipeline] cache total 1.2G drwxr-sr-x. 2 jenkins jenkins 4.0K May 6 21:33 . drwxr-sr-x. 51 jenkins jenkins 4.0K May 6 21:33 .. -rwxr-xr-x. 1 jenkins jenkins 200M May 6 21:32 ddltest -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:33 ddltest_tidb-server -rwxr-xr-x. 1 jenkins jenkins 106M May 6 21:32 pd-server -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:32 tidb-server -rwxr-xr-x. 1 jenkins jenkins 418M May 6 21:32 tikv-server /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb-test/ddl_test ddl_test start tidb_manager_ttl 5 === RUN TestSimpleUpdate [2024/05/06 21:33:44.209 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] [2024/05/06 21:33:45.686 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] === RUN TestSimpleUpdate/Basic === RUN TestSimpleUpdate/Basic/test_update [TestSimpleUpdate][Time Cost]5.765481206s === RUN TestSimpleUpdate/Basic/test_update_common [mysql] 2024/05/06 21:34:00 packets.go:37: unexpected EOF [mysql] 2024/05/06 21:34:00 packets.go:37: unexpected EOF [mysql] 2024/05/06 21:34:00 packets.go:37: unexpected EOF [2024/05/06 21:34:00.858 +08:00] [ERROR] [ddl_test.go:396] ["exec in server, retry"] [query="insert into test_update_common values (3732, 3732)"] [addr=127.0.0.1:5000] [error="invalid connection"] [mysql] 2024/05/06 21:34:00 packets.go:37: unexpected EOF [2024/05/06 21:34:00.858 +08:00] [ERROR] [ddl_test.go:396] ["exec in server, retry"] [query="update test_update_common set c2 = 103 where c1 = 8736"] [addr=127.0.0.1:5000] [error="invalid connection"] [2024/05/06 21:34:00.858 +08:00] [ERROR] [ddl_test.go:396] ["exec in server, retry"] [query="update test_update_common set c2 = 665 where c1 = 5743"] [addr=127.0.0.1:5000] [error="invalid connection"] [2024/05/06 21:34:00.858 +08:00] [ERROR] [ddl_test.go:396] ["exec in server, retry"] [query="insert into test_update_common values (4737, 4737)"] [addr=127.0.0.1:5000] [error="invalid connection"] [2024/05/06 21:34:02.368 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4737-4737' for key 'test_update_common.PRIMARY'"] Cache restored successfully (ws/jenkins-pingcap-tidb-pull_integration_ddl_test-8559/tidb-test) 1584236032 bytes in 23.86 secs (66393407 bytes/sec) [Pipeline] { [Pipeline] cache [TestSimpleUpdate][Time Cost]9.074255414s === RUN TestSimpleUpdate/Conflict === RUN TestSimpleUpdate/Conflict/test_conflict_update [TestSimpleConflictUpdate][Insert][Time Cost]2.60642415s [TestSimpleConflictUpdate][Update][Time Cost]2.541485235s Cache restored successfully (ws/jenkins-pingcap-tidb-pull_integration_ddl_test-8559/tidb-test) 1584236032 bytes in 5.64 secs (280774240 bytes/sec) [Pipeline] { [Pipeline] cache === RUN TestSimpleUpdate/Conflict/test_conflict_update_common [TestSimpleConflictUpdate][Insert][Time Cost]2.373691336s Cache restored successfully (ws/jenkins-pingcap-tidb-pull_integration_ddl_test-8559/tidb-test) 1584236032 bytes in 6.15 secs (257534879 bytes/sec) [Pipeline] { [Pipeline] sh [Pipeline] sh + ls -alh bin/ total 930M drwxr-sr-x. 2 jenkins jenkins 4.0K May 6 21:33 . drwxr-sr-x. 49 jenkins jenkins 4.0K May 6 21:33 .. -rwxr-xr-x. 1 jenkins jenkins 200M May 6 21:32 ddltest -rwxr-xr-x. 1 jenkins jenkins 106M May 6 21:32 pd-server -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:32 tidb-server -rwxr-xr-x. 1 jenkins jenkins 418M May 6 21:32 tikv-server + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release + ./bin/tidb-server -V Release Version: v8.2.0-alpha-138-gf2d888a02f Edition: Community Git Commit Hash: f2d888a02f2b7582dfbdd69540336fb556ac0fd1 Git Branch: HEAD UTC Build Time: 2024-05-06 13:23:58 GoVersion: go1.21.6 Race Enabled: false Check Table Before Drop: false Store: unistore [Pipeline] sh + ls -alh bin/ total 930M drwxr-sr-x. 2 jenkins jenkins 4.0K May 6 21:33 . drwxr-sr-x. 49 jenkins jenkins 4.0K May 6 21:33 .. -rwxr-xr-x. 1 jenkins jenkins 200M May 6 21:32 ddltest -rwxr-xr-x. 1 jenkins jenkins 106M May 6 21:32 pd-server -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:32 tidb-server -rwxr-xr-x. 1 jenkins jenkins 418M May 6 21:32 tikv-server + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release + ./bin/tidb-server -V Release Version: v8.2.0-alpha-138-gf2d888a02f Edition: Community Git Commit Hash: f2d888a02f2b7582dfbdd69540336fb556ac0fd1 Git Branch: HEAD UTC Build Time: 2024-05-06 13:23:58 GoVersion: go1.21.6 Race Enabled: false Check Table Before Drop: false Store: unistore [Pipeline] sh + ls -alh bin/ total 930M drwxr-sr-x. 2 jenkins jenkins 4.0K May 6 21:33 . drwxr-sr-x. 49 jenkins jenkins 4.0K May 6 21:34 .. -rwxr-xr-x. 1 jenkins jenkins 200M May 6 21:32 ddltest -rwxr-xr-x. 1 jenkins jenkins 106M May 6 21:32 pd-server -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:32 tidb-server -rwxr-xr-x. 1 jenkins jenkins 418M May 6 21:32 tikv-server + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release + ./bin/tidb-server -V Release Version: v8.2.0-alpha-138-gf2d888a02f Edition: Community Git Commit Hash: f2d888a02f2b7582dfbdd69540336fb556ac0fd1 Git Branch: HEAD UTC Build Time: 2024-05-06 13:23:58 GoVersion: go1.21.6 Race Enabled: false Check Table Before Drop: false Store: unistore [Pipeline] sh + ls -alh bin/ total 930M drwxr-sr-x. 2 jenkins jenkins 4.0K May 6 21:34 . drwxr-sr-x. 49 jenkins jenkins 4.0K May 6 21:34 .. -rwxr-xr-x. 1 jenkins jenkins 200M May 6 21:32 ddltest -rwxr-xr-x. 1 jenkins jenkins 106M May 6 21:32 pd-server -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:32 tidb-server -rwxr-xr-x. 1 jenkins jenkins 418M May 6 21:32 tikv-server + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release + ./bin/tidb-server -V Release Version: v8.2.0-alpha-138-gf2d888a02f Edition: Community Git Commit Hash: f2d888a02f2b7582dfbdd69540336fb556ac0fd1 Git Branch: HEAD UTC Build Time: 2024-05-06 13:23:58 GoVersion: go1.21.6 Race Enabled: false Check Table Before Drop: false Store: unistore [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh [TestSimpleConflictUpdate][Update][Time Cost]3.286153142s [Pipeline] sh wait pd ready... [Pipeline] sh wait pd ready... [Pipeline] sh wait pd ready... wait pd ready... [2024/05/06 21:34:30.492 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] wait tikv ready... wait tikv ready... wait tikv ready... wait tikv ready... + ls -alh bin/ total 930M drwxr-sr-x. 2 jenkins jenkins 4.0K May 6 21:34 . drwxr-sr-x. 49 jenkins jenkins 4.0K May 6 21:34 .. -rwxr-xr-x. 1 jenkins jenkins 200M May 6 21:32 ddltest -rwxr-xr-x. 1 jenkins jenkins 106M May 6 21:32 pd-server -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:32 tidb-server -rwxr-xr-x. 1 jenkins jenkins 418M May 6 21:32 tikv-server + ./bin/pd-server -V Release Version: v8.2.0-alpha-15-gf83febabe Edition: Community Git Commit Hash: f83febabecb98b95b098fd31a3664178f8a6b437 Git Branch: master UTC Build Time: 2024-05-06 08:48:58 + ./bin/tikv-server -V TiKV Release Version: 8.2.0-alpha Edition: Community Git Commit Hash: 88099c95a3c0c13a827c0795c3d45070264665e4 Git Commit Branch: master UTC Build Time: 2024-05-06 06:37:19 Rust Version: rustc 1.77.0-nightly (89e2160c4 2023-12-27) Enable Features: memory-engine pprof-fp jemalloc mem-profiling portable sse test-engine-kv-rocksdb test-engine-raft-raft-engine trace-async-tasks openssl-vendored Profile: dist_release + ./bin/tidb-server -V Release Version: v8.2.0-alpha-138-gf2d888a02f Edition: Community Git Commit Hash: f2d888a02f2b7582dfbdd69540336fb556ac0fd1 Git Branch: HEAD UTC Build Time: 2024-05-06 13:23:58 GoVersion: go1.21.6 Race Enabled: false Check Table Before Drop: false Store: unistore [Pipeline] container [Pipeline] { [Pipeline] sh --- PASS: TestSimpleUpdate (55.87s) --- PASS: TestSimpleUpdate/Basic (15.13s) --- PASS: TestSimpleUpdate/Basic/test_update (5.89s) --- PASS: TestSimpleUpdate/Basic/test_update_common (9.24s) --- PASS: TestSimpleUpdate/Conflict (25.54s) --- PASS: TestSimpleUpdate/Conflict/test_conflict_update (12.47s) --- PASS: TestSimpleUpdate/Conflict/test_conflict_update_common (13.07s) PASS ddl_test end [Pipeline] } [Pipeline] // container [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-pull_integration_ddl_test-8559/tidb-test already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } wait pd ready... total 1.2G drwxr-sr-x. 2 jenkins jenkins 4.0K May 6 21:34 . drwxr-sr-x. 51 jenkins jenkins 4.0K May 6 21:34 .. -rwxr-xr-x. 1 jenkins jenkins 200M May 6 21:32 ddltest -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:34 ddltest_tidb-server -rwxr-xr-x. 1 jenkins jenkins 106M May 6 21:32 pd-server -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:32 tidb-server -rwxr-xr-x. 1 jenkins jenkins 418M May 6 21:32 tikv-server /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb-test/ddl_test ddl_test start tidb_manager_ttl 5 === RUN TestSimpleInsert total 1.2G drwxr-sr-x. 2 jenkins jenkins 4.0K May 6 21:34 . drwxr-sr-x. 51 jenkins jenkins 4.0K May 6 21:34 .. -rwxr-xr-x. 1 jenkins jenkins 200M May 6 21:32 ddltest -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:34 ddltest_tidb-server -rwxr-xr-x. 1 jenkins jenkins 106M May 6 21:32 pd-server -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:32 tidb-server -rwxr-xr-x. 1 jenkins jenkins 418M May 6 21:32 tikv-server /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb-test/ddl_test ddl_test start tidb_manager_ttl 5 === RUN TestSimple total 1.2G drwxr-sr-x. 2 jenkins jenkins 4.0K May 6 21:34 . drwxr-sr-x. 51 jenkins jenkins 4.0K May 6 21:34 .. -rwxr-xr-x. 1 jenkins jenkins 200M May 6 21:32 ddltest -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:34 ddltest_tidb-server -rwxr-xr-x. 1 jenkins jenkins 106M May 6 21:32 pd-server -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:32 tidb-server -rwxr-xr-x. 1 jenkins jenkins 418M May 6 21:32 tikv-server /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb-test/ddl_test ddl_test start tidb_manager_ttl 5 === RUN TestSimpleDelete total 1.2G drwxr-sr-x. 2 jenkins jenkins 4.0K May 6 21:34 . drwxr-sr-x. 51 jenkins jenkins 4.0K May 6 21:34 .. -rwxr-xr-x. 1 jenkins jenkins 200M May 6 21:32 ddltest -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:34 ddltest_tidb-server -rwxr-xr-x. 1 jenkins jenkins 106M May 6 21:32 pd-server -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:32 tidb-server -rwxr-xr-x. 1 jenkins jenkins 418M May 6 21:32 tikv-server /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb-test/ddl_test ddl_test start tidb_manager_ttl 5 === RUN TestIndex [2024/05/06 21:34:48.049 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] [2024/05/06 21:34:48.436 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] [2024/05/06 21:34:48.120 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] [2024/05/06 21:34:48.239 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] wait tikv ready... [2024/05/06 21:34:49.711 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] [2024/05/06 21:34:49.583 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] [2024/05/06 21:34:49.689 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] [2024/05/06 21:34:49.897 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] === RUN TestSimpleDelete/Basic === RUN TestSimpleDelete/Basic/test_delete === RUN TestSimple/Basic === RUN TestSimpleInsert/Basic === RUN TestSimpleInsert/Basic/test_insert [TestSimpleDelete][Time Cost]530.313456ms === RUN TestSimpleDelete/Basic/test_delete_common # Time: 2024-05-06T21:34:54.692077102+08:00 # Txn_start_ts: 0 # Query_time: 1.008352306 # Parse_time: 0.000083168 # Compile_time: 0.000055271 # Rewrite_time: 0.000002083 # Optimize_time: 0 # Wait_TS: 0.000134662 # DB: test_ddl # Is_internal: false # Digest: 3d701c9f3ad5245e554166e586cad1fee19801a45b0601b4012b9f4f620e7e2d # Num_cop_tasks: 0 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Succ: true # IsExplicitTxn: false # IsSyncStatsFailed: false # Resource_group: default use test_ddl; create table if not exists test_simple (c1 int, c2 int, c3 int); [TestSimpleDelete][Time Cost]664.630925ms === RUN TestSimpleDelete/Conflict === RUN TestSimpleDelete/Conflict/test_conflict_delete [TestSimpleConflictDelete][Insert][Time Cost]221.292881ms index_test.go:137: sql insert into test_index values (102, 3748786385621910772, 0.967330, 'vu9BhuoWTy') index_test.go:137: sql insert into test_index values (101, 3078101196823935928, 0.782566, 'y6npanYCx1') index_test.go:137: sql insert into test_index values (103, 8274009775284882710, 0.956929, 'nXnAjIsZJ6') index_test.go:137: sql insert into test_index values (108, 5553903351187046398, 0.620238, '0Mss91nH4v') index_test.go:137: sql insert into test_index values (106, 2585136036433301532, 0.330268, 'JiQABEaR6q') index_test.go:137: sql insert into test_index values (104, 1018039396559838538, 0.878445, 'Txfw3mmAdY') index_test.go:137: sql insert into test_index values (105, 1384242380761254989, 0.250642, 'Te8g0MrLQV') index_test.go:137: sql insert into test_index values (109, 2758137429260001505, 0.180782, '8NMxjWAZys') index_test.go:137: sql insert into test_index values (110, 573848018456172240, 0.726169, 'TsronjKeRl') index_test.go:137: sql insert into test_index values (107, 8498801389006891022, 0.791645, 'fNtVBpdqOL') index_test.go:140: sql delete from test_index where c = 100 index_test.go:140: sql delete from test_index where c = 52 index_test.go:140: sql delete from test_index where c = 17 index_test.go:140: sql delete from test_index where c = 59 index_test.go:140: sql delete from test_index where c = 102 index_test.go:140: sql delete from test_index where c = 104 index_test.go:140: sql delete from test_index where c = 37 index_test.go:140: sql delete from test_index where c = 36 index_test.go:140: sql delete from test_index where c = 11 index_test.go:140: sql delete from test_index where c = 87 index_test.go:143: sql update test_index set c1 = 2991479439051202351, c2 = 0.922379, c3 = 'GzuqHuE4hc' where c = 59 index_test.go:143: sql update test_index set c1 = 8244520106681984205, c2 = 0.703381, c3 = 'idD2Dn2uIk' where c = 89 index_test.go:143: sql update test_index set c1 = 6056494190157173038, c2 = 0.676787, c3 = 'k6P8Y6lkKb' where c = 66 index_test.go:143: sql update test_index set c1 = 2819239188901199842, c2 = 0.809088, c3 = '8ycyKij0fK' where c = 13 index_test.go:143: sql update test_index set c1 = 2538665088716588444, c2 = 0.244566, c3 = '1cP0ShvI1f' where c = 94 index_test.go:143: sql update test_index set c1 = 3039665611921712319, c2 = 0.071728, c3 = 'z3KRKxB35x' where c = 68 index_test.go:143: sql update test_index set c1 = 1099461991085970764, c2 = 0.172251, c3 = 'P78Fa4fMNb' where c = 28 index_test.go:143: sql update test_index set c1 = 3629246768856362533, c2 = 0.824974, c3 = 'RjodW99Foy' where c = 10 index_test.go:137: sql insert into test_index values (113, 2057967129299434460, 0.247212, 'sJvx3wenjU') index_test.go:137: sql insert into test_index values (112, 3203309933356101243, 0.722128, 'rYgqViQ7D3') index_test.go:137: sql insert into test_index values (114, 1617456503717044311, 0.292419, 'bJ1GCcJuGr') index_test.go:137: sql insert into test_index values (115, 5558147501682097603, 0.361474, 'ecYKLospPk') index_test.go:137: sql insert into test_index values (116, 7532420262908127155, 0.639896, '12Pat7NefK') index_test.go:137: sql insert into test_index values (111, 8510006453397525373, 0.819528, 'bti5QC3yAJ') index_test.go:137: sql insert into test_index values (117, 1554420170410114597, 0.389988, 'PsGtjWSSDx') index_test.go:140: sql delete from test_index where c = 36 index_test.go:137: sql insert into test_index values (118, 8677372446180212611, 0.502053, 'PRfyXFpKom') index_test.go:140: sql delete from test_index where c = 6 index_test.go:140: sql delete from test_index where c = 34 index_test.go:143: sql update test_index set c1 = 2416258816604226783, c2 = 0.217122, c3 = 'ryLdQ9BxxK' where c = 68 index_test.go:140: sql delete from test_index where c = 12 index_test.go:140: sql delete from test_index where c = 87 index_test.go:140: sql delete from test_index where c = 34 index_test.go:143: sql update test_index set c1 = 813496583830661658, c2 = 0.708659, c3 = 'EHPF7Q8uxl' where c = 60 index_test.go:140: sql delete from test_index where c = 9 index_test.go:140: sql delete from test_index where c = 109 index_test.go:143: sql update test_index set c1 = 2199348394313722986, c2 = 0.417838, c3 = 'gNJsDZxqvS' where c = 51 index_test.go:137: sql insert into test_index values (119, 3077733973612244326, 0.076810, 'Q2mpEr91xx') index_test.go:143: sql update test_index set c1 = 4567873315547864620, c2 = 0.909538, c3 = 'oTXf4OD0uu' where c = 25 index_test.go:143: sql update test_index set c1 = 2497365739339430613, c2 = 0.478308, c3 = 'D7g7agZplX' where c = 73 index_test.go:140: sql delete from test_index where c = 34 index_test.go:137: sql insert into test_index values (120, 2988580012528190319, 0.317555, 'Kev6JPhx0y') index_test.go:143: sql update test_index set c1 = 807950533559782496, c2 = 0.980640, c3 = 'R94O9k3GME' where c = 103 index_test.go:143: sql update test_index set c1 = 2219815499768444317, c2 = 0.724658, c3 = '0x6os1vLGv' where c = 107 index_test.go:143: sql update test_index set c1 = 6273777075694821057, c2 = 0.154741, c3 = 'XQyCfjDvK5' where c = 4 index_test.go:137: sql insert into test_index values (122, 1927282591233537511, 0.238266, 'UMn10F4Y7K') index_test.go:137: sql insert into test_index values (121, 5241711537309153126, 0.029939, 'SHFlHzI6UU') index_test.go:137: sql insert into test_index values (123, 1304339519582798141, 0.675141, 'zxiG532Ife') index_test.go:143: sql update test_index set c1 = 4504132715033535500, c2 = 0.102733, c3 = 'VEcurRhveF' where c = 60 index_test.go:140: sql delete from test_index where c = 54 index_test.go:143: sql update test_index set c1 = 5303221667386478171, c2 = 0.650986, c3 = '1Tm8s2Ihft' where c = 40 index_test.go:137: sql insert into test_index values (124, 1122665972405061113, 0.618032, 'L9h6jrdKgh') index_test.go:137: sql insert into test_index values (125, 2738931593338114182, 0.011552, 'FFw4UIZ5X2') index_test.go:137: sql insert into test_index values (126, 4698463120824209886, 0.894305, '5eG7wVrmPF') index_test.go:140: sql delete from test_index where c = 110 index_test.go:140: sql delete from test_index where c = 76 index_test.go:140: sql delete from test_index where c = 120 index_test.go:137: sql insert into test_index values (127, 5716819346668893273, 0.501265, '1VsfY2CIGg') index_test.go:143: sql update test_index set c1 = 759531714065761374, c2 = 0.188011, c3 = 'Kwg5rV8k1v' where c = 10 index_test.go:143: sql update test_index set c1 = 5655317382757345087, c2 = 0.448374, c3 = '2709gYGdou' where c = 34 index_test.go:140: sql delete from test_index where c = 63 index_test.go:140: sql delete from test_index where c = 61 index_test.go:140: sql delete from test_index where c = 57 index_test.go:137: sql insert into test_index values (128, 2027712544876183234, 0.555599, '0Rt1QZEGUG') index_test.go:143: sql update test_index set c1 = 7596287498592739074, c2 = 0.260407, c3 = 'gM2QeA58eT' where c = 86 index_test.go:143: sql update test_index set c1 = 7238700478576136125, c2 = 0.419236, c3 = 'a1jGbhjWno' where c = 18 index_test.go:137: sql insert into test_index values (129, 4791088179161775802, 0.540220, 'EFGMtKtNmn') index_test.go:137: sql insert into test_index values (130, 7521124839697784149, 0.117896, 'hvVFjeCexT') index_test.go:137: sql insert into test_index values (131, 7166642737902278402, 0.060933, 'N9jgRg1QJq') index_test.go:143: sql update test_index set c1 = 8045673815680950753, c2 = 0.165397, c3 = 'xV2RudeqqD' where c = 94 index_test.go:140: sql delete from test_index where c = 15 index_test.go:140: sql delete from test_index where c = 58 index_test.go:143: sql update test_index set c1 = 4463946795080373607, c2 = 0.018090, c3 = 'l6Kwg2ZNEI' where c = 35 index_test.go:143: sql update test_index set c1 = 5104207459275689801, c2 = 0.822501, c3 = '0PEklwXW5n' where c = 47 index_test.go:140: sql delete from test_index where c = 111 index_test.go:137: sql insert into test_index values (132, 3415435841407007380, 0.424084, 'hPfxA4p5oS') index_test.go:140: sql delete from test_index where c = 2 index_test.go:140: sql delete from test_index where c = 64 index_test.go:137: sql insert into test_index values (133, 957408086465559381, 0.048776, 'ew6mT6o0bl') index_test.go:137: sql insert into test_index values (134, 1731216542172282138, 0.992380, 'phc81eFbKB') index_test.go:143: sql update test_index set c1 = 5702735327076392748, c2 = 0.183537, c3 = 'QNotyAEMrO' where c = 53 index_test.go:137: sql insert into test_index values (135, 1470974069469332884, 0.305653, 'M8yD61bD4o') index_test.go:140: sql delete from test_index where c = 2 index_test.go:143: sql update test_index set c1 = 92788773327368750, c2 = 0.986441, c3 = 'hgJ34OSaUO' where c = 120 index_test.go:140: sql delete from test_index where c = 7 index_test.go:143: sql update test_index set c1 = 8115635916207559823, c2 = 0.509453, c3 = '8OgdknJmgI' where c = 125 index_test.go:140: sql delete from test_index where c = 126 index_test.go:137: sql insert into test_index values (136, 3476374952504337805, 0.095749, 'eFo36yZvtf') index_test.go:143: sql update test_index set c1 = 5581077925791043454, c2 = 0.462335, c3 = 'lbZxo4x8FC' where c = 40 index_test.go:137: sql insert into test_index values (137, 55888599365781524, 0.154541, 'AYaUmczW74') index_test.go:143: sql update test_index set c1 = 999825923719882435, c2 = 0.651968, c3 = 'L16RcFku0W' where c = 114 index_test.go:140: sql delete from test_index where c = 116 index_test.go:137: sql insert into test_index values (138, 7296888664461077683, 0.664576, 'lqSbJZ0oug') index_test.go:140: sql delete from test_index where c = 104 index_test.go:143: sql update test_index set c1 = 9176402776836065389, c2 = 0.045376, c3 = 'aQYCAhPwLl' where c = 96 index_test.go:143: sql update test_index set c1 = 7275419789695687976, c2 = 0.520962, c3 = 'wmalBIZxne' where c = 123 index_test.go:143: sql update test_index set c1 = 9096361103586700126, c2 = 0.905044, c3 = 'ish7P1i8pG' where c = 23 index_test.go:137: sql insert into test_index values (139, 342860282900827878, 0.008691, 'Pkr5boBRDk') index_test.go:140: sql delete from test_index where c = 109 index_test.go:143: sql update test_index set c1 = 4393105094733141686, c2 = 0.055984, c3 = 'wBiy4kqdXF' where c = 55 index_test.go:140: sql delete from test_index where c = 33 index_test.go:137: sql insert into test_index values (141, 8493635281758916394, 0.632584, 'NBUBO7sb9J') index_test.go:143: sql update test_index set c1 = 7294060925567697070, c2 = 0.978200, c3 = '6ZlNY3sA77' where c = 91 index_test.go:137: sql insert into test_index values (140, 8339474147767447395, 0.536516, 'kY5qb3uvdD') index_test.go:143: sql update test_index set c1 = 8993222645299072091, c2 = 0.604557, c3 = 'k3VUWkjf1b' where c = 104 index_test.go:137: sql insert into test_index values (143, 903758085540015163, 0.895502, 'OzoMyXfO8g') index_test.go:137: sql insert into test_index values (142, 6261326787784922680, 0.914702, 'DZJrC4slj0') index_test.go:140: sql delete from test_index where c = 73 index_test.go:140: sql delete from test_index where c = 7 index_test.go:137: sql insert into test_index values (144, 8708189330625373703, 0.217638, '17wOPzvL5o') index_test.go:143: sql update test_index set c1 = 2745960708537572674, c2 = 0.824318, c3 = 'J5OChDMgXQ' where c = 11 index_test.go:137: sql insert into test_index values (145, 5370347296399619804, 0.627237, 'HmJSWbm17R') index_test.go:137: sql insert into test_index values (146, 6631300748909812058, 0.916657, 'jSx7la0GRi') index_test.go:140: sql delete from test_index where c = 91 index_test.go:140: sql delete from test_index where c = 20 index_test.go:143: sql update test_index set c1 = 7215302185945168076, c2 = 0.471315, c3 = '2pdJz60qIc' where c = 30 index_test.go:140: sql delete from test_index where c = 38 index_test.go:137: sql insert into test_index values (147, 1475487770287439817, 0.609082, 'Hwz9C5HFI3') index_test.go:140: sql delete from test_index where c = 107 index_test.go:140: sql delete from test_index where c = 75 index_test.go:143: sql update test_index set c1 = 1467609542112559963, c2 = 0.478746, c3 = 'wmsa7Zy7zI' where c = 44 index_test.go:137: sql insert into test_index values (148, 6965775721910837862, 0.800022, 'oU3rhEFZFY') index_test.go:140: sql delete from test_index where c = 18 index_test.go:143: sql update test_index set c1 = 1369101949224015653, c2 = 0.577569, c3 = 'PRqTGPxUUd' where c = 139 index_test.go:143: sql update test_index set c1 = 8832558514854779734, c2 = 0.825603, c3 = 'ytFB3YH7YG' where c = 129 index_test.go:143: sql update test_index set c1 = 8107768563198175303, c2 = 0.402147, c3 = 'IHCMKuzOUv' where c = 48 index_test.go:140: sql delete from test_index where c = 3 index_test.go:143: sql update test_index set c1 = 6868556713186383800, c2 = 0.837524, c3 = 'DoZGqU2yQU' where c = 32 index_test.go:137: sql insert into test_index values (149, 5707691749086010446, 0.584367, '06yRZ2x1bi') index_test.go:140: sql delete from test_index where c = 126 index_test.go:137: sql insert into test_index values (150, 5027739751337770811, 0.923561, '59QyMaMen8') index_test.go:137: sql insert into test_index values (151, 4060810037998993028, 0.336288, 'cyUQZplCAs') index_test.go:143: sql update test_index set c1 = 578245178030191026, c2 = 0.373432, c3 = 'khSBEzr55d' where c = 14 index_test.go:137: sql insert into test_index values (152, 3841889113040181262, 0.668815, 'AFQIfBykll') index_test.go:143: sql update test_index set c1 = 1529348719133246240, c2 = 0.896242, c3 = 'nkWLm2se38' where c = 97 index_test.go:140: sql delete from test_index where c = 60 index_test.go:140: sql delete from test_index where c = 34 index_test.go:143: sql update test_index set c1 = 8335843011512171882, c2 = 0.126226, c3 = 'CpdSO5hbbj' where c = 119 index_test.go:137: sql insert into test_index values (154, 7578624662522711533, 0.773799, 'ApzNCiF6uo') index_test.go:137: sql insert into test_index values (153, 5217900788196285571, 0.222303, 'bn2w5QtsLY') index_test.go:140: sql delete from test_index where c = 69 index_test.go:140: sql delete from test_index where c = 16 index_test.go:143: sql update test_index set c1 = 5905968831315827170, c2 = 0.275003, c3 = 'Jo94xW1dyb' where c = 31 index_test.go:137: sql insert into test_index values (155, 1643308046256574261, 0.519817, 'gt9WMXGwM5') index_test.go:143: sql update test_index set c1 = 3339895026461744772, c2 = 0.694129, c3 = '3ppCzw9klz' where c = 107 index_test.go:140: sql delete from test_index where c = 102 index_test.go:143: sql update test_index set c1 = 817373701396108817, c2 = 0.750750, c3 = 'MLM9jd51VV' where c = 100 index_test.go:140: sql delete from test_index where c = 25 index_test.go:143: sql update test_index set c1 = 8909494746931945316, c2 = 0.737508, c3 = 'qmBbZJ47Oy' where c = 90 index_test.go:143: sql update test_index set c1 = 8233800328241302489, c2 = 0.543750, c3 = '2faLGtc5So' where c = 18 index_test.go:143: sql update test_index set c1 = 544270693300382632, c2 = 0.622087, c3 = 'nxAJIlJzow' where c = 146 index_test.go:137: sql insert into test_index values (156, 3610543640141579121, 0.825886, 'IyOalaeiKy') index_test.go:140: sql delete from test_index where c = 104 index_test.go:137: sql insert into test_index values (157, 1218778637560399859, 0.895771, 'QhpumApU9C') index_test.go:137: sql insert into test_index values (159, 3797122794642825661, 0.108069, 'S9EfMuPmQr') index_test.go:137: sql insert into test_index values (158, 678257286973321824, 0.610085, 'tF1zMQA1QT') index_test.go:140: sql delete from test_index where c = 71 index_test.go:137: sql insert into test_index values (160, 5372099631775869578, 0.829517, 'DRTXwptipX') index_test.go:137: sql insert into test_index values (162, 8178147230096156858, 0.045240, 'v3VzNi3VQR') index_test.go:143: sql update test_index set c1 = 538024389523654710, c2 = 0.872034, c3 = 'y0pXZi71jt' where c = 45 index_test.go:137: sql insert into test_index values (161, 2545467901758171133, 0.145817, 'oo4Wn1WYAm') index_test.go:140: sql delete from test_index where c = 71 index_test.go:143: sql update test_index set c1 = 7508665623229188962, c2 = 0.360855, c3 = 'l6nBczeFhZ' where c = 47 index_test.go:137: sql insert into test_index values (163, 3681713767948592534, 0.253156, 'fdPNioAXMc') index_test.go:143: sql update test_index set c1 = 1785145180845545822, c2 = 0.760203, c3 = 'eQz7n8mx51' where c = 143 index_test.go:140: sql delete from test_index where c = 81 index_test.go:140: sql delete from test_index where c = 127 index_test.go:140: sql delete from test_index where c = 80 index_test.go:140: sql delete from test_index where c = 33 index_test.go:140: sql delete from test_index where c = 147 index_test.go:140: sql delete from test_index where c = 105 index_test.go:143: sql update test_index set c1 = 2274668761438296617, c2 = 0.367058, c3 = 'cezFTw3B45' where c = 36 index_test.go:137: sql insert into test_index values (164, 3811268185098900219, 0.472840, 'rwzpKzNZwS') index_test.go:143: sql update test_index set c1 = 7993149852275409140, c2 = 0.119214, c3 = 'KgnmyN4HIX' where c = 80 index_test.go:143: sql update test_index set c1 = 8908637941961801702, c2 = 0.273085, c3 = 'LldP4elzqU' where c = 70 index_test.go:137: sql insert into test_index values (165, 4120225924106260293, 0.439418, 'Yp6mTluzyB') index_test.go:143: sql update test_index set c1 = 58357319766676528, c2 = 0.105517, c3 = 'FEXI5Qj5X7' where c = 135 index_test.go:143: sql update test_index set c1 = 5673811112983112579, c2 = 0.159002, c3 = 'lKYA23aWTY' where c = 98 index_test.go:140: sql delete from test_index where c = 162 index_test.go:137: sql insert into test_index values (167, 2876794536760544664, 0.300121, 'FFZyFeY5lV') index_test.go:137: sql insert into test_index values (168, 4730816913130056408, 0.715627, 'cJdJqcr5dg') index_test.go:137: sql insert into test_index values (166, 7102532427868928755, 0.804627, 'UwzWaFJdkD') index_test.go:143: sql update test_index set c1 = 2164359167710237226, c2 = 0.287955, c3 = 'xVw5wj0EkI' where c = 89 index_test.go:143: sql update test_index set c1 = 2190208012186670899, c2 = 0.777618, c3 = 'hVrkla9UVr' where c = 67 index_test.go:137: sql insert into test_index values (169, 6446583805190057373, 0.221403, 'iGtTkkvB4T') index_test.go:140: sql delete from test_index where c = 98 index_test.go:143: sql update test_index set c1 = 3700424393058133790, c2 = 0.564937, c3 = 'h0Xu8OaJ6M' where c = 88 index_test.go:140: sql delete from test_index where c = 94 index_test.go:137: sql insert into test_index values (171, 1541872401964040225, 0.697982, 'SXIiMaBrmM') index_test.go:137: sql insert into test_index values (170, 6997366749639277793, 0.866347, '4g78tCqhV6') index_test.go:143: sql update test_index set c1 = 8683634557820197970, c2 = 0.589495, c3 = 'vVd8h7rTbS' where c = 18 index_test.go:140: sql delete from test_index where c = 128 index_test.go:137: sql insert into test_index values (172, 1243465393104700390, 0.439613, 'geLiMCGSDk') index_test.go:140: sql delete from test_index where c = 79 index_test.go:137: sql insert into test_index values (173, 3540986988657571350, 0.322733, 'lp4LjJ8mIS') index_test.go:140: sql delete from test_index where c = 5 index_test.go:143: sql update test_index set c1 = 3625001342833639408, c2 = 0.085338, c3 = 'oeJlIT9Hne' where c = 130 index_test.go:143: sql update test_index set c1 = 2453044623686264867, c2 = 0.016260, c3 = '4EQfVhQhxY' where c = 22 index_test.go:140: sql delete from test_index where c = 35 index_test.go:137: sql insert into test_index values (174, 8700865192355522104, 0.401967, '5wY3ixaffw') index_test.go:140: sql delete from test_index where c = 90 index_test.go:137: sql insert into test_index values (175, 4928670234104920468, 0.905941, '84JOBJgMjZ') index_test.go:143: sql update test_index set c1 = 1295860498331658103, c2 = 0.343737, c3 = 'ObeDXJv955' where c = 64 index_test.go:140: sql delete from test_index where c = 30 index_test.go:140: sql delete from test_index where c = 19 index_test.go:143: sql update test_index set c1 = 1688958089121508023, c2 = 0.804094, c3 = 'RX3qudpD5N' where c = 148 index_test.go:140: sql delete from test_index where c = 104 index_test.go:140: sql delete from test_index where c = 88 index_test.go:143: sql update test_index set c1 = 8934966978320902465, c2 = 0.949416, c3 = 'kIvf8wVHyl' where c = 99 index_test.go:143: sql update test_index set c1 = 662815618771736519, c2 = 0.667195, c3 = 'Oyrr3VAdQz' where c = 91 index_test.go:143: sql update test_index set c1 = 8943284760315375439, c2 = 0.975041, c3 = 'LuBZrpdxeB' where c = 23 index_test.go:137: sql insert into test_index values (176, 1984555842828897114, 0.048342, 'IWN7kPuaDC') index_test.go:137: sql insert into test_index values (177, 3994834938693318725, 0.564850, 'xL3AHCa7Lv') index_test.go:137: sql insert into test_index values (178, 1276865018888106684, 0.739107, 'affMryZABh') index_test.go:140: sql delete from test_index where c = 91 index_test.go:140: sql delete from test_index where c = 19 index_test.go:143: sql update test_index set c1 = 3917914461305498278, c2 = 0.078730, c3 = 'BDMWG5uQoY' where c = 172 index_test.go:137: sql insert into test_index values (179, 5972884884786077763, 0.926512, 'HgAcclMaj2') index_test.go:143: sql update test_index set c1 = 202226285783512210, c2 = 0.707486, c3 = 'mRrhsVQi39' where c = 1 index_test.go:137: sql insert into test_index values (180, 9084101985414006631, 0.418222, 'VTBtQRDxKT') index_test.go:140: sql delete from test_index where c = 20 index_test.go:143: sql update test_index set c1 = 3543942106567926584, c2 = 0.418374, c3 = 'jxTqzT4wtP' where c = 92 index_test.go:137: sql insert into test_index values (181, 5253924654701597002, 0.898275, '4UISQSzQvN') index_test.go:140: sql delete from test_index where c = 7 index_test.go:143: sql update test_index set c1 = 7459315815754907535, c2 = 0.651189, c3 = 'ass5sdoO7V' where c = 21 index_test.go:137: sql insert into test_index values (182, 3217057493616404196, 0.975313, '8Kd7R1kkw6') index_test.go:137: sql insert into test_index values (184, 7570788025798988683, 0.266640, 'BXEqmTIfSx') index_test.go:137: sql insert into test_index values (183, 7161607863995065955, 0.091810, 'eNnIpCe0Zl') index_test.go:140: sql delete from test_index where c = 132 index_test.go:143: sql update test_index set c1 = 4755364555106404912, c2 = 0.627618, c3 = 'AgtEL0edkI' where c = 12 index_test.go:140: sql delete from test_index where c = 98 index_test.go:143: sql update test_index set c1 = 7902122838606560065, c2 = 0.861116, c3 = 'GgsvMr8VPL' where c = 48 index_test.go:143: sql update test_index set c1 = 4016629516042807167, c2 = 0.182543, c3 = 'SJJrvedvDa' where c = 145 index_test.go:140: sql delete from test_index where c = 84 index_test.go:140: sql delete from test_index where c = 7 index_test.go:143: sql update test_index set c1 = 1676829031279012844, c2 = 0.694327, c3 = 'mNMUhve1Jr' where c = 18 index_test.go:140: sql delete from test_index where c = 151 index_test.go:137: sql insert into test_index values (186, 7754703279974623841, 0.598435, '5HX1pDs8AB') index_test.go:137: sql insert into test_index values (185, 6429281065741122464, 0.574451, 'AkLgZUe2z5') index_test.go:143: sql update test_index set c1 = 3467073031074777583, c2 = 0.516725, c3 = 'H8X4dWgegY' where c = 75 index_test.go:143: sql update test_index set c1 = 3843813119007415987, c2 = 0.402416, c3 = '9p9fFrPt20' where c = 84 index_test.go:143: sql update test_index set c1 = 4404562978182021824, c2 = 0.388779, c3 = 'wofM4e0grM' where c = 132 index_test.go:137: sql insert into test_index values (187, 1229470241439552830, 0.029435, 'Qz5Wl7sWYU') index_test.go:140: sql delete from test_index where c = 146 index_test.go:143: sql update test_index set c1 = 2366517458862875293, c2 = 0.149838, c3 = 'Th3ZPJZSV7' where c = 159 index_test.go:137: sql insert into test_index values (188, 3382073538367434798, 0.798364, 'jIaCotcZoM') index_test.go:140: sql delete from test_index where c = 114 index_test.go:140: sql delete from test_index where c = 80 index_test.go:143: sql update test_index set c1 = 8192343225623831565, c2 = 0.196667, c3 = 'H8DybDbIrM' where c = 33 index_test.go:137: sql insert into test_index values (189, 5240586241136979899, 0.849730, 'axQmflc077') index_test.go:137: sql insert into test_index values (190, 5259258174853689794, 0.865544, 'Ifi5MtTjXS') index_test.go:140: sql delete from test_index where c = 114 index_test.go:140: sql delete from test_index where c = 175 index_test.go:143: sql update test_index set c1 = 1677175179682739350, c2 = 0.898263, c3 = 'BiBmBxc1F0' where c = 161 index_test.go:137: sql insert into test_index values (191, 8819834260760369912, 0.958570, 'kj7uCXlmUQ') index_test.go:143: sql update test_index set c1 = 4688144083265543568, c2 = 0.568486, c3 = 'r7qsxWagPr' where c = 137 index_test.go:143: sql update test_index set c1 = 7110202938508581146, c2 = 0.183365, c3 = 'K6OFNqw2ad' where c = 6 index_test.go:140: sql delete from test_index where c = 29 index_test.go:143: sql update test_index set c1 = 580423876236928104, c2 = 0.421629, c3 = 'uFZAnAAybW' where c = 25 index_test.go:140: sql delete from test_index where c = 188 index_test.go:143: sql update test_index set c1 = 540092692556577579, c2 = 0.310188, c3 = 'Mx40tW7olx' where c = 95 index_test.go:143: sql update test_index set c1 = 4066490094820272166, c2 = 0.416561, c3 = 'gMgr8p3pVK' where c = 65 index_test.go:143: sql update test_index set c1 = 8531359851114527997, c2 = 0.897484, c3 = 'N1ZSlVG3sc' where c = 13 index_test.go:137: sql insert into test_index values (192, 9262396836322966, 0.277570, 'YVTBXnXQqN') index_test.go:140: sql delete from test_index where c = 18 index_test.go:143: sql update test_index set c1 = 1957572885640021728, c2 = 0.124594, c3 = 'l5Ma94zYuj' where c = 83 index_test.go:137: sql insert into test_index values (193, 3303957279789633833, 0.734829, 'TwME0X5uxI') index_test.go:140: sql delete from test_index where c = 42 index_test.go:143: sql update test_index set c1 = 8440565700602150882, c2 = 0.827395, c3 = 'iNw8rErFcs' where c = 103 index_test.go:137: sql insert into test_index values (194, 1102771525364711449, 0.425722, '7ios621q8S') index_test.go:140: sql delete from test_index where c = 41 index_test.go:143: sql update test_index set c1 = 6487419183266696790, c2 = 0.781133, c3 = 'bF0oOYMxOs' where c = 27 index_test.go:137: sql insert into test_index values (195, 3259363545110689608, 0.009062, '6BIjhzQMSw') index_test.go:140: sql delete from test_index where c = 105 index_test.go:143: sql update test_index set c1 = 6567889681685010684, c2 = 0.315031, c3 = 'bApahuJfXK' where c = 4 index_test.go:137: sql insert into test_index values (196, 1864511892930147885, 0.212809, 'yIEXYE48d9') index_test.go:140: sql delete from test_index where c = 186 index_test.go:143: sql update test_index set c1 = 198164553677456223, c2 = 0.382245, c3 = 'u8rTbrIi2F' where c = 17 index_test.go:137: sql insert into test_index values (197, 2222695607134268450, 0.102847, 'zAnaZ4Z5gR') index_test.go:140: sql delete from test_index where c = 46 index_test.go:143: sql update test_index set c1 = 573386143756960285, c2 = 0.094418, c3 = 'gG4TwbcY8F' where c = 48 index_test.go:137: sql insert into test_index values (198, 9222328318470018081, 0.258537, 'b1NcH20kRc') index_test.go:140: sql delete from test_index where c = 15 index_test.go:143: sql update test_index set c1 = 6100791839682306140, c2 = 0.516918, c3 = 'RFGlwbAY5A' where c = 115 index_test.go:137: sql insert into test_index values (199, 5054874673484083794, 0.016325, 'feAU6CtIi1') index_test.go:140: sql delete from test_index where c = 83 index_test.go:143: sql update test_index set c1 = 9111808013285962776, c2 = 0.200001, c3 = 'enGbtR7F2w' where c = 75 index_test.go:137: sql insert into test_index values (200, 1718860605100949395, 0.009177, 'Ky7WuqmnNE') index_test.go:140: sql delete from test_index where c = 113 index_test.go:143: sql update test_index set c1 = 465792830753107111, c2 = 0.526317, c3 = 'sreKUcth7L' where c = 179 index_test.go:137: sql insert into test_index values (205, 257519006539264157, 0.935733, 'LeQNEVPk39') index_test.go:137: sql insert into test_index values (208, 1788517570664135050, 0.573424, '1WaoAa1XW9') index_test.go:137: sql insert into test_index values (202, 4433040546287876402, 0.087875, 'HNtdThJwcC') index_test.go:137: sql insert into test_index values (203, 7296090157449015774, 0.624997, 'hRytp9R9OJ') index_test.go:137: sql insert into test_index values (210, 7096319551666704466, 0.806501, 'ETj59l63sH') index_test.go:137: sql insert into test_index values (209, 746168634102901261, 0.119747, '2TYgdg6tnn') index_test.go:137: sql insert into test_index values (201, 3419170165069286489, 0.301637, 'aPZ2DvvDkr') index_test.go:137: sql insert into test_index values (206, 3786397916901170847, 0.823202, '1UwGwMMzoR') index_test.go:137: sql insert into test_index values (207, 1051098519196742383, 0.031547, 'QPpEetgkcd') index_test.go:137: sql insert into test_index values (204, 1379165942796798215, 0.692466, '5xdjaZpM5D') index_test.go:140: sql delete from test_index where c = 75 index_test.go:140: sql delete from test_index where c = 30 index_test.go:140: sql delete from test_index where c = 186 index_test.go:140: sql delete from test_index where c = 175 index_test.go:140: sql delete from test_index where c = 71 index_test.go:143: sql update test_index set c1 = 4012259591860553313, c2 = 0.207001, c3 = 'Ez7JSxNCGV' where c = 16 index_test.go:143: sql update test_index set c1 = 2050707738558081355, c2 = 0.959154, c3 = '9dGaKPR09z' where c = 83 index_test.go:140: sql delete from test_index where c = 43 index_test.go:140: sql delete from test_index where c = 29 index_test.go:140: sql delete from test_index where c = 41 index_test.go:140: sql delete from test_index where c = 194 index_test.go:143: sql update test_index set c1 = 1705633592743190699, c2 = 0.883331, c3 = 'fSz3KchfXQ' where c = 14 index_test.go:143: sql update test_index set c1 = 7147065517185576104, c2 = 0.416818, c3 = 'h4BUrMokf0' where c = 191 index_test.go:140: sql delete from test_index where c = 160 index_test.go:143: sql update test_index set c1 = 4155971046248964655, c2 = 0.216043, c3 = 'TGSNbpleDY' where c = 91 index_test.go:143: sql update test_index set c1 = 7088945650657440417, c2 = 0.515555, c3 = 'DLrWBppktu' where c = 55 index_test.go:137: sql insert into test_index values (212, 3804399504190976473, 0.410814, 'OHZ7kskjlj') index_test.go:143: sql update test_index set c1 = 4795011806115663452, c2 = 0.528134, c3 = 'bQNsDr4g2W' where c = 109 index_test.go:143: sql update test_index set c1 = 8722054362538454982, c2 = 0.424834, c3 = 'W80SV3BBND' where c = 93 index_test.go:143: sql update test_index set c1 = 668936681400049746, c2 = 0.660827, c3 = 'jdRQHjAlQt' where c = 171 index_test.go:137: sql insert into test_index values (211, 605498681526335146, 0.680005, 'wdc8Du7Tg6') index_test.go:137: sql insert into test_index values (213, 6353339303157002732, 0.877121, '4r3csPyeUA') index_test.go:137: sql insert into test_index values (214, 5599672700703045159, 0.008400, '0s8Vgm2kqM') index_test.go:137: sql insert into test_index values (215, 8511870753119994631, 0.626225, 'tkoARE5tjC') index_test.go:137: sql insert into test_index values (216, 1173139435153539677, 0.505900, 'lvfHWK28ff') index_test.go:140: sql delete from test_index where c = 30 index_test.go:140: sql delete from test_index where c = 90 index_test.go:137: sql insert into test_index values (217, 1981701510214943441, 0.393409, 'c4gxyZh7rM') index_test.go:143: sql update test_index set c1 = 3347132569121069161, c2 = 0.395423, c3 = '0QkHq8HeHe' where c = 144 index_test.go:137: sql insert into test_index values (218, 230364398565067346, 0.738780, 'e1YZqMavP7') index_test.go:137: sql insert into test_index values (219, 5853102773563240127, 0.190166, '9JLRZLxneX') index_test.go:143: sql update test_index set c1 = 7817634799349488233, c2 = 0.298970, c3 = '825oETBWKC' where c = 194 index_test.go:143: sql update test_index set c1 = 6283947427623783059, c2 = 0.898668, c3 = 'GbAQ39suHa' where c = 46 index_test.go:140: sql delete from test_index where c = 155 index_test.go:140: sql delete from test_index where c = 183 index_test.go:140: sql delete from test_index where c = 8 index_test.go:143: sql update test_index set c1 = 1115111198958225926, c2 = 0.667171, c3 = 'uW5oTxZNGj' where c = 12 index_test.go:137: sql insert into test_index values (220, 8511753702711860095, 0.510033, 'SCxQY0WZFO') index_test.go:140: sql delete from test_index where c = 138 index_test.go:140: sql delete from test_index where c = 152 index_test.go:137: sql insert into test_index values (222, 591877754033941102, 0.733766, 'HFk8yy2h29') index_test.go:143: sql update test_index set c1 = 4897518505031392358, c2 = 0.995323, c3 = 'xjgQPE9IGi' where c = 111 index_test.go:140: sql delete from test_index where c = 152 index_test.go:143: sql update test_index set c1 = 7255316693637932784, c2 = 0.527523, c3 = '73WLt7L1l4' where c = 117 index_test.go:137: sql insert into test_index values (221, 617531685067579303, 0.493265, 'lf0GQZ9bZa') index_test.go:137: sql insert into test_index values (223, 8923415287899879803, 0.336714, 'FY5iRIO0gP') index_test.go:140: sql delete from test_index where c = 209 index_test.go:143: sql update test_index set c1 = 3670632479901663349, c2 = 0.035083, c3 = '3kAWdQewLR' where c = 92 index_test.go:140: sql delete from test_index where c = 119 index_test.go:143: sql update test_index set c1 = 1506906708539241486, c2 = 0.118180, c3 = 'tWzUyDk5PJ' where c = 165 index_test.go:137: sql insert into test_index values (224, 3086126003077976364, 0.250276, '388N0LlUcm') index_test.go:140: sql delete from test_index where c = 59 index_test.go:140: sql delete from test_index where c = 82 index_test.go:137: sql insert into test_index values (225, 3218521160579950397, 0.412641, 'f6bZ91hvcc') index_test.go:143: sql update test_index set c1 = 3848531873553268157, c2 = 0.909640, c3 = 'BcolvIE3fw' where c = 85 index_test.go:140: sql delete from test_index where c = 136 index_test.go:137: sql insert into test_index values (226, 6872077679351689245, 0.993007, 'B7o1AZwDlu') index_test.go:140: sql delete from test_index where c = 88 index_test.go:137: sql insert into test_index values (227, 3270436531239497540, 0.060556, '9ALSYdLoNp') index_test.go:143: sql update test_index set c1 = 5982045923119141091, c2 = 0.892063, c3 = 'g4sF0kLUl6' where c = 18 index_test.go:143: sql update test_index set c1 = 6168094423201511492, c2 = 0.597394, c3 = 'ghg8EdfKAx' where c = 170 index_test.go:140: sql delete from test_index where c = 223 index_test.go:143: sql update test_index set c1 = 6727041726969811763, c2 = 0.986297, c3 = 'vv1ZH5ZPWb' where c = 7 index_test.go:143: sql update test_index set c1 = 4442987290246607843, c2 = 0.548039, c3 = 'SDzMOmcvqW' where c = 191 index_test.go:143: sql update test_index set c1 = 8361609971477756590, c2 = 0.443163, c3 = 'ro8Pwn9ywH' where c = 39 index_test.go:143: sql update test_index set c1 = 2915817652046694741, c2 = 0.704653, c3 = 'yP1MKJ83Xv' where c = 41 index_test.go:137: sql insert into test_index values (228, 6635218904907660783, 0.715169, 'SVgXWyhqyj') index_test.go:140: sql delete from test_index where c = 142 index_test.go:140: sql delete from test_index where c = 127 index_test.go:143: sql update test_index set c1 = 300106871668966162, c2 = 0.255672, c3 = 'wGaEYf3jP7' where c = 176 index_test.go:140: sql delete from test_index where c = 99 index_test.go:137: sql insert into test_index values (232, 1515171982162985855, 0.283424, 'A7Q5oQ2GEh') index_test.go:137: sql insert into test_index values (233, 3899251749052638960, 0.811550, 'nAQlqJKrjQ') index_test.go:137: sql insert into test_index values (231, 1912869982131381161, 0.736167, 'oTlfdznsa0') index_test.go:137: sql insert into test_index values (234, 308124101176111214, 0.834570, 'f7lDNfrEls') index_test.go:137: sql insert into test_index values (230, 1729307079254802436, 0.829145, 'Or2azMK3Sf') index_test.go:140: sql delete from test_index where c = 5 index_test.go:143: sql update test_index set c1 = 1987176228048743573, c2 = 0.057421, c3 = 'xX5p7Wdb5y' where c = 30 index_test.go:137: sql insert into test_index values (229, 7746822679907389920, 0.557075, 'Tjf3D9rTGa') index_test.go:143: sql update test_index set c1 = 4123029539094781293, c2 = 0.251910, c3 = 'Q9BOMQLZJ7' where c = 75 index_test.go:143: sql update test_index set c1 = 7264641690469010289, c2 = 0.885285, c3 = 'vNu4ZH8qTM' where c = 211 index_test.go:137: sql insert into test_index values (235, 3336646911693039311, 0.618406, 'IoMXnFyaJP') index_test.go:140: sql delete from test_index where c = 166 index_test.go:140: sql delete from test_index where c = 226 index_test.go:140: sql delete from test_index where c = 77 index_test.go:140: sql delete from test_index where c = 164 index_test.go:143: sql update test_index set c1 = 180574659809586548, c2 = 0.558050, c3 = 'DQ4i45DGs1' where c = 179 index_test.go:143: sql update test_index set c1 = 1141978900570409059, c2 = 0.653717, c3 = 'lPs0gqaiT4' where c = 88 index_test.go:137: sql insert into test_index values (238, 873848854849397105, 0.708959, 'G8w77dGPyV') index_test.go:140: sql delete from test_index where c = 120 index_test.go:140: sql delete from test_index where c = 27 index_test.go:137: sql insert into test_index values (236, 7945562398890870859, 0.906569, 'HMWfcoq9Vh') index_test.go:137: sql insert into test_index values (237, 6009162638941428123, 0.288780, 'fskRczCsPS') index_test.go:140: sql delete from test_index where c = 155 index_test.go:143: sql update test_index set c1 = 2668721542934385126, c2 = 0.017499, c3 = 'do5zX4h0jb' where c = 213 index_test.go:140: sql delete from test_index where c = 188 index_test.go:140: sql delete from test_index where c = 79 index_test.go:137: sql insert into test_index values (240, 6923670128241704098, 0.868799, 'ddQD13UAwk') index_test.go:137: sql insert into test_index values (239, 8643095019601571924, 0.138882, 'zToSHhLOnT') index_test.go:143: sql update test_index set c1 = 4975221560715052187, c2 = 0.568733, c3 = 'wNGK4guj1l' where c = 11 index_test.go:143: sql update test_index set c1 = 3443684407909712568, c2 = 0.677041, c3 = 'LpM99BiafS' where c = 42 index_test.go:143: sql update test_index set c1 = 4784266775124326429, c2 = 0.699220, c3 = 'CaetY3cuZp' where c = 127 index_test.go:143: sql update test_index set c1 = 6072433179368685384, c2 = 0.372320, c3 = 'croWEXZWSt' where c = 127 index_test.go:143: sql update test_index set c1 = 3833523630059186457, c2 = 0.879092, c3 = 'x2OhqZVbGJ' where c = 103 index_test.go:143: sql update test_index set c1 = 7487996656104693912, c2 = 0.901152, c3 = 'lbjR4X6cDW' where c = 118 index_test.go:137: sql insert into test_index values (241, 4357679689073270399, 0.817664, 'NoDyYt2MV3') index_test.go:143: sql update test_index set c1 = 8521322655348531205, c2 = 0.896572, c3 = 'HUynDbUVAX' where c = 205 index_test.go:137: sql insert into test_index values (242, 368673815144649046, 0.360483, 'EcVCwBChGt') index_test.go:137: sql insert into test_index values (243, 645844331601950373, 0.582793, '5ToE6qMYMh') index_test.go:140: sql delete from test_index where c = 227 index_test.go:140: sql delete from test_index where c = 119 index_test.go:140: sql delete from test_index where c = 220 index_test.go:137: sql insert into test_index values (244, 5259897983011423768, 0.368807, 'UViOdLZBjU') index_test.go:137: sql insert into test_index values (245, 6849637129181830685, 0.188371, 'RDTGJmKm73') index_test.go:140: sql delete from test_index where c = 3 index_test.go:143: sql update test_index set c1 = 4627228028617569698, c2 = 0.792560, c3 = 'RS5W8uSE1e' where c = 27 index_test.go:140: sql delete from test_index where c = 2 index_test.go:140: sql delete from test_index where c = 168 index_test.go:137: sql insert into test_index values (246, 7325359209328171465, 0.942790, 'mO3rBIav3s') index_test.go:137: sql insert into test_index values (247, 8909659350116254123, 0.423502, 'ivbAIGPtTJ') index_test.go:143: sql update test_index set c1 = 2725080608430149127, c2 = 0.917490, c3 = 'QRurE6MzFt' where c = 151 index_test.go:140: sql delete from test_index where c = 6 index_test.go:140: sql delete from test_index where c = 206 index_test.go:137: sql insert into test_index values (249, 6139122255443711115, 0.369146, 'KUh3hGEjHA') index_test.go:143: sql update test_index set c1 = 7187912516416652490, c2 = 0.893996, c3 = 'E6WcmdHDXM' where c = 210 index_test.go:137: sql insert into test_index values (248, 2195457914754927411, 0.812822, 'Y03lJotF1D') index_test.go:143: sql update test_index set c1 = 3822472508394971727, c2 = 0.757589, c3 = 'ifxDmZFEux' where c = 115 index_test.go:143: sql update test_index set c1 = 721698614182623352, c2 = 0.221363, c3 = 'aUWAiSivLG' where c = 0 index_test.go:143: sql update test_index set c1 = 9068251604254911022, c2 = 0.660046, c3 = 'hRF4rb0J3e' where c = 168 index_test.go:140: sql delete from test_index where c = 239 index_test.go:137: sql insert into test_index values (250, 1273200222119430960, 0.109187, '5opwv79psM') index_test.go:137: sql insert into test_index values (251, 5973528047834371610, 0.835127, 'VV1iizmK2P') index_test.go:143: sql update test_index set c1 = 47554794566618882, c2 = 0.683669, c3 = 'B3y7qPgWV1' where c = 239 index_test.go:140: sql delete from test_index where c = 125 index_test.go:143: sql update test_index set c1 = 9094874403807351658, c2 = 0.127186, c3 = 'JQXrcfd11T' where c = 218 index_test.go:137: sql insert into test_index values (252, 1662173684775743016, 0.220384, 'fbiPQGbsic') index_test.go:140: sql delete from test_index where c = 183 index_test.go:143: sql update test_index set c1 = 9000963771540639216, c2 = 0.770204, c3 = 'xCVRaV3c2P' where c = 3 index_test.go:140: sql delete from test_index where c = 77 index_test.go:140: sql delete from test_index where c = 149 index_test.go:137: sql insert into test_index values (253, 5001104174815282097, 0.356137, '00VRAsRKgh') index_test.go:137: sql insert into test_index values (254, 6710121361256337150, 0.016083, 'tk64nFo8gK') index_test.go:140: sql delete from test_index where c = 78 index_test.go:137: sql insert into test_index values (255, 9110503085719299734, 0.652733, 'cn63gspnBQ') index_test.go:137: sql insert into test_index values (256, 5174081045620521748, 0.769803, 'NUngvDTQoc') index_test.go:143: sql update test_index set c1 = 3903756881717217967, c2 = 0.021856, c3 = 'Tpn2f6XZzh' where c = 150 index_test.go:140: sql delete from test_index where c = 138 index_test.go:143: sql update test_index set c1 = 8542487807740069582, c2 = 0.311967, c3 = 'q9YcMBMRnr' where c = 129 index_test.go:143: sql update test_index set c1 = 6381642154354163785, c2 = 0.382264, c3 = 'jbBptbCkxw' where c = 58 index_test.go:143: sql update test_index set c1 = 4111653674674825892, c2 = 0.094533, c3 = 'Gs09pjgHos' where c = 197 index_test.go:140: sql delete from test_index where c = 44 index_test.go:137: sql insert into test_index values (257, 7825610101606026004, 0.747459, 'uRyMQJHlQV') index_test.go:143: sql update test_index set c1 = 3908666969101848973, c2 = 0.675751, c3 = 'snHpw6HoB2' where c = 167 index_test.go:140: sql delete from test_index where c = 125 index_test.go:137: sql insert into test_index values (259, 1230972925385071799, 0.504665, 'KLhXldtLoC') index_test.go:140: sql delete from test_index where c = 120 index_test.go:137: sql insert into test_index values (261, 2454041204453905681, 0.868635, 'tKHrMwOmus') index_test.go:140: sql delete from test_index where c = 13 index_test.go:143: sql update test_index set c1 = 2657047084383235884, c2 = 0.681188, c3 = 'dnv9gct8AR' where c = 187 index_test.go:140: sql delete from test_index where c = 12 index_test.go:143: sql update test_index set c1 = 3474806483336720260, c2 = 0.476190, c3 = 'cSmfZNWV9B' where c = 196 index_test.go:137: sql insert into test_index values (264, 8602193747110504562, 0.789556, 'ehlrg2lvt9') index_test.go:143: sql update test_index set c1 = 6336296531988858224, c2 = 0.474417, c3 = 'BQybiUiL1h' where c = 18 index_test.go:140: sql delete from test_index where c = 245 index_test.go:137: sql insert into test_index values (262, 8314737925119470869, 0.508876, 'I2FGHUCBZT') index_test.go:137: sql insert into test_index values (260, 4712309333593832984, 0.748710, 'XG1QCl0Mqq') index_test.go:137: sql insert into test_index values (258, 8955996217360351453, 0.923640, 'jnw92CrvTj') index_test.go:143: sql update test_index set c1 = 4273231314841621967, c2 = 0.299126, c3 = 'fcMQGvzVvi' where c = 170 index_test.go:137: sql insert into test_index values (263, 5248552159388788118, 0.242540, 'YUYyZqeJCH') index_test.go:143: sql update test_index set c1 = 944164732802671805, c2 = 0.340484, c3 = 'se17w7MBC8' where c = 36 index_test.go:140: sql delete from test_index where c = 244 index_test.go:143: sql update test_index set c1 = 8060809301445204377, c2 = 0.411483, c3 = 'pU98utrRDF' where c = 14 index_test.go:143: sql update test_index set c1 = 4053137133314765323, c2 = 0.912026, c3 = '2oJDyGcriv' where c = 44 index_test.go:137: sql insert into test_index values (265, 4552703500004213706, 0.626413, 'omNzhVeyMV') index_test.go:143: sql update test_index set c1 = 2148228013379221415, c2 = 0.011069, c3 = 'ITuU54oQLV' where c = 13 index_test.go:140: sql delete from test_index where c = 181 index_test.go:137: sql insert into test_index values (266, 7461489299312087657, 0.977201, 'bWWWSRo0G4') index_test.go:140: sql delete from test_index where c = 50 index_test.go:137: sql insert into test_index values (267, 5088779461586651574, 0.792738, 'qkiVHklNR7') index_test.go:137: sql insert into test_index values (268, 6805558624363151918, 0.324847, 'QzUlvA2PwB') index_test.go:140: sql delete from test_index where c = 72 index_test.go:140: sql delete from test_index where c = 23 index_test.go:140: sql delete from test_index where c = 23 index_test.go:137: sql insert into test_index values (269, 6668046543829826138, 0.199728, 'y0J0B4yXtr') index_test.go:137: sql insert into test_index values (270, 7300186293259837388, 0.643453, 'rUc3vDCmjX') index_test.go:140: sql delete from test_index where c = 201 index_test.go:143: sql update test_index set c1 = 4590982288176059848, c2 = 0.971111, c3 = 'CUd5O1CBFv' where c = 11 index_test.go:140: sql delete from test_index where c = 106 index_test.go:143: sql update test_index set c1 = 7744547756405548443, c2 = 0.513107, c3 = 'SL306hq552' where c = 208 index_test.go:143: sql update test_index set c1 = 6088412365509285488, c2 = 0.832826, c3 = 'TPDqqFcFZB' where c = 226 index_test.go:143: sql update test_index set c1 = 3487142334712678799, c2 = 0.675537, c3 = 'wAyBT8Wr0R' where c = 91 index_test.go:140: sql delete from test_index where c = 52 index_test.go:143: sql update test_index set c1 = 4343978330823630488, c2 = 0.302182, c3 = '36Zb1MQ9kb' where c = 145 index_test.go:140: sql delete from test_index where c = 218 index_test.go:143: sql update test_index set c1 = 892182964120009261, c2 = 0.241733, c3 = 'Q4zzlG0SQI' where c = 144 index_test.go:137: sql insert into test_index values (271, 5941299755615487582, 0.989360, 'RSUnbPpmVj') index_test.go:137: sql insert into test_index values (272, 3989964063876166759, 0.445035, 'KJwbkbIaWb') index_test.go:140: sql delete from test_index where c = 57 index_test.go:140: sql delete from test_index where c = 242 index_test.go:143: sql update test_index set c1 = 86549553040089079, c2 = 0.781410, c3 = 'B0fApemvIf' where c = 0 index_test.go:137: sql insert into test_index values (275, 4397078051000550695, 0.697530, 'XTYWbt1TZa') index_test.go:143: sql update test_index set c1 = 6866266705099056283, c2 = 0.614828, c3 = '4kJtmTCG6g' where c = 260 index_test.go:137: sql insert into test_index values (276, 2948795999423789535, 0.360170, 'DQ4wsQp2rj') index_test.go:143: sql update test_index set c1 = 6387139857998464899, c2 = 0.567459, c3 = '4AofYTa37f' where c = 11 index_test.go:137: sql insert into test_index values (273, 6733929488924899764, 0.825100, 'RlPv6JPVZ3') index_test.go:143: sql update test_index set c1 = 3208504818128593137, c2 = 0.237380, c3 = '76gPcZCKGc' where c = 217 index_test.go:137: sql insert into test_index values (274, 8879349237858216848, 0.347935, 'YD6kYjy2nt') index_test.go:143: sql update test_index set c1 = 4686068106377141722, c2 = 0.059757, c3 = 'cUvLQBfQJt' where c = 19 index_test.go:140: sql delete from test_index where c = 223 index_test.go:140: sql delete from test_index where c = 225 index_test.go:140: sql delete from test_index where c = 79 index_test.go:137: sql insert into test_index values (277, 8736260233832068641, 0.230523, 'QFMZLFJKKK') index_test.go:140: sql delete from test_index where c = 94 index_test.go:137: sql insert into test_index values (278, 7066037280577785532, 0.970886, 'dRkaUzeedF') index_test.go:140: sql delete from test_index where c = 72 index_test.go:137: sql insert into test_index values (279, 7433837863671518357, 0.152376, 'vrWndSxZ78') index_test.go:137: sql insert into test_index values (281, 5280197933174097741, 0.565390, 'sHqLVANcyg') index_test.go:140: sql delete from test_index where c = 167 index_test.go:143: sql update test_index set c1 = 47948742170850381, c2 = 0.857577, c3 = 'gJWq4SFNYf' where c = 88 index_test.go:140: sql delete from test_index where c = 59 index_test.go:143: sql update test_index set c1 = 1459090214782052249, c2 = 0.837918, c3 = 'JtUqJd9d3W' where c = 197 index_test.go:143: sql update test_index set c1 = 122638063643671784, c2 = 0.173278, c3 = 'kK2fxZEShT' where c = 152 index_test.go:143: sql update test_index set c1 = 5684059004072134767, c2 = 0.260214, c3 = 'eAdk8yNhhb' where c = 65 index_test.go:137: sql insert into test_index values (280, 4898225088798701512, 0.257778, 'rHIf5iulvB') index_test.go:143: sql update test_index set c1 = 8134094842533614603, c2 = 0.682839, c3 = 'jL9ipENdvF' where c = 79 index_test.go:137: sql insert into test_index values (282, 1621727146190144733, 0.466976, '02Xp9OzfLJ') index_test.go:140: sql delete from test_index where c = 180 index_test.go:140: sql delete from test_index where c = 198 index_test.go:143: sql update test_index set c1 = 6790130244589112452, c2 = 0.864382, c3 = 'c0SrQSY5uf' where c = 250 index_test.go:137: sql insert into test_index values (283, 1504755337589468897, 0.730553, '8jbaCAephS') index_test.go:137: sql insert into test_index values (286, 7539304483875341676, 0.524110, 'FU4afKRWWz') index_test.go:143: sql update test_index set c1 = 4568247715544027776, c2 = 0.550626, c3 = 'Bb7BEKcE2O' where c = 41 index_test.go:140: sql delete from test_index where c = 117 index_test.go:143: sql update test_index set c1 = 7932454666214854386, c2 = 0.535940, c3 = 'GWWocQ3q6i' where c = 201 index_test.go:140: sql delete from test_index where c = 60 index_test.go:137: sql insert into test_index values (284, 2916653781309013133, 0.299887, 'AqaHBuqBCJ') index_test.go:137: sql insert into test_index values (285, 2062277277514078270, 0.471960, 'bBunzxBMHL') index_test.go:140: sql delete from test_index where c = 281 index_test.go:143: sql update test_index set c1 = 1442417482034316305, c2 = 0.257811, c3 = 'fGwEzU9cDg' where c = 198 index_test.go:143: sql update test_index set c1 = 2724872440149148071, c2 = 0.765118, c3 = 'pH8LhCL9sV' where c = 146 index_test.go:137: sql insert into test_index values (288, 5513354220106030509, 0.766948, 'pNL8VsLZmu') index_test.go:140: sql delete from test_index where c = 86 index_test.go:143: sql update test_index set c1 = 1239395372479752585, c2 = 0.014357, c3 = '55KSeAu06c' where c = 89 index_test.go:137: sql insert into test_index values (287, 2865136267333117823, 0.486550, 'GSrpormANS') index_test.go:137: sql insert into test_index values (289, 5884502835772343357, 0.720066, 'jcZTpuxZ12') index_test.go:137: sql insert into test_index values (290, 8028921834160539315, 0.454621, 'ONbVuK11EN') index_test.go:137: sql insert into test_index values (291, 5723142105471215898, 0.707638, 'OTDUFUkYTU') index_test.go:140: sql delete from test_index where c = 140 index_test.go:140: sql delete from test_index where c = 12 index_test.go:140: sql delete from test_index where c = 49 index_test.go:137: sql insert into test_index values (292, 7131103945461942663, 0.346838, 'WLlZRiW0AU') index_test.go:143: sql update test_index set c1 = 2134907279464527291, c2 = 0.381526, c3 = 'jvHUCUGC15' where c = 65 index_test.go:143: sql update test_index set c1 = 8193708666929308778, c2 = 0.101676, c3 = '2GvsMevvS2' where c = 68 index_test.go:140: sql delete from test_index where c = 278 index_test.go:143: sql update test_index set c1 = 4085268099565961290, c2 = 0.084190, c3 = 'm4zemxgpGv' where c = 13 index_test.go:140: sql delete from test_index where c = 143 index_test.go:140: sql delete from test_index where c = 275 index_test.go:143: sql update test_index set c1 = 151160526131717215, c2 = 0.062866, c3 = 'xjPfackgDh' where c = 73 index_test.go:143: sql update test_index set c1 = 5493941809910117123, c2 = 0.819533, c3 = 'XZoVawLlYd' where c = 261 index_test.go:137: sql insert into test_index values (293, 3171112900201449991, 0.958532, 'eKDXOeEH8m') index_test.go:140: sql delete from test_index where c = 211 index_test.go:140: sql delete from test_index where c = 34 index_test.go:140: sql delete from test_index where c = 207 index_test.go:137: sql insert into test_index values (294, 4736046026128764633, 0.941689, 'JtHK0iafnz') index_test.go:143: sql update test_index set c1 = 4465076027294102681, c2 = 0.064888, c3 = 'kvv0OIAyFp' where c = 285 index_test.go:143: sql update test_index set c1 = 6350410959765716772, c2 = 0.784615, c3 = 'OeJoEf66Bb' where c = 233 index_test.go:143: sql update test_index set c1 = 5488066246148824981, c2 = 0.763331, c3 = 'DU27USbKiy' where c = 145 index_test.go:137: sql insert into test_index values (295, 6748772104685134986, 0.667263, 'K4HfHox73M') index_test.go:143: sql update test_index set c1 = 4182194475057424739, c2 = 0.262841, c3 = 'AKbort6j8J' where c = 218 index_test.go:143: sql update test_index set c1 = 7106434675905270545, c2 = 0.077056, c3 = '5PxdbkVeAs' where c = 246 index_test.go:143: sql update test_index set c1 = 3158469907166672507, c2 = 0.027233, c3 = 'CbV1EHExSa' where c = 290 index_test.go:140: sql delete from test_index where c = 272 index_test.go:137: sql insert into test_index values (296, 7936062279669692220, 0.334510, 'azLtOnegiN') index_test.go:140: sql delete from test_index where c = 235 index_test.go:137: sql insert into test_index values (297, 516588165099497834, 0.594465, 'Aq90pHgKqC') index_test.go:140: sql delete from test_index where c = 149 index_test.go:140: sql delete from test_index where c = 34 index_test.go:137: sql insert into test_index values (298, 1692693808813983187, 0.091682, 'ryHWAZZWtZ') index_test.go:143: sql update test_index set c1 = 2457223859591865942, c2 = 0.940845, c3 = 'aQQDOfkCOW' where c = 29 index_test.go:143: sql update test_index set c1 = 8350203002427492030, c2 = 0.303205, c3 = 'tir4GGqQzi' where c = 201 index_test.go:140: sql delete from test_index where c = 3 index_test.go:143: sql update test_index set c1 = 526983236212198364, c2 = 0.292216, c3 = 'PZd2FZoZBW' where c = 35 index_test.go:143: sql update test_index set c1 = 4737729623170343727, c2 = 0.038844, c3 = 'P7LHb6MwVI' where c = 191 index_test.go:143: sql update test_index set c1 = 7372953472387933373, c2 = 0.502495, c3 = 'mthg7MKUEg' where c = 262 index_test.go:137: sql insert into test_index values (299, 2227434850599578726, 0.037062, '7UA1LqD4KQ') index_test.go:137: sql insert into test_index values (300, 6919835053873102974, 0.489130, 'zRcZ1pFl9o') index_test.go:140: sql delete from test_index where c = 116 index_test.go:140: sql delete from test_index where c = 216 index_test.go:143: sql update test_index set c1 = 6345008483574844799, c2 = 0.880797, c3 = 'wfMrPRxG4M' where c = 132 index_test.go:143: sql update test_index set c1 = 2697649801786376569, c2 = 0.350819, c3 = 'sGR3HXjuX6' where c = 224 index_test.go:137: sql insert into test_index values (303, 6898748874060477224, 0.074819, '21WwsOvmv1') index_test.go:137: sql insert into test_index values (305, 715146625198710670, 0.012971, 'vy9LkQYh0g') index_test.go:137: sql insert into test_index values (301, 2250833240101585897, 0.479898, '0UqW8KQNEb') index_test.go:137: sql insert into test_index values (302, 1850561909455559861, 0.031590, 'O9dXrBc6HN') index_test.go:137: sql insert into test_index values (307, 2957488199802233619, 0.138414, 't8DibGTbUg') index_test.go:137: sql insert into test_index values (309, 5075192145794093934, 0.542000, 'edSu3gUGVZ') index_test.go:137: sql insert into test_index values (304, 9091784649151647627, 0.369451, 'I1cDuE9IPc') index_test.go:140: sql delete from test_index where c = 143 index_test.go:137: sql insert into test_index values (306, 3323577152809148452, 0.586108, 'ZXWT2maPcj') index_test.go:137: sql insert into test_index values (310, 3452106468476455554, 0.933391, 'FFFwavxRmw') index_test.go:137: sql insert into test_index values (308, 270572777534830004, 0.595323, 'rm2bVyQIzf') index_test.go:140: sql delete from test_index where c = 127 index_test.go:143: sql update test_index set c1 = 7819246166433855333, c2 = 0.098290, c3 = 'bslulN5p3V' where c = 132 index_test.go:140: sql delete from test_index where c = 176 index_test.go:140: sql delete from test_index where c = 215 index_test.go:140: sql delete from test_index where c = 22 index_test.go:140: sql delete from test_index where c = 179 index_test.go:143: sql update test_index set c1 = 7517691296197411201, c2 = 0.804195, c3 = 'jqz0NrV6aC' where c = 188 index_test.go:143: sql update test_index set c1 = 7980654748041269105, c2 = 0.945493, c3 = 'G1HriJ3bFy' where c = 27 index_test.go:143: sql update test_index set c1 = 3551925253453580987, c2 = 0.687134, c3 = 'YnLjjd6DMN' where c = 25 index_test.go:140: sql delete from test_index where c = 10 index_test.go:140: sql delete from test_index where c = 170 index_test.go:137: sql insert into test_index values (311, 1185750513780260306, 0.329299, '6bhFO05gjL') index_test.go:140: sql delete from test_index where c = 300 index_test.go:137: sql insert into test_index values (312, 4280290854906734795, 0.488369, 'stasF6pEhz') index_test.go:143: sql update test_index set c1 = 6577448884602921058, c2 = 0.386288, c3 = 'lJNKNrCG1J' where c = 143 index_test.go:143: sql update test_index set c1 = 1698927426737910890, c2 = 0.049233, c3 = 'kaL9OTsJmo' where c = 201 index_test.go:140: sql delete from test_index where c = 223 index_test.go:143: sql update test_index set c1 = 1822877375023378209, c2 = 0.862580, c3 = 'mQEjsc9bll' where c = 303 index_test.go:143: sql update test_index set c1 = 5615338070643462879, c2 = 0.572045, c3 = 'hJZo4Wtm0B' where c = 253 index_test.go:137: sql insert into test_index values (314, 2901823906336928721, 0.971869, 'pYhw92hP8W') index_test.go:143: sql update test_index set c1 = 956879915744712491, c2 = 0.640448, c3 = 'BGd5hYOOje' where c = 49 index_test.go:140: sql delete from test_index where c = 295 index_test.go:140: sql delete from test_index where c = 140 index_test.go:137: sql insert into test_index values (313, 4238629721370024127, 0.901310, '8yZ7nzr3mD') index_test.go:137: sql insert into test_index values (316, 6668564670877848207, 0.512058, '4xVXcei7fq') index_test.go:137: sql insert into test_index values (318, 5856986880845569743, 0.782888, 'QnoSqkxoAC') index_test.go:140: sql delete from test_index where c = 0 index_test.go:143: sql update test_index set c1 = 2164971711437016976, c2 = 0.523225, c3 = 'LhzXBLCyxD' where c = 302 index_test.go:137: sql insert into test_index values (319, 8634446825939398517, 0.365214, 'cdU8vE55WY') index_test.go:137: sql insert into test_index values (315, 1928806528775331498, 0.400513, 'hgNSXG77qk') index_test.go:143: sql update test_index set c1 = 8705132924315377274, c2 = 0.322803, c3 = '8FJDvcjfOn' where c = 59 index_test.go:143: sql update test_index set c1 = 4719960244357635731, c2 = 0.699977, c3 = 'oWvARE3ZU4' where c = 92 index_test.go:137: sql insert into test_index values (317, 3787743635032290534, 0.405337, '5knx1hvZZ0') index_test.go:137: sql insert into test_index values (320, 2477915328011866162, 0.368600, 'ZGy0kOSqTi') index_test.go:143: sql update test_index set c1 = 554466987239155475, c2 = 0.818264, c3 = 'LVUz0ZOCfr' where c = 24 index_test.go:140: sql delete from test_index where c = 204 index_test.go:140: sql delete from test_index where c = 213 index_test.go:140: sql delete from test_index where c = 126 index_test.go:140: sql delete from test_index where c = 130 index_test.go:140: sql delete from test_index where c = 270 index_test.go:137: sql insert into test_index values (321, 2192480433931489247, 0.514275, 'Zttyqr8RTo') index_test.go:140: sql delete from test_index where c = 1 index_test.go:143: sql update test_index set c1 = 2843381535027221073, c2 = 0.747761, c3 = 'gNN7B3u44L' where c = 11 index_test.go:143: sql update test_index set c1 = 7934806996002421961, c2 = 0.511229, c3 = 'PAffAau7xo' where c = 20 index_test.go:143: sql update test_index set c1 = 7794017438986072980, c2 = 0.258064, c3 = '8YgYYF98eq' where c = 57 index_test.go:137: sql insert into test_index values (323, 2312688374324976793, 0.599003, 'gkCz9KeXs1') index_test.go:143: sql update test_index set c1 = 5884665358929380586, c2 = 0.533834, c3 = '8it8pRrJfb' where c = 140 index_test.go:140: sql delete from test_index where c = 128 index_test.go:137: sql insert into test_index values (322, 949708340596094431, 0.165785, 'e84n6rx1kT') index_test.go:143: sql update test_index set c1 = 7057484071455341150, c2 = 0.655766, c3 = 'OSwSY0SK3H' where c = 102 index_test.go:137: sql insert into test_index values (325, 5638905473506781859, 0.551247, 'PmGpP2qydi') index_test.go:143: sql update test_index set c1 = 307608578543634429, c2 = 0.437842, c3 = 'rBQU0XUsDz' where c = 62 index_test.go:140: sql delete from test_index where c = 282 index_test.go:143: sql update test_index set c1 = 875248200957356157, c2 = 0.484893, c3 = 'ZQXtr1zdmU' where c = 185 index_test.go:137: sql insert into test_index values (324, 7436918501772764431, 0.015257, 'wgaVU2Jm2B') index_test.go:137: sql insert into test_index values (326, 470323038190505692, 0.669504, 'u466ykl95f') index_test.go:140: sql delete from test_index where c = 268 index_test.go:137: sql insert into test_index values (327, 8177798166797380626, 0.074637, 'GoCxBf3mWY') index_test.go:143: sql update test_index set c1 = 6169786603092495576, c2 = 0.638279, c3 = 'inIVpUYvtx' where c = 186 index_test.go:140: sql delete from test_index where c = 213 index_test.go:137: sql insert into test_index values (328, 8707295481936298857, 0.480800, 'pp0jQA7Hp8') index_test.go:140: sql delete from test_index where c = 139 index_test.go:140: sql delete from test_index where c = 38 index_test.go:140: sql delete from test_index where c = 290 index_test.go:137: sql insert into test_index values (330, 1260843469388678509, 0.697081, 'mxZSBWJaLE') index_test.go:143: sql update test_index set c1 = 7819312984622428218, c2 = 0.711858, c3 = 'mD0zgqkRMb' where c = 213 index_test.go:140: sql delete from test_index where c = 116 index_test.go:143: sql update test_index set c1 = 867472508403499573, c2 = 0.493000, c3 = '34bE1bT7kd' where c = 205 index_test.go:137: sql insert into test_index values (329, 4426555160462663367, 0.278033, 'FOBq2kPn4z') index_test.go:143: sql update test_index set c1 = 7546971701706350294, c2 = 0.150922, c3 = 'ju5k0rut6P' where c = 152 index_test.go:140: sql delete from test_index where c = 277 index_test.go:143: sql update test_index set c1 = 2280602566799583412, c2 = 0.009611, c3 = 'DfwNbmiQf7' where c = 88 index_test.go:143: sql update test_index set c1 = 7531338992355371680, c2 = 0.667433, c3 = 'MwhNzcqbvV' where c = 2 index_test.go:137: sql insert into test_index values (331, 6984133955065067627, 0.215576, 'mjCvxSwfaK') index_test.go:140: sql delete from test_index where c = 80 index_test.go:137: sql insert into test_index values (332, 4082149376477975817, 0.952889, 'wkyzlnRD0R') index_test.go:143: sql update test_index set c1 = 6536170752175506480, c2 = 0.595807, c3 = 'Z9rGoK3WMV' where c = 173 index_test.go:137: sql insert into test_index values (334, 2653598253730945685, 0.754580, 'lWIxOWeOUd') index_test.go:140: sql delete from test_index where c = 119 index_test.go:140: sql delete from test_index where c = 164 index_test.go:143: sql update test_index set c1 = 1645288873521845388, c2 = 0.670560, c3 = 'zSZFMaAtFl' where c = 239 index_test.go:140: sql delete from test_index where c = 280 index_test.go:137: sql insert into test_index values (336, 6629182499404093814, 0.040894, 'dSGMDcQrR3') index_test.go:143: sql update test_index set c1 = 2929614257199231182, c2 = 0.213407, c3 = 'cciY9SQG0k' where c = 40 index_test.go:137: sql insert into test_index values (333, 300161515196528336, 0.276751, 'mzOK4PVnYc') index_test.go:140: sql delete from test_index where c = 167 index_test.go:137: sql insert into test_index values (335, 7290828970069921693, 0.698549, '5bebGsHxtL') index_test.go:137: sql insert into test_index values (337, 8305643999022211475, 0.728198, 'EgqmbYEBU0') index_test.go:140: sql delete from test_index where c = 164 index_test.go:143: sql update test_index set c1 = 223075523964637619, c2 = 0.855201, c3 = 'nGhyam6ovq' where c = 216 index_test.go:137: sql insert into test_index values (338, 2458255661142549748, 0.373034, 'Tq9STSvQvc') index_test.go:137: sql insert into test_index values (339, 5162535501219481518, 0.481617, 'xqH682v28R') index_test.go:143: sql update test_index set c1 = 6869634688864530806, c2 = 0.545142, c3 = 'zJtS5jVZve' where c = 205 index_test.go:143: sql update test_index set c1 = 7348996785075941265, c2 = 0.649759, c3 = 'CyklzxnFDT' where c = 308 index_test.go:140: sql delete from test_index where c = 112 index_test.go:140: sql delete from test_index where c = 97 index_test.go:140: sql delete from test_index where c = 80 index_test.go:143: sql update test_index set c1 = 1488259256730176467, c2 = 0.542678, c3 = 'k6akRySQnt' where c = 207 index_test.go:137: sql insert into test_index values (340, 1960513826449282027, 0.775444, 'ecbaHuNIDD') index_test.go:140: sql delete from test_index where c = 322 index_test.go:143: sql update test_index set c1 = 7909283741462173200, c2 = 0.520057, c3 = 'h1MxMlHdBU' where c = 263 index_test.go:143: sql update test_index set c1 = 7788055565158523129, c2 = 0.540938, c3 = 'fSVeqTeAdY' where c = 290 index_test.go:137: sql insert into test_index values (341, 1457091031883898693, 0.960853, 'WtM0wdgXbo') index_test.go:140: sql delete from test_index where c = 40 index_test.go:143: sql update test_index set c1 = 4714633245041205455, c2 = 0.547789, c3 = 'FKwbzXAufx' where c = 31 index_test.go:140: sql delete from test_index where c = 71 index_test.go:137: sql insert into test_index values (344, 6683384465516446613, 0.050979, 'RWu5TDrVRY') index_test.go:143: sql update test_index set c1 = 7550807110450135732, c2 = 0.285118, c3 = '3hooiEAbpS' where c = 260 index_test.go:137: sql insert into test_index values (343, 8753516308441410128, 0.390177, 'gSHNeN5NGk') index_test.go:137: sql insert into test_index values (342, 3431489108696687188, 0.606221, 'IuLSwjnBdM') index_test.go:143: sql update test_index set c1 = 5449633168949976224, c2 = 0.317197, c3 = 'f6wpDtkyAA' where c = 205 index_test.go:137: sql insert into test_index values (345, 4043383685202510106, 0.345856, 'JIIzFT4QR8') index_test.go:140: sql delete from test_index where c = 5 index_test.go:140: sql delete from test_index where c = 216 index_test.go:137: sql insert into test_index values (346, 5211701901146594108, 0.175522, '2jF9jdXH71') index_test.go:140: sql delete from test_index where c = 57 index_test.go:143: sql update test_index set c1 = 2784972294152578948, c2 = 0.429859, c3 = '1FfaOLOzuG' where c = 78 index_test.go:137: sql insert into test_index values (347, 1293787960250693099, 0.708414, 'S2KV1kGAJv') index_test.go:140: sql delete from test_index where c = 315 index_test.go:143: sql update test_index set c1 = 3996369318258109217, c2 = 0.694932, c3 = 'qCjsQQgcJy' where c = 9 index_test.go:143: sql update test_index set c1 = 1534131607605340051, c2 = 0.599157, c3 = 'FSMIkkWi1P' where c = 189 index_test.go:140: sql delete from test_index where c = 67 index_test.go:143: sql update test_index set c1 = 63103864879380230, c2 = 0.261130, c3 = 'FLV0oKo6B6' where c = 318 index_test.go:137: sql insert into test_index values (348, 1668564602162570230, 0.951683, 'caRh7YhHrg') index_test.go:140: sql delete from test_index where c = 261 index_test.go:143: sql update test_index set c1 = 8053993635143848926, c2 = 0.629039, c3 = 'w6XPIhumMj' where c = 79 index_test.go:137: sql insert into test_index values (349, 5037233786392899406, 0.033340, 'TVtUvwhZMu') index_test.go:137: sql insert into test_index values (351, 5419830683143123945, 0.396041, 'z6FONdQmxK') index_test.go:143: sql update test_index set c1 = 7269877880935963090, c2 = 0.332536, c3 = 'fAaB4Oq4Dq' where c = 151 index_test.go:143: sql update test_index set c1 = 4739333704326016279, c2 = 0.401744, c3 = 'S37QHo2XhM' where c = 317 index_test.go:137: sql insert into test_index values (350, 2812092216204396591, 0.883925, 'VTp7hEJhI2') index_test.go:137: sql insert into test_index values (352, 6630810407971462547, 0.103362, 'XRhuRC0UgZ') index_test.go:140: sql delete from test_index where c = 325 index_test.go:140: sql delete from test_index where c = 217 index_test.go:143: sql update test_index set c1 = 7333569467547514003, c2 = 0.759028, c3 = '9a76SlvZar' where c = 123 index_test.go:140: sql delete from test_index where c = 145 index_test.go:137: sql insert into test_index values (354, 1138118923696459740, 0.285895, 'YArTkcNLF0') index_test.go:140: sql delete from test_index where c = 129 index_test.go:143: sql update test_index set c1 = 1493794203484084742, c2 = 0.028034, c3 = '6pwteCyKxE' where c = 280 index_test.go:137: sql insert into test_index values (355, 964227317170856963, 0.391531, 'rnoBTK0RG6') index_test.go:137: sql insert into test_index values (353, 911550459953563752, 0.202859, 'zPFv9QRn4U') index_test.go:140: sql delete from test_index where c = 280 index_test.go:140: sql delete from test_index where c = 264 index_test.go:143: sql update test_index set c1 = 8488498871667263745, c2 = 0.121123, c3 = 't4wR3oVImC' where c = 84 index_test.go:140: sql delete from test_index where c = 37 index_test.go:143: sql update test_index set c1 = 7060016770598923412, c2 = 0.219992, c3 = '98aL5xppLx' where c = 129 index_test.go:137: sql insert into test_index values (356, 1006784451846490532, 0.213974, 'l0iM0YdrY5') index_test.go:143: sql update test_index set c1 = 5346210046496563149, c2 = 0.269805, c3 = 'hvEgn8Okpl' where c = 197 index_test.go:137: sql insert into test_index values (357, 8871131321301765549, 0.412377, '2q0nTG4pY3') index_test.go:140: sql delete from test_index where c = 75 index_test.go:137: sql insert into test_index values (358, 6199181541535360683, 0.338989, 'U93aAF7UyU') index_test.go:143: sql update test_index set c1 = 6382062126339970342, c2 = 0.780300, c3 = 'aUsxFDIu02' where c = 109 index_test.go:143: sql update test_index set c1 = 5938410817731188027, c2 = 0.328464, c3 = 'CaFiAY9QRp' where c = 110 index_test.go:140: sql delete from test_index where c = 153 index_test.go:143: sql update test_index set c1 = 443778207058007805, c2 = 0.527097, c3 = 'yLQKqIZwfi' where c = 101 index_test.go:140: sql delete from test_index where c = 314 index_test.go:137: sql insert into test_index values (359, 8080361692792660384, 0.964860, 's6h044CqIY') index_test.go:137: sql insert into test_index values (360, 4737557194034612849, 0.254068, 'br1hLlNuRi') index_test.go:137: sql insert into test_index values (361, 763362542683730682, 0.374542, 'oMMGwZWW7Q') index_test.go:140: sql delete from test_index where c = 228 index_test.go:143: sql update test_index set c1 = 3375443374370759521, c2 = 0.880481, c3 = 'yAjFhlkZSx' where c = 133 index_test.go:137: sql insert into test_index values (362, 2686581534079244506, 0.600182, 'pb4vSqa5Dt') index_test.go:143: sql update test_index set c1 = 7819861804640985350, c2 = 0.021153, c3 = 'G3aNvZryjB' where c = 340 index_test.go:137: sql insert into test_index values (363, 1143795302013460435, 0.431602, '2niJ9XPuwN') index_test.go:140: sql delete from test_index where c = 42 index_test.go:143: sql update test_index set c1 = 8700243262275091585, c2 = 0.811914, c3 = 'hfPioCbGje' where c = 201 index_test.go:140: sql delete from test_index where c = 302 index_test.go:143: sql update test_index set c1 = 4058021557957853544, c2 = 0.926947, c3 = 'vNvx2T2Kng' where c = 299 index_test.go:140: sql delete from test_index where c = 211 index_test.go:140: sql delete from test_index where c = 184 index_test.go:140: sql delete from test_index where c = 29 index_test.go:137: sql insert into test_index values (364, 9044846535534714353, 0.084500, 'i7o7wVyWNr') index_test.go:137: sql insert into test_index values (365, 2438858467254716620, 0.247053, '8BlzakH1ut') index_test.go:143: sql update test_index set c1 = 7862050953176184918, c2 = 0.841770, c3 = 'm7NHvPYvxi' where c = 355 index_test.go:140: sql delete from test_index where c = 224 index_test.go:140: sql delete from test_index where c = 75 index_test.go:143: sql update test_index set c1 = 1047392537746670441, c2 = 0.894521, c3 = 'FK6QFLD6wX' where c = 95 index_test.go:137: sql insert into test_index values (366, 8919553470254815999, 0.711969, 'j9FbEfJjyu') index_test.go:137: sql insert into test_index values (367, 4778513478794975985, 0.721491, 'XBnmrvfNO3') index_test.go:143: sql update test_index set c1 = 5499150093198893024, c2 = 0.085508, c3 = 'txBmrJX1I3' where c = 308 index_test.go:143: sql update test_index set c1 = 7147964665246537262, c2 = 0.076269, c3 = 'BWOJrHTJwf' where c = 253 index_test.go:140: sql delete from test_index where c = 267 index_test.go:143: sql update test_index set c1 = 5795206135549260339, c2 = 0.315009, c3 = 'Fkdb9hX4J6' where c = 7 index_test.go:143: sql update test_index set c1 = 1344418514761433949, c2 = 0.643717, c3 = 'RMnjDuPQsU' where c = 299 index_test.go:137: sql insert into test_index values (369, 2520101789829142450, 0.860990, 'xYSRe8y8Yp') index_test.go:143: sql update test_index set c1 = 3245334442053423088, c2 = 0.994494, c3 = '3pm09vwQ20' where c = 354 index_test.go:137: sql insert into test_index values (370, 7351577229874790803, 0.797720, 'FkqUC4TKcv') index_test.go:137: sql insert into test_index values (372, 5918864208671998447, 0.585671, 'iNOwnWL9qP') index_test.go:137: sql insert into test_index values (373, 2955800133515734057, 0.280595, 'q2ZsK1fR89') index_test.go:137: sql insert into test_index values (368, 2705908659863119151, 0.304459, 'WO7cwZjzzX') index_test.go:137: sql insert into test_index values (371, 4860661658404094773, 0.339553, 'BWZv0p8Rgc') index_test.go:143: sql update test_index set c1 = 7700861330788397043, c2 = 0.162888, c3 = '0qONydwU4r' where c = 304 index_test.go:140: sql delete from test_index where c = 88 index_test.go:140: sql delete from test_index where c = 0 index_test.go:140: sql delete from test_index where c = 97 index_test.go:140: sql delete from test_index where c = 246 index_test.go:140: sql delete from test_index where c = 279 index_test.go:137: sql insert into test_index values (374, 2963199648685251283, 0.509169, 'Ky19sPCUk4') index_test.go:140: sql delete from test_index where c = 47 index_test.go:140: sql delete from test_index where c = 131 index_test.go:137: sql insert into test_index values (375, 6779321370860833090, 0.650638, 'oVUJW8anDI') index_test.go:143: sql update test_index set c1 = 6745041490931901109, c2 = 0.421874, c3 = 'cguPiiSW2P' where c = 297 index_test.go:140: sql delete from test_index where c = 95 index_test.go:143: sql update test_index set c1 = 8372713728525771653, c2 = 0.105546, c3 = 'KbFfOR7IBu' where c = 348 index_test.go:143: sql update test_index set c1 = 4908961565946871754, c2 = 0.485207, c3 = 'dESA39CcXi' where c = 330 index_test.go:140: sql delete from test_index where c = 174 index_test.go:143: sql update test_index set c1 = 3653588461357687083, c2 = 0.460626, c3 = 'p3iuIdOkG5' where c = 234 index_test.go:143: sql update test_index set c1 = 3608496192869882128, c2 = 0.909066, c3 = 'Xinj8qb4M5' where c = 205 index_test.go:143: sql update test_index set c1 = 542382081707064042, c2 = 0.002726, c3 = 'to9YJlvh2S' where c = 180 index_test.go:143: sql update test_index set c1 = 3463656471461105096, c2 = 0.550522, c3 = 'nEQY9U4Wcl' where c = 80 index_test.go:143: sql update test_index set c1 = 9055092066744079219, c2 = 0.998841, c3 = 'eZMoorTcQR' where c = 26 index_test.go:137: sql insert into test_index values (376, 8927034021062962578, 0.294122, 'taMrfMkwoM') index_test.go:137: sql insert into test_index values (377, 4789976915916145642, 0.760046, 'aVIXMefRkr') index_test.go:137: sql insert into test_index values (378, 1317654436228299743, 0.552014, 'kBdbYA9H7n') index_test.go:137: sql insert into test_index values (380, 3717651314341979349, 0.304413, '2dEv5uLFzB') index_test.go:137: sql insert into test_index values (379, 2989818028476100825, 0.706864, 'Z8AKTdOyKx') index_test.go:140: sql delete from test_index where c = 320 index_test.go:140: sql delete from test_index where c = 86 index_test.go:137: sql insert into test_index values (381, 5135782802006351033, 0.027740, 'gRyFxLIESm') index_test.go:137: sql insert into test_index values (382, 3067151247313868066, 0.084545, 'Ow9asxGbrc') index_test.go:137: sql insert into test_index values (383, 2379591629976149739, 0.715842, 'sLHioq2UnU') index_test.go:140: sql delete from test_index where c = 201 index_test.go:140: sql delete from test_index where c = 99 index_test.go:143: sql update test_index set c1 = 8190490759349084687, c2 = 0.491053, c3 = 'BeYW09anWF' where c = 269 index_test.go:143: sql update test_index set c1 = 6915038252504326786, c2 = 0.486043, c3 = 'zH9R6EEqyM' where c = 33 index_test.go:143: sql update test_index set c1 = 6562148976805620997, c2 = 0.352331, c3 = 'ogMqdxoueH' where c = 228 index_test.go:143: sql update test_index set c1 = 1181913034051859669, c2 = 0.470366, c3 = 'OAt6dsIIEe' where c = 128 index_test.go:143: sql update test_index set c1 = 1482280755065184978, c2 = 0.257739, c3 = 'uFfUCUvfnR' where c = 60 [TestSimpleConflictDelete][Delete][Time Cost]292.346212ms === RUN TestSimpleDelete/Conflict/test_conflict_delete_common index_test.go:140: sql delete from test_index where c = 134 index_test.go:140: sql delete from test_index where c = 265 index_test.go:140: sql delete from test_index where c = 273 index_test.go:140: sql delete from test_index where c = 366 index_test.go:140: sql delete from test_index where c = 169 index_test.go:137: sql insert into test_index values (384, 4754321992388381453, 0.013389, 't2lk4ylTkY') index_test.go:137: sql insert into test_index values (386, 7555483403020160932, 0.019512, 'T6OMMLyRHV') index_test.go:137: sql insert into test_index values (385, 806837515131397789, 0.260833, 'E6KFbuBzsa') index_test.go:143: sql update test_index set c1 = 6637369299058009303, c2 = 0.144314, c3 = 'spxwOcHu03' where c = 211 index_test.go:140: sql delete from test_index where c = 176 index_test.go:140: sql delete from test_index where c = 107 index_test.go:137: sql insert into test_index values (387, 1176138544650737360, 0.642557, '3uAW2mq0Jt') index_test.go:140: sql delete from test_index where c = 58 index_test.go:143: sql update test_index set c1 = 3303453057407586107, c2 = 0.391422, c3 = 'Jh6TVq1T4v' where c = 135 index_test.go:137: sql insert into test_index values (388, 3880737280477159740, 0.342590, 'XWMdAO8NFb') index_test.go:143: sql update test_index set c1 = 5882648007850634814, c2 = 0.271529, c3 = '0UkyiekTaB' where c = 345 index_test.go:140: sql delete from test_index where c = 25 index_test.go:143: sql update test_index set c1 = 2415227390744277209, c2 = 0.521200, c3 = 'GGrEQAVjlP' where c = 99 index_test.go:143: sql update test_index set c1 = 1320732793119302715, c2 = 0.374786, c3 = 'hcCd8VlNaH' where c = 368 index_test.go:137: sql insert into test_index values (389, 2704523126278449866, 0.851248, 'jysseWTz8D') index_test.go:143: sql update test_index set c1 = 3231409941738931254, c2 = 0.231732, c3 = 'fQFxPQRfUy' where c = 210 index_test.go:140: sql delete from test_index where c = 152 index_test.go:143: sql update test_index set c1 = 7250875298158601852, c2 = 0.648808, c3 = '2EchbbXPgw' where c = 381 index_test.go:143: sql update test_index set c1 = 3163705924749173767, c2 = 0.658647, c3 = 'XvPggjj8Q4' where c = 331 index_test.go:137: sql insert into test_index values (390, 3424468555079300886, 0.347166, '86kDux3S66') index_test.go:137: sql insert into test_index values (391, 3629440865622593889, 0.938714, 'o5Szhzp6Xo') index_test.go:140: sql delete from test_index where c = 296 index_test.go:137: sql insert into test_index values (393, 6087194256894406273, 0.320792, 'rfsgnGy13M') index_test.go:143: sql update test_index set c1 = 4641920791910215716, c2 = 0.975190, c3 = 'cc59x0X1u6' where c = 329 index_test.go:137: sql insert into test_index values (392, 2481161306990789713, 0.657820, '5QrQXngT61') index_test.go:143: sql update test_index set c1 = 9152534336584209803, c2 = 0.561538, c3 = 'QDgGzb6GHh' where c = 115 index_test.go:140: sql delete from test_index where c = 31 index_test.go:140: sql delete from test_index where c = 62 index_test.go:137: sql insert into test_index values (394, 5105210931160793089, 0.477470, 'amT1YR56Yi') index_test.go:143: sql update test_index set c1 = 7222468809641817701, c2 = 0.249110, c3 = '30kvI6v269' where c = 77 index_test.go:143: sql update test_index set c1 = 8215105835123582615, c2 = 0.637439, c3 = 'Co9l6Eh5RO' where c = 208 index_test.go:140: sql delete from test_index where c = 362 index_test.go:143: sql update test_index set c1 = 456359080812834130, c2 = 0.750203, c3 = 'n4SY6Tzkjw' where c = 223 index_test.go:137: sql insert into test_index values (395, 8110301310035512626, 0.109420, '0WPi0voKeP') index_test.go:143: sql update test_index set c1 = 6299830818882671693, c2 = 0.839449, c3 = '58YTG1yw8V' where c = 106 index_test.go:140: sql delete from test_index where c = 128 index_test.go:140: sql delete from test_index where c = 210 index_test.go:140: sql delete from test_index where c = 197 index_test.go:137: sql insert into test_index values (396, 7211279116209300888, 0.170818, 'B4e00n32aM') index_test.go:143: sql update test_index set c1 = 4471981793151820755, c2 = 0.577417, c3 = '4VB3T7g1QO' where c = 125 index_test.go:137: sql insert into test_index values (397, 8531045208519832382, 0.961093, 'J2QAAMSisM') index_test.go:140: sql delete from test_index where c = 183 index_test.go:143: sql update test_index set c1 = 7467010889429500546, c2 = 0.370777, c3 = 'EvnrRPUF2i' where c = 389 index_test.go:137: sql insert into test_index values (398, 3310441972778698969, 0.035710, 'A5ZoD14061') index_test.go:140: sql delete from test_index where c = 247 index_test.go:140: sql delete from test_index where c = 69 index_test.go:143: sql update test_index set c1 = 4232669027454841304, c2 = 0.248657, c3 = '1n3d6vTYwh' where c = 83 index_test.go:143: sql update test_index set c1 = 7084107425750585009, c2 = 0.004583, c3 = 'EA1GV2imGq' where c = 258 index_test.go:143: sql update test_index set c1 = 2490227739234881505, c2 = 0.053768, c3 = 'z0kxqRZFqY' where c = 169 index_test.go:143: sql update test_index set c1 = 7186571912223321264, c2 = 0.159448, c3 = 'A3BkEuWwQH' where c = 121 index_test.go:137: sql insert into test_index values (399, 248065660242107296, 0.295692, 'Hg5bfwzrwM') index_test.go:137: sql insert into test_index values (400, 3303369936001401199, 0.007816, 'PoLCtPU4dT') index_test.go:140: sql delete from test_index where c = 102 index_test.go:140: sql delete from test_index where c = 33 index_test.go:143: sql update test_index set c1 = 902164018438198796, c2 = 0.055343, c3 = 'NlppiqdqfV' where c = 41 index_test.go:143: sql update test_index set c1 = 330793829386200417, c2 = 0.121806, c3 = 'vYfGAUaTTF' where c = 152 [TestSimpleConflictDelete][Insert][Time Cost]255.91439ms index_test.go:137: sql insert into test_index values (403, 9182290594161400013, 0.712811, 'GcxZBso2OK') index_test.go:137: sql insert into test_index values (402, 3983917771407576125, 0.238192, 'XduXZcAVzq') index_test.go:137: sql insert into test_index values (404, 2202182841065040935, 0.541731, '8gm86D3swa') index_test.go:137: sql insert into test_index values (405, 5202328169167742602, 0.976995, 'DoEMd75Vzk') index_test.go:137: sql insert into test_index values (401, 5855253597667687875, 0.942173, 'Cr4nAC8XSY') index_test.go:137: sql insert into test_index values (406, 1755483058193566230, 0.862264, 'gzJmpxPPLM') index_test.go:137: sql insert into test_index values (410, 6070640133677494326, 0.623266, 'g6zgs4G1uZ') index_test.go:137: sql insert into test_index values (408, 1800846181723099996, 0.693940, 'ZplcwDoHVa') index_test.go:137: sql insert into test_index values (407, 7955325655746025841, 0.736396, 'K72TqqEAI7') index_test.go:140: sql delete from test_index where c = 112 index_test.go:137: sql insert into test_index values (409, 7465124213244475970, 0.315769, 'GMAhCq3Icm') index_test.go:140: sql delete from test_index where c = 206 index_test.go:140: sql delete from test_index where c = 180 index_test.go:140: sql delete from test_index where c = 184 index_test.go:140: sql delete from test_index where c = 164 index_test.go:143: sql update test_index set c1 = 4902734224158896981, c2 = 0.447883, c3 = 'h150s6VKgC' where c = 224 index_test.go:143: sql update test_index set c1 = 1999231180043194296, c2 = 0.146995, c3 = 'RyAoPO6gbk' where c = 54 index_test.go:140: sql delete from test_index where c = 51 index_test.go:140: sql delete from test_index where c = 145 index_test.go:140: sql delete from test_index where c = 297 index_test.go:140: sql delete from test_index where c = 89 index_test.go:143: sql update test_index set c1 = 8541815352415035412, c2 = 0.387122, c3 = '7vGTmQOXMG' where c = 170 index_test.go:143: sql update test_index set c1 = 1205802292262729332, c2 = 0.616821, c3 = 'FNNbOJQeZH' where c = 128 index_test.go:143: sql update test_index set c1 = 7406845466544932988, c2 = 0.652645, c3 = 'EIueiAZscj' where c = 236 index_test.go:137: sql insert into test_index values (411, 988391421249382016, 0.620012, 'de4ARHY0oP') index_test.go:143: sql update test_index set c1 = 4382472024817806951, c2 = 0.361889, c3 = 'kySnOeblTi' where c = 261 index_test.go:143: sql update test_index set c1 = 6601905399884317075, c2 = 0.669325, c3 = 'EMehTgwrda' where c = 308 index_test.go:143: sql update test_index set c1 = 5779651700924654864, c2 = 0.700345, c3 = 'N3xFe63dvm' where c = 306 index_test.go:140: sql delete from test_index where c = 280 index_test.go:140: sql delete from test_index where c = 346 index_test.go:137: sql insert into test_index values (412, 3702354179836140316, 0.325431, 'CQWN4Zfkt8') index_test.go:137: sql insert into test_index values (413, 7371583611817439240, 0.322923, 'IiUTZ14OlD') index_test.go:143: sql update test_index set c1 = 5230737335941931006, c2 = 0.604267, c3 = 'qu3Ddzw0MP' where c = 386 index_test.go:143: sql update test_index set c1 = 6336373807959260439, c2 = 0.870650, c3 = 'SKlZyQbyNg' where c = 119 index_test.go:140: sql delete from test_index where c = 184 index_test.go:140: sql delete from test_index where c = 83 index_test.go:137: sql insert into test_index values (417, 6596245134650857485, 0.275563, 'K5QFBtR9c6') index_test.go:137: sql insert into test_index values (414, 1274187691943506595, 0.281488, 'T9BvJBHNxz') index_test.go:137: sql insert into test_index values (415, 1062874852499971080, 0.475282, 'rnBwOk6yH2') index_test.go:143: sql update test_index set c1 = 499005808090935295, c2 = 0.528119, c3 = 'tD3yIlGCj8' where c = 275 index_test.go:137: sql insert into test_index values (416, 7761947846099438068, 0.880034, '0HvIhzSlKn') index_test.go:140: sql delete from test_index where c = 112 index_test.go:143: sql update test_index set c1 = 3471636670669462700, c2 = 0.891340, c3 = 'lhSoK2JcLX' where c = 178 index_test.go:140: sql delete from test_index where c = 107 index_test.go:137: sql insert into test_index values (418, 9015611988332166903, 0.409724, 'EWHQ9OFpdd') index_test.go:137: sql insert into test_index values (419, 3146375571316949388, 0.837279, 'zIPDw2R9NF') index_test.go:143: sql update test_index set c1 = 7199345315484498191, c2 = 0.765326, c3 = 'Fy3meUWxRc' where c = 152 index_test.go:143: sql update test_index set c1 = 1509517787408815556, c2 = 0.668357, c3 = 'MW0PmQSZjr' where c = 131 index_test.go:140: sql delete from test_index where c = 215 index_test.go:143: sql update test_index set c1 = 7069170074867631773, c2 = 0.750062, c3 = 'CGW34xNu6j' where c = 21 index_test.go:137: sql insert into test_index values (421, 4329626032773274098, 0.462438, 'bNKanLpRpA') index_test.go:137: sql insert into test_index values (420, 5701353151810336277, 0.110800, 'jpMFOgC4aW') index_test.go:140: sql delete from test_index where c = 85 index_test.go:137: sql insert into test_index values (422, 7244375111291958015, 0.122643, 'Bmdilf9H94') index_test.go:140: sql delete from test_index where c = 236 index_test.go:140: sql delete from test_index where c = 136 index_test.go:140: sql delete from test_index where c = 391 index_test.go:137: sql insert into test_index values (424, 4462600057001629982, 0.859604, 'rv9x5wNjE0') index_test.go:137: sql insert into test_index values (423, 5633119329546790881, 0.401341, 'aPwinn0Zsn') index_test.go:137: sql insert into test_index values (425, 7415027099202243798, 0.263182, '8PK7PeYjVB') index_test.go:143: sql update test_index set c1 = 4436995734947129859, c2 = 0.396294, c3 = 'xJxwQmApb4' where c = 226 index_test.go:140: sql delete from test_index where c = 273 index_test.go:143: sql update test_index set c1 = 7100430990828167894, c2 = 0.780218, c3 = 'F06HHoATrx' where c = 341 index_test.go:140: sql delete from test_index where c = 283 index_test.go:140: sql delete from test_index where c = 16 index_test.go:143: sql update test_index set c1 = 6081420001707560433, c2 = 0.249149, c3 = 'pJpB6F6UY0' where c = 211 index_test.go:143: sql update test_index set c1 = 5109254629302737405, c2 = 0.134142, c3 = 'rdla20hBjY' where c = 260 index_test.go:143: sql update test_index set c1 = 6006828447157154044, c2 = 0.727052, c3 = 'LSvyEa2uRY' where c = 150 index_test.go:140: sql delete from test_index where c = 234 index_test.go:137: sql insert into test_index values (426, 4159696221313817199, 0.427754, 's5wLBmD5QB') index_test.go:143: sql update test_index set c1 = 5128708540666090541, c2 = 0.977411, c3 = 'xOqS7f9M4B' where c = 258 index_test.go:143: sql update test_index set c1 = 1687645235635046922, c2 = 0.556363, c3 = 'DzlKjW7ppN' where c = 36 index_test.go:137: sql insert into test_index values (428, 447552795002150531, 0.252863, 'tZz4TgBYvY') index_test.go:143: sql update test_index set c1 = 6415720652973141244, c2 = 0.644933, c3 = 'uBuicoH4tY' where c = 72 index_test.go:140: sql delete from test_index where c = 340 index_test.go:137: sql insert into test_index values (427, 5903620622969738047, 0.119179, '7l6rHl5KbL') index_test.go:143: sql update test_index set c1 = 4717565555781396133, c2 = 0.558792, c3 = 'E7FlTqI3qc' where c = 319 index_test.go:137: sql insert into test_index values (430, 4570755899839459457, 0.357463, 'e3vm77oEbJ') index_test.go:140: sql delete from test_index where c = 273 index_test.go:137: sql insert into test_index values (429, 1537405485568496078, 0.058618, 'Ou92h8rKVE') index_test.go:137: sql insert into test_index values (431, 6658476502299235587, 0.141823, 'DQ6r3mNLoY') index_test.go:140: sql delete from test_index where c = 162 index_test.go:140: sql delete from test_index where c = 17 index_test.go:140: sql delete from test_index where c = 337 index_test.go:137: sql insert into test_index values (433, 7534921484709695489, 0.535108, 'a9kRFF91U6') index_test.go:140: sql delete from test_index where c = 109 index_test.go:143: sql update test_index set c1 = 3168768459348749027, c2 = 0.352075, c3 = 'qPhF2SsOnR' where c = 145 index_test.go:137: sql insert into test_index values (432, 5907942852382303147, 0.184551, 'rzWEGXc3ep') index_test.go:143: sql update test_index set c1 = 7826887868590335444, c2 = 0.566692, c3 = 'PlfLCywzMG' where c = 93 index_test.go:137: sql insert into test_index values (434, 460223963422878047, 0.023530, 'VBweLtLKgt') index_test.go:143: sql update test_index set c1 = 5796182327522363733, c2 = 0.045173, c3 = 'pnjT0zwhLv' where c = 334 index_test.go:143: sql update test_index set c1 = 8787211773594512044, c2 = 0.495111, c3 = 'Na6U9AwBMt' where c = 295 index_test.go:140: sql delete from test_index where c = 431 index_test.go:143: sql update test_index set c1 = 8409138610690841994, c2 = 0.729099, c3 = 'nZ7IAjlBEO' where c = 319 index_test.go:140: sql delete from test_index where c = 424 index_test.go:137: sql insert into test_index values (435, 1990766022877517631, 0.803865, 'WhF0wH9F4r') index_test.go:143: sql update test_index set c1 = 8474398416706838283, c2 = 0.011104, c3 = 'PkmQma2knj' where c = 202 index_test.go:140: sql delete from test_index where c = 423 index_test.go:137: sql insert into test_index values (437, 4486436577128899496, 0.740355, 'UQfCWPdhkc') index_test.go:137: sql insert into test_index values (438, 7816122813374599346, 0.240233, '8LRfMP4JfS') index_test.go:143: sql update test_index set c1 = 4020351767403871899, c2 = 0.334173, c3 = '6J1MdOUg3D' where c = 104 index_test.go:137: sql insert into test_index values (436, 2520118469260915325, 0.337650, 'vdsV0niN4R') index_test.go:140: sql delete from test_index where c = 433 index_test.go:140: sql delete from test_index where c = 110 index_test.go:140: sql delete from test_index where c = 164 index_test.go:143: sql update test_index set c1 = 798068727661542998, c2 = 0.828541, c3 = '2jq65G8T9N' where c = 360 index_test.go:137: sql insert into test_index values (440, 5343315668343935356, 0.611889, 'hAWwbrSclG') index_test.go:140: sql delete from test_index where c = 304 index_test.go:143: sql update test_index set c1 = 6857219077943067572, c2 = 0.624038, c3 = 'iWVYD4mKEe' where c = 308 index_test.go:137: sql insert into test_index values (439, 2880615196164703192, 0.024450, 'rxdMxIjJcz') index_test.go:137: sql insert into test_index values (441, 5021918419385493706, 0.401508, 'UEelhbi8pG') index_test.go:143: sql update test_index set c1 = 8512047873316223013, c2 = 0.142299, c3 = 'j1liAFYNK7' where c = 283 index_test.go:140: sql delete from test_index where c = 176 index_test.go:140: sql delete from test_index where c = 89 index_test.go:143: sql update test_index set c1 = 6782502673377711728, c2 = 0.924068, c3 = 'NOH4kmqEG0' where c = 120 index_test.go:140: sql delete from test_index where c = 153 index_test.go:143: sql update test_index set c1 = 6730315392613099188, c2 = 0.208536, c3 = 'N3hTHbPQuU' where c = 145 index_test.go:143: sql update test_index set c1 = 4567234704885840411, c2 = 0.291267, c3 = 'Dv3tiO3Oai' where c = 60 index_test.go:137: sql insert into test_index values (443, 8268304364657432937, 0.035490, '00DuvwiFhB') index_test.go:137: sql insert into test_index values (442, 4021612619512851461, 0.260429, 'Z6zp8SUtSH') index_test.go:143: sql update test_index set c1 = 3342096874093437685, c2 = 0.930421, c3 = 'wNKYF8jprP' where c = 238 index_test.go:143: sql update test_index set c1 = 2617609402163455579, c2 = 0.932581, c3 = 'yixfh42pqb' where c = 391 index_test.go:137: sql insert into test_index values (444, 6819811166174682777, 0.397720, 'woaaoEVEvG') index_test.go:140: sql delete from test_index where c = 438 index_test.go:140: sql delete from test_index where c = 76 index_test.go:143: sql update test_index set c1 = 5977923064821051482, c2 = 0.244309, c3 = 'Ed2fu27aVL' where c = 349 index_test.go:137: sql insert into test_index values (447, 4399776068578783181, 0.309099, 'TeSnMday6E') index_test.go:137: sql insert into test_index values (445, 8337291513014553997, 0.569662, 'Qq2vzLwbDW') index_test.go:140: sql delete from test_index where c = 315 index_test.go:143: sql update test_index set c1 = 6566950746208847026, c2 = 0.835486, c3 = 'uuCuPykVX4' where c = 13 index_test.go:137: sql insert into test_index values (449, 1368222588815143267, 0.230920, 'MneAthgQRv') index_test.go:137: sql insert into test_index values (448, 7402736659032938240, 0.754658, 'kTYZXKCIM2') index_test.go:140: sql delete from test_index where c = 439 index_test.go:137: sql insert into test_index values (446, 5311727084025568805, 0.313836, '3ToMZaGYSG') index_test.go:140: sql delete from test_index where c = 136 index_test.go:143: sql update test_index set c1 = 5671774503606288398, c2 = 0.103696, c3 = 'VJgmqDvSmp' where c = 157 index_test.go:137: sql insert into test_index values (450, 7230842314517086310, 0.452126, 'UlKbZtngF4') index_test.go:137: sql insert into test_index values (451, 7270967570351308642, 0.753675, 'GDjBNRjt8F') index_test.go:140: sql delete from test_index where c = 364 index_test.go:143: sql update test_index set c1 = 1689241990423915143, c2 = 0.650811, c3 = 'd1MK83e9L6' where c = 155 index_test.go:140: sql delete from test_index where c = 230 index_test.go:143: sql update test_index set c1 = 4150810073751269775, c2 = 0.397767, c3 = '5Ejk2OHN9o' where c = 359 index_test.go:140: sql delete from test_index where c = 444 index_test.go:143: sql update test_index set c1 = 297863444572407592, c2 = 0.661789, c3 = 'r3hwBT5lRR' where c = 268 index_test.go:143: sql update test_index set c1 = 1865463604444596570, c2 = 0.449251, c3 = '67he95Nr90' where c = 244 index_test.go:140: sql delete from test_index where c = 422 index_test.go:137: sql insert into test_index values (452, 5033385601398626133, 0.671162, 'pqfyygNcoI') index_test.go:140: sql delete from test_index where c = 159 index_test.go:137: sql insert into test_index values (453, 4994107613328824600, 0.196525, 'M7AvpsRvsE') index_test.go:140: sql delete from test_index where c = 202 index_test.go:137: sql insert into test_index values (454, 6456802951478065765, 0.392997, '24wi0i6yKy') index_test.go:140: sql delete from test_index where c = 152 index_test.go:143: sql update test_index set c1 = 2210820678786350915, c2 = 0.781609, c3 = 'rxRIA83zBx' where c = 258 index_test.go:137: sql insert into test_index values (455, 2939155570492085525, 0.366978, 'W3n4j9gdlC') index_test.go:143: sql update test_index set c1 = 4101768002292876645, c2 = 0.502015, c3 = 'JvwGqOf4As' where c = 169 index_test.go:137: sql insert into test_index values (456, 2430735813950983397, 0.683135, 'W6mFpGTlBC') index_test.go:143: sql update test_index set c1 = 5911242790720499218, c2 = 0.250915, c3 = '3jKNfJ1IXr' where c = 56 index_test.go:140: sql delete from test_index where c = 35 index_test.go:143: sql update test_index set c1 = 996874079933355704, c2 = 0.598272, c3 = 'cqkSWyycbY' where c = 262 index_test.go:143: sql update test_index set c1 = 1029565151975499588, c2 = 0.713100, c3 = '3LXBXDiD6a' where c = 185 index_test.go:140: sql delete from test_index where c = 411 index_test.go:137: sql insert into test_index values (457, 4270720887099995468, 0.446532, '98jbOOPl7E') index_test.go:140: sql delete from test_index where c = 445 index_test.go:143: sql update test_index set c1 = 3636378568019023012, c2 = 0.748425, c3 = 'DYCFeCCSmy' where c = 118 index_test.go:143: sql update test_index set c1 = 5040824758655974035, c2 = 0.405608, c3 = 'yf1fjoJl8n' where c = 147 index_test.go:137: sql insert into test_index values (458, 7298741239521628129, 0.510086, '88DPI7k5YH') index_test.go:140: sql delete from test_index where c = 124 index_test.go:137: sql insert into test_index values (459, 3471033600602696119, 0.061053, 'WCyFMwV5Fx') index_test.go:137: sql insert into test_index values (460, 6347475584507125703, 0.612775, 'SB16mrrT5J') index_test.go:140: sql delete from test_index where c = 164 index_test.go:137: sql insert into test_index values (462, 4793167820222171468, 0.179487, 'NATLJIGJbN') index_test.go:140: sql delete from test_index where c = 260 index_test.go:143: sql update test_index set c1 = 7226542845157508418, c2 = 0.985419, c3 = 'bJoVZMgMUA' where c = 238 index_test.go:137: sql insert into test_index values (461, 4049841380893564024, 0.603933, '8yw9adNP4a') index_test.go:137: sql insert into test_index values (463, 965692287080307819, 0.369265, 'zxzHXsKIcc') index_test.go:143: sql update test_index set c1 = 6682890931128671803, c2 = 0.947229, c3 = 'O2SPdXNTQ2' where c = 410 index_test.go:140: sql delete from test_index where c = 342 index_test.go:140: sql delete from test_index where c = 287 index_test.go:143: sql update test_index set c1 = 2738496793335192942, c2 = 0.225886, c3 = 's48UZWDUHg' where c = 422 index_test.go:140: sql delete from test_index where c = 57 index_test.go:143: sql update test_index set c1 = 7171273645973936049, c2 = 0.937475, c3 = 'sVwafcYgWO' where c = 405 index_test.go:140: sql delete from test_index where c = 88 index_test.go:143: sql update test_index set c1 = 6007074680956911402, c2 = 0.772196, c3 = 'bFEArq7NtD' where c = 11 index_test.go:137: sql insert into test_index values (465, 370520286040380047, 0.840953, 'xPa64KCMMs') index_test.go:137: sql insert into test_index values (464, 5707770584798369402, 0.076422, 'c4PrTOSjFI') index_test.go:143: sql update test_index set c1 = 937594357227280892, c2 = 0.604435, c3 = 'FiopqYw6gK' where c = 445 index_test.go:143: sql update test_index set c1 = 7683761617203697608, c2 = 0.794811, c3 = 'czGdEETXg5' where c = 181 index_test.go:140: sql delete from test_index where c = 304 index_test.go:140: sql delete from test_index where c = 195 index_test.go:137: sql insert into test_index values (467, 3279683145086357963, 0.907173, 'iIruofYBuj') index_test.go:143: sql update test_index set c1 = 5258314315066910719, c2 = 0.332254, c3 = 'FFSa6kVQaW' where c = 28 index_test.go:137: sql insert into test_index values (468, 4276991679840789931, 0.210203, 'MJ6iIRfJW2') index_test.go:143: sql update test_index set c1 = 5851393813761257128, c2 = 0.980252, c3 = '969GR3kDqV' where c = 125 index_test.go:137: sql insert into test_index values (469, 3749705892161469201, 0.730884, 'gLAEEEFoMK') index_test.go:137: sql insert into test_index values (466, 2163575984867686253, 0.730567, 'bV920T9C2W') index_test.go:143: sql update test_index set c1 = 4459743140176280684, c2 = 0.169622, c3 = 'hlhBUXAjWV' where c = 185 index_test.go:140: sql delete from test_index where c = 116 index_test.go:143: sql update test_index set c1 = 7700336130855417622, c2 = 0.895209, c3 = 'dj0mZqAtvy' where c = 180 index_test.go:140: sql delete from test_index where c = 142 index_test.go:140: sql delete from test_index where c = 61 index_test.go:137: sql insert into test_index values (470, 3753826200404926715, 0.344944, '6O5XKPY23h') index_test.go:137: sql insert into test_index values (472, 8322082422550793485, 0.190117, '4Vfh2VVngM') index_test.go:143: sql update test_index set c1 = 4304200832396217049, c2 = 0.765653, c3 = 'S9fydBYWLW' where c = 18 index_test.go:140: sql delete from test_index where c = 443 index_test.go:137: sql insert into test_index values (473, 4996356826465048518, 0.310947, 'dwlkSacGlw') index_test.go:143: sql update test_index set c1 = 3641097683602492989, c2 = 0.153896, c3 = 'nenC0ECS5L' where c = 31 index_test.go:140: sql delete from test_index where c = 135 index_test.go:137: sql insert into test_index values (474, 3744405083747998115, 0.357090, 'xwIFVA9eGj') index_test.go:137: sql insert into test_index values (471, 1972264915037128240, 0.561275, 'h8MYmkoBNX') index_test.go:143: sql update test_index set c1 = 2229696422770520609, c2 = 0.270156, c3 = 'MIIOJ6TcMs' where c = 267 index_test.go:143: sql update test_index set c1 = 3169992834116164062, c2 = 0.266035, c3 = 'm808SgtDsH' where c = 240 index_test.go:137: sql insert into test_index values (475, 962176152642574850, 0.821781, 'BurqGCL9VK') index_test.go:140: sql delete from test_index where c = 108 index_test.go:137: sql insert into test_index values (476, 7399035396277714153, 0.083228, 'xffpoiwSE1') index_test.go:140: sql delete from test_index where c = 329 index_test.go:140: sql delete from test_index where c = 388 index_test.go:143: sql update test_index set c1 = 5548347593200511974, c2 = 0.581949, c3 = 'dJDj88mwEC' where c = 338 index_test.go:140: sql delete from test_index where c = 255 index_test.go:140: sql delete from test_index where c = 420 index_test.go:143: sql update test_index set c1 = 1591995094181888810, c2 = 0.653295, c3 = 'NQhaBwJD4Z' where c = 236 index_test.go:140: sql delete from test_index where c = 5 index_test.go:137: sql insert into test_index values (477, 555162870694679248, 0.641916, 'iFjqByVFD0') index_test.go:137: sql insert into test_index values (478, 2134324068677843601, 0.110764, 'pw62LvYSHP') index_test.go:140: sql delete from test_index where c = 433 index_test.go:137: sql insert into test_index values (479, 8345906153081447937, 0.786470, '9QQ6aAes6w') index_test.go:143: sql update test_index set c1 = 7551485684929115204, c2 = 0.866649, c3 = 'Oo0gqlSRiv' where c = 297 index_test.go:143: sql update test_index set c1 = 3609153295711106718, c2 = 0.976259, c3 = 'EQpihVith3' where c = 60 index_test.go:143: sql update test_index set c1 = 2927574729897852289, c2 = 0.399771, c3 = 'jF4dU32F7G' where c = 347 index_test.go:137: sql insert into test_index values (480, 4419876374063824462, 0.901699, 'SkRt9pmIEC') index_test.go:140: sql delete from test_index where c = 288 index_test.go:143: sql update test_index set c1 = 6916585879200828417, c2 = 0.647137, c3 = 'J7JH5y9bRi' where c = 397 index_test.go:143: sql update test_index set c1 = 3315098677162763919, c2 = 0.366917, c3 = '6t2cGcYnB5' where c = 466 index_test.go:143: sql update test_index set c1 = 2248641394370789277, c2 = 0.305282, c3 = 'T4C0OM8aBJ' where c = 447 index_test.go:140: sql delete from test_index where c = 269 index_test.go:140: sql delete from test_index where c = 61 index_test.go:137: sql insert into test_index values (482, 442678622950069555, 0.876020, 'fX7hldcxmU') index_test.go:137: sql insert into test_index values (481, 120708513305210337, 0.846170, 'haQir6OfKz') index_test.go:137: sql insert into test_index values (484, 2881056850423414633, 0.637615, 'RNxhjEcNve') index_test.go:137: sql insert into test_index values (483, 8226646191472466545, 0.205448, '0ASArVzKgP') index_test.go:140: sql delete from test_index where c = 73 index_test.go:137: sql insert into test_index values (486, 7119523251753400883, 0.198700, 'dxAsWcXnyA') index_test.go:140: sql delete from test_index where c = 337 index_test.go:137: sql insert into test_index values (485, 204385767807611261, 0.964697, '9RQZ17aNnO') index_test.go:140: sql delete from test_index where c = 466 index_test.go:143: sql update test_index set c1 = 4942607310811600569, c2 = 0.083224, c3 = 'qpx9pW0WuW' where c = 214 index_test.go:140: sql delete from test_index where c = 89 index_test.go:143: sql update test_index set c1 = 4733534682075398672, c2 = 0.877492, c3 = 'n9JQTLUEpz' where c = 7 index_test.go:143: sql update test_index set c1 = 4570731284652302110, c2 = 0.004021, c3 = '8fIDMAXbPb' where c = 158 index_test.go:143: sql update test_index set c1 = 2038849200524679244, c2 = 0.992983, c3 = 'CFFcUsPj7j' where c = 20 index_test.go:143: sql update test_index set c1 = 7515069627783332862, c2 = 0.207207, c3 = 'L90CYlaeGj' where c = 318 index_test.go:137: sql insert into test_index values (487, 2778637033446282523, 0.437642, 'smgFfi99Py') index_test.go:140: sql delete from test_index where c = 107 index_test.go:143: sql update test_index set c1 = 5731269790722312562, c2 = 0.466965, c3 = 'lVdCnpNZTS' where c = 187 index_test.go:140: sql delete from test_index where c = 435 index_test.go:140: sql delete from test_index where c = 238 index_test.go:143: sql update test_index set c1 = 1583707038676886204, c2 = 0.556645, c3 = '8MYc7Ldbg0' where c = 137 index_test.go:137: sql insert into test_index values (488, 8186027469100691697, 0.232577, 'gd54JGSf4J') index_test.go:143: sql update test_index set c1 = 7534009088500040520, c2 = 0.099249, c3 = 'xvME9R3c1t' where c = 63 index_test.go:137: sql insert into test_index values (489, 1542149298639367511, 0.544251, 'NnFwIwPe8c') index_test.go:137: sql insert into test_index values (490, 7496563609610002549, 0.067320, '3N3zV2YfV7') index_test.go:140: sql delete from test_index where c = 170 index_test.go:140: sql delete from test_index where c = 101 index_test.go:137: sql insert into test_index values (491, 4949568591472252902, 0.603809, 'c8akjTdmyl') index_test.go:143: sql update test_index set c1 = 1561595608141777017, c2 = 0.041466, c3 = '6cPoHCDdbV' where c = 341 index_test.go:143: sql update test_index set c1 = 2875764707807456362, c2 = 0.701238, c3 = 'tiSoo1yz37' where c = 216 index_test.go:137: sql insert into test_index values (492, 756793146072360626, 0.876677, 'To7DLyk12X') index_test.go:140: sql delete from test_index where c = 271 index_test.go:143: sql update test_index set c1 = 3037860172772327053, c2 = 0.685632, c3 = 'VEJsTvy8yv' where c = 453 index_test.go:140: sql delete from test_index where c = 327 index_test.go:143: sql update test_index set c1 = 1992414219500836661, c2 = 0.602921, c3 = '7vpmPsNloN' where c = 35 index_test.go:137: sql insert into test_index values (493, 9095799351063517000, 0.624930, 'ASstYwb9BF') index_test.go:140: sql delete from test_index where c = 4 index_test.go:137: sql insert into test_index values (494, 608097892529504437, 0.979165, 'eA0LyLM6lK') index_test.go:143: sql update test_index set c1 = 1947973574290460668, c2 = 0.415967, c3 = 'EakUPdXO3U' where c = 401 index_test.go:137: sql insert into test_index values (495, 1505940908508893980, 0.596789, 'aLktXqK2vu') index_test.go:140: sql delete from test_index where c = 191 index_test.go:137: sql insert into test_index values (496, 4528664334439294246, 0.583784, 'Uzaw1NvZWN') index_test.go:143: sql update test_index set c1 = 3322220361544432453, c2 = 0.297601, c3 = '8nkdNCG3BL' where c = 181 index_test.go:140: sql delete from test_index where c = 368 index_test.go:140: sql delete from test_index where c = 411 index_test.go:143: sql update test_index set c1 = 7682610564856634892, c2 = 0.791077, c3 = 'MsXgou1T1z' where c = 142 index_test.go:143: sql update test_index set c1 = 5703913006992889033, c2 = 0.755855, c3 = 'nj3wBUm5Jq' where c = 32 index_test.go:140: sql delete from test_index where c = 96 index_test.go:143: sql update test_index set c1 = 6721585880752173832, c2 = 0.935704, c3 = 'eZYdlekO1N' where c = 16 index_test.go:137: sql insert into test_index values (497, 3273655635808334371, 0.052693, '3adrDBxMA2') index_test.go:140: sql delete from test_index where c = 348 index_test.go:137: sql insert into test_index values (498, 3707492381974945218, 0.225105, 'GFYekeT0xl') index_test.go:143: sql update test_index set c1 = 3753868128863186167, c2 = 0.488879, c3 = '9NXrfBq4eO' where c = 490 index_test.go:140: sql delete from test_index where c = 96 index_test.go:143: sql update test_index set c1 = 9218193846298422038, c2 = 0.525831, c3 = 'aFW1qDI8i7' where c = 150 index_test.go:137: sql insert into test_index values (499, 8832199112077666602, 0.732637, '3zWbuYAutn') index_test.go:143: sql update test_index set c1 = 7988985029928895492, c2 = 0.323579, c3 = 'xkBBjcBHu0' where c = 149 index_test.go:140: sql delete from test_index where c = 203 index_test.go:143: sql update test_index set c1 = 7222722852575179796, c2 = 0.967120, c3 = 'vv9KPQ9JEu' where c = 485 index_test.go:143: sql update test_index set c1 = 8192858490999687581, c2 = 0.797987, c3 = 'jxBrb5R0xB' where c = 206 index_test.go:140: sql delete from test_index where c = 93 index_test.go:143: sql update test_index set c1 = 7383309363449077801, c2 = 0.365759, c3 = 'PRhrAWUgMZ' where c = 151 index_test.go:137: sql insert into test_index values (500, 1061358770428164955, 0.919404, 'zyhpb3s71Q') index_test.go:140: sql delete from test_index where c = 166 index_test.go:143: sql update test_index set c1 = 1962659400891917820, c2 = 0.044566, c3 = 'G0ePUl1ErC' where c = 473 [TestSimpleConflictDelete][Delete][Time Cost]308.50771ms [2024/05/06 21:34:56.184 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] index_test.go:137: sql insert into test_index values (506, 2027413491478717127, 0.924913, 'EJimplAsbY') index_test.go:137: sql insert into test_index values (507, 8021511729024316243, 0.931907, 'xak1DITheE') index_test.go:137: sql insert into test_index values (509, 8513503320144376109, 0.801515, 'yfrobRsMr8') index_test.go:137: sql insert into test_index values (508, 6027875243740227743, 0.675194, 'jTkT0szzlZ') index_test.go:137: sql insert into test_index values (501, 5270875802819557384, 0.978554, 'IomxrwZvtu') index_test.go:137: sql insert into test_index values (510, 3511422663742781932, 0.738316, 'a1gxA6oV9Z') index_test.go:137: sql insert into test_index values (503, 6099306425788881694, 0.198250, 'xYOHq7XZ8s') index_test.go:137: sql insert into test_index values (505, 5863656268043296841, 0.820431, 'kboY9QB3oc') index_test.go:137: sql insert into test_index values (504, 3283251625408542050, 0.324892, 'fZWR9nrO6g') index_test.go:137: sql insert into test_index values (502, 3277242739850590925, 0.086559, 'fbU5ZvGQbl') index_test.go:140: sql delete from test_index where c = 198 index_test.go:140: sql delete from test_index where c = 342 index_test.go:140: sql delete from test_index where c = 112 index_test.go:140: sql delete from test_index where c = 147 index_test.go:140: sql delete from test_index where c = 348 index_test.go:143: sql update test_index set c1 = 595865882116862920, c2 = 0.529003, c3 = 'm5BNVLzTDQ' where c = 244 index_test.go:140: sql delete from test_index where c = 291 index_test.go:143: sql update test_index set c1 = 2268411114531507877, c2 = 0.145482, c3 = 'wXJj3hr2Jh' where c = 279 index_test.go:140: sql delete from test_index where c = 373 index_test.go:140: sql delete from test_index where c = 496 index_test.go:140: sql delete from test_index where c = 441 index_test.go:143: sql update test_index set c1 = 4414855329380112163, c2 = 0.297737, c3 = 'FWdFB8D6Qx' where c = 465 index_test.go:143: sql update test_index set c1 = 4309238137995694916, c2 = 0.410185, c3 = 'DnvxJJCFVw' where c = 273 index_test.go:143: sql update test_index set c1 = 5396381106620989174, c2 = 0.646697, c3 = 'zkhCGFgOay' where c = 429 index_test.go:140: sql delete from test_index where c = 354 index_test.go:143: sql update test_index set c1 = 5909788354372660006, c2 = 0.868079, c3 = 'RAx4dvE7JH' where c = 310 index_test.go:137: sql insert into test_index values (512, 6921500405104034478, 0.968554, 'aJQlBznNOj') index_test.go:143: sql update test_index set c1 = 6428141864320152251, c2 = 0.932269, c3 = 'KvOkq6qS3r' where c = 249 index_test.go:140: sql delete from test_index where c = 72 index_test.go:137: sql insert into test_index values (511, 1065430396330115392, 0.414195, 'iOji8TNzbI') index_test.go:137: sql insert into test_index values (514, 7431696497856035112, 0.603451, 'XWuijbll3j') index_test.go:137: sql insert into test_index values (513, 5926289981911616196, 0.695558, 'Uwa7t5U6E9') index_test.go:143: sql update test_index set c1 = 6162973220583940474, c2 = 0.148055, c3 = 'dZkMVQ2gne' where c = 103 index_test.go:143: sql update test_index set c1 = 4606536194073164207, c2 = 0.050116, c3 = 'btBht5o7xS' where c = 347 index_test.go:143: sql update test_index set c1 = 3118652136565226988, c2 = 0.268352, c3 = 'zbOy6pOMl2' where c = 425 index_test.go:137: sql insert into test_index values (515, 7238458874324962557, 0.706758, '5rY681jLTE') index_test.go:143: sql update test_index set c1 = 4778355956679900549, c2 = 0.971708, c3 = 'V2MzWyqKd4' where c = 93 index_test.go:137: sql insert into test_index values (517, 7279822409118140796, 0.002236, '3faERZYAwY') index_test.go:137: sql insert into test_index values (516, 6186730371561302626, 0.545422, 'HKJutrCC7j') index_test.go:140: sql delete from test_index where c = 252 index_test.go:140: sql delete from test_index where c = 459 index_test.go:137: sql insert into test_index values (518, 6922372490928695822, 0.582010, 'f9MLZhvJdo') index_test.go:140: sql delete from test_index where c = 506 index_test.go:137: sql insert into test_index values (519, 744388465620946241, 0.754965, 'vfPwVsv0S3') index_test.go:137: sql insert into test_index values (521, 8295134147630690086, 0.390622, 'r3QH5lUdTS') index_test.go:137: sql insert into test_index values (520, 4015604558756979060, 0.352466, 'sVeQtEVQMr') index_test.go:143: sql update test_index set c1 = 2141005404319763559, c2 = 0.208556, c3 = 'd3J0ADIRnH' where c = 41 index_test.go:140: sql delete from test_index where c = 39 index_test.go:140: sql delete from test_index where c = 226 index_test.go:140: sql delete from test_index where c = 419 index_test.go:140: sql delete from test_index where c = 140 index_test.go:140: sql delete from test_index where c = 248 index_test.go:140: sql delete from test_index where c = 258 index_test.go:143: sql update test_index set c1 = 8810668550082014962, c2 = 0.900144, c3 = 'ls81nff2FX' where c = 436 index_test.go:143: sql update test_index set c1 = 3845827257539584528, c2 = 0.321022, c3 = 'LgPhQcacAW' where c = 103 index_test.go:140: sql delete from test_index where c = 318 index_test.go:143: sql update test_index set c1 = 2609129116132306959, c2 = 0.775032, c3 = 'fPCcMCEr0O' where c = 445 index_test.go:143: sql update test_index set c1 = 173458115811151420, c2 = 0.706651, c3 = 'y7j6atI3uv' where c = 357 index_test.go:143: sql update test_index set c1 = 2104306530222253163, c2 = 0.883981, c3 = '3Z1rrUcryE' where c = 326 index_test.go:143: sql update test_index set c1 = 4366369007649724645, c2 = 0.913053, c3 = 'D5nJ1JFVmc' where c = 419 index_test.go:137: sql insert into test_index values (522, 1835071574242921652, 0.096541, 'yvQMtaIp4J') index_test.go:143: sql update test_index set c1 = 8904594890318751590, c2 = 0.717340, c3 = 'mq6lSxnuuz' where c = 144 index_test.go:137: sql insert into test_index values (524, 5190262942151660656, 0.550641, 'ooZ4qux3l0') index_test.go:140: sql delete from test_index where c = 127 index_test.go:143: sql update test_index set c1 = 5324857526616234944, c2 = 0.334453, c3 = 'hBjuMFEFWw' where c = 333 index_test.go:137: sql insert into test_index values (523, 6747543199515789313, 0.157074, 'AD9A7GtSHf') index_test.go:137: sql insert into test_index values (525, 5565077609939689733, 0.725596, 'lbwZOhAWdu') index_test.go:143: sql update test_index set c1 = 132244182972945553, c2 = 0.416689, c3 = 'wWfs5ewkef' where c = 317 index_test.go:137: sql insert into test_index values (526, 4632941935581714993, 0.181569, 'IZ4TqMjSM5') index_test.go:137: sql insert into test_index values (527, 2567190697653335344, 0.634411, 'WKQ8Zb0NXX') index_test.go:137: sql insert into test_index values (529, 4364163608465584705, 0.660001, 'XNT2I7rFS6') index_test.go:137: sql insert into test_index values (528, 7993361629005831453, 0.941015, 'HEf9PnTphX') index_test.go:140: sql delete from test_index where c = 90 index_test.go:140: sql delete from test_index where c = 244 index_test.go:137: sql insert into test_index values (530, 8058550241964850135, 0.155231, 'aHSlKCHSLV') index_test.go:140: sql delete from test_index where c = 246 index_test.go:143: sql update test_index set c1 = 4888111951079981375, c2 = 0.698876, c3 = 'PSIj80OU92' where c = 72 index_test.go:140: sql delete from test_index where c = 448 index_test.go:143: sql update test_index set c1 = 1936029486035327302, c2 = 0.177517, c3 = 'z9DkFLiraw' where c = 446 index_test.go:143: sql update test_index set c1 = 2771717154102196874, c2 = 0.339206, c3 = 'grI3XJbI3f' where c = 275 index_test.go:137: sql insert into test_index values (531, 2436947111934468204, 0.214761, 'jUzEn3WPPH') index_test.go:143: sql update test_index set c1 = 7251183994429915769, c2 = 0.693739, c3 = 'ukDYCjIJBF' where c = 297 index_test.go:140: sql delete from test_index where c = 381 index_test.go:140: sql delete from test_index where c = 384 index_test.go:140: sql delete from test_index where c = 519 index_test.go:137: sql insert into test_index values (532, 2966165918035332595, 0.376664, 'cnIFsmCTee') index_test.go:140: sql delete from test_index where c = 457 index_test.go:137: sql insert into test_index values (533, 7691323568333079790, 0.096244, 'nb338H1du1') index_test.go:137: sql insert into test_index values (534, 6672513182308546948, 0.467771, 'xROAE7mfGM') index_test.go:143: sql update test_index set c1 = 5457336232485188200, c2 = 0.333279, c3 = 'oEqyebexe7' where c = 266 index_test.go:140: sql delete from test_index where c = 90 index_test.go:137: sql insert into test_index values (535, 5208841768401751239, 0.751402, '6OCb5zRRKh') index_test.go:140: sql delete from test_index where c = 509 index_test.go:140: sql delete from test_index where c = 75 index_test.go:143: sql update test_index set c1 = 3952313026981165756, c2 = 0.089342, c3 = 'T9VsxMjuLU' where c = 118 index_test.go:143: sql update test_index set c1 = 164634132804575770, c2 = 0.435858, c3 = '0NyoCHD1Vn' where c = 285 index_test.go:143: sql update test_index set c1 = 7137250839196684781, c2 = 0.793109, c3 = 'GDcP9ZHjgG' where c = 312 index_test.go:143: sql update test_index set c1 = 7411816142771210533, c2 = 0.026947, c3 = '5RlINwmTvv' where c = 522 index_test.go:140: sql delete from test_index where c = 494 index_test.go:137: sql insert into test_index values (536, 1893313650161756129, 0.798637, 'Yr9iEHzVWg') index_test.go:140: sql delete from test_index where c = 280 index_test.go:143: sql update test_index set c1 = 406675586562474832, c2 = 0.574239, c3 = 'b3yiVBahjJ' where c = 247 index_test.go:140: sql delete from test_index where c = 244 index_test.go:137: sql insert into test_index values (537, 7649483688032770107, 0.631683, 'ibAA8qwwtu') index_test.go:143: sql update test_index set c1 = 2736728880858633372, c2 = 0.871523, c3 = 'jSgYPUftKH' where c = 447 index_test.go:137: sql insert into test_index values (539, 3745844920152133282, 0.818658, 'yzHLISvHJR') index_test.go:137: sql insert into test_index values (538, 5085641880682686829, 0.961775, 'qdF3ZEczHG') index_test.go:137: sql insert into test_index values (540, 3553680553059992245, 0.433683, 'ynquqcbRUo') index_test.go:143: sql update test_index set c1 = 4743657724099241167, c2 = 0.702802, c3 = 'KfrfktDKpO' where c = 282 index_test.go:143: sql update test_index set c1 = 4317170849809046465, c2 = 0.761145, c3 = 'Rut1ajUQ6g' where c = 465 index_test.go:137: sql insert into test_index values (541, 183477974462697987, 0.434889, 'Ye3P2Oqr1H') index_test.go:143: sql update test_index set c1 = 2614534012999813814, c2 = 0.554405, c3 = 'bK6cr2YVKY' where c = 326 index_test.go:143: sql update test_index set c1 = 7921239226516739028, c2 = 0.047407, c3 = 'HYWRlYxTji' where c = 412 index_test.go:140: sql delete from test_index where c = 439 index_test.go:140: sql delete from test_index where c = 187 index_test.go:140: sql delete from test_index where c = 464 index_test.go:143: sql update test_index set c1 = 1475600228487166610, c2 = 0.274261, c3 = 'V5sJ5nSjzS' where c = 236 index_test.go:137: sql insert into test_index values (544, 276245691788574295, 0.901466, 'm0iMb1es2F') index_test.go:137: sql insert into test_index values (543, 2479600747049430538, 0.253816, 'r3sMNwEXR6') index_test.go:137: sql insert into test_index values (542, 3422242878842610863, 0.832573, 'r6iAPptEu2') index_test.go:140: sql delete from test_index where c = 243 index_test.go:143: sql update test_index set c1 = 8407469855266958125, c2 = 0.362101, c3 = 'E79qmyHnUA' where c = 194 index_test.go:137: sql insert into test_index values (546, 46291765016656903, 0.530384, 'luyNjN7CoX') index_test.go:140: sql delete from test_index where c = 44 index_test.go:140: sql delete from test_index where c = 55 index_test.go:137: sql insert into test_index values (545, 8463819106493809577, 0.650097, 'wPGwAKM0qA') index_test.go:143: sql update test_index set c1 = 3147640049208753111, c2 = 0.490942, c3 = 'lNCEtccZYr' where c = 294 index_test.go:143: sql update test_index set c1 = 2764235804967686855, c2 = 0.658760, c3 = 'JbVDWkTPDL' where c = 125 index_test.go:137: sql insert into test_index values (547, 3733878541206506045, 0.445220, 'Kjg46ZIeUy') index_test.go:137: sql insert into test_index values (548, 2758400462226361916, 0.274821, 'zj6F74dGSa') index_test.go:143: sql update test_index set c1 = 2544637196206207552, c2 = 0.796577, c3 = 'jlw29770h9' where c = 23 index_test.go:140: sql delete from test_index where c = 515 index_test.go:140: sql delete from test_index where c = 156 index_test.go:140: sql delete from test_index where c = 61 index_test.go:140: sql delete from test_index where c = 235 index_test.go:143: sql update test_index set c1 = 8868336519304253739, c2 = 0.814745, c3 = 'cY5kzpWSY2' where c = 262 index_test.go:137: sql insert into test_index values (549, 2163578061807515913, 0.731226, 'WYBlVv3906') index_test.go:143: sql update test_index set c1 = 1482808811233014938, c2 = 0.303528, c3 = 'MGRZA75U0P' where c = 20 index_test.go:143: sql update test_index set c1 = 6815452462662310042, c2 = 0.077972, c3 = '4ZsfMThAG9' where c = 54 index_test.go:140: sql delete from test_index where c = 221 index_test.go:143: sql update test_index set c1 = 1925541813532483930, c2 = 0.509984, c3 = 'liSl0tUXvm' where c = 213 index_test.go:137: sql insert into test_index values (551, 7620547180424130220, 0.295973, 'ByoUu2vNfH') index_test.go:140: sql delete from test_index where c = 359 index_test.go:143: sql update test_index set c1 = 4439218949008504176, c2 = 0.090394, c3 = 'Cn9BKPAJ3Y' where c = 255 index_test.go:137: sql insert into test_index values (550, 7195418361354804508, 0.047785, '4iDXFUlqb5') index_test.go:143: sql update test_index set c1 = 8295344978647105067, c2 = 0.622097, c3 = 'wDpbHq1qH1' where c = 94 index_test.go:137: sql insert into test_index values (552, 5669500509936505874, 0.195140, '8qT1CDI5jf') index_test.go:143: sql update test_index set c1 = 847100921653124803, c2 = 0.548852, c3 = 'Olzyp8bpmx' where c = 0 index_test.go:137: sql insert into test_index values (554, 2247996272200046043, 0.979381, 'BJ9fOqXj6S') index_test.go:140: sql delete from test_index where c = 218 index_test.go:137: sql insert into test_index values (553, 7973094074890838276, 0.218978, 'M4Eow7tzXJ') index_test.go:140: sql delete from test_index where c = 451 index_test.go:137: sql insert into test_index values (555, 4282785302158257003, 0.231022, 'kBEXBcw5FW') index_test.go:140: sql delete from test_index where c = 89 index_test.go:137: sql insert into test_index values (556, 7834773205200806248, 0.338451, 'WKtSAirsL6') index_test.go:140: sql delete from test_index where c = 56 index_test.go:140: sql delete from test_index where c = 283 index_test.go:140: sql delete from test_index where c = 40 index_test.go:140: sql delete from test_index where c = 538 index_test.go:137: sql insert into test_index values (557, 3941269354130195652, 0.508938, '4RX4olADEH') index_test.go:143: sql update test_index set c1 = 4050866750352040872, c2 = 0.243678, c3 = 'GWEGzTUHSo' where c = 132 index_test.go:137: sql insert into test_index values (558, 6585569689227621777, 0.193763, 'rJ93bOomHk') index_test.go:140: sql delete from test_index where c = 28 index_test.go:143: sql update test_index set c1 = 806032265091795711, c2 = 0.474354, c3 = 'lEmLuAeUJC' where c = 240 index_test.go:143: sql update test_index set c1 = 946844568142796641, c2 = 0.301768, c3 = '3AqVU0PiMV' where c = 474 index_test.go:140: sql delete from test_index where c = 202 index_test.go:143: sql update test_index set c1 = 9065945232342381552, c2 = 0.689193, c3 = 'BCUQeezGzt' where c = 212 index_test.go:143: sql update test_index set c1 = 8556114298312741566, c2 = 0.568185, c3 = 'Yzf2qrHWCm' where c = 220 index_test.go:143: sql update test_index set c1 = 1224953800525342064, c2 = 0.420425, c3 = 'FBmyuHcWmn' where c = 34 index_test.go:143: sql update test_index set c1 = 4067443298441967286, c2 = 0.625589, c3 = 'HQUKlgJyDx' where c = 449 index_test.go:137: sql insert into test_index values (559, 206034394391115826, 0.883288, 'b1NlQpaWMx') index_test.go:140: sql delete from test_index where c = 68 index_test.go:137: sql insert into test_index values (561, 9002352771450694830, 0.881016, 'CkmOHldUVW') index_test.go:137: sql insert into test_index values (560, 6065011676447397547, 0.968105, 'yBlQuN4biS') index_test.go:143: sql update test_index set c1 = 5514660464556265565, c2 = 0.319242, c3 = 'IVfQ0vWYsl' where c = 402 index_test.go:143: sql update test_index set c1 = 1243557342438517653, c2 = 0.109434, c3 = '5itgK7VNtU' where c = 294 index_test.go:137: sql insert into test_index values (562, 6351291942289920074, 0.744077, 'WcBN6Rz7Fl') index_test.go:143: sql update test_index set c1 = 8718101709922145867, c2 = 0.513692, c3 = '9MIhfE9HHv' where c = 329 index_test.go:137: sql insert into test_index values (563, 7992774797202376438, 0.292700, 'rUnxDHRIKi') index_test.go:137: sql insert into test_index values (564, 3337939629449332599, 0.230757, 'EFbjl85rbh') index_test.go:137: sql insert into test_index values (565, 8490569245887950904, 0.824057, 'SEX4b8K9Mz') index_test.go:140: sql delete from test_index where c = 144 index_test.go:140: sql delete from test_index where c = 190 index_test.go:140: sql delete from test_index where c = 374 index_test.go:140: sql delete from test_index where c = 27 index_test.go:137: sql insert into test_index values (567, 9072217029245007504, 0.620941, 'FutUcEziCN') index_test.go:137: sql insert into test_index values (568, 2731828823377619564, 0.779661, '2iLa1FsL2h') index_test.go:140: sql delete from test_index where c = 542 index_test.go:143: sql update test_index set c1 = 528485915571398039, c2 = 0.983184, c3 = '7Vamkyy6Pc' where c = 431 index_test.go:137: sql insert into test_index values (566, 7033235081741123405, 0.095607, 'hhYwZOyDwX') index_test.go:140: sql delete from test_index where c = 326 index_test.go:143: sql update test_index set c1 = 7018915327509998385, c2 = 0.986731, c3 = 'uTPg0ybcwM' where c = 263 index_test.go:140: sql delete from test_index where c = 548 index_test.go:143: sql update test_index set c1 = 1472732055007497476, c2 = 0.085843, c3 = 'alwN5XJIpf' where c = 2 index_test.go:143: sql update test_index set c1 = 2940537953595768506, c2 = 0.243733, c3 = 'XhRnHYPn3h' where c = 495 index_test.go:140: sql delete from test_index where c = 79 index_test.go:137: sql insert into test_index values (569, 5007952847440289838, 0.105375, 'x2oRVY8lcl') index_test.go:140: sql delete from test_index where c = 480 index_test.go:143: sql update test_index set c1 = 6204063723082447506, c2 = 0.818886, c3 = 'hEPH4X35Dv' where c = 136 index_test.go:143: sql update test_index set c1 = 9218065795600056851, c2 = 0.870584, c3 = 'v7flzv9k37' where c = 392 index_test.go:140: sql delete from test_index where c = 317 index_test.go:140: sql delete from test_index where c = 225 index_test.go:137: sql insert into test_index values (571, 8769452973851955775, 0.885529, 'Ex65BdkjO2') index_test.go:137: sql insert into test_index values (572, 5278480975550808961, 0.911868, 'DJqlbsHtQr') index_test.go:143: sql update test_index set c1 = 6285063870059303326, c2 = 0.176716, c3 = 'wleeN1gqiG' where c = 173 index_test.go:143: sql update test_index set c1 = 7866972411244128916, c2 = 0.363490, c3 = 'UphFzZIHTk' where c = 119 index_test.go:137: sql insert into test_index values (570, 2142509892435917477, 0.390966, 'ukk6eUzBba') index_test.go:137: sql insert into test_index values (573, 4553584482881740154, 0.594391, 'Zsnt1bw5x7') index_test.go:137: sql insert into test_index values (574, 2568195325884470766, 0.633215, 'eEYoZ2xgLS') index_test.go:143: sql update test_index set c1 = 3384775445886367075, c2 = 0.188873, c3 = 'oWIvdlqQdT' where c = 302 index_test.go:143: sql update test_index set c1 = 9117841293953869798, c2 = 0.602418, c3 = '7av0FxHcId' where c = 541 index_test.go:140: sql delete from test_index where c = 63 index_test.go:143: sql update test_index set c1 = 1318590586739236842, c2 = 0.524804, c3 = 'iDGDCHc5HY' where c = 240 index_test.go:137: sql insert into test_index values (575, 5728136556904376433, 0.976456, 'ovnPrunKqF') index_test.go:140: sql delete from test_index where c = 498 index_test.go:137: sql insert into test_index values (576, 8346538588471194685, 0.883234, 'XqNT8neGAo') index_test.go:140: sql delete from test_index where c = 389 index_test.go:140: sql delete from test_index where c = 518 index_test.go:137: sql insert into test_index values (577, 718409784619290665, 0.876614, '64Y4SlySmc') index_test.go:140: sql delete from test_index where c = 80 index_test.go:143: sql update test_index set c1 = 3994541230665862925, c2 = 0.812918, c3 = '0gUtYsOk2O' where c = 204 index_test.go:137: sql insert into test_index values (578, 6951105001422759422, 0.129932, 'ZuCGN4IGlR') index_test.go:137: sql insert into test_index values (579, 1448719782080821736, 0.605846, 'DtmgElGhrW') index_test.go:143: sql update test_index set c1 = 3230746685171616699, c2 = 0.370621, c3 = 'h6E3Jzzuoa' where c = 81 index_test.go:143: sql update test_index set c1 = 2223919468472502417, c2 = 0.993919, c3 = '7yaWDgswHh' where c = 382 index_test.go:140: sql delete from test_index where c = 356 index_test.go:140: sql delete from test_index where c = 423 index_test.go:140: sql delete from test_index where c = 154 index_test.go:140: sql delete from test_index where c = 488 index_test.go:137: sql insert into test_index values (580, 6944947496099688320, 0.009141, '3HvNKcNhyb') index_test.go:143: sql update test_index set c1 = 5288182531075216505, c2 = 0.178401, c3 = 'C4pImwMX3b' where c = 176 index_test.go:143: sql update test_index set c1 = 1326096165085141645, c2 = 0.815560, c3 = 'BIns0naZLb' where c = 555 index_test.go:137: sql insert into test_index values (582, 2173445726417852521, 0.742345, 'D1HGPBIfpg') index_test.go:143: sql update test_index set c1 = 902131578894497883, c2 = 0.477114, c3 = '9L12yfaKXK' where c = 175 index_test.go:140: sql delete from test_index where c = 53 index_test.go:137: sql insert into test_index values (581, 3989575060392521715, 0.698298, 'lG6IX1xRj4') index_test.go:143: sql update test_index set c1 = 5007078446016629123, c2 = 0.178539, c3 = 'dnxCpYbL4h' where c = 80 index_test.go:143: sql update test_index set c1 = 7558786002221020476, c2 = 0.327628, c3 = 'EkFieDTehS' where c = 520 index_test.go:143: sql update test_index set c1 = 8339274337651937677, c2 = 0.232195, c3 = 'K1svywEbmp' where c = 180 index_test.go:143: sql update test_index set c1 = 961065358745976543, c2 = 0.991197, c3 = 'oI9er4sHFU' where c = 424 index_test.go:140: sql delete from test_index where c = 251 index_test.go:137: sql insert into test_index values (583, 1882028577898104766, 0.088471, 'X2RmuX073Y') index_test.go:137: sql insert into test_index values (584, 6713456580644547356, 0.869621, 'VXv0j6PiPK') index_test.go:137: sql insert into test_index values (585, 121408585592188016, 0.371245, 'UgVV2MRqgq') index_test.go:140: sql delete from test_index where c = 121 index_test.go:137: sql insert into test_index values (587, 7253442959574335633, 0.415855, '7pjfLHEn73') index_test.go:140: sql delete from test_index where c = 514 index_test.go:137: sql insert into test_index values (588, 7294736207330029375, 0.261029, 'zTCjCP5Hxk') index_test.go:143: sql update test_index set c1 = 5317759322380816261, c2 = 0.559419, c3 = 'BFIhlX9xYY' where c = 326 index_test.go:140: sql delete from test_index where c = 443 index_test.go:140: sql delete from test_index where c = 348 index_test.go:140: sql delete from test_index where c = 186 index_test.go:137: sql insert into test_index values (586, 6461407131942564337, 0.320062, 'MLRNCIziB7') index_test.go:140: sql delete from test_index where c = 376 index_test.go:140: sql delete from test_index where c = 182 index_test.go:137: sql insert into test_index values (589, 7604695848456167357, 0.936732, 'QvFLfUebkY') index_test.go:143: sql update test_index set c1 = 6444672615835027451, c2 = 0.109692, c3 = 'hXB04qdeUV' where c = 75 index_test.go:137: sql insert into test_index values (590, 2241927032161294257, 0.380931, 'ZKMAZlTs95') index_test.go:143: sql update test_index set c1 = 1209121189180948186, c2 = 0.503211, c3 = 'zEOWyeogV7' where c = 404 index_test.go:143: sql update test_index set c1 = 7276624067286795190, c2 = 0.107102, c3 = 'Fy3YklTsxL' where c = 386 index_test.go:140: sql delete from test_index where c = 54 index_test.go:140: sql delete from test_index where c = 19 index_test.go:143: sql update test_index set c1 = 876703936881654440, c2 = 0.077029, c3 = 'd5ivruztXT' where c = 568 index_test.go:143: sql update test_index set c1 = 6021705400405436893, c2 = 0.947665, c3 = 'bMyYHCPNU2' where c = 339 index_test.go:143: sql update test_index set c1 = 4637513968333611091, c2 = 0.715249, c3 = 'HN2wMubxQy' where c = 153 index_test.go:143: sql update test_index set c1 = 4401427897745689408, c2 = 0.222596, c3 = 'HuJfKScl3N' where c = 85 index_test.go:137: sql insert into test_index values (592, 8353126889892226849, 0.773629, '4qeEKsMw2m') index_test.go:140: sql delete from test_index where c = 534 index_test.go:143: sql update test_index set c1 = 6191076836945767683, c2 = 0.975514, c3 = 'miHsi3X6CK' where c = 253 index_test.go:143: sql update test_index set c1 = 2780610343289048415, c2 = 0.497428, c3 = 'FMufrZQ6Zp' where c = 416 index_test.go:137: sql insert into test_index values (593, 2186808504002035640, 0.221883, 'i97JlLVqZC') index_test.go:137: sql insert into test_index values (591, 5949594983799581675, 0.069088, 'blznRRgoYR') index_test.go:137: sql insert into test_index values (594, 4056849456892100490, 0.672773, 'QO7qvZvArv') index_test.go:143: sql update test_index set c1 = 3644366085510644434, c2 = 0.250417, c3 = 'yX6AU9rYwn' where c = 117 index_test.go:137: sql insert into test_index values (596, 5066875318649913832, 0.428750, 'm4jCbXgVVU') index_test.go:140: sql delete from test_index where c = 80 index_test.go:137: sql insert into test_index values (597, 5835130890988748287, 0.648984, 'tUq6hVB1o3') index_test.go:137: sql insert into test_index values (598, 1320183241829966950, 0.260163, 'tjwPc1EkUa') index_test.go:140: sql delete from test_index where c = 414 index_test.go:137: sql insert into test_index values (595, 7829283050935371405, 0.077076, 'HxDCauQPqu') index_test.go:140: sql delete from test_index where c = 231 index_test.go:140: sql delete from test_index where c = 52 index_test.go:143: sql update test_index set c1 = 7744680655331678677, c2 = 0.599109, c3 = 'uAFHOKC7NP' where c = 260 index_test.go:140: sql delete from test_index where c = 562 index_test.go:143: sql update test_index set c1 = 7760573342472020513, c2 = 0.370412, c3 = 'vnU2qo9Xqi' where c = 568 index_test.go:140: sql delete from test_index where c = 371 index_test.go:143: sql update test_index set c1 = 8979211562109223638, c2 = 0.138011, c3 = 'vLZzZ9jYsX' where c = 6 index_test.go:140: sql delete from test_index where c = 472 index_test.go:143: sql update test_index set c1 = 2208240186627768768, c2 = 0.176185, c3 = 'Es2TEm75dT' where c = 346 index_test.go:143: sql update test_index set c1 = 1883933154192303103, c2 = 0.098556, c3 = 'yRcx8YSuQv' where c = 434 index_test.go:140: sql delete from test_index where c = 452 index_test.go:143: sql update test_index set c1 = 8629288898300870709, c2 = 0.265659, c3 = 'ZyMk03f8tw' where c = 343 index_test.go:143: sql update test_index set c1 = 6160454099385427209, c2 = 0.529764, c3 = 'j2WhBnUsyE' where c = 0 index_test.go:143: sql update test_index set c1 = 2537911585062916564, c2 = 0.958568, c3 = 'gkfRTIi4EG' where c = 294 index_test.go:137: sql insert into test_index values (599, 6641273998957174420, 0.651250, 'dPJrl50uHv') index_test.go:137: sql insert into test_index values (600, 4759020928176953091, 0.296812, 'svUk2ebsRz') index_test.go:140: sql delete from test_index where c = 32 index_test.go:140: sql delete from test_index where c = 502 index_test.go:143: sql update test_index set c1 = 8524956816748700553, c2 = 0.635344, c3 = 'FMOttphHE1' where c = 488 index_test.go:143: sql update test_index set c1 = 5182620342620665277, c2 = 0.472354, c3 = 'ZxTHeb9Zv4' where c = 122 [TestSimpleInsert][Time Cost]2.707068601s === RUN TestSimpleInsert/Basic/test_insert_common index_test.go:137: sql insert into test_index values (604, 9203888557536009817, 0.349638, 'NhJ5lzqL2x') index_test.go:137: sql insert into test_index values (606, 3949848126858116896, 0.591383, 'otCclxgmgY') index_test.go:137: sql insert into test_index values (605, 4246253602389305006, 0.521109, 'Le1NTuKuzd') index_test.go:137: sql insert into test_index values (602, 5771097890284878279, 0.045486, 'sBkRLznLmT') index_test.go:137: sql insert into test_index values (603, 4209087148225175199, 0.653515, 'WEbkyVfQnH') index_test.go:137: sql insert into test_index values (601, 4012111844295809598, 0.804758, 'rMQgsB7j9A') index_test.go:137: sql insert into test_index values (609, 1909543110948208440, 0.899123, 'ytLyb0blt2') index_test.go:137: sql insert into test_index values (607, 6140032901077444645, 0.203818, 'd5kowYYJMy') index_test.go:137: sql insert into test_index values (610, 6354355789039573403, 0.945797, 'l6pvMxzt5h') index_test.go:137: sql insert into test_index values (608, 6709103779356153915, 0.821826, 'ZX0Op3rxJv') index_test.go:140: sql delete from test_index where c = 63 index_test.go:140: sql delete from test_index where c = 73 index_test.go:140: sql delete from test_index where c = 160 index_test.go:140: sql delete from test_index where c = 326 index_test.go:140: sql delete from test_index where c = 1 index_test.go:140: sql delete from test_index where c = 452 index_test.go:143: sql update test_index set c1 = 5726283150321385842, c2 = 0.655922, c3 = 'bR8QkSU07H' where c = 194 index_test.go:140: sql delete from test_index where c = 512 index_test.go:140: sql delete from test_index where c = 356 index_test.go:143: sql update test_index set c1 = 3909405378993256370, c2 = 0.203668, c3 = 'FMuGhPZeTa' where c = 54 index_test.go:140: sql delete from test_index where c = 401 index_test.go:140: sql delete from test_index where c = 339 index_test.go:143: sql update test_index set c1 = 1849515883864778253, c2 = 0.246701, c3 = 'gozrSziDLY' where c = 573 index_test.go:143: sql update test_index set c1 = 8151070280494402017, c2 = 0.633074, c3 = 'Zdk8pb1uWJ' where c = 435 index_test.go:143: sql update test_index set c1 = 1590495873394248682, c2 = 0.613616, c3 = '7y11AbeoAu' where c = 522 index_test.go:143: sql update test_index set c1 = 6258424872768070533, c2 = 0.565748, c3 = 'a5I4fbLxP5' where c = 437 index_test.go:137: sql insert into test_index values (611, 8190253384765610638, 0.203985, 'S4xcZzBJNX') index_test.go:143: sql update test_index set c1 = 5537378274071766748, c2 = 0.404027, c3 = 'DRKvE6jPw3' where c = 212 index_test.go:143: sql update test_index set c1 = 2210979382052720111, c2 = 0.460047, c3 = 'kpismGu9Lr' where c = 481 index_test.go:143: sql update test_index set c1 = 6883089039415575255, c2 = 0.864465, c3 = 'OGyyTNRI11' where c = 232 index_test.go:143: sql update test_index set c1 = 147088945469980039, c2 = 0.355562, c3 = '00wTekRxSH' where c = 250 index_test.go:137: sql insert into test_index values (612, 6590340627121013599, 0.294028, 'HK7Ux56D8Z') index_test.go:137: sql insert into test_index values (613, 4042259252046899622, 0.605795, '6hYbLutwJU') index_test.go:137: sql insert into test_index values (616, 6788327964884662450, 0.319451, 'MbPnh3k2sI') index_test.go:140: sql delete from test_index where c = 535 index_test.go:137: sql insert into test_index values (615, 97760121139730793, 0.595720, '98CzBCkSsB') index_test.go:137: sql insert into test_index values (614, 974304069704505377, 0.437872, 'ymkS7lcrjS') index_test.go:137: sql insert into test_index values (618, 3744440177050919984, 0.561835, 'sqiVHmstU0') index_test.go:137: sql insert into test_index values (617, 3677300154066215709, 0.391071, '5LKxVn8pQL') index_test.go:137: sql insert into test_index values (620, 6035680223636956381, 0.230331, 'rlZLiH0zLd') index_test.go:143: sql update test_index set c1 = 7646596343181903860, c2 = 0.385778, c3 = 'Xfm0lopgUi' where c = 42 # Time: 2024-05-06T21:34:57.039351239+08:00 # Txn_start_ts: 0 # Query_time: 3.008468195 # Parse_time: 0.000080568 # Compile_time: 0.000080294 # Rewrite_time: 0.000001848 # Optimize_time: 0 # Wait_TS: 0.000149496 # DB: test_ddl # Is_internal: false # Digest: e8fc3c9a828d602aeddef87e91315bde0ba55af59b1911efae39fab0b9d9ec0a # Num_cop_tasks: 0 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Succ: true # IsExplicitTxn: false # IsSyncStatsFailed: false # Resource_group: default use test_ddl; create index c1_index on test_index (c1); index_test.go:140: sql delete from test_index where c = 568 index_test.go:140: sql delete from test_index where c = 209 index_test.go:140: sql delete from test_index where c = 357 index_test.go:140: sql delete from test_index where c = 4 index_test.go:140: sql delete from test_index where c = 92 index_test.go:137: sql insert into test_index values (619, 1489117716477451694, 0.631277, '27N9RdMQzo') index_test.go:143: sql update test_index set c1 = 2182439968215191091, c2 = 0.453188, c3 = '8SVXYiTJXq' where c = 374 index_test.go:140: sql delete from test_index where c = 510 index_test.go:140: sql delete from test_index where c = 189 index_test.go:143: sql update test_index set c1 = 9220768860826143974, c2 = 0.401212, c3 = 'ih5XXGJolu' where c = 51 index_test.go:143: sql update test_index set c1 = 4556552376874665877, c2 = 0.537766, c3 = 'RtqSXXTU5T' where c = 112 index_test.go:140: sql delete from test_index where c = 527 index_test.go:137: sql insert into test_index values (621, 2129827286268678395, 0.621311, 'I86ibpdo7S') index_test.go:143: sql update test_index set c1 = 1106048309091225137, c2 = 0.129470, c3 = '3JW8QEfBU4' where c = 97 index_test.go:143: sql update test_index set c1 = 6198196962297453684, c2 = 0.040424, c3 = 'QDuAVJp5xF' where c = 522 index_test.go:143: sql update test_index set c1 = 7429384057180673295, c2 = 0.038899, c3 = 'U7r10bMkr0' where c = 219 index_test.go:140: sql delete from test_index where c = 608 index_test.go:143: sql update test_index set c1 = 6449968265819448607, c2 = 0.904558, c3 = 'ddcKBKwDJX' where c = 222 index_test.go:137: sql insert into test_index values (623, 4799889491425756022, 0.338856, 'jLCphfpOnx') index_test.go:137: sql insert into test_index values (622, 3871318490684867565, 0.412217, 'O2H6xLVf9E') index_test.go:137: sql insert into test_index values (625, 5186379890342896982, 0.543758, 'sEAr5EoJVq') index_test.go:137: sql insert into test_index values (627, 4203043860379211448, 0.218117, 'VkGA2NV6JD') index_test.go:137: sql insert into test_index values (626, 8198346427027206665, 0.666404, 'dbG1GB5X6B') index_test.go:140: sql delete from test_index where c = 593 index_test.go:137: sql insert into test_index values (628, 4710965175620485011, 0.694985, 'hHNbrogMNJ') index_test.go:140: sql delete from test_index where c = 364 index_test.go:143: sql update test_index set c1 = 4455926504940001948, c2 = 0.532248, c3 = '2dinIssSLx' where c = 406 index_test.go:140: sql delete from test_index where c = 198 index_test.go:137: sql insert into test_index values (624, 7297977987929551113, 0.011104, 'qevDmanXv3') index_test.go:143: sql update test_index set c1 = 6146968813866745462, c2 = 0.614852, c3 = 'x60XbdhWAI' where c = 513 index_test.go:140: sql delete from test_index where c = 397 index_test.go:143: sql update test_index set c1 = 2057909840762583755, c2 = 0.127859, c3 = 'WR8DpZGqWm' where c = 320 index_test.go:143: sql update test_index set c1 = 2732826390876689853, c2 = 0.233122, c3 = 'XhrsrVznwh' where c = 147 index_test.go:143: sql update test_index set c1 = 3026626955101894395, c2 = 0.308950, c3 = '4zf9Dj2rNe' where c = 282 index_test.go:140: sql delete from test_index where c = 355 index_test.go:140: sql delete from test_index where c = 335 index_test.go:140: sql delete from test_index where c = 352 index_test.go:143: sql update test_index set c1 = 2762594420904354918, c2 = 0.876538, c3 = 'XBfJgTyfrx' where c = 430 index_test.go:140: sql delete from test_index where c = 471 index_test.go:137: sql insert into test_index values (629, 902952381976677954, 0.300379, '44ZhWOtKLm') index_test.go:137: sql insert into test_index values (632, 8552172047337720172, 0.396306, '9pSUz8EVOu') index_test.go:137: sql insert into test_index values (630, 2632585503900379875, 0.692438, 'pzQohXDEP1') index_test.go:137: sql insert into test_index values (633, 2233619419518558407, 0.676822, '7Lw6X8aurb') index_test.go:143: sql update test_index set c1 = 8572835130845893558, c2 = 0.286456, c3 = 'CJVIqg6faG' where c = 269 index_test.go:137: sql insert into test_index values (631, 7893134513026008452, 0.808728, 'kHCK7mvKbD') index_test.go:140: sql delete from test_index where c = 8 index_test.go:143: sql update test_index set c1 = 8856183046889790130, c2 = 0.164913, c3 = 'LmxmUlwkYn' where c = 499 index_test.go:137: sql insert into test_index values (634, 8163659588005124429, 0.218341, 'U6OivdK3R4') index_test.go:140: sql delete from test_index where c = 356 index_test.go:143: sql update test_index set c1 = 8052373418923302517, c2 = 0.582434, c3 = 'zs0vQSoxjL' where c = 495 index_test.go:143: sql update test_index set c1 = 2801380406677565666, c2 = 0.923451, c3 = 'CDmja63meN' where c = 408 index_test.go:143: sql update test_index set c1 = 1382845589147450129, c2 = 0.967826, c3 = 'zOCLXquiMq' where c = 175 index_test.go:140: sql delete from test_index where c = 594 index_test.go:137: sql insert into test_index values (635, 7647173036653695594, 0.930427, 'oqBz9wJ6Uz') index_test.go:143: sql update test_index set c1 = 4050015783642085584, c2 = 0.102328, c3 = 'JIKcju8hek' where c = 175 index_test.go:140: sql delete from test_index where c = 264 index_test.go:140: sql delete from test_index where c = 255 index_test.go:137: sql insert into test_index values (637, 229973434554498632, 0.615461, '2lQ510UgXO') index_test.go:137: sql insert into test_index values (638, 2869038519865789580, 0.643160, 'ohYnSxLjBG') index_test.go:140: sql delete from test_index where c = 468 index_test.go:137: sql insert into test_index values (639, 7087848278661445348, 0.579035, 'wUusZkbfNw') index_test.go:140: sql delete from test_index where c = 470 index_test.go:137: sql insert into test_index values (636, 1250864800531047353, 0.967630, 'A728SEqfY0') index_test.go:143: sql update test_index set c1 = 6263614485262839962, c2 = 0.256284, c3 = 'WZOnhPUooy' where c = 573 index_test.go:140: sql delete from test_index where c = 22 index_test.go:140: sql delete from test_index where c = 203 index_test.go:143: sql update test_index set c1 = 7219047247723488359, c2 = 0.410850, c3 = 'Pjstd9r8Fs' where c = 224 index_test.go:143: sql update test_index set c1 = 2420244458747433197, c2 = 0.780216, c3 = 'QJ6dsCwgrK' where c = 191 index_test.go:140: sql delete from test_index where c = 364 index_test.go:143: sql update test_index set c1 = 4804451169397522016, c2 = 0.312944, c3 = 'foHOt20D0V' where c = 22 index_test.go:143: sql update test_index set c1 = 1691607936169673891, c2 = 0.905583, c3 = 'JfJwZBQAu0' where c = 34 index_test.go:137: sql insert into test_index values (641, 7942251971668979273, 0.098850, 'jtc7elosum') index_test.go:137: sql insert into test_index values (640, 6858071412478638199, 0.581431, 'FbYIjd4IVB') index_test.go:140: sql delete from test_index where c = 453 index_test.go:143: sql update test_index set c1 = 7284756557867304437, c2 = 0.766992, c3 = 'AEtJ9nxcXo' where c = 622 index_test.go:140: sql delete from test_index where c = 95 index_test.go:143: sql update test_index set c1 = 484825616571400535, c2 = 0.295976, c3 = 'OCtx4e7i42' where c = 353 index_test.go:137: sql insert into test_index values (643, 1221283217294161389, 0.417112, 'G3n5dP7WpB') index_test.go:137: sql insert into test_index values (644, 3338348306476998437, 0.937915, 'ddr8i6a9zI') index_test.go:137: sql insert into test_index values (642, 3964718511748935306, 0.234737, 'dNEFXNLYYq') index_test.go:137: sql insert into test_index values (645, 7045054674192073405, 0.356801, 'MSPAIZ23Af') index_test.go:143: sql update test_index set c1 = 6943680638752333975, c2 = 0.442108, c3 = 'QHfxk1MfIN' where c = 487 index_test.go:143: sql update test_index set c1 = 7915319181622649649, c2 = 0.819325, c3 = 'chPAaTIqHx' where c = 174 index_test.go:140: sql delete from test_index where c = 445 index_test.go:137: sql insert into test_index values (646, 6321273017101015311, 0.212522, 'wI8B6Iqhz7') index_test.go:140: sql delete from test_index where c = 582 index_test.go:143: sql update test_index set c1 = 7989915946288231161, c2 = 0.639350, c3 = 'c6IngFmli0' where c = 417 index_test.go:137: sql insert into test_index values (647, 7545191390464215200, 0.885862, 'Wl5iozXTQu') index_test.go:143: sql update test_index set c1 = 1522249944918241402, c2 = 0.672764, c3 = 'f5wvz9pMo5' where c = 124 index_test.go:140: sql delete from test_index where c = 282 index_test.go:140: sql delete from test_index where c = 455 index_test.go:140: sql delete from test_index where c = 248 index_test.go:140: sql delete from test_index where c = 301 index_test.go:140: sql delete from test_index where c = 618 index_test.go:137: sql insert into test_index values (650, 7768490433645853530, 0.699076, 'WcmJNuGT3s') index_test.go:137: sql insert into test_index values (648, 6763883875718248813, 0.234688, 'ts5aSo914a') index_test.go:143: sql update test_index set c1 = 1690808265302984963, c2 = 0.409367, c3 = 'VmC5kE1RFf' where c = 378 index_test.go:137: sql insert into test_index values (649, 1832524488058206287, 0.186280, 'SdRsojfOyc') index_test.go:137: sql insert into test_index values (651, 5448940861305617942, 0.005762, '1x6asXuDpv') index_test.go:140: sql delete from test_index where c = 354 index_test.go:140: sql delete from test_index where c = 89 index_test.go:143: sql update test_index set c1 = 1855430569087324141, c2 = 0.933293, c3 = '2pDhaYSSK4' where c = 41 index_test.go:143: sql update test_index set c1 = 2901433834273336860, c2 = 0.391599, c3 = 'przw7576Yc' where c = 436 index_test.go:143: sql update test_index set c1 = 7334619710806528771, c2 = 0.424311, c3 = 'sUHqcDqoiw' where c = 473 index_test.go:143: sql update test_index set c1 = 3468868494931000531, c2 = 0.849357, c3 = 'dLZdcmoqds' where c = 160 index_test.go:143: sql update test_index set c1 = 6979572585579494344, c2 = 0.076510, c3 = 'qpoVl3SffH' where c = 214 index_test.go:143: sql update test_index set c1 = 1763918067004697407, c2 = 0.357084, c3 = 'lkAfhWTY3u' where c = 249 index_test.go:140: sql delete from test_index where c = 178 index_test.go:137: sql insert into test_index values (652, 9000876643023906967, 0.314027, 'AYiRfkvKHI') index_test.go:137: sql insert into test_index values (653, 7198001942772794816, 0.491699, 'C5BI0kBjzn') index_test.go:143: sql update test_index set c1 = 6875232603333209980, c2 = 0.849407, c3 = 'bdjT9XoA73' where c = 65 index_test.go:137: sql insert into test_index values (654, 8550913528776968708, 0.643693, 'GBo4JkSCnD') index_test.go:140: sql delete from test_index where c = 617 index_test.go:137: sql insert into test_index values (655, 2436758842143713467, 0.051490, 'mr5Dd0dZOz') index_test.go:140: sql delete from test_index where c = 128 index_test.go:137: sql insert into test_index values (658, 1693995673847194822, 0.895819, 'TW9tm4x5iu') index_test.go:143: sql update test_index set c1 = 2969576657535632564, c2 = 0.494380, c3 = 'HHRitC9LBO' where c = 86 index_test.go:137: sql insert into test_index values (657, 8688315279090389958, 0.122696, 'f4ZySp7mvw') index_test.go:137: sql insert into test_index values (656, 8707685729969993085, 0.852320, 'XL6hTxehDq') index_test.go:143: sql update test_index set c1 = 211571909829797550, c2 = 0.558524, c3 = 'cbmaXOQwSD' where c = 623 index_test.go:140: sql delete from test_index where c = 79 index_test.go:140: sql delete from test_index where c = 344 index_test.go:137: sql insert into test_index values (659, 1853610967818929465, 0.929781, 'mu7wkXvNma') index_test.go:140: sql delete from test_index where c = 614 index_test.go:140: sql delete from test_index where c = 417 index_test.go:137: sql insert into test_index values (660, 6198255624349785289, 0.607524, 'zjX9dEZraa') index_test.go:143: sql update test_index set c1 = 3348958669624224222, c2 = 0.322986, c3 = 'Xeq7UvrxB5' where c = 549 index_test.go:140: sql delete from test_index where c = 115 index_test.go:140: sql delete from test_index where c = 331 index_test.go:143: sql update test_index set c1 = 9142689155418368529, c2 = 0.013640, c3 = 'ffnvdRygIt' where c = 56 index_test.go:143: sql update test_index set c1 = 4620833090549756182, c2 = 0.692054, c3 = 'V2z88rEuOa' where c = 58 index_test.go:140: sql delete from test_index where c = 242 index_test.go:143: sql update test_index set c1 = 5887379551689653110, c2 = 0.212022, c3 = '3w4a95938r' where c = 31 index_test.go:137: sql insert into test_index values (661, 3120391608005956962, 0.741051, 'VwASG0aBEj') index_test.go:140: sql delete from test_index where c = 640 index_test.go:137: sql insert into test_index values (662, 2395309082558260431, 0.504655, 'N2y05MCa8D') index_test.go:143: sql update test_index set c1 = 8353919516891251736, c2 = 0.451913, c3 = '0bd9FA1DKq' where c = 298 index_test.go:137: sql insert into test_index values (663, 286379804193522049, 0.516733, 'HRpM6jFnMJ') index_test.go:143: sql update test_index set c1 = 8484978526222083312, c2 = 0.722625, c3 = 'FWiErXvewG' where c = 561 index_test.go:143: sql update test_index set c1 = 674383964668640520, c2 = 0.190651, c3 = 'IgCBtRTS7o' where c = 430 index_test.go:143: sql update test_index set c1 = 4865987164592177500, c2 = 0.535905, c3 = 'jM7p3awJoY' where c = 98 index_test.go:140: sql delete from test_index where c = 422 index_test.go:137: sql insert into test_index values (664, 4675179915334646269, 0.424397, 'zrijsz2wdB') index_test.go:137: sql insert into test_index values (666, 6348917491969011569, 0.237845, 'qP7pjQcC1V') index_test.go:140: sql delete from test_index where c = 395 index_test.go:137: sql insert into test_index values (665, 1737768984074208765, 0.158240, 'xpB3DpC8wl') index_test.go:143: sql update test_index set c1 = 802383870015829022, c2 = 0.974539, c3 = 'BzkmOoUO6K' where c = 621 index_test.go:137: sql insert into test_index values (667, 3589683041397846053, 0.901063, 'HoCURWcMGM') index_test.go:137: sql insert into test_index values (668, 8261905894072180952, 0.537412, 'J1DC4WEMVq') index_test.go:140: sql delete from test_index where c = 128 index_test.go:137: sql insert into test_index values (669, 2027213595992838594, 0.993948, '7Xqjdm5rGe') index_test.go:140: sql delete from test_index where c = 506 index_test.go:143: sql update test_index set c1 = 7435946851350999403, c2 = 0.425008, c3 = 'BAYV0JVyZZ' where c = 76 index_test.go:143: sql update test_index set c1 = 4609355484739238905, c2 = 0.290267, c3 = 'cUpsuLmuXc' where c = 654 index_test.go:140: sql delete from test_index where c = 405 index_test.go:140: sql delete from test_index where c = 448 index_test.go:140: sql delete from test_index where c = 147 index_test.go:137: sql insert into test_index values (670, 3165016169893778767, 0.453481, 'PvIGamdFIv') index_test.go:137: sql insert into test_index values (672, 4372956629464887188, 0.977120, 'x44dxtTef9') index_test.go:140: sql delete from test_index where c = 187 index_test.go:137: sql insert into test_index values (671, 2815687529504562306, 0.923357, 'm4F2DJPalb') index_test.go:143: sql update test_index set c1 = 3471142946319407846, c2 = 0.247292, c3 = 'QX9h1Hf7PV' where c = 140 index_test.go:140: sql delete from test_index where c = 358 index_test.go:143: sql update test_index set c1 = 7725070306860317999, c2 = 0.806601, c3 = 's6FLdD7mei' where c = 590 index_test.go:143: sql update test_index set c1 = 3165073373159943357, c2 = 0.121850, c3 = 'xZPTPPKjGF' where c = 530 index_test.go:143: sql update test_index set c1 = 2895996757068578777, c2 = 0.728218, c3 = '7w4gFq2fNE' where c = 367 index_test.go:140: sql delete from test_index where c = 659 index_test.go:137: sql insert into test_index values (673, 3976013263256253591, 0.668297, 'ZWKtsTpiOb') index_test.go:143: sql update test_index set c1 = 8812689630317754559, c2 = 0.932397, c3 = 'nAX14hahh2' where c = 45 index_test.go:143: sql update test_index set c1 = 571283588289927214, c2 = 0.702695, c3 = 'fxGkxpbfUE' where c = 619 index_test.go:143: sql update test_index set c1 = 1468064985307297165, c2 = 0.763597, c3 = 'oFG0y3PMRV' where c = 605 index_test.go:137: sql insert into test_index values (674, 955986277366706743, 0.163012, 'gCnXHADnLr') index_test.go:137: sql insert into test_index values (675, 8096867117578185615, 0.441844, '2V7Z71EOtQ') index_test.go:137: sql insert into test_index values (676, 5493048578466699525, 0.506403, '0XVvwUibWp') index_test.go:143: sql update test_index set c1 = 8785753289884998322, c2 = 0.360638, c3 = 'gFg3XEwdKe' where c = 548 index_test.go:140: sql delete from test_index where c = 382 index_test.go:140: sql delete from test_index where c = 416 index_test.go:140: sql delete from test_index where c = 86 index_test.go:137: sql insert into test_index values (678, 3491718989741005142, 0.858065, '4ZBeAZJNa6') index_test.go:137: sql insert into test_index values (680, 6367044191951116555, 0.129423, 'orl1yzAeBS') index_test.go:137: sql insert into test_index values (679, 6068375352138056121, 0.037507, 'hPh0EUvA8A') index_test.go:140: sql delete from test_index where c = 641 index_test.go:140: sql delete from test_index where c = 256 index_test.go:143: sql update test_index set c1 = 4505349730670882147, c2 = 0.479794, c3 = 'qBwZCyqTuj' where c = 429 index_test.go:143: sql update test_index set c1 = 253800458148974345, c2 = 0.230289, c3 = '55EZU06ihA' where c = 346 index_test.go:137: sql insert into test_index values (677, 8436374253129563236, 0.595307, 'XUr2ghSltn') index_test.go:140: sql delete from test_index where c = 411 index_test.go:143: sql update test_index set c1 = 645440417469253648, c2 = 0.296207, c3 = 'c5u0Yn0owz' where c = 445 index_test.go:140: sql delete from test_index where c = 553 index_test.go:140: sql delete from test_index where c = 151 index_test.go:140: sql delete from test_index where c = 339 index_test.go:143: sql update test_index set c1 = 318567206094229514, c2 = 0.607122, c3 = 'B2aTLwDeOo' where c = 112 index_test.go:143: sql update test_index set c1 = 3783769178686122474, c2 = 0.308275, c3 = 'gcRJN7r5J6' where c = 469 index_test.go:137: sql insert into test_index values (682, 148358349297352349, 0.787225, 'oz8pQNutYk') index_test.go:140: sql delete from test_index where c = 429 index_test.go:137: sql insert into test_index values (681, 6244355340232269968, 0.462122, 'XBxAeXMDYr') index_test.go:143: sql update test_index set c1 = 3386110138586937090, c2 = 0.859319, c3 = 'N7TCqNvr0I' where c = 232 index_test.go:137: sql insert into test_index values (683, 2653896042956923758, 0.008356, 'wQcTgGyZ4V') index_test.go:143: sql update test_index set c1 = 2530259276660296539, c2 = 0.294299, c3 = '2NMwOgbgs8' where c = 315 index_test.go:140: sql delete from test_index where c = 56 index_test.go:143: sql update test_index set c1 = 3400285822145718537, c2 = 0.784564, c3 = 'yAgTaTlFck' where c = 360 index_test.go:137: sql insert into test_index values (684, 8383246921771707664, 0.958577, 'HuxuCkUCDh') index_test.go:137: sql insert into test_index values (685, 944856456946569986, 0.930800, 'yPBcmTiY8z') index_test.go:143: sql update test_index set c1 = 2616744222789822032, c2 = 0.490041, c3 = 'Qpt2Q1QyM6' where c = 261 index_test.go:143: sql update test_index set c1 = 8723722594510537875, c2 = 0.790124, c3 = 'hXccVFZWPl' where c = 589 index_test.go:140: sql delete from test_index where c = 402 index_test.go:137: sql insert into test_index values (687, 4772100226211091506, 0.418508, 'DAGePeNpG6') index_test.go:137: sql insert into test_index values (686, 7459313465732613944, 0.731942, '2rroNWXl2P') index_test.go:140: sql delete from test_index where c = 448 index_test.go:140: sql delete from test_index where c = 499 index_test.go:140: sql delete from test_index where c = 470 index_test.go:140: sql delete from test_index where c = 166 index_test.go:137: sql insert into test_index values (688, 7823144006050978313, 0.591380, 'Ud1ERVcWsY') index_test.go:137: sql insert into test_index values (689, 4957511772248782014, 0.230888, 'ciBBylCmcL') index_test.go:137: sql insert into test_index values (690, 5509254476241760285, 0.300053, 'pLYrLNJic9') index_test.go:143: sql update test_index set c1 = 5463568865177653552, c2 = 0.514568, c3 = 'iOFBUFjS0D' where c = 46 index_test.go:140: sql delete from test_index where c = 225 index_test.go:143: sql update test_index set c1 = 5589698481359950591, c2 = 0.934716, c3 = '2ciEo4dpen' where c = 95 index_test.go:140: sql delete from test_index where c = 534 index_test.go:143: sql update test_index set c1 = 6101078847940858370, c2 = 0.874935, c3 = 'StbqX6voNN' where c = 483 index_test.go:143: sql update test_index set c1 = 4480858850309633893, c2 = 0.661693, c3 = 'cbitWkivMf' where c = 458 index_test.go:143: sql update test_index set c1 = 119639101300932432, c2 = 0.529161, c3 = 'HBp2i8UAuL' where c = 72 index_test.go:140: sql delete from test_index where c = 323 index_test.go:143: sql update test_index set c1 = 3268310613439127127, c2 = 0.198284, c3 = 'eV5DwVcsnP' where c = 255 index_test.go:143: sql update test_index set c1 = 8460956967045412249, c2 = 0.874837, c3 = 'GhbGG5P5FT' where c = 235 index_test.go:137: sql insert into test_index values (691, 2916129614068660098, 0.372815, 'GnqpM0CjbS') index_test.go:143: sql update test_index set c1 = 6071452658031759512, c2 = 0.178460, c3 = 'Xm5HdTyWX9' where c = 294 index_test.go:143: sql update test_index set c1 = 1280941120488634408, c2 = 0.084851, c3 = 'rJqLDfTBNF' where c = 54 index_test.go:137: sql insert into test_index values (692, 2773339404805042573, 0.452326, 'Mcz63rdQy2') index_test.go:137: sql insert into test_index values (694, 2446983292347485222, 0.003279, 'joWchElXBO') index_test.go:140: sql delete from test_index where c = 94 index_test.go:137: sql insert into test_index values (695, 8503202636879022772, 0.299909, 'TvWk4uarvB') index_test.go:140: sql delete from test_index where c = 599 index_test.go:137: sql insert into test_index values (693, 856191607877484686, 0.758611, 'Off4DaD2jw') index_test.go:137: sql insert into test_index values (696, 8916713142592648461, 0.718614, 'adY3gIIHX1') index_test.go:137: sql insert into test_index values (697, 2671536278659186821, 0.821765, 'AAtG7WBToU') index_test.go:143: sql update test_index set c1 = 5655070037456012504, c2 = 0.513199, c3 = '0qTVqfwZmB' where c = 256 index_test.go:140: sql delete from test_index where c = 308 index_test.go:140: sql delete from test_index where c = 373 index_test.go:143: sql update test_index set c1 = 7675017446999431058, c2 = 0.391976, c3 = 'P0edP2GM6N' where c = 345 index_test.go:140: sql delete from test_index where c = 596 index_test.go:140: sql delete from test_index where c = 97 index_test.go:143: sql update test_index set c1 = 1679215843334710400, c2 = 0.085026, c3 = 'DEbFJEAnGs' where c = 88 index_test.go:140: sql delete from test_index where c = 123 index_test.go:140: sql delete from test_index where c = 692 index_test.go:143: sql update test_index set c1 = 1919693049734268190, c2 = 0.255176, c3 = '5sy1ZxuGZq' where c = 355 index_test.go:137: sql insert into test_index values (698, 7196944955410878952, 0.535519, 'U6sLStuiTT') index_test.go:143: sql update test_index set c1 = 7258357392488695462, c2 = 0.284738, c3 = 'Eo9fL63h2L' where c = 376 index_test.go:143: sql update test_index set c1 = 2242995159205116133, c2 = 0.543464, c3 = 'IG8moaFy4e' where c = 222 index_test.go:143: sql update test_index set c1 = 3514554078871250998, c2 = 0.224077, c3 = '1UIXXVHTOo' where c = 600 index_test.go:140: sql delete from test_index where c = 475 index_test.go:143: sql update test_index set c1 = 7916467284349124034, c2 = 0.259098, c3 = 'cUw7UQgOYr' where c = 629 index_test.go:143: sql update test_index set c1 = 8266756870199459144, c2 = 0.563189, c3 = 'XxUtxs6jLE' where c = 27 index_test.go:137: sql insert into test_index values (699, 6170639838478072392, 0.106935, 'qiotmCVXRx') index_test.go:137: sql insert into test_index values (700, 1192951793423571942, 0.350064, '8A4CT9lCb7') index_test.go:140: sql delete from test_index where c = 84 index_test.go:140: sql delete from test_index where c = 479 index_test.go:143: sql update test_index set c1 = 6510333076333814492, c2 = 0.181987, c3 = 'Uk062wr6xN' where c = 563 index_test.go:143: sql update test_index set c1 = 9012547475332160955, c2 = 0.297242, c3 = 'ChFISekYK6' where c = 524 index_test.go:137: sql insert into test_index values (702, 2511776463103442951, 0.024088, 'vp9MPiMu1v') index_test.go:137: sql insert into test_index values (706, 6698972617571060569, 0.004348, 'OoCd9Y0R5f') index_test.go:137: sql insert into test_index values (707, 7313071808141327812, 0.148458, 'xbggmBHOrj') index_test.go:137: sql insert into test_index values (708, 3479479183878538219, 0.666974, 'cJgjVtiri5') index_test.go:137: sql insert into test_index values (701, 5897378324667228308, 0.144588, 'YDFOVGFwUI') index_test.go:137: sql insert into test_index values (705, 942732637181382968, 0.747270, 'seHZQ2Dhy9') index_test.go:137: sql insert into test_index values (703, 574568169494518143, 0.830992, '3Eut7UJKur') index_test.go:137: sql insert into test_index values (710, 2902777396270286523, 0.419172, '5UaYW83x49') index_test.go:137: sql insert into test_index values (704, 3512135234192312924, 0.952399, '3Qvf5qiasx') index_test.go:140: sql delete from test_index where c = 54 index_test.go:140: sql delete from test_index where c = 411 index_test.go:137: sql insert into test_index values (709, 3856577467075858894, 0.634702, 'z11ruiGfoz') index_test.go:140: sql delete from test_index where c = 280 index_test.go:140: sql delete from test_index where c = 570 index_test.go:140: sql delete from test_index where c = 410 index_test.go:143: sql update test_index set c1 = 1139697265612005442, c2 = 0.245481, c3 = 'H5W6AUx1hA' where c = 152 index_test.go:143: sql update test_index set c1 = 5889946752694391851, c2 = 0.998403, c3 = 'T49fjh2WvO' where c = 1 index_test.go:140: sql delete from test_index where c = 473 index_test.go:140: sql delete from test_index where c = 575 index_test.go:140: sql delete from test_index where c = 75 index_test.go:140: sql delete from test_index where c = 222 index_test.go:140: sql delete from test_index where c = 563 index_test.go:143: sql update test_index set c1 = 3109602740637527217, c2 = 0.440756, c3 = 'oOjCdFIhFs' where c = 385 index_test.go:143: sql update test_index set c1 = 4110160275971862279, c2 = 0.749268, c3 = 'zEIRB7BqRW' where c = 59 index_test.go:143: sql update test_index set c1 = 6597786004910405359, c2 = 0.543691, c3 = 'XDyubzYOeT' where c = 709 index_test.go:143: sql update test_index set c1 = 6670854144319467028, c2 = 0.971559, c3 = 'ZWoVzSWkRb' where c = 439 index_test.go:143: sql update test_index set c1 = 143602915073140968, c2 = 0.655613, c3 = 'UckQXMzf0t' where c = 549 index_test.go:137: sql insert into test_index values (711, 7921796682202684908, 0.507980, 'kZXQEghrEA') index_test.go:137: sql insert into test_index values (712, 5475326655763952327, 0.435484, '5Z85SGQEdz') index_test.go:140: sql delete from test_index where c = 32 index_test.go:143: sql update test_index set c1 = 3688616195929366467, c2 = 0.308917, c3 = 'llNlT9Zh2U' where c = 613 index_test.go:143: sql update test_index set c1 = 8710809545341924636, c2 = 0.844900, c3 = 'iNHqCMpHe3' where c = 492 index_test.go:137: sql insert into test_index values (713, 8377890935369768378, 0.955127, 'CK5l1jnU3Z') index_test.go:143: sql update test_index set c1 = 292388707885465281, c2 = 0.681447, c3 = 'xsikYZQ4bm' where c = 310 index_test.go:137: sql insert into test_index values (717, 2063747699541658393, 0.040019, 'hIACEGC166') index_test.go:137: sql insert into test_index values (716, 3945224423639121405, 0.538666, 'uWfeh21Tud') index_test.go:143: sql update test_index set c1 = 1639834097135407850, c2 = 0.118647, c3 = 'r1n02CTYGv' where c = 570 index_test.go:137: sql insert into test_index values (715, 263444850063914920, 0.691896, 'PG9PXQXLnM') index_test.go:137: sql insert into test_index values (714, 1934158672764854194, 0.080249, 'Tl3ICE6gh4') index_test.go:140: sql delete from test_index where c = 368 index_test.go:140: sql delete from test_index where c = 112 index_test.go:140: sql delete from test_index where c = 638 index_test.go:137: sql insert into test_index values (718, 4796708784042601628, 0.429707, 'AklZr0ddhh') index_test.go:137: sql insert into test_index values (720, 7198561652247059365, 0.335972, 'jHmMvc1h80') index_test.go:137: sql insert into test_index values (719, 2673928685684546247, 0.940283, 'wOvc3HHpmn') index_test.go:140: sql delete from test_index where c = 469 index_test.go:140: sql delete from test_index where c = 39 index_test.go:140: sql delete from test_index where c = 56 index_test.go:143: sql update test_index set c1 = 5774537439913209336, c2 = 0.835132, c3 = 'dL0lYGSq7t' where c = 188 index_test.go:137: sql insert into test_index values (721, 2173132493454176500, 0.894070, 'OqYEsOMn6w') index_test.go:143: sql update test_index set c1 = 3431358742236591504, c2 = 0.671071, c3 = 'Bvmgo7wvq4' where c = 323 index_test.go:143: sql update test_index set c1 = 9008529356580701515, c2 = 0.029327, c3 = 'eTS07Lzsxc' where c = 241 index_test.go:143: sql update test_index set c1 = 7507439457717588440, c2 = 0.930902, c3 = 'vBSAaNuxEx' where c = 178 index_test.go:140: sql delete from test_index where c = 613 index_test.go:143: sql update test_index set c1 = 6135118028015726995, c2 = 0.836703, c3 = 'Qu6O0svLTi' where c = 493 index_test.go:143: sql update test_index set c1 = 3982094923012082680, c2 = 0.817487, c3 = 'RQgHT97i4f' where c = 6 index_test.go:140: sql delete from test_index where c = 261 index_test.go:140: sql delete from test_index where c = 649 index_test.go:143: sql update test_index set c1 = 5589216826093630527, c2 = 0.011432, c3 = 'VglIt4XFNR' where c = 457 index_test.go:137: sql insert into test_index values (722, 487600700050709665, 0.942325, 'RW8TSA6aB8') index_test.go:137: sql insert into test_index values (723, 7264520252805801893, 0.564549, 'f5fW3gGR1w') index_test.go:137: sql insert into test_index values (724, 8617131976835918502, 0.344677, 'PfLQp6IR9i') index_test.go:140: sql delete from test_index where c = 360 index_test.go:137: sql insert into test_index values (725, 4967668598035079352, 0.247438, 'NlI7Z06Rfy') index_test.go:140: sql delete from test_index where c = 280 index_test.go:137: sql insert into test_index values (726, 338697686207253982, 0.740224, 'xMLU7lzX4w') index_test.go:143: sql update test_index set c1 = 6910266838571904645, c2 = 0.439794, c3 = 'LucPuGQ5do' where c = 704 index_test.go:137: sql insert into test_index values (727, 1652412467035551421, 0.698032, 'gzsMmGMKRi') index_test.go:140: sql delete from test_index where c = 119 index_test.go:143: sql update test_index set c1 = 9052606278201167322, c2 = 0.955687, c3 = 'omBTJSPnSF' where c = 562 index_test.go:137: sql insert into test_index values (728, 8205093565066742198, 0.208724, 'WEd5sUjB1l') index_test.go:143: sql update test_index set c1 = 5677004494408464593, c2 = 0.962068, c3 = 'xQc472DuiI' where c = 573 index_test.go:140: sql delete from test_index where c = 278 index_test.go:140: sql delete from test_index where c = 694 index_test.go:140: sql delete from test_index where c = 109 index_test.go:140: sql delete from test_index where c = 434 index_test.go:143: sql update test_index set c1 = 1213692360396001912, c2 = 0.695309, c3 = 'LdUMdItLwG' where c = 163 index_test.go:140: sql delete from test_index where c = 514 index_test.go:143: sql update test_index set c1 = 6236644065909259683, c2 = 0.536857, c3 = 'Mo9LD23oVn' where c = 453 index_test.go:143: sql update test_index set c1 = 1435150952136939329, c2 = 0.301169, c3 = 'vMZojVHnPk' where c = 617 index_test.go:137: sql insert into test_index values (730, 1967353941958412191, 0.462290, 'Y37qQEcRDL') index_test.go:143: sql update test_index set c1 = 6869067141437365742, c2 = 0.982964, c3 = 'NmGuqY0QjW' where c = 435 index_test.go:137: sql insert into test_index values (731, 3103033194660170518, 0.268605, 'E938znrl6R') index_test.go:143: sql update test_index set c1 = 2688467399249310521, c2 = 0.425342, c3 = '6hxDeC7IVa' where c = 580 index_test.go:137: sql insert into test_index values (729, 7627674648124931941, 0.896220, 'tYUImkrdpO') index_test.go:137: sql insert into test_index values (733, 5694201074202454149, 0.714902, 'nqqpbNV6rA') index_test.go:137: sql insert into test_index values (732, 3222408997909213309, 0.134439, '6EfBDc86Vp') index_test.go:143: sql update test_index set c1 = 7983721197491994813, c2 = 0.002015, c3 = 'JQgfC1iVmq' where c = 517 index_test.go:143: sql update test_index set c1 = 7393137667277969658, c2 = 0.928809, c3 = 'W43eaiEHPa' where c = 511 index_test.go:137: sql insert into test_index values (734, 4262506743850243099, 0.047831, 'ZhrR0GJOSh') index_test.go:140: sql delete from test_index where c = 456 index_test.go:137: sql insert into test_index values (735, 5409934579046852290, 0.164796, 'TL0Ds7kyBV') index_test.go:140: sql delete from test_index where c = 453 index_test.go:140: sql delete from test_index where c = 279 index_test.go:137: sql insert into test_index values (736, 1970731505435005125, 0.754191, 'pfi953xHws') index_test.go:140: sql delete from test_index where c = 586 index_test.go:140: sql delete from test_index where c = 482 index_test.go:143: sql update test_index set c1 = 6474014968364062238, c2 = 0.080896, c3 = 'X7PUZZHFTm' where c = 470 index_test.go:140: sql delete from test_index where c = 19 index_test.go:140: sql delete from test_index where c = 643 index_test.go:137: sql insert into test_index values (737, 6058213477646258801, 0.923537, 'OpHtYTUmPq') index_test.go:143: sql update test_index set c1 = 6210408069827003770, c2 = 0.711329, c3 = 'RHlu8CVjFR' where c = 664 index_test.go:137: sql insert into test_index values (738, 2192005037867479228, 0.572493, 'CsUzgzuVMA') index_test.go:140: sql delete from test_index where c = 522 index_test.go:143: sql update test_index set c1 = 7257557892233930861, c2 = 0.423707, c3 = 'CVRhFRdvfx' where c = 294 index_test.go:143: sql update test_index set c1 = 164983884143314155, c2 = 0.561794, c3 = 'eYiz8yWlQQ' where c = 86 index_test.go:140: sql delete from test_index where c = 388 index_test.go:137: sql insert into test_index values (739, 4336530887335340522, 0.624382, 'vMLTRJuaUc') index_test.go:143: sql update test_index set c1 = 6398747121191720633, c2 = 0.366277, c3 = 'xcH5HL7QVE' where c = 417 index_test.go:143: sql update test_index set c1 = 3083224722532110664, c2 = 0.368059, c3 = 'tI1LYPFIBK' where c = 293 index_test.go:143: sql update test_index set c1 = 1917274466334121121, c2 = 0.229973, c3 = 'XgrXCHWpV5' where c = 663 index_test.go:140: sql delete from test_index where c = 142 index_test.go:137: sql insert into test_index values (741, 444080491691815637, 0.542705, 'KKfNiSjP4V') index_test.go:143: sql update test_index set c1 = 1294863782713515669, c2 = 0.099523, c3 = 'kOD6rTh3ZF' where c = 309 index_test.go:140: sql delete from test_index where c = 29 index_test.go:137: sql insert into test_index values (742, 3051871855150252980, 0.621051, 'wn6H2FW5ft') index_test.go:143: sql update test_index set c1 = 5555769379991293167, c2 = 0.142967, c3 = 'IBXVAZ08jK' where c = 528 index_test.go:143: sql update test_index set c1 = 3136394439868273717, c2 = 0.458322, c3 = 'fe6nkNvGIX' where c = 180 index_test.go:137: sql insert into test_index values (743, 5742474604593720952, 0.764189, 'fXVIrzWueN') index_test.go:137: sql insert into test_index values (744, 2131368417559372191, 0.511414, 'iIYtDLcdoL') index_test.go:137: sql insert into test_index values (740, 1159426356118728715, 0.571021, 'wBTY7bSvYd') index_test.go:137: sql insert into test_index values (746, 7302024589092479023, 0.086338, 'MgmZXy5RYB') index_test.go:140: sql delete from test_index where c = 326 index_test.go:137: sql insert into test_index values (745, 2749953093719827151, 0.750618, '6Pg4YpbGW6') index_test.go:140: sql delete from test_index where c = 444 index_test.go:140: sql delete from test_index where c = 34 index_test.go:137: sql insert into test_index values (748, 5605688461766972274, 0.433946, '0WETyjnzg7') index_test.go:140: sql delete from test_index where c = 706 index_test.go:140: sql delete from test_index where c = 547 index_test.go:143: sql update test_index set c1 = 4210234801003963463, c2 = 0.600002, c3 = '7O5OKsiLc7' where c = 381 index_test.go:137: sql insert into test_index values (747, 4754060266162025152, 0.413558, 'eoaG1sA0nB') index_test.go:140: sql delete from test_index where c = 300 index_test.go:143: sql update test_index set c1 = 1054444090331104, c2 = 0.552081, c3 = 'wefZGHX3Rk' where c = 603 index_test.go:143: sql update test_index set c1 = 6356509148654568232, c2 = 0.959064, c3 = 'WGUY1lp7rK' where c = 78 index_test.go:140: sql delete from test_index where c = 655 index_test.go:143: sql update test_index set c1 = 8112685001179978411, c2 = 0.688359, c3 = 'QCZOKki9zT' where c = 677 index_test.go:140: sql delete from test_index where c = 454 index_test.go:143: sql update test_index set c1 = 790858165242191207, c2 = 0.033157, c3 = 'dopEwTwnp4' where c = 535 index_test.go:143: sql update test_index set c1 = 3998322595576088462, c2 = 0.617007, c3 = 'VQ71biZJmi' where c = 710 index_test.go:143: sql update test_index set c1 = 3357462251703704970, c2 = 0.789531, c3 = '4Caj7hfxgi' where c = 344 index_test.go:143: sql update test_index set c1 = 5194141033333567519, c2 = 0.054775, c3 = 'hixnrf1LmY' where c = 361 index_test.go:143: sql update test_index set c1 = 8483546011841356529, c2 = 0.347223, c3 = 'Sqrgh0CRne' where c = 443 index_test.go:140: sql delete from test_index where c = 293 index_test.go:137: sql insert into test_index values (750, 1321525757891664291, 0.157362, 'hswf1SFbOS') index_test.go:137: sql insert into test_index values (751, 3462853365566465094, 0.199950, 'XlZjDuFHQw') index_test.go:137: sql insert into test_index values (749, 3904015122410678540, 0.182151, 'pW9IJptpkT') index_test.go:143: sql update test_index set c1 = 4072936955554421497, c2 = 0.733806, c3 = 'Vrph77ZUu0' where c = 155 index_test.go:137: sql insert into test_index values (752, 90901877861273193, 0.653142, 'qWDluSsDdh') index_test.go:137: sql insert into test_index values (755, 8042995715832428019, 0.500437, '4KmPYozmSI') index_test.go:140: sql delete from test_index where c = 582 index_test.go:137: sql insert into test_index values (757, 2309855158426665590, 0.003147, 'EiCLQfIoNq') index_test.go:137: sql insert into test_index values (756, 8936982641029003786, 0.450909, 't3SaPKaTxc') index_test.go:140: sql delete from test_index where c = 226 index_test.go:137: sql insert into test_index values (753, 2626917547552853400, 0.075325, 'pJu0odUomL') index_test.go:140: sql delete from test_index where c = 319 index_test.go:137: sql insert into test_index values (754, 2577307511694867212, 0.056210, 'LBmVnR9Ckv') index_test.go:137: sql insert into test_index values (758, 5587296756284571684, 0.266165, '6eqq2cN3bX') index_test.go:140: sql delete from test_index where c = 512 index_test.go:140: sql delete from test_index where c = 179 index_test.go:140: sql delete from test_index where c = 682 index_test.go:140: sql delete from test_index where c = 199 index_test.go:140: sql delete from test_index where c = 167 index_test.go:143: sql update test_index set c1 = 6184973608191594464, c2 = 0.113307, c3 = 'eTBKFsKB71' where c = 748 index_test.go:140: sql delete from test_index where c = 338 index_test.go:143: sql update test_index set c1 = 7937883789545266038, c2 = 0.511328, c3 = 'rXIp6rd64D' where c = 403 index_test.go:143: sql update test_index set c1 = 5558251035337045102, c2 = 0.982757, c3 = 'C6RmiOgju4' where c = 565 index_test.go:143: sql update test_index set c1 = 3253038793192294760, c2 = 0.961099, c3 = '5QdGXFLlgJ' where c = 204 index_test.go:140: sql delete from test_index where c = 30 index_test.go:143: sql update test_index set c1 = 2391316234647191228, c2 = 0.049173, c3 = 'PZk13ZkZp6' where c = 231 index_test.go:143: sql update test_index set c1 = 3668639156710347062, c2 = 0.247418, c3 = 'LsFb4gzI37' where c = 300 index_test.go:143: sql update test_index set c1 = 3123717347752016409, c2 = 0.872852, c3 = 'fCh570OMLr' where c = 327 index_test.go:137: sql insert into test_index values (759, 8702383680987668024, 0.630656, '9YTkXp51gi') index_test.go:137: sql insert into test_index values (760, 5755115770909052376, 0.170105, '0xo3ciZsm7') index_test.go:143: sql update test_index set c1 = 928414702829998925, c2 = 0.416728, c3 = 'vS6jYqtfSM' where c = 284 index_test.go:137: sql insert into test_index values (762, 8877151866021661163, 0.238126, '7xACVlcGBr') index_test.go:143: sql update test_index set c1 = 1272183260201192002, c2 = 0.387759, c3 = 'iCFSkAdypx' where c = 332 index_test.go:137: sql insert into test_index values (763, 3899605880587185295, 0.232467, 'xWIbsFbSDa') index_test.go:140: sql delete from test_index where c = 435 index_test.go:137: sql insert into test_index values (765, 1116360856462062001, 0.793577, 'jpWfO4a87S') index_test.go:140: sql delete from test_index where c = 166 index_test.go:137: sql insert into test_index values (764, 6025148998220228220, 0.421220, 'Vq8T6L4Ukb') index_test.go:137: sql insert into test_index values (761, 5006099084374192338, 0.777309, 'ONWe6Rfbtl') index_test.go:143: sql update test_index set c1 = 4038536804157038336, c2 = 0.150092, c3 = 'ILq3zBYSlq' where c = 620 index_test.go:137: sql insert into test_index values (766, 1089675563644310132, 0.931216, 'exVnGBBdc6') index_test.go:140: sql delete from test_index where c = 461 index_test.go:140: sql delete from test_index where c = 220 index_test.go:140: sql delete from test_index where c = 556 index_test.go:140: sql delete from test_index where c = 539 index_test.go:137: sql insert into test_index values (767, 3565633219356897119, 0.371015, 'lzIKr4ZeT3') index_test.go:143: sql update test_index set c1 = 4866998761402676342, c2 = 0.721117, c3 = 'ObkYoOykIf' where c = 680 index_test.go:140: sql delete from test_index where c = 753 index_test.go:140: sql delete from test_index where c = 425 index_test.go:137: sql insert into test_index values (768, 4535497793613433675, 0.452467, 'Dv43BhOIXs') index_test.go:143: sql update test_index set c1 = 6405754319530452637, c2 = 0.443473, c3 = 'kpEylkJ4lr' where c = 667 index_test.go:140: sql delete from test_index where c = 641 index_test.go:137: sql insert into test_index values (769, 1690173268709204489, 0.518276, '7gHwdTDavW') index_test.go:143: sql update test_index set c1 = 1173454867102359291, c2 = 0.368440, c3 = 'h6M09ejtMK' where c = 532 index_test.go:140: sql delete from test_index where c = 534 index_test.go:143: sql update test_index set c1 = 3957681700789599541, c2 = 0.312143, c3 = 'GTsrKezlyR' where c = 292 index_test.go:143: sql update test_index set c1 = 346582555406640330, c2 = 0.796164, c3 = 'TFIn2Aw1gh' where c = 372 index_test.go:143: sql update test_index set c1 = 4221828471138810779, c2 = 0.725117, c3 = 'JyLJaM0lN7' where c = 319 index_test.go:143: sql update test_index set c1 = 2731283745874501799, c2 = 0.881934, c3 = 'zDCPIDF9ct' where c = 334 index_test.go:137: sql insert into test_index values (770, 330528431844123983, 0.177488, 'J5HZdcCJEh') index_test.go:143: sql update test_index set c1 = 8925120477580793913, c2 = 0.752243, c3 = 'henxyFPJDn' where c = 508 index_test.go:143: sql update test_index set c1 = 4673152677466459735, c2 = 0.685431, c3 = 'rGRWMT4LTG' where c = 723 index_test.go:137: sql insert into test_index values (771, 4079899810488159287, 0.075577, 'KR55e99fsg') index_test.go:140: sql delete from test_index where c = 762 index_test.go:137: sql insert into test_index values (772, 303562260568144049, 0.322433, 'NMeRPEtdmw') index_test.go:137: sql insert into test_index values (775, 6019313127728498540, 0.622144, 'GG2cKqKzQf') index_test.go:137: sql insert into test_index values (774, 6313517994223981001, 0.730832, 'S8u37quvXP') index_test.go:143: sql update test_index set c1 = 2875907417281949779, c2 = 0.128239, c3 = 'M4WbhJB8LL' where c = 137 index_test.go:140: sql delete from test_index where c = 231 index_test.go:140: sql delete from test_index where c = 56 index_test.go:140: sql delete from test_index where c = 153 index_test.go:137: sql insert into test_index values (777, 7377848004331956969, 0.185290, 'AAmPjNLIF6') index_test.go:137: sql insert into test_index values (773, 2902414263469192108, 0.811165, 'iBklHW0URY') index_test.go:140: sql delete from test_index where c = 663 index_test.go:140: sql delete from test_index where c = 391 index_test.go:137: sql insert into test_index values (776, 5335770423851521295, 0.090085, 'p8qpzvgVO1') index_test.go:140: sql delete from test_index where c = 201 index_test.go:143: sql update test_index set c1 = 1980845055659645529, c2 = 0.240398, c3 = 'ii5dyAAvhT' where c = 8 index_test.go:143: sql update test_index set c1 = 7344393689237625566, c2 = 0.459545, c3 = 'wjOg8dBNnG' where c = 471 index_test.go:137: sql insert into test_index values (778, 28626762623421699, 0.656424, 'a0ike2KdXO') index_test.go:143: sql update test_index set c1 = 6813455625676776421, c2 = 0.154281, c3 = 'BjftNsSIwa' where c = 694 index_test.go:143: sql update test_index set c1 = 2002951007491574359, c2 = 0.216905, c3 = 'ROWSAmrRYX' where c = 599 index_test.go:143: sql update test_index set c1 = 2307824445712501382, c2 = 0.534421, c3 = 'yBwYlBDTb8' where c = 665 index_test.go:140: sql delete from test_index where c = 19 index_test.go:143: sql update test_index set c1 = 2147483031839861961, c2 = 0.828291, c3 = 'dWC5l542PH' where c = 136 index_test.go:140: sql delete from test_index where c = 593 index_test.go:137: sql insert into test_index values (779, 8299717624326257779, 0.897478, 'mIgmqQZYuz') index_test.go:143: sql update test_index set c1 = 1209501079153787090, c2 = 0.146259, c3 = 'bKhcOBHUKK' where c = 301 index_test.go:137: sql insert into test_index values (780, 6657244160579077820, 0.970342, 'd5uUsoNueY') index_test.go:143: sql update test_index set c1 = 2194514055057711958, c2 = 0.223088, c3 = 'RnzzI2PfAe' where c = 207 index_test.go:140: sql delete from test_index where c = 774 index_test.go:137: sql insert into test_index values (782, 309169380294578370, 0.374078, 'a5Fd8seUvf') index_test.go:137: sql insert into test_index values (781, 5906892788918133985, 0.743873, 'OsfpmLGmkl') index_test.go:137: sql insert into test_index values (783, 7618144895944777919, 0.128115, '3HAnNMI8jf') index_test.go:140: sql delete from test_index where c = 209 index_test.go:143: sql update test_index set c1 = 1441631683682595156, c2 = 0.353334, c3 = 'lvU02yaw48' where c = 495 index_test.go:137: sql insert into test_index values (784, 1069409843359263825, 0.836359, 'cc79n86u79') index_test.go:143: sql update test_index set c1 = 6952708751623805012, c2 = 0.163906, c3 = '2kLhX5TYkC' where c = 608 index_test.go:137: sql insert into test_index values (786, 8082869456079552969, 0.782493, '6ant5oDExQ') index_test.go:140: sql delete from test_index where c = 646 index_test.go:137: sql insert into test_index values (785, 5480583395237533940, 0.313596, 'nYI583dJxj') index_test.go:140: sql delete from test_index where c = 218 index_test.go:140: sql delete from test_index where c = 452 index_test.go:143: sql update test_index set c1 = 1168982002135626547, c2 = 0.493111, c3 = 'XATfKhry9K' where c = 396 index_test.go:140: sql delete from test_index where c = 682 index_test.go:140: sql delete from test_index where c = 630 index_test.go:137: sql insert into test_index values (787, 2145985700273959468, 0.290979, 'tNF8gPpJLE') index_test.go:143: sql update test_index set c1 = 2349533562898214689, c2 = 0.013069, c3 = 'ubpFCvoSDD' where c = 151 index_test.go:137: sql insert into test_index values (788, 5363931707096168714, 0.286075, 'uUtJbjCYxq') index_test.go:143: sql update test_index set c1 = 5103067450139768159, c2 = 0.476783, c3 = 'SFeZBHccZL' where c = 278 index_test.go:140: sql delete from test_index where c = 66 index_test.go:143: sql update test_index set c1 = 8001466065052275884, c2 = 0.649721, c3 = 'RvRipezr7k' where c = 556 index_test.go:140: sql delete from test_index where c = 418 index_test.go:143: sql update test_index set c1 = 1724249484954529005, c2 = 0.398497, c3 = 'kBprj3owhp' where c = 314 index_test.go:143: sql update test_index set c1 = 8830646762288161421, c2 = 0.619078, c3 = '0AXefedisp' where c = 379 index_test.go:140: sql delete from test_index where c = 107 index_test.go:140: sql delete from test_index where c = 60 index_test.go:137: sql insert into test_index values (789, 4061667471374101372, 0.801285, '6Owjam0CSX') index_test.go:143: sql update test_index set c1 = 5328484598266822229, c2 = 0.214692, c3 = 'iUbXauQGFy' where c = 563 index_test.go:143: sql update test_index set c1 = 6747226656241090432, c2 = 0.750228, c3 = 'nyrOgoYPT3' where c = 488 index_test.go:137: sql insert into test_index values (791, 8447645027261950326, 0.670858, 'V3FtFyJRUZ') index_test.go:140: sql delete from test_index where c = 774 index_test.go:143: sql update test_index set c1 = 5433064285936762940, c2 = 0.090436, c3 = 'sXOzwz1gs3' where c = 594 index_test.go:137: sql insert into test_index values (793, 4750831567929475081, 0.347795, 'TQ2ERjUwJp') index_test.go:140: sql delete from test_index where c = 435 index_test.go:137: sql insert into test_index values (792, 9171402012899742034, 0.528288, 'aZiOvvLsht') index_test.go:143: sql update test_index set c1 = 313466269245960344, c2 = 0.000883, c3 = 'IlcyS6fu89' where c = 699 index_test.go:137: sql insert into test_index values (790, 64303837700105785, 0.314837, 'Mh6zsOV5G6') index_test.go:140: sql delete from test_index where c = 287 index_test.go:140: sql delete from test_index where c = 126 index_test.go:137: sql insert into test_index values (795, 5790137770823169130, 0.463616, 'T3sAZTbtwj') index_test.go:143: sql update test_index set c1 = 9130094507382127018, c2 = 0.532855, c3 = 'raiOoWjEDq' where c = 177 index_test.go:137: sql insert into test_index values (794, 6517071398212305846, 0.554661, 'LSBrfLdBHL') index_test.go:140: sql delete from test_index where c = 618 index_test.go:137: sql insert into test_index values (796, 6590558019878634756, 0.676829, 'PanxkoLlyj') index_test.go:140: sql delete from test_index where c = 710 index_test.go:143: sql update test_index set c1 = 5482467197673907713, c2 = 0.204220, c3 = 'IZ02xl0kPu' where c = 8 index_test.go:143: sql update test_index set c1 = 4955800209063998205, c2 = 0.130292, c3 = 'EBa663HLIm' where c = 249 index_test.go:143: sql update test_index set c1 = 617176715367962627, c2 = 0.056512, c3 = 'VrdZZEp7I2' where c = 460 index_test.go:143: sql update test_index set c1 = 636039793557321904, c2 = 0.162772, c3 = '6h9eMSmx3w' where c = 97 index_test.go:140: sql delete from test_index where c = 205 index_test.go:143: sql update test_index set c1 = 1976200549991713103, c2 = 0.387031, c3 = 'fSkeyEc2d6' where c = 306 index_test.go:137: sql insert into test_index values (797, 31247535043859418, 0.739318, 'raWmOPR5UW') index_test.go:143: sql update test_index set c1 = 665904674089769674, c2 = 0.024192, c3 = 'ExhtGuuOWg' where c = 641 index_test.go:140: sql delete from test_index where c = 187 index_test.go:137: sql insert into test_index values (798, 8539585918380078919, 0.197586, 'jzFNjCxAss') index_test.go:140: sql delete from test_index where c = 673 index_test.go:137: sql insert into test_index values (800, 7907909721971850865, 0.199112, 'TGRIVRpft3') index_test.go:137: sql insert into test_index values (799, 6967796117631986630, 0.715706, 'qOWW9Fbrdq') index_test.go:143: sql update test_index set c1 = 6968992698217398113, c2 = 0.874814, c3 = 'uBDa8j8T4l' where c = 448 index_test.go:140: sql delete from test_index where c = 145 index_test.go:143: sql update test_index set c1 = 2246903333064773292, c2 = 0.461911, c3 = 'nu83JhvuNE' where c = 655 index_test.go:143: sql update test_index set c1 = 3205493600603329216, c2 = 0.725852, c3 = '89z23HaA09' where c = 510 index_test.go:140: sql delete from test_index where c = 565 index_test.go:140: sql delete from test_index where c = 233 index_test.go:143: sql update test_index set c1 = 4039109019542915729, c2 = 0.571951, c3 = 'FsauyasRxz' where c = 294 index_test.go:143: sql update test_index set c1 = 4042271351144506450, c2 = 0.283177, c3 = 'q9JAJyulqS' where c = 785 # Time: 2024-05-06T21:34:57.70623515+08:00 # Txn_start_ts: 0 # Query_time: 1.008541198 # Parse_time: 0.000064259 # Compile_time: 0.000051243 # Rewrite_time: 0.00000313 # Optimize_time: 0 # Wait_TS: 0.000142084 # DB: test_ddl # Is_internal: false # Digest: e9e8cee7c8e31435ad3c162001d0ea8e1107de234383d4e91bf12a5ba689f83a # Num_cop_tasks: 0 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Succ: true # IsExplicitTxn: false # IsSyncStatsFailed: false # Resource_group: default drop table if exists test_simple; index_test.go:137: sql insert into test_index values (804, 1157350281590248462, 0.872330, 'GzwXtCgpVD') index_test.go:137: sql insert into test_index values (806, 6259362302615525096, 0.032913, 'VgWMN4iEJu') index_test.go:137: sql insert into test_index values (803, 969946878237966981, 0.285269, 'nmgdXkSdC8') index_test.go:137: sql insert into test_index values (805, 7732206910712631114, 0.887615, 'my3HAJLFyH') index_test.go:137: sql insert into test_index values (802, 4486155699897960623, 0.802963, '7lfET18Ax9') index_test.go:137: sql insert into test_index values (801, 6304987322046534898, 0.170858, 'UdThp9uacL') index_test.go:137: sql insert into test_index values (809, 8538189599793593010, 0.061639, 'LtICB4sKWU') index_test.go:137: sql insert into test_index values (810, 3501916989848688758, 0.294721, 'kUYinvnJMg') index_test.go:137: sql insert into test_index values (808, 5805028497171938972, 0.169265, '3jrjvjt2nF') index_test.go:140: sql delete from test_index where c = 12 index_test.go:137: sql insert into test_index values (807, 8841183754609218723, 0.112327, '1kNIuA66ee') index_test.go:140: sql delete from test_index where c = 342 index_test.go:140: sql delete from test_index where c = 66 index_test.go:140: sql delete from test_index where c = 471 index_test.go:140: sql delete from test_index where c = 800 index_test.go:140: sql delete from test_index where c = 806 index_test.go:140: sql delete from test_index where c = 82 index_test.go:140: sql delete from test_index where c = 747 index_test.go:143: sql update test_index set c1 = 1548031821821774953, c2 = 0.742335, c3 = 'Id61oWmQur' where c = 339 index_test.go:143: sql update test_index set c1 = 3241530419373065046, c2 = 0.836802, c3 = 'm09GoAIXKO' where c = 223 index_test.go:143: sql update test_index set c1 = 2365893286855317266, c2 = 0.487149, c3 = 'qYwNkMEoZu' where c = 641 index_test.go:143: sql update test_index set c1 = 4181222519590238385, c2 = 0.003271, c3 = 'qcmiEfw6Lt' where c = 701 index_test.go:140: sql delete from test_index where c = 775 index_test.go:140: sql delete from test_index where c = 334 index_test.go:143: sql update test_index set c1 = 5726164141126906135, c2 = 0.117108, c3 = 'VMtJf1YiTr' where c = 436 index_test.go:143: sql update test_index set c1 = 2880929749238433286, c2 = 0.156086, c3 = 'hr0cpcwJgq' where c = 718 index_test.go:143: sql update test_index set c1 = 6121870850745661402, c2 = 0.160450, c3 = 'ZebMpVLnJv' where c = 297 index_test.go:143: sql update test_index set c1 = 4563259259113598025, c2 = 0.396655, c3 = '4F7LN0F4EW' where c = 316 index_test.go:137: sql insert into test_index values (813, 2337894173415042367, 0.428518, '6gJOuZ7Cb9') index_test.go:143: sql update test_index set c1 = 305985075734343534, c2 = 0.144721, c3 = 'kcPwF7N1D0' where c = 45 index_test.go:137: sql insert into test_index values (814, 5491573753608437910, 0.283130, 'F1CzFc4ULN') index_test.go:137: sql insert into test_index values (815, 8422340880698384739, 0.776697, '5Iw3S5yRSm') index_test.go:137: sql insert into test_index values (816, 7609594875529333911, 0.173268, 'bhxZMBKEcb') index_test.go:137: sql insert into test_index values (811, 6185025680555421346, 0.487214, 'hLkxWCBYiy') index_test.go:137: sql insert into test_index values (812, 6241802168799792991, 0.734567, 'i5YdKdqm6W') index_test.go:140: sql delete from test_index where c = 16 index_test.go:143: sql update test_index set c1 = 7141578893873134534, c2 = 0.740720, c3 = 'VdaRJwFrR2' where c = 676 index_test.go:137: sql insert into test_index values (817, 4059776130949812920, 0.849610, 'z7qWi6Xrdz') index_test.go:137: sql insert into test_index values (818, 1889358947728484033, 0.065361, 'US8SF0c4hD') index_test.go:137: sql insert into test_index values (819, 5650759120868934208, 0.023436, 'nBKMAHBcdq') index_test.go:140: sql delete from test_index where c = 356 index_test.go:140: sql delete from test_index where c = 702 index_test.go:140: sql delete from test_index where c = 648 index_test.go:140: sql delete from test_index where c = 97 index_test.go:137: sql insert into test_index values (820, 189864069608975912, 0.497731, 'i5yXahks8C') index_test.go:143: sql update test_index set c1 = 4041182237772372436, c2 = 0.426832, c3 = 'ZBXGPUQAEL' where c = 143 index_test.go:140: sql delete from test_index where c = 65 index_test.go:140: sql delete from test_index where c = 343 index_test.go:143: sql update test_index set c1 = 7706450029427826898, c2 = 0.896079, c3 = 'qjUdqcxXXa' where c = 814 index_test.go:140: sql delete from test_index where c = 530 index_test.go:143: sql update test_index set c1 = 1260158824414354793, c2 = 0.205051, c3 = 'sBfRzg4rVh' where c = 76 index_test.go:140: sql delete from test_index where c = 471 index_test.go:143: sql update test_index set c1 = 795793664689102576, c2 = 0.112580, c3 = 'ZBKU55vTuF' where c = 594 index_test.go:143: sql update test_index set c1 = 6384593238357814595, c2 = 0.481691, c3 = '3qwLrLa5jk' where c = 646 index_test.go:143: sql update test_index set c1 = 2734929166425119707, c2 = 0.151450, c3 = 'SBAGDlzx8t' where c = 376 index_test.go:143: sql update test_index set c1 = 5646939542745920960, c2 = 0.410793, c3 = 'xZisNfNdVN' where c = 609 index_test.go:140: sql delete from test_index where c = 497 index_test.go:137: sql insert into test_index values (821, 553742916962290438, 0.298844, 'eEae73LS5n') index_test.go:137: sql insert into test_index values (822, 4327167557874052099, 0.924518, 'q6qlagfq9a') index_test.go:143: sql update test_index set c1 = 2319809404152747541, c2 = 0.568027, c3 = 'CK3sQFncrm' where c = 801 index_test.go:140: sql delete from test_index where c = 514 index_test.go:140: sql delete from test_index where c = 102 index_test.go:143: sql update test_index set c1 = 690365875414485337, c2 = 0.970299, c3 = 'xmJh4mGj7g' where c = 165 index_test.go:137: sql insert into test_index values (824, 1927260329346715142, 0.760961, '0LhUtj3FCP') index_test.go:137: sql insert into test_index values (823, 6519115350513154134, 0.586962, 'DCvuGNA8Gt') index_test.go:137: sql insert into test_index values (827, 395871479793894081, 0.525089, '7z5TNVBLlY') index_test.go:140: sql delete from test_index where c = 60 index_test.go:143: sql update test_index set c1 = 5722855505027513381, c2 = 0.648403, c3 = 'FB4tE0ZQ99' where c = 472 index_test.go:140: sql delete from test_index where c = 593 index_test.go:137: sql insert into test_index values (825, 8347146569847737460, 0.190138, '3arbftoMbP') index_test.go:137: sql insert into test_index values (826, 6679028916841305780, 0.003703, '3ry7tD9gZv') index_test.go:137: sql insert into test_index values (828, 4498133720563824069, 0.425748, 'XxgYiziTnQ') index_test.go:143: sql update test_index set c1 = 8595027836198722350, c2 = 0.832068, c3 = 'f3MeN1r37d' where c = 659 index_test.go:143: sql update test_index set c1 = 318515808105404021, c2 = 0.037929, c3 = 'zKsGTMKBsM' where c = 799 index_test.go:143: sql update test_index set c1 = 946951834110445877, c2 = 0.352815, c3 = '1LbR5tjiwY' where c = 699 index_test.go:137: sql insert into test_index values (830, 3530027101120828513, 0.320992, 'OakCa0T2jP') index_test.go:137: sql insert into test_index values (829, 2783960407059353396, 0.188403, 'oe848ZevwV') index_test.go:140: sql delete from test_index where c = 611 index_test.go:140: sql delete from test_index where c = 194 index_test.go:140: sql delete from test_index where c = 407 index_test.go:143: sql update test_index set c1 = 8540515809524769672, c2 = 0.297889, c3 = 'mQbaKCkmCk' where c = 678 index_test.go:137: sql insert into test_index values (831, 4353434034832151814, 0.212567, 'VZT40yL1Ue') index_test.go:140: sql delete from test_index where c = 400 index_test.go:140: sql delete from test_index where c = 465 index_test.go:137: sql insert into test_index values (832, 2664487980026063168, 0.349913, '1MExB2MoRN') index_test.go:143: sql update test_index set c1 = 6967898885360915796, c2 = 0.303823, c3 = 'wPWD4b4FyE' where c = 138 index_test.go:143: sql update test_index set c1 = 8205704556388243786, c2 = 0.161443, c3 = 'Az2HwKsEfi' where c = 468 index_test.go:137: sql insert into test_index values (833, 7265946844414625302, 0.225422, 'GoNqk7sSrr') index_test.go:140: sql delete from test_index where c = 131 index_test.go:143: sql update test_index set c1 = 6099566481207951252, c2 = 0.921582, c3 = 'Y7kVzqc4AJ' where c = 407 index_test.go:137: sql insert into test_index values (835, 3316189655390671240, 0.332046, 'nVFipTnStw') index_test.go:137: sql insert into test_index values (834, 571708802971411808, 0.790049, 'TJSaU5DLPn') index_test.go:143: sql update test_index set c1 = 8995600976280389695, c2 = 0.637511, c3 = 'owIcFUbukn' where c = 748 index_test.go:143: sql update test_index set c1 = 6715578987740744865, c2 = 0.586520, c3 = 'bncqX0VPOZ' where c = 487 index_test.go:140: sql delete from test_index where c = 378 index_test.go:137: sql insert into test_index values (836, 6392859976888956392, 0.666588, 'Z20hJAxjU0') index_test.go:140: sql delete from test_index where c = 768 index_test.go:140: sql delete from test_index where c = 233 index_test.go:140: sql delete from test_index where c = 556 index_test.go:143: sql update test_index set c1 = 7325496452260065381, c2 = 0.753990, c3 = 'TVroRodf1T' where c = 164 index_test.go:143: sql update test_index set c1 = 6443945670286779337, c2 = 0.209572, c3 = 'PDQBn6s3M2' where c = 351 index_test.go:137: sql insert into test_index values (837, 53005619423524133, 0.844696, 'oPFsdA3PwY') index_test.go:137: sql insert into test_index values (838, 8857560817568530392, 0.520666, 'OAYcyQSyoy') index_test.go:137: sql insert into test_index values (839, 8241000162648323176, 0.344895, 'Yg0LiEmYH7') index_test.go:143: sql update test_index set c1 = 6002688909855336569, c2 = 0.413349, c3 = 'qkkLdczq4v' where c = 296 index_test.go:140: sql delete from test_index where c = 579 index_test.go:143: sql update test_index set c1 = 3575448437615750379, c2 = 0.764801, c3 = 'iweX0E2xNV' where c = 542 index_test.go:140: sql delete from test_index where c = 86 index_test.go:143: sql update test_index set c1 = 6366749094010821438, c2 = 0.772858, c3 = '8gQQkfjtag' where c = 529 index_test.go:137: sql insert into test_index values (840, 2703473168512221376, 0.812923, 'mtgWxW3tpH') index_test.go:140: sql delete from test_index where c = 406 index_test.go:137: sql insert into test_index values (841, 2647092612622898936, 0.551843, 'PzwpTbYMil') index_test.go:137: sql insert into test_index values (842, 2261997218608868045, 0.092986, 'idVHphimr1') index_test.go:137: sql insert into test_index values (843, 1387833189357843611, 0.267487, 'WJtx4pJnM7') index_test.go:140: sql delete from test_index where c = 233 index_test.go:140: sql delete from test_index where c = 377 index_test.go:140: sql delete from test_index where c = 35 index_test.go:143: sql update test_index set c1 = 7078515895370620467, c2 = 0.922494, c3 = 'iWgcrHz2CS' where c = 318 index_test.go:143: sql update test_index set c1 = 3295702883974313113, c2 = 0.892869, c3 = '01dRmfk91f' where c = 423 index_test.go:140: sql delete from test_index where c = 197 index_test.go:140: sql delete from test_index where c = 769 index_test.go:143: sql update test_index set c1 = 2897150317296907396, c2 = 0.027775, c3 = 'p9E0ta63Vy' where c = 459 index_test.go:143: sql update test_index set c1 = 1760550312746491025, c2 = 0.826038, c3 = '6lFuZI19KG' where c = 721 index_test.go:143: sql update test_index set c1 = 5497563019626159815, c2 = 0.576182, c3 = 'rvb7ocWJXp' where c = 638 index_test.go:137: sql insert into test_index values (844, 1634428634534142550, 0.855440, 'ctnVt7gH6z') index_test.go:143: sql update test_index set c1 = 915844744550524167, c2 = 0.144936, c3 = 'Xo6Y9dw3m4' where c = 648 index_test.go:140: sql delete from test_index where c = 724 index_test.go:137: sql insert into test_index values (845, 9198863168140588022, 0.713453, 'A7Gjibkn0d') index_test.go:137: sql insert into test_index values (846, 5220191150522558932, 0.571503, 'RWfoeyf3ZR') index_test.go:143: sql update test_index set c1 = 6188080947731623466, c2 = 0.116729, c3 = 'BTahfOEGRl' where c = 21 index_test.go:140: sql delete from test_index where c = 265 index_test.go:137: sql insert into test_index values (848, 340495478722230248, 0.798887, 'jCUaHFETac') index_test.go:137: sql insert into test_index values (849, 4026943079726118762, 0.640811, 'bt5GnPK1HO') index_test.go:137: sql insert into test_index values (850, 511326420550197470, 0.161415, '0hSRHCg17H') index_test.go:140: sql delete from test_index where c = 594 index_test.go:143: sql update test_index set c1 = 5993997942613546526, c2 = 0.697069, c3 = '2ksM9jnSB4' where c = 652 index_test.go:137: sql insert into test_index values (847, 2682591337285014212, 0.227505, 'ZYFdKdLYud') index_test.go:143: sql update test_index set c1 = 255872330529360416, c2 = 0.638160, c3 = 'x1MYZRQlZg' where c = 626 index_test.go:140: sql delete from test_index where c = 442 index_test.go:137: sql insert into test_index values (851, 8192305165831269811, 0.971571, 'C7wXBlscSr') index_test.go:143: sql update test_index set c1 = 8788836390515344194, c2 = 0.750502, c3 = 'j3x1OztzXN' where c = 425 index_test.go:143: sql update test_index set c1 = 6204757089907503109, c2 = 0.824880, c3 = 'OSvHczJY51' where c = 526 index_test.go:140: sql delete from test_index where c = 558 index_test.go:140: sql delete from test_index where c = 739 index_test.go:137: sql insert into test_index values (852, 6891734403652951451, 0.432275, 'YuJkh7kH3X') index_test.go:137: sql insert into test_index values (853, 3335982493736954478, 0.330338, 'wBNSY7GOo8') index_test.go:140: sql delete from test_index where c = 392 index_test.go:143: sql update test_index set c1 = 7998478056490351535, c2 = 0.453160, c3 = 'WOUA5jgLH9' where c = 469 index_test.go:140: sql delete from test_index where c = 294 index_test.go:137: sql insert into test_index values (855, 7720422021376996858, 0.269428, 'q73Wt5FnLF') index_test.go:137: sql insert into test_index values (854, 6461542953642115902, 0.320587, 'B7mWEaB3ow') index_test.go:140: sql delete from test_index where c = 3 index_test.go:143: sql update test_index set c1 = 5202907452538493039, c2 = 0.798005, c3 = 'rm7ZprZriB' where c = 824 index_test.go:140: sql delete from test_index where c = 749 index_test.go:143: sql update test_index set c1 = 5900213559637336971, c2 = 0.798126, c3 = '1MLlXXUaoA' where c = 126 index_test.go:143: sql update test_index set c1 = 2451728339056724823, c2 = 0.133351, c3 = 'fOlvdszl1f' where c = 784 index_test.go:140: sql delete from test_index where c = 22 index_test.go:137: sql insert into test_index values (856, 1413338923731797594, 0.078406, 'mTajBqIb5M') index_test.go:143: sql update test_index set c1 = 337914845897473780, c2 = 0.366789, c3 = 'mkDy6NcU4c' where c = 543 index_test.go:140: sql delete from test_index where c = 349 index_test.go:137: sql insert into test_index values (857, 8067263309457998270, 0.197698, 'fnh6wvCwuM') index_test.go:143: sql update test_index set c1 = 3871903281327894524, c2 = 0.512501, c3 = 'NsYu8p47zf' where c = 851 index_test.go:143: sql update test_index set c1 = 6673219327700897748, c2 = 0.881242, c3 = '4ieq1woumj' where c = 353 index_test.go:140: sql delete from test_index where c = 828 index_test.go:137: sql insert into test_index values (858, 5549511182800479303, 0.366131, 'PxITbPtmgi') index_test.go:137: sql insert into test_index values (859, 2500344147592064481, 0.289465, 'K0RxwaJF9X') index_test.go:143: sql update test_index set c1 = 8967043838539258805, c2 = 0.852332, c3 = 'Kvy65DJF7G' where c = 702 index_test.go:140: sql delete from test_index where c = 417 index_test.go:137: sql insert into test_index values (860, 9015366013680343433, 0.877621, 'hag4HTGoh7') index_test.go:140: sql delete from test_index where c = 55 index_test.go:140: sql delete from test_index where c = 384 index_test.go:143: sql update test_index set c1 = 486739308248736362, c2 = 0.447783, c3 = '5BzPcvRz4Q' where c = 801 index_test.go:140: sql delete from test_index where c = 43 index_test.go:143: sql update test_index set c1 = 8337459154329600091, c2 = 0.526600, c3 = 'uuKg3VaIM3' where c = 139 index_test.go:140: sql delete from test_index where c = 629 index_test.go:137: sql insert into test_index values (861, 8503958270747160480, 0.731163, 'TPYeNpwtgz') index_test.go:143: sql update test_index set c1 = 2161983910276663674, c2 = 0.844509, c3 = 'wqhUwqNS6g' where c = 400 index_test.go:137: sql insert into test_index values (864, 90872558257892, 0.561550, 'PUze18dMUr') index_test.go:137: sql insert into test_index values (862, 2706686003870278181, 0.413360, 'PEOEGl0aZt') index_test.go:137: sql insert into test_index values (863, 5241436852246479599, 0.723721, 'nBK8OYRxus') index_test.go:143: sql update test_index set c1 = 4846569815028920387, c2 = 0.864010, c3 = 'uUyvZbgL6v' where c = 240 index_test.go:143: sql update test_index set c1 = 8938305805418752608, c2 = 0.160870, c3 = 'aqPRVJp7Ty' where c = 825 index_test.go:137: sql insert into test_index values (865, 1577944635911161570, 0.737904, 'QrrYPZJ4IS') index_test.go:143: sql update test_index set c1 = 2536597681825483178, c2 = 0.536245, c3 = 'HdOZUy9Y4T' where c = 347 index_test.go:143: sql update test_index set c1 = 2065745631198065733, c2 = 0.177571, c3 = 'lvSPltoGsG' where c = 754 index_test.go:140: sql delete from test_index where c = 152 index_test.go:140: sql delete from test_index where c = 283 index_test.go:140: sql delete from test_index where c = 365 index_test.go:137: sql insert into test_index values (866, 7279211226725820178, 0.667089, 'eALsZK6bmC') index_test.go:143: sql update test_index set c1 = 4807031852540217849, c2 = 0.722747, c3 = 'YeEE5LbK7v' where c = 195 index_test.go:143: sql update test_index set c1 = 3491063240798489323, c2 = 0.703989, c3 = 'A8vKTxpO8C' where c = 61 index_test.go:137: sql insert into test_index values (867, 8403883225543362261, 0.335647, 'svncWvktyf') index_test.go:140: sql delete from test_index where c = 272 index_test.go:137: sql insert into test_index values (868, 4175835544526717631, 0.322043, 'CHdguTvK9r') index_test.go:137: sql insert into test_index values (870, 735555904246354669, 0.674679, 'JK4I4fIbAm') index_test.go:140: sql delete from test_index where c = 778 index_test.go:143: sql update test_index set c1 = 8922505665079263697, c2 = 0.560227, c3 = 'AmTQFYemlF' where c = 75 index_test.go:140: sql delete from test_index where c = 634 index_test.go:140: sql delete from test_index where c = 44 index_test.go:137: sql insert into test_index values (871, 1039365316947527974, 0.597344, 'eiINvDaUkh') index_test.go:143: sql update test_index set c1 = 5909423751036289895, c2 = 0.080294, c3 = 'QwcSFCc6Nv' where c = 397 index_test.go:137: sql insert into test_index values (872, 2261030793398874914, 0.710842, 'mqf0IfUkQ3') index_test.go:137: sql insert into test_index values (869, 333886293471439856, 0.199577, 'ocDMvYiPqq') index_test.go:140: sql delete from test_index where c = 705 index_test.go:140: sql delete from test_index where c = 582 index_test.go:143: sql update test_index set c1 = 2259542887798088764, c2 = 0.757297, c3 = 'ViPy0jtu1C' where c = 350 index_test.go:140: sql delete from test_index where c = 107 index_test.go:140: sql delete from test_index where c = 615 index_test.go:137: sql insert into test_index values (873, 48183289071497132, 0.016335, 'nZYIl0rWXk') index_test.go:137: sql insert into test_index values (874, 8685678894576794723, 0.149217, 'Q6fSC3gZ44') index_test.go:143: sql update test_index set c1 = 3177880842128348776, c2 = 0.926444, c3 = '1XnqMLSqDa' where c = 444 index_test.go:143: sql update test_index set c1 = 7761371244305956049, c2 = 0.210935, c3 = 'FjRjvH1m9j' where c = 96 index_test.go:140: sql delete from test_index where c = 338 index_test.go:143: sql update test_index set c1 = 2780143614364288755, c2 = 0.372283, c3 = 'piYoV15VQk' where c = 433 index_test.go:143: sql update test_index set c1 = 3993640224462348376, c2 = 0.235574, c3 = 'r0LeeHeZEu' where c = 590 index_test.go:143: sql update test_index set c1 = 961728870531594872, c2 = 0.247114, c3 = 'LZgEgZpNQA' where c = 528 index_test.go:137: sql insert into test_index values (875, 288482497353751581, 0.378643, '9PH6H7qPt0') index_test.go:143: sql update test_index set c1 = 419054628164427072, c2 = 0.602391, c3 = 'bAYuFEAexR' where c = 820 index_test.go:140: sql delete from test_index where c = 865 index_test.go:137: sql insert into test_index values (877, 6396653298593971263, 0.822199, '5R6Dydyu03') index_test.go:140: sql delete from test_index where c = 391 index_test.go:137: sql insert into test_index values (876, 873478107041088356, 0.655314, 'D7APQViofv') index_test.go:140: sql delete from test_index where c = 729 index_test.go:137: sql insert into test_index values (878, 3844791972264235651, 0.111525, 'sUG6o0vF15') index_test.go:137: sql insert into test_index values (880, 7910635944233431070, 0.102576, 'wegwZ5Eprj') index_test.go:143: sql update test_index set c1 = 678337098236411857, c2 = 0.566564, c3 = 'J11B84s3En' where c = 408 index_test.go:140: sql delete from test_index where c = 19 index_test.go:140: sql delete from test_index where c = 227 index_test.go:137: sql insert into test_index values (879, 812586128824914361, 0.160179, 'nbzX0wBJgV') index_test.go:137: sql insert into test_index values (881, 1599447737520096935, 0.064126, 'RdOMAV41uJ') index_test.go:140: sql delete from test_index where c = 870 index_test.go:143: sql update test_index set c1 = 4212774010535053854, c2 = 0.542976, c3 = 'M0ieZSkMPR' where c = 831 index_test.go:143: sql update test_index set c1 = 2918535125045711648, c2 = 0.132102, c3 = 'OlCI45gq36' where c = 836 index_test.go:140: sql delete from test_index where c = 851 index_test.go:143: sql update test_index set c1 = 2831813049773637841, c2 = 0.379152, c3 = 'OeaNxBURHc' where c = 408 index_test.go:143: sql update test_index set c1 = 6277777381286157786, c2 = 0.476947, c3 = 'D02yyv4aA2' where c = 205 index_test.go:143: sql update test_index set c1 = 1298106924177012057, c2 = 0.478183, c3 = 'Y4sRSME1kx' where c = 380 index_test.go:140: sql delete from test_index where c = 858 index_test.go:143: sql update test_index set c1 = 7629788487868594532, c2 = 0.591267, c3 = 'b4SOmRfeo5' where c = 781 index_test.go:137: sql insert into test_index values (882, 8558594253313511471, 0.592593, '7qnPDhvqOP') index_test.go:137: sql insert into test_index values (883, 4631818485360354181, 0.457135, 'oxtqKz9wb5') index_test.go:140: sql delete from test_index where c = 309 index_test.go:137: sql insert into test_index values (885, 3725691642568664783, 0.766206, 'PNwOc9dZHM') index_test.go:137: sql insert into test_index values (886, 7663891094824252641, 0.636434, '45JR9cYtNU') index_test.go:137: sql insert into test_index values (887, 4492219801654571715, 0.599291, 'GHgsnQEit9') index_test.go:143: sql update test_index set c1 = 7740025313575222880, c2 = 0.712803, c3 = 'ngZYuwrrWD' where c = 700 index_test.go:137: sql insert into test_index values (884, 9157759229993917377, 0.816052, 'RRouWitwya') index_test.go:137: sql insert into test_index values (888, 8925471937625580549, 0.969199, 'uJ0eraTFgc') index_test.go:140: sql delete from test_index where c = 194 index_test.go:143: sql update test_index set c1 = 3757817438255799256, c2 = 0.234613, c3 = 'kXRTwpWHfD' where c = 793 index_test.go:140: sql delete from test_index where c = 300 index_test.go:143: sql update test_index set c1 = 3747086312953952951, c2 = 0.060128, c3 = 'h82yioYjxn' where c = 414 index_test.go:143: sql update test_index set c1 = 4313087768446803249, c2 = 0.835900, c3 = 'qxdGrv7dUa' where c = 178 index_test.go:140: sql delete from test_index where c = 732 index_test.go:137: sql insert into test_index values (889, 5832386583845694347, 0.264649, 'DARS2tL3c9') index_test.go:140: sql delete from test_index where c = 48 index_test.go:140: sql delete from test_index where c = 798 index_test.go:140: sql delete from test_index where c = 552 index_test.go:137: sql insert into test_index values (890, 9101790154156431660, 0.383653, 'ZJiettohJv') index_test.go:137: sql insert into test_index values (891, 7533150775574546843, 0.244761, 'fiDNYNSO8U') index_test.go:137: sql insert into test_index values (892, 5917907980285974411, 0.508352, '6X6dt6UXZ8') index_test.go:140: sql delete from test_index where c = 859 index_test.go:143: sql update test_index set c1 = 5778447505940266657, c2 = 0.384831, c3 = '5w0jDhZojJ' where c = 850 index_test.go:140: sql delete from test_index where c = 41 index_test.go:143: sql update test_index set c1 = 936470303058779316, c2 = 0.424450, c3 = 'TjyyhRd0qJ' where c = 695 index_test.go:143: sql update test_index set c1 = 4019380313724020075, c2 = 0.178239, c3 = 'tXqifBRe3D' where c = 250 index_test.go:140: sql delete from test_index where c = 282 index_test.go:143: sql update test_index set c1 = 6613413049066857340, c2 = 0.448865, c3 = '9LGDBDrgPJ' where c = 801 index_test.go:143: sql update test_index set c1 = 6706921411627190471, c2 = 0.877565, c3 = 'MqQHAb0STU' where c = 873 index_test.go:140: sql delete from test_index where c = 454 index_test.go:140: sql delete from test_index where c = 551 index_test.go:143: sql update test_index set c1 = 8217475172120641874, c2 = 0.712970, c3 = '7abBCuFhPF' where c = 86 index_test.go:143: sql update test_index set c1 = 1462590112502393949, c2 = 0.860090, c3 = 'VgeojX5eFI' where c = 882 index_test.go:137: sql insert into test_index values (893, 9047497072466004515, 0.056662, '7UzXhVpn2E') index_test.go:137: sql insert into test_index values (894, 4358949051236460743, 0.687034, 'hGoR0wz0sZ') index_test.go:143: sql update test_index set c1 = 3083272582058540805, c2 = 0.609143, c3 = 'Q4PIurrSEo' where c = 521 index_test.go:137: sql insert into test_index values (895, 5249005339639200437, 0.208447, 'rP3NvkOUtw') index_test.go:140: sql delete from test_index where c = 469 index_test.go:137: sql insert into test_index values (896, 1709061145535263772, 0.532935, 'R3Vo93iHCz') index_test.go:143: sql update test_index set c1 = 3596253443691185593, c2 = 0.795560, c3 = 'hx6M9m9knT' where c = 823 index_test.go:143: sql update test_index set c1 = 6995132351654328906, c2 = 0.544740, c3 = 'lQKMCwrUpx' where c = 404 index_test.go:140: sql delete from test_index where c = 587 index_test.go:137: sql insert into test_index values (897, 993560522647635114, 0.836966, 'iyyhOYbSJq') index_test.go:140: sql delete from test_index where c = 289 index_test.go:143: sql update test_index set c1 = 8426609292717475574, c2 = 0.742495, c3 = 'ZjiObg6gKx' where c = 555 index_test.go:140: sql delete from test_index where c = 791 index_test.go:137: sql insert into test_index values (898, 2265311720732885023, 0.447620, 'H6D1wGDmwB') index_test.go:137: sql insert into test_index values (899, 2044279701683519619, 0.195380, 'j1eSjdtDr3') index_test.go:137: sql insert into test_index values (900, 7870133411231788859, 0.612348, 'gfPgFtbH8O') index_test.go:143: sql update test_index set c1 = 7223044252208032108, c2 = 0.622735, c3 = 'CglmyEil6w' where c = 778 index_test.go:143: sql update test_index set c1 = 722951622015052767, c2 = 0.822094, c3 = 'UkRVIpTSPS' where c = 614 index_test.go:140: sql delete from test_index where c = 826 index_test.go:140: sql delete from test_index where c = 82 index_test.go:143: sql update test_index set c1 = 4711613252527287556, c2 = 0.873922, c3 = 'ecISkq3f5w' where c = 831 index_test.go:140: sql delete from test_index where c = 451 index_test.go:140: sql delete from test_index where c = 651 index_test.go:143: sql update test_index set c1 = 2763632836996968420, c2 = 0.660477, c3 = 'jNyiiF7NW5' where c = 642 index_test.go:143: sql update test_index set c1 = 8131942936055295365, c2 = 0.235235, c3 = 'pvjYv4gfR9' where c = 812 index_test.go:143: sql update test_index set c1 = 6196936516958118695, c2 = 0.227064, c3 = 'sMkZtSMPLj' where c = 577 index_test.go:143: sql update test_index set c1 = 5782163169200620299, c2 = 0.512712, c3 = 'weCUbcEkcj' where c = 492 index_test.go:137: sql insert into test_index values (905, 2134343523700623726, 0.568045, 'KCVk4AmrR3') index_test.go:137: sql insert into test_index values (907, 5497892529559105324, 0.375661, 'VQMFFD3DkZ') index_test.go:137: sql insert into test_index values (904, 6606090312891951891, 0.377444, 'HPq9Ohxf92') index_test.go:137: sql insert into test_index values (903, 452136392798775541, 0.534072, '1s0pVBoG5M') index_test.go:137: sql insert into test_index values (901, 3391174568445199612, 0.969315, 'UmRytt4Qia') index_test.go:137: sql insert into test_index values (902, 1756045596174270189, 0.480400, 'ijQ96jYeXB') index_test.go:137: sql insert into test_index values (910, 7960172095951789203, 0.979247, 's5w3EtaoGb') index_test.go:137: sql insert into test_index values (909, 7454765774441561168, 0.035215, 'Uves3iRRFv') index_test.go:137: sql insert into test_index values (908, 5897435571272737825, 0.534740, 'ZBxp9BTTyz') index_test.go:137: sql insert into test_index values (906, 2287476863262917508, 0.187573, 'e5T0jLcGf2') index_test.go:140: sql delete from test_index where c = 416 index_test.go:140: sql delete from test_index where c = 126 index_test.go:140: sql delete from test_index where c = 297 index_test.go:140: sql delete from test_index where c = 308 index_test.go:140: sql delete from test_index where c = 407 index_test.go:140: sql delete from test_index where c = 443 index_test.go:140: sql delete from test_index where c = 51 index_test.go:143: sql update test_index set c1 = 417769268898245594, c2 = 0.432212, c3 = 'KbsRBnX34s' where c = 176 index_test.go:140: sql delete from test_index where c = 150 index_test.go:140: sql delete from test_index where c = 676 index_test.go:140: sql delete from test_index where c = 432 index_test.go:143: sql update test_index set c1 = 4293346560205911451, c2 = 0.078370, c3 = 'f3pet1zrWp' where c = 34 index_test.go:143: sql update test_index set c1 = 1527561686769776693, c2 = 0.106063, c3 = '1MdQpG7a8S' where c = 783 index_test.go:143: sql update test_index set c1 = 899701922196125936, c2 = 0.264443, c3 = 'km89GU8SwV' where c = 662 index_test.go:143: sql update test_index set c1 = 2626199893982987247, c2 = 0.099130, c3 = 'D3ixhc24V3' where c = 306 index_test.go:143: sql update test_index set c1 = 3265993424721540782, c2 = 0.023448, c3 = 'jaiACqVEXv' where c = 77 index_test.go:143: sql update test_index set c1 = 7588197168585510768, c2 = 0.674013, c3 = 'U6BdEpcxsh' where c = 879 index_test.go:143: sql update test_index set c1 = 4843990605179602608, c2 = 0.037881, c3 = 'LYkjsO5JhV' where c = 759 index_test.go:143: sql update test_index set c1 = 4682159603370567386, c2 = 0.889011, c3 = 'h7VtUuATlH' where c = 785 index_test.go:143: sql update test_index set c1 = 3168459517420866559, c2 = 0.995281, c3 = 'o0ScmEFLDO' where c = 635 index_test.go:137: sql insert into test_index values (911, 6501697727487653051, 0.579463, 'qf2HFwleBK') index_test.go:137: sql insert into test_index values (912, 1790498162059028222, 0.905184, '3DdTIsFFnF') index_test.go:137: sql insert into test_index values (917, 5390689672961214316, 0.886876, '5yIaqidxkn') index_test.go:137: sql insert into test_index values (913, 7296700841953972862, 0.993725, 's5DX4u7SXB') index_test.go:137: sql insert into test_index values (915, 653581853006021442, 0.581172, 'BCRO7HwoRY') index_test.go:137: sql insert into test_index values (914, 7267772266639237755, 0.555396, '5CnA9H4u2N') index_test.go:137: sql insert into test_index values (916, 5446789099491664853, 0.933145, 'shbhc0Y2Fy') index_test.go:140: sql delete from test_index where c = 69 index_test.go:140: sql delete from test_index where c = 38 index_test.go:137: sql insert into test_index values (919, 3849230977262725178, 0.613366, 'PVUb2bwq7V') index_test.go:140: sql delete from test_index where c = 58 index_test.go:137: sql insert into test_index values (918, 9213755513705956222, 0.489642, 'cQq10ts9Y1') index_test.go:143: sql update test_index set c1 = 3892191913377183618, c2 = 0.446310, c3 = 'UwoRpd6XkS' where c = 377 index_test.go:143: sql update test_index set c1 = 429061987454396577, c2 = 0.016562, c3 = '79liSIlnX0' where c = 264 index_test.go:140: sql delete from test_index where c = 724 index_test.go:137: sql insert into test_index values (920, 4757273662461334582, 0.223724, 'HQ5KEUidBD') index_test.go:140: sql delete from test_index where c = 642 index_test.go:140: sql delete from test_index where c = 824 index_test.go:140: sql delete from test_index where c = 309 index_test.go:140: sql delete from test_index where c = 867 index_test.go:143: sql update test_index set c1 = 8945043677473777036, c2 = 0.809046, c3 = 'DqqaDIoY5J' where c = 366 index_test.go:140: sql delete from test_index where c = 80 index_test.go:143: sql update test_index set c1 = 608841650314819390, c2 = 0.424276, c3 = 'bHxy3fzolU' where c = 455 index_test.go:143: sql update test_index set c1 = 314152568397814056, c2 = 0.242429, c3 = 'pFKorzgMn8' where c = 181 index_test.go:143: sql update test_index set c1 = 8885832294822879849, c2 = 0.913868, c3 = '5kKTIMfbGR' where c = 737 index_test.go:143: sql update test_index set c1 = 6565527106760677837, c2 = 0.603776, c3 = 'J6bPwZE2Rs' where c = 564 index_test.go:137: sql insert into test_index values (921, 3378211878133827155, 0.680401, 'xmtMENTtMR') index_test.go:137: sql insert into test_index values (923, 2473949827818106841, 0.681767, 'ZJEXPkPqnu') index_test.go:137: sql insert into test_index values (922, 9039068242181790523, 0.487860, 'e45ihCR62S') index_test.go:143: sql update test_index set c1 = 7234450769633900598, c2 = 0.278459, c3 = 'g34CDmROzS' where c = 654 index_test.go:137: sql insert into test_index values (924, 5940111124615616239, 0.290688, 'nHjrMzG2Yf') index_test.go:140: sql delete from test_index where c = 766 index_test.go:140: sql delete from test_index where c = 295 index_test.go:140: sql delete from test_index where c = 432 index_test.go:137: sql insert into test_index values (925, 3585059944635096739, 0.929738, 'LnzMxVIpIA') index_test.go:143: sql update test_index set c1 = 6213328306408150619, c2 = 0.454598, c3 = 'gOZebM9wnM' where c = 581 index_test.go:137: sql insert into test_index values (927, 3836132778392975458, 0.861633, '885T68TrP6') index_test.go:143: sql update test_index set c1 = 3273854613384101290, c2 = 0.714484, c3 = 'mRrWXMaJxR' where c = 646 index_test.go:137: sql insert into test_index values (928, 2677174764064968588, 0.894212, '5WinpWi75z') index_test.go:140: sql delete from test_index where c = 857 index_test.go:137: sql insert into test_index values (926, 152049996584200849, 0.026321, 'iUzOVPlMi6') index_test.go:140: sql delete from test_index where c = 523 index_test.go:140: sql delete from test_index where c = 568 index_test.go:143: sql update test_index set c1 = 7195991901131018294, c2 = 0.480729, c3 = '7FmAMx8c3a' where c = 16 index_test.go:143: sql update test_index set c1 = 5562977323502039433, c2 = 0.832890, c3 = 'ekH9QwS9ja' where c = 741 index_test.go:143: sql update test_index set c1 = 3337835086928032185, c2 = 0.756708, c3 = 'ZhFQVox9eN' where c = 23 index_test.go:137: sql insert into test_index values (929, 4724769804500748279, 0.135336, 'AxZ160MaSn') index_test.go:140: sql delete from test_index where c = 285 index_test.go:143: sql update test_index set c1 = 5095367864568216810, c2 = 0.392188, c3 = 'xxSqsikR1h' where c = 278 index_test.go:137: sql insert into test_index values (930, 3162983003056043508, 0.206143, 'Etwu6xkorL') index_test.go:140: sql delete from test_index where c = 919 index_test.go:143: sql update test_index set c1 = 3543750059853914633, c2 = 0.149244, c3 = '7lWGMRVAFC' where c = 681 index_test.go:140: sql delete from test_index where c = 632 index_test.go:137: sql insert into test_index values (932, 541785352187289299, 0.262855, 'RGV8OdNgfg') index_test.go:143: sql update test_index set c1 = 8249962739124276113, c2 = 0.380333, c3 = 'OdHNwbhMCr' where c = 642 index_test.go:140: sql delete from test_index where c = 201 index_test.go:137: sql insert into test_index values (934, 1510743802484551484, 0.663636, 'NhzsEQP52q') index_test.go:140: sql delete from test_index where c = 192 index_test.go:143: sql update test_index set c1 = 6071487894123071514, c2 = 0.724984, c3 = 'budyYJB8qr' where c = 610 index_test.go:137: sql insert into test_index values (931, 6700717168009276441, 0.702166, 'QfQLGpDxGe') index_test.go:137: sql insert into test_index values (933, 3797738664911001041, 0.227701, 'Pgflbgy7wY') index_test.go:140: sql delete from test_index where c = 586 index_test.go:143: sql update test_index set c1 = 2108292161894881366, c2 = 0.534865, c3 = 'jKudehmm4D' where c = 147 index_test.go:140: sql delete from test_index where c = 599 index_test.go:143: sql update test_index set c1 = 523395972522374787, c2 = 0.897340, c3 = 'Vxxon16KFp' where c = 49 index_test.go:143: sql update test_index set c1 = 4579388053558737725, c2 = 0.165382, c3 = 'WZN4xk4uNx' where c = 362 index_test.go:140: sql delete from test_index where c = 84 index_test.go:143: sql update test_index set c1 = 2361258222986569053, c2 = 0.926735, c3 = 'ZaZOZAA2h2' where c = 480 index_test.go:143: sql update test_index set c1 = 2475006183095746820, c2 = 0.107029, c3 = 'iNgic4e1pI' where c = 156 index_test.go:143: sql update test_index set c1 = 8947023600039582296, c2 = 0.157834, c3 = 'S6LEtYQMss' where c = 817 index_test.go:137: sql insert into test_index values (936, 1575298247145292012, 0.609847, 'hoXLYBkDOu') index_test.go:137: sql insert into test_index values (935, 7948434256509330328, 0.054763, '2237ku3Z2E') index_test.go:137: sql insert into test_index values (938, 4734522965827651091, 0.895671, '6FNuEoFkVl') index_test.go:137: sql insert into test_index values (937, 1323785460539933577, 0.103538, '9NPKlsgzC4') index_test.go:137: sql insert into test_index values (940, 253369640158941580, 0.916265, 'lst4PshWc9') index_test.go:137: sql insert into test_index values (939, 3507058711237389904, 0.791801, 'jGX9ONp85q') index_test.go:137: sql insert into test_index values (942, 563851330391571645, 0.862511, 'YgODQrJMU3') index_test.go:137: sql insert into test_index values (941, 8981464499006760948, 0.885958, 'o2HWH25BWI') index_test.go:140: sql delete from test_index where c = 163 index_test.go:140: sql delete from test_index where c = 261 index_test.go:137: sql insert into test_index values (943, 4901123147110775828, 0.825106, 'JtEfqAE5qY') index_test.go:140: sql delete from test_index where c = 70 index_test.go:140: sql delete from test_index where c = 151 index_test.go:140: sql delete from test_index where c = 75 index_test.go:140: sql delete from test_index where c = 726 index_test.go:140: sql delete from test_index where c = 727 index_test.go:140: sql delete from test_index where c = 77 index_test.go:140: sql delete from test_index where c = 644 index_test.go:143: sql update test_index set c1 = 2821006813809756202, c2 = 0.261139, c3 = 'CGmnX0b3Ef' where c = 388 index_test.go:143: sql update test_index set c1 = 4584246585227906389, c2 = 0.317061, c3 = 'ejOJh8FR0o' where c = 372 index_test.go:143: sql update test_index set c1 = 8742927305408042001, c2 = 0.011004, c3 = 'ILP7xNTBNf' where c = 422 index_test.go:143: sql update test_index set c1 = 78319719167317549, c2 = 0.366578, c3 = 'Ypxc4dFx9M' where c = 695 index_test.go:143: sql update test_index set c1 = 3373649881404917981, c2 = 0.530861, c3 = 'J9q8xvCH2E' where c = 420 index_test.go:143: sql update test_index set c1 = 5206312756315296185, c2 = 0.161463, c3 = 'jxgZHrd7CS' where c = 166 index_test.go:137: sql insert into test_index values (944, 1370388991902402901, 0.411396, 'UDkAd8XpR3') index_test.go:143: sql update test_index set c1 = 7247397331685710244, c2 = 0.494442, c3 = 'flatOh77ts' where c = 736 index_test.go:137: sql insert into test_index values (945, 4699506676756453898, 0.917632, 'FF3sfB7ZbI') index_test.go:143: sql update test_index set c1 = 8674830628167803250, c2 = 0.528465, c3 = 'IRj0An5jDY' where c = 891 index_test.go:137: sql insert into test_index values (947, 887962442475836008, 0.500870, 'mkaadU1wPV') index_test.go:137: sql insert into test_index values (948, 5548957980472333755, 0.408552, 'AtgVE3WyZx') index_test.go:140: sql delete from test_index where c = 710 index_test.go:137: sql insert into test_index values (946, 2477973800720194723, 0.969695, 'IJQ9Q5Qqwv') index_test.go:137: sql insert into test_index values (950, 8303671180485684277, 0.933125, 'koAHCkvCtZ') index_test.go:143: sql update test_index set c1 = 4908634476214356282, c2 = 0.280602, c3 = 'xVBcFe1WCK' where c = 124 index_test.go:137: sql insert into test_index values (949, 5387029537299359131, 0.027667, 'sopjC4xjHG') index_test.go:140: sql delete from test_index where c = 695 index_test.go:140: sql delete from test_index where c = 108 index_test.go:140: sql delete from test_index where c = 513 index_test.go:143: sql update test_index set c1 = 7073335007168206456, c2 = 0.235209, c3 = 'nQZdoHWpXA' where c = 695 index_test.go:143: sql update test_index set c1 = 1059252899317373915, c2 = 0.144570, c3 = 'yJmaDGcIrG' where c = 32 index_test.go:143: sql update test_index set c1 = 3883443462178855109, c2 = 0.713005, c3 = 'Ub4397xTFp' where c = 144 index_test.go:140: sql delete from test_index where c = 920 index_test.go:140: sql delete from test_index where c = 808 index_test.go:137: sql insert into test_index values (951, 2291037401909247022, 0.921010, '4D84K4UZ78') index_test.go:137: sql insert into test_index values (952, 4654064524507828674, 0.713295, 'MssHKI1Ezb') index_test.go:140: sql delete from test_index where c = 922 index_test.go:140: sql delete from test_index where c = 68 index_test.go:143: sql update test_index set c1 = 7361485779481627975, c2 = 0.258626, c3 = 'XN8pXjCtzt' where c = 156 index_test.go:140: sql delete from test_index where c = 206 index_test.go:137: sql insert into test_index values (954, 3009569832727279348, 0.607539, 'xaBruFsfiE') index_test.go:140: sql delete from test_index where c = 447 index_test.go:143: sql update test_index set c1 = 5426323017761819338, c2 = 0.461222, c3 = 'DszUh3APzZ' where c = 711 index_test.go:137: sql insert into test_index values (955, 4264025039095436552, 0.721731, '20cNruQjZ1') index_test.go:143: sql update test_index set c1 = 1240376986467733952, c2 = 0.069024, c3 = 'Itad2wNvNs' where c = 359 index_test.go:137: sql insert into test_index values (953, 583939907220427184, 0.083254, 'V3B4FKDTuD') index_test.go:143: sql update test_index set c1 = 4280518512505597697, c2 = 0.265623, c3 = 'd1bkHs83A0' where c = 735 index_test.go:140: sql delete from test_index where c = 271 index_test.go:140: sql delete from test_index where c = 346 index_test.go:140: sql delete from test_index where c = 326 index_test.go:137: sql insert into test_index values (956, 3609674361001339829, 0.370363, 'ZlCdra2seW') index_test.go:143: sql update test_index set c1 = 5745171450658573908, c2 = 0.871352, c3 = 'PRT7GfIq4Q' where c = 3 index_test.go:143: sql update test_index set c1 = 5443053873340333630, c2 = 0.216132, c3 = 'f7RKB3X6jV' where c = 706 index_test.go:143: sql update test_index set c1 = 2574073592884123235, c2 = 0.044773, c3 = '0KzcS8a09I' where c = 304 index_test.go:137: sql insert into test_index values (957, 1038841046994733288, 0.824430, 'ZmOcX9hHnO') index_test.go:143: sql update test_index set c1 = 4020660796740049513, c2 = 0.058986, c3 = 'ty6wB7dCaH' where c = 935 index_test.go:143: sql update test_index set c1 = 946827807220788116, c2 = 0.233426, c3 = 'sIa2OUOJZ7' where c = 301 index_test.go:143: sql update test_index set c1 = 4878865219697138666, c2 = 0.514841, c3 = 'KDNx7BS46p' where c = 827 index_test.go:137: sql insert into test_index values (958, 4749917634429659621, 0.200003, 'XGgngxSlFi') index_test.go:140: sql delete from test_index where c = 63 index_test.go:137: sql insert into test_index values (959, 7139691884355878136, 0.391139, 'J76MvfH2gy') index_test.go:140: sql delete from test_index where c = 941 index_test.go:143: sql update test_index set c1 = 6655407836668609416, c2 = 0.226763, c3 = 'Lno7cVODsp' where c = 510 index_test.go:140: sql delete from test_index where c = 154 index_test.go:137: sql insert into test_index values (963, 4902895668992674959, 0.242582, 'zcObdJcDDx') index_test.go:137: sql insert into test_index values (962, 268739535673690673, 0.627087, 'SO3uHRIyzv') index_test.go:137: sql insert into test_index values (964, 5010056199027913166, 0.779690, 'IAm3sA2XQQ') index_test.go:137: sql insert into test_index values (961, 3690712352920722000, 0.697962, 'kHmzu2XMgc') index_test.go:137: sql insert into test_index values (965, 4550080603940707701, 0.846513, 'oOa09yVZBZ') index_test.go:140: sql delete from test_index where c = 808 index_test.go:137: sql insert into test_index values (960, 2726958694888144109, 0.073795, 'yRmbCfsfQL') index_test.go:140: sql delete from test_index where c = 530 index_test.go:140: sql delete from test_index where c = 710 index_test.go:140: sql delete from test_index where c = 384 index_test.go:140: sql delete from test_index where c = 28 index_test.go:143: sql update test_index set c1 = 2596400032860726103, c2 = 0.532517, c3 = '2x2NONhfVa' where c = 414 index_test.go:143: sql update test_index set c1 = 3372905846781154510, c2 = 0.888728, c3 = 'yZwNLSjv2n' where c = 19 index_test.go:143: sql update test_index set c1 = 7921652019511737871, c2 = 0.408184, c3 = 'G9LbRCIETk' where c = 66 index_test.go:137: sql insert into test_index values (966, 8682778050634536251, 0.863551, 'vuyrLjJ1LC') index_test.go:140: sql delete from test_index where c = 296 index_test.go:140: sql delete from test_index where c = 312 index_test.go:143: sql update test_index set c1 = 6688394358021633691, c2 = 0.215142, c3 = '2rDvVLzf61' where c = 600 index_test.go:143: sql update test_index set c1 = 877724220920591821, c2 = 0.894582, c3 = 'K6pjD4Gv19' where c = 176 index_test.go:143: sql update test_index set c1 = 3746720278286789563, c2 = 0.195325, c3 = '2DnVXPlGPB' where c = 708 index_test.go:143: sql update test_index set c1 = 3723591650367786093, c2 = 0.175223, c3 = 'JzUfruJBzL' where c = 367 index_test.go:137: sql insert into test_index values (967, 1836070150613883083, 0.584085, '3KTXtQNGXs') index_test.go:143: sql update test_index set c1 = 5237536889380837616, c2 = 0.088636, c3 = 'LRPnpsjSfW' where c = 802 index_test.go:137: sql insert into test_index values (968, 1456129973342986921, 0.062822, 'gz7fvHVDRA') index_test.go:143: sql update test_index set c1 = 1411208078004310273, c2 = 0.267675, c3 = 'Q5apdhlIIc' where c = 267 index_test.go:137: sql insert into test_index values (969, 2030772428134273257, 0.176120, 'gC4wgGziex') index_test.go:137: sql insert into test_index values (970, 5694285195517730673, 0.398051, 'C50wokzZ3g') index_test.go:140: sql delete from test_index where c = 867 index_test.go:140: sql delete from test_index where c = 941 index_test.go:137: sql insert into test_index values (971, 4118884005027341483, 0.818837, 'CuSZEZQb01') index_test.go:140: sql delete from test_index where c = 943 index_test.go:137: sql insert into test_index values (972, 3344657647611999738, 0.438568, 'DnSEIX5nNU') index_test.go:137: sql insert into test_index values (973, 8034904395494231228, 0.365604, 'lcIQnprNmQ') index_test.go:143: sql update test_index set c1 = 6132842383595539957, c2 = 0.257104, c3 = 'BdkQNvguXO' where c = 732 index_test.go:137: sql insert into test_index values (974, 7382494572392567959, 0.983826, 'zDLEQ8qtSR') index_test.go:137: sql insert into test_index values (975, 3101594019581383955, 0.794894, 'S7SsH3MGMg') index_test.go:140: sql delete from test_index where c = 799 index_test.go:140: sql delete from test_index where c = 499 index_test.go:140: sql delete from test_index where c = 813 index_test.go:140: sql delete from test_index where c = 871 index_test.go:143: sql update test_index set c1 = 6495238455134858398, c2 = 0.221384, c3 = 'oFaW2t0FgZ' where c = 942 index_test.go:140: sql delete from test_index where c = 608 index_test.go:140: sql delete from test_index where c = 843 index_test.go:143: sql update test_index set c1 = 5137017205351120966, c2 = 0.938420, c3 = 'gMrbMTDLLX' where c = 909 index_test.go:143: sql update test_index set c1 = 5758369631039579334, c2 = 0.984826, c3 = '4UH50TKOaW' where c = 7 index_test.go:140: sql delete from test_index where c = 478 index_test.go:137: sql insert into test_index values (976, 2077876477335328135, 0.612350, 'Mcj0wQLwM9') index_test.go:143: sql update test_index set c1 = 5402579194421361239, c2 = 0.639798, c3 = 'jlKhSgAKA7' where c = 449 index_test.go:137: sql insert into test_index values (977, 1500905107996769803, 0.895866, 'jRfw348tO8') index_test.go:143: sql update test_index set c1 = 7923669245354952206, c2 = 0.991064, c3 = 'ogVFMedIOr' where c = 114 index_test.go:137: sql insert into test_index values (978, 1191141080116620202, 0.402713, 'dJeC4WJtOA') index_test.go:143: sql update test_index set c1 = 5275041168502720555, c2 = 0.287409, c3 = 'kJjXx8hfdg' where c = 103 index_test.go:143: sql update test_index set c1 = 3702831832507176854, c2 = 0.916502, c3 = 'wZaLFpOAf1' where c = 603 index_test.go:140: sql delete from test_index where c = 39 index_test.go:143: sql update test_index set c1 = 5664839287500069087, c2 = 0.694045, c3 = 'DREyoUemAn' where c = 894 index_test.go:143: sql update test_index set c1 = 1192863715719182783, c2 = 0.177777, c3 = 'EOe0SMvyqT' where c = 855 index_test.go:137: sql insert into test_index values (979, 3866712072680591798, 0.613746, 'xpZxtA4pi0') index_test.go:140: sql delete from test_index where c = 738 index_test.go:143: sql update test_index set c1 = 3308466373619926345, c2 = 0.395476, c3 = 'BIlZIg7iWz' where c = 865 index_test.go:137: sql insert into test_index values (981, 2281495929610697632, 0.190006, 'SGknkPH5sO') index_test.go:143: sql update test_index set c1 = 2082521937022688929, c2 = 0.401728, c3 = 'nfsQktqVij' where c = 469 index_test.go:137: sql insert into test_index values (982, 7307128447397244530, 0.867627, 'Oc3sKbc8yQ') index_test.go:137: sql insert into test_index values (983, 7890487742842623858, 0.475421, 'pmSxLAK5ng') index_test.go:140: sql delete from test_index where c = 386 index_test.go:137: sql insert into test_index values (980, 1030600692438018777, 0.004684, 'r1YByA7R9t') index_test.go:137: sql insert into test_index values (985, 6951825743992426094, 0.775897, 'YJSh4ORe9D') index_test.go:140: sql delete from test_index where c = 523 index_test.go:137: sql insert into test_index values (984, 4231624092498580294, 0.053307, '1K4eXr7TTx') index_test.go:140: sql delete from test_index where c = 974 index_test.go:143: sql update test_index set c1 = 5699866888902419208, c2 = 0.740097, c3 = 'iXHqFU4S1I' where c = 315 index_test.go:137: sql insert into test_index values (986, 3408299619486166816, 0.162173, '5slOLDSDIn') index_test.go:140: sql delete from test_index where c = 551 index_test.go:140: sql delete from test_index where c = 115 index_test.go:140: sql delete from test_index where c = 463 index_test.go:143: sql update test_index set c1 = 2219335044153856602, c2 = 0.829288, c3 = 'n1hHeSt03I' where c = 414 index_test.go:143: sql update test_index set c1 = 7142188059740549113, c2 = 0.857416, c3 = 'NA0ZsJTQA9' where c = 851 index_test.go:140: sql delete from test_index where c = 782 index_test.go:140: sql delete from test_index where c = 847 index_test.go:137: sql insert into test_index values (987, 8561543739135664232, 0.299324, 'zitVnxHtcl') index_test.go:143: sql update test_index set c1 = 7706456237144798266, c2 = 0.563321, c3 = 'zvEYvSNAIm' where c = 904 index_test.go:143: sql update test_index set c1 = 7946876426994014835, c2 = 0.879416, c3 = 'kDurLOsYtz' where c = 406 index_test.go:140: sql delete from test_index where c = 574 index_test.go:137: sql insert into test_index values (989, 5544616477186860499, 0.206085, 'VVMbOryN5c') index_test.go:143: sql update test_index set c1 = 8262278973688936752, c2 = 0.658948, c3 = 'NOIMB8jRxb' where c = 513 index_test.go:140: sql delete from test_index where c = 706 index_test.go:143: sql update test_index set c1 = 7592015917794740203, c2 = 0.306590, c3 = 'Tt7gHtfvtJ' where c = 806 index_test.go:137: sql insert into test_index values (988, 7243761475474391067, 0.345053, 'eWxPRL736D') index_test.go:137: sql insert into test_index values (990, 5608603535924309596, 0.744762, 'UkQ53lDp6w') index_test.go:143: sql update test_index set c1 = 3659436570451221950, c2 = 0.051597, c3 = 'gzsth65x2n' where c = 72 index_test.go:143: sql update test_index set c1 = 2750429278589261535, c2 = 0.855093, c3 = 'sDHztdeUIS' where c = 283 index_test.go:143: sql update test_index set c1 = 3163702362004330808, c2 = 0.104761, c3 = 'gqMX1wr9fs' where c = 263 index_test.go:137: sql insert into test_index values (991, 7847565586816302718, 0.861241, 'saVgr2xXiB') index_test.go:140: sql delete from test_index where c = 224 index_test.go:140: sql delete from test_index where c = 502 index_test.go:140: sql delete from test_index where c = 636 index_test.go:137: sql insert into test_index values (992, 7776301644719564433, 0.491320, 'YxHw53LhEn') index_test.go:137: sql insert into test_index values (994, 6149682935030241863, 0.598332, 'N8BOWc0PKr') index_test.go:137: sql insert into test_index values (996, 3503950905509563281, 0.904588, 'PfiEXPCLzo') index_test.go:137: sql insert into test_index values (993, 5172022211093879899, 0.386588, 'qNBHpSEecK') index_test.go:137: sql insert into test_index values (995, 9096347397850635586, 0.332057, 'TaZ98fPpWI') index_test.go:140: sql delete from test_index where c = 324 index_test.go:143: sql update test_index set c1 = 507586551649666579, c2 = 0.799384, c3 = 'rNHO3gfqvz' where c = 872 index_test.go:143: sql update test_index set c1 = 8561362878566809493, c2 = 0.546107, c3 = 'pWmMevZEnf' where c = 644 index_test.go:143: sql update test_index set c1 = 4386049365661339160, c2 = 0.326612, c3 = 'zv7lKXxZrs' where c = 241 index_test.go:140: sql delete from test_index where c = 907 index_test.go:140: sql delete from test_index where c = 552 index_test.go:140: sql delete from test_index where c = 489 index_test.go:140: sql delete from test_index where c = 372 index_test.go:143: sql update test_index set c1 = 4996992956251485615, c2 = 0.146190, c3 = 'd7ReV4p0vh' where c = 682 index_test.go:140: sql delete from test_index where c = 927 index_test.go:143: sql update test_index set c1 = 5587250789465878999, c2 = 0.305113, c3 = '2qyFsbzCvc' where c = 38 index_test.go:137: sql insert into test_index values (998, 1603121770581388131, 0.669051, 'ugfXdFGroP') index_test.go:143: sql update test_index set c1 = 1789621642306244752, c2 = 0.204455, c3 = 'a3DBB2J9Gz' where c = 57 index_test.go:137: sql insert into test_index values (997, 2799832444855745858, 0.063033, 'NSsUX7X3dM') index_test.go:143: sql update test_index set c1 = 1396893071193318087, c2 = 0.287779, c3 = '04mzRCVWrX' where c = 970 index_test.go:143: sql update test_index set c1 = 876590676893797315, c2 = 0.137272, c3 = 'Km70aXcc9w' where c = 259 index_test.go:143: sql update test_index set c1 = 1368509406173835050, c2 = 0.278458, c3 = 'jKeb3krmDY' where c = 872 index_test.go:140: sql delete from test_index where c = 145 index_test.go:137: sql insert into test_index values (999, 5142532131103996392, 0.329180, 'ekDzMQBEYo') index_test.go:140: sql delete from test_index where c = 819 index_test.go:140: sql delete from test_index where c = 422 index_test.go:143: sql update test_index set c1 = 6438493683781695804, c2 = 0.322260, c3 = 'UOb1mrcjPk' where c = 854 index_test.go:143: sql update test_index set c1 = 5655710796881149109, c2 = 0.735190, c3 = 'xx61mMgvcV' where c = 895 index_test.go:143: sql update test_index set c1 = 813954442270810728, c2 = 0.424683, c3 = 'uQm8NS1b8I' where c = 546 index_test.go:137: sql insert into test_index values (1000, 3446908297193774723, 0.470331, '4rtmabqsU9') index_test.go:140: sql delete from test_index where c = 323 index_test.go:143: sql update test_index set c1 = 8452244042073520670, c2 = 0.076002, c3 = '4ByPg5gmL6' where c = 458 index_test.go:137: sql insert into test_index values (1003, 3394745941384191963, 0.019429, '3ARzoUiMD3') index_test.go:137: sql insert into test_index values (1004, 4002524277920869320, 0.817552, 'bLSwvmJVoe') index_test.go:137: sql insert into test_index values (1002, 4669875881730049313, 0.957895, 'xktFoSmNn4') index_test.go:137: sql insert into test_index values (1001, 5625323914703157194, 0.838693, 'Q3IV4I2MkT') index_test.go:137: sql insert into test_index values (1006, 1292682728923034823, 0.546279, '970nN7JPMy') index_test.go:137: sql insert into test_index values (1009, 3663505600838819681, 0.846977, 'gZyHxUFI9Y') index_test.go:137: sql insert into test_index values (1007, 357387731057368793, 0.928397, 'uVIZCqRB0o') index_test.go:137: sql insert into test_index values (1005, 8642081771285978281, 0.843133, 'BqdJAC0E7w') index_test.go:137: sql insert into test_index values (1010, 6544060534488275542, 0.547307, 'S4yHFyocHS') index_test.go:137: sql insert into test_index values (1008, 8429732465625103518, 0.621214, 'UuPATX1yk2') index_test.go:140: sql delete from test_index where c = 108 index_test.go:140: sql delete from test_index where c = 527 index_test.go:140: sql delete from test_index where c = 542 index_test.go:140: sql delete from test_index where c = 445 index_test.go:140: sql delete from test_index where c = 539 index_test.go:140: sql delete from test_index where c = 128 index_test.go:143: sql update test_index set c1 = 5273765124168165089, c2 = 0.355404, c3 = 'aJ0kuScnxf' where c = 96 index_test.go:140: sql delete from test_index where c = 701 index_test.go:140: sql delete from test_index where c = 947 index_test.go:140: sql delete from test_index where c = 900 index_test.go:143: sql update test_index set c1 = 6737830943005585203, c2 = 0.250570, c3 = 'kapMe9v8Ld' where c = 798 index_test.go:143: sql update test_index set c1 = 2560683146224266985, c2 = 0.819702, c3 = 'UCQZU4pFtn' where c = 52 index_test.go:140: sql delete from test_index where c = 759 index_test.go:143: sql update test_index set c1 = 6088484701263947799, c2 = 0.449770, c3 = 'e5DjsdS3HC' where c = 438 index_test.go:143: sql update test_index set c1 = 8602045093725298501, c2 = 0.223750, c3 = 'QF23JgRDOS' where c = 813 index_test.go:143: sql update test_index set c1 = 5115037820845974870, c2 = 0.225444, c3 = 'LdhgVhzZ5V' where c = 935 index_test.go:143: sql update test_index set c1 = 5927095794828426809, c2 = 0.026359, c3 = 'VBWf5IhZ0t' where c = 841 index_test.go:143: sql update test_index set c1 = 8823476352525123558, c2 = 0.654110, c3 = 'MNSr0GLneu' where c = 862 index_test.go:137: sql insert into test_index values (1013, 2942129863295430929, 0.149735, 'lTDNiUxGja') index_test.go:143: sql update test_index set c1 = 6650124919425188151, c2 = 0.802400, c3 = 'dN875zZ08W' where c = 505 index_test.go:143: sql update test_index set c1 = 5588311752599340410, c2 = 0.784983, c3 = 'uUE9TMIzTj' where c = 559 index_test.go:137: sql insert into test_index values (1011, 2588704385019171687, 0.700514, 'CyuYv6iiwi') index_test.go:137: sql insert into test_index values (1014, 3491709668598550809, 0.627100, 'aqjNkojpon') index_test.go:137: sql insert into test_index values (1015, 1156065350773685540, 0.412707, 'HcOBPwWQ6m') index_test.go:137: sql insert into test_index values (1012, 8106226725285283469, 0.073473, 'y18CxkKhgn') index_test.go:137: sql insert into test_index values (1016, 547150562002228118, 0.869079, 'DU71ulUuyr') index_test.go:137: sql insert into test_index values (1018, 8498701388252703868, 0.133338, '6i2XAgHwgO') index_test.go:140: sql delete from test_index where c = 548 index_test.go:137: sql insert into test_index values (1017, 3855339278125007847, 0.555889, 'Hbj7hhm1WJ') index_test.go:140: sql delete from test_index where c = 25 index_test.go:140: sql delete from test_index where c = 264 index_test.go:137: sql insert into test_index values (1020, 107758467000253940, 0.178130, 'g5VQUWinfp') index_test.go:137: sql insert into test_index values (1019, 1547660598031667716, 0.375834, '0KUmwpRTNQ') index_test.go:140: sql delete from test_index where c = 131 index_test.go:140: sql delete from test_index where c = 336 index_test.go:140: sql delete from test_index where c = 819 index_test.go:143: sql update test_index set c1 = 5905711832158617696, c2 = 0.389628, c3 = 'kS2NxwPu92' where c = 655 index_test.go:140: sql delete from test_index where c = 360 index_test.go:140: sql delete from test_index where c = 853 index_test.go:140: sql delete from test_index where c = 787 index_test.go:143: sql update test_index set c1 = 3246718633043016081, c2 = 0.140689, c3 = 'HSara6l0ds' where c = 654 index_test.go:143: sql update test_index set c1 = 524895156892079348, c2 = 0.815259, c3 = '5YY2XrQe2I' where c = 35 index_test.go:140: sql delete from test_index where c = 177 index_test.go:137: sql insert into test_index values (1021, 403116032164202647, 0.911617, 'TUQqeW9y2r') index_test.go:143: sql update test_index set c1 = 2064572399277042425, c2 = 0.481530, c3 = 'AdLQH7xReD' where c = 255 index_test.go:143: sql update test_index set c1 = 3670359242774514098, c2 = 0.024397, c3 = 'L2yMeaAcWm' where c = 749 index_test.go:143: sql update test_index set c1 = 2286898172527612830, c2 = 0.611356, c3 = 'nhO6odOTWF' where c = 992 index_test.go:143: sql update test_index set c1 = 8420742796985749512, c2 = 0.311527, c3 = '8RougE5FtN' where c = 700 index_test.go:143: sql update test_index set c1 = 1475145930746614133, c2 = 0.501197, c3 = 'hXXBFmW7N3' where c = 429 index_test.go:137: sql insert into test_index values (1023, 249682621238659630, 0.453772, 's1LdE5TBCc') index_test.go:143: sql update test_index set c1 = 402426883336230465, c2 = 0.580164, c3 = 'NJ7KR7iShA' where c = 730 index_test.go:143: sql update test_index set c1 = 4113768679436693007, c2 = 0.645949, c3 = 'cxLQxuTHqK' where c = 827 index_test.go:137: sql insert into test_index values (1022, 2901658540772873455, 0.440866, 'JJqlt9B2tp') index_test.go:137: sql insert into test_index values (1025, 8279390509825283737, 0.395746, 'RiQZSrVdWJ') index_test.go:137: sql insert into test_index values (1026, 5247285490297150977, 0.561909, 'hmonhH4coX') index_test.go:140: sql delete from test_index where c = 768 index_test.go:137: sql insert into test_index values (1028, 5739655804145627383, 0.466943, 'xboZgpmtuf') index_test.go:137: sql insert into test_index values (1024, 5600902796176007758, 0.788092, 'IV92utdgpu') index_test.go:137: sql insert into test_index values (1029, 924049082532623334, 0.204375, 'FxTF9Ixmb3') index_test.go:137: sql insert into test_index values (1027, 3904433897986884080, 0.277491, 'uEoZr4zlK4') index_test.go:140: sql delete from test_index where c = 237 index_test.go:137: sql insert into test_index values (1030, 631145119168749730, 0.605166, 'yGbyaWDfKU') index_test.go:140: sql delete from test_index where c = 443 index_test.go:140: sql delete from test_index where c = 757 index_test.go:140: sql delete from test_index where c = 437 index_test.go:140: sql delete from test_index where c = 183 index_test.go:140: sql delete from test_index where c = 919 index_test.go:140: sql delete from test_index where c = 539 index_test.go:143: sql update test_index set c1 = 731811307568692963, c2 = 0.045507, c3 = 'cvmGknoNh0' where c = 659 index_test.go:143: sql update test_index set c1 = 6342711079906656379, c2 = 0.141788, c3 = 'MA4YA8gN4x' where c = 442 index_test.go:143: sql update test_index set c1 = 3659099397519707589, c2 = 0.932032, c3 = 'wSxnlSvC1o' where c = 372 index_test.go:140: sql delete from test_index where c = 487 index_test.go:143: sql update test_index set c1 = 4741441993362125328, c2 = 0.605902, c3 = 'Zok0iLmhKr' where c = 265 index_test.go:140: sql delete from test_index where c = 595 index_test.go:143: sql update test_index set c1 = 6252805371730072447, c2 = 0.645696, c3 = '93FUlYyN0h' where c = 255 index_test.go:137: sql insert into test_index values (1032, 8505029156830482428, 0.861442, '7zHG2Roito') index_test.go:143: sql update test_index set c1 = 5785323548467626840, c2 = 0.401383, c3 = 'hF09671ctl' where c = 914 index_test.go:143: sql update test_index set c1 = 4851679009251620842, c2 = 0.367511, c3 = '7fG3Qcc7lM' where c = 495 index_test.go:143: sql update test_index set c1 = 2821204957090373979, c2 = 0.656939, c3 = 'y7oB9hkvP7' where c = 912 index_test.go:137: sql insert into test_index values (1033, 3754735095170282110, 0.272479, '4R6VTs1qWg') index_test.go:140: sql delete from test_index where c = 51 index_test.go:143: sql update test_index set c1 = 7445955514419117227, c2 = 0.304187, c3 = 'QsqjqFgyQ8' where c = 855 index_test.go:137: sql insert into test_index values (1031, 6115843289346301307, 0.146199, 'wp2Bu0IHf5') index_test.go:143: sql update test_index set c1 = 26324726421580492, c2 = 0.479302, c3 = 'yA3eEB5UaA' where c = 598 index_test.go:137: sql insert into test_index values (1034, 4509037544859051020, 0.555806, 's7124bQ9bj') index_test.go:137: sql insert into test_index values (1036, 428304663284045526, 0.401020, 'goMW6nYSfC') index_test.go:137: sql insert into test_index values (1038, 4355603967006553178, 0.853528, 'wMABhHV2DA') index_test.go:137: sql insert into test_index values (1037, 6537469210561136433, 0.952084, 'JBxGp9Rt5p') index_test.go:140: sql delete from test_index where c = 594 index_test.go:137: sql insert into test_index values (1035, 2352620950633886903, 0.839428, 'iItRVz5Xy2') index_test.go:137: sql insert into test_index values (1039, 1536811028885605918, 0.492029, 'GIAhu6edHY') index_test.go:140: sql delete from test_index where c = 810 index_test.go:140: sql delete from test_index where c = 441 index_test.go:140: sql delete from test_index where c = 682 index_test.go:140: sql delete from test_index where c = 808 index_test.go:140: sql delete from test_index where c = 936 index_test.go:137: sql insert into test_index values (1040, 4460860535056048918, 0.422371, 'NPiCgpOrLo') index_test.go:143: sql update test_index set c1 = 6004160582451166866, c2 = 0.659294, c3 = '5CwWteov3u' where c = 828 index_test.go:140: sql delete from test_index where c = 599 index_test.go:143: sql update test_index set c1 = 1753278676248696714, c2 = 0.108930, c3 = 'k8vsM6pENU' where c = 182 index_test.go:140: sql delete from test_index where c = 397 index_test.go:143: sql update test_index set c1 = 7567522564164120086, c2 = 0.433644, c3 = 'zNFtiMlrgZ' where c = 575 index_test.go:143: sql update test_index set c1 = 1731146144266094705, c2 = 0.661702, c3 = 'iCvSJ1o1Hs' where c = 625 index_test.go:143: sql update test_index set c1 = 5068085819311524581, c2 = 0.415135, c3 = '8YWjvby9JX' where c = 218 index_test.go:143: sql update test_index set c1 = 7943928332751074484, c2 = 0.827941, c3 = 'hWrcKQxPTz' where c = 373 index_test.go:143: sql update test_index set c1 = 4430870737886901432, c2 = 0.161690, c3 = 'umC0xyZEMw' where c = 695 index_test.go:143: sql update test_index set c1 = 746368551400708859, c2 = 0.359632, c3 = 'XuGTsUU3Y7' where c = 760 index_test.go:137: sql insert into test_index values (1041, 4826299294127599566, 0.520955, 'U2LkNLXITI') index_test.go:137: sql insert into test_index values (1042, 7942637859804077590, 0.934088, 'AH8e72Tf1b') index_test.go:143: sql update test_index set c1 = 7718176839141295998, c2 = 0.611881, c3 = 'o9kPVIhqBr' where c = 876 index_test.go:140: sql delete from test_index where c = 353 index_test.go:137: sql insert into test_index values (1043, 7511678041594502569, 0.478071, 'gWkXZbKOWG') index_test.go:137: sql insert into test_index values (1044, 2876082228453351222, 0.929754, 'CSPIJ1ss2v') index_test.go:137: sql insert into test_index values (1045, 5409238030224718748, 0.296804, 'YNyQBC6Lpo') index_test.go:140: sql delete from test_index where c = 365 index_test.go:140: sql delete from test_index where c = 182 index_test.go:137: sql insert into test_index values (1049, 6122121417823441934, 0.391074, '75qcgYusWe') index_test.go:137: sql insert into test_index values (1047, 2839318241135408611, 0.091189, '1u77Qv38kC') index_test.go:137: sql insert into test_index values (1046, 5468049305597785813, 0.236375, '024cymDCIG') index_test.go:140: sql delete from test_index where c = 614 index_test.go:143: sql update test_index set c1 = 133468737847598441, c2 = 0.361575, c3 = '2tgdTiGKAV' where c = 836 index_test.go:140: sql delete from test_index where c = 169 index_test.go:137: sql insert into test_index values (1048, 3354706481246289765, 0.556385, 'FDGujCTlbq') index_test.go:140: sql delete from test_index where c = 1004 index_test.go:143: sql update test_index set c1 = 7862061391225062562, c2 = 0.508911, c3 = '0zYaFi7tKU' where c = 644 index_test.go:140: sql delete from test_index where c = 43 index_test.go:143: sql update test_index set c1 = 630613488081220429, c2 = 0.573305, c3 = 'iFT8pwXxHm' where c = 668 index_test.go:143: sql update test_index set c1 = 1519217571698794319, c2 = 0.636595, c3 = 'N1LBxLzPwT' where c = 441 index_test.go:143: sql update test_index set c1 = 6662481614600031712, c2 = 0.868578, c3 = 'SSHq9Xf0ED' where c = 205 index_test.go:140: sql delete from test_index where c = 707 index_test.go:140: sql delete from test_index where c = 307 index_test.go:140: sql delete from test_index where c = 243 index_test.go:143: sql update test_index set c1 = 8466814445947465461, c2 = 0.171057, c3 = 'radw3f9FTg' where c = 12 index_test.go:137: sql insert into test_index values (1051, 7736761240777389886, 0.637797, 'H34QruAoGM') index_test.go:143: sql update test_index set c1 = 9074999144612962721, c2 = 0.906676, c3 = 'GtMb8TPKXQ' where c = 638 index_test.go:143: sql update test_index set c1 = 7465339236037645652, c2 = 0.116117, c3 = 'Qq3tw3y3Ht' where c = 421 index_test.go:137: sql insert into test_index values (1052, 763767877929184432, 0.827201, 'cpkyfzq6cM') index_test.go:137: sql insert into test_index values (1053, 8076506511213951663, 0.899124, 'OMZoBGxQaX') index_test.go:137: sql insert into test_index values (1050, 1528464406538003742, 0.944768, 'wuBetF69Cy') index_test.go:137: sql insert into test_index values (1054, 8954723396044332354, 0.285927, 'v8OTfEYNQ2') index_test.go:140: sql delete from test_index where c = 824 index_test.go:140: sql delete from test_index where c = 498 index_test.go:137: sql insert into test_index values (1055, 550254976678482564, 0.304134, 'DQNe3t8UJL') index_test.go:143: sql update test_index set c1 = 5571021633425022309, c2 = 0.819624, c3 = 'pRbFbCqIeE' where c = 503 index_test.go:143: sql update test_index set c1 = 5069960671119869670, c2 = 0.120167, c3 = 'ZC9bigVJl9' where c = 423 index_test.go:137: sql insert into test_index values (1056, 2469798226798494074, 0.557252, '6n87kGLEsp') index_test.go:137: sql insert into test_index values (1057, 1527131189488692126, 0.572136, 'Q8boF44FCZ') index_test.go:140: sql delete from test_index where c = 125 index_test.go:140: sql delete from test_index where c = 591 index_test.go:143: sql update test_index set c1 = 8895002657893787678, c2 = 0.311935, c3 = 'F3hmR1764K' where c = 812 index_test.go:140: sql delete from test_index where c = 603 index_test.go:140: sql delete from test_index where c = 927 index_test.go:140: sql delete from test_index where c = 531 index_test.go:137: sql insert into test_index values (1058, 6558037542529662617, 0.662115, '1NIQvy3Qdh') index_test.go:137: sql insert into test_index values (1059, 5297589648933262827, 0.941751, 'Tt6JqftY3Z') index_test.go:143: sql update test_index set c1 = 7211021623313874862, c2 = 0.637918, c3 = 'GNMuXjzzwU' where c = 920 index_test.go:140: sql delete from test_index where c = 597 index_test.go:143: sql update test_index set c1 = 5236014526674972250, c2 = 0.013095, c3 = 'YTZoYkkUu3' where c = 769 index_test.go:143: sql update test_index set c1 = 208747728231767444, c2 = 0.065614, c3 = 'H2IaZGadLk' where c = 9 index_test.go:143: sql update test_index set c1 = 5336001152204550553, c2 = 0.802758, c3 = 'kcHUOSYuBP' where c = 1 index_test.go:140: sql delete from test_index where c = 726 index_test.go:143: sql update test_index set c1 = 426257759670295176, c2 = 0.810331, c3 = 'HudfUu7ben' where c = 45 index_test.go:143: sql update test_index set c1 = 5539459885670527580, c2 = 0.652719, c3 = 'HmR8T8v3gR' where c = 739 index_test.go:137: sql insert into test_index values (1060, 5831022693751607002, 0.134953, 'S43EiQUTKn') index_test.go:137: sql insert into test_index values (1061, 8997769312434890096, 0.586041, 'YGHx5pKgn0') index_test.go:143: sql update test_index set c1 = 2522010531260704131, c2 = 0.356891, c3 = 'gMopXmXgYx' where c = 1009 index_test.go:137: sql insert into test_index values (1062, 8416490811760620848, 0.481501, '2i7qXw5qRi') index_test.go:140: sql delete from test_index where c = 1040 index_test.go:137: sql insert into test_index values (1063, 1357621341360364838, 0.799248, 'JEh0Qao1bl') index_test.go:137: sql insert into test_index values (1064, 2176990767954279287, 0.381111, 'SuCoaCutZI') index_test.go:137: sql insert into test_index values (1065, 7198927157593376353, 0.720907, 'Exb3HUK46b') index_test.go:143: sql update test_index set c1 = 50852986633907281, c2 = 0.789913, c3 = 'R7v6RtMGSg' where c = 291 index_test.go:140: sql delete from test_index where c = 455 index_test.go:137: sql insert into test_index values (1066, 1582584241923570718, 0.280858, 'RwHGwsyPMY') index_test.go:140: sql delete from test_index where c = 943 index_test.go:140: sql delete from test_index where c = 496 index_test.go:140: sql delete from test_index where c = 468 index_test.go:137: sql insert into test_index values (1067, 8101223118030128231, 0.774108, 'FWeUtMv3A3') index_test.go:140: sql delete from test_index where c = 561 index_test.go:137: sql insert into test_index values (1068, 6419841082013517189, 0.065229, 'BkzKpz5D1T') index_test.go:143: sql update test_index set c1 = 1668732426200357047, c2 = 0.770727, c3 = 'GOmDMUkcXE' where c = 73 index_test.go:140: sql delete from test_index where c = 693 index_test.go:143: sql update test_index set c1 = 7330653713601033188, c2 = 0.476200, c3 = 'p0MKf2VHWX' where c = 491 index_test.go:143: sql update test_index set c1 = 2265315818418857890, c2 = 0.259670, c3 = 'NsiN317VTU' where c = 958 index_test.go:143: sql update test_index set c1 = 4552095991971528903, c2 = 0.469443, c3 = 'UBijHbsaxD' where c = 891 index_test.go:143: sql update test_index set c1 = 1248311181863823828, c2 = 0.504760, c3 = 'xk76dV2OQ6' where c = 345 index_test.go:143: sql update test_index set c1 = 2854471502830701132, c2 = 0.577990, c3 = 'dhNlXPvkm3' where c = 569 index_test.go:140: sql delete from test_index where c = 681 index_test.go:140: sql delete from test_index where c = 484 index_test.go:143: sql update test_index set c1 = 7474070294294301642, c2 = 0.972239, c3 = 'kp4zs1fv7z' where c = 593 index_test.go:140: sql delete from test_index where c = 758 index_test.go:137: sql insert into test_index values (1070, 5907118353374828953, 0.339011, 'SrDqWlPDmz') index_test.go:137: sql insert into test_index values (1069, 5573211500131012560, 0.878266, 'HQf2TZhE9Z') index_test.go:143: sql update test_index set c1 = 5522661613923417190, c2 = 0.844328, c3 = 'N0mpGv5cuQ' where c = 293 index_test.go:137: sql insert into test_index values (1074, 4355951550589414476, 0.561633, '11VTrscB9R') index_test.go:143: sql update test_index set c1 = 662652130851499038, c2 = 0.145010, c3 = 'qsswBzfsCI' where c = 575 index_test.go:137: sql insert into test_index values (1071, 6982998390067621218, 0.707775, 'qts8UStGeq') index_test.go:140: sql delete from test_index where c = 334 index_test.go:137: sql insert into test_index values (1072, 268135037896354048, 0.274825, 'IWZJ9o0kPI') index_test.go:137: sql insert into test_index values (1073, 6046184308901436324, 0.202058, 'XBF5Z1WgKr') index_test.go:137: sql insert into test_index values (1075, 262509476744076034, 0.311832, 'r0yOtohI9G') index_test.go:140: sql delete from test_index where c = 470 index_test.go:143: sql update test_index set c1 = 8351652421473047279, c2 = 0.995718, c3 = 'rjvf2JPv0l' where c = 18 index_test.go:143: sql update test_index set c1 = 4219920099619591017, c2 = 0.677001, c3 = 'KHUoEaWpxk' where c = 450 index_test.go:137: sql insert into test_index values (1076, 2889523133629185727, 0.315506, 'MEIM3ADNKJ') index_test.go:140: sql delete from test_index where c = 986 index_test.go:137: sql insert into test_index values (1077, 947095843419317638, 0.313476, 'ZurslvkBJA') index_test.go:140: sql delete from test_index where c = 67 index_test.go:143: sql update test_index set c1 = 862484247447050418, c2 = 0.817122, c3 = '0FPWXMaAPF' where c = 109 index_test.go:140: sql delete from test_index where c = 888 index_test.go:140: sql delete from test_index where c = 496 index_test.go:137: sql insert into test_index values (1078, 4821629326558341873, 0.325369, '1SE8E2L4jZ') index_test.go:140: sql delete from test_index where c = 965 index_test.go:140: sql delete from test_index where c = 831 index_test.go:140: sql delete from test_index where c = 341 index_test.go:137: sql insert into test_index values (1079, 6719884587485382856, 0.346733, 'sgnH0JAabq') index_test.go:140: sql delete from test_index where c = 309 index_test.go:137: sql insert into test_index values (1080, 8058716301304159540, 0.801851, '74XbW6ZFqQ') index_test.go:143: sql update test_index set c1 = 3522943709901419845, c2 = 0.950928, c3 = 'D7IV9FCUtW' where c = 501 index_test.go:143: sql update test_index set c1 = 1791036645081348540, c2 = 0.314379, c3 = '6YyZMKd1hz' where c = 888 index_test.go:143: sql update test_index set c1 = 7682818022526069086, c2 = 0.037852, c3 = 'zqMZSIFXRi' where c = 841 index_test.go:143: sql update test_index set c1 = 2019747468724603698, c2 = 0.141769, c3 = 'CSVLsBw5vO' where c = 721 index_test.go:143: sql update test_index set c1 = 7140546955136888771, c2 = 0.982681, c3 = 'AgAJl7BRoS' where c = 442 index_test.go:143: sql update test_index set c1 = 430504180211248322, c2 = 0.420783, c3 = 'o4Q3L6V25I' where c = 208 index_test.go:143: sql update test_index set c1 = 5144614635426123336, c2 = 0.161226, c3 = '4KhhNDDOzR' where c = 1049 index_test.go:137: sql insert into test_index values (1081, 6415829905929553414, 0.582378, 'yHdffaqNC7') index_test.go:140: sql delete from test_index where c = 606 index_test.go:140: sql delete from test_index where c = 286 index_test.go:143: sql update test_index set c1 = 8051296586878993533, c2 = 0.941968, c3 = 'uxywB5X9wz' where c = 708 index_test.go:137: sql insert into test_index values (1084, 3418167511139692675, 0.510644, 'PtjFFsfEsX') index_test.go:137: sql insert into test_index values (1085, 1397281087885320846, 0.349482, 'FxoXDAY8m8') index_test.go:137: sql insert into test_index values (1086, 3192059172499403746, 0.188770, 'lwCp4Rko8u') index_test.go:137: sql insert into test_index values (1083, 9192010586784104373, 0.337293, 'L0Y0N6wWbj') index_test.go:137: sql insert into test_index values (1082, 3187759068626239091, 0.877064, 'PTd4uhNfK9') index_test.go:137: sql insert into test_index values (1087, 5777471076579926621, 0.212146, 'pIyvWeU2Ze') index_test.go:140: sql delete from test_index where c = 555 index_test.go:140: sql delete from test_index where c = 84 index_test.go:140: sql delete from test_index where c = 273 index_test.go:143: sql update test_index set c1 = 6901915234860711667, c2 = 0.471117, c3 = '6fNvxR4MxI' where c = 127 index_test.go:137: sql insert into test_index values (1088, 7511319017473419491, 0.192656, 'Jn3UCMpmHp') index_test.go:140: sql delete from test_index where c = 661 index_test.go:143: sql update test_index set c1 = 3242502414634583176, c2 = 0.835476, c3 = 'Ejt0HOLIGF' where c = 1008 index_test.go:140: sql delete from test_index where c = 650 index_test.go:143: sql update test_index set c1 = 8092448883530623528, c2 = 0.949486, c3 = 'l6mQ5YoZsH' where c = 947 index_test.go:140: sql delete from test_index where c = 502 index_test.go:143: sql update test_index set c1 = 5886004155745329646, c2 = 0.354464, c3 = 'tAZKMsvWT7' where c = 211 index_test.go:140: sql delete from test_index where c = 896 index_test.go:143: sql update test_index set c1 = 7567825690317451393, c2 = 0.943990, c3 = 'RVr8wwWvD5' where c = 334 index_test.go:140: sql delete from test_index where c = 691 index_test.go:137: sql insert into test_index values (1089, 5416543762157585759, 0.287333, 'Oq0T6R5Ux5') index_test.go:137: sql insert into test_index values (1090, 8004484752558034974, 0.314800, 'VLVtZ4Lzma') index_test.go:137: sql insert into test_index values (1091, 5542786961457367484, 0.668794, 'nBAUv4xPCB') index_test.go:137: sql insert into test_index values (1092, 2656148859162191796, 0.342540, 'LCqO58YoUE') index_test.go:143: sql update test_index set c1 = 8480046319762330228, c2 = 0.579121, c3 = 'yMwklqsQnw' where c = 334 index_test.go:143: sql update test_index set c1 = 3741150954650728757, c2 = 0.987297, c3 = 'N9SQV8KFk9' where c = 1019 index_test.go:140: sql delete from test_index where c = 574 index_test.go:143: sql update test_index set c1 = 8358046635059407781, c2 = 0.582419, c3 = 'bPoA2ZGY9k' where c = 1053 index_test.go:140: sql delete from test_index where c = 202 index_test.go:143: sql update test_index set c1 = 5373746021112414964, c2 = 0.933439, c3 = 'YfcrPS180g' where c = 385 index_test.go:143: sql update test_index set c1 = 6441589442248531189, c2 = 0.141234, c3 = 'BtKa5s1me8' where c = 674 index_test.go:140: sql delete from test_index where c = 954 index_test.go:137: sql insert into test_index values (1093, 1944784184686295377, 0.571792, '0b68zrmENn') index_test.go:137: sql insert into test_index values (1094, 3374360369802304557, 0.942386, 'o8LnOkj26y') index_test.go:137: sql insert into test_index values (1095, 5183135973021329300, 0.498407, 'ZCi3geGvJN') index_test.go:137: sql insert into test_index values (1096, 8072584662523445404, 0.510295, '4qcMR1afHF') index_test.go:143: sql update test_index set c1 = 2855625127271078418, c2 = 0.848183, c3 = 'hvY7k4kaRa' where c = 878 index_test.go:140: sql delete from test_index where c = 445 index_test.go:140: sql delete from test_index where c = 340 index_test.go:143: sql update test_index set c1 = 2794433324961261707, c2 = 0.367493, c3 = 'PQUbKQq5t2' where c = 585 index_test.go:137: sql insert into test_index values (1097, 7671989248795798265, 0.400912, 'fYBYqqF7WM') index_test.go:140: sql delete from test_index where c = 1010 index_test.go:140: sql delete from test_index where c = 458 index_test.go:143: sql update test_index set c1 = 5497530733839318252, c2 = 0.160872, c3 = 'VarrmZrH2M' where c = 501 index_test.go:143: sql update test_index set c1 = 2645419840508668032, c2 = 0.959463, c3 = 'Ar0OVX4v9h' where c = 435 index_test.go:140: sql delete from test_index where c = 35 index_test.go:137: sql insert into test_index values (1098, 2178486313891781639, 0.846699, 'XvEHo5J7E2') index_test.go:137: sql insert into test_index values (1099, 4578849996355364622, 0.822057, 'OhXMCyD16Q') index_test.go:140: sql delete from test_index where c = 255 index_test.go:140: sql delete from test_index where c = 806 index_test.go:140: sql delete from test_index where c = 1024 index_test.go:143: sql update test_index set c1 = 5762086725547564430, c2 = 0.479563, c3 = 'B70nE0eJZG' where c = 383 index_test.go:143: sql update test_index set c1 = 2450907398076003797, c2 = 0.092079, c3 = 'RoPgIWSg5o' where c = 767 index_test.go:143: sql update test_index set c1 = 9031398295183270223, c2 = 0.412866, c3 = 'gOyx6hEV7p' where c = 951 index_test.go:143: sql update test_index set c1 = 4969373152910693289, c2 = 0.895717, c3 = 'U1LMBudtky' where c = 185 index_test.go:143: sql update test_index set c1 = 8309939731061172816, c2 = 0.759276, c3 = '99Fk8IRLdG' where c = 76 index_test.go:143: sql update test_index set c1 = 4931326368035848776, c2 = 0.724801, c3 = 'TFfbTGE5Wl' where c = 714 index_test.go:143: sql update test_index set c1 = 6901546298999526158, c2 = 0.611073, c3 = 'YcPFHem7rP' where c = 767 index_test.go:137: sql insert into test_index values (1100, 3141976305406222354, 0.940789, 'jrdCASMRmi') index_test.go:140: sql delete from test_index where c = 926 index_test.go:143: sql update test_index set c1 = 6239358493960119202, c2 = 0.392844, c3 = 'tfecFovlAN' where c = 331 [TestSimpleInsert][Time Cost]2.679487076s === RUN TestSimpleInsert/Conflict === RUN TestSimpleInsert/Conflict/test_conflict_insert [2024/05/06 21:34:59.439 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5725' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.457 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1516' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.461 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6323' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.464 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8614' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.465 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6875' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.467 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3987' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.468 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2593' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.504 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8383' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.508 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5874' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.509 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2458' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.509 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '298' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4305' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1938' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.519 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '891' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.519 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2241' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.520 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6971' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.521 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '674' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8742' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5144' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.527 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '850' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4126' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.532 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '962' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2518' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '700' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.539 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4433' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.541 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9936' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.541 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1982' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.543 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7131' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.544 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '207' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.545 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8899' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.598 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5030' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.603 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4126' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.608 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6250' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2853' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8655' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.613 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '79' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.615 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4213' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.619 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6255' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.619 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9343' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.622 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8537' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6423' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5354' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.627 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9038' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2134' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8809' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.631 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7079' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7773' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2894' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '435' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.633 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '639' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.633 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '596' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.634 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1409' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.635 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5707' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.635 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '700' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.637 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9161' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.637 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1453' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.640 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8236' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.642 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6314' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.643 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7589' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.645 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2188' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1107, 4261662511163252883, 0.680402, 'Pd2xyeUFgX') index_test.go:137: sql insert into test_index values (1110, 1027872868307608438, 0.800453, 'rNbysGbuXi') index_test.go:137: sql insert into test_index values (1108, 7406842102870774810, 0.830656, 'OH37Azk3FT') index_test.go:137: sql insert into test_index values (1101, 5809687817205841189, 0.629896, 'kZwJxgcxfW') index_test.go:137: sql insert into test_index values (1109, 1834766183058570034, 0.096196, 'gfexnPJpRK') index_test.go:137: sql insert into test_index values (1102, 6047306724250280458, 0.767887, 'giSrUy9D8M') index_test.go:137: sql insert into test_index values (1103, 193129650813692069, 0.756152, 'jLZeDu7LG9') index_test.go:140: sql delete from test_index where c = 23 index_test.go:137: sql insert into test_index values (1104, 1344195020666196338, 0.485939, 'TIxcXYNDeA') index_test.go:137: sql insert into test_index values (1106, 2541446135907828961, 0.193517, 'jynns9mQZK') index_test.go:137: sql insert into test_index values (1105, 7174323303676044146, 0.824721, '6xcj1cGZ2G') index_test.go:140: sql delete from test_index where c = 256 index_test.go:143: sql update test_index set c1 = 5783273382737563062, c2 = 0.899759, c3 = 'OHtjbcDJxr' where c = 231 index_test.go:140: sql delete from test_index where c = 765 index_test.go:140: sql delete from test_index where c = 932 index_test.go:140: sql delete from test_index where c = 412 index_test.go:140: sql delete from test_index where c = 854 index_test.go:140: sql delete from test_index where c = 49 index_test.go:143: sql update test_index set c1 = 3133248327545636790, c2 = 0.843591, c3 = 'AkzjpZaiX3' where c = 469 index_test.go:140: sql delete from test_index where c = 767 index_test.go:140: sql delete from test_index where c = 1096 index_test.go:143: sql update test_index set c1 = 7007964005739288513, c2 = 0.090815, c3 = 'mvd1ShZEIv' where c = 753 index_test.go:137: sql insert into test_index values (1111, 8467862236812988860, 0.478356, 'eidlmNgMuj') index_test.go:143: sql update test_index set c1 = 4944828681218230648, c2 = 0.911932, c3 = 'j64cx0i6gn' where c = 28 index_test.go:143: sql update test_index set c1 = 3191089101635808642, c2 = 0.176194, c3 = 'OmcwQIeFzv' where c = 11 index_test.go:143: sql update test_index set c1 = 2978815844621042754, c2 = 0.729219, c3 = 'MGUKN4ucUt' where c = 243 index_test.go:143: sql update test_index set c1 = 2278010288104034448, c2 = 0.571357, c3 = 'IYKIxAUh3t' where c = 250 index_test.go:140: sql delete from test_index where c = 881 index_test.go:137: sql insert into test_index values (1112, 2970026639763930972, 0.301476, 'Lfy3RNmXsO') index_test.go:137: sql insert into test_index values (1113, 4358667374997238576, 0.130515, 'wr2gBDeOZ6') index_test.go:143: sql update test_index set c1 = 3280627457408126909, c2 = 0.463056, c3 = '5rjy6TVqem' where c = 310 index_test.go:143: sql update test_index set c1 = 8105309248046466266, c2 = 0.078934, c3 = 'nKvMkMtlzv' where c = 1097 index_test.go:143: sql update test_index set c1 = 829133417782552783, c2 = 0.844621, c3 = 'OhhgVCt5vS' where c = 243 index_test.go:137: sql insert into test_index values (1114, 4427213848187369925, 0.015133, 'VfJl5bmwmp') index_test.go:137: sql insert into test_index values (1115, 481460303753821622, 0.848239, 'eS4nR7sieO') index_test.go:137: sql insert into test_index values (1116, 163509318915357772, 0.964669, 'k0jFwp81XJ') index_test.go:140: sql delete from test_index where c = 127 index_test.go:140: sql delete from test_index where c = 558 index_test.go:140: sql delete from test_index where c = 680 index_test.go:140: sql delete from test_index where c = 941 index_test.go:137: sql insert into test_index values (1118, 3518304101579182900, 0.856683, 'vYfdHRa5dV') index_test.go:137: sql insert into test_index values (1119, 9218555746989555637, 0.516072, 'MbajG8hMJu') index_test.go:143: sql update test_index set c1 = 2470063552086304093, c2 = 0.155810, c3 = 'Bg0LzkAX6u' where c = 323 index_test.go:137: sql insert into test_index values (1117, 2994511858367774424, 0.846451, 'Tb1JjUR8fP') index_test.go:140: sql delete from test_index where c = 305 index_test.go:137: sql insert into test_index values (1120, 4775329798600644824, 0.406881, 'hRbf9mQRBU') index_test.go:143: sql update test_index set c1 = 5909894256541017264, c2 = 0.213657, c3 = 'SzbXJ1mNYM' where c = 183 index_test.go:140: sql delete from test_index where c = 69 index_test.go:140: sql delete from test_index where c = 169 index_test.go:140: sql delete from test_index where c = 469 index_test.go:140: sql delete from test_index where c = 906 index_test.go:143: sql update test_index set c1 = 1354232747417467199, c2 = 0.239953, c3 = 'vFe8QaCWkq' where c = 212 index_test.go:137: sql insert into test_index values (1121, 1869547464567453470, 0.718918, 'o4znZrtU9Q') index_test.go:140: sql delete from test_index where c = 827 index_test.go:143: sql update test_index set c1 = 2522957872176508246, c2 = 0.191544, c3 = '9eyHudPhwU' where c = 1104 index_test.go:143: sql update test_index set c1 = 4573396405240072554, c2 = 0.500331, c3 = '9Fo0X9e3eI' where c = 812 index_test.go:140: sql delete from test_index where c = 442 index_test.go:143: sql update test_index set c1 = 1165292060834337501, c2 = 0.161031, c3 = 'kvCI1VEnw2' where c = 947 index_test.go:143: sql update test_index set c1 = 4263548180153803385, c2 = 0.903861, c3 = 'OoTfJt3VPT' where c = 1004 index_test.go:143: sql update test_index set c1 = 1347791658283779776, c2 = 0.467584, c3 = 'lkUeLnbd7N' where c = 24 index_test.go:143: sql update test_index set c1 = 7039288255506681136, c2 = 0.823185, c3 = '4ArOIAkySC' where c = 982 index_test.go:137: sql insert into test_index values (1122, 2469973233939160668, 0.867655, 'mKmeTETnbv') index_test.go:137: sql insert into test_index values (1124, 3539514828930997379, 0.833688, 'zK7tSvnz1F') index_test.go:137: sql insert into test_index values (1125, 3890769384504608102, 0.396738, 'cBbyLdPhVF') index_test.go:143: sql update test_index set c1 = 5422823674235458738, c2 = 0.131440, c3 = 'wz7QWuXWWM' where c = 600 index_test.go:140: sql delete from test_index where c = 395 index_test.go:137: sql insert into test_index values (1123, 1658234998582168207, 0.521390, 'abXjNBBFEu') index_test.go:140: sql delete from test_index where c = 986 index_test.go:137: sql insert into test_index values (1126, 8546308494963836748, 0.033994, 'yiMFDOylF4') index_test.go:143: sql update test_index set c1 = 9189316743821962928, c2 = 0.899215, c3 = 'o2qyYgF6Pm' where c = 238 index_test.go:137: sql insert into test_index values (1127, 6489916812893310935, 0.325271, 'SxNG4f0o9h') index_test.go:137: sql insert into test_index values (1128, 1936285097826858485, 0.968460, 'osiFvQCDhN') index_test.go:137: sql insert into test_index values (1129, 77502501406261575, 0.451063, 'lHrqaSUSer') index_test.go:140: sql delete from test_index where c = 422 index_test.go:140: sql delete from test_index where c = 547 index_test.go:140: sql delete from test_index where c = 147 index_test.go:143: sql update test_index set c1 = 5664866332990454062, c2 = 0.901130, c3 = 'gBvPOLdAvo' where c = 943 index_test.go:140: sql delete from test_index where c = 514 index_test.go:137: sql insert into test_index values (1131, 1954140603607768092, 0.229374, '5h1iaukFDU') index_test.go:143: sql update test_index set c1 = 1992264118725290318, c2 = 0.805394, c3 = 'IUU2m9Idpw' where c = 435 index_test.go:143: sql update test_index set c1 = 592907417461108567, c2 = 0.591368, c3 = 'wzDAT37zl1' where c = 927 index_test.go:143: sql update test_index set c1 = 4366155314646225661, c2 = 0.540054, c3 = 'LoS1gbTAlW' where c = 990 index_test.go:140: sql delete from test_index where c = 114 index_test.go:143: sql update test_index set c1 = 7753915823711831990, c2 = 0.218025, c3 = 'OsQ2cNYrKP' where c = 1085 index_test.go:140: sql delete from test_index where c = 190 index_test.go:137: sql insert into test_index values (1130, 5268504727667334204, 0.759488, 'fMjHC4E8ze') index_test.go:143: sql update test_index set c1 = 5937806084211779811, c2 = 0.366709, c3 = 'U6Zj4Et6GY' where c = 109 index_test.go:143: sql update test_index set c1 = 5378877010272527281, c2 = 0.684472, c3 = 'EHwq4LXrVL' where c = 25 index_test.go:140: sql delete from test_index where c = 865 index_test.go:137: sql insert into test_index values (1132, 5090976281776838206, 0.391197, 'UYzfgU0vm5') index_test.go:137: sql insert into test_index values (1133, 1277320797162284109, 0.198781, 'Pzc7lmFbii') index_test.go:140: sql delete from test_index where c = 976 index_test.go:137: sql insert into test_index values (1136, 8265104004762117935, 0.896641, 'rqWoNKat8b') index_test.go:140: sql delete from test_index where c = 10 index_test.go:137: sql insert into test_index values (1137, 7897804779915903257, 0.622638, '7reRjCNwUB') index_test.go:140: sql delete from test_index where c = 551 index_test.go:137: sql insert into test_index values (1134, 2252409227369305284, 0.969063, 'AgPaZzjnow') index_test.go:137: sql insert into test_index values (1138, 1320089667520455425, 0.394474, '6z4PEkxqum') index_test.go:137: sql insert into test_index values (1135, 8534486209555416157, 0.851037, 'GVRjlOr7AA') index_test.go:143: sql update test_index set c1 = 4086788152454312687, c2 = 0.148961, c3 = 'PhWRVwAn2M' where c = 782 index_test.go:143: sql update test_index set c1 = 709971176920638809, c2 = 0.689356, c3 = 'DugOMlHpse' where c = 321 index_test.go:143: sql update test_index set c1 = 6687101941299969281, c2 = 0.017940, c3 = 'GSqdgdtdZn' where c = 82 index_test.go:140: sql delete from test_index where c = 757 index_test.go:143: sql update test_index set c1 = 4691413073763057346, c2 = 0.068626, c3 = 'xqjIvORUJZ' where c = 714 index_test.go:140: sql delete from test_index where c = 1024 index_test.go:143: sql update test_index set c1 = 8557037149774134146, c2 = 0.371234, c3 = 'rhTaaioRNZ' where c = 620 index_test.go:140: sql delete from test_index where c = 557 index_test.go:140: sql delete from test_index where c = 66 index_test.go:140: sql delete from test_index where c = 616 index_test.go:137: sql insert into test_index values (1139, 3801566123553709012, 0.929337, 'ssQFNAsBNZ') index_test.go:137: sql insert into test_index values (1140, 8041373709785075213, 0.989366, 'N1PEcUBwRu') index_test.go:137: sql insert into test_index values (1141, 783112967888561663, 0.222034, 'Wm4H7vdfWE') index_test.go:137: sql insert into test_index values (1142, 5891422964092389713, 0.028962, 'IFvobRY9Vu') index_test.go:140: sql delete from test_index where c = 616 index_test.go:143: sql update test_index set c1 = 3355256187978757459, c2 = 0.107340, c3 = 'v2EHs6MBep' where c = 1050 index_test.go:140: sql delete from test_index where c = 206 index_test.go:137: sql insert into test_index values (1143, 1176462311662162892, 0.502288, 'LNsJ3rcQBJ') index_test.go:143: sql update test_index set c1 = 5187865535153476099, c2 = 0.872375, c3 = '37yvBoLYCe' where c = 965 index_test.go:143: sql update test_index set c1 = 349292000773781380, c2 = 0.327156, c3 = '540rYt3Ys4' where c = 1003 index_test.go:140: sql delete from test_index where c = 908 index_test.go:143: sql update test_index set c1 = 613433328688111495, c2 = 0.593894, c3 = '3N3dR2ppED' where c = 654 index_test.go:137: sql insert into test_index values (1144, 7904520403512330683, 0.066069, '8ieokea6cQ') index_test.go:143: sql update test_index set c1 = 7161812558375560125, c2 = 0.078643, c3 = 'qEtgeho53z' where c = 817 index_test.go:140: sql delete from test_index where c = 737 index_test.go:140: sql delete from test_index where c = 509 index_test.go:143: sql update test_index set c1 = 1361766015644014825, c2 = 0.147444, c3 = 'FQ7xVK1OCf' where c = 746 index_test.go:143: sql update test_index set c1 = 3074082669322558609, c2 = 0.938987, c3 = 'JxQixiVNBe' where c = 230 index_test.go:143: sql update test_index set c1 = 6500149402723293858, c2 = 0.204851, c3 = 'xWM6ECN6Gz' where c = 852 index_test.go:137: sql insert into test_index values (1145, 7430178549541455826, 0.619840, 'SHINURTxvd') index_test.go:137: sql insert into test_index values (1147, 5296091541638321811, 0.286364, 'v8iPzNlvFo') index_test.go:137: sql insert into test_index values (1146, 7227876581197253575, 0.161054, 'en9jMijI1Y') index_test.go:140: sql delete from test_index where c = 656 index_test.go:137: sql insert into test_index values (1148, 8426406403676425757, 0.177489, 'xeZhRLVo4C') index_test.go:137: sql insert into test_index values (1150, 292680303320057582, 0.724368, 'E9EGY0CFk6') index_test.go:140: sql delete from test_index where c = 650 index_test.go:143: sql update test_index set c1 = 4980339739418151476, c2 = 0.427274, c3 = '6pQoJntaaL' where c = 1042 index_test.go:137: sql insert into test_index values (1151, 5821490298025985104, 0.103894, '2pB5UWO1MQ') index_test.go:143: sql update test_index set c1 = 8189420533016971822, c2 = 0.729271, c3 = 'rILRkvdmCZ' where c = 107 index_test.go:140: sql delete from test_index where c = 453 index_test.go:140: sql delete from test_index where c = 490 index_test.go:140: sql delete from test_index where c = 19 index_test.go:137: sql insert into test_index values (1149, 4569424284814547506, 0.672214, '1saCNv55Wd') index_test.go:140: sql delete from test_index where c = 618 index_test.go:143: sql update test_index set c1 = 441388905212459047, c2 = 0.960922, c3 = 'BESxNZ7AVC' where c = 387 index_test.go:143: sql update test_index set c1 = 8793921414076061075, c2 = 0.867956, c3 = '5H78QvIzSt' where c = 136 index_test.go:143: sql update test_index set c1 = 430640847646284055, c2 = 0.390142, c3 = 'wBJaPKBQkK' where c = 117 index_test.go:143: sql update test_index set c1 = 293420174817927290, c2 = 0.482401, c3 = '4gYbzLTuMx' where c = 587 index_test.go:140: sql delete from test_index where c = 800 index_test.go:137: sql insert into test_index values (1153, 8778348466823353173, 0.915524, 'N6iM1qgABl') index_test.go:140: sql delete from test_index where c = 1087 index_test.go:137: sql insert into test_index values (1152, 5810255368157153894, 0.636069, 'nJaieO2yrI') index_test.go:143: sql update test_index set c1 = 1588256502775175335, c2 = 0.098882, c3 = 'Y2SgEpEjf8' where c = 196 index_test.go:137: sql insert into test_index values (1154, 3976985234964000006, 0.367998, 'ZS9X6K93ns') index_test.go:140: sql delete from test_index where c = 618 index_test.go:143: sql update test_index set c1 = 6143169509168173331, c2 = 0.813638, c3 = 'JjZXsApJOh' where c = 783 index_test.go:140: sql delete from test_index where c = 407 index_test.go:137: sql insert into test_index values (1157, 5326134013605923820, 0.681712, '95JiGqp7BK') index_test.go:143: sql update test_index set c1 = 467518294528647910, c2 = 0.051232, c3 = '2izTFHThTl' where c = 650 index_test.go:137: sql insert into test_index values (1155, 693650511926655332, 0.436298, 'tDe8VebB7I') index_test.go:137: sql insert into test_index values (1158, 6727223062473293295, 0.059341, 'Bj8fdvqHB7') index_test.go:137: sql insert into test_index values (1156, 5105984204115691709, 0.223181, 'PyZRYCMS5V') index_test.go:143: sql update test_index set c1 = 436391163395654505, c2 = 0.669665, c3 = 'QOMk2MpeCJ' where c = 709 index_test.go:140: sql delete from test_index where c = 640 index_test.go:137: sql insert into test_index values (1159, 5595378602425134153, 0.330998, 'SGHXYpBFl6') index_test.go:140: sql delete from test_index where c = 612 index_test.go:140: sql delete from test_index where c = 549 index_test.go:143: sql update test_index set c1 = 3019109331751882061, c2 = 0.021619, c3 = '8GSlpQt3kO' where c = 1058 index_test.go:140: sql delete from test_index where c = 123 index_test.go:143: sql update test_index set c1 = 529859314715635769, c2 = 0.757279, c3 = 'kOwjwoTBkk' where c = 157 index_test.go:137: sql insert into test_index values (1161, 6736946041975507709, 0.193373, '5e4yGUFuEh') index_test.go:137: sql insert into test_index values (1160, 629010484165071966, 0.528651, 'dRD2oPz7yt') index_test.go:140: sql delete from test_index where c = 920 index_test.go:143: sql update test_index set c1 = 4160918874504585232, c2 = 0.038212, c3 = 'kuUxcUmN1V' where c = 16 index_test.go:143: sql update test_index set c1 = 4049566705068167998, c2 = 0.214928, c3 = 'x1S7ydyGOO' where c = 267 index_test.go:143: sql update test_index set c1 = 4307705682213618149, c2 = 0.194230, c3 = '0ngb4oBr2a' where c = 916 index_test.go:140: sql delete from test_index where c = 222 index_test.go:140: sql delete from test_index where c = 1003 index_test.go:140: sql delete from test_index where c = 487 index_test.go:137: sql insert into test_index values (1162, 5276917844348891472, 0.013936, 'x0Mo9vmzvS') index_test.go:143: sql update test_index set c1 = 3895953169484625502, c2 = 0.469468, c3 = 'vmqMEsykcf' where c = 115 index_test.go:143: sql update test_index set c1 = 1646033108515797831, c2 = 0.198959, c3 = 'yF8Csm1HBl' where c = 731 index_test.go:143: sql update test_index set c1 = 531336262989464393, c2 = 0.382261, c3 = '3lEkW8tDNb' where c = 226 index_test.go:137: sql insert into test_index values (1165, 3185587756243304841, 0.853435, 'AtqF42c6RT') index_test.go:137: sql insert into test_index values (1166, 8321918805870139355, 0.350454, 'RphHwSbupB') index_test.go:137: sql insert into test_index values (1164, 7083852067596317787, 0.325103, 'dAIoRbB13v') index_test.go:137: sql insert into test_index values (1163, 1281314722356544467, 0.026994, 'pcpvr5dGFm') index_test.go:143: sql update test_index set c1 = 8690584271442986798, c2 = 0.779351, c3 = 'JgRlYksv9L' where c = 698 index_test.go:137: sql insert into test_index values (1167, 2438881429765088176, 0.131153, 'IgGh01WpXx') index_test.go:143: sql update test_index set c1 = 8927204703912836731, c2 = 0.783248, c3 = '7KBkz7RaRF' where c = 1063 index_test.go:137: sql insert into test_index values (1168, 81892252859170977, 0.954960, 'h0FeLWQuE8') index_test.go:137: sql insert into test_index values (1169, 2994113097320085397, 0.546862, '2a8CeGFBaV') index_test.go:140: sql delete from test_index where c = 496 index_test.go:140: sql delete from test_index where c = 1066 index_test.go:140: sql delete from test_index where c = 1084 index_test.go:140: sql delete from test_index where c = 1091 index_test.go:137: sql insert into test_index values (1170, 3024944039765687471, 0.257137, 'iCkVNoUUCy') index_test.go:140: sql delete from test_index where c = 889 index_test.go:143: sql update test_index set c1 = 225695456417356217, c2 = 0.658042, c3 = 'IdtTeJT2fO' where c = 65 index_test.go:140: sql delete from test_index where c = 1095 index_test.go:143: sql update test_index set c1 = 3038217987187930580, c2 = 0.219783, c3 = '1CucOohnOu' where c = 242 index_test.go:140: sql delete from test_index where c = 603 index_test.go:140: sql delete from test_index where c = 413 index_test.go:143: sql update test_index set c1 = 2499364453787841737, c2 = 0.897144, c3 = 'gyZwZeNGHz' where c = 1040 index_test.go:137: sql insert into test_index values (1171, 2831621509834954981, 0.783693, 'myZTXhsYJW') index_test.go:143: sql update test_index set c1 = 6546504645881189255, c2 = 0.686170, c3 = '2WcSvGqEWr' where c = 183 index_test.go:137: sql insert into test_index values (1172, 3627159328034596905, 0.788631, 'eSCaIPXiN7') index_test.go:137: sql insert into test_index values (1173, 5586147297720384295, 0.039141, 'JQr8hsWnue') index_test.go:140: sql delete from test_index where c = 970 index_test.go:143: sql update test_index set c1 = 1780654809708089436, c2 = 0.162453, c3 = 'RNvpUR1WpZ' where c = 714 index_test.go:143: sql update test_index set c1 = 3179320522721568050, c2 = 0.803835, c3 = 'jhENrZazrA' where c = 589 index_test.go:143: sql update test_index set c1 = 148801902733313345, c2 = 0.555463, c3 = 'dKvdoRfB4W' where c = 298 index_test.go:143: sql update test_index set c1 = 5385733543983344162, c2 = 0.432760, c3 = 'LpW1ff2g4M' where c = 930 index_test.go:137: sql insert into test_index values (1174, 4454808506453196560, 0.976000, 'wS1ZDG5aHm') index_test.go:140: sql delete from test_index where c = 439 index_test.go:137: sql insert into test_index values (1175, 9176952794081565849, 0.620984, 'BhJ7XlasE0') index_test.go:140: sql delete from test_index where c = 939 index_test.go:137: sql insert into test_index values (1176, 2561439475837850625, 0.944241, 'wuz0YEgO64') index_test.go:143: sql update test_index set c1 = 7832501842539553856, c2 = 0.182900, c3 = 'hSys6by5pa' where c = 358 index_test.go:140: sql delete from test_index where c = 781 index_test.go:137: sql insert into test_index values (1177, 1707064406735721930, 0.526688, 'ZhAz0ALyW9') index_test.go:137: sql insert into test_index values (1178, 7735518330063700577, 0.506690, 'kFhJKVXB3b') index_test.go:137: sql insert into test_index values (1179, 7046411977636177178, 0.442243, 'UUcHynlLBh') index_test.go:140: sql delete from test_index where c = 579 index_test.go:143: sql update test_index set c1 = 910776863094394212, c2 = 0.352408, c3 = 'DfB1jnlCph' where c = 289 index_test.go:140: sql delete from test_index where c = 307 index_test.go:140: sql delete from test_index where c = 1035 index_test.go:143: sql update test_index set c1 = 5478964323881014935, c2 = 0.810473, c3 = 'ScSInqyLvB' where c = 297 index_test.go:143: sql update test_index set c1 = 3620294995229865292, c2 = 0.984735, c3 = 'BlXZAZ5XFA' where c = 1138 index_test.go:140: sql delete from test_index where c = 1067 index_test.go:137: sql insert into test_index values (1180, 3769357943614012634, 0.281760, '3X9Q6cZYgA') index_test.go:143: sql update test_index set c1 = 2535072111175011669, c2 = 0.838999, c3 = '4EPUFXIo0p' where c = 251 index_test.go:140: sql delete from test_index where c = 374 index_test.go:143: sql update test_index set c1 = 916758349557599938, c2 = 0.991701, c3 = '3XB2sHVxYV' where c = 121 index_test.go:140: sql delete from test_index where c = 1128 index_test.go:137: sql insert into test_index values (1181, 7074352967959867548, 0.607336, 'cDfv8bObsc') index_test.go:140: sql delete from test_index where c = 38 index_test.go:143: sql update test_index set c1 = 599223427126227517, c2 = 0.126320, c3 = 'eN96AEYzbg' where c = 437 index_test.go:143: sql update test_index set c1 = 7930629576609928499, c2 = 0.044314, c3 = 'NNQ5C7JRnX' where c = 569 index_test.go:137: sql insert into test_index values (1183, 2007043734309873682, 0.401994, 'N4GukIm9op') index_test.go:137: sql insert into test_index values (1182, 3430959415152811819, 0.061443, 'p5j3AwQVUd') index_test.go:140: sql delete from test_index where c = 314 index_test.go:137: sql insert into test_index values (1185, 5863102270413165798, 0.463842, 'Hs9J0JNNuF') index_test.go:143: sql update test_index set c1 = 1899595620324763841, c2 = 0.365213, c3 = 'OsqrG8QbZ9' where c = 244 index_test.go:137: sql insert into test_index values (1184, 2366078464609404857, 0.968415, 'v2EUAnG5Sv') index_test.go:140: sql delete from test_index where c = 406 index_test.go:140: sql delete from test_index where c = 217 index_test.go:137: sql insert into test_index values (1186, 4939431868475892237, 0.484463, 'PPQuRkDlfN') index_test.go:143: sql update test_index set c1 = 2047572361018772079, c2 = 0.131147, c3 = 'qnjC5bonnZ' where c = 791 index_test.go:143: sql update test_index set c1 = 8210857591658846151, c2 = 0.606462, c3 = 'oLmsrrUvop' where c = 706 index_test.go:140: sql delete from test_index where c = 400 index_test.go:143: sql update test_index set c1 = 4886194450449086749, c2 = 0.368697, c3 = 'VT3IcEeVB9' where c = 1118 index_test.go:137: sql insert into test_index values (1187, 2842222870810918834, 0.624453, 'X54YCRHljD') index_test.go:140: sql delete from test_index where c = 807 index_test.go:137: sql insert into test_index values (1188, 995834075917202398, 0.708993, 'zexTYCSxRv') index_test.go:143: sql update test_index set c1 = 6487701707412101540, c2 = 0.623706, c3 = 'XWcHL20Q1v' where c = 572 index_test.go:137: sql insert into test_index values (1189, 6378662136117840262, 0.724798, 'IoyPVpqvEi') index_test.go:140: sql delete from test_index where c = 1086 index_test.go:143: sql update test_index set c1 = 5619796851933638234, c2 = 0.820805, c3 = 'ZIKlk7zCBT' where c = 708 index_test.go:137: sql insert into test_index values (1191, 3008323014844588158, 0.453319, 'HWAduh7dLW') index_test.go:137: sql insert into test_index values (1190, 1689364799071865223, 0.590532, 'pjtkEXhKIz') index_test.go:143: sql update test_index set c1 = 4787900609279168271, c2 = 0.400206, c3 = 'kdZAfBbyAg' where c = 973 index_test.go:140: sql delete from test_index where c = 605 index_test.go:143: sql update test_index set c1 = 7362235892454949248, c2 = 0.686062, c3 = 'umLlIlZxT1' where c = 507 index_test.go:140: sql delete from test_index where c = 223 index_test.go:140: sql delete from test_index where c = 52 [2024/05/06 21:34:59.697 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4511' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.699 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '929' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.702 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8981' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.706 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4845' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.707 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3266' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.708 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2263' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7390' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.711 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2745' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.712 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6030' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.713 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8486' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.714 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9174' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6470' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '77' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2602' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '756' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2102' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8262' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2876' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.719 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6903' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.719 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7393' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.720 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1970' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.721 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5660' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.722 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5577' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '782' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.726 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '836' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.727 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7989' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.727 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '14' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.728 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8922' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.729 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4568' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1453' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '884' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5790' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4218' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2535' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4504' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.739 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7651' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.740 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8199' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.740 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1297' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.741 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4213' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.742 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3205' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.742 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5024' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.742 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3907' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.743 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8982' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.743 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2473' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.744 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9605' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.744 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '967' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.745 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5249' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.745 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3136' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.745 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9048' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.746 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4846' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.747 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3468' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.796 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4809' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.798 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '569' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.798 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9936' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.801 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2912' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.803 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8552' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.803 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9332' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.804 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4568' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.804 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7029' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9842' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1562' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3054' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.810 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1938' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.810 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5438' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4356' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3061' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7426' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1970' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5932' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4631' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6316' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '935' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7585' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.822 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8853' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3010' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '796' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4342' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9826' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1098' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '384' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6489' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5640' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1664' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7831' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7800' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '106' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7469' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5343' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6297' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3584' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6158' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6144' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1778' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '142' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8066' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8982' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.833 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7029' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5862' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2484' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6859' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1596' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.838 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3804' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.838 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8029' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.838 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7005' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.838 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '609' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6801' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2203' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7206' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.841 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1635' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.841 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8678' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.841 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4316' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.843 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5546' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.843 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3655' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.844 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2476' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.845 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '471' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.896 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '176' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.898 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9334' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.898 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3758' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.901 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7359' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.901 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4515' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.901 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '211' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.902 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1548' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.904 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1847' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.904 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1020' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.905 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5048' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4188576740284173117, c2 = 0.714498, c3 = 'D2YoJ9POPI' where c = 1108 index_test.go:140: sql delete from test_index where c = 911 index_test.go:137: sql insert into test_index values (1193, 3460050077216308494, 0.584192, '65iqVUhcFj') index_test.go:137: sql insert into test_index values (1192, 4021510721272415581, 0.154359, 'NBGn8IviHi') index_test.go:137: sql insert into test_index values (1194, 825564554008585950, 0.185915, 'RdO71NHXDm') index_test.go:143: sql update test_index set c1 = 9191296730992619497, c2 = 0.263599, c3 = 'EQglJfCfki' where c = 110 index_test.go:140: sql delete from test_index where c = 652 index_test.go:140: sql delete from test_index where c = 291 index_test.go:140: sql delete from test_index where c = 13 index_test.go:143: sql update test_index set c1 = 1940129173102580389, c2 = 0.042236, c3 = 'ZJfZ6NKCCk' where c = 713 index_test.go:143: sql update test_index set c1 = 6578566069569234423, c2 = 0.780344, c3 = 'xG5WUZksNW' where c = 605 index_test.go:143: sql update test_index set c1 = 7344511841543306349, c2 = 0.713535, c3 = 'iCTa7Us5AX' where c = 503 index_test.go:143: sql update test_index set c1 = 6131079753579036676, c2 = 0.043863, c3 = 'WD1B7IEB8M' where c = 49 index_test.go:143: sql update test_index set c1 = 5456992590497642067, c2 = 0.409325, c3 = 'MSIP2lxwyl' where c = 917 index_test.go:137: sql insert into test_index values (1196, 6413479041034453297, 0.104803, 'BYAoDdUYqv') index_test.go:137: sql insert into test_index values (1195, 3436107494355283427, 0.497252, 'h1j1enm52g') index_test.go:140: sql delete from test_index where c = 325 index_test.go:143: sql update test_index set c1 = 4511739228364830447, c2 = 0.283206, c3 = 'qs0orIzgRM' where c = 611 index_test.go:140: sql delete from test_index where c = 487 index_test.go:140: sql delete from test_index where c = 566 index_test.go:137: sql insert into test_index values (1199, 7551991205701695014, 0.061257, 'MJ1IK3uSc1') index_test.go:137: sql insert into test_index values (1198, 9016941011423109968, 0.521270, 'HahjeVBcAq') index_test.go:137: sql insert into test_index values (1200, 6299681501438456125, 0.994236, 'a49bvzQvWc') index_test.go:137: sql insert into test_index values (1197, 6879309043816809242, 0.221119, '4GfAEnJCvP') index_test.go:143: sql update test_index set c1 = 8412587934830288904, c2 = 0.287346, c3 = 'zuHSMhdqBj' where c = 224 index_test.go:143: sql update test_index set c1 = 6549290295413932390, c2 = 0.373368, c3 = 'tdQfXAfXUa' where c = 7 index_test.go:140: sql delete from test_index where c = 101 index_test.go:140: sql delete from test_index where c = 348 index_test.go:140: sql delete from test_index where c = 344 index_test.go:143: sql update test_index set c1 = 3080197345518244140, c2 = 0.347658, c3 = 'eQqVjw4g9x' where c = 122 index_test.go:143: sql update test_index set c1 = 8658083210775140969, c2 = 0.157057, c3 = 'hlxeBjf9P5' where c = 324 index_test.go:143: sql update test_index set c1 = 804029388843243299, c2 = 0.166139, c3 = 'YDSUlWJAlc' where c = 195 index_test.go:140: sql delete from test_index where c = 667 index_test.go:143: sql update test_index set c1 = 8182027964482322034, c2 = 0.631868, c3 = 'pot5i7Z8kP' where c = 982 index_test.go:143: sql update test_index set c1 = 4380316818327400925, c2 = 0.612894, c3 = '9Jg2fOBru5' where c = 622 === RUN TestSimple/Mixed === RUN TestSimple/Mixed/test_mixed [2024/05/06 21:34:59.907 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2853' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9636' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4468' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2269' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8260' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7032' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3061' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2337' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8659' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8098' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3903' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4836' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.917 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9853' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2302' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3531' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8014' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.919 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3214' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:34:59.919 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2915' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1203, 6466981466361469430, 0.927132, 'dW8tCUyKN0') [2024/05/06 21:34:59.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '130' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1201, 2143706529621226935, 0.437711, 'ltkMuilxAK') [2024/05/06 21:34:59.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6326' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1207, 8491453656502947734, 0.165456, 'JfTjPLkJjz') [2024/05/06 21:34:59.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8129' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1205, 1284777345456902498, 0.073142, 'PNG6CtZfcg') [2024/05/06 21:34:59.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5373' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1208, 7350692712646506338, 0.126521, 'JfJIt3AGfx') [2024/05/06 21:34:59.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9438' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1204, 1714747430917566825, 0.077866, 'PMR2WzUtWh') [2024/05/06 21:34:59.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1633' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1210, 4321394434433683390, 0.824659, 'A09jaxaeqE') [2024/05/06 21:34:59.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '82' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1206, 8022339937401535075, 0.163735, '2U7Bg4iGay') [2024/05/06 21:34:59.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4648' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1202, 7240989341127098363, 0.876029, 'G8wXJ89WIr') [2024/05/06 21:34:59.931 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1516' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1209, 5657840256391101249, 0.170724, 'srD4pYm6Ky') index_test.go:140: sql delete from test_index where c = 616 [2024/05/06 21:34:59.931 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2405' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 475 index_test.go:140: sql delete from test_index where c = 996 [2024/05/06 21:34:59.932 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5718' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 781 index_test.go:140: sql delete from test_index where c = 944 [2024/05/06 21:34:59.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1681' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1149 [2024/05/06 21:34:59.934 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4884' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6777595327465512982, c2 = 0.085419, c3 = 'rlntLSmfVc' where c = 692 index_test.go:140: sql delete from test_index where c = 1031 [2024/05/06 21:34:59.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1155' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8586100547972249221, c2 = 0.016513, c3 = '9JCSEP020p' where c = 341 index_test.go:140: sql delete from test_index where c = 1147 index_test.go:140: sql delete from test_index where c = 526 [2024/05/06 21:34:59.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1267' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 961 [2024/05/06 21:34:59.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9820' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1211, 1545423227482299965, 0.548365, 'vm0tP4eAzr') [2024/05/06 21:34:59.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3010' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4070879925635946546, c2 = 0.820018, c3 = '0vcYxKSE1P' where c = 74 [2024/05/06 21:34:59.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7076' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1753773923030015772, c2 = 0.497477, c3 = 'wyU0QQm4fm' where c = 621 [2024/05/06 21:34:59.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4285' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2770345867536579567, c2 = 0.078004, c3 = 'SKmnZHDRtT' where c = 1129 [2024/05/06 21:34:59.938 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '806' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2473554370736342021, c2 = 0.411052, c3 = 'rkCFv9ePWw' where c = 1184 index_test.go:137: sql insert into test_index values (1212, 3445648642419868275, 0.073249, 'y5dWhFfXPS') [2024/05/06 21:34:59.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3553' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6604323242177340341, c2 = 0.495776, c3 = 'lpc9g1tlE9' where c = 1019 [2024/05/06 21:34:59.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2060' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5779352442542655072, c2 = 0.425478, c3 = 'jntqy1JpLK' where c = 928 index_test.go:143: sql update test_index set c1 = 6526398693765405316, c2 = 0.561579, c3 = 'TqPdXFPswC' where c = 316 [2024/05/06 21:34:59.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5980' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1213, 5578270476516625771, 0.882660, 'V2NoUu6E8k') index_test.go:140: sql delete from test_index where c = 257 [2024/05/06 21:34:59.941 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '737' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4987855387470703492, c2 = 0.026094, c3 = 'ZjS1vFwZCE' where c = 1063 index_test.go:137: sql insert into test_index values (1217, 3804093443061340524, 0.628466, 'Az2O00HT0J') [2024/05/06 21:34:59.941 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8137' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 163 index_test.go:137: sql insert into test_index values (1216, 1377320943968284498, 0.072631, 'PdjKFe20WQ') [2024/05/06 21:34:59.942 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3842' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1219, 190458669070624554, 0.300794, 'HujV0Tu5Av') [2024/05/06 21:34:59.942 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6656' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1214, 2902474163735404716, 0.703613, 'BnweFfrgIn') index_test.go:140: sql delete from test_index where c = 745 [2024/05/06 21:34:59.943 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7019' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1218, 7318359923972981121, 0.876558, 'v18FDG2WIU') [2024/05/06 21:34:59.943 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2034' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7755939225144800920, c2 = 0.506871, c3 = 'u5IvH4qa3R' where c = 411 index_test.go:137: sql insert into test_index values (1220, 4542716548725818183, 0.561022, 'mjk2RGMg8y') [2024/05/06 21:34:59.944 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4452' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1215, 8164455702992374807, 0.670991, 'ukaEOg8JZg') # Time: 2024-05-06T21:35:00.097094625+08:00 # Txn_start_ts: 0 # Query_time: 1.008528973 # Parse_time: 0.000080954 # Compile_time: 0.000107548 [2024/05/06 21:34:59.945 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1310' for key 'test_conflict_insert.PRIMARY'"] # Rewrite_time: 0.000003278 # Optimize_time: 0 # Wait_TS: 0.000278566 # DB: test_ddl # Is_internal: false [2024/05/06 21:34:59.945 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9702' for key 'test_conflict_insert.PRIMARY'"] # Digest: 1e45b2f05f7b38f2fdc029b91eb6ff81999a5598f095ea2c19744cfb7f0febbf # Num_cop_tasks: 0 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 [2024/05/06 21:34:59.946 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8546' for key 'test_conflict_insert.PRIMARY'"] # Write_sql_response_total: 0 # Result_rows: 0 # Succ: true # IsExplicitTxn: false # IsSyncStatsFailed: false # Resource_group: default drop index c1_index on test_index; [2024/05/06 21:34:59.946 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4605' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 805 index_test.go:140: sql delete from test_index where c = 221 index_test.go:140: sql delete from test_index where c = 218 [2024/05/06 21:34:59.947 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '569' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8558500980779822980, c2 = 0.964150, c3 = 'nbDJ6Ztotc' where c = 1178 index_test.go:140: sql delete from test_index where c = 1025 [2024/05/06 21:34:59.995 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6653' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 640 index_test.go:140: sql delete from test_index where c = 1017 [2024/05/06 21:34:59.995 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2505' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4506967384948654547, c2 = 0.562317, c3 = 'Um0othjZ7r' where c = 363 index_test.go:137: sql insert into test_index values (1221, 1517600281315977512, 0.556324, 'uHO8VnrYJI') [2024/05/06 21:34:59.996 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3652' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 920661696292976314, c2 = 0.215019, c3 = 'MW5w8Z5o4O' where c = 285 [2024/05/06 21:34:59.997 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2929' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1222, 1676103968337694337, 0.559575, 'kGV2sqH2Re') [2024/05/06 21:34:59.998 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4021' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5878093532117541305, c2 = 0.717270, c3 = 'kj0zhok94Z' where c = 288 index_test.go:143: sql update test_index set c1 = 6873826872036656118, c2 = 0.074278, c3 = '7L5tVkoLcz' where c = 1070 [2024/05/06 21:35:00.001 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '451' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4606625117417374173, c2 = 0.398640, c3 = 'wxDaPlBGKh' where c = 165 [2024/05/06 21:35:00.004 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8607' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1410477362230625844, c2 = 0.045282, c3 = 'mDKlsavlNM' where c = 1178 index_test.go:140: sql delete from test_index where c = 318 index_test.go:140: sql delete from test_index where c = 1054 [2024/05/06 21:35:00.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4012' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1223, 5093328075987662936, 0.356329, 'zRHhF6jr3r') index_test.go:137: sql insert into test_index values (1224, 4518931003034112260, 0.985666, 'zkM2jaEXT8') [2024/05/06 21:35:00.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4356' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8391503685871865718, c2 = 0.817021, c3 = 'TlasdURN7G' where c = 842 index_test.go:140: sql delete from test_index where c = 202 [2024/05/06 21:35:00.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4807' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1226, 3204095304500099245, 0.030664, 'LNXyz29uof') index_test.go:137: sql insert into test_index values (1225, 8635129835285349800, 0.209145, 'GqpXiodtkd') [2024/05/06 21:35:00.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8158' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1228, 4087028887038719605, 0.562424, 'nvfBtqCDSS') index_test.go:137: sql insert into test_index values (1227, 5229916150233955496, 0.582480, 'Wff1Y1FdeC') [2024/05/06 21:35:00.007 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1708' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3697054045398044704, c2 = 0.672184, c3 = 'coZUnFvZeS' where c = 216 [2024/05/06 21:35:00.007 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1944' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2206661819444789733, c2 = 0.586139, c3 = 'a1ZCBANaRL' where c = 16 index_test.go:140: sql delete from test_index where c = 430 index_test.go:140: sql delete from test_index where c = 684 [2024/05/06 21:35:00.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8208' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 107 index_test.go:137: sql insert into test_index values (1229, 628848413906041729, 0.204618, 'e0oYWJ1sfC') [2024/05/06 21:35:00.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3313' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 562 index_test.go:140: sql delete from test_index where c = 500 [2024/05/06 21:35:00.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1111' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7917253170189468881, c2 = 0.222744, c3 = 'E2syGhpSlH' where c = 1178 [2024/05/06 21:35:00.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4998' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 510515346098794090, c2 = 0.097886, c3 = '38BWs8nemr' where c = 480 [2024/05/06 21:35:00.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9741' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2996207727628912747, c2 = 0.090653, c3 = 'M6YoSm5Meb' where c = 354 index_test.go:140: sql delete from test_index where c = 12 [2024/05/06 21:35:00.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9251' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1230, 3333536570343053388, 0.274714, 'vZp1raLtpB') index_test.go:140: sql delete from test_index where c = 918 [2024/05/06 21:35:00.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4266' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5572460829957504390, c2 = 0.186627, c3 = 'v6FgQR5Hab' where c = 969 index_test.go:137: sql insert into test_index values (1232, 3132053522585134969, 0.558015, 'KqVuU0IGhv') [2024/05/06 21:35:00.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5741' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2160068186451803097, c2 = 0.421108, c3 = 'ZeyX1mha8s' where c = 311 [2024/05/06 21:35:00.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6782' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1231, 8283318845658583845, 0.909171, '3SIqzh49rz') index_test.go:137: sql insert into test_index values (1233, 4396263991169439701, 0.239205, 'HyNw0NiEBL') [2024/05/06 21:35:00.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3960' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 679361893169428629, c2 = 0.554746, c3 = 'znPOsH8Q8i' where c = 745 index_test.go:140: sql delete from test_index where c = 34 [2024/05/06 21:35:00.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3505' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 646893487749914151, c2 = 0.372133, c3 = 'paVnt3EUmY' where c = 507 index_test.go:140: sql delete from test_index where c = 463 [2024/05/06 21:35:00.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3001' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1235, 3444770872776303456, 0.054129, '5oWrFxh62Y') index_test.go:137: sql insert into test_index values (1234, 8538976718407531211, 0.429577, 'yVtDuJOPRH') [2024/05/06 21:35:00.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3694' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4666126323120236775, c2 = 0.367763, c3 = '1pQP9kbzKn' where c = 535 [2024/05/06 21:35:00.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6468' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1236, 4630650508079571861, 0.081205, 'B4vnhXkPE2') [2024/05/06 21:35:00.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3718' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1184211748653000034, c2 = 0.964990, c3 = '1CZUYTtz7p' where c = 233 index_test.go:140: sql delete from test_index where c = 467 [2024/05/06 21:35:00.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '588' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2175974166777333676, c2 = 0.423010, c3 = 'b9elZ1dzE4' where c = 928 [2024/05/06 21:35:00.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2035' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1237, 6741995469642757700, 0.604814, 'PrH8oZb8eY') index_test.go:140: sql delete from test_index where c = 542 [2024/05/06 21:35:00.020 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '84' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1238, 1340108467338265629, 0.482137, '9BfScEraTr') index_test.go:140: sql delete from test_index where c = 932 index_test.go:140: sql delete from test_index where c = 833 [2024/05/06 21:35:00.021 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1308' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 926 index_test.go:140: sql delete from test_index where c = 1125 [2024/05/06 21:35:00.021 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1388' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8001687844601354502, c2 = 0.938358, c3 = 'VpgPJh09kY' where c = 471 index_test.go:137: sql insert into test_index values (1239, 7506698526457338575, 0.342623, 'stuXwFJwGl') [2024/05/06 21:35:00.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5862' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2420439132794777706, c2 = 0.848030, c3 = '1QvzeYVK8H' where c = 210 index_test.go:140: sql delete from test_index where c = 115 [2024/05/06 21:35:00.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4658' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1241, 845654627435807649, 0.348328, 'TgRU9IQohd') index_test.go:137: sql insert into test_index values (1240, 3042320355040770441, 0.490771, 'JJjupyLv57') [2024/05/06 21:35:00.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3069' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1994506026746885143, c2 = 0.530115, c3 = 'gw4CBBvpsZ' where c = 1168 [2024/05/06 21:35:00.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7809' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7619201320131435949, c2 = 0.772643, c3 = 'SvjBW5KMPO' where c = 1123 index_test.go:137: sql insert into test_index values (1242, 2990409742932730502, 0.844002, 'd4l9vYwD7f') [2024/05/06 21:35:00.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5653' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4152436598477778173, c2 = 0.394645, c3 = '6EVvEc36a0' where c = 444 [2024/05/06 21:35:00.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9829' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6669455808691073317, c2 = 0.192903, c3 = 'hI53p646b4' where c = 598 index_test.go:140: sql delete from test_index where c = 1074 [2024/05/06 21:35:00.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5323' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1243, 2156152471479449303, 0.884202, 'OO7fxKWxo1') [2024/05/06 21:35:00.029 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5874' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1038566027051076539, c2 = 0.433732, c3 = '189cKL7Ad5' where c = 24 index_test.go:140: sql delete from test_index where c = 1168 [2024/05/06 21:35:00.029 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8389' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1245, 5823363286320984274, 0.778366, 'usfPKNwhBc') index_test.go:137: sql insert into test_index values (1246, 159392993328889326, 0.881433, 'nScIjQi4ix') [2024/05/06 21:35:00.029 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1144' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1247, 873979497393485154, 0.020668, 'r2VqGAMA2x') index_test.go:140: sql delete from test_index where c = 1032 [2024/05/06 21:35:00.030 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7616' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5265992908274710822, c2 = 0.833743, c3 = 'WDfxY6i9Rr' where c = 213 index_test.go:140: sql delete from test_index where c = 992 [2024/05/06 21:35:00.031 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '666' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1244, 4632934600536663082, 0.374873, 'BpsYjZjRsN') index_test.go:140: sql delete from test_index where c = 329 index_test.go:140: sql delete from test_index where c = 1196 [2024/05/06 21:35:00.032 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8546' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 845185695041062662, c2 = 0.482826, c3 = 'hmT1xTlUq9' where c = 391 index_test.go:140: sql delete from test_index where c = 951 [2024/05/06 21:35:00.032 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7686' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1248, 3649931156700208367, 0.466910, 'o9Arbakl4Y') index_test.go:140: sql delete from test_index where c = 696 [2024/05/06 21:35:00.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7906' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1249, 257442725995358676, 0.534425, '7mXqzi4leS') [2024/05/06 21:35:00.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5651' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 523310980886835199, c2 = 0.829496, c3 = 'pb1dlYhVs6' where c = 1186 [2024/05/06 21:35:00.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '339' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4346614173128339720, c2 = 0.457622, c3 = '9EUPyKQnMi' where c = 532 index_test.go:140: sql delete from test_index where c = 791 index_test.go:140: sql delete from test_index where c = 103 [2024/05/06 21:35:00.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9906' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2650676184285091992, c2 = 0.065550, c3 = 'SfNo2ZLnlG' where c = 897 [2024/05/06 21:35:00.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6504' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4478484775676600031, c2 = 0.721960, c3 = 'h4V3qxnroa' where c = 356 [2024/05/06 21:35:00.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8539' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8199396966933030847, c2 = 0.279612, c3 = 'n27oMKqLcf' where c = 248 index_test.go:137: sql insert into test_index values (1250, 2941254406969924261, 0.104014, 'lDHn8a8DUf') [2024/05/06 21:35:00.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5014' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 109863790800373537, c2 = 0.855537, c3 = 'biav3nd85o' where c = 612 [2024/05/06 21:35:00.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5817' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8509665200948277258, c2 = 0.175850, c3 = 'eUSqyBN68N' where c = 576 [2024/05/06 21:35:00.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3526' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 38363184820039538, c2 = 0.990044, c3 = '0rBOcssQOg' where c = 1239 index_test.go:137: sql insert into test_index values (1251, 2947114325227345924, 0.737418, 'YbjK0ceMtS') [2024/05/06 21:35:00.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '814' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 994 index_test.go:137: sql insert into test_index values (1253, 7764988123121798051, 0.932888, 'WdNQEX2hZH') [2024/05/06 21:35:00.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4024' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1254, 996255240635648167, 0.017572, 'Br2MIkcvLx') [2024/05/06 21:35:00.038 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5002' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1252, 6143139640464642306, 0.350709, '3v0mElC66F') index_test.go:137: sql insert into test_index values (1256, 4823283631611746402, 0.496478, 'EOO6PYVqvW') [2024/05/06 21:35:00.039 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2188' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 694 index_test.go:140: sql delete from test_index where c = 470 [2024/05/06 21:35:00.039 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1548' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1255, 5795798082418862962, 0.577367, 'jcgdWa6nAM') index_test.go:137: sql insert into test_index values (1257, 3695951083719800820, 0.069662, 'tnnaKfknO3') [2024/05/06 21:35:00.039 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9938' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6436250640247161373, c2 = 0.518868, c3 = 'Y4QYLk2yWl' where c = 1185 [2024/05/06 21:35:00.039 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2747' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6146387611704800535, c2 = 0.154412, c3 = 'tIbZcN3h9F' where c = 1040 index_test.go:140: sql delete from test_index where c = 1122 [2024/05/06 21:35:00.040 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '149' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1258, 3485801541428913307, 0.336326, 'Tw4ag05YHr') index_test.go:140: sql delete from test_index where c = 1045 [2024/05/06 21:35:00.040 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5128' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1207 index_test.go:140: sql delete from test_index where c = 1220 [2024/05/06 21:35:00.040 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9169' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7946211527569090508, c2 = 0.560642, c3 = 'tGRy3pijxi' where c = 221 index_test.go:143: sql update test_index set c1 = 4448508876563176957, c2 = 0.062818, c3 = 'Tk9TFoAYG0' where c = 186 [2024/05/06 21:35:00.040 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3136' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5903322440286194705, c2 = 0.750519, c3 = 'g2fY4qMwVn' where c = 159 [2024/05/06 21:35:00.041 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2488' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1259, 2188302523770874355, 0.333669, '8LrWkgOa88') index_test.go:140: sql delete from test_index where c = 1061 [2024/05/06 21:35:00.041 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4768' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1260, 452998855294701751, 0.591968, 'tpgUNs3ucP') index_test.go:140: sql delete from test_index where c = 893 [2024/05/06 21:35:00.041 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9680' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6093579394453744287, c2 = 0.613178, c3 = 'xlDUJMtbgs' where c = 813 index_test.go:143: sql update test_index set c1 = 695126902297415474, c2 = 0.641656, c3 = 'yWS8XmWtqU' where c = 13 [2024/05/06 21:35:00.042 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1338' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 476 index_test.go:140: sql delete from test_index where c = 1147 [2024/05/06 21:35:00.043 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5478' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5536495883511410815, c2 = 0.881168, c3 = 'orLnku1ZYR' where c = 926 index_test.go:140: sql delete from test_index where c = 662 [2024/05/06 21:35:00.043 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '766' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1261, 2127449727690370389, 0.673718, 'PnM4CgXB0A') index_test.go:137: sql insert into test_index values (1263, 9079342583889498474, 0.064815, '5uwoaML8jN') [2024/05/06 21:35:00.044 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4511' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1262, 2666165073895201966, 0.826046, 'jeAXSADplU') [2024/05/06 21:35:00.044 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5090' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1264, 4802614471447683474, 0.299794, 'uWSFB8DR3Q') index_test.go:137: sql insert into test_index values (1265, 5606530859262027495, 0.614252, 'yER6gtzr0O') [2024/05/06 21:35:00.045 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8667' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4009856198392618949, c2 = 0.180021, c3 = 'LsUhSxdwvp' where c = 63 [2024/05/06 21:35:00.045 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4695' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5172890416195794198, c2 = 0.498208, c3 = 'VeDHjQSE2w' where c = 1001 index_test.go:140: sql delete from test_index where c = 558 [2024/05/06 21:35:00.046 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2793' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3233649618675663792, c2 = 0.259486, c3 = 'FeVzDvRAoA' where c = 839 index_test.go:137: sql insert into test_index values (1266, 2444088465348171681, 0.792234, '6EQAWBt76X') [2024/05/06 21:35:00.095 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2441' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6508693357306068510, c2 = 0.898255, c3 = 'PDW9mwMDCt' where c = 543 index_test.go:140: sql delete from test_index where c = 852 [2024/05/06 21:35:00.096 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '655' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 311 index_test.go:137: sql insert into test_index values (1268, 8448054773289053766, 0.793781, 'CHXa5izhTq') [2024/05/06 21:35:00.098 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3837' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1267, 1180556224718017877, 0.699878, 'Y3dxxtTG9p') index_test.go:140: sql delete from test_index where c = 858 [2024/05/06 21:35:00.102 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5931' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4809218334047575257, c2 = 0.311804, c3 = 'I5mlClTeQL' where c = 896 [2024/05/06 21:35:00.102 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8336' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4890365028341422794, c2 = 0.203803, c3 = 'ij6cZI9seG' where c = 895 index_test.go:140: sql delete from test_index where c = 1028 index_test.go:140: sql delete from test_index where c = 822 [2024/05/06 21:35:00.102 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2622' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1269, 1540812494860306815, 0.076753, 'DGUr5Iz3tG') index_test.go:137: sql insert into test_index values (1270, 46079436964264460, 0.003111, 'tFlOp4RNOU') [2024/05/06 21:35:00.103 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5106' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3162458451731578658, c2 = 0.400617, c3 = 'wsquFIXcLK' where c = 281 [2024/05/06 21:35:00.104 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9757' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5561763981021051414, c2 = 0.397573, c3 = 'qfBfQahebC' where c = 986 index_test.go:143: sql update test_index set c1 = 8719224705802636800, c2 = 0.708351, c3 = 'xFabqovn95' where c = 291 [2024/05/06 21:35:00.105 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1028' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 221 [2024/05/06 21:35:00.105 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '314' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6521695901552363886, c2 = 0.103278, c3 = 'K4I0zWUYfT' where c = 1020 index_test.go:137: sql insert into test_index values (1271, 7139926000777224162, 0.081774, 'X2dgY5HCXm') [2024/05/06 21:35:00.105 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2060' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1272, 4969931629622305353, 0.185481, 'ihyKPshZ66') index_test.go:140: sql delete from test_index where c = 1115 index_test.go:140: sql delete from test_index where c = 1108 [2024/05/06 21:35:00.105 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3423' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 152 index_test.go:140: sql delete from test_index where c = 480 index_test.go:140: sql delete from test_index where c = 224 [2024/05/06 21:35:00.105 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8158' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1273, 6975166423143869449, 0.453462, 'JcKX95UVrO') index_test.go:137: sql insert into test_index values (1274, 4947182200045578800, 0.009781, 'BAtRAFXDLW') [2024/05/06 21:35:00.107 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9390' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1275, 3202438223685624304, 0.402509, 'AAwqmnE2kY') [2024/05/06 21:35:00.107 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9193' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1783049881742595164, c2 = 0.784040, c3 = 'G9YWyhTlJo' where c = 831 index_test.go:137: sql insert into test_index values (1276, 536539235033173329, 0.947421, 'TrHsMLA3WF') [2024/05/06 21:35:00.107 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5106' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3504914709097571695, c2 = 0.467808, c3 = 'FGSMz9ItBN' where c = 31 index_test.go:140: sql delete from test_index where c = 455 [2024/05/06 21:35:00.109 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3270' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 210 index_test.go:143: sql update test_index set c1 = 2413941618424200185, c2 = 0.376208, c3 = 'CsiR1fyz1F' where c = 797 [2024/05/06 21:35:00.109 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '851' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4864985506943413075, c2 = 0.663046, c3 = 'VFyvOA2KgA' where c = 233 [2024/05/06 21:35:00.111 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7470' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7773966172150742533, c2 = 0.594520, c3 = 'CO0fbTUwQc' where c = 682 index_test.go:143: sql update test_index set c1 = 7407000629091579932, c2 = 0.545644, c3 = 'sbxFprk1w5' where c = 1010 [2024/05/06 21:35:00.111 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4563' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 990313933485596073, c2 = 0.533447, c3 = 'nJhivlw4Ff' where c = 906 [2024/05/06 21:35:00.111 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9433' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1278, 5494797979498406343, 0.794953, 'gnO3cFg6NX') [2024/05/06 21:35:00.112 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4707' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1277, 5000529856573165835, 0.798428, 'iRuQu1qMkr') index_test.go:140: sql delete from test_index where c = 711 [2024/05/06 21:35:00.112 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9754' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6097071416980079815, c2 = 0.445983, c3 = 'UYONCspGgl' where c = 930 index_test.go:140: sql delete from test_index where c = 306 [2024/05/06 21:35:00.113 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2236' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1279, 4148039874445110847, 0.561934, 'lfbkgPeDuB') index_test.go:137: sql insert into test_index values (1282, 3806805034321093562, 0.232006, 'lpABuIr8q0') [2024/05/06 21:35:00.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3001' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1283, 6384217804930341386, 0.736730, 'ANfuuVrbLB') [2024/05/06 21:35:00.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '719' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1281, 1232484687951166980, 0.127736, 'CfgJvLo6ta') index_test.go:140: sql delete from test_index where c = 570 index_test.go:140: sql delete from test_index where c = 614 [2024/05/06 21:35:00.115 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '682' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1280, 4010133358376192641, 0.694952, 'Slr9qQ8oEf') index_test.go:140: sql delete from test_index where c = 14 index_test.go:140: sql delete from test_index where c = 225 [2024/05/06 21:35:00.115 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9886' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 236 index_test.go:137: sql insert into test_index values (1284, 1289373152756184715, 0.825441, '4tp3xcQj27') [2024/05/06 21:35:00.115 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1260' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 201 [2024/05/06 21:35:00.116 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8128' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6231446022286286646, c2 = 0.011302, c3 = 'vF2IWCX7j8' where c = 471 [2024/05/06 21:35:00.116 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '552' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5575558823524991606, c2 = 0.793454, c3 = 'AQHDZhmmV8' where c = 738 [2024/05/06 21:35:00.117 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1129' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 9089771296014606040, c2 = 0.483877, c3 = 'n10HuwOquz' where c = 225 index_test.go:140: sql delete from test_index where c = 293 [2024/05/06 21:35:00.118 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2069' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 9210292380383092674, c2 = 0.331593, c3 = 'xE2scL8Y9R' where c = 1222 index_test.go:143: sql update test_index set c1 = 3345647101830407928, c2 = 0.272388, c3 = 'TqjPhcLm0g' where c = 793 [2024/05/06 21:35:00.120 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7285' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1378838195046376136, c2 = 0.209630, c3 = 'EAImJ17AyG' where c = 885 [2024/05/06 21:35:00.121 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6262' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6866758146533471953, c2 = 0.597040, c3 = 'j0E3CgqUjQ' where c = 1214 index_test.go:137: sql insert into test_index values (1285, 813454473908466698, 0.807875, 'q0iJTYPzwx') [2024/05/06 21:35:00.122 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8752' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1286, 311841294269889937, 0.253607, 'R0GwsbEgpU') index_test.go:140: sql delete from test_index where c = 1083 [2024/05/06 21:35:00.122 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7918' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1288, 3073993620578226918, 0.749447, 'ZI2qO7tsYK') index_test.go:137: sql insert into test_index values (1287, 4187322128778219252, 0.922949, 'fJSgZDaZdg') [2024/05/06 21:35:00.122 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2915' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 10 index_test.go:140: sql delete from test_index where c = 652 [2024/05/06 21:35:00.122 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4473' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8529768839761916906, c2 = 0.361923, c3 = '9kdtkwVDLC' where c = 504 index_test.go:143: sql update test_index set c1 = 3564085490000886804, c2 = 0.445800, c3 = '0SQl3ig6PZ' where c = 804 [2024/05/06 21:35:00.123 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8714' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1291, 3110736474285380208, 0.929374, '0ln1LBJodM') [2024/05/06 21:35:00.124 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6419' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1289, 2235661602311758059, 0.616787, 'Www4bjfdHo') index_test.go:137: sql insert into test_index values (1290, 3232340204319188840, 0.482102, 'L5djMaoyse') [2024/05/06 21:35:00.124 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5746' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 504 index_test.go:143: sql update test_index set c1 = 4501433587016520359, c2 = 0.522370, c3 = 'Tx2cJaRezU' where c = 303 [2024/05/06 21:35:00.125 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5004' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1433253281201441467, c2 = 0.372871, c3 = 'F1jJeVuScl' where c = 196 [2024/05/06 21:35:00.125 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7054' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1293, 1485779465380484802, 0.052265, '0JEazbbXc0') [2024/05/06 21:35:00.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1562' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3534225587034882322, c2 = 0.040837, c3 = '7MQgDwohUq' where c = 1227 [2024/05/06 21:35:00.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7208' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5093392983334778057, c2 = 0.653714, c3 = '8rJjswU0cb' where c = 224 index_test.go:140: sql delete from test_index where c = 985 index_test.go:140: sql delete from test_index where c = 1244 [2024/05/06 21:35:00.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5101' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1292, 4931234107207038267, 0.757434, 'HO4Rye6N1y') index_test.go:140: sql delete from test_index where c = 957 index_test.go:140: sql delete from test_index where c = 402 [2024/05/06 21:35:00.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2350' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1295, 6366442784934518195, 0.041976, 'wabXim0IDK') index_test.go:137: sql insert into test_index values (1294, 279501854060865023, 0.581082, 'bKT7afndQb') [2024/05/06 21:35:00.127 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8218' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1296, 3681446810322426474, 0.924261, 'g1HLGiR7jO') index_test.go:140: sql delete from test_index where c = 985 [2024/05/06 21:35:00.127 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '143' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 83 [2024/05/06 21:35:00.127 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3116' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1869626162535376167, c2 = 0.420367, c3 = 'y2l1wd2HVH' where c = 1202 [2024/05/06 21:35:00.127 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7168' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7141592096049857037, c2 = 0.701530, c3 = '9v1qwouiEB' where c = 444 [2024/05/06 21:35:00.128 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1278' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8094156170715977694, c2 = 0.477968, c3 = '9SUlYj9TKs' where c = 837 [2024/05/06 21:35:00.129 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4591' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2816844505727966467, c2 = 0.592027, c3 = 'dsefGVmAOU' where c = 496 [2024/05/06 21:35:00.130 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4468' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2076159466112689214, c2 = 0.937071, c3 = 'whbNC8WiGV' where c = 994 index_test.go:140: sql delete from test_index where c = 1060 index_test.go:140: sql delete from test_index where c = 172 [2024/05/06 21:35:00.131 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '658' for key 'test_conflict_insert.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1124 [2024/05/06 21:35:00.131 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1436' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6495836639514465724, c2 = 0.290761, c3 = 'yiOXYioHxE' where c = 1043 index_test.go:137: sql insert into test_index values (1300, 8213194646955032252, 0.003067, '6uUf40g9ZF') [2024/05/06 21:35:00.131 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7113' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1298, 4300253149409190472, 0.647429, '9FKk7hnSYT') [2024/05/06 21:35:00.131 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6248' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1297, 3719084656793075351, 0.219257, 'idXc5ZC93A') [2024/05/06 21:35:00.132 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7639' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7544358945411074963, c2 = 0.735789, c3 = 'Y6Fn2MvWiU' where c = 247 index_test.go:140: sql delete from test_index where c = 152 index_test.go:140: sql delete from test_index where c = 593 [2024/05/06 21:35:00.132 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8367' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1299, 4939328402555396302, 0.859400, 'ZRNHSGRtMt') [2024/05/06 21:35:00.133 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8397' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6527183047065896588, c2 = 0.822603, c3 = 'UlPsMBK7og' where c = 839 [2024/05/06 21:35:00.133 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2766' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 163060215196201007, c2 = 0.767302, c3 = '7S1aDJ6BIA' where c = 834 [2024/05/06 21:35:00.133 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5372' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8235081851087179137, c2 = 0.646850, c3 = 'DEbb2oCoSN' where c = 27 [2024/05/06 21:35:00.133 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4081' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2953505200961417198, c2 = 0.282723, c3 = 'Mb3o7SSoef' where c = 1021 index_test.go:140: sql delete from test_index where c = 925 index_test.go:140: sql delete from test_index where c = 141 [2024/05/06 21:35:00.134 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1221' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5022647787003004448, c2 = 0.508954, c3 = 'aMf9tXQInz' where c = 351 [2024/05/06 21:35:00.134 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6261' for key 'test_conflict_insert.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2550778206331566996, c2 = 0.691996, c3 = 'FJgNRsLyGA' where c = 666 [2024/05/06 21:35:00.135 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2790' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.136 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7766' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.136 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2834' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.136 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7239' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.136 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9808' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.137 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '365' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.137 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8518' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.137 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7757' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.137 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4668' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '892' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1503' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1275' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9628' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7417' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7599' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1184' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.140 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '899' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.141 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4987' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.143 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9456' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.143 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '570' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.144 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '498' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.144 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8560' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.196 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3912' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.198 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5707' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.199 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9500' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.199 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3513' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.199 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5061' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.200 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9291' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.200 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4552' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.204 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2929' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.204 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '214' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.205 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1037' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.206 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3318' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.206 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1144' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.208 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8607' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.208 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8964' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.209 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3903' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.209 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8396' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.209 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4273' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.209 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '203' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.209 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7363' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3165' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.211 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5443' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.212 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6852' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.212 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '981' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.213 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4311' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.214 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1012' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.215 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6543' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.215 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1782' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.215 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9929' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.215 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7447' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.216 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3466' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.216 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5636' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.217 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4577' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.217 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6503' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.217 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1267' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.218 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4847' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.219 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.219 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2505' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.221 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7259' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.221 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3560' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.222 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8035' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.222 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9921' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.225 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6778' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.225 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2632' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.226 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7368' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5998' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5566' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.229 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1952' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.229 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1503' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.230 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7430' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.230 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5853' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.230 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6543' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.231 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1390' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.231 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9218' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.231 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8003' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.232 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1248' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.232 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4186' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.233 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6700' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.233 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7168' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.235 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7018' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7344' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4540' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3255' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3604' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7948' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.238 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3604' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.238 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3197' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.239 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2564' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.239 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7372' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.239 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '17' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.240 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8672' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.240 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2853' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.240 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1027' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.241 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1444' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.241 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '385' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.242 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9236' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.243 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3855' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.244 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6787' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.244 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2340' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.295 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9504' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.295 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7781' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.295 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9483' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.297 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6035' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.297 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3228' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.298 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3363' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.299 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6510' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.299 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6011' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.303 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4735' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.303 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1066' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.304 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2069' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.304 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7180' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.305 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5746' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.305 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7330' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.306 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4757' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.306 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5256' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.307 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1018' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.307 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '83' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.307 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9256' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.308 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7277' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.309 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2862' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.309 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2825' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.310 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9139' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.310 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5694' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.310 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '196' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.311 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6228' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.312 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3513' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.312 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2802' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.313 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9012' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.313 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2976' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.313 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4235' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.314 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4073' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.314 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6878' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.315 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '14' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.315 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '705' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.315 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7317' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.315 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '692' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.315 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3196' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.316 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2673' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.316 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1620' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2459' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.318 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8381' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.318 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9696' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.318 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5501' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.319 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3451' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.319 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5834' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.319 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4164' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.319 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4217' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.320 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5862' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.320 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4297' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.320 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1845' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2476' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7830' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9828' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4123' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '298' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6043' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.322 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9699' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.322 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4637' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.322 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8971' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.323 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1616' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.323 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6851' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.323 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4180' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.323 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1616' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9224' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '928' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.325 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7556' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.325 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '301' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5875' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '816' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7093' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2905' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7493' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2611' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '217' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4920' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.328 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6945' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.328 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8457' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.328 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '30' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.329 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2825' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.330 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5448' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.331 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8742' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.331 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5662' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.331 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5059' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '854' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6286' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9390' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.333 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7972' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.333 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7773' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.333 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9827' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.333 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3232' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '150' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3232' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3411' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5256' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4194' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9570' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7518' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.335 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7599' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.335 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3526' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.335 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3639' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.335 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2488' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.336 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7036' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.336 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2787' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.336 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2481' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.336 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5073' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.336 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6549' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6990' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6685' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6856' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9741' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5061' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2715' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.338 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2506' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.338 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6802' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.339 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4884' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.339 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4452' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.339 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8367' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.339 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2053' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.339 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6694' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.341 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2377' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.341 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '928' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.341 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8848' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.341 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2669' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.341 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4055' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.342 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8014' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.342 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3734' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.343 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7677' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.343 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9597' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.395 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3717' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.397 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5119' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.398 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1719' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.398 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5640' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.399 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '407' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.399 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8734' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.399 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1436' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.399 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9228' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.399 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4145' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.400 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1507' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.400 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7235' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.401 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '521' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.402 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '498' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.402 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8286' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.402 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8336' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.403 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6726' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.405 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8857' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.406 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4034' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.406 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5796' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.406 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '195' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.407 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5522' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.407 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3376' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.407 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4183' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.407 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9417' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.407 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8446' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.408 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '869' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6510' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4185' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7112' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7582' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7634' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '136' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.411 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9686' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.411 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6508' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.412 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7247' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.413 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3440' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.414 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2442' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.414 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8107' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.415 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9504' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.415 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '176' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.416 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '298' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.416 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9516' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.417 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4881' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.417 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9314' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.418 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '75' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.419 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5907' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.419 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4646' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.419 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5989' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.420 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4803' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.420 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3553' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.421 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5126' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.421 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5773' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.422 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3603' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.423 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3065' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.423 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9860' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.423 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1499' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.423 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6410' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9846' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9095' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5575' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8379' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5228' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5853' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '532' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6745' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3587' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.427 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3980' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.428 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7578' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.428 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2802' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.429 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '391' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.429 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '114' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '259' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7549' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.431 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3659' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.431 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3228' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.431 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8023' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.432 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7673' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.433 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9433' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.433 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6537' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.433 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2561' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.434 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4585' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.434 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7618' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.435 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4930' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.435 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1126' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.435 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4047' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.435 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '402' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.435 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2388' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.435 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4862' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.436 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6623' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.436 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1811' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.436 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8456' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.436 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9988' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.436 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2188' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.436 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4705' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.437 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6421' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.437 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4739' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.438 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2979' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.495 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6503' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.496 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5368' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.496 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2269' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.496 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6446' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.496 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9332' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.497 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7245' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.498 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2024' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.499 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3821' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.499 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7168' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.500 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8457' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.500 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2482' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.500 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '559' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.501 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5694' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.501 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2149' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.502 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5707' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.502 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6564' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.503 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8213' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.503 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8794' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.504 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7131' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.505 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8402' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.505 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2350' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.506 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5976' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.506 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8605' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.506 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3423' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.507 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6970' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.507 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4431' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.507 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5681' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.508 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4762' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.509 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8489' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9352' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6685' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3954' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9178' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.511 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9218' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.511 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6745' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.511 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3016' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.511 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3393' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8023' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3972' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7390' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.513 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9702' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.513 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3439' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.513 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9487' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.513 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '186' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8693' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.515 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3046' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.515 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5581' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2148' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1510' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6423' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6601' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8799' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.517 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2866' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.517 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7630' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.517 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4987' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.518 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1857' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.518 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2448' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.518 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7344' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.518 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8420' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.519 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5183' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.519 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4299' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.519 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2561' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.519 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3126' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.520 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5589' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.520 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6255' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.520 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1782' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.521 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4762' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.521 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '899' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.521 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7282' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '154' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3632' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9696' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7923' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.523 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1065' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.523 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5797' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.523 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4591' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6127' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8402' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5861' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5951' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6363' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9390' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6431' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8291' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4405' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6697' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6446' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.527 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5378' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.527 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3151' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.527 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2861' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.527 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9322' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.527 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4930' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.528 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9984' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.528 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9487' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.529 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '793' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8681' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6708' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2663' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1944' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2715' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.531 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9654' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.532 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8660' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.532 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5532' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.532 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9807' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.533 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7356' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.533 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8457' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.534 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8098' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2283' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9214' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4802' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2925' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6543' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9891' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4104' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3127' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1318' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '164' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3849' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2744' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '267' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.539 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5790' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.539 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4283' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.539 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8170' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.539 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1101' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.539 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1831' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7250' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5106' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '728' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7722' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7219' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.541 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6284' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.541 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5762' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.595 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7951' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.595 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4130' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.596 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5161' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.596 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6076' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.598 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8834' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.598 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1620' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.599 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6728' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.599 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1691' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.600 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9697' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.601 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8899' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.601 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9380' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.601 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8420' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.601 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6573' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.602 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9095' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.602 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '121' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.602 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5551' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.602 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '503' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.603 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1452' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.604 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4659' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.604 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9991' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.605 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9757' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.606 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2800' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.606 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9888' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.606 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3798' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.606 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9228' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.607 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5282' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.607 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7372' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.607 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7321' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.607 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1757' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.614 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2532' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.615 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6331' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.615 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8365' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.615 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5387' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5169' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2727' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '209' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7296' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2757' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6581' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.618 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1097' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.618 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1438' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.618 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6835' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.618 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7227' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.619 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3609' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.619 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8199' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.620 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7705' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.621 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1663' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.621 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3992' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.622 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3298' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5372' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.624 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3601' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.624 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8107' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.624 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9339' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.625 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2019' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.625 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '330' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1438' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.627 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9283' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.628 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9842' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.628 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4870' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2631' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5742' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.630 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6909' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.630 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '899' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.630 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7269' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.631 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '740' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.631 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '781' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7865' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '545' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7019' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5350' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.633 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7372' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.633 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2681' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.633 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3404' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.634 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6536' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.634 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4762' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.634 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9827' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.634 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1314' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.635 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9121' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.635 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6206' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.635 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9553' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.635 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '846' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.636 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4750' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.636 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '605' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.637 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3970' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.638 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7029' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.638 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3032' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.639 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8749' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.639 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5970' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.639 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3930' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.640 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9352' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.641 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9389' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.641 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5551' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.641 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8959' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.641 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7421' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.641 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5227' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.641 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4779' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.642 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7794' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.643 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8397' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.643 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5596' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.643 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8003' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1302, 9045681737115622985, 0.162659, '12TPJNfwf9') index_test.go:137: sql insert into test_index values (1301, 4643777896679120394, 0.891239, 'KApUgdO9WD') index_test.go:137: sql insert into test_index values (1304, 471328834944811488, 0.308918, 'UWE9U87EIq') index_test.go:137: sql insert into test_index values (1305, 5314048844235408963, 0.281526, 'X8ShPu3NvA') index_test.go:137: sql insert into test_index values (1306, 7831905936547464613, 0.585897, 'p4u0lOv94E') index_test.go:137: sql insert into test_index values (1309, 7425767215394544158, 0.087565, 'leHbkXdGuZ') index_test.go:137: sql insert into test_index values (1307, 1015526586784023659, 0.828352, 'X1skwwWJZx') index_test.go:137: sql insert into test_index values (1303, 1076855583449857444, 0.889490, 'BoI3pHE60X') index_test.go:137: sql insert into test_index values (1308, 2158262065973552292, 0.101161, '538FzAmGaQ') index_test.go:137: sql insert into test_index values (1310, 3138950452059384426, 0.945738, '6z6tHQbFYe') index_test.go:140: sql delete from test_index where c = 149 index_test.go:140: sql delete from test_index where c = 452 index_test.go:140: sql delete from test_index where c = 411 index_test.go:140: sql delete from test_index where c = 195 index_test.go:140: sql delete from test_index where c = 939 index_test.go:143: sql update test_index set c1 = 7005091131320262973, c2 = 0.725247, c3 = 'YnwBNvP2Vj' where c = 555 index_test.go:140: sql delete from test_index where c = 1299 index_test.go:143: sql update test_index set c1 = 6001529706196035187, c2 = 0.507886, c3 = '3iE3AjFqLY' where c = 48 index_test.go:140: sql delete from test_index where c = 725 index_test.go:140: sql delete from test_index where c = 592 index_test.go:143: sql update test_index set c1 = 2764368863608845867, c2 = 0.007114, c3 = 'wbRVLWvCIr' where c = 373 index_test.go:143: sql update test_index set c1 = 3655715855424354322, c2 = 0.799832, c3 = 'dzCTKSE5sp' where c = 800 index_test.go:140: sql delete from test_index where c = 1104 index_test.go:143: sql update test_index set c1 = 1136578399051941037, c2 = 0.335838, c3 = 'wtyi5VBe40' where c = 1143 index_test.go:143: sql update test_index set c1 = 1140678527527737799, c2 = 0.347126, c3 = 'bGoahsuw5j' where c = 177 index_test.go:143: sql update test_index set c1 = 4484418857843775950, c2 = 0.064381, c3 = 'c9tPMTG4wc' where c = 788 index_test.go:137: sql insert into test_index values (1311, 247287905489529631, 0.506967, '10w2fmZju5') index_test.go:140: sql delete from test_index where c = 1275 index_test.go:137: sql insert into test_index values (1312, 4738865431357495049, 0.890801, '0k27HFXawb') index_test.go:143: sql update test_index set c1 = 7052393062029727977, c2 = 0.642651, c3 = '0l2R12gFzY' where c = 669 index_test.go:137: sql insert into test_index values (1313, 8494684706556314579, 0.337023, 'iQYPfpXUMm') index_test.go:137: sql insert into test_index values (1314, 8351589442942234456, 0.799728, 'x8ipAwhYuM') index_test.go:143: sql update test_index set c1 = 8501091233960645429, c2 = 0.516482, c3 = 'JsuhSHqtIg' where c = 381 index_test.go:143: sql update test_index set c1 = 7186837405349092386, c2 = 0.937966, c3 = 'ko9BwtXQe0' where c = 1055 index_test.go:137: sql insert into test_index values (1316, 2071979872662469642, 0.672149, '7MEnbOloBI') index_test.go:140: sql delete from test_index where c = 96 index_test.go:137: sql insert into test_index values (1317, 172106624535376150, 0.267316, 'DR2FJ6mjn0') index_test.go:140: sql delete from test_index where c = 1123 index_test.go:140: sql delete from test_index where c = 1272 index_test.go:137: sql insert into test_index values (1318, 7703362516682854908, 0.595103, 'sjUSvtSQj9') index_test.go:137: sql insert into test_index values (1315, 1677785896790135483, 0.414851, 'rx0OrECTW4') index_test.go:140: sql delete from test_index where c = 204 index_test.go:140: sql delete from test_index where c = 34 index_test.go:137: sql insert into test_index values (1319, 1759591464203660052, 0.667076, '8BbmJRDkoW') index_test.go:140: sql delete from test_index where c = 1046 index_test.go:143: sql update test_index set c1 = 3240918783508275592, c2 = 0.610485, c3 = '3G0lZXIIKG' where c = 493 index_test.go:137: sql insert into test_index values (1320, 5222388689575823898, 0.432216, '9gnDkJL2zL') index_test.go:143: sql update test_index set c1 = 4737363935329586742, c2 = 0.132633, c3 = 'WuT07bMlDi' where c = 1192 index_test.go:140: sql delete from test_index where c = 321 index_test.go:143: sql update test_index set c1 = 8278623195216486659, c2 = 0.094716, c3 = '9SsSBXwvjr' where c = 1204 index_test.go:140: sql delete from test_index where c = 963 index_test.go:143: sql update test_index set c1 = 4866702509089889859, c2 = 0.881160, c3 = 'GkPILawHjH' where c = 121 index_test.go:143: sql update test_index set c1 = 2867449736899282762, c2 = 0.524646, c3 = 'C6M4Gxtq6N' where c = 625 index_test.go:143: sql update test_index set c1 = 8735577517293890570, c2 = 0.486153, c3 = 'PCWeEtGymr' where c = 841 index_test.go:137: sql insert into test_index values (1321, 1940676227797876190, 0.219029, 'DV2Zvs7jiZ') index_test.go:137: sql insert into test_index values (1322, 8396364784983902445, 0.516419, 'oWML1BnhRp') index_test.go:140: sql delete from test_index where c = 878 index_test.go:137: sql insert into test_index values (1323, 8108012170742763726, 0.052529, 'Jr9AXGrKMd') index_test.go:143: sql update test_index set c1 = 3386787255723101479, c2 = 0.351013, c3 = 'OVyeguKYGV' where c = 1164 index_test.go:140: sql delete from test_index where c = 471 index_test.go:137: sql insert into test_index values (1325, 3398621592725751602, 0.897501, 'b0zZoXExlg') index_test.go:143: sql update test_index set c1 = 753230977571549448, c2 = 0.269112, c3 = 'Uuwj8E1FN4' where c = 715 index_test.go:137: sql insert into test_index values (1326, 6707311978957290365, 0.967478, 'x8cEBUfscj') index_test.go:140: sql delete from test_index where c = 728 index_test.go:137: sql insert into test_index values (1324, 4333666083096406100, 0.558712, 'KqBeVhWUTH') index_test.go:143: sql update test_index set c1 = 6520470987113176539, c2 = 0.850856, c3 = 'd8ZfdDEm9p' where c = 43 index_test.go:143: sql update test_index set c1 = 4907245383106649196, c2 = 0.140870, c3 = 'Dv5NFpHCbu' where c = 1089 index_test.go:140: sql delete from test_index where c = 1119 index_test.go:137: sql insert into test_index values (1327, 5009352046998586003, 0.092997, '31uWibYxw7') index_test.go:140: sql delete from test_index where c = 1038 index_test.go:140: sql delete from test_index where c = 572 index_test.go:137: sql insert into test_index values (1328, 1260527300419669499, 0.431593, 'VuWFqNUIZd') index_test.go:140: sql delete from test_index where c = 53 index_test.go:143: sql update test_index set c1 = 3275499212631168482, c2 = 0.345306, c3 = 'R23MjGqHDK' where c = 803 index_test.go:140: sql delete from test_index where c = 834 index_test.go:140: sql delete from test_index where c = 1024 index_test.go:143: sql update test_index set c1 = 1693439751424430141, c2 = 0.828032, c3 = 'Z43H4kqvEr' where c = 141 index_test.go:137: sql insert into test_index values (1329, 4465884930691236525, 0.350058, 'ubpSxVaqBd') index_test.go:140: sql delete from test_index where c = 1286 index_test.go:137: sql insert into test_index values (1330, 7253568688211110316, 0.320083, 'DSc9px219x') index_test.go:143: sql update test_index set c1 = 3135010567391913953, c2 = 0.914261, c3 = 'EvHffqLC04' where c = 574 index_test.go:143: sql update test_index set c1 = 6468401736916312950, c2 = 0.152339, c3 = 'QMNq1c27Wm' where c = 634 index_test.go:137: sql insert into test_index values (1331, 4052219955122128402, 0.826094, 'SDC3lU4Bou') index_test.go:137: sql insert into test_index values (1332, 1346801858877103314, 0.856426, 'oY6lyjCrIq') index_test.go:143: sql update test_index set c1 = 2398339371314108525, c2 = 0.435542, c3 = '4MEEYfLCS7' where c = 1176 index_test.go:143: sql update test_index set c1 = 5406563283846944051, c2 = 0.624934, c3 = 'a1QgAXfRUf' where c = 783 index_test.go:143: sql update test_index set c1 = 265019547235678395, c2 = 0.963507, c3 = 'MU0yaojUZM' where c = 959 index_test.go:140: sql delete from test_index where c = 955 index_test.go:140: sql delete from test_index where c = 513 index_test.go:143: sql update test_index set c1 = 1131880603648254816, c2 = 0.513705, c3 = 'SisF8Wcc2F' where c = 1013 index_test.go:140: sql delete from test_index where c = 928 index_test.go:137: sql insert into test_index values (1333, 4152930772093431138, 0.329043, 'f9pxfMxWTn') index_test.go:137: sql insert into test_index values (1334, 3637226981496281750, 0.471446, 'aYezoKvioe') index_test.go:140: sql delete from test_index where c = 128 index_test.go:143: sql update test_index set c1 = 3967323959746727261, c2 = 0.204555, c3 = 'd7IF21fhz2' where c = 401 index_test.go:143: sql update test_index set c1 = 1757528943211343145, c2 = 0.218648, c3 = '6wWqNgGDz8' where c = 4 index_test.go:140: sql delete from test_index where c = 401 index_test.go:137: sql insert into test_index values (1337, 2551143042709506736, 0.933738, 'xm48FYQV96') index_test.go:143: sql update test_index set c1 = 2871826323349810215, c2 = 0.690489, c3 = '7M4aY5bV42' where c = 269 index_test.go:140: sql delete from test_index where c = 92 index_test.go:143: sql update test_index set c1 = 9034570331296505844, c2 = 0.032049, c3 = 'xHDQ8wOHsM' where c = 297 index_test.go:137: sql insert into test_index values (1335, 7271968283523374822, 0.561366, 'GWQGsT2Qy8') index_test.go:137: sql insert into test_index values (1336, 180414034641691988, 0.079756, 'QlxlUExLU6') index_test.go:143: sql update test_index set c1 = 2671458618050295053, c2 = 0.243530, c3 = 'LuP8sosWpM' where c = 1117 index_test.go:137: sql insert into test_index values (1339, 2693320555134642425, 0.653212, 'AzRTws9JAq') index_test.go:137: sql insert into test_index values (1340, 4258401100110355687, 0.889157, 'oYnnNd6iBW') index_test.go:140: sql delete from test_index where c = 149 index_test.go:143: sql update test_index set c1 = 5129279905655942514, c2 = 0.907940, c3 = '24Z7wrOu0R' where c = 331 index_test.go:137: sql insert into test_index values (1338, 3285762809586731683, 0.937356, 'R6DkqNvFpP') index_test.go:140: sql delete from test_index where c = 167 index_test.go:143: sql update test_index set c1 = 6100794953662398500, c2 = 0.121981, c3 = '5syvHaBLvP' where c = 667 index_test.go:137: sql insert into test_index values (1343, 3775879668287520437, 0.506242, 'IR1slDOSyy') index_test.go:137: sql insert into test_index values (1341, 7087579784926154773, 0.793001, 'UQqWLKntQY') index_test.go:140: sql delete from test_index where c = 953 index_test.go:140: sql delete from test_index where c = 705 index_test.go:137: sql insert into test_index values (1342, 5513123477519753663, 0.250453, '2ijl1m82gC') index_test.go:137: sql insert into test_index values (1344, 5396379532074377365, 0.458179, 'FnMzfAv7nC') index_test.go:140: sql delete from test_index where c = 1161 index_test.go:140: sql delete from test_index where c = 1310 index_test.go:137: sql insert into test_index values (1345, 211348913175817929, 0.972726, 'YMKIZNiyCJ') index_test.go:143: sql update test_index set c1 = 8236239192163878270, c2 = 0.303767, c3 = 'YAkBjHYcan' where c = 931 index_test.go:143: sql update test_index set c1 = 1326725791537776906, c2 = 0.810348, c3 = 'cX3SGeWVqx' where c = 535 index_test.go:143: sql update test_index set c1 = 4305894999875862453, c2 = 0.733895, c3 = 'syJADYFtSD' where c = 314 index_test.go:140: sql delete from test_index where c = 697 index_test.go:140: sql delete from test_index where c = 1242 index_test.go:143: sql update test_index set c1 = 2381270491122563121, c2 = 0.050707, c3 = 'aQQjtlLmYt' where c = 173 index_test.go:143: sql update test_index set c1 = 8621586681275400987, c2 = 0.813033, c3 = 'TaTzbp97rI' where c = 919 index_test.go:140: sql delete from test_index where c = 1047 index_test.go:137: sql insert into test_index values (1346, 7806380170503077674, 0.856310, 'Dw4FP4yjSG') index_test.go:137: sql insert into test_index values (1348, 228417754304429566, 0.067966, 'T5Y6QJR2cx') index_test.go:140: sql delete from test_index where c = 332 index_test.go:140: sql delete from test_index where c = 832 index_test.go:143: sql update test_index set c1 = 1317752933205357671, c2 = 0.345204, c3 = '5KWGWaOruT' where c = 596 index_test.go:143: sql update test_index set c1 = 1446444299967594599, c2 = 0.248499, c3 = 'NP9XIiaqmv' where c = 205 index_test.go:140: sql delete from test_index where c = 497 index_test.go:137: sql insert into test_index values (1349, 5358628271285086492, 0.381088, '7jYEXar9Z4') index_test.go:137: sql insert into test_index values (1347, 71182936389947630, 0.579579, 'oBb2r4UiBt') index_test.go:143: sql update test_index set c1 = 5732028461014670126, c2 = 0.504583, c3 = 'gbMhjufnl7' where c = 799 index_test.go:143: sql update test_index set c1 = 5763112446384209592, c2 = 0.108941, c3 = 'jmjoB9wnDE' where c = 1166 index_test.go:143: sql update test_index set c1 = 8951937754497788036, c2 = 0.864107, c3 = 'jGx91Whc1k' where c = 542 index_test.go:143: sql update test_index set c1 = 4097931176489131993, c2 = 0.149536, c3 = 'fyHQqKytHE' where c = 75 index_test.go:137: sql insert into test_index values (1350, 5249934836176554984, 0.108855, 'FKnwDgA3Xd') index_test.go:140: sql delete from test_index where c = 1127 index_test.go:137: sql insert into test_index values (1351, 6984560378852043394, 0.385862, 'alGyalwImw') index_test.go:140: sql delete from test_index where c = 944 index_test.go:137: sql insert into test_index values (1354, 3555465771785936886, 0.591448, 'GYD3XIOICv') index_test.go:137: sql insert into test_index values (1353, 2827367810912734304, 0.368672, 'AirMM2M77Z') index_test.go:137: sql insert into test_index values (1355, 7503410276288466054, 0.470321, 'OugBNR4bba') index_test.go:140: sql delete from test_index where c = 637 index_test.go:137: sql insert into test_index values (1352, 3701850578410465693, 0.200748, 'mwycmNsZjT') index_test.go:137: sql insert into test_index values (1356, 3805292638159243018, 0.791674, 'Q3JBTi86Sm') index_test.go:140: sql delete from test_index where c = 47 index_test.go:143: sql update test_index set c1 = 8295664755824907819, c2 = 0.867776, c3 = 'ToYHp16lER' where c = 976 index_test.go:143: sql update test_index set c1 = 1004360707661772979, c2 = 0.509221, c3 = 'E7TiFqYDQP' where c = 81 index_test.go:140: sql delete from test_index where c = 677 index_test.go:140: sql delete from test_index where c = 605 index_test.go:143: sql update test_index set c1 = 1493512890591137705, c2 = 0.162718, c3 = '4J4uhGDt1C' where c = 1269 index_test.go:140: sql delete from test_index where c = 1184 index_test.go:140: sql delete from test_index where c = 1117 index_test.go:140: sql delete from test_index where c = 1253 index_test.go:137: sql insert into test_index values (1358, 1488075339717669153, 0.878682, '23mggp45dP') index_test.go:143: sql update test_index set c1 = 969791535803458393, c2 = 0.411118, c3 = 'QElBk8DGNA' where c = 985 index_test.go:140: sql delete from test_index where c = 604 index_test.go:137: sql insert into test_index values (1357, 4124177025173888457, 0.328765, 'YozWH5hZ9O') index_test.go:143: sql update test_index set c1 = 8434157056511798837, c2 = 0.413381, c3 = 'WZLj6TVwaL' where c = 721 index_test.go:143: sql update test_index set c1 = 1661395470395689550, c2 = 0.364066, c3 = 'hahEHHORGr' where c = 1318 index_test.go:143: sql update test_index set c1 = 9076518631118394353, c2 = 0.675825, c3 = 'wwVyE2LWF9' where c = 489 index_test.go:137: sql insert into test_index values (1359, 1925769770165947371, 0.188075, 'Up1apVV8jd') index_test.go:140: sql delete from test_index where c = 1025 index_test.go:143: sql update test_index set c1 = 5103556538901595734, c2 = 0.147602, c3 = 'IYsDpbA6Jh' where c = 564 index_test.go:143: sql update test_index set c1 = 5689937414648673106, c2 = 0.045939, c3 = 'ZEigCrlKvU' where c = 997 index_test.go:137: sql insert into test_index values (1362, 7628170720365267890, 0.693846, 't1XhQOkME0') index_test.go:137: sql insert into test_index values (1361, 771899790019755029, 0.618148, 'tj5SyyM3QI') index_test.go:140: sql delete from test_index where c = 506 index_test.go:143: sql update test_index set c1 = 8349019066290087029, c2 = 0.767968, c3 = '7BmyIO1TPk' where c = 737 index_test.go:137: sql insert into test_index values (1363, 4306457465697953021, 0.768837, '5nlgoE8cMh') index_test.go:140: sql delete from test_index where c = 939 index_test.go:137: sql insert into test_index values (1360, 265025935353707379, 0.257920, 'R7KUyVyHSA') index_test.go:143: sql update test_index set c1 = 896244435604716985, c2 = 0.095833, c3 = 'DQzsBkfoNh' where c = 1164 index_test.go:143: sql update test_index set c1 = 8091752799596455471, c2 = 0.711155, c3 = '0GHxkMiTbP' where c = 13 index_test.go:137: sql insert into test_index values (1365, 5418463548339752454, 0.909785, 'Pn0IM7hJis') index_test.go:137: sql insert into test_index values (1366, 325505400495814469, 0.689624, 'eluDF8ZKrK') index_test.go:140: sql delete from test_index where c = 429 index_test.go:137: sql insert into test_index values (1364, 5172658699113528888, 0.823365, 'WS66u4Ck4t') index_test.go:140: sql delete from test_index where c = 1274 index_test.go:143: sql update test_index set c1 = 537534387359191316, c2 = 0.642795, c3 = '2ZnGj93DC4' where c = 501 index_test.go:140: sql delete from test_index where c = 87 index_test.go:143: sql update test_index set c1 = 2066918067252286680, c2 = 0.927808, c3 = 'LSSBMbqKnH' where c = 296 index_test.go:140: sql delete from test_index where c = 1063 index_test.go:137: sql insert into test_index values (1367, 5081787530556312777, 0.404907, 'dv44rSkvZC') index_test.go:140: sql delete from test_index where c = 137 index_test.go:140: sql delete from test_index where c = 537 index_test.go:143: sql update test_index set c1 = 5411446294772845055, c2 = 0.434715, c3 = 'RCOMLC444O' where c = 737 index_test.go:140: sql delete from test_index where c = 106 index_test.go:140: sql delete from test_index where c = 760 index_test.go:137: sql insert into test_index values (1368, 3734075307027661639, 0.324188, 'qn3vz4qtNH') index_test.go:137: sql insert into test_index values (1369, 4871035527072561259, 0.021029, '8wvmamGVmF') index_test.go:143: sql update test_index set c1 = 5895275895192710629, c2 = 0.193368, c3 = 'MMB3KssigF' where c = 967 index_test.go:143: sql update test_index set c1 = 3170973855494094555, c2 = 0.976426, c3 = 'g3ESQ0Kp1K' where c = 604 index_test.go:143: sql update test_index set c1 = 6651250545590603619, c2 = 0.319375, c3 = 'WgDvxYlVm7' where c = 579 index_test.go:143: sql update test_index set c1 = 6128165457366191970, c2 = 0.308173, c3 = 'ildaOG1ozY' where c = 497 index_test.go:143: sql update test_index set c1 = 1453990167585682819, c2 = 0.455318, c3 = 'V96XWu5C2Y' where c = 1048 index_test.go:137: sql insert into test_index values (1370, 2058924195761889603, 0.403876, 'KMushAULIR') index_test.go:137: sql insert into test_index values (1371, 1131996077832595744, 0.481444, 'KP7hr2o9OI') index_test.go:137: sql insert into test_index values (1372, 2893157163169971365, 0.423672, '6WL68uF5NS') index_test.go:140: sql delete from test_index where c = 833 index_test.go:137: sql insert into test_index values (1374, 609842199154427237, 0.255803, 'VpYe5vl60B') index_test.go:140: sql delete from test_index where c = 1139 index_test.go:143: sql update test_index set c1 = 3976743215804994601, c2 = 0.443306, c3 = 'JP4DhNJy3X' where c = 1009 index_test.go:137: sql insert into test_index values (1373, 578240201927429651, 0.739680, 'F150JIkIKi') index_test.go:137: sql insert into test_index values (1375, 4093000159145128202, 0.234243, 'G71HFPPVNz') index_test.go:140: sql delete from test_index where c = 238 index_test.go:140: sql delete from test_index where c = 976 index_test.go:140: sql delete from test_index where c = 335 index_test.go:140: sql delete from test_index where c = 379 index_test.go:140: sql delete from test_index where c = 914 index_test.go:137: sql insert into test_index values (1376, 562445168174088917, 0.505613, 'lXQ3YhDAwQ') index_test.go:137: sql insert into test_index values (1377, 9032969993028246600, 0.831378, 'GIhsY8tBf1') index_test.go:143: sql update test_index set c1 = 1080713782238501605, c2 = 0.867465, c3 = 'ZT37Th94BW' where c = 311 index_test.go:143: sql update test_index set c1 = 6206969727333374098, c2 = 0.801890, c3 = '9EoPESlgiG' where c = 71 index_test.go:140: sql delete from test_index where c = 1282 index_test.go:143: sql update test_index set c1 = 3266214483950023803, c2 = 0.097373, c3 = 'sqeLu3Wp8P' where c = 266 index_test.go:143: sql update test_index set c1 = 8061793861707654521, c2 = 0.567861, c3 = 'qE6YF24InD' where c = 142 index_test.go:143: sql update test_index set c1 = 7233373456478355701, c2 = 0.967677, c3 = 'HFsV3tpZau' where c = 730 index_test.go:143: sql update test_index set c1 = 6287627209182392791, c2 = 0.937435, c3 = '5pmSagNlD1' where c = 1094 index_test.go:143: sql update test_index set c1 = 9070874276766405557, c2 = 0.149721, c3 = 'ummoHMGhWc' where c = 606 index_test.go:143: sql update test_index set c1 = 9193687188598571978, c2 = 0.901843, c3 = 'XHqhdaoPtE' where c = 1353 index_test.go:140: sql delete from test_index where c = 917 index_test.go:137: sql insert into test_index values (1378, 5761997686038188298, 0.186942, 'pVDlGjkpAb') index_test.go:137: sql insert into test_index values (1379, 7422500651523385180, 0.292295, 'VuhXgzExpg') index_test.go:140: sql delete from test_index where c = 1050 index_test.go:137: sql insert into test_index values (1381, 1921261384205935571, 0.102475, '6wDgksZIsW') index_test.go:143: sql update test_index set c1 = 6664202640354736554, c2 = 0.122653, c3 = 'Jl5A069Fjc' where c = 356 index_test.go:137: sql insert into test_index values (1382, 4068252858518273425, 0.909176, 'T8TbR00E3f') index_test.go:143: sql update test_index set c1 = 320890723122716813, c2 = 0.485496, c3 = 'Netf5504Dk' where c = 228 index_test.go:137: sql insert into test_index values (1384, 7896957281807682415, 0.264884, 'qdytwjNkiF') index_test.go:137: sql insert into test_index values (1380, 7799312598137414192, 0.972100, '2sPJVaWBpF') index_test.go:140: sql delete from test_index where c = 552 index_test.go:137: sql insert into test_index values (1385, 92352858838214378, 0.200097, 'meReSdacBU') index_test.go:140: sql delete from test_index where c = 961 index_test.go:137: sql insert into test_index values (1383, 9144245642876434323, 0.182213, 'O1FIJOVwjT') index_test.go:140: sql delete from test_index where c = 1202 index_test.go:143: sql update test_index set c1 = 8598227414739332093, c2 = 0.091526, c3 = 'yafB6Lj9uX' where c = 34 index_test.go:143: sql update test_index set c1 = 7495718082809262323, c2 = 0.512172, c3 = 'xCgkMc8vNt' where c = 727 index_test.go:137: sql insert into test_index values (1387, 4717570672474898111, 0.543819, 'seLXnmjBYT') index_test.go:137: sql insert into test_index values (1386, 4658454946311231237, 0.693188, 'YtrNfs5n46') index_test.go:140: sql delete from test_index where c = 997 index_test.go:143: sql update test_index set c1 = 8104546333158360209, c2 = 0.006030, c3 = '7f2BXI3icJ' where c = 87 index_test.go:140: sql delete from test_index where c = 296 index_test.go:140: sql delete from test_index where c = 663 index_test.go:140: sql delete from test_index where c = 1224 index_test.go:140: sql delete from test_index where c = 1093 index_test.go:143: sql update test_index set c1 = 4033089286205489551, c2 = 0.450665, c3 = 'uPFC1HOuMm' where c = 206 index_test.go:143: sql update test_index set c1 = 2889910882478536615, c2 = 0.495030, c3 = 'paIFjUTZth' where c = 412 index_test.go:140: sql delete from test_index where c = 461 index_test.go:137: sql insert into test_index values (1389, 6444334994762022042, 0.382152, '3CIYVK8aH5') index_test.go:137: sql insert into test_index values (1388, 1656341350833489769, 0.718092, 'NgkyszZSvv') index_test.go:140: sql delete from test_index where c = 1289 index_test.go:143: sql update test_index set c1 = 7905462822591564922, c2 = 0.052883, c3 = 'V2msP6jX1B' where c = 1253 index_test.go:143: sql update test_index set c1 = 4820610259869946576, c2 = 0.443099, c3 = '0HgLYVVwMm' where c = 30 index_test.go:140: sql delete from test_index where c = 201 index_test.go:140: sql delete from test_index where c = 1128 index_test.go:143: sql update test_index set c1 = 8433679936806442788, c2 = 0.926770, c3 = 'tzXXNDXSx2' where c = 341 index_test.go:137: sql insert into test_index values (1390, 266463075112561102, 0.566942, 'gG36ZSUPou') index_test.go:143: sql update test_index set c1 = 8131470015637980509, c2 = 0.589620, c3 = 'HAAizX6hNq' where c = 1333 index_test.go:137: sql insert into test_index values (1391, 104794298791240898, 0.560051, 'Y4XivkK5xe') index_test.go:143: sql update test_index set c1 = 703005605309405058, c2 = 0.064097, c3 = '263eNusxYY' where c = 1100 index_test.go:143: sql update test_index set c1 = 5625690043874475871, c2 = 0.110612, c3 = '9B6RqcwcRf' where c = 42 index_test.go:143: sql update test_index set c1 = 3357435514869531998, c2 = 0.226688, c3 = 'mcew65Lo2z' where c = 765 index_test.go:140: sql delete from test_index where c = 218 index_test.go:137: sql insert into test_index values (1392, 618289951458477656, 0.088113, 'q2jpe1pSqv') index_test.go:137: sql insert into test_index values (1393, 5089663010292376818, 0.842514, 'CyGWls6SWj') index_test.go:137: sql insert into test_index values (1394, 612236812032157188, 0.693190, '3Dl5h1fFyk') index_test.go:137: sql insert into test_index values (1395, 7898845802984213654, 0.469441, 'u5Gp3Zajhm') index_test.go:143: sql update test_index set c1 = 8829252555351992562, c2 = 0.662420, c3 = 'p5DYzHVzR1' where c = 433 index_test.go:137: sql insert into test_index values (1396, 7567775501259551685, 0.532784, 'qin8Md9xYN') index_test.go:137: sql insert into test_index values (1397, 1084138025382404636, 0.215157, 'NAmvaGgWGU') index_test.go:140: sql delete from test_index where c = 321 index_test.go:137: sql insert into test_index values (1398, 1260938971919035257, 0.002978, '8tTrQdYG1j') index_test.go:140: sql delete from test_index where c = 27 index_test.go:140: sql delete from test_index where c = 367 index_test.go:143: sql update test_index set c1 = 3893046509669689793, c2 = 0.905450, c3 = 'uJtkVBkQaH' where c = 235 index_test.go:140: sql delete from test_index where c = 361 index_test.go:140: sql delete from test_index where c = 415 index_test.go:143: sql update test_index set c1 = 8549873776287673648, c2 = 0.641745, c3 = 'G4X8QznEPX' where c = 644 index_test.go:143: sql update test_index set c1 = 2476155061032241790, c2 = 0.581945, c3 = 'dCVx4ftar8' where c = 530 index_test.go:140: sql delete from test_index where c = 1152 index_test.go:140: sql delete from test_index where c = 707 index_test.go:140: sql delete from test_index where c = 1276 index_test.go:137: sql insert into test_index values (1399, 7210613083862368560, 0.811273, '3Pv4TpiAgP') index_test.go:143: sql update test_index set c1 = 6239381116331410177, c2 = 0.148438, c3 = 'KeVkYkbkQU' where c = 389 index_test.go:143: sql update test_index set c1 = 8521934010403290748, c2 = 0.180821, c3 = 'hVmiLUE68p' where c = 1307 index_test.go:143: sql update test_index set c1 = 8439637157646026194, c2 = 0.003480, c3 = 'NAJok4JGAd' where c = 1260 index_test.go:143: sql update test_index set c1 = 2063870096428381501, c2 = 0.930064, c3 = '0bcbrbLUbr' where c = 1227 index_test.go:143: sql update test_index set c1 = 1608310858917773322, c2 = 0.672501, c3 = 'F8GynZ7ORW' where c = 913 index_test.go:140: sql delete from test_index where c = 173 index_test.go:137: sql insert into test_index values (1400, 7095404163956821776, 0.539095, '4joXFVwOLP') index_test.go:140: sql delete from test_index where c = 179 index_test.go:143: sql update test_index set c1 = 7763552501846761629, c2 = 0.500515, c3 = 'PqsMCQbWro' where c = 272 index_test.go:143: sql update test_index set c1 = 6873095992888919795, c2 = 0.185746, c3 = 'sIT9sQUr4T' where c = 940 [2024/05/06 21:35:00.697 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4535' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.698 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1314' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.699 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4140' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.699 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5802' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.701 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1708' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.701 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8250' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.701 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4676' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.702 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3425' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.704 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4646' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.704 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7880' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.704 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4156' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.705 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5600' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.705 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5416' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.706 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3101' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.706 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9604' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.706 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1309' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.707 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7618' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.708 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5266' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.709 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6787' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.709 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1863' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7846' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5329' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3448' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6136' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '860' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4354' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.711 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9890' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.712 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2295' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.712 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9757' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.712 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4061' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.714 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '812' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.714 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '79' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.714 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '818' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3363' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3820' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3417' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4776' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5930' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3133' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9200' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8161' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2316' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '781' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2638' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5947' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9855' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3674' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4384' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.719 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8609' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.719 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1106' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.719 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7973' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.719 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8091' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.720 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5328' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.720 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4894' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.720 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2722' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.720 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7933' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.721 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1096' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.721 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2083' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.721 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8059' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.722 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5671' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.722 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4061' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.723 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5852' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.723 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9219' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.723 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5281' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.723 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6204' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '909' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2521' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9393' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2815' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.725 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2802' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.725 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6821' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.725 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3959' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.725 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5980' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.725 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9879' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.726 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9915' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.727 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7564' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.727 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4155' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.728 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8586' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.729 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5191' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7457' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2295' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8386' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8299' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7080' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6008' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3270' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9573' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9958' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9750' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2235' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6646' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4705' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2490' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8545' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '242' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3762' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.735 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5151' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.735 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7422' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.735 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5951' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.735 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5269' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.795 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6757' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.797 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2591' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.798 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4740' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.798 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7456' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.800 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9844' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.801 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7344' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.801 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9597' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.802 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4631' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.802 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4223' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.803 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6582' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.804 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5867' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.804 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3771' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.805 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5865' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.805 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4052' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.805 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6508' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.805 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1958' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8692' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3884' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7887' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5943' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2069' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '603' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3916' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7846' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '154' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1207' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3356' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1010' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5460' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1807' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.810 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2793' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.810 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5229' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4591' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3251' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3102' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8959' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7511' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '962' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2542' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1312' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7824' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8260' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7593' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6803' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4343' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1309' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '839' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5093' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7876' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6421' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3476' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7473' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7446' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3553' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1436' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3829' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1601' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2122' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '256' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9357' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '253' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5503' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '149' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4873' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5651' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '289' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.821 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1020' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.821 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '405' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.821 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '950' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.822 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5276' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.822 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7564' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9567' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7823' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9001' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3798' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '984' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7823' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '280' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3077' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7639' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1772' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3809' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8035' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1637' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2398' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '858' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3410' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3159' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7359' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2269' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7734' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1652' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '267' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8832' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9122' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1524' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6961' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4825' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8749' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2342' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2583' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1035' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6812' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4476' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4568' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9694' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.833 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6018' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.833 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4824' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.833 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '21' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4803' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5788' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6865' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4045' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3930' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1663' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5638' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3734' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7092' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1647' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1621' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9340' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2804' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7206' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1248' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3601' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4930' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.838 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7592' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.838 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6380' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.838 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7448' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5522' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9329' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2035' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '549' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9399' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2822' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '741' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4412' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6504' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.841 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9054' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.841 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8312' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.841 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9200' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.841 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3837' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.842 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4790' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.842 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3143' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.896 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8926' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.896 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5193' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.896 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3718' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.898 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9109' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.898 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7824' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.898 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6547' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.899 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2351' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.900 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8498' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.902 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '71' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.903 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6172' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.904 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '969' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.905 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9389' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.905 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '255' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.905 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2562' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.906 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1636' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.906 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2586' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.906 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3365' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.906 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1671' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.907 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2378' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.907 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5751' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.907 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3995' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.907 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9197' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5395' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3789' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3518' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5229' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '218' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5535' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8898' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '899' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5810' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1493' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '898' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5765' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4567' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1600' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1192' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5607' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3558' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '728' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2068' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5551' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4795' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8984' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '280' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1260' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4140' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1376' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4917' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5386' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2127' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7047' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8956' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '441' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.917 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2873' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.917 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1669' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.917 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8034' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.917 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6968' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8981' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2556' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4882' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7047' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8127' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3669' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.919 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3350' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.919 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5516' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9636' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2701' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9219' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '652' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3855' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8254' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6813' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1054' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7069' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9558' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5918' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7600' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1785' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1782' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5956' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7825' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4679' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6582' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9036' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4488' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3771' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7431' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2605' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3979' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2552' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4223' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9314' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8809' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9054' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9447' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '979' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6468' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.929 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2417' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.929 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1058' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.929 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '301' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3517' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3302' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6436' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1375' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2787' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9504' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.931 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6057' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.932 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4633' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.932 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8877' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7845' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6758' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2217' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4249' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8345' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.934 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3907' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.934 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2757' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.934 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5190' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.934 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8199' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5291' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '714' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6999' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '383' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7367' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.936 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5036' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.936 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2831' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6714' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1510' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4047' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5539' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9900' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '479' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9339' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.938 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4958' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.938 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2083' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.938 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2425' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.938 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5934' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4425' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6301' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1388' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5845' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4293' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6756' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.941 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4734' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.941 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9361' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.941 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5530' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.941 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '591' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.941 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5354' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.942 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8865' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.942 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '32' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.942 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6815' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.943 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4603' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.943 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '726' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.943 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8964' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.943 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8762' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.994 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '638' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.994 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3304' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.994 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4248' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.994 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8760' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.996 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5289' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.996 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4045' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.997 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1927' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.998 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7342' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.998 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7952' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9060' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:00.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1406' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2850' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.001 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2488' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.001 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7945' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.001 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9642' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.002 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2166' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.002 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8791' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.003 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5477' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.003 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9938' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.004 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1183' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.004 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2846' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.005 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3683' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6831' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5682' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8744' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.007 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6854' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.007 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7801' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5370' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8528' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5932' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5695' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6348' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6992' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2608' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5639' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9387' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7776' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '852' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6708' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7004' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '441' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.012 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4750' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.012 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7630' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.012 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9341' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.012 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3126' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '980' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2929' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7497' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '871' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5943' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3304' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4822' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5437' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5850' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4541' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6294' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2230' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7618' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4641' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1100' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9744' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '200' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9308' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2078' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5907' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9413' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2675' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6643' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9986' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1219' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '854' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2089' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5653' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7363' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1802' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.019 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2448' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.019 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3376' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.019 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3313' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.019 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2472' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.019 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1945' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.020 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5767' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.020 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7432' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.020 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9197' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.020 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '731' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.021 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6389' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.021 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8130' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4145' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9462' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3995' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7259' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.023 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9485' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.023 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1404' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.023 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7639' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3277' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.025 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6360' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.025 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1404' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.025 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8143' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.026 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3984' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.026 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '554' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.026 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8953' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.026 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '625' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.026 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8431' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '521' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1543' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4674' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2326' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9807' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.028 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6726' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.028 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6050' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.028 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5594' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.028 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4292' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.029 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8780' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.029 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8737' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.029 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1430' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.029 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2494' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.030 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8143' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.030 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2219' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.030 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2241' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.032 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5496' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.032 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3982' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '193' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9998' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8953' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7255' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4420' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.034 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9368' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.034 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2241' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '780' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7796' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3128' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.036 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1136' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.036 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2625' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.036 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8299' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5556' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7187' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7628' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '532' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.038 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3025' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.038 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4086' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.038 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4708' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.038 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2431' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.038 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9237' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.038 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3257' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.039 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '937' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.039 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4930' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.039 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '325' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.040 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1136' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.040 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3696' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.040 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1520' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.040 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1182' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.041 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7175' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.041 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1694' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.041 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '716' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.041 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4304' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.041 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8128' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.042 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1522' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.042 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8079' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.095 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6432' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.095 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6947' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.097 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6230' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.098 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6728' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.099 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9046' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.101 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2631' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.102 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6421' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.102 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9749' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.102 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2033' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.102 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '909' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.103 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8809' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.103 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4266' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.103 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6204' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.103 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4611' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.104 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3061' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.104 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4973' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.105 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8033' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.105 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1111' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.106 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1099' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.106 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '682' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.106 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '846' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.107 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7781' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.107 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7944' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.107 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '825' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.107 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6595' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.108 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8202' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.108 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '208' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.109 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7069' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.109 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5853' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.109 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5862' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.109 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3287' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.110 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8260' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.110 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5926' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.111 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9109' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.111 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2815' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.111 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2379' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.111 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8425' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.112 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '57' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.112 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5772' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.112 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4650' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.112 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '638' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.113 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4276' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.113 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8632' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.113 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8619' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4450' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8518' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2188' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8444' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '979' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.115 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8116' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.115 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7253' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.115 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6564' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.115 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8186' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.116 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7443' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.116 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2120' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.116 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1352' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.117 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6801' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.117 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6096' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.117 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6915' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.117 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6813' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.117 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4535' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.117 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3222' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.117 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9023' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.118 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4504' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.118 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '457' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.118 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6475' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8065' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '632' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3899' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8980' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8844' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7250' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1560' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4299' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2637' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.120 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2203' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.120 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6409' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.120 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1190' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.120 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3010' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.121 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4805' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.121 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8515' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.121 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7207' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.121 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4294' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.121 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9431' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.122 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1422' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.122 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7180' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.122 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7840' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.122 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9869' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.122 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8603' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.122 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4145' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.122 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2918' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.122 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7131' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.124 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4646' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.124 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '638' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.124 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5086' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.124 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6734' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.124 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6716' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.125 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3316' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.125 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '464' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.125 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4388' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.125 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9923' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6743' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4577' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4824' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2434' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '737' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.127 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '532' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.127 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9972' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.127 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7196' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.127 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1508' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.127 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1637' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.128 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2306' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.128 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7352' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.128 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '139' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.128 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7465' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.129 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7799' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.129 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5329' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.129 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2193' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.129 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2149' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.130 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2173' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.130 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2866' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.130 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8546' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.131 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4048' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.131 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '207' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.131 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2578' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.131 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7717' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.131 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5303' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.132 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4652' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.132 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2083' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.132 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1867' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.133 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7048' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.133 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4235' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.133 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5933' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.133 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4540' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.133 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6431' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.134 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8715' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.134 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8443' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.135 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9401' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.135 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '964' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.135 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5616' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.135 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4521' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.136 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3330' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.136 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2531' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.136 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6077' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.136 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2448' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.137 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8537' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.137 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5517' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.137 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9158' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6222' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8577' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1992' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6601' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4945' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.139 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3084' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.139 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5239' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.139 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4343' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.139 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8609' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.140 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7236' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.140 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1559' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.140 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8439' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.140 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8139' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.140 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '166' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.141 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8420' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.141 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5412' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.141 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7328' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.141 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3258' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.141 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5350' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.141 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6454' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.141 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4501' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.141 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2187' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.142 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7584' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.142 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1759' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.142 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9723' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.142 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9614' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.143 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3087' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.144 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4659' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.195 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5062' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.196 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3718' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.197 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5940' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.197 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8411' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.199 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1136' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.199 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9233' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.199 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '75' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.201 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5390' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.202 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7121' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.202 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6419' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.202 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7320' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.203 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6026' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.204 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '548' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.204 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3153' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.204 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5884' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.204 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6529' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.205 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1644' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.206 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8767' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.206 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '605' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.206 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7624' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.207 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6137' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.207 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8844' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.208 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3733' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.208 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5182' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.208 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6197' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1401, 1518176689121485492, 0.632017, 'xZnW5QC67A') index_test.go:137: sql insert into test_index values (1402, 6049542986049693334, 0.373332, 'CdlX8Lp7mK') index_test.go:137: sql insert into test_index values (1404, 20294963795140655, 0.078651, 'GDHyyDe8Ls') index_test.go:137: sql insert into test_index values (1407, 2768895279962347695, 0.932981, 'x1gd63fCmK') index_test.go:137: sql insert into test_index values (1405, 8067324785719077539, 0.231192, 'kvtZc4W7Qx') index_test.go:137: sql insert into test_index values (1406, 19059749961566282, 0.130957, 'y34mSyfVLq') index_test.go:137: sql insert into test_index values (1403, 5501767065898706139, 0.071623, 'jLfZbW9UtJ') index_test.go:140: sql delete from test_index where c = 1061 index_test.go:137: sql insert into test_index values (1408, 229639370394979017, 0.561275, 'IpxtC4DdfV') index_test.go:137: sql insert into test_index values (1410, 3076414458265824931, 0.715143, 'C9b7H9nVgO') index_test.go:137: sql insert into test_index values (1409, 4942662276738981440, 0.191588, 'WnhsR0cSxP') index_test.go:140: sql delete from test_index where c = 372 index_test.go:140: sql delete from test_index where c = 285 index_test.go:140: sql delete from test_index where c = 280 index_test.go:140: sql delete from test_index where c = 551 index_test.go:140: sql delete from test_index where c = 1004 index_test.go:140: sql delete from test_index where c = 277 index_test.go:143: sql update test_index set c1 = 1437656081303046217, c2 = 0.817454, c3 = 'tBaaXnbXI4' where c = 151 index_test.go:140: sql delete from test_index where c = 825 index_test.go:140: sql delete from test_index where c = 676 index_test.go:143: sql update test_index set c1 = 6724272920340557006, c2 = 0.424021, c3 = 'disgaTynnx' where c = 1144 index_test.go:143: sql update test_index set c1 = 2408521308854675157, c2 = 0.283652, c3 = 'knAr1QNuKX' where c = 775 index_test.go:143: sql update test_index set c1 = 5665103659207978237, c2 = 0.618186, c3 = 'etwSoQ1PsA' where c = 775 index_test.go:143: sql update test_index set c1 = 3080230768642143773, c2 = 0.999107, c3 = 'gaMrDwvMLB' where c = 331 index_test.go:143: sql update test_index set c1 = 7432931380075734853, c2 = 0.661124, c3 = 'jVkDTnBh3r' where c = 651 index_test.go:143: sql update test_index set c1 = 5638078725143304427, c2 = 0.586735, c3 = '9RPnQnz8iT' where c = 530 index_test.go:143: sql update test_index set c1 = 284471168859439273, c2 = 0.591910, c3 = 'Sn0QburLL3' where c = 1387 index_test.go:140: sql delete from test_index where c = 1065 index_test.go:137: sql insert into test_index values (1411, 2126343937872763677, 0.796109, '6YD6ESbReK') index_test.go:143: sql update test_index set c1 = 8464276963136383177, c2 = 0.566435, c3 = 'S1ICC7g6jP' where c = 1212 index_test.go:137: sql insert into test_index values (1415, 6626869683342314527, 0.052525, 'vSuFdR0C79') index_test.go:137: sql insert into test_index values (1413, 1324066999976515571, 0.073405, 'wdDFOolTwN') index_test.go:137: sql insert into test_index values (1417, 1484233723208092769, 0.023153, 'AhkKwXIVA7') index_test.go:137: sql insert into test_index values (1412, 3953959189214197150, 0.051273, '3M4Z1GOGzq') index_test.go:137: sql insert into test_index values (1416, 4450614300769161137, 0.367406, 'vIuz8UgSzc') index_test.go:137: sql insert into test_index values (1418, 3460332225597638394, 0.417606, 'LPpkb3CVxF') index_test.go:143: sql update test_index set c1 = 4154743103581634373, c2 = 0.818467, c3 = '1EtBievtGD' where c = 1237 index_test.go:140: sql delete from test_index where c = 484 index_test.go:137: sql insert into test_index values (1414, 6030581093710153702, 0.946213, 'r76lu4WYYU') index_test.go:140: sql delete from test_index where c = 1066 index_test.go:140: sql delete from test_index where c = 751 index_test.go:140: sql delete from test_index where c = 591 index_test.go:137: sql insert into test_index values (1419, 4709819294162401445, 0.954097, 'wHuTZnFeYQ') index_test.go:143: sql update test_index set c1 = 1929395909705780454, c2 = 0.351452, c3 = 'ivnTEi9ntC' where c = 692 index_test.go:140: sql delete from test_index where c = 465 index_test.go:143: sql update test_index set c1 = 6042423232443427888, c2 = 0.816047, c3 = '7BITN9CiMC' where c = 920 index_test.go:143: sql update test_index set c1 = 5054638773202908300, c2 = 0.017890, c3 = 'ZwoR8MvyDG' where c = 96 index_test.go:140: sql delete from test_index where c = 396 index_test.go:140: sql delete from test_index where c = 20 index_test.go:140: sql delete from test_index where c = 1223 index_test.go:140: sql delete from test_index where c = 512 index_test.go:137: sql insert into test_index values (1420, 4945033143191850723, 0.074899, 'MJ8goiL5rP') index_test.go:143: sql update test_index set c1 = 6653172991893178647, c2 = 0.484470, c3 = 'Vf9zWrIv2R' where c = 101 index_test.go:143: sql update test_index set c1 = 7612626101648767109, c2 = 0.798984, c3 = 'ftmmdyPBb4' where c = 1360 index_test.go:137: sql insert into test_index values (1421, 7776202076425794633, 0.629130, 'EPI2X8gRnN') index_test.go:137: sql insert into test_index values (1422, 3291663938566047764, 0.902057, 'huhf4fBDFZ') index_test.go:137: sql insert into test_index values (1423, 4317401562954904165, 0.172432, 'T7RDeRrUs7') index_test.go:143: sql update test_index set c1 = 7267456907493045636, c2 = 0.271893, c3 = 'WudGHwA5LV' where c = 311 index_test.go:140: sql delete from test_index where c = 257 index_test.go:143: sql update test_index set c1 = 8823305475013594621, c2 = 0.819084, c3 = 'hrtJ5yehfr' where c = 780 index_test.go:137: sql insert into test_index values (1424, 128966068945017068, 0.733836, 'ZUyjteWzF0') index_test.go:143: sql update test_index set c1 = 2572078010998509354, c2 = 0.270956, c3 = 'Qn3grenwyj' where c = 973 index_test.go:140: sql delete from test_index where c = 875 index_test.go:137: sql insert into test_index values (1425, 1395217976671985849, 0.253992, '5hJCXiVcqx') index_test.go:143: sql update test_index set c1 = 2389492324577600568, c2 = 0.097048, c3 = 'iDCaQHDoU8' where c = 483 index_test.go:140: sql delete from test_index where c = 909 index_test.go:140: sql delete from test_index where c = 190 index_test.go:137: sql insert into test_index values (1426, 8529855830824583371, 0.416699, 'o9XdkX0oJA') index_test.go:143: sql update test_index set c1 = 2858825695181178245, c2 = 0.449558, c3 = 'JGq0Ott8Bg' where c = 778 index_test.go:137: sql insert into test_index values (1427, 8571855721554013412, 0.427938, 'oXfpNxEyVL') index_test.go:143: sql update test_index set c1 = 8866334760236730285, c2 = 0.200313, c3 = 't2wftd7cCV' where c = 1385 index_test.go:140: sql delete from test_index where c = 1299 index_test.go:143: sql update test_index set c1 = 8514773457650428884, c2 = 0.017303, c3 = '9LhcXydfEI' where c = 1171 index_test.go:140: sql delete from test_index where c = 1107 index_test.go:140: sql delete from test_index where c = 588 index_test.go:137: sql insert into test_index values (1428, 1424239894073329909, 0.552427, 'jlg5lsDACn') index_test.go:140: sql delete from test_index where c = 738 index_test.go:137: sql insert into test_index values (1429, 9028184545800067608, 0.383875, 'KK5iWpgJC0') index_test.go:143: sql update test_index set c1 = 5108190654195411131, c2 = 0.445153, c3 = 'dC7QOF3lRK' where c = 1384 index_test.go:137: sql insert into test_index values (1430, 3543324115929209086, 0.240068, 'juB8waBU97') index_test.go:143: sql update test_index set c1 = 7961928118942281083, c2 = 0.134017, c3 = 'ekARuqTbxd' where c = 94 index_test.go:137: sql insert into test_index values (1431, 7163195148620474001, 0.872880, 'gpNkdIwpGn') index_test.go:143: sql update test_index set c1 = 535517812739812106, c2 = 0.132414, c3 = 'TExpYvk0nt' where c = 911 index_test.go:137: sql insert into test_index values (1432, 9153770721980418665, 0.847889, 'sin6wiZKln') index_test.go:140: sql delete from test_index where c = 240 index_test.go:143: sql update test_index set c1 = 6700314694739438636, c2 = 0.967813, c3 = 'Dh1Hc6tN2j' where c = 1144 index_test.go:140: sql delete from test_index where c = 941 index_test.go:137: sql insert into test_index values (1434, 6233209060533810957, 0.942258, '5pfgKnqK4s') index_test.go:143: sql update test_index set c1 = 8110949712290899821, c2 = 0.233517, c3 = 'IW7R3LZmCx' where c = 1174 index_test.go:140: sql delete from test_index where c = 186 index_test.go:140: sql delete from test_index where c = 704 index_test.go:137: sql insert into test_index values (1435, 1200898260990315726, 0.241076, '24wnemLBpZ') index_test.go:137: sql insert into test_index values (1436, 6394705291507316302, 0.306175, 'Ln0ZGUjfoN') index_test.go:137: sql insert into test_index values (1433, 1203738589639433593, 0.624301, 'I8T1XxmetO') index_test.go:143: sql update test_index set c1 = 17787631775555758, c2 = 0.603729, c3 = 'rhPxGMsehN' where c = 984 index_test.go:137: sql insert into test_index values (1437, 6734774265304980951, 0.199182, 'HM9K8zuE8Z') index_test.go:143: sql update test_index set c1 = 8962275002771127828, c2 = 0.901258, c3 = '8hZxAdBeA5' where c = 16 index_test.go:140: sql delete from test_index where c = 664 index_test.go:140: sql delete from test_index where c = 1397 index_test.go:143: sql update test_index set c1 = 8545282779431863826, c2 = 0.573222, c3 = 'x5g3ILvbLS' where c = 450 index_test.go:143: sql update test_index set c1 = 1388355908505433006, c2 = 0.967304, c3 = 'DNYkTNxvyp' where c = 669 index_test.go:140: sql delete from test_index where c = 939 index_test.go:140: sql delete from test_index where c = 655 index_test.go:140: sql delete from test_index where c = 137 index_test.go:143: sql update test_index set c1 = 7420454201131893473, c2 = 0.428491, c3 = 'fgFV9DwQ2u' where c = 182 index_test.go:137: sql insert into test_index values (1438, 3057806413499193644, 0.382653, 'fV59GzICV1') index_test.go:140: sql delete from test_index where c = 278 index_test.go:143: sql update test_index set c1 = 1927393544989746136, c2 = 0.698256, c3 = 'T2qIE77tU9' where c = 813 index_test.go:137: sql insert into test_index values (1441, 4519028838156225067, 0.420940, '1ablZWgN43') index_test.go:137: sql insert into test_index values (1440, 2660521769786439335, 0.520481, 'Pk8VOadtYY') index_test.go:143: sql update test_index set c1 = 8386890710078190952, c2 = 0.521946, c3 = 'ku0Ol680E6' where c = 743 index_test.go:143: sql update test_index set c1 = 1553095368769193748, c2 = 0.450855, c3 = 'B0hRdSiWX7' where c = 509 index_test.go:137: sql insert into test_index values (1439, 3658728581629313774, 0.136158, 'oaXMBfPSjy') index_test.go:137: sql insert into test_index values (1442, 7032951092878335643, 0.074972, 'TjC4lwlN0A') index_test.go:137: sql insert into test_index values (1443, 4017759511850412870, 0.410352, 'CIm6VQFBYk') index_test.go:140: sql delete from test_index where c = 459 index_test.go:140: sql delete from test_index where c = 860 index_test.go:143: sql update test_index set c1 = 7754739117198796488, c2 = 0.682625, c3 = '3wbkF4grnE' where c = 1248 index_test.go:137: sql insert into test_index values (1445, 952018960871239829, 0.267843, 'l0Tvs3WUPW') index_test.go:137: sql insert into test_index values (1444, 1153127760282803631, 0.743722, 'wHV2ECGCwx') index_test.go:140: sql delete from test_index where c = 266 index_test.go:143: sql update test_index set c1 = 1672502582615969653, c2 = 0.872222, c3 = 'EyfdUdLFeq' where c = 114 index_test.go:140: sql delete from test_index where c = 547 index_test.go:140: sql delete from test_index where c = 1324 index_test.go:140: sql delete from test_index where c = 1341 index_test.go:137: sql insert into test_index values (1446, 5952466551757371352, 0.568541, 'lUtU8vzqts') index_test.go:143: sql update test_index set c1 = 810207197268018382, c2 = 0.510048, c3 = 'OjEs9m8FK0' where c = 136 index_test.go:143: sql update test_index set c1 = 4447868371004961524, c2 = 0.256754, c3 = 'sKAyqRiiGX' where c = 743 index_test.go:143: sql update test_index set c1 = 6052964393706865564, c2 = 0.223552, c3 = '9YjKhzbh20' where c = 99 index_test.go:140: sql delete from test_index where c = 312 index_test.go:137: sql insert into test_index values (1447, 8891886501651956506, 0.769939, '5xb7MtFRBN') index_test.go:143: sql update test_index set c1 = 2150897581326564641, c2 = 0.637750, c3 = 'tp7EikvARg' where c = 446 index_test.go:140: sql delete from test_index where c = 1085 index_test.go:140: sql delete from test_index where c = 1365 index_test.go:143: sql update test_index set c1 = 2651529516878590614, c2 = 0.711365, c3 = 'PiPUqUTV1L' where c = 393 index_test.go:137: sql insert into test_index values (1448, 6086596868192588623, 0.087004, 'ZTeycrORGe') index_test.go:137: sql insert into test_index values (1449, 6487397250858443676, 0.002063, 'r0DFx6W80M') index_test.go:143: sql update test_index set c1 = 4303360065202117377, c2 = 0.952775, c3 = '0lFxELnMUo' where c = 298 index_test.go:143: sql update test_index set c1 = 7190128325730178749, c2 = 0.011228, c3 = 'w3UqVn3FGq' where c = 1128 index_test.go:143: sql update test_index set c1 = 7110794482667043440, c2 = 0.215065, c3 = 'HglJHi8O13' where c = 774 index_test.go:143: sql update test_index set c1 = 2295271656341740651, c2 = 0.499139, c3 = 'MuWTyARFtU' where c = 1303 index_test.go:137: sql insert into test_index values (1450, 4850454932299141269, 0.533269, 'a7RQnYjIMx') index_test.go:140: sql delete from test_index where c = 1103 index_test.go:137: sql insert into test_index values (1452, 8352089932647804291, 0.880150, 'QEjMO5qtaa') index_test.go:137: sql insert into test_index values (1451, 5992999438269133799, 0.516581, 'ODaQxgjzZa') index_test.go:137: sql insert into test_index values (1453, 611811397806626248, 0.534739, 'GjkVNQY4gE') index_test.go:140: sql delete from test_index where c = 1272 index_test.go:137: sql insert into test_index values (1455, 4624237145391869499, 0.656334, 'XbLuN4GZUa') index_test.go:143: sql update test_index set c1 = 6908899116617577742, c2 = 0.353582, c3 = 'DbAbtexRIy' where c = 413 index_test.go:140: sql delete from test_index where c = 1180 index_test.go:137: sql insert into test_index values (1456, 5542934537494980610, 0.550499, 'cZ7KVQGKGS') index_test.go:137: sql insert into test_index values (1454, 4978088869454073699, 0.453998, 'ucvaCy1otn') index_test.go:140: sql delete from test_index where c = 616 index_test.go:143: sql update test_index set c1 = 6793880885942920808, c2 = 0.811868, c3 = 'e6sG9fT8lC' where c = 936 index_test.go:140: sql delete from test_index where c = 495 index_test.go:143: sql update test_index set c1 = 6365125403014216013, c2 = 0.308649, c3 = 'dD4rzidRtL' where c = 85 index_test.go:143: sql update test_index set c1 = 5135234138995276669, c2 = 0.672095, c3 = 'xCqZdkQyrV' where c = 149 index_test.go:140: sql delete from test_index where c = 158 index_test.go:140: sql delete from test_index where c = 1206 index_test.go:137: sql insert into test_index values (1457, 3212303215132554922, 0.435879, '3R7NPHfqDU') index_test.go:143: sql update test_index set c1 = 6411565613652606746, c2 = 0.309411, c3 = 'CGjAeQIvvY' where c = 30 index_test.go:140: sql delete from test_index where c = 1014 index_test.go:140: sql delete from test_index where c = 976 index_test.go:140: sql delete from test_index where c = 1247 index_test.go:140: sql delete from test_index where c = 290 index_test.go:143: sql update test_index set c1 = 2970253364889385631, c2 = 0.654501, c3 = 'WSXMKog94i' where c = 131 index_test.go:143: sql update test_index set c1 = 7455619560343899361, c2 = 0.073647, c3 = 'Z8uMGHGRCs' where c = 264 index_test.go:137: sql insert into test_index values (1459, 1733295531456084216, 0.262402, 'ZZwIxjJNn1') index_test.go:137: sql insert into test_index values (1460, 3534479481183281139, 0.495412, '4tQAgOzc0n') index_test.go:137: sql insert into test_index values (1458, 7943144784820033095, 0.301363, 'tqpZuFe5lX') index_test.go:137: sql insert into test_index values (1461, 1251873516988977331, 0.327959, 'JGqfnzI08f') index_test.go:140: sql delete from test_index where c = 203 index_test.go:143: sql update test_index set c1 = 1487928333957223467, c2 = 0.794632, c3 = 'XuVCldPH2Q' where c = 862 index_test.go:143: sql update test_index set c1 = 3256536678439551094, c2 = 0.621364, c3 = '3eZz5Uznff' where c = 562 index_test.go:137: sql insert into test_index values (1462, 1404292830062792345, 0.219807, 'fmsQ36iOwP') index_test.go:143: sql update test_index set c1 = 7931575425650131420, c2 = 0.171803, c3 = 'KrKtwWhZHd' where c = 244 index_test.go:140: sql delete from test_index where c = 144 index_test.go:143: sql update test_index set c1 = 6907912100062733918, c2 = 0.381603, c3 = 'DLVjQ5Ossm' where c = 790 index_test.go:137: sql insert into test_index values (1463, 3863190349171639690, 0.032735, '256PoDKqbT') index_test.go:140: sql delete from test_index where c = 673 index_test.go:143: sql update test_index set c1 = 696599120453672260, c2 = 0.082403, c3 = 'pHTYMBRvNp' where c = 488 index_test.go:137: sql insert into test_index values (1464, 5797200328195579558, 0.565042, 'Y7uqqCpIJu') index_test.go:140: sql delete from test_index where c = 437 index_test.go:140: sql delete from test_index where c = 855 index_test.go:143: sql update test_index set c1 = 8625728873315011164, c2 = 0.084556, c3 = 'BsNWMmxNKs' where c = 598 index_test.go:137: sql insert into test_index values (1466, 7511749799063339265, 0.268299, 'uTcqonUAAd') index_test.go:140: sql delete from test_index where c = 1020 index_test.go:140: sql delete from test_index where c = 457 index_test.go:143: sql update test_index set c1 = 1367910300505878272, c2 = 0.997626, c3 = 'sCprvF9P90' where c = 523 index_test.go:137: sql insert into test_index values (1465, 3561132257499457828, 0.567939, 'buTLtd2jyv') index_test.go:143: sql update test_index set c1 = 6487957016415272619, c2 = 0.353394, c3 = 'FA9kIwVs3W' where c = 1422 index_test.go:143: sql update test_index set c1 = 4533392790268561375, c2 = 0.164096, c3 = 'JK2VDgXffr' where c = 745 index_test.go:143: sql update test_index set c1 = 110679109625084837, c2 = 0.181008, c3 = 'k6wFEdEb02' where c = 641 index_test.go:137: sql insert into test_index values (1467, 2380560851632980019, 0.246856, 'weGmaqJDx0') index_test.go:137: sql insert into test_index values (1469, 3540126407045351592, 0.113860, '87WqYzq4K3') index_test.go:143: sql update test_index set c1 = 221662851569900517, c2 = 0.725247, c3 = 'F1lzFZreH3' where c = 1380 index_test.go:140: sql delete from test_index where c = 184 index_test.go:137: sql insert into test_index values (1468, 6440018102293084445, 0.113064, 'pEmzdyke1d') index_test.go:140: sql delete from test_index where c = 703 index_test.go:137: sql insert into test_index values (1470, 4306953440354966627, 0.523436, 'cK1lqfC8xJ') index_test.go:137: sql insert into test_index values (1472, 8026347069223541138, 0.023115, 'zTTWTAFuYV') index_test.go:140: sql delete from test_index where c = 187 index_test.go:137: sql insert into test_index values (1473, 5329617178467608579, 0.612634, 'Kd98dfoqYU') index_test.go:140: sql delete from test_index where c = 276 index_test.go:137: sql insert into test_index values (1471, 8468333684927285130, 0.413937, 't0LwU51u6b') index_test.go:140: sql delete from test_index where c = 1268 index_test.go:143: sql update test_index set c1 = 4550944145641243253, c2 = 0.667773, c3 = 'f3awCNvMj6' where c = 143 index_test.go:140: sql delete from test_index where c = 670 index_test.go:143: sql update test_index set c1 = 5731258234649777156, c2 = 0.037361, c3 = 'gUxe7KZjww' where c = 1438 index_test.go:140: sql delete from test_index where c = 901 index_test.go:143: sql update test_index set c1 = 6923451212576623234, c2 = 0.241547, c3 = 'crcksgTnB7' where c = 806 index_test.go:137: sql insert into test_index values (1474, 5061572993840271619, 0.016023, 'SXxDByfNs0') index_test.go:140: sql delete from test_index where c = 1466 index_test.go:143: sql update test_index set c1 = 5191758091401754483, c2 = 0.106687, c3 = 'OBEiuyVIDX' where c = 1280 index_test.go:143: sql update test_index set c1 = 6245917152288963645, c2 = 0.218170, c3 = 'c9M5k90xnT' where c = 497 index_test.go:140: sql delete from test_index where c = 1257 index_test.go:143: sql update test_index set c1 = 7894182611123708079, c2 = 0.753464, c3 = 'nEvKKpJy8Z' where c = 888 index_test.go:137: sql insert into test_index values (1475, 5897916556388291706, 0.168606, 'FDEv2r84F8') index_test.go:143: sql update test_index set c1 = 2812480135445182897, c2 = 0.103077, c3 = '5TuSlD97mu' where c = 1230 index_test.go:137: sql insert into test_index values (1476, 5920312960916941657, 0.226918, 'ok1jx4APRj') index_test.go:137: sql insert into test_index values (1478, 8909600657243916748, 0.150709, 'cOTvAqfj4z') index_test.go:143: sql update test_index set c1 = 196672051678622794, c2 = 0.923835, c3 = 'T1BjO36Mk1' where c = 988 index_test.go:140: sql delete from test_index where c = 1366 index_test.go:140: sql delete from test_index where c = 1108 index_test.go:137: sql insert into test_index values (1479, 1052147195248561450, 0.027886, 'UAWsmNqUN0') index_test.go:143: sql update test_index set c1 = 2480715795255459676, c2 = 0.022466, c3 = 'b461DnXI0p' where c = 772 index_test.go:137: sql insert into test_index values (1480, 6647750432339257103, 0.359708, 'SJxvYdHbhu') index_test.go:137: sql insert into test_index values (1477, 3136953324991040752, 0.541486, 'dScgeyesDz') index_test.go:140: sql delete from test_index where c = 1445 index_test.go:140: sql delete from test_index where c = 266 index_test.go:140: sql delete from test_index where c = 514 index_test.go:137: sql insert into test_index values (1482, 8038825423489325362, 0.963362, '5Z9nj7GBd0') index_test.go:143: sql update test_index set c1 = 2220770099490613178, c2 = 0.235694, c3 = 'QMWmmuwCJI' where c = 499 index_test.go:140: sql delete from test_index where c = 1058 index_test.go:137: sql insert into test_index values (1481, 1097575550353429863, 0.682242, 'LrN2QJjnl0') index_test.go:140: sql delete from test_index where c = 1439 index_test.go:143: sql update test_index set c1 = 1742470466619002139, c2 = 0.609986, c3 = 'U6h8O1HFEO' where c = 1355 index_test.go:143: sql update test_index set c1 = 6528780766435084379, c2 = 0.021643, c3 = 'Y66M9xIzde' where c = 363 index_test.go:143: sql update test_index set c1 = 7755979637125534452, c2 = 0.550724, c3 = 'jZ1fGpXACA' where c = 637 index_test.go:140: sql delete from test_index where c = 189 index_test.go:143: sql update test_index set c1 = 7825958155964340945, c2 = 0.724010, c3 = '37YiGpmWM8' where c = 908 index_test.go:137: sql insert into test_index values (1483, 3163583116265906011, 0.533822, 'cTdSeXti8C') index_test.go:140: sql delete from test_index where c = 289 index_test.go:137: sql insert into test_index values (1484, 8072149394287393943, 0.731540, 'euGNf1aZF1') index_test.go:143: sql update test_index set c1 = 6697222414684736149, c2 = 0.348915, c3 = 'ykdk1oE01T' where c = 60 index_test.go:143: sql update test_index set c1 = 2716125775666586264, c2 = 0.102745, c3 = 'dSVgu88Vw6' where c = 234 index_test.go:143: sql update test_index set c1 = 1902423609792480095, c2 = 0.873053, c3 = 'K6lpIWwgAq' where c = 1177 index_test.go:137: sql insert into test_index values (1485, 6420182172768774012, 0.858423, 'Lda7rMKERK') index_test.go:137: sql insert into test_index values (1486, 2990181523154262005, 0.455078, 'dKCpupuA0A') index_test.go:143: sql update test_index set c1 = 1045186719487897552, c2 = 0.544919, c3 = 'EuYLpG6Ozu' where c = 1204 index_test.go:137: sql insert into test_index values (1488, 5105116581135807509, 0.669407, 'xrYdgSm8b8') index_test.go:140: sql delete from test_index where c = 112 index_test.go:140: sql delete from test_index where c = 1235 index_test.go:137: sql insert into test_index values (1487, 5754361923972532144, 0.887329, 'i5EyA4nYn8') index_test.go:140: sql delete from test_index where c = 706 index_test.go:137: sql insert into test_index values (1489, 6295063637515397267, 0.210795, 'CZXYXeUtL2') index_test.go:137: sql insert into test_index values (1490, 379854182006865949, 0.149302, 'niQ8Xu1xFO') index_test.go:137: sql insert into test_index values (1491, 2229333503879605351, 0.446006, '1T8u9Hla2j') index_test.go:140: sql delete from test_index where c = 241 index_test.go:140: sql delete from test_index where c = 96 index_test.go:143: sql update test_index set c1 = 8647088238052705308, c2 = 0.681825, c3 = 'N7bubFoIi0' where c = 447 index_test.go:140: sql delete from test_index where c = 1397 index_test.go:143: sql update test_index set c1 = 7625034588936071418, c2 = 0.053740, c3 = 'A9rvRLLFU1' where c = 102 index_test.go:143: sql update test_index set c1 = 4525283768849828987, c2 = 0.769371, c3 = 'bGbaFSBCzt' where c = 558 index_test.go:137: sql insert into test_index values (1492, 1175596843026149482, 0.296250, 't9HvomoHsI') index_test.go:143: sql update test_index set c1 = 6933557184832785458, c2 = 0.654928, c3 = 'JNCuDEdZWM' where c = 1021 index_test.go:140: sql delete from test_index where c = 770 index_test.go:143: sql update test_index set c1 = 1932603838087702419, c2 = 0.121573, c3 = 'P8O8cvvDJA' where c = 52 index_test.go:140: sql delete from test_index where c = 479 index_test.go:140: sql delete from test_index where c = 1319 index_test.go:140: sql delete from test_index where c = 367 index_test.go:143: sql update test_index set c1 = 5311074937886870918, c2 = 0.059400, c3 = 'EOnOUgROgk' where c = 78 index_test.go:143: sql update test_index set c1 = 7148154171744875290, c2 = 0.094035, c3 = 'gcu0lz3BTo' where c = 376 index_test.go:137: sql insert into test_index values (1495, 2447710803702355504, 0.770457, '2iDcfDP7BY') index_test.go:137: sql insert into test_index values (1494, 8014716953633330622, 0.265876, 'BAVdU1MJsC') index_test.go:137: sql insert into test_index values (1493, 8550250088988940133, 0.548338, 'b1CgcZHFCc') index_test.go:143: sql update test_index set c1 = 1203844679218774977, c2 = 0.723901, c3 = 'ROieGAK1Xl' where c = 632 index_test.go:137: sql insert into test_index values (1496, 139710645720964036, 0.737823, 'CAsM5Qu48W') index_test.go:140: sql delete from test_index where c = 726 index_test.go:140: sql delete from test_index where c = 224 index_test.go:143: sql update test_index set c1 = 7623177540019940134, c2 = 0.170221, c3 = 'DyS7Btt6tL' where c = 879 index_test.go:137: sql insert into test_index values (1497, 2731365442252538043, 0.384500, 'rUoOkOUjIF') index_test.go:143: sql update test_index set c1 = 3561233758007638725, c2 = 0.127291, c3 = '4pZrdqT8bV' where c = 1282 index_test.go:137: sql insert into test_index values (1498, 7937896442411879458, 0.457479, '6qyuxvC8jZ') index_test.go:140: sql delete from test_index where c = 435 index_test.go:140: sql delete from test_index where c = 1146 index_test.go:137: sql insert into test_index values (1499, 6934085718647742515, 0.671246, 'C5MgLDB6kO') index_test.go:143: sql update test_index set c1 = 8961903858898219825, c2 = 0.163830, c3 = 'OaNvnjpok9' where c = 419 index_test.go:143: sql update test_index set c1 = 5872937577171112990, c2 = 0.654113, c3 = 'r5ntgQfPjd' where c = 1298 index_test.go:140: sql delete from test_index where c = 738 index_test.go:140: sql delete from test_index where c = 1443 index_test.go:143: sql update test_index set c1 = 3729329222314470690, c2 = 0.178381, c3 = 'XEhZpZZ5ua' where c = 978 index_test.go:140: sql delete from test_index where c = 390 index_test.go:143: sql update test_index set c1 = 145261393546976669, c2 = 0.300918, c3 = 'JFtHJSS5lT' where c = 298 index_test.go:143: sql update test_index set c1 = 5553248330000135662, c2 = 0.778451, c3 = 'R026BV9rqm' where c = 97 index_test.go:143: sql update test_index set c1 = 3487817906423306413, c2 = 0.801243, c3 = '7EHEQ0TZJo' where c = 687 index_test.go:137: sql insert into test_index values (1500, 5413395263996168198, 0.796143, 'aUWU2QE7Wv') index_test.go:143: sql update test_index set c1 = 8119072806055049134, c2 = 0.573519, c3 = 'kCFnngVzek' where c = 674 index_test.go:140: sql delete from test_index where c = 1359 index_test.go:143: sql update test_index set c1 = 4064232036161145576, c2 = 0.354421, c3 = 'NikfIGpUsU' where c = 206 [2024/05/06 21:35:01.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1660' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6290' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '771' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2685' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7831' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5408' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.211 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '896' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.211 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5812' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.211 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8877' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.211 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4647' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.211 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8514' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.211 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5910' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.211 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9902' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.212 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3694' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.212 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2100' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.212 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3663' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.213 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '937' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.213 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '781' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.213 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7270' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.213 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1941' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.214 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4787' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.214 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '602' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.214 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8384' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.214 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8202' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.214 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4163' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.215 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3242' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.215 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5645' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.215 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5929' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.215 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6726' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.216 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9902' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.217 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8809' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.217 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7527' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.217 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1389' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.217 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7356' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.217 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7872' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.217 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8338' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.218 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9903' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.218 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6789' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.218 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5695' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.219 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '208' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.220 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6354' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.220 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '457' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.220 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9425' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.220 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1671' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.220 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8964' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.220 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3208' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.221 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9309' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.221 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3451' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.221 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '242' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.221 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '217' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.221 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2792' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.221 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7285' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.221 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6313' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.222 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5187' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.222 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '323' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.223 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1274' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.223 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '649' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.223 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7705' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.223 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2409' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.224 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5725' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.224 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '744' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.225 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8670' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.225 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2748' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.226 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '638' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.226 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5113' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.226 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6683' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3611' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9185' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2763' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8539' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9005' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4085' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.228 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9185' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.228 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9167' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.228 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4160' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.228 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6239' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.228 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1217' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.228 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '703' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.229 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '331' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.229 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3937' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.230 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2189' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.230 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8283' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.231 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9050' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.231 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8142' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.231 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9537' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.231 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8115' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.231 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2634' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.231 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9506' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.232 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6753' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.232 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2062' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.232 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3007' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.232 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5575' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.232 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3086' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.232 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7539' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.232 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7574' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.232 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '625' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.233 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '574' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.233 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9116' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.233 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4989' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.233 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3476' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.233 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3517' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.233 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6230' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.234 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4803' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.234 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6008' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.234 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1811' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.234 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6101' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.234 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4638' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.235 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6544' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.235 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5636' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.235 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9988' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.235 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '143' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.235 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2350' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.235 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1695' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3036' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9633' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6945' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3717' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '33' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2023' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6595' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.237 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5081' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.237 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5546' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.238 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6231' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.238 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3761' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.238 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '686' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.238 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4434' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.238 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1442' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.238 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '531' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.238 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4633' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.238 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2222' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.239 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5443' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.239 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4979' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.239 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6632' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.239 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6577' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.239 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8313' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.239 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7822' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.240 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1097' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.240 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2320' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.240 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1918' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.240 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3440' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.240 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1864' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.241 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3766' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.241 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3012' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.241 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5607' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.242 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4947' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.242 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3230' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.242 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5645' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.243 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1982' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.243 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1664' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.244 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6080' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.244 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4340' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.244 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9693' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.244 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3950' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.244 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5506' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.245 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7496' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.245 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9994' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.245 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8706' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.295 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2815' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.297 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2492' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.299 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1358' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.299 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3869' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.300 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9707' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.300 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2852' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.300 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5931' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.302 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1318' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.303 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8512' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.303 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2173' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.303 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1615' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.303 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '121' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.304 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8066' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.304 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6941' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.304 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6526' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.304 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7805' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.305 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8219' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.305 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7934' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.305 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7497' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.305 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4996' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.306 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7025' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.306 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '516' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.306 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6734' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.306 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5413' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.306 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6204' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.308 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8388' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.308 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7585' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.308 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8832' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.308 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7054' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.308 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3860' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.308 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1955' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.308 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3906' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.309 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7906' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.309 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '98' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.309 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7581' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.309 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8633' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.309 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6303' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.310 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3556' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.310 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '666' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.310 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2421' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.311 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6992' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.311 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6762' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.311 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9930' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.311 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9808' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.312 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3912' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.312 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6176' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.313 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1359' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.313 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3008' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.314 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4552' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.314 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6302' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.314 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4775' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.315 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9520' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.315 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1584' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.316 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7730' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.316 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2454' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.316 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4105' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.316 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4585' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8285' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8992' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3656' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7046' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6269' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2298' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7303' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9179' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.318 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4164' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.318 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5145' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.318 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8241' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.319 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '814' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.319 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5596' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.319 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8438' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.319 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '210' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.319 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2692' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.320 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '799' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.320 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5332' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.320 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5381' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '593' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5592' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6252' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7623' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '395' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3907' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.322 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '217' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.322 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5370' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.322 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1060' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.322 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6020' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.322 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8765' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.323 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6745' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.323 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4975' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.323 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3643' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8033' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5817' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3695' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5772' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4987' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8197' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1970' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.325 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5639' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.325 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4223' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.325 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9541' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.325 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1133' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.325 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '687' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.325 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3519' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4747' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4398' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7757' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4156' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '850' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4151' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6867' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9750' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2016' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3334' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2822' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8153' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.328 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1065' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.328 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6729' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.328 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2817' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.328 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7231' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.328 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4173' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.328 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8709' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.328 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3932' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.328 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6268' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.329 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '965' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.329 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '514' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.329 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6573' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.329 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8091' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.329 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6771' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.329 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8956' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.329 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7059' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.329 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5475' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.329 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9995' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.330 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '562' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.330 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2482' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.330 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1040' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.330 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6252' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.330 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8857' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.330 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9553' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.330 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6803' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.330 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6421' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.331 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5535' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.331 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5491' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.331 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5536' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.331 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '129' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.331 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1816' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.331 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4718' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.331 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8800' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.331 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3517' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.331 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6205' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '112' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4779' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8528' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1216' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1552' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2812' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4545' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.333 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3519' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.333 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '867' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.333 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9723' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.333 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2794' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.333 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4727' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7909' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3482' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8762' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6596' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3535' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6852' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '777' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8518' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3232' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9597' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.335 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5855' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.335 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7543' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.335 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5850' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.336 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '503' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.336 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3087' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.336 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '893' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.336 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4678' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.336 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7207' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.336 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3531' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9984' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7593' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1110' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '964' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1398' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.338 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5971' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.338 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2060' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.338 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '136' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.339 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8958' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.339 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1845' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.339 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8411' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.339 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4320' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.396 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9800' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.396 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8019' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.396 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8495' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.396 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2638' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.397 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3573' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.397 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6211' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.397 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2295' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.398 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9884' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.398 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3001' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.398 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7531' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.399 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6934' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.399 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1563' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.399 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6347' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.399 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7471' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.399 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4500' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.400 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6608' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.400 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7932' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.401 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2940' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.401 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8288' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.401 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1356' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.401 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '143' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.401 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3181' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.402 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4823' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.403 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6077' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.403 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4943' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.405 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6012' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.405 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8103' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.405 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3505' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.405 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9329' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.405 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9945' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.406 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3129' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.406 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4218' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.406 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9986' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.406 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2897' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.406 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '489' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.406 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5294' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.407 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9304' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.407 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5026' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.407 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4958' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.407 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8671' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.408 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1576' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.408 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5821' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.408 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '895' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.408 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8127' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5592' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1954' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4081' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3278' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3342' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.410 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8293' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.410 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6630' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.410 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6230' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.410 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '788' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.411 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9399' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.411 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5384' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.411 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7954' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.412 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7199' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.412 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '792' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.412 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1968' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.412 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7950' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.412 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3951' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.412 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8594' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.412 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6207' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.412 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5255' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.413 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4433' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.413 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2809' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.413 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7266' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.414 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6976' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.414 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8515' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.414 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6023' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.414 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3492' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.414 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2985' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.414 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3155' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.415 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4180' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.415 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5943' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.415 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4645' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.415 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '649' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.416 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1496' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.416 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1955' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.416 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '602' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.416 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3012' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.417 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9439' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.417 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '898' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.418 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8348' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.418 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3557' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.418 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6643' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.419 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5864' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.419 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2514' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.419 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6909' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.420 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9228' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.420 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4089' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.420 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5677' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.420 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8671' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.421 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5182' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.421 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4982' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.421 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7081' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.421 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6318' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.421 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5927' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.421 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4990' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.422 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2446' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.422 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2668' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.422 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '717' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.422 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5506' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.422 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2362' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.422 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '726' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.423 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2149' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.423 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7603' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.423 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6956' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.423 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2797' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.423 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4657' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.423 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3106' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.423 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1103' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.424 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '639' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.424 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8410' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.424 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7196' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.424 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3617' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5071' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1029' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8883' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7474' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '603' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '129' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1539' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7800' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5860' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6798' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1714' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8576' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.427 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '249' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.427 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '742' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.427 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4499' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.428 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7220' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.428 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3773' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.428 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1778' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.429 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9333' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3960' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4739' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2196' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2193' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8395' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3973' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2669' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3684' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2210' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.431 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3349' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.431 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4273' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.431 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7390' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.431 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8601' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.431 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4792' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.431 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3969' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.431 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '70' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.431 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8039' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.432 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2665' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.432 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7898' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.432 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7235' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.432 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9571' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.432 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1721' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.432 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3014' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.433 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4694' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.433 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1316' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.433 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1807' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.433 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9708' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.434 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6318' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.434 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1978' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.434 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4912' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.434 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6954' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.434 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1807' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.435 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3629' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.435 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5828' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.435 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5048' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.435 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9334' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.436 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2127' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.436 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '605' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.436 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5370' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.437 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6008' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.437 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6033' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.438 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '300' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.438 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5694' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.439 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3343' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.439 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4010' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.439 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9790' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.439 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3758' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.439 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4368' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.439 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3708' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.439 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2058' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.439 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7305' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.440 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1628' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.495 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7281' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.495 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4461' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.495 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4297' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.496 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2898' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.497 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5379' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.497 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4611' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.498 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4519' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.499 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9178' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.499 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1451' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.500 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3266' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.500 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8765' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.500 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3973' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.501 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7997' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.501 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5072' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.502 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1055' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.504 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3970' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.504 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8136' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.504 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3870' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.504 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7639' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.504 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8063' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.504 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2481' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.504 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9725' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.505 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5670' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.505 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5369' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.505 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9281' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.506 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9005' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.506 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3308' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.506 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '149' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.506 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2269' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.506 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8899' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.507 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8001' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.507 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3695' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.508 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5373' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.508 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7922' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.508 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5810' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.509 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9091' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.509 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8904' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.509 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5828' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8091' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7674' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.511 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4359' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.511 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9520' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.511 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '330' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.511 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6656' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7907' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7787' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5124' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9400' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2927' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4969' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2687' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5267' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1352' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.513 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1068' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.513 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '326' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.513 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6549' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.513 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9696' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3001' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9941' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7676' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3360' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8588' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8396' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.515 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4858' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.515 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8510' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.515 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3276' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.515 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1488' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5513' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4574' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3008' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.517 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5442' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.517 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4778' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.517 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7093' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.517 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2648' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.518 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7422' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.518 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '295' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.519 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2323' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.520 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7309' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.520 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7069' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.520 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3444' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.520 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8232' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.520 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5229' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.521 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3709' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4537' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1811' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7127' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6106' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8263' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5242' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.523 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7948' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.523 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3535' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.523 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5936' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.523 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6026' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.523 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3480' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5746' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6111' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5006' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6077' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8169' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6301' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2612' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2443' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3296' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9760' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3869' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4802' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7266' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8209' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2312' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.527 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '32' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.527 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8915' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.527 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1097' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.527 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9771' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.528 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '309' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.528 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3719' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.528 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6138' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.528 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '424' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.529 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3257' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.529 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '569' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.529 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1654' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7631' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1956' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9992' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8792' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1442' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3773' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5181' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7419' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.531 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '557' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.531 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8491' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.531 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1356' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.531 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6915' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.531 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4431' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.532 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '281' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.533 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4792' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.533 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5279' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.533 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5863' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.533 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6410' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.533 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6144' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.534 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3897' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.534 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7212' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.534 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4605' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4940' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4975' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7895' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6871' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2521' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4297' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8253' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5559' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6273' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9822' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1941' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6828' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9914' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4757' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1406' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2023' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7164' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '712' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5342' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1401' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7112' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2026' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.539 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4696' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.539 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1726' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.539 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1164' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.539 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2189' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4920' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3038' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3771' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6513' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4499' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3668' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '109' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.541 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3450' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.594 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '780' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.594 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1640' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.594 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9823' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.594 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4024' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.596 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8384' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.596 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1671' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.597 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7108' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.598 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4716' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.598 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '458' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.599 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3233' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.599 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2338' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.599 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2403' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.599 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7411' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.600 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8609' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.600 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3228' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.601 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5588' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.601 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8817' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.601 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7216' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.601 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9744' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.602 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9200' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.602 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3613' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.602 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6476' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.602 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5366' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.602 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8027' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.603 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5601' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.603 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6459' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.603 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1313' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.603 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3136' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.603 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1069' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.603 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2879' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.603 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8439' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.604 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1373' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.604 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9060' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.604 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3668' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.604 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2232' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.604 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6246' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.604 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '815' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.605 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7046' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.605 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1401' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.605 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9891' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.605 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1158' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.605 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5115' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.606 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6321' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.606 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5071' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.606 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2351' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.606 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6080' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.606 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7179' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.606 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9401' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.607 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8542' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.607 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6728' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.607 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5683' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.607 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2480' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.608 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3255' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.608 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3964' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.608 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2510' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.608 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4201' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.608 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6248' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.608 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1562' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.608 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9310' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.609 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3210' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.609 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4996' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.609 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5797' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.609 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1823' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.609 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '134' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.610 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8080' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.610 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3260' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.610 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8671' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.610 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6103' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.611 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3608' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.611 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '458' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.611 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '342' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.611 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6360' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.611 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6524' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.611 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2398' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.611 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9958' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.611 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8786' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3307' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4835' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9800' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5827' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7933' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5865' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '34' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8210' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.613 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8563' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.613 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4914' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.613 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6957' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.613 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5399' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.613 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '836' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.613 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3555' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.613 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '63' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.614 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '250' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.614 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1389' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.614 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3796' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.614 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5121' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.614 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2398' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.614 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6380' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.615 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9572' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.615 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2027' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.615 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5337' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.615 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6651' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.615 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1298' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '822' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9345' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4023' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1199' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '495' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4364' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7632' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1161' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6819' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2134' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '94' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7922' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3798' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5202' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9125' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2919' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3384' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.618 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7744' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.618 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1622' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.618 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2846' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.618 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '929' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.618 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3448' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.618 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7845' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.618 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1010' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.618 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5811' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.618 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1459' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.619 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3742' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.619 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6650' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.620 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8709' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.620 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9572' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.620 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9876' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.620 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3304' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.620 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8068' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.620 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5329' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.621 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7872' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.621 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '571' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.621 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3277' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.622 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1305' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.622 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '55' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.622 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6481' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.622 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7594' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.622 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6947' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.622 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9651' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9718' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3439' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2440' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2236' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1371' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3143' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9880' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9707' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9006' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.624 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1254' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.624 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5126' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.624 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5943' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.624 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8862' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.624 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6460' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.625 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2960' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.625 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5733' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.625 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4579' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.625 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '666' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.625 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '281' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7176' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8605' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '495' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3775' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3979' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2339' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6559' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3914' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8759' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.627 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '281' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.627 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1380' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.627 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6493' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.628 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '837' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.628 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2385' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.628 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3743' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.628 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8357' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.628 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1277' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.628 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2764' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.628 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1548' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8590' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9254' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2506' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4945' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.630 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7600' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.630 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8048' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.630 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6978' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.630 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3492' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.630 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2722' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.631 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5119' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.631 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1664' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.631 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7501' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.631 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8700' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.631 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4298' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8031' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2942' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4249' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4257' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1803' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5030' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.633 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3052' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.633 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5918' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.633 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7346' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.633 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8388' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.634 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6035' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.634 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1060' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.634 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6290' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.634 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1992' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.634 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2756' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.634 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2459' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.634 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5093' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.634 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1409' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.635 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8791' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.635 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9046' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.635 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1689' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.636 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1260' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.636 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8230' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.636 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7694' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.637 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3590' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.637 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '687' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.637 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5111' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.638 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6334' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.638 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7635' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.638 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '524' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.638 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5145' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.639 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7704' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.639 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9056' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.639 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7369' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.639 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '565' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.639 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4805' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.639 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6903' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.639 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7710' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.639 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5723' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.639 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3310' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.640 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5317' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.640 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1559' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.640 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5450' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.640 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7846' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.694 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6450' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.694 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6892' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.695 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7761' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.695 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '487' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.696 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7313' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.697 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2398' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.698 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2912' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.698 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3510' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.700 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7561' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.700 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1231' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.701 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '114' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.701 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8590' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.701 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3610' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.702 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4138' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.703 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6590' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.703 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9572' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.704 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3658' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.704 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9827' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.705 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7279' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.705 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6448' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.706 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1589' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.706 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7310' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.706 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5497' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.706 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '884' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.707 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8738' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.707 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3038' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.708 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2701' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.709 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '534' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.709 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5126' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '382' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2510' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '792' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2441' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5665' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2004' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2438' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4426' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6978' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.711 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2791' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.711 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4721' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.711 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7387' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.711 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8283' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.711 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '558' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.712 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5190' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.712 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3947' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.712 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9297' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.713 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7920' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.713 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5357' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.713 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8422' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.713 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7630' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.713 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8614' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.713 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6378' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.714 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7359' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.714 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5526' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.714 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6833' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.714 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9449' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.714 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3718' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.714 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '849' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.714 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '884' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4536' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2699' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3643' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8807' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5638' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4646' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6369' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '747' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4835' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8836' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5351' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5843' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4499' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9930' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3541' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5817' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5252' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5559' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4707' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2875' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4055' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5600' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8705' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2442' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.719 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7918' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.719 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9038' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.719 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8871' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.719 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1072' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.719 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '251' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.719 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9204' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.720 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4906' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.720 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7730' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.720 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9507' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.720 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1303' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.720 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '579' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.720 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8744' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.720 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3643' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.720 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3850' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.721 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3622' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.721 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4647' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.721 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7107' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.722 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7080' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.722 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8975' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.722 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8186' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.722 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5928' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.722 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '825' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.722 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7255' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.723 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7197' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.723 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '663' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.723 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1799' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.723 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3982' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.723 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4974' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.723 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3465' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.723 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4834' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2902' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7657' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4010' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1421' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8043' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '422' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2572' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2123' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8206' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8840' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.725 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1994' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.725 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7408' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.725 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7868' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.725 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6416' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.725 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7084' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.726 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5328' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.726 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1799' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.726 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '591' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.726 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '488' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.726 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5711' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.727 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7235' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.727 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3008' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.727 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1335' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.727 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2483' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.728 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4554' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.728 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5196' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.728 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2563' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.728 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9141' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.729 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3678' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.729 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6477' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.729 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4273' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.729 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8981' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.729 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4650' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2625' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3813' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5139' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4392' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7754' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4985' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '893' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1369' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '443' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3570' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5595' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7320' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4820' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9020' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5513' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3240' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3948' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9609' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5480' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3992' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9258' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '186' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9408' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7746' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '457' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9459' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '15' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6447' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '968' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.735 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6691' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.735 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6866' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.735 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4151' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.736 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7561' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.736 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '537' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.736 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9727' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.736 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3916' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.736 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9907' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.736 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4198' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7858' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2023' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7529' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3751' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4356' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2386' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9732' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1888' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9380' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '39' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2272' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3950' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6884' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2312' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8085' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8051' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9147' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.739 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7396' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.739 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7058' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.739 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1400' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.739 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4869' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.740 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6746' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.740 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3991' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.740 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3719' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.740 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6904' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.740 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5460' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.741 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7512' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.741 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8482' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.741 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2683' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.741 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1488' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.741 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7007' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.741 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5751' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.741 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1260' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.742 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3796' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.742 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7812' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1509, 5001099823406458883, 0.609166, 'VgKFOFTjcd') index_test.go:137: sql insert into test_index values (1501, 443036635805118282, 0.015960, 'U2sC84H199') index_test.go:137: sql insert into test_index values (1503, 2807556567604656153, 0.376016, 'ZrEWGLmZ5g') index_test.go:137: sql insert into test_index values (1505, 622196503581933031, 0.202262, 'OASTruT2qL') index_test.go:137: sql insert into test_index values (1502, 6649545748615968126, 0.081008, 'VRmPgQE6Ub') index_test.go:137: sql insert into test_index values (1504, 5221509494911721006, 0.088976, 'QGiy8IiHyG') index_test.go:137: sql insert into test_index values (1510, 8059838761647822868, 0.855592, 'KCVw9RfkYi') index_test.go:137: sql insert into test_index values (1507, 2489886919792956266, 0.139670, 'vu5yZFUXgD') index_test.go:137: sql insert into test_index values (1508, 1642189854970894940, 0.065239, '14bKc784JP') index_test.go:140: sql delete from test_index where c = 1341 index_test.go:137: sql insert into test_index values (1506, 3290042441244198344, 0.789880, 'V4NpJ5yT2E') index_test.go:140: sql delete from test_index where c = 415 index_test.go:140: sql delete from test_index where c = 424 index_test.go:140: sql delete from test_index where c = 343 index_test.go:143: sql update test_index set c1 = 3814934342775526243, c2 = 0.897785, c3 = 'eo2FHQTIWJ' where c = 1275 index_test.go:140: sql delete from test_index where c = 277 index_test.go:140: sql delete from test_index where c = 788 index_test.go:140: sql delete from test_index where c = 1486 index_test.go:143: sql update test_index set c1 = 2925993962577979820, c2 = 0.170421, c3 = 'dabYl6YquP' where c = 664 index_test.go:140: sql delete from test_index where c = 303 index_test.go:140: sql delete from test_index where c = 1141 index_test.go:140: sql delete from test_index where c = 1467 index_test.go:143: sql update test_index set c1 = 392205120824015428, c2 = 0.986208, c3 = 'PO2R2tBxL0' where c = 461 index_test.go:137: sql insert into test_index values (1511, 8040214243558158065, 0.529803, '5564vnp1Ir') index_test.go:143: sql update test_index set c1 = 3401710770782974701, c2 = 0.620325, c3 = 'DIXqEFuJYm' where c = 564 index_test.go:143: sql update test_index set c1 = 6344027557876826075, c2 = 0.990619, c3 = 'olz1gmH0NY' where c = 1172 index_test.go:137: sql insert into test_index values (1512, 6468233842147530874, 0.067481, 'VFslm4Fusq') index_test.go:143: sql update test_index set c1 = 4134203524015217117, c2 = 0.814759, c3 = 'LENUWBRjTp' where c = 298 index_test.go:143: sql update test_index set c1 = 3944568471169295717, c2 = 0.988345, c3 = 'OftMQ5NbpG' where c = 449 index_test.go:140: sql delete from test_index where c = 188 index_test.go:143: sql update test_index set c1 = 6723326104317464263, c2 = 0.192800, c3 = 'wwZx1F2QVR' where c = 1380 index_test.go:137: sql insert into test_index values (1514, 7517488946455777729, 0.271664, '6bN4DQMgRU') index_test.go:143: sql update test_index set c1 = 8850045719989348063, c2 = 0.549444, c3 = 'iI4B4skIXg' where c = 1255 index_test.go:143: sql update test_index set c1 = 292552816082506737, c2 = 0.788247, c3 = 'OJroLTaCdO' where c = 839 index_test.go:137: sql insert into test_index values (1515, 1824262163199304663, 0.091251, 'qtFAsx7ny3') index_test.go:137: sql insert into test_index values (1513, 3966794346738888434, 0.055726, '1mR8juWqkS') index_test.go:140: sql delete from test_index where c = 798 index_test.go:140: sql delete from test_index where c = 746 index_test.go:137: sql insert into test_index values (1518, 2368614277171656464, 0.745388, 'Cph7Sn6fOo') index_test.go:137: sql insert into test_index values (1516, 1438505596038351763, 0.796484, 'vUlzSAiJKd') index_test.go:137: sql insert into test_index values (1520, 3823442636846691441, 0.122429, 'fh2QODCobY') index_test.go:143: sql update test_index set c1 = 1233545038159654240, c2 = 0.477534, c3 = 'uRwAHgZDFj' where c = 1066 index_test.go:143: sql update test_index set c1 = 5243378242165122400, c2 = 0.967677, c3 = 'Ega23pk4TR' where c = 350 index_test.go:137: sql insert into test_index values (1517, 5077908761429340577, 0.476436, 'UjavgHgLOs') index_test.go:140: sql delete from test_index where c = 1012 index_test.go:140: sql delete from test_index where c = 827 index_test.go:140: sql delete from test_index where c = 518 index_test.go:137: sql insert into test_index values (1519, 5031792724531195378, 0.816564, 'w5dfuOj9YK') index_test.go:140: sql delete from test_index where c = 384 index_test.go:140: sql delete from test_index where c = 583 index_test.go:137: sql insert into test_index values (1521, 314815156265586262, 0.870080, 'ZQjPG4saNj') index_test.go:143: sql update test_index set c1 = 620437634563654525, c2 = 0.701896, c3 = 'XjyLl7TsrM' where c = 863 index_test.go:137: sql insert into test_index values (1522, 8064072298317635357, 0.497817, 'SX8smfNsGM') index_test.go:143: sql update test_index set c1 = 8710225138893986133, c2 = 0.297848, c3 = 'poWOcwSBi6' where c = 150 index_test.go:140: sql delete from test_index where c = 960 index_test.go:143: sql update test_index set c1 = 4840279761126054988, c2 = 0.446549, c3 = 'Gx5E8UIdwP' where c = 263 index_test.go:140: sql delete from test_index where c = 279 index_test.go:143: sql update test_index set c1 = 5274886593109438089, c2 = 0.336260, c3 = 'DIWpTk0ySe' where c = 911 index_test.go:140: sql delete from test_index where c = 929 index_test.go:137: sql insert into test_index values (1523, 6314376553973102627, 0.061263, 'y61GJn7Mct') index_test.go:143: sql update test_index set c1 = 3539678358246968088, c2 = 0.908871, c3 = 'kgOc4f5iBN' where c = 1027 index_test.go:143: sql update test_index set c1 = 8902434933505019065, c2 = 0.751268, c3 = 'TgTUrNJ6p8' where c = 906 index_test.go:143: sql update test_index set c1 = 4587006855319502556, c2 = 0.788791, c3 = 'ZKaGWGSfeV' where c = 1021 index_test.go:143: sql update test_index set c1 = 7699110010668579617, c2 = 0.674010, c3 = 'Rj15i8ODNV' where c = 560 index_test.go:140: sql delete from test_index where c = 1490 index_test.go:137: sql insert into test_index values (1525, 5633779720711754512, 0.458839, 'iXRMIXVzCV') index_test.go:143: sql update test_index set c1 = 8530424163456361147, c2 = 0.650527, c3 = 'tjE7HnWV5i' where c = 608 index_test.go:140: sql delete from test_index where c = 269 index_test.go:140: sql delete from test_index where c = 1154 index_test.go:137: sql insert into test_index values (1529, 4716279146369082594, 0.830972, '5PiucXugxy') index_test.go:137: sql insert into test_index values (1530, 5218069207574479784, 0.235557, 'yRbzulo3LH') index_test.go:137: sql insert into test_index values (1526, 608286748881561428, 0.429226, 'nXOdN6MBCc') index_test.go:137: sql insert into test_index values (1531, 1252555152586900888, 0.080084, 'AZPysQyQkv') index_test.go:143: sql update test_index set c1 = 2596528263596642176, c2 = 0.819934, c3 = 'XS7cqvyS7k' where c = 1458 index_test.go:140: sql delete from test_index where c = 478 index_test.go:140: sql delete from test_index where c = 1086 index_test.go:143: sql update test_index set c1 = 6306803193540797851, c2 = 0.160028, c3 = 'd8Vm5jxBoT' where c = 1341 index_test.go:140: sql delete from test_index where c = 1452 index_test.go:137: sql insert into test_index values (1532, 870273782807813053, 0.653155, 'BYxyh1ypvQ') index_test.go:143: sql update test_index set c1 = 3594130286908095486, c2 = 0.530520, c3 = 'Srkix3vnHm' where c = 457 index_test.go:143: sql update test_index set c1 = 6359391561644097827, c2 = 0.048430, c3 = 'I3T3iYiiYS' where c = 1333 index_test.go:137: sql insert into test_index values (1534, 3874816112114912761, 0.478729, 'cTIExvjFBV') index_test.go:143: sql update test_index set c1 = 4569820922675488123, c2 = 0.213641, c3 = 'LDMA2CVywo' where c = 43 index_test.go:137: sql insert into test_index values (1535, 2874179657481858484, 0.500865, 'kUacwP9unL') index_test.go:137: sql insert into test_index values (1524, 8869541018530777682, 0.843420, 'ii2yT7IRlk') index_test.go:137: sql insert into test_index values (1528, 7638870539279235545, 0.433343, 'wTLT8QbFz4') index_test.go:137: sql insert into test_index values (1533, 5464578849541942986, 0.214684, '40UvrU7Qs8') index_test.go:140: sql delete from test_index where c = 1498 index_test.go:140: sql delete from test_index where c = 525 index_test.go:137: sql insert into test_index values (1527, 7141204256465522844, 0.563640, '56Q2p6Nwuv') index_test.go:140: sql delete from test_index where c = 1054 index_test.go:140: sql delete from test_index where c = 1482 index_test.go:143: sql update test_index set c1 = 4814839688316943636, c2 = 0.725978, c3 = 'kzICGDBVm5' where c = 1277 index_test.go:140: sql delete from test_index where c = 52 index_test.go:137: sql insert into test_index values (1536, 9015487379813551893, 0.717945, 'vt6oJBby6B') index_test.go:140: sql delete from test_index where c = 1402 index_test.go:143: sql update test_index set c1 = 1081686913229597768, c2 = 0.807985, c3 = 'Gf3LHJ99jI' where c = 1149 index_test.go:143: sql update test_index set c1 = 4084317648267442051, c2 = 0.809208, c3 = '5MIXuZBt0d' where c = 39 index_test.go:140: sql delete from test_index where c = 880 index_test.go:143: sql update test_index set c1 = 2357219753650512907, c2 = 0.923595, c3 = 'isz5LlPVEv' where c = 475 index_test.go:143: sql update test_index set c1 = 7862452500701067496, c2 = 0.196259, c3 = 'Cr8eZTARuY' where c = 1495 index_test.go:143: sql update test_index set c1 = 4748765970969764660, c2 = 0.936872, c3 = 'I1WPfzdv5F' where c = 1 index_test.go:140: sql delete from test_index where c = 384 index_test.go:140: sql delete from test_index where c = 999 index_test.go:143: sql update test_index set c1 = 6675574395874458556, c2 = 0.024817, c3 = 'dIH8H7pnfU' where c = 664 index_test.go:137: sql insert into test_index values (1539, 6542821387477276266, 0.143365, '4ODHnpAR67') index_test.go:137: sql insert into test_index values (1537, 1129394670543990869, 0.803705, 'hMFAxCaBeA') index_test.go:137: sql insert into test_index values (1538, 4005913012700115544, 0.520623, 'CWuqFQK4U6') index_test.go:137: sql insert into test_index values (1540, 7500866563458947800, 0.063708, 'pkP7s2am4p') index_test.go:137: sql insert into test_index values (1542, 49980199954208509, 0.490358, 'gCCnHyS8oX') index_test.go:140: sql delete from test_index where c = 105 index_test.go:137: sql insert into test_index values (1541, 7926007777147846217, 0.512245, 'MobYsGhebg') index_test.go:143: sql update test_index set c1 = 7846003107089822771, c2 = 0.680172, c3 = 'ZPgucXIOkc' where c = 1043 index_test.go:140: sql delete from test_index where c = 926 index_test.go:140: sql delete from test_index where c = 651 index_test.go:143: sql update test_index set c1 = 2981305682136469460, c2 = 0.104273, c3 = 'Uq2HQc8U0x' where c = 638 index_test.go:143: sql update test_index set c1 = 6042054213991744045, c2 = 0.881217, c3 = 'cA0j7oda6s' where c = 1401 index_test.go:140: sql delete from test_index where c = 975 index_test.go:137: sql insert into test_index values (1543, 5910510964950818420, 0.553991, 'neDo5JqtUt') index_test.go:140: sql delete from test_index where c = 1453 index_test.go:143: sql update test_index set c1 = 5093128615170157335, c2 = 0.150145, c3 = 'zkz9FFcqka' where c = 704 index_test.go:143: sql update test_index set c1 = 99894019734951196, c2 = 0.789566, c3 = 'BsxGRoqn1e' where c = 33 index_test.go:137: sql insert into test_index values (1546, 358517772209340354, 0.101683, 'umbCkGuVbX') index_test.go:140: sql delete from test_index where c = 1197 index_test.go:143: sql update test_index set c1 = 1498905832485354883, c2 = 0.798453, c3 = 'mQyyG2IQHh' where c = 1164 index_test.go:140: sql delete from test_index where c = 225 index_test.go:137: sql insert into test_index values (1544, 5382038952491867416, 0.759086, 'ACK4OzKGNN') index_test.go:137: sql insert into test_index values (1545, 7098519047439595282, 0.392006, 'OjMGnGPB1v') index_test.go:143: sql update test_index set c1 = 2375220545562952754, c2 = 0.158513, c3 = 'v7utGIoWSN' where c = 1270 index_test.go:140: sql delete from test_index where c = 1461 index_test.go:137: sql insert into test_index values (1547, 5025244770263635287, 0.333387, '0ueFdH2OUV') index_test.go:143: sql update test_index set c1 = 8766784780722604514, c2 = 0.237172, c3 = 'oBDbS42g4c' where c = 1212 index_test.go:137: sql insert into test_index values (1549, 1697022835528948930, 0.597848, 'qVWdq0pDPd') index_test.go:140: sql delete from test_index where c = 561 index_test.go:137: sql insert into test_index values (1548, 5582358991423311472, 0.304919, 'KQFNeUnqUV') index_test.go:140: sql delete from test_index where c = 658 index_test.go:140: sql delete from test_index where c = 450 index_test.go:143: sql update test_index set c1 = 2331802663567217836, c2 = 0.983518, c3 = 'hDb4IMxZmO' where c = 672 index_test.go:143: sql update test_index set c1 = 3468937001649185652, c2 = 0.012245, c3 = 'C29ey7R8EX' where c = 888 index_test.go:143: sql update test_index set c1 = 2883355165874783508, c2 = 0.931929, c3 = 'y0zDNxnkgt' where c = 1308 index_test.go:143: sql update test_index set c1 = 427122980698451532, c2 = 0.039295, c3 = 'oLfHuJYfnj' where c = 89 index_test.go:137: sql insert into test_index values (1550, 6115842910883835089, 0.356036, 'ADJ7v4MpMF') index_test.go:137: sql insert into test_index values (1551, 8770375903701287605, 0.138041, 'qtiNWr9fuT') index_test.go:143: sql update test_index set c1 = 4179057067968148245, c2 = 0.523945, c3 = 'GVCJzDCKDh' where c = 1476 index_test.go:140: sql delete from test_index where c = 934 index_test.go:140: sql delete from test_index where c = 300 index_test.go:143: sql update test_index set c1 = 58488309597098864, c2 = 0.574605, c3 = 'k2es1gwrZ8' where c = 736 index_test.go:137: sql insert into test_index values (1553, 1477478353220888985, 0.188965, 'RkLiJ1BaWJ') index_test.go:137: sql insert into test_index values (1554, 181262602893886836, 0.329288, 'nu1K3hKxYj') index_test.go:143: sql update test_index set c1 = 7311176152315535622, c2 = 0.878437, c3 = 'qmTOrZuuOs' where c = 616 index_test.go:140: sql delete from test_index where c = 1007 index_test.go:137: sql insert into test_index values (1552, 114731344355709439, 0.649667, '9Vfyaj9npJ') index_test.go:140: sql delete from test_index where c = 823 index_test.go:137: sql insert into test_index values (1555, 2642141768097370183, 0.785987, '8g6w3i80dB') index_test.go:140: sql delete from test_index where c = 275 index_test.go:137: sql insert into test_index values (1557, 8481231238385314097, 0.250858, '8aiE2ftBKb') index_test.go:143: sql update test_index set c1 = 354600799633298352, c2 = 0.426288, c3 = 'UjzJe1G4uQ' where c = 1051 index_test.go:137: sql insert into test_index values (1556, 3989549834408352222, 0.302907, 'ahFx3QuSdS') index_test.go:137: sql insert into test_index values (1558, 2615895375385746397, 0.846500, 'A3sv3kmoNs') index_test.go:140: sql delete from test_index where c = 1320 index_test.go:140: sql delete from test_index where c = 393 index_test.go:140: sql delete from test_index where c = 1470 index_test.go:140: sql delete from test_index where c = 365 index_test.go:137: sql insert into test_index values (1559, 4247029683586968228, 0.363544, '1Wmo8njBE2') index_test.go:143: sql update test_index set c1 = 8865284478244962314, c2 = 0.246778, c3 = 'LWacm2bLsr' where c = 716 index_test.go:143: sql update test_index set c1 = 2419787989764764774, c2 = 0.161839, c3 = '9UFBHtrl9t' where c = 933 index_test.go:140: sql delete from test_index where c = 1269 index_test.go:143: sql update test_index set c1 = 3555715790801133810, c2 = 0.263203, c3 = 'vV3v4RoqBV' where c = 431 index_test.go:143: sql update test_index set c1 = 2301975936591141527, c2 = 0.628159, c3 = 'z2fuADm8DC' where c = 505 index_test.go:140: sql delete from test_index where c = 83 index_test.go:143: sql update test_index set c1 = 7329095046507659214, c2 = 0.181611, c3 = 'XT1oHeotoN' where c = 744 index_test.go:140: sql delete from test_index where c = 719 index_test.go:143: sql update test_index set c1 = 1767419921916230151, c2 = 0.537926, c3 = 'W7etC9nofO' where c = 730 index_test.go:143: sql update test_index set c1 = 578311822687461159, c2 = 0.968339, c3 = '7NElqKqeqx' where c = 90 index_test.go:137: sql insert into test_index values (1561, 6222639948615107761, 0.127528, 'XtFl6QFjbc') index_test.go:137: sql insert into test_index values (1563, 655765716068888225, 0.648766, 'VgFlKMCsnK') index_test.go:137: sql insert into test_index values (1562, 7056999983968610627, 0.684603, '2eM21ipGe5') index_test.go:137: sql insert into test_index values (1560, 736853150210938825, 0.242586, 'Q0ewM9PoQM') index_test.go:143: sql update test_index set c1 = 1352792206436710608, c2 = 0.773721, c3 = 'ubbtVoBA6y' where c = 520 index_test.go:143: sql update test_index set c1 = 7338454224917682737, c2 = 0.616041, c3 = '742IlLe1Lu' where c = 1505 index_test.go:137: sql insert into test_index values (1564, 23965076404059922, 0.920801, 'wjtoqrPrUZ') index_test.go:137: sql insert into test_index values (1565, 6021670889379843546, 0.975533, '9pz9Z3kM9O') index_test.go:143: sql update test_index set c1 = 8204224304809177183, c2 = 0.843264, c3 = 'ArGLIyD5kA' where c = 1317 index_test.go:137: sql insert into test_index values (1566, 4688880377393597864, 0.471184, '9C1c2ooJDT') index_test.go:140: sql delete from test_index where c = 372 index_test.go:140: sql delete from test_index where c = 435 index_test.go:140: sql delete from test_index where c = 37 index_test.go:140: sql delete from test_index where c = 1299 index_test.go:140: sql delete from test_index where c = 515 index_test.go:140: sql delete from test_index where c = 303 index_test.go:137: sql insert into test_index values (1567, 4329189064914449902, 0.856856, 'n60acHTdYh') index_test.go:137: sql insert into test_index values (1568, 8420951926444896112, 0.786275, '4T1WNoaWJQ') index_test.go:137: sql insert into test_index values (1569, 8450193201931866035, 0.238309, 'QNwwlilhGq') index_test.go:140: sql delete from test_index where c = 1279 index_test.go:143: sql update test_index set c1 = 978348207980110151, c2 = 0.147108, c3 = 'zvKGIiUDbq' where c = 1244 index_test.go:143: sql update test_index set c1 = 9173931601350534027, c2 = 0.503052, c3 = 'y2engF4x1P' where c = 400 index_test.go:143: sql update test_index set c1 = 4307866689334875733, c2 = 0.800475, c3 = 'E4e0uUDqAk' where c = 1527 index_test.go:143: sql update test_index set c1 = 9188020085628029170, c2 = 0.325691, c3 = 'N38BCeTjbc' where c = 149 index_test.go:143: sql update test_index set c1 = 502622364716123842, c2 = 0.706132, c3 = 'ckIx7ttEbt' where c = 122 index_test.go:143: sql update test_index set c1 = 6341966512238224093, c2 = 0.840516, c3 = 'qKKWHteOei' where c = 1412 index_test.go:140: sql delete from test_index where c = 602 index_test.go:140: sql delete from test_index where c = 1332 index_test.go:137: sql insert into test_index values (1570, 1476476274672136183, 0.792365, 'mKVHlE7Nwz') index_test.go:140: sql delete from test_index where c = 654 index_test.go:143: sql update test_index set c1 = 8214431945274066236, c2 = 0.776281, c3 = 'miMaVzJErA' where c = 1034 index_test.go:137: sql insert into test_index values (1572, 8503338046334537435, 0.919093, 'fzqGPrbwN3') index_test.go:140: sql delete from test_index where c = 484 index_test.go:143: sql update test_index set c1 = 6792334724377084529, c2 = 0.333960, c3 = 'QNigYn4B2K' where c = 108 index_test.go:137: sql insert into test_index values (1573, 3014133734078344814, 0.654358, 'VNy4rRFKkL') index_test.go:137: sql insert into test_index values (1574, 3605700422677653706, 0.265458, 'iIApPyFQ9e') index_test.go:137: sql insert into test_index values (1571, 3636347231390306632, 0.505183, 'iSWXJtMk5H') index_test.go:137: sql insert into test_index values (1576, 2257038763479347015, 0.342406, 'BtSMwe2AwE') index_test.go:140: sql delete from test_index where c = 342 index_test.go:140: sql delete from test_index where c = 434 index_test.go:137: sql insert into test_index values (1575, 1541085045350963281, 0.400933, 'IezK5o5Gei') index_test.go:137: sql insert into test_index values (1577, 1815242445599247601, 0.410720, 'PVlFxpoAbh') index_test.go:143: sql update test_index set c1 = 5157500532279068314, c2 = 0.737298, c3 = 'slMtZKVgCF' where c = 990 index_test.go:140: sql delete from test_index where c = 1456 index_test.go:140: sql delete from test_index where c = 1122 index_test.go:143: sql update test_index set c1 = 7021102734874330572, c2 = 0.349746, c3 = 'YvR55NpiTb' where c = 369 index_test.go:143: sql update test_index set c1 = 799419119137568840, c2 = 0.516706, c3 = 'JWYnZLjfkp' where c = 471 index_test.go:143: sql update test_index set c1 = 3129393346293363065, c2 = 0.572482, c3 = 'lSL9P2dQjT' where c = 1495 index_test.go:140: sql delete from test_index where c = 973 index_test.go:140: sql delete from test_index where c = 743 index_test.go:137: sql insert into test_index values (1578, 1908998507263009796, 0.839812, 'UYUr4lYcQC') index_test.go:137: sql insert into test_index values (1579, 8373781367635111811, 0.471034, 'q6o7nxLIys') index_test.go:143: sql update test_index set c1 = 6180964120432299902, c2 = 0.919721, c3 = '0QmdIkfJsF' where c = 1057 index_test.go:143: sql update test_index set c1 = 3939158399949819553, c2 = 0.220705, c3 = 'OxqN1YDylX' where c = 974 index_test.go:143: sql update test_index set c1 = 1663715561515690271, c2 = 0.137380, c3 = 'VpujXLD8Fa' where c = 1078 index_test.go:143: sql update test_index set c1 = 4810725156063473447, c2 = 0.474791, c3 = '7gbxJPAMI2' where c = 719 index_test.go:143: sql update test_index set c1 = 1874071902095983561, c2 = 0.749782, c3 = 'wwTpZtBgSN' where c = 1307 index_test.go:140: sql delete from test_index where c = 803 index_test.go:140: sql delete from test_index where c = 225 index_test.go:137: sql insert into test_index values (1580, 6353425146222310566, 0.685233, 'NJAOMlc86g') index_test.go:137: sql insert into test_index values (1581, 2341023940842816694, 0.194967, 'J4JRAAyLtB') index_test.go:140: sql delete from test_index where c = 1107 index_test.go:140: sql delete from test_index where c = 538 index_test.go:137: sql insert into test_index values (1582, 6595920715398705947, 0.229552, 'RsFyegZ3Q9') index_test.go:137: sql insert into test_index values (1586, 2289936225107149366, 0.583712, 'hZsVyDvZM9') index_test.go:137: sql insert into test_index values (1583, 8633513384904208880, 0.488911, 'MW7gskWiyt') index_test.go:137: sql insert into test_index values (1584, 8906483862343874219, 0.210793, 'BuQVNZKKjH') index_test.go:143: sql update test_index set c1 = 7108845300795876434, c2 = 0.100020, c3 = '1yESAEzTMO' where c = 1059 index_test.go:143: sql update test_index set c1 = 6653659268670455483, c2 = 0.935203, c3 = '1FP5pSs1M6' where c = 350 index_test.go:140: sql delete from test_index where c = 562 index_test.go:137: sql insert into test_index values (1585, 979922089180115754, 0.422216, 'Bs6oNLh6MW') index_test.go:143: sql update test_index set c1 = 8272756272652530098, c2 = 0.273969, c3 = 'UgzqTUbApy' where c = 16 index_test.go:143: sql update test_index set c1 = 5633240927006080236, c2 = 0.898797, c3 = 'NUtZUi5vU1' where c = 1539 index_test.go:140: sql delete from test_index where c = 50 index_test.go:143: sql update test_index set c1 = 3942013010907328142, c2 = 0.332399, c3 = 'OK42oHu2UN' where c = 56 index_test.go:140: sql delete from test_index where c = 1340 index_test.go:140: sql delete from test_index where c = 1465 index_test.go:140: sql delete from test_index where c = 943 index_test.go:137: sql insert into test_index values (1587, 2978289006279586014, 0.289037, '729An7OeHx') index_test.go:137: sql insert into test_index values (1588, 1734083233418576126, 0.033865, 'RrMoC7RO2e') index_test.go:143: sql update test_index set c1 = 2657252652070001956, c2 = 0.233579, c3 = 'NuE0KSP3rY' where c = 478 index_test.go:143: sql update test_index set c1 = 8981353845234173700, c2 = 0.993903, c3 = 'FpHKpThGkV' where c = 857 index_test.go:137: sql insert into test_index values (1589, 1909603519591582646, 0.931053, 'KXM1Pv7RPT') index_test.go:137: sql insert into test_index values (1591, 3472019621605758851, 0.525749, 'BcSsbdGVlP') index_test.go:143: sql update test_index set c1 = 4256352894814506749, c2 = 0.249462, c3 = 'sf1j7GqF5l' where c = 137 index_test.go:140: sql delete from test_index where c = 1238 index_test.go:140: sql delete from test_index where c = 226 index_test.go:143: sql update test_index set c1 = 4066100230839497761, c2 = 0.393780, c3 = 'zaxwCpaK05' where c = 825 index_test.go:137: sql insert into test_index values (1590, 9046796771538122084, 0.730824, 'aRtb0W3Gy8') index_test.go:140: sql delete from test_index where c = 1450 index_test.go:140: sql delete from test_index where c = 1268 index_test.go:140: sql delete from test_index where c = 1191 index_test.go:137: sql insert into test_index values (1592, 6456580412738271174, 0.003122, 'CHyPMvbt9w') index_test.go:143: sql update test_index set c1 = 134312636439228647, c2 = 0.672799, c3 = 'UoBFdTW97t' where c = 1264 index_test.go:143: sql update test_index set c1 = 955285309478858740, c2 = 0.740202, c3 = 'WmHdgOO2pM' where c = 129 index_test.go:137: sql insert into test_index values (1593, 5692275021493270125, 0.632410, 'xbt2ag4caF') index_test.go:140: sql delete from test_index where c = 1551 index_test.go:143: sql update test_index set c1 = 4592578801675226805, c2 = 0.663034, c3 = '0PKWlKf7mx' where c = 989 index_test.go:140: sql delete from test_index where c = 159 index_test.go:143: sql update test_index set c1 = 346100113317900222, c2 = 0.198571, c3 = 'aoOBdLqK65' where c = 516 index_test.go:143: sql update test_index set c1 = 5171483013526815570, c2 = 0.822591, c3 = 'noFZD4fG7L' where c = 1150 index_test.go:140: sql delete from test_index where c = 463 index_test.go:137: sql insert into test_index values (1594, 9212235544904536812, 0.261497, '7d44aFJwyf') index_test.go:137: sql insert into test_index values (1595, 6953837333682824885, 0.788765, 'N3EzBYKyUW') index_test.go:143: sql update test_index set c1 = 8279715628205061646, c2 = 0.154721, c3 = 'hbtPwFuFcl' where c = 18 index_test.go:137: sql insert into test_index values (1596, 5849017359648718094, 0.592668, '0H3D4bNZO5') index_test.go:137: sql insert into test_index values (1598, 6421899952348513055, 0.213377, 'WYCC8YIdZf') index_test.go:143: sql update test_index set c1 = 5105829337907667977, c2 = 0.928472, c3 = 'mDPgQ9ynAQ' where c = 714 index_test.go:143: sql update test_index set c1 = 5260586439749050394, c2 = 0.194967, c3 = 'LgRYiD4HwT' where c = 1346 index_test.go:140: sql delete from test_index where c = 829 index_test.go:137: sql insert into test_index values (1597, 729813825323853223, 0.641875, 'l7gvjoOdA7') index_test.go:140: sql delete from test_index where c = 708 index_test.go:137: sql insert into test_index values (1599, 6411754285626154843, 0.535484, 'FcemxHr0O2') index_test.go:140: sql delete from test_index where c = 334 index_test.go:140: sql delete from test_index where c = 1222 index_test.go:143: sql update test_index set c1 = 2559491230256479575, c2 = 0.488217, c3 = 'OxwZ35oYR1' where c = 252 index_test.go:143: sql update test_index set c1 = 9208252016651426419, c2 = 0.084453, c3 = 'fj3hF1mryN' where c = 327 index_test.go:140: sql delete from test_index where c = 1537 index_test.go:143: sql update test_index set c1 = 2724859721815194225, c2 = 0.060850, c3 = 'FVW5sqJYfX' where c = 1309 index_test.go:140: sql delete from test_index where c = 1069 index_test.go:143: sql update test_index set c1 = 3184393241670616650, c2 = 0.600328, c3 = '4jH165q3TJ' where c = 1587 index_test.go:137: sql insert into test_index values (1600, 2074304697381079650, 0.081331, 'BqCAY42yhJ') index_test.go:143: sql update test_index set c1 = 4317439353766589939, c2 = 0.586766, c3 = 'apPJiHKUY5' where c = 1481 index_test.go:143: sql update test_index set c1 = 2895790873718507791, c2 = 0.602221, c3 = 'Auz4eeurLj' where c = 838 index_test.go:140: sql delete from test_index where c = 1353 index_test.go:143: sql update test_index set c1 = 7241338071830847090, c2 = 0.961896, c3 = 'OyF8A5uzsA' where c = 1185 [2024/05/06 21:35:01.795 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '728' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.795 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5612' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.795 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2701' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.796 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2877' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.796 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4669' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.797 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1448' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.798 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9902' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.799 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8278' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.799 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5902' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.800 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '218' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.800 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9358' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.800 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9914' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.800 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '485' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.801 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3148' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.801 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '754' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.802 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4730' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.802 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2346' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.803 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5510' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.803 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7473' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.803 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5087' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.803 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2663' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.804 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2292' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.804 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6302' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.804 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3159' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.805 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1398' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.805 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '668' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.805 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1785' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.805 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1184' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1654' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2520' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7065' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5210' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1155' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6706' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6973' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5267' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4825' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8565' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1923' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2387' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8422' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9680' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4367' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '981' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7447' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4985' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8071' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5271' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4808' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4287' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '682' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.810 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8566' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.810 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5731' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.810 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '241' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1176' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5061' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6344' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9265' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4835' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '191' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2443' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3525' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6711' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3933' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4235' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2846' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2104' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3428' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4403' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1306' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2526' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9807' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5555' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1540' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6641' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1607' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8475' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1202' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3810' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2892' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4406' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9467' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8212' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2078' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2671' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8394' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '887' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8597' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3755' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8182' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1452' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2934' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3770' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5002' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6653' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5372' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4826' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7076' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5424' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7757' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5910' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3539' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1184' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3749' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '925' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6789' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '899' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6903' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.819 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1103' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.819 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5303' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.819 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1757' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.819 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4768' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6008' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5980' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9923' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8444' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5477' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7526' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.821 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9261' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.821 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9111' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.821 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6927' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.821 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9507' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.821 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5790' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.821 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8184' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.821 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4417' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.822 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6239' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.822 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9206' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.822 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7402' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.822 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6742' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.822 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1234' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2466' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '612' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9735' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6921' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3227' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6722' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5945' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4358' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4206' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6835' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4718' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5859' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4968' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8014' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4666' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4943' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3365' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2433' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2525' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3096' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2960' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '255' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4160' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9236' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1098' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2661' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8417' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4757' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5164' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2724' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2292' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4771' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4256' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7393' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3123' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7987' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5884' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8648' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9734' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4921' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5158' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5381' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8676' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '461' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6573' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '314' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2007' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '150' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1156' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3153' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2323' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5090' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9697' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4139' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3065' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6309' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7192' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7220' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4565' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1030' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5058' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9121' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8825' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.833 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2384' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.833 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6344' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.833 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '316' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3038' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9781' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3882' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3179' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8607' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2707' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6608' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8459' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1276' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2994' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3257' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2764' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6728' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2636' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3408' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '864' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5386' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3982' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6374' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5156' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5834' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2036' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6294' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2891' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3965' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5324' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6732' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3342' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.838 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2082' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.838 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2458' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.838 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2928' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.838 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5861' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1406' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '84' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3994' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '701' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4651' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6832' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.841 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1292' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.841 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9025' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.842 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5038' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.894 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5821' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.894 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9418' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.895 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7785' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.896 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8683' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.897 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2701' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.897 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1991' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.898 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9432' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.898 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '962' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.898 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8720' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.898 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5819' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.899 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6886' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.899 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9390' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.899 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4892' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.900 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8603' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.900 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8281' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.901 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2443' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.901 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3122' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.901 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9981' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.901 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2448' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.902 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3861' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.902 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1451' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.903 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1215' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.903 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7503' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.903 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4750' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.903 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6781' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.904 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8775' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.904 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7402' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.904 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8855' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.904 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2506' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.905 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8085' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.905 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '816' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.905 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7838' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.906 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1985' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.906 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7421' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.906 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9159' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.907 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7148' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.907 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2709' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.907 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1156' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.907 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7310' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6027' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3616' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6334' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4183' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8748' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5057' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '460' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8221' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '66' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8707' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6178' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1298' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3221' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8369' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8044' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9756' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9361' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8274' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1099' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1149' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '504' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1969' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6120' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8421' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7373' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4492' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6839' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7353' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8587' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4729' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1110' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1099' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5520' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7924' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7782' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '543' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7598' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8015' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8855' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3667' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '44' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6358' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9979' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8782' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2528' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8917' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3060' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6357' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2442' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8404' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6383' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1573' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '700' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4337' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3027' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '234' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5847' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.917 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3257' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.917 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7375' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.917 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4574' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.917 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1721' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.917 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2510' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.917 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3179' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.917 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8145' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5962' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2324' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1731' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6374' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2734' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8935' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.919 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2073' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.919 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3742' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.919 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '86' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.919 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1447' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.919 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4898' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.919 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4561' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.919 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7267' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5825' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '498' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1190' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2011' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5460' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5127' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6491' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '164' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8145' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5674' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3867' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3623' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6700' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9638' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5657' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '236' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2675' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2752' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4386' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5616' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3877' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3305' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7567' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '87' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5536' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '310' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7233' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '771' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8117' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5131' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8602' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6959' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4789' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2364' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1786' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5905' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '837' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5765' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9431' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3086' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4705' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2907' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5389' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2285' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7179' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3554' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4000' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1427' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5850' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5770' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7015' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9340' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6005' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8398' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9746' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '295' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.929 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5458' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.929 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2405' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5255' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5861' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5129' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5574' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6359' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7270' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1432' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7705' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6819' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.931 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2681' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.931 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6204' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.931 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1152' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.931 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5220' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.931 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1426' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.931 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2306' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.932 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2384' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.932 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1313' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.932 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7278' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.932 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9544' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.932 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6815' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7227' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2770' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6390' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1174' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2905' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7872' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7475' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '434' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.934 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6954' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.934 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1389' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.934 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5550' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5629' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7455' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.936 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5751' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.936 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8387' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.936 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1060' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.936 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5629' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6816' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3365' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '652' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1298' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5448' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6209' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4721' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5390' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5476' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2963' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9185' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8481' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.938 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9069' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.938 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2288' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.938 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2482' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.938 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1075' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7324' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6245' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2632' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9018' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2105' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1376' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6799' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '455' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3657' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1927' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1164' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '553' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5907' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7807' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.994 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '145' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.994 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9742' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.994 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2298' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.994 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3994' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.996 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4226' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.996 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8693' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.996 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3230' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.998 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3736' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.998 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1719' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.998 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8545' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.998 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4114' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:01.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9035' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4185' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1268' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3669' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7336' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8144' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8871' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6127' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.001 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6926' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.001 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1544' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.001 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5653' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.002 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '973' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.002 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1486' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.002 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4041' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.003 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1115' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.003 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1447' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.003 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5124' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.004 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '318' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.004 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1026' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.004 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4047' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.005 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8552' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.005 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5026' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.005 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7529' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.005 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7809' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.005 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8475' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.005 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '590' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7985' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1578' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9334' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5008' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1127' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2314' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4393' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.007 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7637' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.007 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5375' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.007 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2446' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.007 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3848' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5262' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9725' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6952' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3871' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9486' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8747' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '799' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8168' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '817' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '288' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1280' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8304' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8868' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4912' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2395' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1198' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3907' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '990' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '979' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3009' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8143' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7275' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3374' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2548' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3085' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3165' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1329' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2196' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.012 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8138' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.012 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7298' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.012 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1890' for key 'test_conflict_insert.PRIMARY'"] index_test.go:137: sql insert into test_index values (1605, 4057657539426392718, 0.086888, 'anG070nQnQ') index_test.go:137: sql insert into test_index values (1603, 3698404538067600160, 0.762515, 'O5QGgfCi2j') index_test.go:137: sql insert into test_index values (1601, 8677759837995089746, 0.454893, 'zKG6aoxIeA') index_test.go:137: sql insert into test_index values (1604, 3690816260378880935, 0.046910, 'LIUNAVVdri') index_test.go:137: sql insert into test_index values (1602, 4058295267809113963, 0.297763, '8J95bb7bZX') index_test.go:137: sql insert into test_index values (1608, 5535066411058424549, 0.376255, 'u1KOuDd03w') index_test.go:140: sql delete from test_index where c = 727 index_test.go:137: sql insert into test_index values (1606, 3281336765273170761, 0.163181, 'zb7eXEGEKN') index_test.go:137: sql insert into test_index values (1607, 2053516742899907363, 0.706000, 'IScgAcniqf') index_test.go:137: sql insert into test_index values (1609, 5966747626061067022, 0.628441, '9YALGg5Ovi') index_test.go:137: sql insert into test_index values (1610, 2050681223990969899, 0.662061, 'M3DBMwAwgR') index_test.go:140: sql delete from test_index where c = 992 index_test.go:140: sql delete from test_index where c = 971 index_test.go:140: sql delete from test_index where c = 1303 index_test.go:140: sql delete from test_index where c = 1533 index_test.go:140: sql delete from test_index where c = 1497 index_test.go:143: sql update test_index set c1 = 4674670601246025861, c2 = 0.334730, c3 = 'RoMxHZw47K' where c = 770 index_test.go:140: sql delete from test_index where c = 578 index_test.go:140: sql delete from test_index where c = 1546 index_test.go:140: sql delete from test_index where c = 291 index_test.go:143: sql update test_index set c1 = 8128915769178151119, c2 = 0.917154, c3 = 'FH3udT7gEY' where c = 274 index_test.go:143: sql update test_index set c1 = 352726294450482372, c2 = 0.948474, c3 = 'sw3JutW9Ks' where c = 697 index_test.go:143: sql update test_index set c1 = 4684345954404784527, c2 = 0.418327, c3 = 'FggSOHSkUN' where c = 204 index_test.go:143: sql update test_index set c1 = 6258672671076137765, c2 = 0.082033, c3 = 'VJzAXGzWQd' where c = 1112 index_test.go:137: sql insert into test_index values (1611, 2417798596677604754, 0.858632, 'rprVzVH3k5') index_test.go:143: sql update test_index set c1 = 4449361829220874620, c2 = 0.424102, c3 = '2nwOdR2U2A' where c = 991 index_test.go:140: sql delete from test_index where c = 590 index_test.go:143: sql update test_index set c1 = 8138570927018082015, c2 = 0.602422, c3 = 'U8eVRnRnLB' where c = 532 index_test.go:137: sql insert into test_index values (1614, 3907918373092812762, 0.215621, 'FnIySNMrka') index_test.go:143: sql update test_index set c1 = 2310600315751212364, c2 = 0.291228, c3 = 'pg5bBZObK0' where c = 1235 index_test.go:137: sql insert into test_index values (1612, 1119520740644151826, 0.178195, 'qFuyLS06zy') index_test.go:137: sql insert into test_index values (1613, 8360022978112356374, 0.158244, 'imGHTIEKlG') index_test.go:143: sql update test_index set c1 = 3177034185810536455, c2 = 0.689008, c3 = 'ZPgUniKqei' where c = 1249 index_test.go:137: sql insert into test_index values (1615, 4142500797524032628, 0.662223, '9QjbklCBK0') index_test.go:137: sql insert into test_index values (1616, 3114592669394050207, 0.658237, 'tilMwpzu9X') index_test.go:140: sql delete from test_index where c = 37 index_test.go:140: sql delete from test_index where c = 257 index_test.go:140: sql delete from test_index where c = 319 index_test.go:140: sql delete from test_index where c = 381 index_test.go:143: sql update test_index set c1 = 5405707651899584095, c2 = 0.489190, c3 = 'tQ8dDr5weo' where c = 1265 index_test.go:140: sql delete from test_index where c = 569 index_test.go:137: sql insert into test_index values (1618, 864064918452828262, 0.170976, 'CaDW21JkH0') index_test.go:143: sql update test_index set c1 = 653418803524805309, c2 = 0.920079, c3 = 'upv8XuvgKa' where c = 59 index_test.go:140: sql delete from test_index where c = 1311 index_test.go:137: sql insert into test_index values (1617, 1448085995646373307, 0.907782, 'szBmSXfrf5') index_test.go:137: sql insert into test_index values (1619, 2138873722797842252, 0.464044, '5rkENMlnQg') index_test.go:140: sql delete from test_index where c = 300 index_test.go:143: sql update test_index set c1 = 3214622099805052631, c2 = 0.046291, c3 = '2RklKv9RhT' where c = 394 index_test.go:137: sql insert into test_index values (1620, 6406278198694532176, 0.032304, 'AS9JIEobAw') index_test.go:143: sql update test_index set c1 = 5298433937618801780, c2 = 0.551513, c3 = 'cQrcdVeO8u' where c = 1460 index_test.go:143: sql update test_index set c1 = 227502831338450549, c2 = 0.780784, c3 = 'PhjXXvgo8O' where c = 208 index_test.go:140: sql delete from test_index where c = 924 index_test.go:143: sql update test_index set c1 = 6086565746741240640, c2 = 0.942877, c3 = 'FgGRNZxEFZ' where c = 964 index_test.go:137: sql insert into test_index values (1622, 2914463839651611120, 0.069039, 'OvmrnVtIBa') index_test.go:137: sql insert into test_index values (1621, 9019588173654977243, 0.087196, 'noifMIVy5Q') index_test.go:140: sql delete from test_index where c = 998 index_test.go:143: sql update test_index set c1 = 2041115907272555680, c2 = 0.448685, c3 = 'fiEefhcszv' where c = 1241 index_test.go:140: sql delete from test_index where c = 1028 index_test.go:137: sql insert into test_index values (1624, 7039549904239230410, 0.971169, 'vCLdyKAg8C') index_test.go:143: sql update test_index set c1 = 8592118722909122537, c2 = 0.651855, c3 = 'ENaVEkMUEl' where c = 1062 index_test.go:140: sql delete from test_index where c = 639 index_test.go:143: sql update test_index set c1 = 4538619026183183702, c2 = 0.667734, c3 = 'X7bQFpckug' where c = 372 index_test.go:137: sql insert into test_index values (1625, 5140669541382929023, 0.379558, 'A1jUSQbo9a') index_test.go:140: sql delete from test_index where c = 907 index_test.go:143: sql update test_index set c1 = 2884982703745460302, c2 = 0.164255, c3 = 'tbWH9d2S9p' where c = 865 index_test.go:137: sql insert into test_index values (1623, 2760288932867425995, 0.575714, 'z0H7IxuFdj') index_test.go:143: sql update test_index set c1 = 1419279296870199100, c2 = 0.779463, c3 = 'zXkgqFkDeD' where c = 498 index_test.go:137: sql insert into test_index values (1626, 856261913125952338, 0.723290, '4EVhBFfpeJ') index_test.go:140: sql delete from test_index where c = 923 index_test.go:143: sql update test_index set c1 = 8988164994596689433, c2 = 0.452694, c3 = 'fBKGwH19gO' where c = 608 index_test.go:137: sql insert into test_index values (1627, 4121716283614812882, 0.226947, 'jWffiURwee') index_test.go:140: sql delete from test_index where c = 602 index_test.go:143: sql update test_index set c1 = 1113261177571719147, c2 = 0.037788, c3 = 'CCugvFMUSm' where c = 425 index_test.go:137: sql insert into test_index values (1628, 3309739544454916019, 0.828856, 'CvqqOzWbrx') index_test.go:143: sql update test_index set c1 = 1519382709020829131, c2 = 0.491628, c3 = '4esKTEO6lr' where c = 1244 index_test.go:140: sql delete from test_index where c = 764 index_test.go:140: sql delete from test_index where c = 32 index_test.go:137: sql insert into test_index values (1630, 7218789694736685793, 0.330926, '2K7qLu0Fwq') index_test.go:137: sql insert into test_index values (1631, 2342475531136078370, 0.004909, 'e3fupTzlFP') index_test.go:140: sql delete from test_index where c = 1238 index_test.go:140: sql delete from test_index where c = 1433 index_test.go:137: sql insert into test_index values (1629, 1166012311822648601, 0.003119, 'KS5bl41jGL') index_test.go:143: sql update test_index set c1 = 260696150672161858, c2 = 0.571344, c3 = '1P0yyozSOX' where c = 958 index_test.go:140: sql delete from test_index where c = 739 index_test.go:143: sql update test_index set c1 = 8750161437485922054, c2 = 0.545663, c3 = '4M2RMRCUcD' where c = 1450 index_test.go:137: sql insert into test_index values (1633, 4777795350946581228, 0.304193, 'GsIlXkPmOZ') index_test.go:140: sql delete from test_index where c = 924 index_test.go:143: sql update test_index set c1 = 2641523176663870246, c2 = 0.047100, c3 = 'fZSE3m9lkj' where c = 539 index_test.go:137: sql insert into test_index values (1632, 6417752771532679654, 0.880310, 'OqlHEjEmsd') index_test.go:143: sql update test_index set c1 = 4036242795038773263, c2 = 0.269383, c3 = 'ZXlEzbPKPm' where c = 1538 index_test.go:140: sql delete from test_index where c = 716 index_test.go:140: sql delete from test_index where c = 48 index_test.go:143: sql update test_index set c1 = 954854907739832574, c2 = 0.948931, c3 = 'siMVV8Ygy6' where c = 123 index_test.go:137: sql insert into test_index values (1634, 2140989694623865631, 0.184231, 'ITZxPUdrGU') index_test.go:143: sql update test_index set c1 = 6395074843073593490, c2 = 0.839875, c3 = 'uQRnCZzYQ8' where c = 1132 index_test.go:143: sql update test_index set c1 = 1802219695435227899, c2 = 0.370358, c3 = 'MU4bOuAwRd' where c = 72 index_test.go:137: sql insert into test_index values (1635, 6689730497184298279, 0.382937, 'HxSjw2x2l7') index_test.go:137: sql insert into test_index values (1636, 6526632848230548773, 0.678310, 'QRsflvepVq') index_test.go:140: sql delete from test_index where c = 674 index_test.go:140: sql delete from test_index where c = 386 index_test.go:143: sql update test_index set c1 = 5490991925545588139, c2 = 0.003645, c3 = 'zyM8uq8toJ' where c = 500 index_test.go:143: sql update test_index set c1 = 8463400337617050949, c2 = 0.743855, c3 = 'Lp641BKRLu' where c = 1011 index_test.go:137: sql insert into test_index values (1639, 3035722209716521731, 0.473073, 'yYYHLyjEAj') index_test.go:140: sql delete from test_index where c = 373 index_test.go:137: sql insert into test_index values (1638, 4945083458794873048, 0.343564, 'bbkNm1GwAn') index_test.go:140: sql delete from test_index where c = 1126 index_test.go:137: sql insert into test_index values (1640, 5865717791551089334, 0.546466, 'JMTai9S0Mf') index_test.go:140: sql delete from test_index where c = 291 index_test.go:137: sql insert into test_index values (1637, 2279824606354076631, 0.246470, 'n3j8ojMN0C') index_test.go:143: sql update test_index set c1 = 2195333728441305299, c2 = 0.804410, c3 = 'SSOwwHd0MI' where c = 697 index_test.go:143: sql update test_index set c1 = 1382115091604952623, c2 = 0.544687, c3 = 'wEDl48Zhyo' where c = 933 index_test.go:137: sql insert into test_index values (1641, 5124502186618015149, 0.394285, 'Of3MsHV0Ls') index_test.go:137: sql insert into test_index values (1642, 931885361403482831, 0.998763, 'j1lup0eayh') index_test.go:140: sql delete from test_index where c = 1096 index_test.go:143: sql update test_index set c1 = 2756051080593197849, c2 = 0.454734, c3 = 'fYY2BJsz9W' where c = 341 index_test.go:140: sql delete from test_index where c = 623 index_test.go:140: sql delete from test_index where c = 83 index_test.go:137: sql insert into test_index values (1643, 7769380762143432758, 0.464523, 'a4sCE3qUVn') index_test.go:143: sql update test_index set c1 = 6822090836054280392, c2 = 0.492175, c3 = '2SsKreOlih' where c = 65 index_test.go:143: sql update test_index set c1 = 5849515900949803879, c2 = 0.310163, c3 = 'qSp73EYI0v' where c = 1260 index_test.go:143: sql update test_index set c1 = 3749765212196813933, c2 = 0.107806, c3 = 'OehLUL4Lg7' where c = 1512 index_test.go:137: sql insert into test_index values (1644, 2335999301090430119, 0.548140, 'PMoC0W8P3s') index_test.go:143: sql update test_index set c1 = 2839748278714600614, c2 = 0.721063, c3 = 'iLjHYdcJw0' where c = 183 index_test.go:140: sql delete from test_index where c = 1161 index_test.go:137: sql insert into test_index values (1645, 4446788929226661920, 0.099246, 'yIBRGfS1t4') index_test.go:137: sql insert into test_index values (1646, 6240239301023526714, 0.453602, '3t0QQLhQ5a') index_test.go:137: sql insert into test_index values (1648, 1284969543121697582, 0.917026, 'OI5bQSbfKj') index_test.go:140: sql delete from test_index where c = 1399 index_test.go:137: sql insert into test_index values (1649, 7595114418423108044, 0.489142, 'GhwccDw34t') index_test.go:140: sql delete from test_index where c = 1627 index_test.go:140: sql delete from test_index where c = 1541 index_test.go:143: sql update test_index set c1 = 3947998016160249782, c2 = 0.124484, c3 = '50zpxzMNVd' where c = 905 index_test.go:137: sql insert into test_index values (1647, 9123620401633221788, 0.608324, 'PXH9R9TUif') index_test.go:143: sql update test_index set c1 = 6128726639598368314, c2 = 0.049453, c3 = '5AXRw6y2jb' where c = 1435 index_test.go:140: sql delete from test_index where c = 693 index_test.go:140: sql delete from test_index where c = 1612 index_test.go:140: sql delete from test_index where c = 638 index_test.go:143: sql update test_index set c1 = 6811018550848596455, c2 = 0.096014, c3 = 'L39FwcDrjT' where c = 348 index_test.go:140: sql delete from test_index where c = 845 index_test.go:143: sql update test_index set c1 = 8989454047292968604, c2 = 0.619290, c3 = 'vQs8e2mgOT' where c = 1344 index_test.go:137: sql insert into test_index values (1650, 9108706674239295615, 0.583803, 'ZmSIGqQS51') index_test.go:140: sql delete from test_index where c = 1071 index_test.go:143: sql update test_index set c1 = 5797876305189852215, c2 = 0.507288, c3 = 'KHTIJEJqKI' where c = 319 index_test.go:137: sql insert into test_index values (1651, 2944229004273203893, 0.661923, '1LJgP2w2yc') index_test.go:143: sql update test_index set c1 = 3952830633780721009, c2 = 0.792451, c3 = 'lmNqXCrE2i' where c = 992 index_test.go:140: sql delete from test_index where c = 482 index_test.go:143: sql update test_index set c1 = 4150446612833557934, c2 = 0.138081, c3 = 'F4vVHeK9yt' where c = 1409 index_test.go:143: sql update test_index set c1 = 2147174933430265519, c2 = 0.488119, c3 = 'vWfpljHQFD' where c = 605 index_test.go:143: sql update test_index set c1 = 1031965464932955621, c2 = 0.663997, c3 = 'jdT1Mzi6nx' where c = 938 index_test.go:140: sql delete from test_index where c = 867 index_test.go:137: sql insert into test_index values (1652, 4024663603862772804, 0.448105, 'PubqF15Msk') [2024/05/06 21:35:02.012 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5022' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.012 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6979' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.012 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1793' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7573' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '510' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5421' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4994' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1548' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7434' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1185' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9091' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8353' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4798' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '181' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5539' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8302' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4962' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7324' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5373' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '697' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1318' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3937' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8353' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3179' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4771' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3284' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1475' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '240' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2631' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4501' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9970' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5679' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4249' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8035' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1030' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2792' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7782' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3621' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6973' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4185' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8437' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '424' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6492' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5689' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4847' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9386' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9677' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '325' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.019 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '789' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.019 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7080' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.019 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7128' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.019 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5269' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.020 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4214' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.020 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9751' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.020 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7269' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.020 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7552' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.020 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9430' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.021 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '323' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.021 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2069' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.021 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2031' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.021 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4870' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.021 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9009' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.021 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2443' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.021 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '606' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6637' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4423' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1399' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.023 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '408' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.023 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9753' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.023 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '377' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.023 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8031' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.023 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3208' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.023 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2543' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.023 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1266' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2963' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '441' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4478' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3363' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7782' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2052' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3012' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9726' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6089' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5971' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4787' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.025 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4734' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.025 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8658' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.026 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '29' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.026 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6083' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.026 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3359' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.026 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7366' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.026 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6234' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8206' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4381' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9884' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3860' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2120' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.028 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6056' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.028 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8577' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.028 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9913' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.028 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2263' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.029 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '354' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.029 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9701' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.029 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5929' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.029 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8456' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.030 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7426' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.030 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4663' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.030 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9253' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.030 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1683' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.031 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5950' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.031 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3948' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.031 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5616' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.031 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7011' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.031 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7945' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.031 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7248' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.032 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6574' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.032 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8396' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.032 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2771' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.032 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8459' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.032 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6765' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4358' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1149' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2419' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9768' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4609' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '361' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7032' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.034 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7019' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.034 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3010' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.034 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3676' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.034 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8254' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7977' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2620' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '236' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1574' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.036 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8912' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.036 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7625' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '816' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2410' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3678' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4478' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6197' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8899' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.038 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9868' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.038 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7870' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.038 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6981' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.038 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2105' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.038 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5470' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.038 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6767' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.038 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1158' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.039 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8011' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.039 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7044' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.039 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9346' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.039 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4996' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.039 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6476' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.040 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8396' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.040 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4082' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.040 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9006' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.040 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9082' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.040 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6828' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.040 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5417' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.041 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1081' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.041 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1511' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.041 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7216' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.041 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8916' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.042 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5644' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.042 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7549' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.095 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '338' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.095 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7867' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.095 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8503' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.096 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1466' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.096 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3884' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.097 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7329' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.098 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9618' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.098 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '377' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.099 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9361' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.099 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6271' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.099 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6892' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.100 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9160' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.100 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6730' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.100 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9988' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.101 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '436' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.101 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1131' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.101 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9497' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.102 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7330' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.103 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5194' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.103 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7581' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.103 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3860' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.104 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4361' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.104 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1634' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.105 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6713' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.105 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4651' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.106 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5063' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.106 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9239' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.106 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2064' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.106 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7971' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.107 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2749' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.108 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5124' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.108 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1453' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.108 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '602' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.109 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9101' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.109 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6261' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.109 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '15' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.109 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9144' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.109 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9713' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.109 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3190' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.109 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2316' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.110 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3555' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.110 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7522' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.110 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3342' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.110 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3411' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.110 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4978' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.111 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4246' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.112 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7928' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.113 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4511' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.113 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2375' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8234' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6427' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3072' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5563' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8501' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.115 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3337' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.116 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '209' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.116 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9059' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.117 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7653' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.117 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7271' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.117 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8098' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.117 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5915' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.118 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '471' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.118 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1719' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '430' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4164' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3404' for key 'test_conflict_insert.PRIMARY'"] [2024/05/06 21:35:02.120 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7823' for key 'test_conflict_insert.PRIMARY'"] [TestSimpleConflictInsert][Time Cost]2.696776175s index_test.go:137: sql insert into test_index values (1653, 7365192582190250188, 0.360550, 'jmbd4aEbLW') index_test.go:137: sql insert into test_index values (1654, 2460104999840017373, 0.918582, 'fjgv5noXB5') index_test.go:140: sql delete from test_index where c = 247 index_test.go:137: sql insert into test_index values (1655, 5931155370345795686, 0.593063, 'ovW1NWKQc6') index_test.go:137: sql insert into test_index values (1657, 8385887517406507413, 0.956112, 'VpwKnw7lrO') index_test.go:137: sql insert into test_index values (1656, 6589978861962744259, 0.991261, 'fTkqNARXTm') index_test.go:143: sql update test_index set c1 = 1462725258684384725, c2 = 0.118515, c3 = '5MJV0a0gVA' where c = 104 index_test.go:143: sql update test_index set c1 = 8296150643269265743, c2 = 0.046926, c3 = 'xWvamJVcpj' where c = 507 index_test.go:140: sql delete from test_index where c = 649 index_test.go:143: sql update test_index set c1 = 549883055890253071, c2 = 0.344329, c3 = 'Kz9u2P5y9M' where c = 386 index_test.go:143: sql update test_index set c1 = 2969893508448811176, c2 = 0.424897, c3 = 'PjycneyP0l' where c = 1039 index_test.go:137: sql insert into test_index values (1658, 7634081083972055122, 0.484593, 'hWM5LUIxrh') index_test.go:140: sql delete from test_index where c = 1645 index_test.go:140: sql delete from test_index where c = 1556 index_test.go:140: sql delete from test_index where c = 1092 index_test.go:137: sql insert into test_index values (1659, 426314270235549469, 0.522986, 'nweMdjNZyl') index_test.go:137: sql insert into test_index values (1660, 2640010668166058929, 0.574795, 'L2teTDMnQF') index_test.go:143: sql update test_index set c1 = 4198875261513688101, c2 = 0.840773, c3 = 'XWfRx9ldOO' where c = 795 index_test.go:140: sql delete from test_index where c = 757 index_test.go:137: sql insert into test_index values (1662, 563804351483203018, 0.870415, 'd56Hmea14K') index_test.go:140: sql delete from test_index where c = 214 index_test.go:137: sql insert into test_index values (1661, 8841791548430102785, 0.383501, 'V0gytNCUFK') index_test.go:143: sql update test_index set c1 = 3508446188891541010, c2 = 0.100127, c3 = 'FvEQBgcHPr' where c = 1107 index_test.go:143: sql update test_index set c1 = 1548744534463541783, c2 = 0.471034, c3 = '5nluMScVUI' where c = 1275 index_test.go:143: sql update test_index set c1 = 4582000145493289380, c2 = 0.071701, c3 = 'oGGxsKIveF' where c = 1253 index_test.go:140: sql delete from test_index where c = 547 index_test.go:143: sql update test_index set c1 = 9068848440926192340, c2 = 0.609924, c3 = 'IPuIl5844V' where c = 1592 index_test.go:143: sql update test_index set c1 = 5839830067001942011, c2 = 0.558701, c3 = 'v8hit1FEeN' where c = 592 index_test.go:140: sql delete from test_index where c = 887 index_test.go:140: sql delete from test_index where c = 108 index_test.go:143: sql update test_index set c1 = 3366453451747189079, c2 = 0.189995, c3 = 'gmmLdsOh7H' where c = 113 index_test.go:137: sql insert into test_index values (1665, 6544806034235962584, 0.084165, 'VpZ2A6vVIm') index_test.go:137: sql insert into test_index values (1663, 2260143425692966373, 0.721019, 'CBWwYe5JoX') index_test.go:137: sql insert into test_index values (1664, 1251125989937743228, 0.706912, 'jEvSwLWyRK') index_test.go:140: sql delete from test_index where c = 877 index_test.go:143: sql update test_index set c1 = 6925662344048394549, c2 = 0.559955, c3 = 'biKWQJYW6c' where c = 538 index_test.go:137: sql insert into test_index values (1666, 7893327294024177302, 0.645502, 'MvUAYDoZ0K') index_test.go:137: sql insert into test_index values (1668, 2089161355233573530, 0.673421, 'pM5N9pRX56') index_test.go:137: sql insert into test_index values (1667, 8221600042565739639, 0.374332, 'fQT8xRv5cW') index_test.go:137: sql insert into test_index values (1669, 7564552127799405028, 0.136149, 'LsoF1dVGWH') index_test.go:143: sql update test_index set c1 = 6000482806045560666, c2 = 0.899680, c3 = 'Svz6E60oiH' where c = 515 index_test.go:140: sql delete from test_index where c = 75 index_test.go:140: sql delete from test_index where c = 1112 index_test.go:140: sql delete from test_index where c = 1169 index_test.go:137: sql insert into test_index values (1670, 5972280995771472351, 0.934722, 'LUelLeOfg8') index_test.go:143: sql update test_index set c1 = 3898474308639379525, c2 = 0.041433, c3 = '7xf4YUGDXV' where c = 1253 index_test.go:140: sql delete from test_index where c = 1518 index_test.go:140: sql delete from test_index where c = 894 index_test.go:143: sql update test_index set c1 = 618502200188295291, c2 = 0.513279, c3 = 'pZDtgQ7hj6' where c = 378 index_test.go:137: sql insert into test_index values (1671, 7005762094039406934, 0.714798, 'lufe2Yh7bd') index_test.go:140: sql delete from test_index where c = 35 index_test.go:137: sql insert into test_index values (1672, 3037284772811691670, 0.458531, 'hWMfx9hvGc') index_test.go:143: sql update test_index set c1 = 2849754611008801682, c2 = 0.586207, c3 = 'fYMi2Agdc0' where c = 1308 index_test.go:143: sql update test_index set c1 = 4468119052520895677, c2 = 0.141141, c3 = 'vUKkSO2nFo' where c = 700 index_test.go:140: sql delete from test_index where c = 884 index_test.go:140: sql delete from test_index where c = 1211 index_test.go:143: sql update test_index set c1 = 2127776309262208824, c2 = 0.797411, c3 = '5lahXdHedm' where c = 1369 index_test.go:137: sql insert into test_index values (1673, 3684286023807340076, 0.525702, 'wmc2XLuRHk') index_test.go:140: sql delete from test_index where c = 655 index_test.go:140: sql delete from test_index where c = 863 index_test.go:137: sql insert into test_index values (1674, 8725666524587031695, 0.514005, 'zKyBGaOvB6') index_test.go:137: sql insert into test_index values (1675, 6015785902557007377, 0.516249, '8SOvX8AGsN') index_test.go:143: sql update test_index set c1 = 3752932164125423550, c2 = 0.247688, c3 = '29S2iNheSO' where c = 938 index_test.go:143: sql update test_index set c1 = 8724728387681100798, c2 = 0.446708, c3 = 'oiukm9Fcpm' where c = 118 index_test.go:137: sql insert into test_index values (1676, 4196083625543308287, 0.212501, 'LTvcPLSjfr') index_test.go:143: sql update test_index set c1 = 3289298755316623690, c2 = 0.005690, c3 = 'sG3NMh67WI' where c = 513 index_test.go:143: sql update test_index set c1 = 4391653726967365964, c2 = 0.990010, c3 = 'b2lngm9zXc' where c = 738 index_test.go:140: sql delete from test_index where c = 430 index_test.go:143: sql update test_index set c1 = 7431587952150472900, c2 = 0.100322, c3 = 'qWir9hhTyM' where c = 1591 index_test.go:140: sql delete from test_index where c = 1153 index_test.go:140: sql delete from test_index where c = 677 index_test.go:143: sql update test_index set c1 = 763573124612381092, c2 = 0.454986, c3 = 'M5AP9khb7g' where c = 174 index_test.go:143: sql update test_index set c1 = 5645413138768560011, c2 = 0.921918, c3 = 'OJhLGKMmPy' where c = 1063 index_test.go:137: sql insert into test_index values (1678, 7831979035366231339, 0.904764, 'C8b6Z8W9Jv') index_test.go:140: sql delete from test_index where c = 616 index_test.go:143: sql update test_index set c1 = 1690269938108750208, c2 = 0.964722, c3 = 'VnsB4LbiYx' where c = 624 index_test.go:143: sql update test_index set c1 = 2589014420509858983, c2 = 0.175002, c3 = '8nDcHdNkpP' where c = 184 index_test.go:137: sql insert into test_index values (1679, 6710733448292069218, 0.642804, 'N2y4YpkJ9G') index_test.go:137: sql insert into test_index values (1680, 4804592970165891395, 0.469862, 'J4oqo1Dq7y') index_test.go:137: sql insert into test_index values (1677, 1342808765475660227, 0.408630, 'jNtxAKRpSP') index_test.go:137: sql insert into test_index values (1681, 7865038926396441438, 0.064309, 'my9a6V7cSU') index_test.go:140: sql delete from test_index where c = 1220 index_test.go:137: sql insert into test_index values (1683, 3072548858932703521, 0.722601, 'Efllva4WbB') index_test.go:137: sql insert into test_index values (1685, 1671034659785969625, 0.309577, '5Nh2CkHNBp') index_test.go:143: sql update test_index set c1 = 1136940138873234358, c2 = 0.549686, c3 = 'vBJGxlgl9H' where c = 95 index_test.go:137: sql insert into test_index values (1684, 8459673270575422788, 0.092571, '0gIkZRK8dy') index_test.go:137: sql insert into test_index values (1682, 333317287817128205, 0.486257, 'IFacLWEFWi') index_test.go:143: sql update test_index set c1 = 5609300874777004543, c2 = 0.300780, c3 = 'QN0Ap5M5fN' where c = 333 index_test.go:140: sql delete from test_index where c = 1184 index_test.go:140: sql delete from test_index where c = 743 index_test.go:140: sql delete from test_index where c = 1657 index_test.go:140: sql delete from test_index where c = 1622 index_test.go:140: sql delete from test_index where c = 1634 index_test.go:140: sql delete from test_index where c = 1294 index_test.go:140: sql delete from test_index where c = 461 index_test.go:137: sql insert into test_index values (1686, 4604671178138783804, 0.002012, 'IU1rs6JXbL') index_test.go:143: sql update test_index set c1 = 5937027274608474894, c2 = 0.382310, c3 = 'LK9dvqXpq2' where c = 158 index_test.go:143: sql update test_index set c1 = 3886327738593633579, c2 = 0.490586, c3 = 'o0lq3KyCJ7' where c = 473 index_test.go:137: sql insert into test_index values (1687, 6188365417818789397, 0.921697, 'ui9pbKCIU5') index_test.go:143: sql update test_index set c1 = 6130953786301258180, c2 = 0.668497, c3 = 'Lm4dUDNFoP' where c = 1571 index_test.go:143: sql update test_index set c1 = 2153559742537940693, c2 = 0.111602, c3 = 'tmmfJXuj2M' where c = 742 index_test.go:143: sql update test_index set c1 = 3406589905075738726, c2 = 0.967551, c3 = 'fLjfnrixqs' where c = 470 index_test.go:140: sql delete from test_index where c = 1129 index_test.go:143: sql update test_index set c1 = 194352033842210882, c2 = 0.269205, c3 = 'vQr6laI3pt' where c = 1629 index_test.go:143: sql update test_index set c1 = 3173395023421274467, c2 = 0.066479, c3 = 'beDP1wMOJL' where c = 1398 index_test.go:137: sql insert into test_index values (1688, 6097682420777107508, 0.271270, '37zZKQhHW5') index_test.go:140: sql delete from test_index where c = 1489 index_test.go:137: sql insert into test_index values (1689, 977105962793379253, 0.252779, '3bqd2e6n0O') index_test.go:143: sql update test_index set c1 = 8023443868558283899, c2 = 0.534869, c3 = 'CcV9FvhfPL' where c = 323 index_test.go:137: sql insert into test_index values (1691, 5362572639082219912, 0.476845, 'M2U8Eg3Lrx') index_test.go:140: sql delete from test_index where c = 600 index_test.go:137: sql insert into test_index values (1690, 2216746318965883561, 0.246102, 'EUJrkDmt8Z') index_test.go:140: sql delete from test_index where c = 1359 index_test.go:140: sql delete from test_index where c = 934 index_test.go:137: sql insert into test_index values (1692, 2460884028288784264, 0.673164, 'TDPzOXi9pW') index_test.go:137: sql insert into test_index values (1693, 7448169585295168402, 0.974675, 'Hm7hbsIdJ6') index_test.go:143: sql update test_index set c1 = 8293087295088693234, c2 = 0.622734, c3 = 'dOXIVTawbd' where c = 424 index_test.go:140: sql delete from test_index where c = 1578 index_test.go:143: sql update test_index set c1 = 5879381379178576137, c2 = 0.379838, c3 = 'wRVLDNyyWY' where c = 1569 index_test.go:143: sql update test_index set c1 = 1795951684231996457, c2 = 0.346006, c3 = 'LhqFXS3wjI' where c = 1317 index_test.go:140: sql delete from test_index where c = 1469 index_test.go:140: sql delete from test_index where c = 90 index_test.go:143: sql update test_index set c1 = 8608290552298722154, c2 = 0.813168, c3 = '64MCyjmMhZ' where c = 1369 index_test.go:140: sql delete from test_index where c = 1219 index_test.go:137: sql insert into test_index values (1694, 4052883477618571359, 0.813736, 'XXDnYpnxsy') index_test.go:143: sql update test_index set c1 = 3163779086065532039, c2 = 0.584253, c3 = 'ipa5IdDTDM' where c = 873 index_test.go:137: sql insert into test_index values (1696, 7535567090091699360, 0.794058, 'VCyXZ6lF5e') index_test.go:143: sql update test_index set c1 = 8285440730126729276, c2 = 0.026761, c3 = 'B9SDSShQX5' where c = 64 index_test.go:140: sql delete from test_index where c = 125 index_test.go:140: sql delete from test_index where c = 123 index_test.go:143: sql update test_index set c1 = 8185538164618646338, c2 = 0.343034, c3 = 'XFcjSf1DTN' where c = 1389 index_test.go:143: sql update test_index set c1 = 6625225333518464659, c2 = 0.261034, c3 = 'X5rMoolbdS' where c = 30 index_test.go:137: sql insert into test_index values (1695, 327820937510745737, 0.247407, '0AdNb5Av9j') index_test.go:143: sql update test_index set c1 = 8614820799950250462, c2 = 0.489332, c3 = 'UsuVknvZuy' where c = 1140 index_test.go:137: sql insert into test_index values (1697, 3314447226328729685, 0.723605, 'h5XJazhUT2') index_test.go:137: sql insert into test_index values (1698, 7543840197224554076, 0.853672, 'bXoLSFZ2hM') index_test.go:140: sql delete from test_index where c = 655 index_test.go:137: sql insert into test_index values (1699, 940081527734866685, 0.884683, 'oyD6DCIAiP') index_test.go:140: sql delete from test_index where c = 1353 index_test.go:137: sql insert into test_index values (1700, 1355338399339340997, 0.936028, 'yppZA129lL') index_test.go:143: sql update test_index set c1 = 1944239837989967817, c2 = 0.999083, c3 = 'EEPyYtYs6A' where c = 608 index_test.go:140: sql delete from test_index where c = 1506 index_test.go:143: sql update test_index set c1 = 8555953527816156902, c2 = 0.997760, c3 = 'BMZv3S3Yh4' where c = 1508 index_test.go:140: sql delete from test_index where c = 1529 index_test.go:143: sql update test_index set c1 = 8669507781369879979, c2 = 0.335037, c3 = 'Cfd9kVTS3q' where c = 1215 index_test.go:140: sql delete from test_index where c = 421 index_test.go:143: sql update test_index set c1 = 2644648456518117187, c2 = 0.993106, c3 = 'AjUJAFFyIx' where c = 1651 index_test.go:143: sql update test_index set c1 = 7142286442530414980, c2 = 0.646306, c3 = 'YyBn4dzMdi' where c = 1547 index_test.go:143: sql update test_index set c1 = 4264622297245658581, c2 = 0.052621, c3 = 'nK1I21RO38' where c = 1451 [2024/05/06 21:35:02.137 +08:00] [ERROR] [gc_worker.go:1764] ["deleteRanges is called"] [TestSimpleMixed][Insert][Time Cost]2.570919705s index_test.go:137: sql insert into test_index values (1701, 8524783889124809108, 0.946574, 'q7dF24sbWV') index_test.go:137: sql insert into test_index values (1705, 3898727373877008190, 0.204201, 'inF2oThRlz') index_test.go:137: sql insert into test_index values (1706, 8894692074338693965, 0.386813, 'vYm07hzpcQ') index_test.go:137: sql insert into test_index values (1703, 8754926049010039412, 0.589607, '2MFPmttM2t') index_test.go:137: sql insert into test_index values (1704, 3703042487507431215, 0.425323, '1YvbLNBzpv') index_test.go:137: sql insert into test_index values (1702, 6162405028863591468, 0.087678, 'k58ONxUF6M') index_test.go:137: sql insert into test_index values (1710, 3438957073136866595, 0.668156, 'eVeSGB8sEi') index_test.go:140: sql delete from test_index where c = 537 index_test.go:137: sql insert into test_index values (1708, 5452416183736757305, 0.849056, 'YBHe73kgjr') index_test.go:137: sql insert into test_index values (1709, 3625554722876698024, 0.272740, 'FZO59TAFEK') index_test.go:137: sql insert into test_index values (1707, 1377084291881645456, 0.906562, 'n9sKTX4XM1') index_test.go:140: sql delete from test_index where c = 756 index_test.go:140: sql delete from test_index where c = 476 index_test.go:140: sql delete from test_index where c = 1399 index_test.go:140: sql delete from test_index where c = 499 index_test.go:143: sql update test_index set c1 = 8099996118344924382, c2 = 0.088697, c3 = '72RxAEyrve' where c = 38 index_test.go:140: sql delete from test_index where c = 186 index_test.go:143: sql update test_index set c1 = 718516346005922466, c2 = 0.880909, c3 = 'Z4GivpGMvU' where c = 372 index_test.go:140: sql delete from test_index where c = 1100 index_test.go:140: sql delete from test_index where c = 897 index_test.go:143: sql update test_index set c1 = 2280882843510221688, c2 = 0.186052, c3 = '7gyUsxIKbb' where c = 918 index_test.go:143: sql update test_index set c1 = 2265397500936311854, c2 = 0.903693, c3 = 'h1oONVe0Ct' where c = 357 index_test.go:143: sql update test_index set c1 = 7814133735079762259, c2 = 0.227117, c3 = 'fkJlsj6iYC' where c = 454 index_test.go:140: sql delete from test_index where c = 895 index_test.go:140: sql delete from test_index where c = 1540 index_test.go:137: sql insert into test_index values (1711, 4594736962049440314, 0.521920, '4pHSgoBQ0K') index_test.go:143: sql update test_index set c1 = 2323021107788527410, c2 = 0.727973, c3 = 'qFaYXfe5YJ' where c = 987 index_test.go:143: sql update test_index set c1 = 1701553080725913915, c2 = 0.897530, c3 = 'LMdTJ3A5W5' where c = 1409 index_test.go:143: sql update test_index set c1 = 949175143281938122, c2 = 0.549868, c3 = 'F46FcVy8DK' where c = 1091 index_test.go:140: sql delete from test_index where c = 701 index_test.go:137: sql insert into test_index values (1713, 4877308829717480529, 0.280000, 'nCBtInyQsV') index_test.go:143: sql update test_index set c1 = 1668534118093437236, c2 = 0.564780, c3 = '72iEYvy27i' where c = 1325 index_test.go:137: sql insert into test_index values (1714, 2361610900474419354, 0.565091, 'nygKBjI6dI') index_test.go:137: sql insert into test_index values (1712, 7122725627610182767, 0.409621, 'YrbSBFw9gg') index_test.go:137: sql insert into test_index values (1715, 8638474578400208169, 0.237109, 'xLWTGL1K62') index_test.go:143: sql update test_index set c1 = 2889777211112439962, c2 = 0.470037, c3 = 'JfU0bnFhac' where c = 1599 index_test.go:140: sql delete from test_index where c = 332 index_test.go:143: sql update test_index set c1 = 6954650186453132921, c2 = 0.621378, c3 = 'PbJlupUix7' where c = 194 index_test.go:140: sql delete from test_index where c = 877 index_test.go:137: sql insert into test_index values (1718, 8877842945786372863, 0.500588, 'TQQDMC3S8j') index_test.go:137: sql insert into test_index values (1719, 4188406651488410503, 0.161566, 'F5EY2Ze8P7') index_test.go:143: sql update test_index set c1 = 3971330047387342476, c2 = 0.001092, c3 = '0eLsgcCndj' where c = 860 index_test.go:137: sql insert into test_index values (1716, 3391431936818360870, 0.481649, 'dH7RK0KZFE') index_test.go:137: sql insert into test_index values (1720, 5509977112188745870, 0.121609, 'SsJAb33O2n') index_test.go:137: sql insert into test_index values (1717, 7821569212347492762, 0.111167, 'gW0oSjZxRk') index_test.go:137: sql insert into test_index values (1721, 4729995030972770345, 0.849899, 'iDnIqAWIGe') index_test.go:140: sql delete from test_index where c = 1435 index_test.go:140: sql delete from test_index where c = 41 index_test.go:140: sql delete from test_index where c = 436 index_test.go:143: sql update test_index set c1 = 4101310597621567622, c2 = 0.475699, c3 = '2FDq4v1bkS' where c = 1416 index_test.go:143: sql update test_index set c1 = 1305816542484060464, c2 = 0.993084, c3 = 'NUVc1CAxgh' where c = 648 index_test.go:143: sql update test_index set c1 = 2162336143210550972, c2 = 0.265998, c3 = 'oKMJMhO7DL' where c = 749 index_test.go:140: sql delete from test_index where c = 265 index_test.go:137: sql insert into test_index values (1722, 483525314649988287, 0.592612, '0JseqdfpKA') index_test.go:140: sql delete from test_index where c = 689 index_test.go:140: sql delete from test_index where c = 259 index_test.go:140: sql delete from test_index where c = 1519 index_test.go:143: sql update test_index set c1 = 7017875176327917789, c2 = 0.055868, c3 = 'qf9WExoMQK' where c = 1286 index_test.go:140: sql delete from test_index where c = 1491 index_test.go:137: sql insert into test_index values (1725, 1615951663938712275, 0.957984, 'RWlLODjaOB') index_test.go:137: sql insert into test_index values (1724, 6162181667452471552, 0.892921, '6QYaiaU5yi') index_test.go:137: sql insert into test_index values (1723, 5577502474676537421, 0.539632, 'bplPflSqoA') index_test.go:140: sql delete from test_index where c = 610 index_test.go:143: sql update test_index set c1 = 7160388861685396280, c2 = 0.596941, c3 = 'eUiJRkl3aW' where c = 601 index_test.go:140: sql delete from test_index where c = 986 index_test.go:143: sql update test_index set c1 = 8098744160775537488, c2 = 0.825487, c3 = 'c89MtOFSc8' where c = 674 index_test.go:137: sql insert into test_index values (1726, 883959843155203926, 0.171709, 'NZm1mp6CRM') index_test.go:143: sql update test_index set c1 = 8534721186082218092, c2 = 0.164418, c3 = 'saXmbYtdMN' where c = 500 index_test.go:143: sql update test_index set c1 = 5375265372668454531, c2 = 0.621932, c3 = 'f24mKVjyWX' where c = 1284 index_test.go:143: sql update test_index set c1 = 7518116798932469724, c2 = 0.800890, c3 = 'M5sUJewFHw' where c = 1194 index_test.go:143: sql update test_index set c1 = 1675740758499584553, c2 = 0.530410, c3 = 'ZSDOmzXqVt' where c = 1049 index_test.go:140: sql delete from test_index where c = 1283 index_test.go:137: sql insert into test_index values (1727, 2534176191479788586, 0.972434, 'zL4dZTp1fP') index_test.go:140: sql delete from test_index where c = 520 index_test.go:137: sql insert into test_index values (1728, 87679264482489285, 0.004589, '40KZGaPtRu') index_test.go:143: sql update test_index set c1 = 2930403599064773376, c2 = 0.252738, c3 = 'WBbG7DLTVJ' where c = 1358 index_test.go:140: sql delete from test_index where c = 709 index_test.go:137: sql insert into test_index values (1729, 6708656317422700273, 0.435860, 'SkkA7QIfzw') index_test.go:137: sql insert into test_index values (1730, 4557809794804756049, 0.554352, 'kyOfSq8sRy') index_test.go:137: sql insert into test_index values (1731, 8864281827834999748, 0.083206, 'ecyYFtZsFc') index_test.go:140: sql delete from test_index where c = 302 index_test.go:143: sql update test_index set c1 = 530944520248960003, c2 = 0.064023, c3 = 'u1ChE16hre' where c = 1107 index_test.go:137: sql insert into test_index values (1732, 3411593457956332696, 0.984963, 'nCwZdWEi4B') index_test.go:143: sql update test_index set c1 = 1089165148402171668, c2 = 0.122128, c3 = 'VIgRkC21ed' where c = 366 index_test.go:140: sql delete from test_index where c = 355 index_test.go:140: sql delete from test_index where c = 512 index_test.go:140: sql delete from test_index where c = 970 index_test.go:143: sql update test_index set c1 = 7696985100954120669, c2 = 0.821192, c3 = '2FyTAist1K' where c = 1545 index_test.go:143: sql update test_index set c1 = 6996218148764831154, c2 = 0.588653, c3 = 'oPyUWsNAih' where c = 684 index_test.go:140: sql delete from test_index where c = 740 index_test.go:143: sql update test_index set c1 = 9106346673084052343, c2 = 0.391710, c3 = '35w9v3uGAc' where c = 999 index_test.go:143: sql update test_index set c1 = 3860917151802723808, c2 = 0.035429, c3 = '4CTrlQQwrq' where c = 806 index_test.go:140: sql delete from test_index where c = 1131 index_test.go:137: sql insert into test_index values (1733, 1176456758373630439, 0.828845, '21zec2qJXb') index_test.go:137: sql insert into test_index values (1735, 1377048312530881059, 0.877328, 'MjmAHOwetL') index_test.go:143: sql update test_index set c1 = 916321462793323672, c2 = 0.167420, c3 = '45S8q2PUgg' where c = 958 index_test.go:137: sql insert into test_index values (1737, 6639085237420790329, 0.963133, 'vtrCfALogb') index_test.go:140: sql delete from test_index where c = 55 index_test.go:137: sql insert into test_index values (1734, 6327123872916765223, 0.881533, 'nXQ7t4PBVu') index_test.go:137: sql insert into test_index values (1736, 3001105919671473396, 0.388158, 'Ua8GJbsPhr') index_test.go:140: sql delete from test_index where c = 638 index_test.go:143: sql update test_index set c1 = 4947803659061467255, c2 = 0.311945, c3 = 'nzqk7q2twA' where c = 222 index_test.go:140: sql delete from test_index where c = 646 index_test.go:140: sql delete from test_index where c = 102 index_test.go:137: sql insert into test_index values (1739, 638242717046768346, 0.930701, '6JtBBjYcE0') index_test.go:143: sql update test_index set c1 = 226197148606504842, c2 = 0.797061, c3 = '6mO2YbIUDq' where c = 1705 index_test.go:137: sql insert into test_index values (1738, 5467329232763170613, 0.482677, '8vHRdKLLYp') index_test.go:143: sql update test_index set c1 = 6277416290874525112, c2 = 0.044374, c3 = '2oqOTctcfA' where c = 1408 index_test.go:137: sql insert into test_index values (1740, 2314892235805001779, 0.785078, 'bsMWxYv0Cl') index_test.go:140: sql delete from test_index where c = 95 index_test.go:143: sql update test_index set c1 = 6891940285795981969, c2 = 0.333714, c3 = 'rusmGhjIUh' where c = 1664 index_test.go:137: sql insert into test_index values (1741, 9131712250103640873, 0.611783, '4Vb2qKXRoA') index_test.go:137: sql insert into test_index values (1742, 588705381731712263, 0.841218, 'vRtu1fyOvN') index_test.go:143: sql update test_index set c1 = 2172584721971656034, c2 = 0.304106, c3 = '73fPIShmvf' where c = 1136 index_test.go:143: sql update test_index set c1 = 3173616908458047713, c2 = 0.537067, c3 = 'IWErRxMuR8' where c = 1256 index_test.go:140: sql delete from test_index where c = 1708 index_test.go:143: sql update test_index set c1 = 2967718892178259083, c2 = 0.454368, c3 = 'LuTyxuS8p8' where c = 154 index_test.go:140: sql delete from test_index where c = 1530 index_test.go:137: sql insert into test_index values (1743, 5102673315162806726, 0.457976, 'FbWHqEfWO6') index_test.go:140: sql delete from test_index where c = 1062 index_test.go:137: sql insert into test_index values (1746, 2062252984823155160, 0.948081, 'c4mcfPFQWl') index_test.go:140: sql delete from test_index where c = 5 index_test.go:140: sql delete from test_index where c = 564 index_test.go:137: sql insert into test_index values (1747, 6620510891296832235, 0.446143, 'mi1uJ8TuX7') index_test.go:140: sql delete from test_index where c = 98 index_test.go:143: sql update test_index set c1 = 5719727407249172346, c2 = 0.824714, c3 = '3f7yhcZwRA' where c = 1029 index_test.go:137: sql insert into test_index values (1744, 3708067499394013322, 0.183135, 'DNNy2laNKB') index_test.go:143: sql update test_index set c1 = 8176748443999076207, c2 = 0.159373, c3 = 'QqfF79AJC8' where c = 1644 index_test.go:137: sql insert into test_index values (1745, 3584447421851378285, 0.301176, 'Na739kZzAr') index_test.go:143: sql update test_index set c1 = 6698436368763484849, c2 = 0.736113, c3 = 'KJez7yTGOK' where c = 300 index_test.go:143: sql update test_index set c1 = 3199217715627380056, c2 = 0.462140, c3 = '1zWzghu0Pt' where c = 125 index_test.go:140: sql delete from test_index where c = 812 index_test.go:140: sql delete from test_index where c = 880 index_test.go:143: sql update test_index set c1 = 8019758839008201040, c2 = 0.447591, c3 = 'iRp7DkyGIy' where c = 1683 index_test.go:137: sql insert into test_index values (1749, 8022432476146656302, 0.426314, 'DuGvj6hrfc') index_test.go:140: sql delete from test_index where c = 376 index_test.go:143: sql update test_index set c1 = 7822166561051117054, c2 = 0.471708, c3 = 'G6H16fpDDj' where c = 1701 index_test.go:137: sql insert into test_index values (1750, 7025265175094133849, 0.388713, 'ovIfN7Z8Mn') index_test.go:137: sql insert into test_index values (1751, 4717017217320402224, 0.500796, 'mbTdp5oExq') index_test.go:140: sql delete from test_index where c = 1205 index_test.go:143: sql update test_index set c1 = 1966449905149048901, c2 = 0.521906, c3 = 'oxBETIMvxf' where c = 1130 index_test.go:143: sql update test_index set c1 = 7862206443747008916, c2 = 0.918667, c3 = 'INBpXQi1ju' where c = 57 index_test.go:137: sql insert into test_index values (1748, 4868344865959801828, 0.339628, 'zYnYMo6EiB') index_test.go:143: sql update test_index set c1 = 1125101840356097210, c2 = 0.996876, c3 = 'Lh89d2Xmt8' where c = 821 index_test.go:143: sql update test_index set c1 = 5220974428372270715, c2 = 0.176166, c3 = 'a3auvtRQni' where c = 908 index_test.go:140: sql delete from test_index where c = 1705 index_test.go:137: sql insert into test_index values (1752, 5058869049575504845, 0.303849, '1XPDN2XSC3') index_test.go:140: sql delete from test_index where c = 17 index_test.go:137: sql insert into test_index values (1754, 2302968885958463799, 0.357410, 'Zd7hnv4l32') index_test.go:140: sql delete from test_index where c = 1270 index_test.go:137: sql insert into test_index values (1756, 7659190607514268639, 0.452012, '5mF1fpUamQ') index_test.go:140: sql delete from test_index where c = 611 index_test.go:137: sql insert into test_index values (1753, 677364056958083328, 0.042521, '26V2dk7GPN') index_test.go:137: sql insert into test_index values (1755, 3181795337100105696, 0.023257, 'E1a2cujJuu') index_test.go:137: sql insert into test_index values (1757, 149408644765747754, 0.116774, 'twjepG3oUo') index_test.go:140: sql delete from test_index where c = 1028 index_test.go:143: sql update test_index set c1 = 7096758879934947354, c2 = 0.549477, c3 = 'F0ImO7kUci' where c = 1058 index_test.go:140: sql delete from test_index where c = 920 index_test.go:143: sql update test_index set c1 = 204390121142466872, c2 = 0.241945, c3 = 'grE9EcS38Q' where c = 545 index_test.go:140: sql delete from test_index where c = 731 index_test.go:140: sql delete from test_index where c = 1283 index_test.go:143: sql update test_index set c1 = 1178959147530068270, c2 = 0.868703, c3 = 'OY90zLWXvI' where c = 45 index_test.go:143: sql update test_index set c1 = 1716214655990736707, c2 = 0.076500, c3 = 'jtHebhfite' where c = 995 index_test.go:140: sql delete from test_index where c = 1382 index_test.go:137: sql insert into test_index values (1758, 4686509248111599905, 0.945832, 'kONdWUWeYE') index_test.go:140: sql delete from test_index where c = 780 index_test.go:143: sql update test_index set c1 = 684339479802481314, c2 = 0.081245, c3 = 'DaYRQxNdGi' where c = 453 index_test.go:143: sql update test_index set c1 = 853017657293837561, c2 = 0.288597, c3 = 'RoDDAJfY73' where c = 1586 index_test.go:137: sql insert into test_index values (1759, 356277401568908298, 0.317044, 'VIL7DWM34g') index_test.go:143: sql update test_index set c1 = 3952280035196358528, c2 = 0.814406, c3 = 'xcMmvul8af' where c = 1726 index_test.go:143: sql update test_index set c1 = 2582118116957893673, c2 = 0.885336, c3 = 'DL7RZMFKgF' where c = 469 index_test.go:143: sql update test_index set c1 = 4021350886511823599, c2 = 0.961170, c3 = '32ayCJ0KKp' where c = 465 index_test.go:143: sql update test_index set c1 = 7376437455886416298, c2 = 0.143585, c3 = '1iVpv4EMuc' where c = 823 index_test.go:140: sql delete from test_index where c = 140 index_test.go:137: sql insert into test_index values (1760, 8052211616126927641, 0.699430, 'AyZ6Nc9sOt') index_test.go:140: sql delete from test_index where c = 50 index_test.go:137: sql insert into test_index values (1762, 4303659807750404091, 0.982837, 'v1sHoqX6JY') index_test.go:143: sql update test_index set c1 = 5966905479247650332, c2 = 0.959026, c3 = 'sSHajteDmS' where c = 593 index_test.go:137: sql insert into test_index values (1763, 2891674267690176062, 0.198629, 'T51ZmY17wO') index_test.go:137: sql insert into test_index values (1761, 6923688220849701103, 0.036859, 'GtKhslbSwf') index_test.go:137: sql insert into test_index values (1764, 3477081428731103415, 0.290568, 'oc7CYWZQud') index_test.go:137: sql insert into test_index values (1765, 5085806297043455458, 0.527594, 'fBav8nSSDZ') index_test.go:143: sql update test_index set c1 = 7159805039530813330, c2 = 0.722628, c3 = 'QyE7cm8x39' where c = 867 index_test.go:137: sql insert into test_index values (1766, 145600224098527631, 0.991030, '11NsCc2rFN') index_test.go:137: sql insert into test_index values (1767, 7755130791135832351, 0.987415, 'KCR8oAyQjW') index_test.go:140: sql delete from test_index where c = 18 index_test.go:140: sql delete from test_index where c = 727 index_test.go:140: sql delete from test_index where c = 480 index_test.go:140: sql delete from test_index where c = 686 index_test.go:140: sql delete from test_index where c = 1132 index_test.go:137: sql insert into test_index values (1768, 8684449728122895252, 0.533000, 'GrPyzA6WZd') index_test.go:137: sql insert into test_index values (1769, 819329856607633586, 0.725456, 'UiduDWAXMi') index_test.go:140: sql delete from test_index where c = 790 index_test.go:143: sql update test_index set c1 = 4276301224452199757, c2 = 0.579365, c3 = 'IDCG4tkNOB' where c = 1518 index_test.go:143: sql update test_index set c1 = 3550224610203081252, c2 = 0.645776, c3 = '22EwDY5iSW' where c = 615 index_test.go:140: sql delete from test_index where c = 219 index_test.go:143: sql update test_index set c1 = 3716735497181806782, c2 = 0.617545, c3 = 'aFWeZdDjRT' where c = 155 index_test.go:140: sql delete from test_index where c = 1714 index_test.go:143: sql update test_index set c1 = 4730205927957222339, c2 = 0.514338, c3 = 'NGsIbbmJAs' where c = 1547 index_test.go:140: sql delete from test_index where c = 582 index_test.go:140: sql delete from test_index where c = 774 index_test.go:143: sql update test_index set c1 = 7637286035851275601, c2 = 0.619918, c3 = 'u4ePaBThmW' where c = 416 index_test.go:137: sql insert into test_index values (1770, 2894185776666203168, 0.380804, '4DVdsQYBCA') index_test.go:137: sql insert into test_index values (1771, 1286894102382269603, 0.648811, 'j31ZeiY5Nh') index_test.go:143: sql update test_index set c1 = 6181515338639040081, c2 = 0.629969, c3 = 'dfaLHgaPHu' where c = 1145 index_test.go:143: sql update test_index set c1 = 7560429123710850731, c2 = 0.642351, c3 = 'SUaBpRPJRd' where c = 1678 index_test.go:137: sql insert into test_index values (1772, 937654137143695584, 0.239422, '8u0EBzDSJ4') index_test.go:143: sql update test_index set c1 = 8046043968976014460, c2 = 0.769013, c3 = 'JW7CxyYgej' where c = 1144 index_test.go:140: sql delete from test_index where c = 91 index_test.go:140: sql delete from test_index where c = 566 index_test.go:137: sql insert into test_index values (1773, 3168890646130886709, 0.394784, 'M1y7wKPthE') index_test.go:143: sql update test_index set c1 = 4520323446383896403, c2 = 0.890550, c3 = 'co3ALqtgez' where c = 657 index_test.go:143: sql update test_index set c1 = 5816300535650796772, c2 = 0.255058, c3 = 'catpIr9Lj0' where c = 1480 index_test.go:137: sql insert into test_index values (1774, 3966156184009882131, 0.034061, 'EyKdVaZuBL') index_test.go:137: sql insert into test_index values (1776, 1392692813003640298, 0.216889, 'iI9mhBx4wu') index_test.go:140: sql delete from test_index where c = 412 index_test.go:137: sql insert into test_index values (1775, 1715529579987325827, 0.971593, 'L9xb9BKUlB') index_test.go:137: sql insert into test_index values (1777, 2957314043694675243, 0.022751, 'kLphqENHpK') index_test.go:140: sql delete from test_index where c = 1748 index_test.go:140: sql delete from test_index where c = 1161 index_test.go:140: sql delete from test_index where c = 834 index_test.go:143: sql update test_index set c1 = 4951657312610336363, c2 = 0.361168, c3 = 'hwXsQJMTyx' where c = 1668 index_test.go:143: sql update test_index set c1 = 4617701929155671941, c2 = 0.428577, c3 = 'ZE68e3cHnS' where c = 1553 index_test.go:137: sql insert into test_index values (1779, 7015218416656959810, 0.273774, 'mnkvIpc3w3') index_test.go:143: sql update test_index set c1 = 8744240831534113156, c2 = 0.470516, c3 = 'rM09ugKeqk' where c = 2 index_test.go:137: sql insert into test_index values (1778, 4353600715780550062, 0.015990, 'h3jIZjoz9z') index_test.go:143: sql update test_index set c1 = 2640731959032626699, c2 = 0.217376, c3 = 'BAaHYUMLJ4' where c = 259 index_test.go:140: sql delete from test_index where c = 919 index_test.go:140: sql delete from test_index where c = 1085 index_test.go:143: sql update test_index set c1 = 7825625103345259747, c2 = 0.027627, c3 = 'DmNuaGGaWc' where c = 3 index_test.go:137: sql insert into test_index values (1780, 2036248758908460601, 0.260721, 'KZSya6AJ5t') index_test.go:137: sql insert into test_index values (1781, 6199109388007654950, 0.912598, 'KDd1r0m3XK') index_test.go:143: sql update test_index set c1 = 991199005537414218, c2 = 0.630832, c3 = 'JKYbrOkbFq' where c = 1479 index_test.go:137: sql insert into test_index values (1782, 8659384840633824094, 0.213392, 'rXIYaLJfvZ') index_test.go:140: sql delete from test_index where c = 671 index_test.go:137: sql insert into test_index values (1784, 2639703454378074487, 0.806269, 'p87xBH6Rvm') index_test.go:143: sql update test_index set c1 = 948922644826631700, c2 = 0.969506, c3 = 'Cto3xfImpM' where c = 923 index_test.go:143: sql update test_index set c1 = 2186870446660292436, c2 = 0.746913, c3 = 'PfHZjXu1PS' where c = 1385 index_test.go:140: sql delete from test_index where c = 709 index_test.go:140: sql delete from test_index where c = 1077 index_test.go:137: sql insert into test_index values (1783, 2451504838110506264, 0.001153, '4Tu38h9a9Z') index_test.go:140: sql delete from test_index where c = 416 index_test.go:140: sql delete from test_index where c = 41 index_test.go:140: sql delete from test_index where c = 1495 index_test.go:137: sql insert into test_index values (1785, 7688826097452581131, 0.602956, '5vJHzlwLsJ') index_test.go:143: sql update test_index set c1 = 9029400187239906720, c2 = 0.794814, c3 = 'dijNMfWrrt' where c = 953 index_test.go:143: sql update test_index set c1 = 2297887914313147339, c2 = 0.842690, c3 = 'rtpqMORteD' where c = 705 index_test.go:137: sql insert into test_index values (1786, 6484980127927474637, 0.579464, 'IUOO8rvGaW') index_test.go:140: sql delete from test_index where c = 755 index_test.go:143: sql update test_index set c1 = 1982814074681907908, c2 = 0.092842, c3 = 'ld12qxeTPV' where c = 911 index_test.go:137: sql insert into test_index values (1787, 1708574384580697058, 0.728900, 'SkC5EFSIh1') index_test.go:143: sql update test_index set c1 = 4201857100834237247, c2 = 0.646191, c3 = '6ca3P1v9J9' where c = 1238 index_test.go:143: sql update test_index set c1 = 3843301072614072611, c2 = 0.999604, c3 = 'PJu9m1kT9D' where c = 77 index_test.go:140: sql delete from test_index where c = 106 index_test.go:143: sql update test_index set c1 = 2895611429636733627, c2 = 0.052070, c3 = 'GYc3IyAJZ7' where c = 826 index_test.go:137: sql insert into test_index values (1788, 1652617599266266763, 0.735582, '3bmS0cKQAx') index_test.go:143: sql update test_index set c1 = 8354087490148263175, c2 = 0.889318, c3 = 'k85b6VbDnP' where c = 1669 index_test.go:137: sql insert into test_index values (1789, 7215635429413796332, 0.737539, '6ttUkjPC2Q') index_test.go:140: sql delete from test_index where c = 1594 index_test.go:137: sql insert into test_index values (1791, 6714439093602563975, 0.484287, 'M7t5c840k2') index_test.go:140: sql delete from test_index where c = 559 index_test.go:143: sql update test_index set c1 = 719975505245952902, c2 = 0.041666, c3 = 'cDIA5f7jzQ' where c = 1161 index_test.go:143: sql update test_index set c1 = 3872801027847744304, c2 = 0.409286, c3 = 'OYGwGwjN6n' where c = 671 index_test.go:140: sql delete from test_index where c = 343 index_test.go:137: sql insert into test_index values (1793, 5050938603211732024, 0.356562, 'Zo7PrGy0x5') index_test.go:137: sql insert into test_index values (1790, 4625750626473491122, 0.176353, 'NuSBGzlSCB') index_test.go:137: sql insert into test_index values (1792, 9084792968653939272, 0.697410, 'xdqsarvSE8') index_test.go:137: sql insert into test_index values (1794, 379512404490281858, 0.063759, 'XuoH9NznLi') index_test.go:143: sql update test_index set c1 = 8347504576380163832, c2 = 0.455264, c3 = 'FgYbKG5mrN' where c = 346 index_test.go:140: sql delete from test_index where c = 1592 index_test.go:140: sql delete from test_index where c = 1636 index_test.go:140: sql delete from test_index where c = 381 index_test.go:140: sql delete from test_index where c = 614 index_test.go:140: sql delete from test_index where c = 368 index_test.go:140: sql delete from test_index where c = 845 index_test.go:143: sql update test_index set c1 = 826300167079859712, c2 = 0.234967, c3 = 'dOCxd33gmc' where c = 50 index_test.go:143: sql update test_index set c1 = 186313316391170459, c2 = 0.851979, c3 = 'OIYuoP11sL' where c = 10 index_test.go:137: sql insert into test_index values (1796, 7714121188984539901, 0.355343, 'SR54MJ15ka') index_test.go:137: sql insert into test_index values (1795, 3447270216313592075, 0.232812, 'dgqHg2PW4g') index_test.go:143: sql update test_index set c1 = 2055642314318672955, c2 = 0.419669, c3 = 'yxeauN3fq2' where c = 1750 index_test.go:140: sql delete from test_index where c = 125 index_test.go:143: sql update test_index set c1 = 8970488603085547417, c2 = 0.958117, c3 = 'HRNog0XnLc' where c = 1305 index_test.go:143: sql update test_index set c1 = 3196395566114857445, c2 = 0.725460, c3 = 'nWO2ZmTxmz' where c = 1424 index_test.go:143: sql update test_index set c1 = 97119593941364642, c2 = 0.325343, c3 = 'porEQo21ws' where c = 1263 index_test.go:143: sql update test_index set c1 = 2966980977545709627, c2 = 0.397467, c3 = '7wyXQmDM3j' where c = 1328 index_test.go:137: sql insert into test_index values (1797, 4968940115548546835, 0.532912, '1SXPK1UBnJ') index_test.go:143: sql update test_index set c1 = 4644253123703339998, c2 = 0.347458, c3 = 'rGz3hmMFpk' where c = 608 index_test.go:140: sql delete from test_index where c = 983 index_test.go:137: sql insert into test_index values (1798, 5794707650437378136, 0.977734, 'uBy0KDNfOY') index_test.go:137: sql insert into test_index values (1799, 8274826286266104045, 0.438761, 'xx6BuOK5In') index_test.go:140: sql delete from test_index where c = 1387 index_test.go:137: sql insert into test_index values (1800, 2161871876143880762, 0.657477, '1UjmazfwQP') index_test.go:143: sql update test_index set c1 = 7671274831060216173, c2 = 0.771898, c3 = 'E3tgcoinWQ' where c = 1201 index_test.go:140: sql delete from test_index where c = 420 index_test.go:140: sql delete from test_index where c = 217 index_test.go:140: sql delete from test_index where c = 1447 index_test.go:143: sql update test_index set c1 = 198933436228265044, c2 = 0.410953, c3 = 'jPLiZO9tuh' where c = 187 index_test.go:143: sql update test_index set c1 = 1255205993487779466, c2 = 0.393510, c3 = 'f3qrWlHh6c' where c = 1130 index_test.go:143: sql update test_index set c1 = 7372547157067886367, c2 = 0.991465, c3 = 'mYpThlVZ1b' where c = 1464 index_test.go:143: sql update test_index set c1 = 1828984665728293770, c2 = 0.899205, c3 = 'K0bzL09m4W' where c = 1155 --- PASS: TestSimpleDelete (17.58s) --- PASS: TestSimpleDelete/Basic (1.20s) --- PASS: TestSimpleDelete/Basic/test_delete (0.53s) --- PASS: TestSimpleDelete/Basic/test_delete_common (0.67s) --- PASS: TestSimpleDelete/Conflict (1.11s) --- PASS: TestSimpleDelete/Conflict/test_conflict_delete (0.53s) --- PASS: TestSimpleDelete/Conflict/test_conflict_delete_common (0.58s) PASS ddl_test end [Pipeline] } [Pipeline] // container [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-pull_integration_ddl_test-8559/tidb-test already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir index_test.go:137: sql insert into test_index values (1804, 3898307695298008279, 0.075784, 'W8MHZvP5Zi') index_test.go:137: sql insert into test_index values (1806, 3315170388211274212, 0.503162, 'qA56NjaCyn') index_test.go:137: sql insert into test_index values (1807, 1257284535228149691, 0.417168, 'P2qJUxSeiY') index_test.go:137: sql insert into test_index values (1805, 2181357096604294163, 0.429318, '6Ltroj3Uyc') index_test.go:137: sql insert into test_index values (1803, 6796065560185812243, 0.196233, '8JRTNdYiJ6') index_test.go:137: sql insert into test_index values (1801, 1173358735650848952, 0.786399, 'jT6J3P7862') index_test.go:137: sql insert into test_index values (1808, 8388821961603111181, 0.055884, 'XN7yHzEmH9') index_test.go:137: sql insert into test_index values (1809, 3325368801364871462, 0.414523, 'ekvzLNQhkW') index_test.go:137: sql insert into test_index values (1802, 8058046658778655568, 0.988502, 'gM389AjEXq') index_test.go:140: sql delete from test_index where c = 192 index_test.go:137: sql insert into test_index values (1810, 6813399572832902662, 0.620660, 'PNdHOF8Mqc') index_test.go:140: sql delete from test_index where c = 322 index_test.go:143: sql update test_index set c1 = 8487104560479759984, c2 = 0.360217, c3 = '96oiWoP3s4' where c = 673 index_test.go:140: sql delete from test_index where c = 963 index_test.go:140: sql delete from test_index where c = 409 index_test.go:140: sql delete from test_index where c = 545 index_test.go:140: sql delete from test_index where c = 521 index_test.go:140: sql delete from test_index where c = 1036 index_test.go:140: sql delete from test_index where c = 1330 index_test.go:143: sql update test_index set c1 = 1551401978641214535, c2 = 0.473070, c3 = 'yNPuOjvZH9' where c = 80 index_test.go:140: sql delete from test_index where c = 1629 index_test.go:140: sql delete from test_index where c = 1658 index_test.go:143: sql update test_index set c1 = 7036144558916576080, c2 = 0.079444, c3 = 'KNoKoaxvT7' where c = 269 index_test.go:143: sql update test_index set c1 = 2359394799239511864, c2 = 0.141305, c3 = 'ZSAtaIouh0' where c = 766 index_test.go:143: sql update test_index set c1 = 5761368828306320730, c2 = 0.772404, c3 = 'Fif63Lhkly' where c = 932 index_test.go:143: sql update test_index set c1 = 2725754048080251592, c2 = 0.237463, c3 = 'PIe5hvqzdT' where c = 1008 index_test.go:143: sql update test_index set c1 = 1928321366097379520, c2 = 0.622998, c3 = 'JhDYPgtTRl' where c = 959 index_test.go:137: sql insert into test_index values (1812, 6953767579294272515, 0.506322, 'z7JZU5rLvq') index_test.go:137: sql insert into test_index values (1811, 9123205655095246325, 0.152813, 'BVJOqzpfJl') index_test.go:137: sql insert into test_index values (1814, 5387063438549349075, 0.960164, 'E6xEH9HAP8') index_test.go:143: sql update test_index set c1 = 6086356889593192545, c2 = 0.783843, c3 = 'gebDM41zHE' where c = 1647 index_test.go:143: sql update test_index set c1 = 1707441913766476104, c2 = 0.861570, c3 = 'gsjI2Rwgr9' where c = 1053 index_test.go:140: sql delete from test_index where c = 96 index_test.go:137: sql insert into test_index values (1813, 5764809627646059175, 0.713500, '9Y1MCMUH8j') index_test.go:137: sql insert into test_index values (1815, 8193943264262655048, 0.835202, 'qsznG6J9RF') index_test.go:137: sql insert into test_index values (1816, 6606440371935965951, 0.454903, 'MXh4rczFyJ') index_test.go:137: sql insert into test_index values (1817, 4297957584715651491, 0.287189, 'BIikVbQi4x') index_test.go:143: sql update test_index set c1 = 3374859270361163966, c2 = 0.871839, c3 = 'qD4cryagIC' where c = 169 index_test.go:140: sql delete from test_index where c = 625 index_test.go:140: sql delete from test_index where c = 1474 index_test.go:140: sql delete from test_index where c = 6 index_test.go:137: sql insert into test_index values (1818, 2977635245850127099, 0.867239, 'RIUG2k7bHy') index_test.go:137: sql insert into test_index values (1819, 8431262669775964295, 0.694307, 'ireuALi7zQ') index_test.go:140: sql delete from test_index where c = 1474 index_test.go:143: sql update test_index set c1 = 4329593355976670634, c2 = 0.966840, c3 = 'NzBu93Y0dF' where c = 79 index_test.go:140: sql delete from test_index where c = 161 index_test.go:140: sql delete from test_index where c = 309 index_test.go:140: sql delete from test_index where c = 752 index_test.go:137: sql insert into test_index values (1820, 4917413531080442342, 0.489884, 'd3IMSoV9uI') index_test.go:143: sql update test_index set c1 = 7308086045044445940, c2 = 0.311037, c3 = 'UVDwom8zJo' where c = 650 index_test.go:143: sql update test_index set c1 = 3747867366871485068, c2 = 0.258352, c3 = 'HkO2OaW5Z8' where c = 959 index_test.go:143: sql update test_index set c1 = 3240564170667678646, c2 = 0.403786, c3 = 'nK5CNNXh9a' where c = 1244 index_test.go:143: sql update test_index set c1 = 4264278255513150571, c2 = 0.038142, c3 = 'vuT4UhOdGe' where c = 943 index_test.go:143: sql update test_index set c1 = 1114509482347143165, c2 = 0.752208, c3 = 'omsUvdI38g' where c = 854 index_test.go:143: sql update test_index set c1 = 5832588814732336299, c2 = 0.321696, c3 = 'SHiIPa7p0w' where c = 1075 index_test.go:137: sql insert into test_index values (1821, 877785823217167817, 0.272974, 'bbnVfFzATf') index_test.go:143: sql update test_index set c1 = 1488717150400398929, c2 = 0.206340, c3 = 'UKn5Mo60Kq' where c = 1504 index_test.go:140: sql delete from test_index where c = 1693 index_test.go:140: sql delete from test_index where c = 1699 index_test.go:137: sql insert into test_index values (1822, 6665932374621152284, 0.032512, 'BTjrTQZFDD') index_test.go:137: sql insert into test_index values (1823, 9097236975334329867, 0.564397, 'x8xTGJH3Dg') index_test.go:137: sql insert into test_index values (1825, 6981831884921315949, 0.264405, 'v0skFgAGLB') index_test.go:137: sql insert into test_index values (1824, 472989627134871899, 0.508069, '7Gq3WtgovW') index_test.go:137: sql insert into test_index values (1826, 5960188388482854478, 0.933331, 'suRMIZQ7WQ') index_test.go:137: sql insert into test_index values (1827, 4114455807685219559, 0.211920, 'D94TdZqIzr') index_test.go:143: sql update test_index set c1 = 4365196234569975066, c2 = 0.926422, c3 = '6rG6DHWhhD' where c = 1123 index_test.go:140: sql delete from test_index where c = 791 index_test.go:140: sql delete from test_index where c = 510 index_test.go:137: sql insert into test_index values (1828, 4402648813009101383, 0.335338, 'przbS0I7kz') index_test.go:140: sql delete from test_index where c = 339 index_test.go:140: sql delete from test_index where c = 808 index_test.go:140: sql delete from test_index where c = 209 index_test.go:140: sql delete from test_index where c = 1528 index_test.go:143: sql update test_index set c1 = 5360828717521039486, c2 = 0.764344, c3 = 'LlAuofopNw' where c = 887 index_test.go:143: sql update test_index set c1 = 4550175837677126129, c2 = 0.600295, c3 = 'emMjHAmNBu' where c = 87 index_test.go:143: sql update test_index set c1 = 4156673658906094712, c2 = 0.337318, c3 = '95ZE769ge3' where c = 1287 index_test.go:143: sql update test_index set c1 = 7812404585559703374, c2 = 0.659475, c3 = '9hBZOzSUJl' where c = 36 index_test.go:140: sql delete from test_index where c = 250 index_test.go:143: sql update test_index set c1 = 623862874248475166, c2 = 0.692398, c3 = 'D1HJARjw4i' where c = 594 index_test.go:143: sql update test_index set c1 = 5697113892524473886, c2 = 0.413341, c3 = 'T2iC1O1jkM' where c = 884 index_test.go:143: sql update test_index set c1 = 8592875437625809062, c2 = 0.095182, c3 = 'MB0Cy6Q8lp' where c = 1142 index_test.go:143: sql update test_index set c1 = 849341700916780089, c2 = 0.393327, c3 = 'LgBMDCwQLO' where c = 542 index_test.go:140: sql delete from test_index where c = 1517 index_test.go:137: sql insert into test_index values (1829, 1065051864314448198, 0.777346, 'eTP4r1oWB6') index_test.go:137: sql insert into test_index values (1830, 133659872911878336, 0.915482, 'ae1aM4P2Rg') index_test.go:137: sql insert into test_index values (1831, 9113213428778074337, 0.193717, 'joIRcsheGj') index_test.go:143: sql update test_index set c1 = 1831353965116268067, c2 = 0.148330, c3 = 'k40pwZIcYJ' where c = 391 index_test.go:137: sql insert into test_index values (1832, 4732801037994428350, 0.451967, 'hLOAsx2xWj') index_test.go:137: sql insert into test_index values (1833, 2773306483926106977, 0.803069, 'ZSk2C1N0q2') index_test.go:137: sql insert into test_index values (1834, 230897554524863400, 0.615370, 'WBs8i8Ss9y') index_test.go:137: sql insert into test_index values (1835, 6912905825119579084, 0.354412, 'kDARjEoTpo') index_test.go:140: sql delete from test_index where c = 867 index_test.go:140: sql delete from test_index where c = 424 index_test.go:137: sql insert into test_index values (1837, 1853538892358290991, 0.739990, '5LqEM7Ei1F') index_test.go:137: sql insert into test_index values (1836, 308346760273579276, 0.686061, '6jbI9YJm7t') index_test.go:140: sql delete from test_index where c = 1368 index_test.go:140: sql delete from test_index where c = 1190 index_test.go:140: sql delete from test_index where c = 1496 index_test.go:140: sql delete from test_index where c = 773 index_test.go:143: sql update test_index set c1 = 6646027029068476898, c2 = 0.648793, c3 = 'FWVPaMZAjv' where c = 1463 index_test.go:143: sql update test_index set c1 = 5633005960992212366, c2 = 0.020035, c3 = 'SD9Am2JVHf' where c = 723 index_test.go:143: sql update test_index set c1 = 6272707862792517593, c2 = 0.992339, c3 = 'GHVFAuJ9IU' where c = 773 index_test.go:137: sql insert into test_index values (1838, 1712325965116633103, 0.418575, 'RMRtzMEw0o') index_test.go:140: sql delete from test_index where c = 1614 index_test.go:140: sql delete from test_index where c = 1290 index_test.go:140: sql delete from test_index where c = 870 index_test.go:140: sql delete from test_index where c = 26 index_test.go:143: sql update test_index set c1 = 5518765216315879198, c2 = 0.860913, c3 = 'LlxMDFGeZm' where c = 414 index_test.go:137: sql insert into test_index values (1839, 414066366431261085, 0.581843, 'yYRBVqfe0x') index_test.go:143: sql update test_index set c1 = 7889982794373454286, c2 = 0.186511, c3 = 'PdENFLnRFM' where c = 345 index_test.go:137: sql insert into test_index values (1841, 3100781736920508915, 0.002535, 'rNI0xCE0NJ') index_test.go:140: sql delete from test_index where c = 97 index_test.go:143: sql update test_index set c1 = 21017965053111011, c2 = 0.578222, c3 = 'kQPLia5CMl' where c = 1229 index_test.go:140: sql delete from test_index where c = 963 index_test.go:137: sql insert into test_index values (1840, 1727982847794297144, 0.480390, 'u5MB8So8oh') index_test.go:143: sql update test_index set c1 = 3422831609260018203, c2 = 0.851546, c3 = 'QNCW4ROCvB' where c = 1568 index_test.go:143: sql update test_index set c1 = 4937490310745585516, c2 = 0.556512, c3 = 'UKkwFcuxHV' where c = 1510 index_test.go:143: sql update test_index set c1 = 7308465377713842488, c2 = 0.979654, c3 = 'EuzaeXn8EU' where c = 1057 index_test.go:137: sql insert into test_index values (1842, 3821385503326279260, 0.636509, 'EGd1SRhxoJ') index_test.go:137: sql insert into test_index values (1843, 5939658919690722749, 0.023232, 'NkHMFvVKrw') index_test.go:143: sql update test_index set c1 = 7162350257549991501, c2 = 0.268213, c3 = '5jjOZEnjBf' where c = 533 index_test.go:140: sql delete from test_index where c = 56 index_test.go:137: sql insert into test_index values (1845, 577838496851571234, 0.017355, 'wBhzGbovsI') index_test.go:143: sql update test_index set c1 = 6658730223208814453, c2 = 0.787417, c3 = 'YB9J2TUz45' where c = 1782 index_test.go:137: sql insert into test_index values (1846, 5446078425584526387, 0.942199, 'hzoucu0Z5h') index_test.go:137: sql insert into test_index values (1847, 6418678003218506727, 0.068320, 'eYtIV82IZO') index_test.go:140: sql delete from test_index where c = 618 index_test.go:140: sql delete from test_index where c = 1659 index_test.go:137: sql insert into test_index values (1844, 8960284802457597757, 0.647491, 'p1RDJI40lz') index_test.go:143: sql update test_index set c1 = 682139412133233610, c2 = 0.203423, c3 = 'IAAJvnGmaI' where c = 567 index_test.go:140: sql delete from test_index where c = 66 index_test.go:143: sql update test_index set c1 = 172783965905071995, c2 = 0.163065, c3 = '8sDMPfIRoL' where c = 758 index_test.go:137: sql insert into test_index values (1848, 4682193628863176003, 0.098850, 'GoiqF4oiHj') index_test.go:137: sql insert into test_index values (1849, 7909496868212587349, 0.135871, 'S4ExRTUP0m') index_test.go:143: sql update test_index set c1 = 4477446490328091875, c2 = 0.836909, c3 = 'L0WP0XGknP' where c = 278 index_test.go:140: sql delete from test_index where c = 1326 index_test.go:140: sql delete from test_index where c = 49 index_test.go:140: sql delete from test_index where c = 1619 index_test.go:140: sql delete from test_index where c = 514 index_test.go:140: sql delete from test_index where c = 1746 index_test.go:143: sql update test_index set c1 = 2474915893123555907, c2 = 0.785345, c3 = 'jhP48NBlCC' where c = 1204 index_test.go:143: sql update test_index set c1 = 4043789227852616877, c2 = 0.089694, c3 = 'Gk7Ye1T1ji' where c = 271 index_test.go:137: sql insert into test_index values (1850, 7629495334216081209, 0.735198, 'BPlwXYb2aK') index_test.go:143: sql update test_index set c1 = 673327354168799445, c2 = 0.589144, c3 = 'iPmQMnR7u2' where c = 773 index_test.go:143: sql update test_index set c1 = 5093970078904880898, c2 = 0.230611, c3 = 'BTu8HdcRK9' where c = 125 index_test.go:137: sql insert into test_index values (1851, 4674898887887748196, 0.843216, '37sPEfWfMb') index_test.go:143: sql update test_index set c1 = 5792717272059930904, c2 = 0.446565, c3 = 'iuaqbJ5fLJ' where c = 1682 index_test.go:137: sql insert into test_index values (1852, 3871653144854459825, 0.858257, 'cmOL8s0eSN') index_test.go:137: sql insert into test_index values (1853, 5116160993100788989, 0.928957, 'cNFhNNdOHa') index_test.go:140: sql delete from test_index where c = 650 index_test.go:143: sql update test_index set c1 = 6556806361105858315, c2 = 0.551779, c3 = '9snKYi8xLY' where c = 763 index_test.go:140: sql delete from test_index where c = 649 index_test.go:137: sql insert into test_index values (1855, 5569666092189782800, 0.538955, 'QUS4Q5g6OS') index_test.go:137: sql insert into test_index values (1854, 7198478263148985664, 0.094563, 'I1BwL92cdO') index_test.go:137: sql insert into test_index values (1856, 6551681215100796930, 0.320104, 'V8eiozGflG') index_test.go:143: sql update test_index set c1 = 7301260018232146089, c2 = 0.810238, c3 = 'lDxgbUaJHM' where c = 1458 index_test.go:140: sql delete from test_index where c = 292 index_test.go:137: sql insert into test_index values (1857, 2183572732283675230, 0.322134, 'zVOwC19k7I') index_test.go:140: sql delete from test_index where c = 1654 index_test.go:143: sql update test_index set c1 = 1032846662339492144, c2 = 0.189254, c3 = 'vVuaw1UC7c' where c = 125 index_test.go:143: sql update test_index set c1 = 654683120610412352, c2 = 0.835168, c3 = 'kYJMI5wgnw' where c = 1674 index_test.go:137: sql insert into test_index values (1859, 9086447235193689732, 0.211856, 'm65zqYVTzI') index_test.go:137: sql insert into test_index values (1858, 7771841432684204880, 0.489264, 'Tc6myCnZRy') index_test.go:140: sql delete from test_index where c = 24 index_test.go:140: sql delete from test_index where c = 1053 index_test.go:140: sql delete from test_index where c = 669 index_test.go:140: sql delete from test_index where c = 1241 index_test.go:143: sql update test_index set c1 = 7219881431705515812, c2 = 0.450161, c3 = 'lZdhxznZ72' where c = 1753 index_test.go:140: sql delete from test_index where c = 1320 index_test.go:143: sql update test_index set c1 = 2515482339710723388, c2 = 0.841210, c3 = 'Nuk851ibJT' where c = 1848 index_test.go:143: sql update test_index set c1 = 7091321678460391670, c2 = 0.686987, c3 = 'kc16OBQgtX' where c = 600 index_test.go:143: sql update test_index set c1 = 8911788590533172014, c2 = 0.533757, c3 = 'bE4texEnd5' where c = 266 index_test.go:137: sql insert into test_index values (1861, 2385383418707023546, 0.189843, 'MZQS2YrswC') index_test.go:137: sql insert into test_index values (1860, 5313916278095682590, 0.107414, 'QAT52jb262') index_test.go:140: sql delete from test_index where c = 310 index_test.go:143: sql update test_index set c1 = 3949734127689622010, c2 = 0.161485, c3 = 'lKNrI4MPn1' where c = 932 index_test.go:137: sql insert into test_index values (1862, 8717246791580060947, 0.886177, 'iU1B4N951n') index_test.go:140: sql delete from test_index where c = 1069 index_test.go:143: sql update test_index set c1 = 7772586715064606367, c2 = 0.219355, c3 = 'TuKwgq4NGq' where c = 1734 index_test.go:137: sql insert into test_index values (1863, 2719781595342465472, 0.584995, 'OmusAzlcPx') index_test.go:137: sql insert into test_index values (1865, 5747288159770407674, 0.250502, 'SoogQt0smG') index_test.go:140: sql delete from test_index where c = 317 index_test.go:143: sql update test_index set c1 = 1945364752621825707, c2 = 0.744184, c3 = '7Pwg1AvZxY' where c = 446 index_test.go:137: sql insert into test_index values (1867, 885803928740147658, 0.201814, 'IRxRPLNofS') index_test.go:140: sql delete from test_index where c = 796 index_test.go:137: sql insert into test_index values (1864, 1788568677092193360, 0.098138, 'ByAV1JMSMz') index_test.go:143: sql update test_index set c1 = 1250539358393211318, c2 = 0.041790, c3 = '5sF8CTOdBq' where c = 200 index_test.go:137: sql insert into test_index values (1866, 3681468702442416703, 0.389298, 'BSL4NMQwJJ') index_test.go:143: sql update test_index set c1 = 6002802173763008343, c2 = 0.226290, c3 = 'iZg6WeyxuA' where c = 130 index_test.go:140: sql delete from test_index where c = 1171 index_test.go:140: sql delete from test_index where c = 1695 index_test.go:140: sql delete from test_index where c = 578 index_test.go:143: sql update test_index set c1 = 397592602579959903, c2 = 0.883513, c3 = '9ciijufoVV' where c = 606 index_test.go:143: sql update test_index set c1 = 6852889262052014241, c2 = 0.934233, c3 = 'cOkawkrSr5' where c = 838 index_test.go:140: sql delete from test_index where c = 178 index_test.go:143: sql update test_index set c1 = 5390603469385921663, c2 = 0.730326, c3 = 'yekVbUAl3p' where c = 632 index_test.go:137: sql insert into test_index values (1868, 6198368700920884289, 0.880417, 'oMdOXe0yaM') index_test.go:143: sql update test_index set c1 = 5497444975821697071, c2 = 0.422185, c3 = 'tzk2tk2gTr' where c = 539 index_test.go:137: sql insert into test_index values (1869, 8915724676424757846, 0.913125, 'WIHVd0KkpC') index_test.go:143: sql update test_index set c1 = 6942548253488646021, c2 = 0.489854, c3 = '2q98xcYiUD' where c = 1834 index_test.go:137: sql insert into test_index values (1872, 3387978163502492191, 0.809434, 'Ki4R7JUr7D') index_test.go:137: sql insert into test_index values (1870, 8968496258554680103, 0.303140, 'YQhLVn2r5s') index_test.go:137: sql insert into test_index values (1871, 6268341212375988413, 0.378822, 'SPixD6nAeg') index_test.go:143: sql update test_index set c1 = 529186199263384248, c2 = 0.696769, c3 = 'qoMeeyThHw' where c = 982 index_test.go:140: sql delete from test_index where c = 1823 index_test.go:137: sql insert into test_index values (1874, 6350726410780459598, 0.611714, 'RU3ixHIKYt') index_test.go:140: sql delete from test_index where c = 1650 index_test.go:140: sql delete from test_index where c = 1093 index_test.go:140: sql delete from test_index where c = 364 index_test.go:140: sql delete from test_index where c = 90 index_test.go:137: sql insert into test_index values (1873, 2074916865377542867, 0.899779, 'FVv1L77x7m') index_test.go:140: sql delete from test_index where c = 569 index_test.go:143: sql update test_index set c1 = 3230313966744423129, c2 = 0.441341, c3 = 'P1v4uaK68c' where c = 1540 index_test.go:143: sql update test_index set c1 = 1554932932838822510, c2 = 0.927558, c3 = 'nR4El66MCg' where c = 877 index_test.go:137: sql insert into test_index values (1875, 3751026158253909166, 0.945712, 'ulkRt7LQPN') index_test.go:137: sql insert into test_index values (1876, 1859508560059077174, 0.787998, '71mKtugbo1') index_test.go:140: sql delete from test_index where c = 662 index_test.go:140: sql delete from test_index where c = 102 index_test.go:143: sql update test_index set c1 = 626760001563217122, c2 = 0.312384, c3 = 'vjHsr6ro2d' where c = 237 index_test.go:143: sql update test_index set c1 = 2698928037376882743, c2 = 0.011556, c3 = '9SZAMr5Upm' where c = 509 index_test.go:143: sql update test_index set c1 = 3050663089357787574, c2 = 0.345317, c3 = 'IjJOmhEBak' where c = 18 index_test.go:140: sql delete from test_index where c = 434 index_test.go:143: sql update test_index set c1 = 7725606978834053266, c2 = 0.374701, c3 = 'HTWekk78bI' where c = 173 index_test.go:143: sql update test_index set c1 = 7316529948609394880, c2 = 0.225700, c3 = 'lagaRXLxye' where c = 567 index_test.go:143: sql update test_index set c1 = 6960087713378620079, c2 = 0.006124, c3 = 'F3cOGzhYmD' where c = 681 index_test.go:137: sql insert into test_index values (1878, 8249060910775567399, 0.223907, 'HGRIAPG7WZ') index_test.go:137: sql insert into test_index values (1879, 4394826435967779700, 0.754346, 'P9OCDGvRo3') index_test.go:137: sql insert into test_index values (1881, 8459482820146106643, 0.441839, 'KGLMarDNFh') index_test.go:137: sql insert into test_index values (1880, 2246490217676554326, 0.103295, 'OOmT8kTXxt') index_test.go:137: sql insert into test_index values (1877, 8780356167594598367, 0.107500, '1opLcPYcao') index_test.go:140: sql delete from test_index where c = 899 index_test.go:137: sql insert into test_index values (1884, 2899196393765866644, 0.076707, 'HK12w1akCt') index_test.go:137: sql insert into test_index values (1883, 932579193197765239, 0.442608, 'HuNT87gilE') index_test.go:137: sql insert into test_index values (1882, 5477712485591902498, 0.667761, 'mtGjOSZHrj') index_test.go:140: sql delete from test_index where c = 1257 index_test.go:140: sql delete from test_index where c = 1788 index_test.go:140: sql delete from test_index where c = 1485 index_test.go:140: sql delete from test_index where c = 33 index_test.go:140: sql delete from test_index where c = 916 index_test.go:140: sql delete from test_index where c = 446 index_test.go:143: sql update test_index set c1 = 3838095921722848597, c2 = 0.437228, c3 = 'gqlfkuuf2Z' where c = 1730 index_test.go:143: sql update test_index set c1 = 2873093080421352501, c2 = 0.587169, c3 = 'sBWvqsEGTN' where c = 310 index_test.go:143: sql update test_index set c1 = 7333263654920286810, c2 = 0.778782, c3 = 'UI2xLmpMCQ' where c = 1140 index_test.go:143: sql update test_index set c1 = 1317904127170731669, c2 = 0.553741, c3 = 'I6TngafKfw' where c = 401 index_test.go:143: sql update test_index set c1 = 4251403588673748510, c2 = 0.408530, c3 = 'kZZ6CVj4qM' where c = 1031 index_test.go:140: sql delete from test_index where c = 298 index_test.go:140: sql delete from test_index where c = 449 index_test.go:143: sql update test_index set c1 = 3199166428345017201, c2 = 0.144061, c3 = 'buGCFTXgQr' where c = 1742 index_test.go:143: sql update test_index set c1 = 4247232924650999660, c2 = 0.792261, c3 = 'pop5MFIoJZ' where c = 1430 index_test.go:137: sql insert into test_index values (1886, 8477819433959663399, 0.118142, 'RqOfelwqRi') index_test.go:137: sql insert into test_index values (1887, 6605976924386022739, 0.422866, 'Wk5myjgbal') index_test.go:137: sql insert into test_index values (1888, 589392236118482734, 0.962442, 'p9cBPg21lD') index_test.go:140: sql delete from test_index where c = 194 index_test.go:137: sql insert into test_index values (1889, 4299755639864248874, 0.635031, 'iZeyws0g77') index_test.go:143: sql update test_index set c1 = 4662031955685301409, c2 = 0.109613, c3 = 'BZXk6uw8aF' where c = 143 index_test.go:140: sql delete from test_index where c = 1010 index_test.go:137: sql insert into test_index values (1885, 1044964276706101875, 0.295801, '1X2BOzMWPl') index_test.go:143: sql update test_index set c1 = 7557361423338875734, c2 = 0.577086, c3 = 'jqzMCJTpuv' where c = 1360 [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } index_test.go:137: sql insert into test_index values (1890, 5454761718667511961, 0.758823, 'K3fxWPe3bB') index_test.go:137: sql insert into test_index values (1891, 2191293613948639112, 0.851122, 'mgmy3winBV') index_test.go:143: sql update test_index set c1 = 3312104391036957985, c2 = 0.232667, c3 = 'VA7p0O1yBv' where c = 1432 index_test.go:143: sql update test_index set c1 = 2960194930832434891, c2 = 0.388948, c3 = 'PE2NIFYOLi' where c = 94 index_test.go:140: sql delete from test_index where c = 150 index_test.go:140: sql delete from test_index where c = 1849 index_test.go:137: sql insert into test_index values (1893, 7944018000816212616, 0.031574, 'OLRDu34ZEo') index_test.go:140: sql delete from test_index where c = 1715 index_test.go:143: sql update test_index set c1 = 1247268009789960401, c2 = 0.222944, c3 = 'NEijUrOqtz' where c = 137 index_test.go:140: sql delete from test_index where c = 363 index_test.go:137: sql insert into test_index values (1892, 7696001095562831047, 0.631753, 'WFsWewmrOW') index_test.go:140: sql delete from test_index where c = 1034 index_test.go:140: sql delete from test_index where c = 751 index_test.go:137: sql insert into test_index values (1894, 8621599672249860415, 0.046254, '3YpHX7bjBn') index_test.go:143: sql update test_index set c1 = 1373764790454881964, c2 = 0.025361, c3 = 'bZnQOcgqNT' where c = 1538 index_test.go:140: sql delete from test_index where c = 671 index_test.go:143: sql update test_index set c1 = 6595002316894643101, c2 = 0.339515, c3 = 'QcZ1GG7ZfA' where c = 960 index_test.go:143: sql update test_index set c1 = 7730130349425070821, c2 = 0.710644, c3 = '6RgjvK9xQG' where c = 418 index_test.go:143: sql update test_index set c1 = 2480476933298400883, c2 = 0.014181, c3 = 'TTGljzh1n6' where c = 878 index_test.go:143: sql update test_index set c1 = 6290657052199158975, c2 = 0.246696, c3 = 'ObzOSFNgs6' where c = 786 index_test.go:143: sql update test_index set c1 = 7048713198233069920, c2 = 0.885326, c3 = 'rHyfgMGOOM' where c = 1036 index_test.go:143: sql update test_index set c1 = 2478306029719234276, c2 = 0.107139, c3 = 'U9DzTCVlwC' where c = 1876 index_test.go:137: sql insert into test_index values (1895, 1839309245502118121, 0.248860, 'lsG25abNTv') index_test.go:137: sql insert into test_index values (1896, 253705715671570206, 0.143164, 'W8rYDyqJR7') index_test.go:140: sql delete from test_index where c = 13 index_test.go:140: sql delete from test_index where c = 1463 index_test.go:137: sql insert into test_index values (1897, 8172922823736566729, 0.018078, 'bJ3tmPQjud') index_test.go:137: sql insert into test_index values (1898, 3057858720302514788, 0.557308, 'tjxwph5NaJ') index_test.go:143: sql update test_index set c1 = 2214814647510990898, c2 = 0.063095, c3 = 'LKVdyw7OcD' where c = 457 index_test.go:140: sql delete from test_index where c = 1587 index_test.go:143: sql update test_index set c1 = 538499478243018292, c2 = 0.446634, c3 = '4ictpspNGk' where c = 1747 index_test.go:140: sql delete from test_index where c = 1839 index_test.go:143: sql update test_index set c1 = 5538924280012313498, c2 = 0.079510, c3 = 'wf0Vo33mGl' where c = 860 index_test.go:140: sql delete from test_index where c = 814 index_test.go:137: sql insert into test_index values (1899, 8831633595717367639, 0.439470, 'Zdd1U1JOub') index_test.go:143: sql update test_index set c1 = 6576177733089184146, c2 = 0.475188, c3 = 'hFPJQAqNuq' where c = 523 index_test.go:143: sql update test_index set c1 = 6452954030052872954, c2 = 0.104983, c3 = 'uCd9A4j3Sf' where c = 1720 index_test.go:137: sql insert into test_index values (1900, 3250086126181396940, 0.964274, 'ctC2Jw2hCn') index_test.go:140: sql delete from test_index where c = 1718 index_test.go:140: sql delete from test_index where c = 77 index_test.go:143: sql update test_index set c1 = 3215502804993987243, c2 = 0.376821, c3 = 'HVGy5B5oX4' where c = 458 index_test.go:143: sql update test_index set c1 = 3827782003913238772, c2 = 0.948648, c3 = 'd08Cyi4oNC' where c = 1497 [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } index_test.go:137: sql insert into test_index values (1905, 1682860264153014228, 0.393189, 'RoUgqF616L') index_test.go:137: sql insert into test_index values (1906, 2726822549491839605, 0.058432, 't0r4ulgvig') index_test.go:137: sql insert into test_index values (1907, 4494396923606183073, 0.382203, 'W5Zykq24z1') index_test.go:137: sql insert into test_index values (1902, 7029248728405321814, 0.031665, 'wpxL78ceKa') index_test.go:137: sql insert into test_index values (1903, 1515509883958602338, 0.086087, 'BVg9sHjOre') index_test.go:137: sql insert into test_index values (1901, 1788223811241457983, 0.570189, 'de0LwKC7vf') index_test.go:137: sql insert into test_index values (1908, 1012915872409201127, 0.402524, 'NHZjxqbnvQ') index_test.go:137: sql insert into test_index values (1910, 8396920226360586129, 0.441979, 'ZBZd3hHWU2') index_test.go:137: sql insert into test_index values (1909, 7534545787552695517, 0.199146, 'AGInVvWwoO') index_test.go:137: sql insert into test_index values (1904, 8735444855203064638, 0.714744, '9MjscvDhXc') index_test.go:140: sql delete from test_index where c = 26 index_test.go:140: sql delete from test_index where c = 180 index_test.go:140: sql delete from test_index where c = 1773 index_test.go:140: sql delete from test_index where c = 1019 index_test.go:140: sql delete from test_index where c = 816 index_test.go:140: sql delete from test_index where c = 1772 index_test.go:140: sql delete from test_index where c = 1339 index_test.go:143: sql update test_index set c1 = 3766296177622800680, c2 = 0.136476, c3 = 'p3uK7ayKCx' where c = 854 index_test.go:143: sql update test_index set c1 = 1420584865101326935, c2 = 0.556096, c3 = 'dWfEqJ1mMt' where c = 594 index_test.go:140: sql delete from test_index where c = 536 index_test.go:140: sql delete from test_index where c = 1208 index_test.go:143: sql update test_index set c1 = 6839123052161478722, c2 = 0.420937, c3 = 'lGUuo7R4nN' where c = 366 index_test.go:143: sql update test_index set c1 = 1862103187804979384, c2 = 0.560791, c3 = '9jBaDdhKkF' where c = 765 index_test.go:143: sql update test_index set c1 = 6984381141406584482, c2 = 0.407690, c3 = 'qWFFL6Aoo9' where c = 391 index_test.go:140: sql delete from test_index where c = 1429 index_test.go:143: sql update test_index set c1 = 1834840263972126807, c2 = 0.837471, c3 = '1OwBhftbyG' where c = 312 index_test.go:143: sql update test_index set c1 = 9060364902072570281, c2 = 0.408677, c3 = 'pr1HV3fHmN' where c = 901 index_test.go:137: sql insert into test_index values (1911, 6258943875597671259, 0.420588, 'by9N8c5yq5') index_test.go:137: sql insert into test_index values (1912, 3171308979660137032, 0.933246, 'NFgKKd6EoB') index_test.go:137: sql insert into test_index values (1914, 8741676052988688656, 0.978599, 'hTuvoKP4Hi') index_test.go:137: sql insert into test_index values (1913, 3056026561440062339, 0.774796, 'ytBWKAQwhY') index_test.go:143: sql update test_index set c1 = 8806507489823721245, c2 = 0.800648, c3 = 'BiSaYKcHR1' where c = 1049 index_test.go:143: sql update test_index set c1 = 8358632235717474246, c2 = 0.035989, c3 = '9PxqqZL2sM' where c = 1138 index_test.go:140: sql delete from test_index where c = 1242 index_test.go:137: sql insert into test_index values (1915, 700309188599898489, 0.810165, 'WEs69Z5fvx') index_test.go:143: sql update test_index set c1 = 2903380133739890808, c2 = 0.146576, c3 = 'oMF7niyFuU' where c = 1704 index_test.go:140: sql delete from test_index where c = 1171 index_test.go:137: sql insert into test_index values (1917, 3015606589348541364, 0.142030, 'B6VVD3UpCr') index_test.go:140: sql delete from test_index where c = 983 index_test.go:143: sql update test_index set c1 = 2553246489556105356, c2 = 0.712787, c3 = 'qLQO9UGdCV' where c = 908 index_test.go:137: sql insert into test_index values (1916, 8448949506015592054, 0.862362, 'ESINgF6t8x') index_test.go:140: sql delete from test_index where c = 1667 index_test.go:143: sql update test_index set c1 = 4618729030741101744, c2 = 0.150372, c3 = 'iupRTorWFd' where c = 300 index_test.go:140: sql delete from test_index where c = 716 index_test.go:137: sql insert into test_index values (1919, 2540159457311118165, 0.297619, 'SWRgNlpZFn') index_test.go:137: sql insert into test_index values (1918, 1097903414362692837, 0.574542, 'V2IUo9R7R0') index_test.go:143: sql update test_index set c1 = 2014027316464217412, c2 = 0.375026, c3 = 'BO7RDm8QuW' where c = 230 index_test.go:137: sql insert into test_index values (1920, 7678742727077649963, 0.429646, 'bfq3Ut1fCO') index_test.go:140: sql delete from test_index where c = 1657 index_test.go:143: sql update test_index set c1 = 4383808569573950894, c2 = 0.625794, c3 = 'yLlExxsk07' where c = 125 index_test.go:140: sql delete from test_index where c = 25 index_test.go:137: sql insert into test_index values (1921, 6511187304453382043, 0.751992, 'KGOvslMYK1') index_test.go:140: sql delete from test_index where c = 1506 index_test.go:140: sql delete from test_index where c = 1565 index_test.go:137: sql insert into test_index values (1922, 8537263380798281844, 0.684704, 'tazpZ7mh7m') index_test.go:140: sql delete from test_index where c = 445 index_test.go:137: sql insert into test_index values (1923, 377376467847238735, 0.999369, 'kAWQ5bY7yn') index_test.go:143: sql update test_index set c1 = 4559338653409649607, c2 = 0.192674, c3 = 'yLa8iSrBU7' where c = 465 index_test.go:140: sql delete from test_index where c = 1877 index_test.go:137: sql insert into test_index values (1924, 3488918458914563839, 0.281468, 'SFk80sFehS') index_test.go:140: sql delete from test_index where c = 68 index_test.go:143: sql update test_index set c1 = 5155250383134387980, c2 = 0.099681, c3 = 'nEpyJ4eeJc' where c = 1716 index_test.go:143: sql update test_index set c1 = 7664332877345385466, c2 = 0.748780, c3 = 'QWsde8OQmb' where c = 1713 index_test.go:140: sql delete from test_index where c = 147 index_test.go:143: sql update test_index set c1 = 3335681027780715243, c2 = 0.184296, c3 = 'ggKwGIZHxE' where c = 1429 index_test.go:143: sql update test_index set c1 = 8761998695256681562, c2 = 0.227821, c3 = 'UhK3CoV8VR' where c = 689 index_test.go:143: sql update test_index set c1 = 7926046557987361134, c2 = 0.886334, c3 = 't6lGxp56v2' where c = 1258 index_test.go:143: sql update test_index set c1 = 4782963507772268107, c2 = 0.483355, c3 = 'GpE8fgsgAW' where c = 1423 index_test.go:137: sql insert into test_index values (1925, 8355372674912434918, 0.639196, '6g2v6BU2Cq') index_test.go:143: sql update test_index set c1 = 3554451582236185138, c2 = 0.807718, c3 = 'qqBYMAEa8F' where c = 377 index_test.go:143: sql update test_index set c1 = 4753198511584160785, c2 = 0.540532, c3 = 'Iaa1bUPQGM' where c = 1760 index_test.go:140: sql delete from test_index where c = 730 index_test.go:137: sql insert into test_index values (1927, 8243439786213545010, 0.796915, 'ddadWCuwQU') index_test.go:137: sql insert into test_index values (1929, 5744621163573142344, 0.847778, 'fOp7cSLkaf') index_test.go:140: sql delete from test_index where c = 160 index_test.go:137: sql insert into test_index values (1931, 7762966059144861601, 0.749829, 'ZlvgujeScn') index_test.go:137: sql insert into test_index values (1930, 4791460149742752868, 0.085730, '3DYs2j7iWK') index_test.go:137: sql insert into test_index values (1926, 7532399282213162372, 0.012869, 'WSyHzHbZBR') index_test.go:137: sql insert into test_index values (1928, 1745713943090328616, 0.151467, '3xRAJI6wVZ') index_test.go:137: sql insert into test_index values (1933, 4041845001769690070, 0.779186, 'bnfk1JptTU') index_test.go:140: sql delete from test_index where c = 1623 index_test.go:143: sql update test_index set c1 = 3031487114217641789, c2 = 0.848296, c3 = 'MoacziSNOA' where c = 606 index_test.go:143: sql update test_index set c1 = 3075641455501761458, c2 = 0.881558, c3 = 'mhIXwtiswl' where c = 1223 index_test.go:140: sql delete from test_index where c = 1168 index_test.go:137: sql insert into test_index values (1932, 7679643954664581689, 0.147836, 'YUWJ0Vw2so') index_test.go:140: sql delete from test_index where c = 422 index_test.go:143: sql update test_index set c1 = 3703479980743776403, c2 = 0.099039, c3 = 'E7NpJHkpwR' where c = 1497 index_test.go:140: sql delete from test_index where c = 1121 index_test.go:140: sql delete from test_index where c = 1048 index_test.go:140: sql delete from test_index where c = 1505 index_test.go:137: sql insert into test_index values (1935, 7377910273373316873, 0.501976, 'WPRZ7zd4Co') index_test.go:137: sql insert into test_index values (1934, 4058903855089588617, 0.436263, 'dTwitchhSF') index_test.go:140: sql delete from test_index where c = 1725 index_test.go:143: sql update test_index set c1 = 5936603730837552272, c2 = 0.774546, c3 = 'gyvoMClitN' where c = 1057 index_test.go:143: sql update test_index set c1 = 1061303669062548258, c2 = 0.569022, c3 = 'DySxcXs4VC' where c = 1458 index_test.go:137: sql insert into test_index values (1936, 9182812985556995069, 0.127603, 'N4U6BYo2ek') index_test.go:143: sql update test_index set c1 = 5861847988889371938, c2 = 0.857018, c3 = 'P3xYsF9JNt' where c = 62 index_test.go:140: sql delete from test_index where c = 1280 index_test.go:143: sql update test_index set c1 = 1481184131117470613, c2 = 0.218237, c3 = '3m0w9AdBXq' where c = 1133 index_test.go:140: sql delete from test_index where c = 312 index_test.go:143: sql update test_index set c1 = 1992709261722739835, c2 = 0.405787, c3 = 'ujIca0hytI' where c = 320 index_test.go:140: sql delete from test_index where c = 1265 index_test.go:137: sql insert into test_index values (1937, 6600366592970175560, 0.266088, 'aRcF1N5VvI') index_test.go:143: sql update test_index set c1 = 4067090811027302661, c2 = 0.969522, c3 = 'NJzYh6oXft' where c = 1828 index_test.go:140: sql delete from test_index where c = 1230 index_test.go:143: sql update test_index set c1 = 1184296294958958050, c2 = 0.487176, c3 = 'LVggt05iRe' where c = 1529 index_test.go:140: sql delete from test_index where c = 237 index_test.go:137: sql insert into test_index values (1938, 7944566700520263326, 0.910781, 'mv5vedB9Dg') index_test.go:143: sql update test_index set c1 = 8286526757377142775, c2 = 0.926433, c3 = 'Y33aFDQg0Y' where c = 145 index_test.go:137: sql insert into test_index values (1939, 566702383847325285, 0.182502, 'TPDx1DlrND') index_test.go:137: sql insert into test_index values (1941, 1699086687455930552, 0.511761, 'GYwHGclg7j') index_test.go:143: sql update test_index set c1 = 8115159014445481296, c2 = 0.672738, c3 = 'Cnweo7bOZK' where c = 1886 index_test.go:137: sql insert into test_index values (1942, 1885510166299642439, 0.519148, '8YpEnHVfLa') index_test.go:140: sql delete from test_index where c = 1650 index_test.go:143: sql update test_index set c1 = 3346633208436273116, c2 = 0.835465, c3 = 'icYiv8ylLl' where c = 1859 index_test.go:140: sql delete from test_index where c = 727 index_test.go:140: sql delete from test_index where c = 566 index_test.go:140: sql delete from test_index where c = 0 index_test.go:137: sql insert into test_index values (1940, 5630157576445578094, 0.122076, 'eFfTqHGXps') index_test.go:137: sql insert into test_index values (1943, 5265484670256085944, 0.286892, 'F7A0OzLU33') index_test.go:137: sql insert into test_index values (1944, 7050468999707864222, 0.794651, 'oIocbEQvN9') index_test.go:143: sql update test_index set c1 = 2421848836637328127, c2 = 0.268501, c3 = '7RXkLJ1qU9' where c = 1733 index_test.go:143: sql update test_index set c1 = 1724312354714375442, c2 = 0.148319, c3 = 'rtHCL4LmxF' where c = 1238 index_test.go:143: sql update test_index set c1 = 4717631081939443515, c2 = 0.997904, c3 = 'lTmxwM3uqj' where c = 1115 index_test.go:137: sql insert into test_index values (1945, 3128339891670919891, 0.994445, '7yv6TnrAaV') index_test.go:137: sql insert into test_index values (1946, 2769765332159887987, 0.855856, 'EQlpcwucbt') index_test.go:143: sql update test_index set c1 = 3659187412181326066, c2 = 0.522246, c3 = 'xiQIrQRBRT' where c = 59 index_test.go:140: sql delete from test_index where c = 430 index_test.go:140: sql delete from test_index where c = 1896 index_test.go:140: sql delete from test_index where c = 1767 index_test.go:140: sql delete from test_index where c = 1769 index_test.go:137: sql insert into test_index values (1948, 6290131717994703205, 0.749262, 'oaczeOyjnl') index_test.go:143: sql update test_index set c1 = 7810827247143136626, c2 = 0.344449, c3 = 'jw994yOLWf' where c = 1198 index_test.go:143: sql update test_index set c1 = 3570663011972972775, c2 = 0.677957, c3 = 'o2DPT5y79i' where c = 32 index_test.go:143: sql update test_index set c1 = 8116153446626215585, c2 = 0.948497, c3 = '51IMmO8ONS' where c = 506 index_test.go:143: sql update test_index set c1 = 4533200681943489668, c2 = 0.502509, c3 = 'Nt44QhO2ER' where c = 640 index_test.go:137: sql insert into test_index values (1947, 7982361916742261934, 0.355001, '1coTnWmIHI') index_test.go:143: sql update test_index set c1 = 1869116574935256050, c2 = 0.934182, c3 = 'wq3Rp4W7PX' where c = 582 index_test.go:140: sql delete from test_index where c = 1339 index_test.go:137: sql insert into test_index values (1950, 3905390159304971586, 0.212822, 'CRbnJTjNqW') index_test.go:140: sql delete from test_index where c = 1511 index_test.go:137: sql insert into test_index values (1949, 5469173150010381332, 0.394742, 'zvufvHA2Sw') index_test.go:137: sql insert into test_index values (1951, 7266111641341559666, 0.207227, 'GsHPmlvvt0') index_test.go:140: sql delete from test_index where c = 1839 index_test.go:137: sql insert into test_index values (1952, 7268374764309141570, 0.254539, 'i7SWpvKRiR') index_test.go:137: sql insert into test_index values (1954, 7655941126584587640, 0.300479, 'RngN1GB2gm') index_test.go:137: sql insert into test_index values (1955, 1449449788019903888, 0.163701, '49W79mIusY') index_test.go:137: sql insert into test_index values (1953, 4775951442577602470, 0.534044, 'ICqnw7X56h') index_test.go:140: sql delete from test_index where c = 675 index_test.go:143: sql update test_index set c1 = 2178017541216888996, c2 = 0.060129, c3 = 'ce2dP8ERwq' where c = 1404 index_test.go:140: sql delete from test_index where c = 846 index_test.go:143: sql update test_index set c1 = 4164790603902390150, c2 = 0.456578, c3 = 'Jfrf0NVeOl' where c = 1787 index_test.go:143: sql update test_index set c1 = 672545597797478467, c2 = 0.120793, c3 = 'RnQH391GjZ' where c = 1329 index_test.go:143: sql update test_index set c1 = 7176487568278826207, c2 = 0.007591, c3 = 'qgIFzcti5x' where c = 100 index_test.go:140: sql delete from test_index where c = 1701 index_test.go:140: sql delete from test_index where c = 1905 index_test.go:140: sql delete from test_index where c = 977 index_test.go:137: sql insert into test_index values (1957, 6853816771863041846, 0.386433, 'dZox9yEqpc') index_test.go:137: sql insert into test_index values (1956, 9150749308469662254, 0.188701, 'XDoQMWdEZh') index_test.go:143: sql update test_index set c1 = 1347202556125077015, c2 = 0.731440, c3 = 'NXtAAWcyfO' where c = 1934 index_test.go:143: sql update test_index set c1 = 1235444707350713786, c2 = 0.601855, c3 = 'D3g1mLwpB3' where c = 833 index_test.go:140: sql delete from test_index where c = 1395 index_test.go:140: sql delete from test_index where c = 991 index_test.go:137: sql insert into test_index values (1958, 6805881455830441662, 0.596561, 'W7MyGrI2w1') index_test.go:137: sql insert into test_index values (1959, 2986368935625224139, 0.988054, 'p1GcEkjHqr') index_test.go:140: sql delete from test_index where c = 998 index_test.go:137: sql insert into test_index values (1960, 2474276173237320693, 0.385138, 'axEcXhSmLw') index_test.go:140: sql delete from test_index where c = 1677 index_test.go:143: sql update test_index set c1 = 231249216276652054, c2 = 0.594050, c3 = 'Pw4XZM86Ys' where c = 1869 index_test.go:140: sql delete from test_index where c = 1827 index_test.go:143: sql update test_index set c1 = 3654754962809873269, c2 = 0.584871, c3 = 'rNnlnRuP0Y' where c = 1465 index_test.go:137: sql insert into test_index values (1961, 7870288985993241836, 0.464104, '09vW8bA7Jr') index_test.go:140: sql delete from test_index where c = 362 index_test.go:143: sql update test_index set c1 = 2189204171649056035, c2 = 0.516951, c3 = 'W2EbACQqQK' where c = 1333 index_test.go:143: sql update test_index set c1 = 5708963429595405930, c2 = 0.969168, c3 = '6XNH0dGEib' where c = 707 index_test.go:143: sql update test_index set c1 = 163205240084331241, c2 = 0.607274, c3 = 'r8gS330dO6' where c = 935 index_test.go:143: sql update test_index set c1 = 3286398636739932611, c2 = 0.023265, c3 = 'DRarQLyszn' where c = 191 index_test.go:140: sql delete from test_index where c = 1097 index_test.go:143: sql update test_index set c1 = 1384748699017859064, c2 = 0.967443, c3 = 'BWnJXQtXiK' where c = 1679 index_test.go:137: sql insert into test_index values (1962, 6812447373815622259, 0.153684, '4PBThOBRAp') index_test.go:137: sql insert into test_index values (1963, 2318856557856143727, 0.975769, 'qpT2ygw5Cn') index_test.go:140: sql delete from test_index where c = 736 index_test.go:140: sql delete from test_index where c = 112 index_test.go:137: sql insert into test_index values (1966, 1479216061932214949, 0.647684, 'AK7DhZnzt3') index_test.go:137: sql insert into test_index values (1967, 5595846023074676774, 0.180379, 'aMZq4XTQX1') index_test.go:143: sql update test_index set c1 = 332976105597188425, c2 = 0.793683, c3 = 'N8fP6qbzL0' where c = 447 index_test.go:143: sql update test_index set c1 = 733545155111730949, c2 = 0.432098, c3 = 'nLnESuXVPj' where c = 856 index_test.go:140: sql delete from test_index where c = 1129 index_test.go:140: sql delete from test_index where c = 337 index_test.go:143: sql update test_index set c1 = 6913461631700102192, c2 = 0.968374, c3 = '5jFXB9br2c' where c = 421 index_test.go:143: sql update test_index set c1 = 8225464546676112134, c2 = 0.118110, c3 = 'IeKKRldT0x' where c = 1599 index_test.go:137: sql insert into test_index values (1965, 2803362614773114050, 0.036845, '19GKfnKgGk') index_test.go:137: sql insert into test_index values (1964, 1830125275098570975, 0.068138, 'ght5KKaAX1') index_test.go:137: sql insert into test_index values (1968, 4024565921069696168, 0.783028, 'sBz395cN90') index_test.go:143: sql update test_index set c1 = 6059295649148816450, c2 = 0.387181, c3 = 'zYKK8uueog' where c = 1222 index_test.go:143: sql update test_index set c1 = 1541669068045155816, c2 = 0.904083, c3 = 'drEnaeUpYR' where c = 98 index_test.go:140: sql delete from test_index where c = 35 index_test.go:140: sql delete from test_index where c = 642 index_test.go:137: sql insert into test_index values (1970, 3318608190590702040, 0.629785, 'yGsVlY8M9B') index_test.go:137: sql insert into test_index values (1969, 4491940037162914740, 0.837820, 'g1f0KpNi25') index_test.go:137: sql insert into test_index values (1971, 8425350326845047145, 0.847399, 'ncnbtDIg5h') index_test.go:137: sql insert into test_index values (1972, 8188034123870333118, 0.952985, 'HajfivmS8n') index_test.go:140: sql delete from test_index where c = 1509 index_test.go:140: sql delete from test_index where c = 248 index_test.go:137: sql insert into test_index values (1974, 4452758596791233203, 0.042272, 'x3JR9xOcIB') index_test.go:137: sql insert into test_index values (1973, 586510960749369924, 0.588236, 'z181SfXqu1') index_test.go:143: sql update test_index set c1 = 8451280835880803725, c2 = 0.029629, c3 = 'NFhhFUAr4O' where c = 680 index_test.go:143: sql update test_index set c1 = 7898504143223887322, c2 = 0.332088, c3 = 'wJlnuz72La' where c = 1823 index_test.go:140: sql delete from test_index where c = 1876 index_test.go:140: sql delete from test_index where c = 1244 index_test.go:140: sql delete from test_index where c = 806 index_test.go:143: sql update test_index set c1 = 3015197878160143655, c2 = 0.931327, c3 = 'K642y2Ldto' where c = 568 index_test.go:143: sql update test_index set c1 = 2800470042489271019, c2 = 0.081929, c3 = '2U2uwrTwdY' where c = 348 index_test.go:140: sql delete from test_index where c = 874 index_test.go:137: sql insert into test_index values (1975, 169035536278716860, 0.157307, 'BL9x206YCC') index_test.go:137: sql insert into test_index values (1976, 3303351760077112289, 0.119651, 'TOkbH1eFqv') index_test.go:140: sql delete from test_index where c = 1049 index_test.go:143: sql update test_index set c1 = 894773673401251393, c2 = 0.435703, c3 = 'leLMlZ7rjt' where c = 967 index_test.go:140: sql delete from test_index where c = 1413 index_test.go:143: sql update test_index set c1 = 2710260814437332049, c2 = 0.353503, c3 = 'ticm7eqfHA' where c = 1170 index_test.go:137: sql insert into test_index values (1977, 7062317961242877379, 0.402504, 'EiYKfU1ght') index_test.go:143: sql update test_index set c1 = 3942626910970458451, c2 = 0.357857, c3 = 'iasskU8Cnw' where c = 888 index_test.go:143: sql update test_index set c1 = 4972955482284711797, c2 = 0.695553, c3 = 'C1uJAOwg0o' where c = 1188 index_test.go:143: sql update test_index set c1 = 3630590624100456878, c2 = 0.656415, c3 = 'xEWSAKzuOj' where c = 501 index_test.go:143: sql update test_index set c1 = 270763073632989924, c2 = 0.001937, c3 = '2MtaI0dwid' where c = 929 index_test.go:140: sql delete from test_index where c = 852 index_test.go:137: sql insert into test_index values (1978, 1483721190435160436, 0.039161, 'cKfCX7Qb2B') index_test.go:140: sql delete from test_index where c = 1899 index_test.go:137: sql insert into test_index values (1979, 802853591973881127, 0.368761, 'P8aXpiQ1fz') index_test.go:143: sql update test_index set c1 = 7147669483975170489, c2 = 0.915844, c3 = 'Q7eHjltjOt' where c = 1010 index_test.go:137: sql insert into test_index values (1981, 6011371262480825265, 0.760236, 'ikqueU3IMt') index_test.go:140: sql delete from test_index where c = 1417 index_test.go:140: sql delete from test_index where c = 545 index_test.go:137: sql insert into test_index values (1980, 6875524559586887865, 0.967873, 'ii8gZn7sXj') index_test.go:137: sql insert into test_index values (1982, 5428843411220367613, 0.914931, '8AOCeP56Rz') index_test.go:140: sql delete from test_index where c = 914 index_test.go:137: sql insert into test_index values (1983, 3512743791177084140, 0.401635, 'pULYZmh0On') index_test.go:143: sql update test_index set c1 = 4764422293926694012, c2 = 0.750620, c3 = 'dA0XkVKOVN' where c = 1036 index_test.go:137: sql insert into test_index values (1984, 882148522621421681, 0.044705, 'etjHUNVIJX') index_test.go:137: sql insert into test_index values (1985, 4527644999907345392, 0.451192, 'TS5vk1waJE') index_test.go:143: sql update test_index set c1 = 3953174684922232092, c2 = 0.156516, c3 = 'NlV8JNZg5q' where c = 40 index_test.go:140: sql delete from test_index where c = 1667 index_test.go:140: sql delete from test_index where c = 1793 index_test.go:143: sql update test_index set c1 = 1857814163993243275, c2 = 0.419104, c3 = 'kXlbdVBaOE' where c = 772 index_test.go:140: sql delete from test_index where c = 1181 index_test.go:143: sql update test_index set c1 = 3483973123241185379, c2 = 0.436055, c3 = 'L2rggUSWSN' where c = 1450 index_test.go:143: sql update test_index set c1 = 3889844690102307805, c2 = 0.804935, c3 = 'enKJiTuxbl' where c = 185 index_test.go:137: sql insert into test_index values (1986, 3051374828067201569, 0.433892, '4B0chC5p0y') index_test.go:140: sql delete from test_index where c = 1923 index_test.go:140: sql delete from test_index where c = 1694 index_test.go:143: sql update test_index set c1 = 206417684920881770, c2 = 0.005373, c3 = 'FOcqhIyjrR' where c = 460 index_test.go:143: sql update test_index set c1 = 230624730211625031, c2 = 0.019369, c3 = 'hoflIeQuoQ' where c = 64 index_test.go:137: sql insert into test_index values (1987, 482212617664553193, 0.020816, 'RpJU5zrCfP') index_test.go:140: sql delete from test_index where c = 1493 index_test.go:137: sql insert into test_index values (1988, 2670239948695114124, 0.539720, 'q8uKI9uhtH') index_test.go:140: sql delete from test_index where c = 1416 index_test.go:143: sql update test_index set c1 = 4324532803843101727, c2 = 0.115630, c3 = '7OBpxD6vR8' where c = 96 index_test.go:143: sql update test_index set c1 = 804284347000429995, c2 = 0.713133, c3 = 'CA3EfsucGL' where c = 1697 index_test.go:137: sql insert into test_index values (1989, 8222017764460040800, 0.312628, 'yCXBjrWzUG') index_test.go:137: sql insert into test_index values (1990, 654778941293445975, 0.208866, 'KgAcQPWOcv') index_test.go:137: sql insert into test_index values (1991, 5521529749391944767, 0.828064, 'iIYIiv6hAD') index_test.go:143: sql update test_index set c1 = 4885830254332087707, c2 = 0.231831, c3 = 'KZ8xEGleZO' where c = 785 index_test.go:140: sql delete from test_index where c = 1173 index_test.go:140: sql delete from test_index where c = 1834 index_test.go:143: sql update test_index set c1 = 2478065552724345697, c2 = 0.209659, c3 = 'YxcxjXQNEz' where c = 1533 index_test.go:137: sql insert into test_index values (1992, 5693257299206983817, 0.849847, 'o1EGjHaFGZ') index_test.go:140: sql delete from test_index where c = 231 index_test.go:140: sql delete from test_index where c = 1347 index_test.go:137: sql insert into test_index values (1995, 1004547752555073028, 0.050202, 'PbnVwub7ng') index_test.go:137: sql insert into test_index values (1994, 6597845023536290753, 0.748089, 'uVyembjaRD') index_test.go:140: sql delete from test_index where c = 776 index_test.go:137: sql insert into test_index values (1993, 790082070397954113, 0.285592, 'VJbrtZnn6d') index_test.go:143: sql update test_index set c1 = 8286509078404699483, c2 = 0.828589, c3 = 'VBZpJeTKSD' where c = 272 index_test.go:140: sql delete from test_index where c = 127 index_test.go:140: sql delete from test_index where c = 1051 index_test.go:143: sql update test_index set c1 = 3000387159233908582, c2 = 0.325334, c3 = 'PkRcpjMCxw' where c = 1882 index_test.go:143: sql update test_index set c1 = 4054019141860993316, c2 = 0.518888, c3 = 'Nk6VqfVd6y' where c = 1672 index_test.go:143: sql update test_index set c1 = 8331868483658561684, c2 = 0.961853, c3 = '0pI6Ix1hLB' where c = 405 index_test.go:140: sql delete from test_index where c = 1530 index_test.go:140: sql delete from test_index where c = 1109 index_test.go:143: sql update test_index set c1 = 4197329340540024130, c2 = 0.899113, c3 = 'Smyvm9qGzj' where c = 1680 index_test.go:143: sql update test_index set c1 = 4766043599756899143, c2 = 0.062859, c3 = 'ERImR8fB8M' where c = 628 index_test.go:137: sql insert into test_index values (1996, 3488627989353691485, 0.495828, 'uTok15HINy') index_test.go:137: sql insert into test_index values (1997, 8609476770436068692, 0.572770, 'ACTTuvnTbz') index_test.go:143: sql update test_index set c1 = 6849745929902646825, c2 = 0.466592, c3 = 'npqSRf2RoW' where c = 1481 index_test.go:140: sql delete from test_index where c = 222 index_test.go:143: sql update test_index set c1 = 6235298521223084079, c2 = 0.846938, c3 = '5YEe1I1Cjr' where c = 664 index_test.go:137: sql insert into test_index values (1998, 1997618993841700855, 0.491025, 'L0IP861kQP') index_test.go:143: sql update test_index set c1 = 2269287851710234870, c2 = 0.657623, c3 = 'QAyKBHXdNQ' where c = 779 index_test.go:143: sql update test_index set c1 = 2447364922621371976, c2 = 0.791818, c3 = 'nOw34Nw0WE' where c = 64 index_test.go:140: sql delete from test_index where c = 368 index_test.go:137: sql insert into test_index values (1999, 4910066096470996636, 0.546184, 'Ezu1QzXXc5') index_test.go:143: sql update test_index set c1 = 1173228044788113974, c2 = 0.201745, c3 = 'et4JYubDC6' where c = 758 index_test.go:140: sql delete from test_index where c = 881 index_test.go:140: sql delete from test_index where c = 501 index_test.go:137: sql insert into test_index values (2000, 2838204705414483448, 0.697318, 'cJJYFmiwLS') index_test.go:143: sql update test_index set c1 = 2988209507622888977, c2 = 0.851980, c3 = 'y3YV9D4573' where c = 704 index_test.go:140: sql delete from test_index where c = 1387 index_test.go:143: sql update test_index set c1 = 863500311963724576, c2 = 0.897805, c3 = 'qD28Jxh2gV' where c = 1588 index_test.go:143: sql update test_index set c1 = 556117371241619130, c2 = 0.764527, c3 = 'w9JL3QhRME' where c = 1706 [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [mysql] 2024/05/06 21:35:03 packets.go:37: unexpected EOF [mysql] 2024/05/06 21:35:03 packets.go:37: unexpected EOF [2024/05/06 21:35:03.708 +08:00] [ERROR] [ddl_test.go:396] ["exec in server, retry"] [query="update test_mixed set c2 = -1 where c1 = 658"] [addr=127.0.0.1:5001] [error="invalid connection"] [2024/05/06 21:35:03.708 +08:00] [ERROR] [ddl_test.go:396] ["exec in server, retry"] [query="delete from test_mixed where c1 = 7884"] [addr=127.0.0.1:5001] [error="invalid connection"] index_test.go:137: sql insert into test_index values (2003, 5918983549717162081, 0.666427, 'HwuHILpu4w') index_test.go:137: sql insert into test_index values (2004, 7823045394780172799, 0.107792, 'GxLzYpn7bZ') index_test.go:137: sql insert into test_index values (2005, 1023486249329254946, 0.044044, 'RDND63eggG') index_test.go:137: sql insert into test_index values (2008, 5572468322097878237, 0.810200, 'mza1hKFFET') index_test.go:137: sql insert into test_index values (2007, 6296917522861022267, 0.635520, 'RIjdsKrWho') index_test.go:137: sql insert into test_index values (2002, 8491950334654140358, 0.725659, 'uYluvg89VO') index_test.go:137: sql insert into test_index values (2001, 4721779973578016134, 0.647011, 'J9c5hmbbG6') index_test.go:137: sql insert into test_index values (2006, 7218702135733616649, 0.893709, 'BUcHsZbBGk') index_test.go:137: sql insert into test_index values (2010, 645201853258782377, 0.157501, 'maUx2UEqt4') index_test.go:137: sql insert into test_index values (2009, 17813645345494428, 0.582970, 'pmE6nBILHr') index_test.go:140: sql delete from test_index where c = 1127 index_test.go:140: sql delete from test_index where c = 998 index_test.go:140: sql delete from test_index where c = 354 index_test.go:143: sql update test_index set c1 = 5178337338961073079, c2 = 0.605851, c3 = '45jIVZ2tj8' where c = 287 index_test.go:140: sql delete from test_index where c = 363 index_test.go:140: sql delete from test_index where c = 771 index_test.go:140: sql delete from test_index where c = 1336 index_test.go:140: sql delete from test_index where c = 1384 index_test.go:140: sql delete from test_index where c = 1903 index_test.go:143: sql update test_index set c1 = 131907265445054201, c2 = 0.335425, c3 = 'Qxn5e5FtNj' where c = 314 index_test.go:143: sql update test_index set c1 = 4629761302741219019, c2 = 0.513262, c3 = 'bkauz5rxsS' where c = 1610 index_test.go:137: sql insert into test_index values (2011, 1909724142787358789, 0.915360, 'ZuoYpeYPJ4') index_test.go:140: sql delete from test_index where c = 262 index_test.go:140: sql delete from test_index where c = 1151 index_test.go:143: sql update test_index set c1 = 631082515488132378, c2 = 0.753097, c3 = 'c2dCkR643u' where c = 131 index_test.go:143: sql update test_index set c1 = 4886538992375702549, c2 = 0.756523, c3 = 'zlq1lgrxZz' where c = 1488 index_test.go:143: sql update test_index set c1 = 7001267847759133143, c2 = 0.095101, c3 = 'trmQgpo0yJ' where c = 1627 index_test.go:143: sql update test_index set c1 = 147768718002911067, c2 = 0.812638, c3 = 'KhlBLR9O2N' where c = 654 index_test.go:143: sql update test_index set c1 = 5938007130381318140, c2 = 0.604253, c3 = 'ubPC9hXB7Z' where c = 373 index_test.go:143: sql update test_index set c1 = 2811815946797873263, c2 = 0.514887, c3 = 'nR9IS03kb3' where c = 1080 index_test.go:143: sql update test_index set c1 = 8985193825336978482, c2 = 0.040243, c3 = '0SqkTlZbbI' where c = 511 index_test.go:137: sql insert into test_index values (2015, 5194271565677112026, 0.046325, 'hQJlx3l145') index_test.go:137: sql insert into test_index values (2013, 358625892995535292, 0.246968, 'o96mGyiBg8') index_test.go:137: sql insert into test_index values (2012, 4317045707130664399, 0.560774, 'qSsCk5W7d6') index_test.go:137: sql insert into test_index values (2014, 8818287328868405701, 0.233446, 'Tl7zRnyAiq') index_test.go:137: sql insert into test_index values (2018, 3121092780684906838, 0.654554, '0zPVrDHuOh') index_test.go:137: sql insert into test_index values (2016, 3523604605477172910, 0.868652, 'CEkf56yboB') index_test.go:140: sql delete from test_index where c = 5 index_test.go:140: sql delete from test_index where c = 1265 index_test.go:137: sql insert into test_index values (2019, 6576887267978100110, 0.224537, 'VOaRZ4QJhr') index_test.go:140: sql delete from test_index where c = 616 index_test.go:137: sql insert into test_index values (2017, 6294252732502997969, 0.125468, 'rcWEPx01kh') index_test.go:140: sql delete from test_index where c = 745 index_test.go:137: sql insert into test_index values (2020, 198617528551977238, 0.322184, 'bT1MqXbNa6') index_test.go:143: sql update test_index set c1 = 3429679025995799126, c2 = 0.019679, c3 = 'C7m05WLTvW' where c = 182 index_test.go:143: sql update test_index set c1 = 2823222963371041582, c2 = 0.534760, c3 = 'aBpkYWuyl1' where c = 170 index_test.go:140: sql delete from test_index where c = 170 index_test.go:143: sql update test_index set c1 = 6149549540961981606, c2 = 0.503980, c3 = '7OUc8nphbA' where c = 1429 index_test.go:140: sql delete from test_index where c = 1828 index_test.go:140: sql delete from test_index where c = 668 index_test.go:143: sql update test_index set c1 = 8784500121021081161, c2 = 0.553336, c3 = '8PRfjmCIpl' where c = 1110 index_test.go:143: sql update test_index set c1 = 6947576615562094479, c2 = 0.310491, c3 = '3nmTsPkDN6' where c = 827 index_test.go:137: sql insert into test_index values (2021, 5620353107500987164, 0.360487, 'xbFE9UwoWz') index_test.go:140: sql delete from test_index where c = 1937 index_test.go:137: sql insert into test_index values (2023, 475767907533084828, 0.703726, '9HNKklhiPM') index_test.go:137: sql insert into test_index values (2022, 8747190202347514501, 0.253029, '5M6ZHTUXcV') index_test.go:143: sql update test_index set c1 = 6070075964674320289, c2 = 0.843599, c3 = 'pO62qdwHRx' where c = 230 index_test.go:140: sql delete from test_index where c = 176 index_test.go:140: sql delete from test_index where c = 1667 index_test.go:143: sql update test_index set c1 = 6035729341125188266, c2 = 0.711088, c3 = 'I4EsNSmekB' where c = 232 index_test.go:137: sql insert into test_index values (2024, 1609911240033796605, 0.179687, 'a46UlVSQ2T') index_test.go:143: sql update test_index set c1 = 628413229930472473, c2 = 0.705514, c3 = 'pVn38Y4Rcr' where c = 760 index_test.go:137: sql insert into test_index values (2025, 2882179616024579504, 0.150316, 'MygT6SPkcT') index_test.go:137: sql insert into test_index values (2026, 4288705157297191646, 0.917856, 'QABZuVJRBd') index_test.go:143: sql update test_index set c1 = 9161709368591743680, c2 = 0.717346, c3 = 'eNNj7Q6d5P' where c = 621 index_test.go:140: sql delete from test_index where c = 1467 index_test.go:143: sql update test_index set c1 = 7671827420359157768, c2 = 0.847898, c3 = 'mUq8GlL34k' where c = 1549 index_test.go:137: sql insert into test_index values (2027, 5126360441341518209, 0.239953, '2ONiPL4jtB') index_test.go:137: sql insert into test_index values (2028, 6977229071081407073, 0.024665, 'thVDuH3SOw') index_test.go:140: sql delete from test_index where c = 1304 index_test.go:140: sql delete from test_index where c = 1417 index_test.go:143: sql update test_index set c1 = 8751696208445236262, c2 = 0.049555, c3 = 'aiI114KOPJ' where c = 805 index_test.go:140: sql delete from test_index where c = 148 index_test.go:137: sql insert into test_index values (2029, 6348672604217123014, 0.101638, '8X7K2TdcIA') index_test.go:137: sql insert into test_index values (2030, 5647012396357256723, 0.968705, 'kY5EfjBjMZ') index_test.go:143: sql update test_index set c1 = 7428410010052673904, c2 = 0.499345, c3 = 'vPHE8KKyrZ' where c = 930 index_test.go:140: sql delete from test_index where c = 1203 index_test.go:143: sql update test_index set c1 = 2009476127705808747, c2 = 0.892707, c3 = 'xH9fJpLSbS' where c = 1310 index_test.go:140: sql delete from test_index where c = 828 index_test.go:137: sql insert into test_index values (2031, 1652809403621374410, 0.054208, 'ptaz28DceU') index_test.go:143: sql update test_index set c1 = 1775903450948827521, c2 = 0.837308, c3 = '3s0wvnCvYe' where c = 1450 index_test.go:137: sql insert into test_index values (2032, 6710092300724547049, 0.386838, '2FcTkyzay8') index_test.go:140: sql delete from test_index where c = 1707 index_test.go:140: sql delete from test_index where c = 531 index_test.go:137: sql insert into test_index values (2033, 8220376912077702731, 0.170020, 'nc56jEmxVZ') index_test.go:140: sql delete from test_index where c = 1113 index_test.go:143: sql update test_index set c1 = 7867586048031312765, c2 = 0.385144, c3 = 'HYoLmdGS3W' where c = 1375 index_test.go:137: sql insert into test_index values (2034, 2785783966166701726, 0.167223, 'Gr3hJg70dJ') index_test.go:143: sql update test_index set c1 = 6085816407828187402, c2 = 0.720980, c3 = 'sES8JtyCAI' where c = 1038 index_test.go:143: sql update test_index set c1 = 5749576851503406793, c2 = 0.601782, c3 = 'aLu8gfviUX' where c = 956 index_test.go:140: sql delete from test_index where c = 386 index_test.go:140: sql delete from test_index where c = 1599 index_test.go:137: sql insert into test_index values (2036, 5179091314433005318, 0.938554, 'lxlxbe8ZIs') index_test.go:137: sql insert into test_index values (2035, 2520147740458271385, 0.959236, '7nDTkUnTPP') index_test.go:140: sql delete from test_index where c = 1798 index_test.go:143: sql update test_index set c1 = 3889726906366739589, c2 = 0.295218, c3 = 'nTA1pajPW8' where c = 879 index_test.go:143: sql update test_index set c1 = 9097054071206842862, c2 = 0.698786, c3 = '9y35WRRjm0' where c = 480 index_test.go:137: sql insert into test_index values (2037, 3991000255337130019, 0.937644, 'nrh3tCv5ni') index_test.go:140: sql delete from test_index where c = 303 index_test.go:137: sql insert into test_index values (2039, 7328738947258230680, 0.145368, 'fsaS3gExug') index_test.go:140: sql delete from test_index where c = 1982 index_test.go:137: sql insert into test_index values (2038, 4490997231759214049, 0.497901, 'GYEl8gmGuZ') index_test.go:143: sql update test_index set c1 = 505247111103106307, c2 = 0.465573, c3 = 'DWh6EHMk8m' where c = 1647 index_test.go:143: sql update test_index set c1 = 5082146157192363132, c2 = 0.946079, c3 = 'nttrX8Re52' where c = 1175 index_test.go:140: sql delete from test_index where c = 1646 index_test.go:140: sql delete from test_index where c = 1004 index_test.go:140: sql delete from test_index where c = 1117 index_test.go:143: sql update test_index set c1 = 174024260761582852, c2 = 0.734995, c3 = 'Y0DQxxXUCY' where c = 1985 index_test.go:143: sql update test_index set c1 = 7521930410549278494, c2 = 0.726448, c3 = 'Kygn2Be3mY' where c = 228 index_test.go:137: sql insert into test_index values (2040, 6645954479479802808, 0.390437, 'n4OwwdG3ep') index_test.go:143: sql update test_index set c1 = 6907552620129405759, c2 = 0.734836, c3 = 'jvPtUEZcco' where c = 757 index_test.go:140: sql delete from test_index where c = 1025 index_test.go:143: sql update test_index set c1 = 3547490854987280388, c2 = 0.001616, c3 = 'wiHGMFqDRJ' where c = 969 index_test.go:137: sql insert into test_index values (2041, 7276773189051932151, 0.091132, 'LzGrwL07XO') index_test.go:137: sql insert into test_index values (2042, 1480694999900741775, 0.418198, 'TQ42mY5FPZ') index_test.go:143: sql update test_index set c1 = 5841794878251202114, c2 = 0.980157, c3 = 'C19GUn6jxa' where c = 1596 index_test.go:137: sql insert into test_index values (2043, 6223627646433561247, 0.674953, 'JicGSRQaOu') index_test.go:137: sql insert into test_index values (2044, 1224982902526585970, 0.672431, 'ri0NGLOAhC') index_test.go:140: sql delete from test_index where c = 18 index_test.go:140: sql delete from test_index where c = 707 index_test.go:140: sql delete from test_index where c = 475 index_test.go:137: sql insert into test_index values (2046, 2598938951583898563, 0.439646, 'nELVZ34Edc') index_test.go:143: sql update test_index set c1 = 925924078520338014, c2 = 0.005051, c3 = 'IkcJ4psVF4' where c = 1829 index_test.go:143: sql update test_index set c1 = 2533860313334335598, c2 = 0.075166, c3 = 'NX66BpXIJn' where c = 1205 index_test.go:137: sql insert into test_index values (2045, 3103572483739980474, 0.006156, '4uZZYhuBXH') index_test.go:140: sql delete from test_index where c = 620 index_test.go:143: sql update test_index set c1 = 475817848689582116, c2 = 0.660443, c3 = 'i1MF6QC33T' where c = 32 index_test.go:143: sql update test_index set c1 = 3970391924852822036, c2 = 0.641283, c3 = 'yBcrOGodol' where c = 1425 index_test.go:140: sql delete from test_index where c = 88 index_test.go:140: sql delete from test_index where c = 1022 index_test.go:137: sql insert into test_index values (2048, 9068160805034620319, 0.421672, 'xanrZycAQC') index_test.go:143: sql update test_index set c1 = 2076344580503098967, c2 = 0.222728, c3 = 'Bqy6QnYfIB' where c = 1095 index_test.go:137: sql insert into test_index values (2047, 564560009274788027, 0.275891, 'QwxlGhMLyU') index_test.go:137: sql insert into test_index values (2049, 508078131171617161, 0.881078, 'lXG016opdP') index_test.go:143: sql update test_index set c1 = 1805173455598879588, c2 = 0.592420, c3 = 'NLifJpukDC' where c = 313 index_test.go:137: sql insert into test_index values (2050, 405958804490596241, 0.954367, '21AVCmDOAL') index_test.go:140: sql delete from test_index where c = 871 index_test.go:137: sql insert into test_index values (2051, 8868809714567761728, 0.236165, 'Ly4vYlwOZR') index_test.go:140: sql delete from test_index where c = 1625 index_test.go:140: sql delete from test_index where c = 1529 index_test.go:143: sql update test_index set c1 = 642864381523920740, c2 = 0.294025, c3 = '6Q7viXsxNI' where c = 713 index_test.go:140: sql delete from test_index where c = 1377 index_test.go:137: sql insert into test_index values (2052, 7938628049564005372, 0.787653, '1CmHNDXZnc') index_test.go:143: sql update test_index set c1 = 8932889116287218233, c2 = 0.579567, c3 = 'dRBW1vZLHY' where c = 207 index_test.go:143: sql update test_index set c1 = 5354179632087519840, c2 = 0.278190, c3 = '9Y7fXCE04e' where c = 1618 index_test.go:140: sql delete from test_index where c = 984 index_test.go:137: sql insert into test_index values (2053, 927046797322631760, 0.962605, 'rtz1iP9W8N') index_test.go:140: sql delete from test_index where c = 1815 index_test.go:143: sql update test_index set c1 = 8930469318517646266, c2 = 0.124392, c3 = 'i9VXcLSXo3' where c = 1808 index_test.go:137: sql insert into test_index values (2054, 3734696589143012475, 0.488373, 'Z0cROeGiXf') index_test.go:137: sql insert into test_index values (2055, 6682113239083281369, 0.254776, 'vCuIXyQicy') index_test.go:143: sql update test_index set c1 = 2418244115209252139, c2 = 0.216605, c3 = 'R2ExDf6UsW' where c = 2025 index_test.go:143: sql update test_index set c1 = 3516840957454111986, c2 = 0.201946, c3 = 'mrEpW3Lufg' where c = 872 index_test.go:137: sql insert into test_index values (2056, 8781428765519796902, 0.690835, 'HIm7HJWsxG') index_test.go:143: sql update test_index set c1 = 7810705410847799376, c2 = 0.848477, c3 = 'YWx1gkZwRD' where c = 1777 index_test.go:140: sql delete from test_index where c = 1822 index_test.go:140: sql delete from test_index where c = 1625 index_test.go:137: sql insert into test_index values (2058, 448075740811834016, 0.502432, 'n6TydPLexK') index_test.go:137: sql insert into test_index values (2057, 2437878696375366657, 0.723822, '0TYlAGlKLe') index_test.go:140: sql delete from test_index where c = 1739 index_test.go:137: sql insert into test_index values (2059, 2253486665931211689, 0.454365, 'bXBBEBfKFC') index_test.go:140: sql delete from test_index where c = 1098 index_test.go:140: sql delete from test_index where c = 144 index_test.go:143: sql update test_index set c1 = 9153370842884993271, c2 = 0.111504, c3 = 'SYxOA03pRI' where c = 1362 index_test.go:140: sql delete from test_index where c = 212 index_test.go:143: sql update test_index set c1 = 4699032404308329654, c2 = 0.874660, c3 = '24DdJ46NPS' where c = 2016 index_test.go:140: sql delete from test_index where c = 1432 index_test.go:143: sql update test_index set c1 = 7253837980422016407, c2 = 0.335310, c3 = 'a69j0dSWyM' where c = 1917 index_test.go:143: sql update test_index set c1 = 7392828352415463657, c2 = 0.689567, c3 = 'ZFhXgrPetf' where c = 733 index_test.go:137: sql insert into test_index values (2060, 372728247950143777, 0.580396, '6ODtlXL4WI') index_test.go:140: sql delete from test_index where c = 16 index_test.go:137: sql insert into test_index values (2062, 7198484349302498742, 0.507695, '0AMTt2BOpV') index_test.go:137: sql insert into test_index values (2063, 3761104163299234337, 0.096394, 'TQzlpQR1Sr') index_test.go:140: sql delete from test_index where c = 686 index_test.go:143: sql update test_index set c1 = 9139761493308854601, c2 = 0.156073, c3 = 'rTwYbRfAzo' where c = 1948 index_test.go:143: sql update test_index set c1 = 3128436388277316346, c2 = 0.336410, c3 = 'mAWe1nGY0T' where c = 1384 index_test.go:137: sql insert into test_index values (2061, 6559748140552000605, 0.437204, 'UwKZ3Cb3NA') index_test.go:143: sql update test_index set c1 = 6968463050334206797, c2 = 0.649548, c3 = '4EiUCrDDFQ' where c = 1362 index_test.go:143: sql update test_index set c1 = 1917096878610503037, c2 = 0.805245, c3 = 'JapS0odMkE' where c = 1012 index_test.go:143: sql update test_index set c1 = 8901238522013028425, c2 = 0.373492, c3 = 'SvOOeKDJLU' where c = 1539 index_test.go:140: sql delete from test_index where c = 225 index_test.go:140: sql delete from test_index where c = 1851 index_test.go:137: sql insert into test_index values (2065, 7755549969998625215, 0.895753, 'C3gPcmW8Ul') index_test.go:137: sql insert into test_index values (2064, 2811929059320474863, 0.099062, '05htriMRYX') index_test.go:137: sql insert into test_index values (2066, 8934743423631985822, 0.851334, 'NaqwdGN5sr') index_test.go:137: sql insert into test_index values (2067, 6463837770360102707, 0.196785, 'I3gBLQDxn7') index_test.go:143: sql update test_index set c1 = 3877848516875731629, c2 = 0.364689, c3 = 'anWf7BiINd' where c = 1139 index_test.go:140: sql delete from test_index where c = 853 index_test.go:137: sql insert into test_index values (2068, 802985211694923949, 0.265494, 'zPvsFQ3AOv') index_test.go:140: sql delete from test_index where c = 1050 index_test.go:143: sql update test_index set c1 = 2477748555726868217, c2 = 0.857859, c3 = 'qmdrdbOIE9' where c = 1644 index_test.go:140: sql delete from test_index where c = 1583 index_test.go:140: sql delete from test_index where c = 1871 index_test.go:137: sql insert into test_index values (2069, 7746753686600657594, 0.862192, 'ZZDtLN02Qo') index_test.go:140: sql delete from test_index where c = 1412 index_test.go:143: sql update test_index set c1 = 3222899508817517491, c2 = 0.083105, c3 = 'eM1WzDinEm' where c = 68 index_test.go:143: sql update test_index set c1 = 6202690054206680867, c2 = 0.535914, c3 = 'qKtoh0dkra' where c = 559 index_test.go:143: sql update test_index set c1 = 5029496220324062481, c2 = 0.882403, c3 = 'k63rFxHOwu' where c = 467 index_test.go:137: sql insert into test_index values (2070, 1654800369915521932, 0.154360, '3KxZLLhvnA') index_test.go:143: sql update test_index set c1 = 4678177844420169742, c2 = 0.043443, c3 = 'TYZe1hWtVP' where c = 1501 index_test.go:143: sql update test_index set c1 = 5261852549101798391, c2 = 0.768164, c3 = '3yrVT6UaSh' where c = 1035 index_test.go:137: sql insert into test_index values (2071, 1540062454133823946, 0.100734, 'Dm1g2j8D63') index_test.go:140: sql delete from test_index where c = 431 index_test.go:137: sql insert into test_index values (2073, 2253211969248466556, 0.039697, 'ByxTuzCklO') index_test.go:140: sql delete from test_index where c = 1641 index_test.go:140: sql delete from test_index where c = 4 index_test.go:137: sql insert into test_index values (2072, 3697201946790492537, 0.318207, 'iHFgwb65iR') index_test.go:137: sql insert into test_index values (2074, 8086226772573555300, 0.069077, 'LAIm8KvKHF') index_test.go:137: sql insert into test_index values (2075, 5366991282656177691, 0.629696, '0WrgV0A1eO') index_test.go:143: sql update test_index set c1 = 349816706289106412, c2 = 0.574634, c3 = 'bbIs111fX2' where c = 266 index_test.go:143: sql update test_index set c1 = 3133250410560023042, c2 = 0.278231, c3 = 'ZQL0scoOXP' where c = 83 index_test.go:140: sql delete from test_index where c = 169 index_test.go:143: sql update test_index set c1 = 8073127967731696964, c2 = 0.267475, c3 = '3u3gbGpqYu' where c = 723 index_test.go:143: sql update test_index set c1 = 9146541586230927892, c2 = 0.450194, c3 = 'GYvoPTbpJA' where c = 677 index_test.go:140: sql delete from test_index where c = 2056 index_test.go:140: sql delete from test_index where c = 1534 index_test.go:140: sql delete from test_index where c = 1212 index_test.go:137: sql insert into test_index values (2076, 2488992776321306493, 0.814720, 'O6aFLcAm62') index_test.go:143: sql update test_index set c1 = 5588371073162428752, c2 = 0.862280, c3 = 'setSs20aoY' where c = 1489 index_test.go:137: sql insert into test_index values (2077, 3277558166004745012, 0.288947, 'oe3JjoliWW') index_test.go:140: sql delete from test_index where c = 611 index_test.go:143: sql update test_index set c1 = 5405017882008421923, c2 = 0.032682, c3 = '1jcTbjLjQc' where c = 1026 index_test.go:143: sql update test_index set c1 = 1122736508595613434, c2 = 0.388182, c3 = 'VUad1P947R' where c = 1216 index_test.go:140: sql delete from test_index where c = 1256 index_test.go:143: sql update test_index set c1 = 8233103014759419566, c2 = 0.966457, c3 = 'PA7CuUQ61h' where c = 240 index_test.go:143: sql update test_index set c1 = 5078899868250342283, c2 = 0.412083, c3 = 'qgyy4vkFnx' where c = 1951 index_test.go:137: sql insert into test_index values (2078, 6688954632524054284, 0.876109, 'ui8uPXN0Ll') index_test.go:140: sql delete from test_index where c = 805 index_test.go:143: sql update test_index set c1 = 3144530564514780230, c2 = 0.861443, c3 = 'siy1kKdpja' where c = 1416 index_test.go:140: sql delete from test_index where c = 1782 index_test.go:143: sql update test_index set c1 = 6262700988231581288, c2 = 0.668890, c3 = 'XEBb38Vff4' where c = 524 index_test.go:137: sql insert into test_index values (2079, 1735452585960039030, 0.828784, 'GRgswScEmN') index_test.go:140: sql delete from test_index where c = 1101 index_test.go:140: sql delete from test_index where c = 1887 index_test.go:143: sql update test_index set c1 = 1570329737862228455, c2 = 0.013423, c3 = 'JxSxjD7UvW' where c = 233 index_test.go:143: sql update test_index set c1 = 1763042720678610763, c2 = 0.372824, c3 = 'GNql4YkA1Y' where c = 1680 index_test.go:137: sql insert into test_index values (2080, 7191195122888007790, 0.830704, 'SOSrKd6aub') index_test.go:140: sql delete from test_index where c = 867 index_test.go:137: sql insert into test_index values (2081, 2460137488123296586, 0.657123, 'WdwaggoGmc') index_test.go:140: sql delete from test_index where c = 2056 index_test.go:143: sql update test_index set c1 = 493207648352554627, c2 = 0.485290, c3 = 'jshHIgBsMm' where c = 1150 index_test.go:143: sql update test_index set c1 = 877118606851575615, c2 = 0.098458, c3 = '15OT3GpULZ' where c = 1287 index_test.go:137: sql insert into test_index values (2082, 472164496576703539, 0.456928, '5uXst8QrsA') index_test.go:140: sql delete from test_index where c = 31 index_test.go:137: sql insert into test_index values (2083, 1407448765744519589, 0.272707, 'GBZY4wwvzZ') index_test.go:143: sql update test_index set c1 = 6847572437317764563, c2 = 0.818495, c3 = 'Fmf8p0NqVX' where c = 1174 index_test.go:140: sql delete from test_index where c = 1943 index_test.go:143: sql update test_index set c1 = 3419745617308950154, c2 = 0.612891, c3 = 'o68O3RgmnQ' where c = 255 index_test.go:137: sql insert into test_index values (2084, 2386146349513322436, 0.004884, '5FvERvbaTO') index_test.go:137: sql insert into test_index values (2085, 7104666610092149213, 0.987495, 'yune6riSvn') index_test.go:140: sql delete from test_index where c = 1682 index_test.go:143: sql update test_index set c1 = 2163336354172720399, c2 = 0.031776, c3 = 'IphCX5C9Af' where c = 1464 index_test.go:140: sql delete from test_index where c = 1106 index_test.go:143: sql update test_index set c1 = 3535562304193318761, c2 = 0.281122, c3 = 'l2JwQMgIuy' where c = 1789 index_test.go:137: sql insert into test_index values (2086, 928058922686808809, 0.030858, 'nsSOAI1Ka5') index_test.go:143: sql update test_index set c1 = 2716532442308795765, c2 = 0.170726, c3 = 'nmSbUOElVq' where c = 1080 index_test.go:140: sql delete from test_index where c = 520 index_test.go:137: sql insert into test_index values (2087, 5212336282269936070, 0.738301, 'UFKnjuL1lY') index_test.go:137: sql insert into test_index values (2088, 8988349708356338786, 0.301448, 'uExCS6rbVE') index_test.go:143: sql update test_index set c1 = 7196898454369037483, c2 = 0.351500, c3 = 'VOZ5Nk89OU' where c = 942 index_test.go:140: sql delete from test_index where c = 284 index_test.go:143: sql update test_index set c1 = 5681938921017439061, c2 = 0.731700, c3 = 'ZUeG6crFrl' where c = 1714 index_test.go:137: sql insert into test_index values (2089, 2087747432162374622, 0.403042, 'RImI8ZX1OO') index_test.go:140: sql delete from test_index where c = 1821 index_test.go:137: sql insert into test_index values (2090, 6355353430535927461, 0.791693, 'D3jJve3PTp') index_test.go:140: sql delete from test_index where c = 535 index_test.go:143: sql update test_index set c1 = 7262354309668682698, c2 = 0.813907, c3 = 'JLmiaALJ55' where c = 1942 index_test.go:140: sql delete from test_index where c = 571 index_test.go:143: sql update test_index set c1 = 8425803845074991627, c2 = 0.053702, c3 = '3ZBpevLtT0' where c = 225 index_test.go:137: sql insert into test_index values (2091, 2861336796576869952, 0.598895, 'tnEZmAD9Eh') index_test.go:143: sql update test_index set c1 = 4991034829407197368, c2 = 0.041232, c3 = 'hYOygdzA3Q' where c = 1994 index_test.go:137: sql insert into test_index values (2092, 1554017102983977283, 0.155151, '3smCOdB96x') index_test.go:137: sql insert into test_index values (2093, 4327622297727324464, 0.811132, 'j3ZLIKth8K') index_test.go:140: sql delete from test_index where c = 1793 index_test.go:140: sql delete from test_index where c = 2024 index_test.go:140: sql delete from test_index where c = 833 index_test.go:143: sql update test_index set c1 = 7976833018754938450, c2 = 0.039102, c3 = 'WHLfkKaY6b' where c = 36 index_test.go:143: sql update test_index set c1 = 5187412995267605867, c2 = 0.128193, c3 = 'spDAs5IpGM' where c = 867 index_test.go:143: sql update test_index set c1 = 5451861779582351891, c2 = 0.647153, c3 = 'F6QcR6wl0t' where c = 1547 index_test.go:137: sql insert into test_index values (2094, 3733931334140858472, 0.212127, 'TxIhEOx9Sk') index_test.go:137: sql insert into test_index values (2095, 3458731853569470845, 0.731316, '2bClqqF7B8') index_test.go:137: sql insert into test_index values (2096, 6042475741852451865, 0.455974, 'IZVWhu4m36') index_test.go:140: sql delete from test_index where c = 166 index_test.go:140: sql delete from test_index where c = 881 index_test.go:140: sql delete from test_index where c = 1226 index_test.go:143: sql update test_index set c1 = 1838889000173725742, c2 = 0.645889, c3 = 'EEm3eQ2uC2' where c = 477 index_test.go:143: sql update test_index set c1 = 6629533700660550737, c2 = 0.160148, c3 = 'U5KTy2MfJw' where c = 1596 index_test.go:143: sql update test_index set c1 = 8858391224960519796, c2 = 0.312073, c3 = 'SVzgdfdrUa' where c = 1184 index_test.go:137: sql insert into test_index values (2097, 1463969827444551816, 0.101559, 'Zn5MZYxwTY') index_test.go:137: sql insert into test_index values (2098, 4090512504353087985, 0.295676, 'zguPKSzQSO') index_test.go:140: sql delete from test_index where c = 1173 index_test.go:140: sql delete from test_index where c = 869 index_test.go:143: sql update test_index set c1 = 6955887040841584324, c2 = 0.057834, c3 = 'dd29oTS6oG' where c = 1054 index_test.go:143: sql update test_index set c1 = 8479845566400739775, c2 = 0.935761, c3 = 'DWFmEkZwZa' where c = 647 index_test.go:137: sql insert into test_index values (2099, 3195582258797873236, 0.408327, 'xljPPYjJLX') index_test.go:137: sql insert into test_index values (2100, 6726487415367236398, 0.870016, 'yy3qd3cPnl') index_test.go:140: sql delete from test_index where c = 1228 index_test.go:140: sql delete from test_index where c = 529 index_test.go:143: sql update test_index set c1 = 8773658270826962167, c2 = 0.661917, c3 = '2kuOGgarjg' where c = 1818 index_test.go:143: sql update test_index set c1 = 5935814659594083759, c2 = 0.803742, c3 = 'SfQSD8ycH4' where c = 886 index_test.go:137: sql insert into test_index values (2102, 4211455247051263198, 0.982910, 'zjh9Wl1LXc') index_test.go:137: sql insert into test_index values (2104, 2406040760766476691, 0.261943, 'efOHAn5UMk') index_test.go:137: sql insert into test_index values (2106, 5727996680905318790, 0.817692, 'Jr6tl05Mpz') index_test.go:137: sql insert into test_index values (2107, 1155918917340215652, 0.455206, 'dET1cjBrZ2') index_test.go:137: sql insert into test_index values (2103, 2290502813275184306, 0.646329, 'OlKafWEYdM') index_test.go:137: sql insert into test_index values (2110, 3968264096172467821, 0.296835, 'IiPKfTGQ7G') index_test.go:137: sql insert into test_index values (2105, 3805828235577447727, 0.252736, 'TzjuMvkj1m') index_test.go:137: sql insert into test_index values (2108, 1428895071291591105, 0.473980, 'zzVzCuIJ53') index_test.go:140: sql delete from test_index where c = 443 index_test.go:140: sql delete from test_index where c = 893 index_test.go:137: sql insert into test_index values (2109, 6631028674549910145, 0.260087, 'dpVICnLHcw') index_test.go:140: sql delete from test_index where c = 1197 index_test.go:137: sql insert into test_index values (2101, 4318885994128370221, 0.236102, 'tzvuvvBxK6') index_test.go:140: sql delete from test_index where c = 1849 index_test.go:140: sql delete from test_index where c = 594 index_test.go:143: sql update test_index set c1 = 670411710220524437, c2 = 0.092727, c3 = 'IwfalIU1Yv' where c = 1108 index_test.go:140: sql delete from test_index where c = 832 index_test.go:143: sql update test_index set c1 = 3840197388615048264, c2 = 0.126429, c3 = '8Yg7m0l8YB' where c = 310 index_test.go:143: sql update test_index set c1 = 1487985650890587288, c2 = 0.828541, c3 = 'auI4Z2N8Zu' where c = 1230 index_test.go:140: sql delete from test_index where c = 1720 index_test.go:143: sql update test_index set c1 = 6299026527630795125, c2 = 0.121458, c3 = 'UO8TqVqgTv' where c = 1101 index_test.go:140: sql delete from test_index where c = 811 index_test.go:143: sql update test_index set c1 = 1864778352235459699, c2 = 0.229485, c3 = 'YwnyjEvo8M' where c = 537 index_test.go:140: sql delete from test_index where c = 2019 index_test.go:140: sql delete from test_index where c = 1817 index_test.go:137: sql insert into test_index values (2111, 7070735920489091059, 0.528539, 'uqvVNJWOCi') index_test.go:143: sql update test_index set c1 = 528007190594319578, c2 = 0.797725, c3 = 'gsuwOcEt1c' where c = 1006 index_test.go:143: sql update test_index set c1 = 4404298234176356563, c2 = 0.133937, c3 = 'M0GCDNHIzd' where c = 1399 index_test.go:137: sql insert into test_index values (2113, 2171574878620652055, 0.678953, 'w8mFUmgSd6') index_test.go:143: sql update test_index set c1 = 4571516680965396220, c2 = 0.816010, c3 = 'hF5RH2Ynid' where c = 570 index_test.go:143: sql update test_index set c1 = 9137513309135900287, c2 = 0.110969, c3 = 'uKSkiLKsHl' where c = 181 index_test.go:137: sql insert into test_index values (2115, 158926496414015289, 0.797775, 'gy0klZnwaL') index_test.go:140: sql delete from test_index where c = 1519 index_test.go:143: sql update test_index set c1 = 2696465185472466196, c2 = 0.721390, c3 = 'XBVJgFLrbW' where c = 2084 index_test.go:137: sql insert into test_index values (2112, 4014525714914439369, 0.197597, 'UNiLqCM67i') index_test.go:137: sql insert into test_index values (2114, 8934308014920637571, 0.783273, 'edckV7AkjS') index_test.go:137: sql insert into test_index values (2116, 6868539425652942046, 0.685576, '8695hLuFaQ') index_test.go:137: sql insert into test_index values (2117, 537287463868446778, 0.984668, 'Dq2QR5LbfJ') index_test.go:143: sql update test_index set c1 = 3471028770336604119, c2 = 0.082547, c3 = 'enGu5v6RKd' where c = 1341 index_test.go:140: sql delete from test_index where c = 101 index_test.go:140: sql delete from test_index where c = 1307 index_test.go:140: sql delete from test_index where c = 135 index_test.go:137: sql insert into test_index values (2118, 6667717258570719166, 0.607484, 'SBJBMi1sGv') index_test.go:137: sql insert into test_index values (2119, 7231114732379007401, 0.094685, '5NC8VBEIb8') index_test.go:140: sql delete from test_index where c = 776 index_test.go:140: sql delete from test_index where c = 419 index_test.go:137: sql insert into test_index values (2120, 624336833076205246, 0.551552, 'DwbLkhHvOr') index_test.go:140: sql delete from test_index where c = 343 index_test.go:143: sql update test_index set c1 = 4685390245673559226, c2 = 0.994115, c3 = 'EsyTEWuYAZ' where c = 289 index_test.go:143: sql update test_index set c1 = 3623047058220144184, c2 = 0.434066, c3 = 'OYyQhJlSKZ' where c = 1010 index_test.go:137: sql insert into test_index values (2121, 6026351127479453140, 0.853528, 'ag7Ae4mR3t') index_test.go:143: sql update test_index set c1 = 4259213586967148066, c2 = 0.743751, c3 = 'QWOp3eqsp4' where c = 1190 index_test.go:140: sql delete from test_index where c = 1562 index_test.go:143: sql update test_index set c1 = 2824354107103214600, c2 = 0.058950, c3 = 'w4hLkdvDTb' where c = 167 index_test.go:140: sql delete from test_index where c = 682 index_test.go:140: sql delete from test_index where c = 1750 index_test.go:140: sql delete from test_index where c = 1237 index_test.go:143: sql update test_index set c1 = 5252581391159933133, c2 = 0.314836, c3 = 'X8LDakIonH' where c = 1081 index_test.go:143: sql update test_index set c1 = 8083556335441721326, c2 = 0.745237, c3 = 'RX510OHiBg' where c = 660 index_test.go:137: sql insert into test_index values (2122, 2790920001023721415, 0.270275, 'DOiDa1I8lB') index_test.go:143: sql update test_index set c1 = 100587117988104888, c2 = 0.513043, c3 = 'guYozIxbPe' where c = 148 index_test.go:137: sql insert into test_index values (2124, 4522577053423517799, 0.830095, 'gQQJxd88dY') index_test.go:143: sql update test_index set c1 = 6129066209256694339, c2 = 0.563881, c3 = 'PnGva1DMPY' where c = 1053 index_test.go:137: sql insert into test_index values (2125, 2146679509279049252, 0.811502, 'kTDX8QbZnF') index_test.go:137: sql insert into test_index values (2123, 5649960640469928066, 0.999109, 'KBJnTKgZou') index_test.go:137: sql insert into test_index values (2126, 7913992352138683816, 0.554854, 'wN1YVkktf7') index_test.go:140: sql delete from test_index where c = 668 index_test.go:140: sql delete from test_index where c = 1657 index_test.go:143: sql update test_index set c1 = 590283156570545416, c2 = 0.496182, c3 = '10WOoK0nCM' where c = 1577 index_test.go:143: sql update test_index set c1 = 7246573200585163413, c2 = 0.685128, c3 = '1M0IUkEspk' where c = 486 index_test.go:137: sql insert into test_index values (2128, 172624206743947993, 0.995327, '4vT8zTOjIf') index_test.go:140: sql delete from test_index where c = 1276 index_test.go:140: sql delete from test_index where c = 154 index_test.go:143: sql update test_index set c1 = 8907127246410051357, c2 = 0.463253, c3 = 'CSMT76VAzg' where c = 357 index_test.go:137: sql insert into test_index values (2129, 8673282197628983973, 0.527068, '2nITesySoQ') index_test.go:143: sql update test_index set c1 = 7131473343000760645, c2 = 0.163443, c3 = 'VceJejkyVn' where c = 412 index_test.go:140: sql delete from test_index where c = 1633 index_test.go:137: sql insert into test_index values (2127, 1210060876204708916, 0.386784, '1HBKeQ5joR') index_test.go:137: sql insert into test_index values (2130, 6621963988807317552, 0.908524, '2LqgDGHwyo') index_test.go:143: sql update test_index set c1 = 5164430738645607387, c2 = 0.056099, c3 = 'WvGDbhIUxm' where c = 1022 index_test.go:137: sql insert into test_index values (2131, 6703450574541545416, 0.938754, 's13P9hjfZ5') index_test.go:140: sql delete from test_index where c = 733 index_test.go:140: sql delete from test_index where c = 55 index_test.go:137: sql insert into test_index values (2132, 998972222628674703, 0.824398, 'O3DxKTyaKw') index_test.go:143: sql update test_index set c1 = 5131687136469641266, c2 = 0.818030, c3 = '1avm2S4nrD' where c = 2091 index_test.go:140: sql delete from test_index where c = 1701 index_test.go:140: sql delete from test_index where c = 1844 index_test.go:143: sql update test_index set c1 = 2406158865652106303, c2 = 0.948367, c3 = 'UbYVatp3aR' where c = 1040 index_test.go:143: sql update test_index set c1 = 8309983437297137698, c2 = 0.486572, c3 = 'bgg62GqTAQ' where c = 992 index_test.go:137: sql insert into test_index values (2133, 7547614555825966017, 0.391492, '2sw2w7OuoW') index_test.go:140: sql delete from test_index where c = 1450 index_test.go:140: sql delete from test_index where c = 1468 index_test.go:137: sql insert into test_index values (2135, 1422462570746620101, 0.668198, 'TgXP7tSdAg') index_test.go:137: sql insert into test_index values (2134, 5288985054835206663, 0.712528, 'lugfzxJ0fN') index_test.go:143: sql update test_index set c1 = 7769156640022520127, c2 = 0.475914, c3 = '2Q5qsfosVN' where c = 2032 index_test.go:137: sql insert into test_index values (2136, 7753591037649694199, 0.100050, 'lJfOk4v5d9') index_test.go:143: sql update test_index set c1 = 4756297701843860314, c2 = 0.708515, c3 = 'wa75ibcYlP' where c = 1968 index_test.go:137: sql insert into test_index values (2137, 6628198617068421164, 0.401528, '9R1hhj3zcR') index_test.go:143: sql update test_index set c1 = 6232896118417076159, c2 = 0.149601, c3 = 'Y64Aurbuqz' where c = 1903 index_test.go:143: sql update test_index set c1 = 1226849643926149712, c2 = 0.645193, c3 = 'nkAM9cxaPd' where c = 1317 index_test.go:140: sql delete from test_index where c = 839 index_test.go:140: sql delete from test_index where c = 1283 index_test.go:143: sql update test_index set c1 = 7543834494695791332, c2 = 0.297317, c3 = '5wK4RkRXaA' where c = 2114 index_test.go:137: sql insert into test_index values (2139, 6122860254888661910, 0.719428, 'n1clGeXssS') index_test.go:140: sql delete from test_index where c = 1719 index_test.go:140: sql delete from test_index where c = 804 index_test.go:140: sql delete from test_index where c = 775 index_test.go:143: sql update test_index set c1 = 695730033183442452, c2 = 0.406681, c3 = 'lIoT6zYTTk' where c = 1506 index_test.go:137: sql insert into test_index values (2141, 2688623022723097364, 0.142386, '3YHQ3NZi98') index_test.go:137: sql insert into test_index values (2138, 133954870375486628, 0.280898, 'KN0ednjvO0') index_test.go:143: sql update test_index set c1 = 8553570017288842104, c2 = 0.038554, c3 = 'NAh7DaHKdv' where c = 392 index_test.go:143: sql update test_index set c1 = 7399160120631555316, c2 = 0.441326, c3 = 'H8U5C8vIFK' where c = 865 index_test.go:140: sql delete from test_index where c = 1269 index_test.go:140: sql delete from test_index where c = 186 index_test.go:143: sql update test_index set c1 = 5493678978616421217, c2 = 0.484713, c3 = '63kVpj3MQd' where c = 984 index_test.go:137: sql insert into test_index values (2140, 5513780889618663392, 0.015317, 'tuDfe2q2Ck') index_test.go:137: sql insert into test_index values (2142, 4123948440991960776, 0.426837, 'TJuet4MzLW') index_test.go:143: sql update test_index set c1 = 7459330260072809966, c2 = 0.059487, c3 = 'YaboV8taBs' where c = 342 index_test.go:137: sql insert into test_index values (2144, 8260931785788785055, 0.570329, 'i4FM1RUfBc') index_test.go:140: sql delete from test_index where c = 750 index_test.go:137: sql insert into test_index values (2143, 7311962631067979764, 0.675836, 'WKk7v4Hf7D') index_test.go:143: sql update test_index set c1 = 7669364776292938774, c2 = 0.002246, c3 = 'AhuYwQWVXw' where c = 2031 index_test.go:137: sql insert into test_index values (2145, 1648932907768553476, 0.766794, '1osqAaC8Cx') index_test.go:143: sql update test_index set c1 = 1657386388024883344, c2 = 0.203873, c3 = '6em8qVPGbD' where c = 1434 index_test.go:137: sql insert into test_index values (2146, 8885851099450952877, 0.713760, '5h19ZHAKhA') index_test.go:140: sql delete from test_index where c = 443 index_test.go:140: sql delete from test_index where c = 501 index_test.go:140: sql delete from test_index where c = 797 index_test.go:140: sql delete from test_index where c = 524 index_test.go:137: sql insert into test_index values (2147, 1127524282141203275, 0.578889, 'DVhMxCpDl0') index_test.go:140: sql delete from test_index where c = 189 index_test.go:137: sql insert into test_index values (2148, 2397426821636313706, 0.449624, 'jcuyj0DscB') index_test.go:143: sql update test_index set c1 = 2666076166436002461, c2 = 0.071993, c3 = 'EqqmUu4vaZ' where c = 911 index_test.go:137: sql insert into test_index values (2149, 7075615160242804728, 0.660134, 'lYIuePY2Op') index_test.go:140: sql delete from test_index where c = 965 index_test.go:143: sql update test_index set c1 = 6562310081666652063, c2 = 0.678472, c3 = 'tQTfYyttCQ' where c = 1270 index_test.go:140: sql delete from test_index where c = 1686 index_test.go:143: sql update test_index set c1 = 3039914995800044537, c2 = 0.387723, c3 = 'dUJvDyWpmX' where c = 1500 index_test.go:140: sql delete from test_index where c = 1207 index_test.go:143: sql update test_index set c1 = 1661218991030512879, c2 = 0.956484, c3 = 'TOZoldiDff' where c = 1403 index_test.go:143: sql update test_index set c1 = 7692187853882962395, c2 = 0.653747, c3 = 'HJ6pNRfd2A' where c = 443 index_test.go:137: sql insert into test_index values (2150, 6996499117586333233, 0.008629, 'FcRglZIUE9') index_test.go:137: sql insert into test_index values (2151, 4636280328508785295, 0.826216, 'fsY0xlYWgV') index_test.go:140: sql delete from test_index where c = 1405 index_test.go:143: sql update test_index set c1 = 7938604695702469677, c2 = 0.992840, c3 = 'QCDwEFqW2i' where c = 1999 index_test.go:143: sql update test_index set c1 = 3040886078340185160, c2 = 0.962602, c3 = 'wYJntxpzjj' where c = 966 index_test.go:143: sql update test_index set c1 = 1617333895612474354, c2 = 0.044666, c3 = 'yDzcUPskag' where c = 1908 index_test.go:143: sql update test_index set c1 = 6037123714357156238, c2 = 0.123296, c3 = 'SY2yGiCPi5' where c = 1958 index_test.go:140: sql delete from test_index where c = 708 index_test.go:137: sql insert into test_index values (2153, 3733026764929721413, 0.157244, 'tQPfHbFKIt') index_test.go:137: sql insert into test_index values (2152, 5885588328031537742, 0.638753, 'kbhYA4rsgL') index_test.go:137: sql insert into test_index values (2154, 6091593514959451280, 0.975087, 'DE0ZDApn4O') index_test.go:143: sql update test_index set c1 = 8810940508151806197, c2 = 0.425461, c3 = 'yo4ljnY1UD' where c = 150 index_test.go:137: sql insert into test_index values (2155, 5811783450403909691, 0.772612, 'bPX3bVu0z8') index_test.go:137: sql insert into test_index values (2156, 712634646108266487, 0.823937, 'HNOtMbrsr4') index_test.go:137: sql insert into test_index values (2158, 7796157936829618394, 0.089912, 'jsIWN2Isb9') index_test.go:140: sql delete from test_index where c = 536 index_test.go:140: sql delete from test_index where c = 2132 index_test.go:140: sql delete from test_index where c = 1087 index_test.go:143: sql update test_index set c1 = 6234761676277774676, c2 = 0.170783, c3 = 'TErbr2Befg' where c = 1573 index_test.go:137: sql insert into test_index values (2157, 5507482114224491355, 0.341251, 'y4VMtgQnFD') index_test.go:140: sql delete from test_index where c = 1596 index_test.go:140: sql delete from test_index where c = 1864 index_test.go:140: sql delete from test_index where c = 83 index_test.go:143: sql update test_index set c1 = 5378332153733851223, c2 = 0.248333, c3 = 'bXhuMuBscV' where c = 496 index_test.go:143: sql update test_index set c1 = 3508961857639432818, c2 = 0.767978, c3 = 'fKOZ7URuSA' where c = 1237 index_test.go:143: sql update test_index set c1 = 2549725587771349845, c2 = 0.271415, c3 = 'b1y461rxbR' where c = 201 index_test.go:140: sql delete from test_index where c = 2119 index_test.go:137: sql insert into test_index values (2160, 8248625529656749615, 0.167447, 'a2xoxZyH4D') index_test.go:143: sql update test_index set c1 = 5142470912652406903, c2 = 0.614541, c3 = 'zYZRCHQEMq' where c = 230 index_test.go:143: sql update test_index set c1 = 4602030756355038197, c2 = 0.804663, c3 = 'rLm27GOlLX' where c = 1957 index_test.go:137: sql insert into test_index values (2159, 1421582681752398477, 0.593703, '5ux0BsI4OG') index_test.go:143: sql update test_index set c1 = 3333706691366822, c2 = 0.641957, c3 = 'ySA94KJggX' where c = 167 index_test.go:143: sql update test_index set c1 = 7735610883379188071, c2 = 0.832617, c3 = 'Sf6Jec5ZT2' where c = 962 index_test.go:140: sql delete from test_index where c = 1973 index_test.go:137: sql insert into test_index values (2161, 9055641876074237486, 0.029872, 'TunG2Hw7Jw') index_test.go:140: sql delete from test_index where c = 356 index_test.go:137: sql insert into test_index values (2163, 6385342460856448180, 0.384069, 'RoxY2wxf4k') index_test.go:137: sql insert into test_index values (2162, 2777086290156177207, 0.102450, 'DZbU4DPQH3') index_test.go:140: sql delete from test_index where c = 406 index_test.go:137: sql insert into test_index values (2164, 6013856463488865825, 0.801032, 'Sm7EJZuSGm') index_test.go:140: sql delete from test_index where c = 1781 index_test.go:140: sql delete from test_index where c = 495 index_test.go:143: sql update test_index set c1 = 5504674086368975551, c2 = 0.804010, c3 = '99B9OyQ2Dd' where c = 998 index_test.go:137: sql insert into test_index values (2167, 3016321280105777774, 0.002715, 'FOAjBjQ4yF') index_test.go:140: sql delete from test_index where c = 1627 index_test.go:137: sql insert into test_index values (2166, 466223083745802321, 0.668264, 's7ZJxVLTcH') index_test.go:143: sql update test_index set c1 = 1097816450569133023, c2 = 0.976953, c3 = 'wrfJmS1vP4' where c = 209 index_test.go:143: sql update test_index set c1 = 5031696467533871713, c2 = 0.601452, c3 = 'ZczVDmw5E2' where c = 314 index_test.go:143: sql update test_index set c1 = 8892641210015638717, c2 = 0.635671, c3 = '945G8Hia4m' where c = 1207 index_test.go:143: sql update test_index set c1 = 3633798609572796707, c2 = 0.149993, c3 = 'Sc4xfAWgnP' where c = 704 index_test.go:140: sql delete from test_index where c = 1842 index_test.go:137: sql insert into test_index values (2165, 4504923969112043951, 0.342819, 'JhuyqyRgEk') index_test.go:137: sql insert into test_index values (2168, 5064533148897483631, 0.846426, 'WKcnJpUhiL') index_test.go:143: sql update test_index set c1 = 2243620518584002511, c2 = 0.545994, c3 = '9nZWlSBEQc' where c = 1339 index_test.go:137: sql insert into test_index values (2169, 4772888369789254879, 0.118904, 'Al9nom4ulu') index_test.go:140: sql delete from test_index where c = 1296 index_test.go:137: sql insert into test_index values (2171, 4574290011216311683, 0.348435, 'RQrlY06mW9') index_test.go:137: sql insert into test_index values (2172, 5066367811713229493, 0.462388, 'TzQ0C09AKO') index_test.go:137: sql insert into test_index values (2170, 7085072792121233124, 0.589610, '9eKk41Eex8') index_test.go:140: sql delete from test_index where c = 873 index_test.go:143: sql update test_index set c1 = 4708217790654862331, c2 = 0.251217, c3 = 'Ivtq3Nmalj' where c = 1746 index_test.go:140: sql delete from test_index where c = 1407 index_test.go:140: sql delete from test_index where c = 2165 index_test.go:140: sql delete from test_index where c = 391 index_test.go:143: sql update test_index set c1 = 7695203963223985622, c2 = 0.698485, c3 = 'kYRuMwDnfG' where c = 1719 index_test.go:143: sql update test_index set c1 = 3016178982719240316, c2 = 0.900782, c3 = 'viC2a4DgWZ' where c = 1828 index_test.go:137: sql insert into test_index values (2173, 2956733876629211373, 0.666825, 'J3Iqo53cGT') index_test.go:140: sql delete from test_index where c = 210 index_test.go:140: sql delete from test_index where c = 1994 index_test.go:140: sql delete from test_index where c = 1190 index_test.go:143: sql update test_index set c1 = 6264004709443559842, c2 = 0.475459, c3 = 'JMHHKLH0Xf' where c = 1901 index_test.go:137: sql insert into test_index values (2174, 6205224801039416525, 0.133487, 'kcQY2UFpEh') index_test.go:140: sql delete from test_index where c = 1165 index_test.go:143: sql update test_index set c1 = 7174169591276916767, c2 = 0.584064, c3 = 'Ppz7Ycltk5' where c = 161 index_test.go:137: sql insert into test_index values (2175, 4300175294178733375, 0.737624, '8AHpYz5fyR') index_test.go:137: sql insert into test_index values (2176, 7037063883852978495, 0.555244, '7zKDIH9kKR') index_test.go:143: sql update test_index set c1 = 140673319140171016, c2 = 0.438467, c3 = '4vxlBp4dg2' where c = 2079 index_test.go:143: sql update test_index set c1 = 728564172308002731, c2 = 0.932816, c3 = 'q3VoO3VMgI' where c = 1268 index_test.go:143: sql update test_index set c1 = 4932206520100547485, c2 = 0.974517, c3 = 'quz4MvzRtO' where c = 219 index_test.go:143: sql update test_index set c1 = 6780915621083745867, c2 = 0.757786, c3 = 'dt007Y7Bnj' where c = 821 index_test.go:137: sql insert into test_index values (2178, 5622731546981786525, 0.950660, '7lLd4oSA44') index_test.go:143: sql update test_index set c1 = 1705785445567521400, c2 = 0.277399, c3 = 'CC57pjkSB5' where c = 687 index_test.go:140: sql delete from test_index where c = 1698 index_test.go:137: sql insert into test_index values (2179, 1285081013435668948, 0.968020, 'vM1g5MJpIz') index_test.go:140: sql delete from test_index where c = 1358 index_test.go:137: sql insert into test_index values (2177, 6904802358108084204, 0.379591, 'vgszvhVpRT') index_test.go:140: sql delete from test_index where c = 1185 index_test.go:137: sql insert into test_index values (2180, 8026467005155797950, 0.018212, 'RRkqpn77Ww') index_test.go:143: sql update test_index set c1 = 5928064724346539517, c2 = 0.766103, c3 = 'WOYc7AiiIZ' where c = 227 index_test.go:137: sql insert into test_index values (2181, 7091560581361106216, 0.849783, 'DXlhzG5EM9') index_test.go:140: sql delete from test_index where c = 1486 index_test.go:137: sql insert into test_index values (2182, 3638049115527845644, 0.100941, 'feJbXa8eBL') index_test.go:137: sql insert into test_index values (2183, 7034344285831322177, 0.599298, '7OLUPRBOyH') index_test.go:140: sql delete from test_index where c = 2076 index_test.go:140: sql delete from test_index where c = 1104 index_test.go:140: sql delete from test_index where c = 1968 index_test.go:143: sql update test_index set c1 = 2045616466855375549, c2 = 0.683324, c3 = 'HeR7Q2Kohl' where c = 1314 index_test.go:140: sql delete from test_index where c = 146 index_test.go:140: sql delete from test_index where c = 519 index_test.go:143: sql update test_index set c1 = 7361875774774871620, c2 = 0.138742, c3 = 'TlEmmDhndM' where c = 103 index_test.go:143: sql update test_index set c1 = 2546172816526177067, c2 = 0.253021, c3 = 'DsSQGge85o' where c = 149 index_test.go:143: sql update test_index set c1 = 4158827153933907860, c2 = 0.783750, c3 = 'VqROGjwv1W' where c = 1793 index_test.go:143: sql update test_index set c1 = 5329493978323098797, c2 = 0.656944, c3 = 'pvPDZJoX0a' where c = 2033 index_test.go:143: sql update test_index set c1 = 5500722803001888485, c2 = 0.728198, c3 = 'e8v0dfU8m9' where c = 1976 index_test.go:137: sql insert into test_index values (2184, 98168365134960673, 0.385151, 'OkOPzKEeXD') index_test.go:140: sql delete from test_index where c = 1865 index_test.go:137: sql insert into test_index values (2185, 4377649683905341835, 0.442050, 'gnhPI97ida') index_test.go:143: sql update test_index set c1 = 8640304949144777095, c2 = 0.114018, c3 = 'uNdZ4vI8O7' where c = 1868 index_test.go:137: sql insert into test_index values (2187, 1223385027988920363, 0.261508, 'jQbAjLb8s9') index_test.go:137: sql insert into test_index values (2188, 6460848535382706877, 0.938770, '8UgA4aQled') index_test.go:137: sql insert into test_index values (2186, 990611988303997991, 0.875249, 'xv8E9lqRQc') index_test.go:143: sql update test_index set c1 = 3601385162063043481, c2 = 0.093043, c3 = 'WrPYWWFus9' where c = 1284 index_test.go:137: sql insert into test_index values (2189, 5532191092484031672, 0.204457, 'RS6YKUuqHO') index_test.go:137: sql insert into test_index values (2190, 97088143740251552, 0.515927, 'ALXxlMc6bZ') index_test.go:140: sql delete from test_index where c = 845 index_test.go:140: sql delete from test_index where c = 989 index_test.go:140: sql delete from test_index where c = 534 index_test.go:140: sql delete from test_index where c = 315 index_test.go:140: sql delete from test_index where c = 231 index_test.go:143: sql update test_index set c1 = 3241521804655871609, c2 = 0.152634, c3 = 'IUZqrCzLxc' where c = 1062 index_test.go:137: sql insert into test_index values (2191, 4263726134513804119, 0.980111, '5akltow8Yg') index_test.go:140: sql delete from test_index where c = 1632 index_test.go:143: sql update test_index set c1 = 4489360172548956487, c2 = 0.945211, c3 = '4Nqvz3DuXI' where c = 465 index_test.go:143: sql update test_index set c1 = 2888574436340057334, c2 = 0.619810, c3 = 'Fv3PGhanmO' where c = 1466 index_test.go:137: sql insert into test_index values (2192, 7642981688243459250, 0.479061, 'uQxV7uiChO') index_test.go:140: sql delete from test_index where c = 117 index_test.go:140: sql delete from test_index where c = 850 index_test.go:143: sql update test_index set c1 = 2167444081386069934, c2 = 0.004367, c3 = 'OJssTZnphW' where c = 1178 index_test.go:140: sql delete from test_index where c = 1682 index_test.go:143: sql update test_index set c1 = 2021151765130026024, c2 = 0.609214, c3 = 'ax5OyWzzvT' where c = 2118 index_test.go:137: sql insert into test_index values (2193, 7345247480456669503, 0.188772, 'x2WlDgZdzR') index_test.go:143: sql update test_index set c1 = 7786856463101028080, c2 = 0.001293, c3 = 'IYZs9rI3Cv' where c = 379 index_test.go:143: sql update test_index set c1 = 1171474449426482192, c2 = 0.857610, c3 = '8PSmVPtQBd' where c = 1847 index_test.go:143: sql update test_index set c1 = 2671086156479919391, c2 = 0.925793, c3 = 'Lc2qmg7Ms2' where c = 2028 index_test.go:137: sql insert into test_index values (2195, 1436471034842772573, 0.095640, 'Zg3ItzgVWN') index_test.go:137: sql insert into test_index values (2194, 2433111895009241603, 0.014800, 'n4ocfyTpvf') index_test.go:143: sql update test_index set c1 = 8121337050481342115, c2 = 0.779940, c3 = 'gf8Rz9JKde' where c = 1602 index_test.go:143: sql update test_index set c1 = 3970592159542594676, c2 = 0.909741, c3 = 'uRSR2zBl1m' where c = 2190 index_test.go:137: sql insert into test_index values (2196, 3625551961215822248, 0.842584, 'QEE9zAOT4j') index_test.go:140: sql delete from test_index where c = 752 index_test.go:137: sql insert into test_index values (2197, 7284140949817598518, 0.873908, 'rZYJHMLIz4') index_test.go:140: sql delete from test_index where c = 1813 index_test.go:140: sql delete from test_index where c = 466 index_test.go:140: sql delete from test_index where c = 341 index_test.go:137: sql insert into test_index values (2198, 7799136910320158120, 0.316597, 'Px8UqttHp7') index_test.go:140: sql delete from test_index where c = 2069 index_test.go:143: sql update test_index set c1 = 3270958783299927696, c2 = 0.778931, c3 = 'my5WUeTAyM' where c = 870 index_test.go:143: sql update test_index set c1 = 7818004926640355117, c2 = 0.498317, c3 = 'Vi4bIZCDCu' where c = 1364 index_test.go:143: sql update test_index set c1 = 8210004455661906937, c2 = 0.714027, c3 = '4nTOKZhpqc' where c = 981 index_test.go:143: sql update test_index set c1 = 5792493351069045243, c2 = 0.791237, c3 = '6Pj7jUIOup' where c = 2179 index_test.go:143: sql update test_index set c1 = 8063439546845498349, c2 = 0.526591, c3 = 'xzjvO7OYfZ' where c = 1985 index_test.go:140: sql delete from test_index where c = 1459 index_test.go:137: sql insert into test_index values (2199, 6323831063226324605, 0.045226, 'dIgvkv6vXD') index_test.go:143: sql update test_index set c1 = 4753967190720560834, c2 = 0.797644, c3 = 'n0HvKerAX1' where c = 480 index_test.go:137: sql insert into test_index values (2200, 8418105410221817518, 0.814268, '7voCTn7mZP') index_test.go:140: sql delete from test_index where c = 806 index_test.go:140: sql delete from test_index where c = 759 index_test.go:143: sql update test_index set c1 = 2081193903947339806, c2 = 0.394570, c3 = 'FYD7E3hKpX' where c = 320 index_test.go:143: sql update test_index set c1 = 5285828629250246370, c2 = 0.584758, c3 = 'x9x1EFKeXK' where c = 1161 total 1.2G drwxr-sr-x. 2 jenkins jenkins 4.0K May 6 21:35 . drwxr-sr-x. 51 jenkins jenkins 4.0K May 6 21:34 .. -rwxr-xr-x. 1 jenkins jenkins 200M May 6 21:32 ddltest -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:35 ddltest_tidb-server -rwxr-xr-x. 1 jenkins jenkins 106M May 6 21:32 pd-server -rwxr-xr-x. 1 jenkins jenkins 208M May 6 21:32 tidb-server -rwxr-xr-x. 1 jenkins jenkins 418M May 6 21:32 tikv-server /home/jenkins/agent/workspace/pingcap/tidb/pull_integration_ddl_test/tidb-test/ddl_test ddl_test start tidb_manager_ttl 5 === RUN TestColumn # Time: 2024-05-06T21:35:05.160318327+08:00 # Txn_start_ts: 0 # Query_time: 3.009835359 # Parse_time: 0.000084407 # Compile_time: 0.000077612 # Rewrite_time: 0.000002102 # Optimize_time: 0 # Wait_TS: 0.000129781 # DB: test_ddl # Is_internal: false # Digest: ea55b917f3ff0711f6cdc54e8cfbf495a920fdb20f6749a7a030261ad51c0674 # Num_cop_tasks: 0 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Succ: true # IsExplicitTxn: false # IsSyncStatsFailed: false # Resource_group: default create index c2_index on test_index (c2); === RUN TestSimpleInsert/Conflict/test_conflict_insert_common [2024/05/06 21:35:05.408 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9260-9260' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.414 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8647-8647' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.418 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8025-8025' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.420 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '76-76' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.423 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8608-8608' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.429 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7604-7604' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.437 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9984-9984' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.439 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '76-76' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.449 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6553-6553' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.499 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1267-1267' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.501 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4985-4985' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.507 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8717-8717' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.519 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9483-9483' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.519 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4217-4217' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.521 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8523-8523' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '46-46' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6100-6100' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3668-3668' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.523 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2004-2004' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.532 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3621-3621' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.532 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7804-7804' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.533 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6706-6706' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.534 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8565-8565' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9055-9055' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8970-8970' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9644-9644' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5189-5189' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.543 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3506-3506' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.544 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7403-7403' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.544 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9008-9008' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.547 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2146-2146' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.597 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4570-4570' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.598 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4985-4985' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.600 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9359-9359' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.603 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7906-7906' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.607 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1414-1414' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.609 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4323-4323' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.609 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1924-1924' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.610 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7999-7999' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5189-5189' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5882-5882' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.613 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '978-978' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.615 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3313-3313' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '253-253' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.619 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7273-7273' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.621 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4865-4865' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.622 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6489-6489' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.622 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3676-3676' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3119-3119' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7446-7446' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6622-6622' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.633 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '849-849' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.635 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9880-9880' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.637 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9856-9856' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.637 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6983-6983' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.639 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2073-2073' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.641 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9592-9592' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.641 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5332-5332' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.642 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4686-4686' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.643 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3827-3827' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.645 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2909-2909' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.646 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9527-9527' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.647 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3681-3681' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.696 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3668-3668' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.698 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '614-614' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.699 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '932-932' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.701 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7731-7731' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.702 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7355-7355' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.705 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2607-2607' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.708 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4695-4695' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.708 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5439-5439' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.709 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5332-5332' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.711 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5619-5619' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.713 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7929-7929' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.713 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9011-9011' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '910-910' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1083-1083' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3473-3473' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3313-3313' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.721 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '779-779' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.721 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3159-3159' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.721 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3325-3325' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.722 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5282-5282' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.727 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2785-2785' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.728 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5494-5494' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2584-2584' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8818-8818' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5389-5389' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8248-8248' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.735 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1933-1933' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.735 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9500-9500' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.736 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9339-9339' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1289-1289' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.739 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '237-237' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.740 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4906-4906' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.741 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3580-3580' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.741 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '46-46' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.742 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7626-7626' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.742 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '232-232' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.744 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '326-326' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.745 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5160-5160' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.746 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7810-7810' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.747 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4927-4927' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.747 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9846-9846' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.749 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9773-9773' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.750 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2910-2910' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.796 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7355-7355' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.796 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4495-4495' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.796 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3257-3257' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.798 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '76-76' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.801 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '973-973' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.801 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3612-3612' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.803 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3236-3236' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.804 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '880-880' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9407-9407' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3046-3046' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9463-9463' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6361-6361' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.810 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3355-3355' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1655-1655' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6026-6026' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '932-932' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9329-9329' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4881-4881' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2874-2874' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9827-9827' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4925-4925' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1478-1478' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '238-238' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.819 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4840-4840' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5160-5160' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.821 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1084-1084' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.821 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7026-7026' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.822 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '903-903' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5561-5561' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1813-1813' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5771-5771' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6368-6368' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7660-7660' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6161-6161' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3968-3968' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8035-8035' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1486-1486' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9576-9576' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6611-6611' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5846-5846' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.833 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3031-3031' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5911-5911' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5332-5332' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1030-1030' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5479-5479' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3026-3026' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6506-6506' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5201-5201' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7291-7291' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2750-2750' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3868-3868' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5070-5070' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6527-6527' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.841 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9099-9099' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.841 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7604-7604' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.841 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5465-5465' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.841 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '56-56' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.842 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '693-693' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.844 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2864-2864' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.845 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9439-9439' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.846 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5465-5465' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.847 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9741-9741' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.847 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7992-7992' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.847 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9828-9828' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.848 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1556-1556' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.895 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4076-4076' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.897 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5736-5736' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.898 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4988-4988' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.899 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '328-328' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.901 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9903-9903' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.903 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8371-8371' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.905 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8547-8547' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.905 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9690-9690' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.906 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3615-3615' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.906 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3137-3137' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.906 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3599-3599' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.907 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5287-5287' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8195-8195' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6981-6981' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9984-9984' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2974-2974' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7660-7660' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5483-5483' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7194-7194' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1924-1924' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9088-9088' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5932-5932' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3121-3121' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8809-8809' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5849-5849' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3864-3864' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.917 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4805-4805' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6015-6015' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6009-6009' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8200-8200' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2301-2301' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6902-6902' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1739-1739' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7506-7506' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8042-8042' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9775-9775' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5598-5598' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '325-325' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3936-3936' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.929 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6115-6115' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2676-2676' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.931 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3772-3772' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3348-3348' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.934 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1727-1727' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.934 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '144-144' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.934 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1025-1025' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9302-9302' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6872-6872' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.938 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7626-7626' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.938 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2592-2592' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4790-4790' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1880-1880' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1661-1661' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '956-956' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3495-3495' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.941 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9670-9670' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.943 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3808-3808' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.943 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9773-9773' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.943 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1985-1985' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.943 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5389-5389' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.944 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6638-6638' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.945 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5190-5190' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.995 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3624-3624' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.997 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2947-2947' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.998 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2864-2864' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:05.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4807-4807' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.001 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7579-7579' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.002 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1630-1630' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.003 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7225-7225' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.004 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3040-3040' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.004 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '773-773' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.004 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7054-7054' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '891-891' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5700-5700' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.007 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1277-1277' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3463-3463' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2984-2984' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '466-466' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7234-7234' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2571-2571' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1095-1095' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5293-5293' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6072-6072' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7394-7394' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7629-7629' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8262-8262' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1619-1619' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6305-6305' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3401-3401' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8756-8756' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7942-7942' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1805-1805' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.019 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9058-9058' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.020 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5691-5691' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.020 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6274-6274' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.021 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9420-9420' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.021 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4344-4344' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7922-7922' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '891-891' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7053-7053' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8823-8823' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2939-2939' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.023 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7229-7229' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.023 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1156-1156' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7063-7063' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5951-5951' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4934-4934' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7906-7906' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.025 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7160-7160' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.026 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2559-2559' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.026 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1445-1445' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.026 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2628-2628' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '317-317' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7921-7921' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.029 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9294-9294' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.030 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5782-5782' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.030 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7815-7815' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.031 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1104-1104' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.031 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7064-7064' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.031 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4209-4209' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.032 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1360-1360' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1456-1456' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1292-1292' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.034 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7291-7291' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.034 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5377-5377' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.034 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1060-1060' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.034 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6691-6691' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8292-8292' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.036 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3121-3121' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.036 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5218-5218' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.036 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9911-9911' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.036 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1471-1471' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4536-4536' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5045-5045' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2137-2137' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.038 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1822-1822' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.038 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3668-3668' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.039 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8507-8507' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.040 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4028-4028' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.040 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9659-9659' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.040 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6729-6729' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.041 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4934-4934' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.041 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3163-3163' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.041 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4255-4255' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.042 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5982-5982' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.042 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4883-4883' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.042 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6129-6129' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.043 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2793-2793' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.043 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1056-1056' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.043 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8046-8046' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.043 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1084-1084' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.044 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1123-1123' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.044 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2492-2492' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.045 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9726-9726' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.045 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8523-8523' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.045 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3561-3561' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.046 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7150-7150' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.046 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1465-1465' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.095 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2007-2007' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.098 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7352-7352' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.098 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6020-6020' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.098 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '159-159' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.099 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2345-2345' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.099 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8699-8699' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.100 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6623-6623' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.102 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7921-7921' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.102 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3611-3611' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.103 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7914-7914' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.103 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9907-9907' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.105 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5403-5403' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.107 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7152-7152' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.108 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5505-5505' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.108 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1460-1460' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.109 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4695-4695' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.109 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7998-7998' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.110 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1274-1274' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.110 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7298-7298' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.111 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '967-967' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.111 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '590-590' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.112 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5158-5158' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.112 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6340-6340' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.112 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '817-817' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.113 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6368-6368' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.113 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3997-3997' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.113 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7943-7943' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.113 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1443-1443' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2737-2737' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.115 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5109-5109' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.115 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6585-6585' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.115 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8592-8592' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.115 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5822-5822' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.115 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7710-7710' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.117 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5629-5629' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.117 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1798-1798' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.117 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6259-6259' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.117 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9224-9224' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.118 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7703-7703' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.118 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7884-7884' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.118 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7332-7332' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.118 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6147-6147' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2527-2527' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8924-8924' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7352-7352' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.121 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4583-4583' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.121 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6230-6230' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.121 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9680-9680' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.121 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '677-677' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.122 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5149-5149' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.122 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9144-9144' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.122 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6879-6879' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.122 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6582-6582' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.123 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '611-611' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.123 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8440-8440' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.123 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7128-7128' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.124 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4004-4004' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.125 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4695-4695' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '513-513' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2613-2613' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4072-4072' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5240-5240' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8598-8598' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.128 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8450-8450' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.129 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6254-6254' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.131 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9080-9080' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.131 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1373-1373' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.132 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4284-4284' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.132 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5509-5509' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.133 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6974-6974' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.133 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2690-2690' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.133 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2262-2262' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.136 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6730-6730' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.136 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4076-4076' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.136 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6512-6512' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.137 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1414-1414' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.137 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5634-5634' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8440-8440' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4995-4995' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.139 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1700-1700' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.140 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5629-5629' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.140 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1504-1504' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.140 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5874-5874' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.141 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9592-9592' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.141 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '581-581' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.141 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3235-3235' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.144 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6483-6483' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.144 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8564-8564' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.144 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '408-408' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.145 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7943-7943' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.145 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2427-2427' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.145 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9902-9902' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.146 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2838-2838' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.195 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1914-1914' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.195 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3301-3301' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.198 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4041-4041' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.198 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9179-9179' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.199 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2885-2885' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.199 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2104-2104' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.201 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5579-5579' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.202 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6595-6595' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.202 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5955-5955' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.202 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6479-6479' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.203 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3612-3612' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.203 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4591-4591' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.205 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7426-7426' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.205 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9044-9044' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.206 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1292-1292' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.206 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7069-7069' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.206 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8438-8438' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.206 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7327-7327' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.207 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8743-8743' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.207 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4376-4376' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.207 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '818-818' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.208 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6384-6384' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.209 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3247-3247' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.209 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9055-9055' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.209 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7257-7257' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.209 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2729-2729' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.209 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7992-7992' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5486-5486' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2963-2963' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6784-6784' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2949-2949' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '426-426' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9637-9637' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '79-79' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.211 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3363-3363' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.211 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2145-2145' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.211 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7153-7153' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.211 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1664-1664' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.212 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1028-1028' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.212 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7001-7001' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.213 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '480-480' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.213 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9969-9969' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.214 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4875-4875' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.215 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '948-948' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.215 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9109-9109' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.215 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5233-5233' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.215 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2806-2806' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.217 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7364-7364' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.217 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5911-5911' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.219 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8622-8622' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.219 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7051-7051' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.219 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4429-4429' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.220 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9505-9505' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.220 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6331-6331' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.220 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4371-4371' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.220 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7728-7728' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.221 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5663-5663' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.221 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9246-9246' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.222 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4514-4514' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.223 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6259-6259' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.224 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8838-8838' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.224 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5613-5613' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.225 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3408-3408' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.226 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9930-9930' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.226 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2028-2028' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5960-5960' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4896-4896' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3313-3313' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3571-3571' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.228 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9657-9657' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.228 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '581-581' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.229 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3535-3535' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.229 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3347-3347' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.230 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6512-6512' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.230 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3274-3274' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.230 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2851-2851' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.230 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7568-7568' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.231 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5682-5682' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.231 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6553-6553' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.231 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8076-8076' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.231 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5377-5377' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.234 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2744-2744' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.234 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1529-1529' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.234 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2427-2427' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.235 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1013-1013' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.235 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8149-8149' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4619-4619' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2664-2664' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3790-3790' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4075-4075' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '866-866' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.237 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9642-9642' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.237 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3621-3621' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.238 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9264-9264' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.238 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '404-404' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.239 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '237-237' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.239 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5405-5405' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.239 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1442-1442' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.240 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9937-9937' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.240 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6334-6334' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.240 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6409-6409' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.240 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1868-1868' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.241 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1702-1702' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.241 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '641-641' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.242 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9090-9090' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.242 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4269-4269' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.242 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2233-2233' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.243 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3119-3119' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.244 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3939-3939' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.244 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7178-7178' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.244 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5400-5400' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.245 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9577-9577' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.245 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8978-8978' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.294 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4489-4489' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.296 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5319-5319' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.298 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5190-5190' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.298 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7923-7923' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.299 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3385-3385' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.299 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1264-1264' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.300 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '777-777' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.300 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4255-4255' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.301 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2557-2557' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.302 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7344-7344' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.302 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1224-1224' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.302 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2886-2886' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.302 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '174-174' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.303 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3785-3785' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.303 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4833-4833' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.304 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4820-4820' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.304 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5772-5772' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.305 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5843-5843' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.305 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1690-1690' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.305 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '956-956' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.306 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5625-5625' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.306 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3137-3137' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.307 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1440-1440' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.307 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2022-2022' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.307 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4818-4818' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.308 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8395-8395' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.308 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8848-8848' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.308 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '217-217' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.308 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8756-8756' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.308 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2294-2294' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.309 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '338-338' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.309 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7729-7729' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.309 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1519-1519' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.309 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4038-4038' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.310 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5493-5493' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.310 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1835-1835' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.310 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8612-8612' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.311 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4326-4326' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.311 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5876-5876' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.311 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '205-205' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.312 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4810-4810' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.312 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4877-4877' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.312 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9471-9471' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.313 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7518-7518' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.313 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5888-5888' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.313 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8351-8351' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.313 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5142-5142' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.313 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3325-3325' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.314 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9190-9190' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.314 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4041-4041' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.314 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3050-3050' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.315 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6729-6729' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.316 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4949-4949' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.316 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4850-4850' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.316 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7273-7273' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3705-3705' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1729-1729' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4707-4707' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4343-4343' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8659-8659' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8602-8602' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.318 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5226-5226' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.318 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2904-2904' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.318 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3416-3416' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.320 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1650-1650' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.320 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3765-3765' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.320 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1661-1661' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2330-2330' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4573-4573' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8632-8632' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.322 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6869-6869' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7222-7222' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4969-4969' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7001-7001' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '189-189' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.325 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5528-5528' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2779-2779' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4637-4637' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9894-9894' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '237-237' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5783-5783' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.328 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1649-1649' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.328 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6527-6527' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.328 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8694-8694' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.328 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8266-8266' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.329 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6912-6912' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.331 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4687-4687' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.331 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '45-45' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '924-924' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6398-6398' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3228-3228' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4776-4776' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5130-5130' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6167-6167' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5287-5287' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.333 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5563-5563' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6005-6005' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1056-1056' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.336 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1830-1830' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.336 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '305-305' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8438-8438' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7102-7102' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5519-5519' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8743-8743' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1633-1633' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.338 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3809-3809' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.338 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7568-7568' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.338 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2688-2688' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.338 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3419-3419' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.338 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3486-3486' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.338 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1362-1362' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.339 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9037-9037' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.339 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '817-817' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.339 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7653-7653' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.340 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5528-5528' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.341 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '340-340' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.341 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1847-1847' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.342 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9256-9256' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.342 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6052-6052' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.342 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9282-9282' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.342 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4906-4906' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.395 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4127-4127' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.395 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7581-7581' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.396 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '602-602' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.396 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5853-5853' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.396 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1070-1070' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.397 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8666-8666' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.397 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4080-4080' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.397 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5860-5860' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.399 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3646-3646' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.399 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8422-8422' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.402 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6929-6929' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.402 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9824-9824' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.402 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5149-5149' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.403 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1277-1277' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.403 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8315-8315' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.404 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4905-4905' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.404 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1689-1689' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.405 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7629-7629' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.405 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7815-7815' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.405 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3348-3348' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.406 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '0-0' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.406 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8442-8442' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.406 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9711-9711' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.407 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '608-608' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.408 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4123-4123' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1084-1084' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '677-677' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3276-3276' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.410 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2332-2332' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.411 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5477-5477' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.411 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6314-6314' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.411 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1580-1580' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.411 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6539-6539' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.411 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7468-7468' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.412 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1868-1868' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.412 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9364-9364' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.412 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1530-1530' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.412 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1205-1205' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.412 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4905-4905' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.413 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3610-3610' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.414 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7216-7216' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.414 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2306-2306' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.414 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '445-445' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.415 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9156-9156' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.415 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6729-6729' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.415 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5190-5190' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.416 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7218-7218' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.416 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '724-724' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.416 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6813-6813' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.416 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6130-6130' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.417 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9614-9614' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.417 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1942-1942' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.417 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9906-9906' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.418 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8315-8315' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.418 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6493-6493' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.418 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2676-2676' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.418 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9928-9928' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.418 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9492-9492' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.419 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9854-9854' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.419 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4672-4672' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.419 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9906-9906' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.419 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5882-5882' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.420 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4145-4145' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.421 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7128-7128' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.421 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6628-6628' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.422 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '948-948' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.422 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1252-1252' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.422 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1933-1933' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.422 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '779-779' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.423 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5848-5848' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.423 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5073-5073' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.424 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9777-9777' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '638-638' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1230-1230' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9690-9690' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7988-7988' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7450-7450' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '30-30' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2455-2455' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9697-9697' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '683-683' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.427 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1443-1443' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.427 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1746-1746' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.428 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1971-1971' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.428 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7241-7241' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.428 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5194-5194' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.429 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6895-6895' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.429 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7321-7321' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.429 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3965-3965' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.429 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7604-7604' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8193-8193' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4885-4885' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6766-6766' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3597-3597' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.431 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6923-6923' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.433 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9204-9204' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.433 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5780-5780' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.434 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5216-5216' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.434 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4343-4343' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.435 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8952-8952' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.436 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5400-5400' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2204, 2207911868057608653, 0.935418, 'kbbXnz8cZf') [2024/05/06 21:35:06.436 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8203-8203' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2205, 7215955970490770666, 0.618827, 'jvbVEDJpo9') [2024/05/06 21:35:06.436 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6686-6686' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2202, 4854264826482821170, 0.394703, 'QssyN6mWYY') [2024/05/06 21:35:06.437 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '253-253' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2201, 7561112768006320085, 0.375571, 'KrCVBoC0cI') [2024/05/06 21:35:06.437 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '0-0' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2206, 8555022912284195227, 0.506993, 'I7r8tk3Ri8') [2024/05/06 21:35:06.437 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8215-8215' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2209, 752866596312487934, 0.366247, 'nTIBtClmZa') [2024/05/06 21:35:06.437 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8014-8014' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2210, 2921238406828337180, 0.265427, 'Yt4bpCodKJ') [2024/05/06 21:35:06.438 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '97-97' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2203, 3964402574606455527, 0.014710, 'S7pbCCj2qS') index_test.go:140: sql delete from test_index where c = 888 [2024/05/06 21:35:06.438 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '835-835' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8669906240071399729, c2 = 0.818063, c3 = 'KtWxXLIrgr' where c = 2132 [2024/05/06 21:35:06.438 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3704-3704' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2207, 2434104466728564260, 0.426236, 'OWsZPaoGjA') [2024/05/06 21:35:06.438 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1220-1220' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2208, 3279382567972298409, 0.850729, 'mwgF8Nwio7') [2024/05/06 21:35:06.439 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9084-9084' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2211, 1984534651662819048, 0.834701, 'XlwAYwmpWS') index_test.go:140: sql delete from test_index where c = 609 [2024/05/06 21:35:06.439 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3704-3704' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 619 index_test.go:140: sql delete from test_index where c = 1503 [2024/05/06 21:35:06.439 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6784-6784' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1778 index_test.go:140: sql delete from test_index where c = 1679 [2024/05/06 21:35:06.439 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5273-5273' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 933 index_test.go:140: sql delete from test_index where c = 2079 [2024/05/06 21:35:06.440 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9822-9822' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 2 index_test.go:140: sql delete from test_index where c = 735 [2024/05/06 21:35:06.440 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '523-523' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 532 [2024/05/06 21:35:06.440 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '74-74' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3285567157418799104, c2 = 0.338129, c3 = 'LNt3rvM8EM' where c = 2024 index_test.go:143: sql update test_index set c1 = 4830451098908966918, c2 = 0.386484, c3 = 'GTIDHO7boR' where c = 1578 [2024/05/06 21:35:06.440 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '861-861' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2387838621191343789, c2 = 0.862223, c3 = 'QAmJeRlVrH' where c = 1124 [2024/05/06 21:35:06.440 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4678-4678' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1293132059828442136, c2 = 0.263185, c3 = 'AkWjW51jjk' where c = 652 [2024/05/06 21:35:06.441 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5247-5247' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 324226411101268161, c2 = 0.604702, c3 = 'ophA3IWVvf' where c = 499 [2024/05/06 21:35:06.441 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '435-435' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1290385184353205883, c2 = 0.497954, c3 = 'y6Gggm9TmK' where c = 1481 [2024/05/06 21:35:06.441 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '850-850' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2995070096757503068, c2 = 0.689139, c3 = 'U6JmyVPddA' where c = 2135 [2024/05/06 21:35:06.441 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5991-5991' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 437625310820487097, c2 = 0.915001, c3 = 'rkhWPV9KBk' where c = 1743 [2024/05/06 21:35:06.441 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7104-7104' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2212, 4986528979459930329, 0.458941, 'DDREDjWAQn') [2024/05/06 21:35:06.442 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3557-3557' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2213, 8619780955765832900, 0.827882, 'qoaRj5zXk2') [2024/05/06 21:35:06.442 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5983-5983' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 569307777312421563, c2 = 0.756236, c3 = 'CMkalTSPts' where c = 2163 [2024/05/06 21:35:06.443 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3378-3378' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3527143604195413023, c2 = 0.991121, c3 = 'I0dgGZ4JhS' where c = 2046 [2024/05/06 21:35:06.443 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3292-3292' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2216, 261304832710044564, 0.388202, 'ZVJHkC4MpN') [2024/05/06 21:35:06.443 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '769-769' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2217, 6842721948290582856, 0.068742, 'TPOJV1J1eY') [2024/05/06 21:35:06.443 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3783-3783' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2214, 4643123195706029163, 0.596800, 'n2SNKQ1BEw') [2024/05/06 21:35:06.444 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7911-7911' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2215, 5685260859426151693, 0.350322, 'uj8Z8uj9U6') [2024/05/06 21:35:06.444 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6641-6641' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2218, 4076762111760571740, 0.253077, 'BaaptGEMm0') [2024/05/06 21:35:06.494 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8745-8745' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2220, 2035682926042465045, 0.318332, 'Vy90NV2GfD') [2024/05/06 21:35:06.495 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5151-5151' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2219, 8506357927124837417, 0.792164, 'FMWYtcLZZi') [2024/05/06 21:35:06.495 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7690-7690' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2221, 989475573622981255, 0.415744, '1jcsr0t5BA') index_test.go:140: sql delete from test_index where c = 1302 [2024/05/06 21:35:06.495 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2582-2582' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 177 index_test.go:140: sql delete from test_index where c = 1956 [2024/05/06 21:35:06.497 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7749-7749' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 2186 index_test.go:140: sql delete from test_index where c = 1964 [2024/05/06 21:35:06.498 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5053-5053' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1306 index_test.go:140: sql delete from test_index where c = 1770 [2024/05/06 21:35:06.499 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3194-3194' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1972 index_test.go:140: sql delete from test_index where c = 790 [2024/05/06 21:35:06.501 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2130-2130' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8644562618425839515, c2 = 0.040021, c3 = 'fMhOLMzEHX' where c = 437 [2024/05/06 21:35:06.502 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '472-472' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3129066686839574351, c2 = 0.980917, c3 = 'e2TtADzr9R' where c = 1556 [2024/05/06 21:35:06.502 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6481-6481' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1619653960787433348, c2 = 0.805006, c3 = 'qBaGZ06Ang' where c = 285 [2024/05/06 21:35:06.503 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1427-1427' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7676955294500041201, c2 = 0.667457, c3 = 'WOZ0e1brCn' where c = 1937 index_test.go:140: sql delete from test_index where c = 9 [2024/05/06 21:35:06.503 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1867-1867' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3678400079106052168, c2 = 0.860031, c3 = 'Z2tYzStI8J' where c = 2183 [2024/05/06 21:35:06.503 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9033-9033' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4149344537371812169, c2 = 0.488721, c3 = 'ig3u8OEQBh' where c = 1515 index_test.go:137: sql insert into test_index values (2223, 8947041902708734705, 0.011483, '6HW5KLFMJX') [2024/05/06 21:35:06.503 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4683-4683' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1280224821829313689, c2 = 0.471247, c3 = 'DMNqOMSQ4k' where c = 1523 [2024/05/06 21:35:06.504 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5199-5199' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8203133931748379267, c2 = 0.057772, c3 = 'Bte8gvpOgI' where c = 712 [2024/05/06 21:35:06.506 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2054-2054' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2225, 1322836364634830194, 0.055340, '4sAp1a0Xh1') [2024/05/06 21:35:06.507 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7824-7824' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2222, 4480128488116859186, 0.508450, 'UtBv1GkycJ') [2024/05/06 21:35:06.507 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5561-5561' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7614124080224568834, c2 = 0.493606, c3 = 'JAbdfKUQAn' where c = 2102 [2024/05/06 21:35:06.508 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3539-3539' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2540797236815070085, c2 = 0.209682, c3 = '1qYbCPmO4S' where c = 1503 [2024/05/06 21:35:06.508 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7916-7916' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2224, 3854331588596754283, 0.897212, 'f41dh1vq5x') [2024/05/06 21:35:06.508 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5470-5470' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2227, 8929570190556723417, 0.509246, '1eB2Z5RBui') index_test.go:140: sql delete from test_index where c = 1697 [2024/05/06 21:35:06.508 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7300-7300' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2226, 3451478507388327505, 0.849151, 'hEcrTiJazw') index_test.go:137: sql insert into test_index values (2230, 7631026336613922316, 0.767401, 'WG4T94gDDp') [2024/05/06 21:35:06.509 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9161-9161' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1006 [2024/05/06 21:35:06.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '97-97' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2228, 5468197710382663274, 0.146282, '569aaDKQo1') [2024/05/06 21:35:06.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7815-7815' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2231, 6006558092148240995, 0.446307, 'ldfUUuF1gk') [2024/05/06 21:35:06.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2672-2672' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2229, 8670499698984339117, 0.234087, 'RJASSfUSvI') index_test.go:140: sql delete from test_index where c = 1136 [2024/05/06 21:35:06.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1945-1945' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1468 [2024/05/06 21:35:06.511 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6303-6303' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1578 index_test.go:140: sql delete from test_index where c = 1649 [2024/05/06 21:35:06.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5691-5691' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 2069 index_test.go:140: sql delete from test_index where c = 744 [2024/05/06 21:35:06.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1452-1452' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4258966389985099716, c2 = 0.816147, c3 = 'rEBQF6g7Qx' where c = 1290 [2024/05/06 21:35:06.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2887-2887' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 722386661260720001, c2 = 0.619020, c3 = 'D7xEuU7J2C' where c = 97 index_test.go:140: sql delete from test_index where c = 1782 [2024/05/06 21:35:06.513 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8721-8721' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5991360919414679651, c2 = 0.148800, c3 = 'RJKkbXCs3w' where c = 1303 index_test.go:140: sql delete from test_index where c = 1609 [2024/05/06 21:35:06.513 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5754-5754' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2114987346006747472, c2 = 0.859246, c3 = 'RpribqLnyK' where c = 1477 [2024/05/06 21:35:06.513 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1629-1629' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8545154856477760729, c2 = 0.932192, c3 = 'jz0XXJWZJp' where c = 96 [2024/05/06 21:35:06.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7287-7287' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3399519876498752418, c2 = 0.225740, c3 = 'isO3AfuPFD' where c = 251 [2024/05/06 21:35:06.515 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9139-9139' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6836198864721362963, c2 = 0.667630, c3 = 'ht1BCKGX4f' where c = 522 index_test.go:137: sql insert into test_index values (2233, 5735290573166225602, 0.879187, 'ZRd0KnxD6p') [2024/05/06 21:35:06.515 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8519-8519' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3259829290689289139, c2 = 0.519175, c3 = 'cptduL0YHx' where c = 1327 [2024/05/06 21:35:06.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4875-4875' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2232, 3254701924741637643, 0.033842, 'JuKZtyRZhv') [2024/05/06 21:35:06.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '585-585' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4790569811857748832, c2 = 0.084480, c3 = 'TxDrFKPEqM' where c = 1145 [2024/05/06 21:35:06.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3931-3931' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2237, 5505827312067522084, 0.698460, 'XSJJtXhjTm') [2024/05/06 21:35:06.517 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2150-2150' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2234, 6986940677788465136, 0.538800, 'Tik4PXNdkk') [2024/05/06 21:35:06.517 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8926-8926' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8420102178851508687, c2 = 0.740446, c3 = 'q3yZWeO2Vy' where c = 1499 index_test.go:140: sql delete from test_index where c = 942 [2024/05/06 21:35:06.518 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2887-2887' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2240, 934981896049070550, 0.978701, 'TNj9ZmfPsI') index_test.go:137: sql insert into test_index values (2238, 3320197532127096656, 0.839148, 'm1wwmD6N2T') [2024/05/06 21:35:06.519 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8781-8781' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2236, 3641985807722150384, 0.865119, '6tSdH23fcI') index_test.go:140: sql delete from test_index where c = 36 [2024/05/06 21:35:06.519 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7482-7482' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2235, 5207816564789800624, 0.571061, '2W59RgbEYl') index_test.go:140: sql delete from test_index where c = 1815 [2024/05/06 21:35:06.520 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1548-1548' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 401 [2024/05/06 21:35:06.520 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6971-6971' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1864322423345816948, c2 = 0.942795, c3 = 'oL9w75gCn9' where c = 206 index_test.go:140: sql delete from test_index where c = 1562 [2024/05/06 21:35:06.521 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8232-8232' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2239, 8265056985226879438, 0.398224, 'ufMw9Nfsjx') index_test.go:137: sql insert into test_index values (2241, 738539694475694183, 0.899730, 'izxvLZl8af') [2024/05/06 21:35:06.521 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5876-5876' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2120130674382397467, c2 = 0.659576, c3 = 'Q4TS3Uwm5d' where c = 652 [2024/05/06 21:35:06.521 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '114-114' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8319839898435868717, c2 = 0.188814, c3 = 'pqz5VYReT6' where c = 852 index_test.go:140: sql delete from test_index where c = 2058 index_test.go:140: sql delete from test_index where c = 286 [2024/05/06 21:35:06.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6402-6402' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 116215848118923242, c2 = 0.781345, c3 = 'G0unV5yLZF' where c = 286 index_test.go:140: sql delete from test_index where c = 1363 [2024/05/06 21:35:06.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8879-8879' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2553514026812309143, c2 = 0.396412, c3 = 'XAJTPZtOIg' where c = 140 [2024/05/06 21:35:06.523 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9500-9500' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3916539538987736513, c2 = 0.284699, c3 = 'ndF1Pq2GkF' where c = 1213 [2024/05/06 21:35:06.523 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2304-2304' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2243, 2781502419109372565, 0.750337, 'rsgDXQqDuY') [2024/05/06 21:35:06.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2744-2744' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2242, 5238657885480380897, 0.765727, 'UmobC6tE0w') [2024/05/06 21:35:06.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6806-6806' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2244, 3166011963971884908, 0.059646, '51FxqawtJA') index_test.go:140: sql delete from test_index where c = 370 [2024/05/06 21:35:06.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3408-3408' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6163749182847003835, c2 = 0.720456, c3 = 'u5LU5qqqbf' where c = 944 index_test.go:140: sql delete from test_index where c = 443 [2024/05/06 21:35:06.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5402-5402' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2245, 6557484712631186419, 0.993498, 'yowwxdNk77') [2024/05/06 21:35:06.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5541-5541' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2246, 2378839482369730112, 0.274206, 'QGXx7Ht5sg') index_test.go:140: sql delete from test_index where c = 1607 [2024/05/06 21:35:06.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4473-4473' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2247, 3976410550476568566, 0.681237, 'sHv44IJKDb') index_test.go:143: sql update test_index set c1 = 6322825984927079321, c2 = 0.897695, c3 = 'UMgmdoJWxn' where c = 309 [2024/05/06 21:35:06.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5544-5544' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1125 [2024/05/06 21:35:06.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7144-7144' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2854233092255639286, c2 = 0.211480, c3 = 'PlY8HEQzMh' where c = 1759 [2024/05/06 21:35:06.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6516-6516' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5260004948439987425, c2 = 0.700450, c3 = 'MPFCY0sSWN' where c = 1465 [2024/05/06 21:35:06.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4203-4203' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8092102184060076338, c2 = 0.319189, c3 = 'vfjoqpbp6W' where c = 234 index_test.go:140: sql delete from test_index where c = 1061 [2024/05/06 21:35:06.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5833-5833' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 2019 index_test.go:140: sql delete from test_index where c = 1114 [2024/05/06 21:35:06.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3968-3968' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2248, 7076396211472821815, 0.819068, 'sUYhLcDd9e') [2024/05/06 21:35:06.527 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '496-496' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5596831983308188335, c2 = 0.603371, c3 = 'KywZfKnuC2' where c = 58 [2024/05/06 21:35:06.527 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2288-2288' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2249, 3798370228638323354, 0.966704, 'yMBpiFvthy') [2024/05/06 21:35:06.528 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6368-6368' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1599860598024713188, c2 = 0.638070, c3 = 'bR5ubevxuO' where c = 1071 [2024/05/06 21:35:06.529 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6387-6387' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2251, 5375796005171723374, 0.904346, 'mH0bZnipa5') [2024/05/06 21:35:06.529 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8962-8962' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2250, 7366484320200908295, 0.611522, 'AIvBkftx6m') [2024/05/06 21:35:06.529 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '253-253' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2252, 8264416442464285051, 0.245290, 'R3wfCvUqB3') index_test.go:140: sql delete from test_index where c = 1588 [2024/05/06 21:35:06.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4187-4187' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2346306109105662678, c2 = 0.261858, c3 = 'KQ0JVnGUcU' where c = 1885 index_test.go:140: sql delete from test_index where c = 791 [2024/05/06 21:35:06.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2616-2616' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5682395793798813587, c2 = 0.531093, c3 = 'VLJBJzWUZg' where c = 1236 index_test.go:140: sql delete from test_index where c = 1052 [2024/05/06 21:35:06.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4089-4089' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4167399741411771742, c2 = 0.302848, c3 = 'FA8KGt8KXu' where c = 1982 index_test.go:137: sql insert into test_index values (2253, 5964356208177490671, 0.399625, 'Ln4UdqTNoV') [2024/05/06 21:35:06.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8962-8962' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2255, 418770491349768850, 0.750672, '5JxxKmzgD7') [2024/05/06 21:35:06.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7834-7834' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2254, 7852950787888155983, 0.589379, 'VCcPxHkOUr') index_test.go:140: sql delete from test_index where c = 358 [2024/05/06 21:35:06.531 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8747-8747' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4355951099377638624, c2 = 0.617958, c3 = 'zHJk61zZbH' where c = 1849 index_test.go:140: sql delete from test_index where c = 1989 [2024/05/06 21:35:06.532 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8170-8170' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1454 [2024/05/06 21:35:06.533 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4870-4870' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7622952364304350751, c2 = 0.560380, c3 = 'jhseH2vlN5' where c = 2203 [2024/05/06 21:35:06.533 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6029-6029' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2257, 4086394625860768649, 0.436495, 'v3Oo3KeAiV') index_test.go:140: sql delete from test_index where c = 2028 [2024/05/06 21:35:06.534 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1537-1537' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3799208709860335356, c2 = 0.256261, c3 = 'JS8r3ezvnd' where c = 1336 index_test.go:140: sql delete from test_index where c = 2219 [2024/05/06 21:35:06.534 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5391-5391' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2256, 2332416260163617519, 0.539456, 'rIjsyiXjw5') [2024/05/06 21:35:06.534 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6479-6479' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2258, 1911039598899288200, 0.209913, 'Rf27zfDQeH') [2024/05/06 21:35:06.534 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '820-820' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6230108686852309270, c2 = 0.072008, c3 = '2rnLhE9a8R' where c = 1551 [2024/05/06 21:35:06.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7992-7992' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 814188574392749867, c2 = 0.268226, c3 = '0G98kL8sMw' where c = 1522 [2024/05/06 21:35:06.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '592-592' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5814071514773171696, c2 = 0.384471, c3 = 'szjfdPq8L0' where c = 583 index_test.go:140: sql delete from test_index where c = 743 [2024/05/06 21:35:06.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9703-9703' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 425 [2024/05/06 21:35:06.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3675-3675' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2259, 3529196453174990977, 0.075272, 'NtjT8hhPHr') index_test.go:140: sql delete from test_index where c = 1934 [2024/05/06 21:35:06.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7226-7226' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7789922717549554904, c2 = 0.472404, c3 = 'JTdgHLt0nt' where c = 400 [2024/05/06 21:35:06.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1937-1937' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2260, 5196392907974608650, 0.010261, 'OUryksypj0') [2024/05/06 21:35:06.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4075-4075' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 429240088963372376, c2 = 0.465393, c3 = 'iPO98ORezn' where c = 830 [2024/05/06 21:35:06.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3217-3217' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3388091437423151343, c2 = 0.597188, c3 = 'vFMS1Yxev1' where c = 1876 index_test.go:140: sql delete from test_index where c = 1680 [2024/05/06 21:35:06.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1847-1847' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2261, 7880520190631104130, 0.542130, 'xqpbAMUlJh') [2024/05/06 21:35:06.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5073-5073' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5057680381340760334, c2 = 0.458432, c3 = '6TzEpSU2OS' where c = 999 [2024/05/06 21:35:06.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2051-2051' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2264, 6318976318038397350, 0.829897, 'lpmjpnz0X7') [2024/05/06 21:35:06.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5349-5349' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2262, 4708836518674551273, 0.651932, 'qdToGNQPlk') index_test.go:140: sql delete from test_index where c = 1613 [2024/05/06 21:35:06.539 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '966-966' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2266, 7146600562669825296, 0.588529, 'XvqrAS66aL') index_test.go:137: sql insert into test_index values (2265, 3601914912937403413, 0.006124, 'mIxgW0mJIz') [2024/05/06 21:35:06.539 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7094-7094' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2263, 8289805075321337397, 0.595781, 'gLkYepECYg') [2024/05/06 21:35:06.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6257-6257' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4012566008962403359, c2 = 0.065404, c3 = 'q37veQDFhY' where c = 1174 index_test.go:140: sql delete from test_index where c = 1608 [2024/05/06 21:35:06.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3607-3607' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 134 index_test.go:140: sql delete from test_index where c = 899 [2024/05/06 21:35:06.541 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3087-3087' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8619218914738586075, c2 = 0.323599, c3 = '8HUX741Jpg' where c = 807 [2024/05/06 21:35:06.541 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5929-5929' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2986588023502474153, c2 = 0.402340, c3 = 'x77z7Ff6Pq' where c = 1793 index_test.go:140: sql delete from test_index where c = 617 [2024/05/06 21:35:06.543 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2584-2584' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1714 [2024/05/06 21:35:06.543 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1378-1378' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2267, 9162345688542086834, 0.638599, 'YNcxGcl4Fd') [2024/05/06 21:35:06.543 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '159-159' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2268, 7409777106851838265, 0.704309, 'L8z77vNynh') index_test.go:140: sql delete from test_index where c = 1776 [2024/05/06 21:35:06.595 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9924-9924' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 2014 [2024/05/06 21:35:06.596 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7652-7652' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5387453181399047101, c2 = 0.186213, c3 = 'ImCKbUbQda' where c = 1142 [2024/05/06 21:35:06.597 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4024-4024' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5125625672565804696, c2 = 0.847828, c3 = '1Jbt0hPe0N' where c = 1856 [2024/05/06 21:35:06.597 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5454-5454' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2864585533981890832, c2 = 0.362297, c3 = 'nYznTWpEZJ' where c = 1597 [2024/05/06 21:35:06.597 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6381-6381' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2269, 3479944958120804558, 0.967942, 'g4a5VlMstg') [2024/05/06 21:35:06.598 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5486-5486' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2270, 6855753878495446533, 0.705196, 'sPcnfWbhVW') [2024/05/06 21:35:06.599 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7004-7004' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 353753473141782403, c2 = 0.733602, c3 = 'DJAGbUpG1l' where c = 1364 index_test.go:140: sql delete from test_index where c = 1231 [2024/05/06 21:35:06.599 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2287-2287' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2273, 5602045519266196163, 0.579901, 'IDcxhoOiiU') index_test.go:137: sql insert into test_index values (2271, 9027517285426425849, 0.031813, '3tHhDPCR1X') [2024/05/06 21:35:06.600 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4376-4376' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1348 [2024/05/06 21:35:06.601 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2123-2123' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4218224579761393228, c2 = 0.369888, c3 = 'QnyGUbbQld' where c = 383 [2024/05/06 21:35:06.602 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6610-6610' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1735 [2024/05/06 21:35:06.602 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7568-7568' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2441283289907086963, c2 = 0.779185, c3 = 'BXB5chf0Ya' where c = 2054 index_test.go:140: sql delete from test_index where c = 805 [2024/05/06 21:35:06.602 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4947-4947' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3929626803004201396, c2 = 0.178954, c3 = '88qDh6Sh6R' where c = 710 index_test.go:140: sql delete from test_index where c = 823 index_test.go:140: sql delete from test_index where c = 1557 [2024/05/06 21:35:06.603 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5204-5204' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6936255806143565386, c2 = 0.532978, c3 = 'KjqhklSmnz' where c = 170 [2024/05/06 21:35:06.603 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5580-5580' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3549442341304904207, c2 = 0.799991, c3 = 'pVucJ6rSI0' where c = 973 [2024/05/06 21:35:06.604 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9852-9852' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2274, 2811675932325220997, 0.587158, 'gwvtuvhiEt') [2024/05/06 21:35:06.604 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7352-7352' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2272, 5991404917079222191, 0.335007, 'CFSqDutxjp') [2024/05/06 21:35:06.605 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5480-5480' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2277, 4091747289805780709, 0.217458, 'xl6474XhX7') [2024/05/06 21:35:06.605 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '209-209' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2276, 582691063923900519, 0.809022, 'FyjIMlQ8pk') [2024/05/06 21:35:06.606 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1235-1235' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2275, 4006442376205851902, 0.817356, 'aDLqgsh6GW') [2024/05/06 21:35:06.607 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3868-3868' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3229717027450379308, c2 = 0.234934, c3 = 'eeA21Hr27P' where c = 724 [2024/05/06 21:35:06.608 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8584-8584' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2278, 5971491239620760299, 0.874659, 'NPKsKVD8ak') [2024/05/06 21:35:06.609 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2727-2727' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6042566430932776228, c2 = 0.739887, c3 = 'pNDbGRc03z' where c = 394 index_test.go:140: sql delete from test_index where c = 870 [2024/05/06 21:35:06.609 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4840-4840' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1265 index_test.go:140: sql delete from test_index where c = 696 [2024/05/06 21:35:06.609 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5091-5091' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 2099 index_test.go:140: sql delete from test_index where c = 2081 [2024/05/06 21:35:06.609 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2524-2524' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 865647141272798440, c2 = 0.618263, c3 = 'mCuiJpXo4z' where c = 1172 [2024/05/06 21:35:06.610 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1650-1650' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2280, 7581913748748225610, 0.727530, 'rrXF3wn9x0') [2024/05/06 21:35:06.610 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6582-6582' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 762786010690902929, c2 = 0.307221, c3 = 'o2jV73HfT2' where c = 1107 index_test.go:137: sql insert into test_index values (2279, 7472030676355476873, 0.214926, 'ISAWo8zAmf') [2024/05/06 21:35:06.610 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '495-495' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2281, 2121897582933254125, 0.515840, 'vh8ayAkvxc') index_test.go:140: sql delete from test_index where c = 982 [2024/05/06 21:35:06.610 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3474-3474' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6827904780563295140, c2 = 0.647238, c3 = 'x0MXO7jTSh' where c = 1285 index_test.go:140: sql delete from test_index where c = 44 [2024/05/06 21:35:06.610 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7274-7274' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 9110320015276673391, c2 = 0.775640, c3 = 'VlroD8ydH4' where c = 772 [2024/05/06 21:35:06.611 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9474-9474' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 360937305877876217, c2 = 0.255510, c3 = 't71XXSYsjk' where c = 2246 [2024/05/06 21:35:06.611 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9160-9160' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4308941850133672598, c2 = 0.048537, c3 = 'JFAz4v5TvR' where c = 700 index_test.go:137: sql insert into test_index values (2282, 1961214147424614968, 0.498274, 'eRVh9uGvue') [2024/05/06 21:35:06.611 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1023-1023' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 961 [2024/05/06 21:35:06.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1537-1537' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5168441999170199968, c2 = 0.269610, c3 = '0MFP957ICB' where c = 1149 index_test.go:140: sql delete from test_index where c = 1187 [2024/05/06 21:35:06.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2525-2525' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2283, 6278596335380430970, 0.572532, 'S2xTTyToi8') [2024/05/06 21:35:06.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6033-6033' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2284, 832200638642939658, 0.025853, 'm3vaF6WXid') [2024/05/06 21:35:06.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8070-8070' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7736765868549797765, c2 = 0.052612, c3 = 'TbmdOSIO4v' where c = 2126 [2024/05/06 21:35:06.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4397-4397' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2287, 1354201921234403193, 0.016082, 'xtVZ7v7c8a') [2024/05/06 21:35:06.613 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9686-9686' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2286, 8881974262890155838, 0.380994, 'jqltbOQLNJ') [2024/05/06 21:35:06.613 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5781-5781' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2285, 3668426916289885978, 0.690490, 'PnKVkQoBeJ') index_test.go:140: sql delete from test_index where c = 2044 [2024/05/06 21:35:06.614 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3689-3689' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 268 [2024/05/06 21:35:06.614 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8213-8213' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2288, 7442628330802111381, 0.769058, 'k9ZKYESk4i') [2024/05/06 21:35:06.614 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9630-9630' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2789218201652093866, c2 = 0.680139, c3 = 'DFMRBMElGT' where c = 2181 index_test.go:140: sql delete from test_index where c = 1112 [2024/05/06 21:35:06.614 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '202-202' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 419 [2024/05/06 21:35:06.615 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1125-1125' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1484248452086076256, c2 = 0.291523, c3 = 'vNu290laKC' where c = 2025 [2024/05/06 21:35:06.615 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1268-1268' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1821 [2024/05/06 21:35:06.615 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4583-4583' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1537328163475285942, c2 = 0.401144, c3 = 'SLXIlOc4uV' where c = 66 [2024/05/06 21:35:06.615 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5843-5843' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1267345402673326586, c2 = 0.345265, c3 = 'ZtVfEK1J3y' where c = 1387 [2024/05/06 21:35:06.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5730-5730' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2289, 4563785972707530623, 0.057077, 'qE1wCDTFX0') [2024/05/06 21:35:06.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8258-8258' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6219578710769150042, c2 = 0.112592, c3 = 'jTxqAYvzZ7' where c = 341 [2024/05/06 21:35:06.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '334-334' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2290, 9063045370243804534, 0.653060, 'FlQ3yUO395') index_test.go:140: sql delete from test_index where c = 2239 [2024/05/06 21:35:06.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9109-9109' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1133 [2024/05/06 21:35:06.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1501-1501' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2291, 2256053546382823641, 0.779374, 'b494b4ugi4') [2024/05/06 21:35:06.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4582-4582' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1451617836672759467, c2 = 0.044546, c3 = 'eIBwBOPMKP' where c = 2283 [2024/05/06 21:35:06.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5000-5000' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2590897800938119063, c2 = 0.776436, c3 = 'RyYGP1Bz7V' where c = 881 index_test.go:140: sql delete from test_index where c = 300 [2024/05/06 21:35:06.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1355-1355' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 57 [2024/05/06 21:35:06.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7051-7051' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 755637489867046464, c2 = 0.009831, c3 = 'bh09yODNhp' where c = 1316 [2024/05/06 21:35:06.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3128-3128' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2293, 4701937539164916330, 0.597778, 'KjghDvawVT') [2024/05/06 21:35:06.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8059-8059' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1883 [2024/05/06 21:35:06.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1104-1104' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7757752972048428465, c2 = 0.413317, c3 = 'jiwxo0DQo6' where c = 1254 [2024/05/06 21:35:06.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8704-8704' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2292, 2131646992976291448, 0.556459, '6vqUPTDd2D') [2024/05/06 21:35:06.618 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9839-9839' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2294, 591523357553995800, 0.031336, '1x00sQR2Zw') [2024/05/06 21:35:06.618 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4842-4842' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2295, 1752754870505163951, 0.661811, 'RWFtjkczJn') [2024/05/06 21:35:06.618 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8051-8051' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4102285686037349570, c2 = 0.308233, c3 = 'WhpUQJGs7U' where c = 185 index_test.go:140: sql delete from test_index where c = 555 [2024/05/06 21:35:06.619 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9938-9938' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2296, 5250036794243801302, 0.272725, '1hPKWsr0Wz') index_test.go:140: sql delete from test_index where c = 839 [2024/05/06 21:35:06.620 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7596-7596' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1110 [2024/05/06 21:35:06.621 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5286-5286' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2297, 6879760649516450885, 0.556756, 'gJezmCf2OU') [2024/05/06 21:35:06.621 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5487-5487' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8285978609906441755, c2 = 0.207314, c3 = 'wh7932JXgk' where c = 1055 [2024/05/06 21:35:06.622 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4934-4934' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7093458705140527539, c2 = 0.267200, c3 = 'w35aJmvYiG' where c = 957 index_test.go:140: sql delete from test_index where c = 435 index_test.go:140: sql delete from test_index where c = 495 [2024/05/06 21:35:06.622 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4202-4202' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3226229789801110287, c2 = 0.054115, c3 = 'tLohxWeFkP' where c = 192 [2024/05/06 21:35:06.622 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6454-6454' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 978854746482137855, c2 = 0.899307, c3 = 'BB2PRoHyfP' where c = 2117 index_test.go:140: sql delete from test_index where c = 1790 [2024/05/06 21:35:06.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9494-9494' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2298, 2479719133811936311, 0.447130, 'DfgVCdVwTo') [2024/05/06 21:35:06.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2909-2909' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 9184058490650579754, c2 = 0.585126, c3 = 'vQI3dMLCw8' where c = 745 [2024/05/06 21:35:06.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '190-190' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4150118767629111630, c2 = 0.602240, c3 = 'rgQgZ87mvG' where c = 2061 [2024/05/06 21:35:06.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7518-7518' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8233901916927043715, c2 = 0.262931, c3 = '4fYhgpVO2b' where c = 1329 [2024/05/06 21:35:06.624 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1418-1418' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 563077524453804472, c2 = 0.265570, c3 = 'G1QCD76h7O' where c = 679 index_test.go:140: sql delete from test_index where c = 678 [2024/05/06 21:35:06.624 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5634-5634' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2299, 7934915689992950027, 0.731777, 'NszRotgTMA') [2024/05/06 21:35:06.624 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '114-114' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2300, 6695906061649871113, 0.500554, 'ckmhFrjxlr') index_test.go:140: sql delete from test_index where c = 1187 [2024/05/06 21:35:06.624 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7702-7702' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1050070951968743720, c2 = 0.395862, c3 = 'daYwtmS0y6' where c = 64 index_test.go:140: sql delete from test_index where c = 229 [2024/05/06 21:35:06.625 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8109-8109' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4475049465767390587, c2 = 0.675682, c3 = 'jR0VMCZ6NM' where c = 1995 [2024/05/06 21:35:06.625 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2261-2261' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3138658545380218900, c2 = 0.150547, c3 = 'shYAWa5okX' where c = 2231 [2024/05/06 21:35:06.625 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2451-2451' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2303, 5698522076342884153, 0.412185, 'xw72DEZNG9') [2024/05/06 21:35:06.625 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9420-9420' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2302, 1107666010453012446, 0.376368, 'hCQgSjZlPH') [2024/05/06 21:35:06.625 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1056-1056' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2309, 7736454323272165782, 0.447375, '4czRfkjz8S') [2024/05/06 21:35:06.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3299-3299' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2305, 8544120369409496234, 0.218916, 'anNhmIz3cI') [2024/05/06 21:35:06.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5217-5217' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2301, 8469194399598248674, 0.186625, 'JKemE8gd9S') [2024/05/06 21:35:06.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4036-4036' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2304, 3767746509694257140, 0.554334, 'eESFp7D0FX') [2024/05/06 21:35:06.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6131-6131' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2310, 5745623051566965138, 0.833051, 'svZd7X5qv3') [2024/05/06 21:35:06.627 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '14-14' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2306, 666775880310858840, 0.297038, '7ZqjvXikq2') [2024/05/06 21:35:06.628 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5190-5190' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2308, 5776213720756981098, 0.954226, 'uRgvxUrNt1') [2024/05/06 21:35:06.628 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2134-2134' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2307, 3115858582450077838, 0.922622, 'cEQ8OqNZ3L') index_test.go:140: sql delete from test_index where c = 64 [2024/05/06 21:35:06.628 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '355-355' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 710 index_test.go:140: sql delete from test_index where c = 399 [2024/05/06 21:35:06.628 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1678-1678' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1400 [2024/05/06 21:35:06.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5792-5792' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 935455818575072346, c2 = 0.350380, c3 = 'ObH1JBTH6o' where c = 758 index_test.go:140: sql delete from test_index where c = 1480 [2024/05/06 21:35:06.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4473-4473' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 783 index_test.go:140: sql delete from test_index where c = 1912 [2024/05/06 21:35:06.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7111-7111' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1512 index_test.go:140: sql delete from test_index where c = 1178 [2024/05/06 21:35:06.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3262-3262' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3262148252208681766, c2 = 0.200656, c3 = '18N6A1qWiR' where c = 843 index_test.go:140: sql delete from test_index where c = 1940 [2024/05/06 21:35:06.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1317-1317' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1873469899607885524, c2 = 0.111001, c3 = 'sxBnRkpM2S' where c = 971 [2024/05/06 21:35:06.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9697-9697' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1405937775720439914, c2 = 0.823660, c3 = 'k2sSdLL7Kw' where c = 706 [2024/05/06 21:35:06.630 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6477-6477' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3999018221814400796, c2 = 0.241787, c3 = 'b4BJ7wvdj3' where c = 50 [2024/05/06 21:35:06.630 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1159-1159' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 685312254844855614, c2 = 0.503904, c3 = 'sQHMTnmTS0' where c = 1241 [2024/05/06 21:35:06.631 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9162-9162' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 9210551167129359654, c2 = 0.557040, c3 = 'Y9dDliHgNv' where c = 2067 [2024/05/06 21:35:06.631 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5605-5605' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 349437301168817530, c2 = 0.204431, c3 = 'RuFDvKplYe' where c = 934 [2024/05/06 21:35:06.631 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6114-6114' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2312, 7758344784599738003, 0.223769, 'b0g3CFCbhW') [2024/05/06 21:35:06.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8201-8201' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4551266682172486487, c2 = 0.395308, c3 = 'VamN1KBDo2' where c = 1299 [2024/05/06 21:35:06.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9037-9037' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7658971400892011725, c2 = 0.401600, c3 = 'AW2OCfsGr4' where c = 764 [2024/05/06 21:35:06.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6303-6303' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2313, 5023331125999943679, 0.491236, '321Qxd5q9p') [2024/05/06 21:35:06.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3916-3916' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2317, 484632335189031531, 0.060737, 'WZOhShZCNx') [2024/05/06 21:35:06.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3841-3841' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2311, 4096343155146558489, 0.163198, 'JKKGdrfLeP') [2024/05/06 21:35:06.633 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2163-2163' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2316, 362145703908127046, 0.263844, 'mIGBVnoDyL') [2024/05/06 21:35:06.634 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1456-1456' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2318, 8565476033134083234, 0.096533, 'UwU0qryTkn') index_test.go:137: sql insert into test_index values (2314, 3622953565503938075, 0.580587, '11cHq6UTq1') [2024/05/06 21:35:06.634 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6100-6100' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 268 [2024/05/06 21:35:06.634 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5248-5248' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2315, 8100118433826508952, 0.918884, 'awCzhmATaV') index_test.go:137: sql insert into test_index values (2319, 2105352674785298106, 0.230355, 'LQpSshnvqK') [2024/05/06 21:35:06.634 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2322-2322' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1035 index_test.go:140: sql delete from test_index where c = 1937 [2024/05/06 21:35:06.634 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '818-818' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 2043 [2024/05/06 21:35:06.635 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9857-9857' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1968 [2024/05/06 21:35:06.635 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8835-8835' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6391187405563317855, c2 = 0.615528, c3 = 'kwHJ3Bw08f' where c = 1020 index_test.go:137: sql insert into test_index values (2320, 9162464841502765313, 0.713105, 'n5eZeIxNHF') [2024/05/06 21:35:06.635 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1205-1205' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1768 index_test.go:140: sql delete from test_index where c = 836 [2024/05/06 21:35:06.635 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9258-9258' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 488 index_test.go:140: sql delete from test_index where c = 1295 [2024/05/06 21:35:06.635 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1328-1328' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1806611938205903029, c2 = 0.404202, c3 = 'rmr83CMvpm' where c = 2101 [2024/05/06 21:35:06.636 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3198-3198' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2999728778135327207, c2 = 0.107135, c3 = 'ypTFNZmRhK' where c = 2104 [2024/05/06 21:35:06.636 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3650-3650' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 70026257831208562, c2 = 0.683426, c3 = 'cIOHhAKVKq' where c = 59 [2024/05/06 21:35:06.636 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7802-7802' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2321, 6601538876103523505, 0.395158, 'wZ8OqJBYnM') [2024/05/06 21:35:06.636 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6682-6682' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4133763713942589298, c2 = 0.562505, c3 = 'Z1XPHagozW' where c = 2124 [2024/05/06 21:35:06.636 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7348-7348' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1802617696210129790, c2 = 0.479016, c3 = '5nxVFZHoMo' where c = 1920 index_test.go:140: sql delete from test_index where c = 122 [2024/05/06 21:35:06.637 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6897-6897' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6744973441738876023, c2 = 0.395463, c3 = 'dR9skgcW4R' where c = 649 index_test.go:137: sql insert into test_index values (2322, 8566507531892425798, 0.155399, 'nDPClqMAvq') [2024/05/06 21:35:06.637 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8106-8106' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4332775098536425007, c2 = 0.581875, c3 = '1idVPEqd7a' where c = 1901 [2024/05/06 21:35:06.637 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6330-6330' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2326, 5372363819843406032, 0.939491, 'SY9tSg0r4u') [2024/05/06 21:35:06.637 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4612-4612' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2126003230097770921, c2 = 0.348935, c3 = 'NPnJy2OJjj' where c = 1620 index_test.go:137: sql insert into test_index values (2325, 7192656137412895386, 0.138991, 'RMuGyuGg9Y') [2024/05/06 21:35:06.637 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '837-837' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2324, 5162439083684554271, 0.441188, '8xQo8dDEOT') index_test.go:140: sql delete from test_index where c = 2096 [2024/05/06 21:35:06.638 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9703-9703' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2323, 6879891650965249487, 0.331640, 'hqJb0fPmjJ') index_test.go:140: sql delete from test_index where c = 225 [2024/05/06 21:35:06.638 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7501-7501' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7818319189928303979, c2 = 0.351724, c3 = 'z5DP6ltSnQ' where c = 211 [2024/05/06 21:35:06.638 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6615-6615' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2327, 8749134888816829458, 0.019094, 'dD0kZjOFGO') [2024/05/06 21:35:06.638 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2645-2645' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2329, 4049606655297158381, 0.946633, 'dnvuFfbMju') [2024/05/06 21:35:06.638 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3669-3669' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6856248081652863218, c2 = 0.766069, c3 = '0K7cfxKQap' where c = 376 [2024/05/06 21:35:06.639 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6714-6714' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2073292819147417938, c2 = 0.044127, c3 = 'vzRC3uSO2l' where c = 2299 index_test.go:140: sql delete from test_index where c = 628 [2024/05/06 21:35:06.639 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2977-2977' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1572 index_test.go:140: sql delete from test_index where c = 2208 [2024/05/06 21:35:06.640 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8537-8537' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2328, 9213555709467709902, 0.654411, 'XoO1M31CwH') index_test.go:140: sql delete from test_index where c = 1543 [2024/05/06 21:35:06.640 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1460-1460' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2330, 2494082839483655869, 0.653663, 'pAtQOkha6I') index_test.go:140: sql delete from test_index where c = 997 [2024/05/06 21:35:06.641 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6132-6132' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1887 [2024/05/06 21:35:06.641 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9258-9258' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6401508578603504938, c2 = 0.218421, c3 = 'JuiPPbvug2' where c = 783 [2024/05/06 21:35:06.641 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2096-2096' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3050498149501173651, c2 = 0.628764, c3 = 'ptZixhbQYO' where c = 2271 [2024/05/06 21:35:06.641 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3443-3443' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2676893145797247322, c2 = 0.262348, c3 = 'F9uensjDxJ' where c = 2043 [2024/05/06 21:35:06.641 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1292-1292' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2489284577494610373, c2 = 0.420948, c3 = 'i8yuI94yt7' where c = 2102 [2024/05/06 21:35:06.642 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3504-3504' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2331, 5080043816870251151, 0.902089, 'NXej94TyTa') index_test.go:140: sql delete from test_index where c = 1908 [2024/05/06 21:35:06.642 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6362-6362' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6713824161384317047, c2 = 0.411671, c3 = 'xOUb8bK4yQ' where c = 1978 index_test.go:140: sql delete from test_index where c = 979 [2024/05/06 21:35:06.643 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4334-4334' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2332, 156960443175447365, 0.358059, 'LSKVmgu08W') [2024/05/06 21:35:06.643 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1054-1054' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2333, 133375856725327485, 0.895493, 'A3qitgFAOk') [2024/05/06 21:35:06.643 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9840-9840' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3984451091992284701, c2 = 0.429739, c3 = 'tuebnL1cw7' where c = 2032 [2024/05/06 21:35:06.643 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5013-5013' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2334, 644864929418698078, 0.065805, 'c01TZsEUq7') [2024/05/06 21:35:06.644 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8790-8790' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2335, 7291237110058782680, 0.680890, 'EWpyYHtPkP') [2024/05/06 21:35:06.644 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4025-4025' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2336, 1181625085017906348, 0.517884, 'Hc3xhO3jlw') index_test.go:140: sql delete from test_index where c = 668 [2024/05/06 21:35:06.644 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1057-1057' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1684 [2024/05/06 21:35:06.644 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3841-3841' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2337, 5800807382058516893, 0.900450, 'lbMd5MtJyZ') [2024/05/06 21:35:06.644 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4326-4326' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1149747878225787802, c2 = 0.241443, c3 = 'w5wSpzNXPk' where c = 1492 index_test.go:140: sql delete from test_index where c = 1341 [2024/05/06 21:35:06.645 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '788-788' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1100 index_test.go:140: sql delete from test_index where c = 1238 [2024/05/06 21:35:06.645 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '56-56' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4912625701481555823, c2 = 0.817990, c3 = 'PKEKjnNPpI' where c = 1885 [2024/05/06 21:35:06.645 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9944-9944' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2338, 2773405496321543463, 0.616547, '3RpJ2Y4E8S') index_test.go:140: sql delete from test_index where c = 1279 [2024/05/06 21:35:06.645 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1117-1117' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1623160803974930558, c2 = 0.555738, c3 = 'E1u5VqyWwq' where c = 1503 index_test.go:137: sql insert into test_index values (2339, 1825718430828554111, 0.848708, 'SfiqP4bQ6D') [2024/05/06 21:35:06.646 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2324-2324' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7022334329150431755, c2 = 0.118214, c3 = '51nMMHevZB' where c = 302 [2024/05/06 21:35:06.646 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5142-5142' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7622870983130742406, c2 = 0.276031, c3 = 'kDujzdj39x' where c = 892 index_test.go:143: sql update test_index set c1 = 5946882592171885984, c2 = 0.456651, c3 = 'n5h4u6cg72' where c = 433 index_test.go:143: sql update test_index set c1 = 2206500225274163541, c2 = 0.700792, c3 = 'LbGKA7g0MV' where c = 2038 index_test.go:140: sql delete from test_index where c = 398 index_test.go:143: sql update test_index set c1 = 8852332213485515448, c2 = 0.419139, c3 = 'VT47QIbM3m' where c = 1328 index_test.go:140: sql delete from test_index where c = 34 index_test.go:143: sql update test_index set c1 = 383511042052023267, c2 = 0.647894, c3 = 'ppqwhfIA1M' where c = 290 index_test.go:137: sql insert into test_index values (2340, 289411190614280677, 0.135616, 'KnRBNXgomJ') index_test.go:143: sql update test_index set c1 = 3478769880055109283, c2 = 0.038252, c3 = 'Gn0oKVng7Q' where c = 1124 index_test.go:140: sql delete from test_index where c = 1535 index_test.go:137: sql insert into test_index values (2344, 3304990720867094706, 0.110367, '47cKJo5u2N') index_test.go:137: sql insert into test_index values (2341, 620699189930911128, 0.084956, 'Es6y8BeJFd') index_test.go:137: sql insert into test_index values (2343, 7801696540551143202, 0.609923, '4XE4Gzs8eK') index_test.go:140: sql delete from test_index where c = 671 index_test.go:137: sql insert into test_index values (2346, 379346076406020179, 0.310060, 'JvxmCqxA6S') index_test.go:140: sql delete from test_index where c = 609 index_test.go:137: sql insert into test_index values (2342, 5630530243762361526, 0.252600, 'dyY0lEqYp5') index_test.go:137: sql insert into test_index values (2345, 5514870668008322508, 0.866078, 'QR8UZaryGK') index_test.go:137: sql insert into test_index values (2347, 5861743381601107836, 0.768000, 'tIE3m0liSZ') index_test.go:140: sql delete from test_index where c = 1877 index_test.go:143: sql update test_index set c1 = 2242555032984975057, c2 = 0.982338, c3 = 'T9T88pjFTf' where c = 648 index_test.go:140: sql delete from test_index where c = 662 index_test.go:140: sql delete from test_index where c = 236 index_test.go:137: sql insert into test_index values (2348, 4606525436781853364, 0.590069, 'jtyjFiK3E6') index_test.go:140: sql delete from test_index where c = 2161 index_test.go:143: sql update test_index set c1 = 7099923037224660818, c2 = 0.313043, c3 = 'Uq0XU0wCUD' where c = 2262 index_test.go:143: sql update test_index set c1 = 7942530772723286975, c2 = 0.964085, c3 = 'cRVxcj0zqE' where c = 224 index_test.go:140: sql delete from test_index where c = 1229 index_test.go:143: sql update test_index set c1 = 6412635803655777856, c2 = 0.787263, c3 = 'x2NmyI6egI' where c = 2039 index_test.go:140: sql delete from test_index where c = 644 index_test.go:140: sql delete from test_index where c = 748 index_test.go:137: sql insert into test_index values (2349, 7623196326931201615, 0.595237, 'IYCywhtZBM') index_test.go:143: sql update test_index set c1 = 2178126824844466576, c2 = 0.827948, c3 = 'lIE6Ew0EUW' where c = 296 index_test.go:143: sql update test_index set c1 = 7498200501734294442, c2 = 0.701145, c3 = 'ooYQ5m8VEg' where c = 2017 index_test.go:140: sql delete from test_index where c = 628 index_test.go:143: sql update test_index set c1 = 2830065849311787624, c2 = 0.089495, c3 = 'HMOqcJfvcR' where c = 1079 index_test.go:137: sql insert into test_index values (2351, 8786057994793973365, 0.035125, 'JbyJCFjeuE') index_test.go:137: sql insert into test_index values (2352, 7656893861321091670, 0.182762, 'lmEeTYAg2E') index_test.go:143: sql update test_index set c1 = 8956947278733312525, c2 = 0.355549, c3 = 'f8lGuWd6as' where c = 876 index_test.go:143: sql update test_index set c1 = 7763321426176032107, c2 = 0.985497, c3 = 'T86NYuXFmZ' where c = 1888 index_test.go:137: sql insert into test_index values (2350, 8082065548753439159, 0.936656, 'y1ox18pZdz') index_test.go:137: sql insert into test_index values (2353, 5594590217214059172, 0.544407, 'rRt21QQwEa') index_test.go:137: sql insert into test_index values (2355, 4315994606325814408, 0.415684, 'XpJRZEIT3c') index_test.go:137: sql insert into test_index values (2354, 6412056147853069249, 0.850471, 'sxOEMby70y') index_test.go:140: sql delete from test_index where c = 710 index_test.go:143: sql update test_index set c1 = 7291546410070163964, c2 = 0.701242, c3 = 'XSTUY3dXHp' where c = 1985 index_test.go:137: sql insert into test_index values (2356, 4301359723137633205, 0.537972, 'tAfbtVCDaA') index_test.go:140: sql delete from test_index where c = 758 index_test.go:137: sql insert into test_index values (2357, 3206175965651518053, 0.312322, 'ESvR5v4t1d') index_test.go:143: sql update test_index set c1 = 3100515346017610847, c2 = 0.234832, c3 = '63FJrJbool' where c = 445 index_test.go:140: sql delete from test_index where c = 1612 index_test.go:143: sql update test_index set c1 = 1297799993707908391, c2 = 0.746686, c3 = 'bYFHSEA0Y9' where c = 2065 index_test.go:140: sql delete from test_index where c = 959 index_test.go:140: sql delete from test_index where c = 840 index_test.go:140: sql delete from test_index where c = 516 index_test.go:140: sql delete from test_index where c = 1524 index_test.go:137: sql insert into test_index values (2358, 4321857784866476065, 0.458417, 'fo0rnwiReL') index_test.go:143: sql update test_index set c1 = 6462682101568224213, c2 = 0.271576, c3 = 'eQvGCE0GvP' where c = 1839 index_test.go:140: sql delete from test_index where c = 2277 index_test.go:137: sql insert into test_index values (2359, 2137885955119431514, 0.288033, '6O1KwpzMFp') index_test.go:143: sql update test_index set c1 = 3822561923754750462, c2 = 0.574040, c3 = 'dbFYd24GIc' where c = 1362 index_test.go:143: sql update test_index set c1 = 6270855339518569722, c2 = 0.761608, c3 = 'N20EAqFZLh' where c = 669 index_test.go:143: sql update test_index set c1 = 7374899381159548196, c2 = 0.108421, c3 = 'KMTx13i5Kq' where c = 235 index_test.go:143: sql update test_index set c1 = 6054186086043356400, c2 = 0.287439, c3 = '0o2ZQikW0X' where c = 398 index_test.go:137: sql insert into test_index values (2360, 3046052644959465421, 0.682426, '9cTGne2Wsv') index_test.go:140: sql delete from test_index where c = 1673 index_test.go:137: sql insert into test_index values (2361, 1323332599487440757, 0.026233, 'tiVEj2OmMd') index_test.go:143: sql update test_index set c1 = 7711025725384178799, c2 = 0.355795, c3 = 'USt4ROPuhl' where c = 2257 index_test.go:137: sql insert into test_index values (2363, 2873890102431467576, 0.653517, 'g0xQgRRWb0') index_test.go:140: sql delete from test_index where c = 234 index_test.go:140: sql delete from test_index where c = 2113 index_test.go:137: sql insert into test_index values (2365, 8512749594216101727, 0.700072, 'MarSJMEKcB') index_test.go:137: sql insert into test_index values (2364, 7669499456592185037, 0.828298, 'Hsp2Nxq5jQ') index_test.go:143: sql update test_index set c1 = 6449602476855631174, c2 = 0.093748, c3 = 'IymaplFR7o' where c = 1847 index_test.go:137: sql insert into test_index values (2362, 5674471481222324874, 0.863101, 'kTP1Z7WqBh') index_test.go:140: sql delete from test_index where c = 241 index_test.go:140: sql delete from test_index where c = 322 index_test.go:143: sql update test_index set c1 = 6257486492835819973, c2 = 0.314737, c3 = '8GUThQjBr0' where c = 612 index_test.go:137: sql insert into test_index values (2366, 2629963368199352117, 0.523046, 'HAdCaC9rIq') index_test.go:140: sql delete from test_index where c = 1318 index_test.go:140: sql delete from test_index where c = 9 index_test.go:137: sql insert into test_index values (2367, 7574536674740738066, 0.779209, 'jSZ4PIb2li') index_test.go:140: sql delete from test_index where c = 1908 index_test.go:143: sql update test_index set c1 = 5740538011081737161, c2 = 0.330426, c3 = 'sCyTcaxSh6' where c = 1966 index_test.go:143: sql update test_index set c1 = 7658538936852743988, c2 = 0.366380, c3 = 'hhr1tboJ7P' where c = 193 index_test.go:140: sql delete from test_index where c = 1119 index_test.go:137: sql insert into test_index values (2368, 4334553359223872973, 0.938398, 'UXuUSyydFs') index_test.go:143: sql update test_index set c1 = 3461944117918667438, c2 = 0.871141, c3 = 'xcsdTgJuvL' where c = 1505 index_test.go:143: sql update test_index set c1 = 4551789917457938328, c2 = 0.387894, c3 = 'Dh5s3mkcow' where c = 1841 index_test.go:143: sql update test_index set c1 = 417230548994279755, c2 = 0.723424, c3 = 'IhybQOZBDq' where c = 1573 index_test.go:140: sql delete from test_index where c = 1997 index_test.go:143: sql update test_index set c1 = 5281301968576161408, c2 = 0.413486, c3 = 'HGU5OFMfHU' where c = 1083 index_test.go:137: sql insert into test_index values (2369, 8621870386266823378, 0.706805, 'Mfd5qzKOaX') index_test.go:143: sql update test_index set c1 = 448337464266373029, c2 = 0.247123, c3 = 'X38DSbEHGu' where c = 560 index_test.go:137: sql insert into test_index values (2371, 2906724921582865441, 0.596561, 'ol1P6whxEj') index_test.go:137: sql insert into test_index values (2372, 7523384042502392318, 0.780989, 'n1ysJjXna8') index_test.go:140: sql delete from test_index where c = 460 index_test.go:143: sql update test_index set c1 = 617832393972694019, c2 = 0.956829, c3 = 'HZpabIcs72' where c = 1249 index_test.go:137: sql insert into test_index values (2373, 4567577037802797704, 0.724322, 'R3X10M2qm7') index_test.go:137: sql insert into test_index values (2374, 1521942752890549682, 0.390876, 'diVQRHbPPc') index_test.go:143: sql update test_index set c1 = 1445777338567916279, c2 = 0.261011, c3 = 'I026hwPJnt' where c = 1754 index_test.go:137: sql insert into test_index values (2370, 1969258796001001567, 0.430587, '9pzypSlNzo') index_test.go:143: sql update test_index set c1 = 21435647732082143, c2 = 0.779571, c3 = '6dDaID3jJR' where c = 790 index_test.go:140: sql delete from test_index where c = 1283 index_test.go:140: sql delete from test_index where c = 576 index_test.go:140: sql delete from test_index where c = 1614 index_test.go:137: sql insert into test_index values (2376, 7781406896123411124, 0.223214, 'CoDY2Qd3Af') index_test.go:137: sql insert into test_index values (2375, 5430580867267839416, 0.377279, 'ITL7qxegjf') index_test.go:140: sql delete from test_index where c = 330 index_test.go:137: sql insert into test_index values (2377, 390465692684555959, 0.646816, 'QIKHae734x') index_test.go:140: sql delete from test_index where c = 1753 index_test.go:137: sql insert into test_index values (2378, 4094401520371250431, 0.072692, 'deyHEnkf6i') index_test.go:140: sql delete from test_index where c = 1094 index_test.go:143: sql update test_index set c1 = 6322206928202869611, c2 = 0.062778, c3 = 'Dlpc3lFM7y' where c = 319 index_test.go:143: sql update test_index set c1 = 3987671441679599308, c2 = 0.457926, c3 = 'zEjsglaH1V' where c = 1768 index_test.go:143: sql update test_index set c1 = 6035748124036997026, c2 = 0.702970, c3 = 'ygyVgGouoh' where c = 1211 index_test.go:140: sql delete from test_index where c = 1929 index_test.go:143: sql update test_index set c1 = 3677429354606517459, c2 = 0.757323, c3 = '6XkM1FWKGT' where c = 1916 index_test.go:143: sql update test_index set c1 = 3344456789751482281, c2 = 0.596600, c3 = 'AsJL9NFN2f' where c = 2334 index_test.go:143: sql update test_index set c1 = 2644693391390603691, c2 = 0.672064, c3 = 'tSYL7stUEp' where c = 102 index_test.go:143: sql update test_index set c1 = 4271709462705525311, c2 = 0.391489, c3 = '7CH6dwnrJA' where c = 2037 index_test.go:140: sql delete from test_index where c = 1527 index_test.go:140: sql delete from test_index where c = 1249 index_test.go:137: sql insert into test_index values (2379, 4805689187956910016, 0.090114, 'BXNpQ6823n') index_test.go:140: sql delete from test_index where c = 1500 [2024/05/06 21:35:06.695 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7487-7487' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 78 [2024/05/06 21:35:06.697 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4747-4747' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5845930940126486405, c2 = 0.554602, c3 = 'iuHrHCVhrU' where c = 582 index_test.go:137: sql insert into test_index values (2381, 2607073718433061013, 0.829045, 'nnM1zLgdSx') [2024/05/06 21:35:06.697 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9576-9576' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2383, 4160960169483316243, 0.901537, 'MRH3uTBoCq') index_test.go:137: sql insert into test_index values (2382, 8121716958224169887, 0.536199, 'rWuN38Rb5j') [2024/05/06 21:35:06.697 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1070-1070' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2380, 763552418812397679, 0.713449, 'jWz2IXImoc') index_test.go:137: sql insert into test_index values (2385, 3770506474638577946, 0.436198, 'H8kFNyFMAf') [2024/05/06 21:35:06.697 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9738-9738' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2384, 3271733242567582100, 0.170912, '71CJMKlLUZ') [2024/05/06 21:35:06.698 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7896-7896' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 130 [2024/05/06 21:35:06.698 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9637-9637' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6308487526220222082, c2 = 0.817699, c3 = 'g34vjf84jD' where c = 1909 index_test.go:143: sql update test_index set c1 = 9133789319773123961, c2 = 0.715413, c3 = 'A7I4beQ3yo' where c = 1063 [2024/05/06 21:35:06.698 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7267-7267' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2386, 7148843973316937319, 0.204943, 'uSTovUDlbK') [2024/05/06 21:35:06.698 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1295-1295' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1089786272191893697, c2 = 0.675191, c3 = 'wTg1bQNU7s' where c = 1568 index_test.go:140: sql delete from test_index where c = 297 index_test.go:140: sql delete from test_index where c = 902 [2024/05/06 21:35:06.698 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '668-668' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7400073439102716257, c2 = 0.320148, c3 = 'sVYHicXbBn' where c = 2213 index_test.go:140: sql delete from test_index where c = 1002 [2024/05/06 21:35:06.699 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6905-6905' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2387, 3018155630855561232, 0.257392, 'om4xc8B6xT') index_test.go:143: sql update test_index set c1 = 6373127952801902006, c2 = 0.017158, c3 = 'iSae5RqyQt' where c = 644 [2024/05/06 21:35:06.699 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7647-7647' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 886 index_test.go:137: sql insert into test_index values (2388, 1268140906905589318, 0.364140, 'X6ffWIVyM1') [2024/05/06 21:35:06.701 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7020-7020' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6922143535843162397, c2 = 0.669552, c3 = 'px9Mv7pAyz' where c = 596 index_test.go:140: sql delete from test_index where c = 1162 index_test.go:140: sql delete from test_index where c = 355 [2024/05/06 21:35:06.702 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6796-6796' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4108164679580177551, c2 = 0.859865, c3 = 'IcjX5iFwZa' where c = 162 index_test.go:137: sql insert into test_index values (2389, 4382902438191546733, 0.917695, 'OPX5K2Bu9z') [2024/05/06 21:35:06.702 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '785-785' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 2016 index_test.go:143: sql update test_index set c1 = 7106247615972337806, c2 = 0.652707, c3 = 'DhS7cebPgq' where c = 442 [2024/05/06 21:35:06.703 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3365-3365' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2391, 702522797651899399, 0.883775, 'pVDRwtshqP') [2024/05/06 21:35:06.703 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7612-7612' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2390, 348815467833373563, 0.702522, 'YzexJl2J0t') index_test.go:140: sql delete from test_index where c = 798 [2024/05/06 21:35:06.703 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2163-2163' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8692609968255821901, c2 = 0.753775, c3 = 'JGHhkXyt9u' where c = 2360 index_test.go:137: sql insert into test_index values (2393, 5917203780968980288, 0.978978, 'O18C2d3peG') [2024/05/06 21:35:06.703 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '445-445' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1327 index_test.go:137: sql insert into test_index values (2392, 349028585461700683, 0.650626, 'ihjXQ41XTN') [2024/05/06 21:35:06.704 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7538-7538' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5939797791392293666, c2 = 0.712615, c3 = 'cookkwOWjc' where c = 792 [2024/05/06 21:35:06.704 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4759-4759' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1115894380668060678, c2 = 0.781784, c3 = 'kkAw1uftA0' where c = 129 index_test.go:140: sql delete from test_index where c = 40 [2024/05/06 21:35:06.704 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5955-5955' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1630126805933145639, c2 = 0.318155, c3 = '6f4rDhLH3B' where c = 2204 index_test.go:143: sql update test_index set c1 = 396594548934421673, c2 = 0.294333, c3 = 'ypK4BNh1rF' where c = 997 [2024/05/06 21:35:06.707 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6972-6972' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2394, 3920621896701560665, 0.077345, 'EsSUstGQMI') index_test.go:143: sql update test_index set c1 = 3307732482029951628, c2 = 0.869718, c3 = 'CEQ67GzmSU' where c = 873 [2024/05/06 21:35:06.707 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8592-8592' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2395, 1396919526619331756, 0.613690, 'mASlLrLni4') index_test.go:140: sql delete from test_index where c = 818 index_test.go:140: sql delete from test_index where c = 2046 [2024/05/06 21:35:06.707 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6554-6554' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 3 index_test.go:140: sql delete from test_index where c = 867 [2024/05/06 21:35:06.707 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5274-5274' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3569287237892979197, c2 = 0.150808, c3 = 'nK6kp1rGoK' where c = 1511 index_test.go:143: sql update test_index set c1 = 3597506626649295203, c2 = 0.403646, c3 = '0qshR6iWE0' where c = 1097 [2024/05/06 21:35:06.708 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4467-4467' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2396, 8622865398894302122, 0.615682, 'M91O3ACrZy') index_test.go:137: sql insert into test_index values (2397, 7233964192383732441, 0.175837, 'nOxGAQX3K2') [2024/05/06 21:35:06.708 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1112-1112' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1227 index_test.go:140: sql delete from test_index where c = 1347 index_test.go:140: sql delete from test_index where c = 1528 [2024/05/06 21:35:06.709 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7581-7581' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2898722450633259053, c2 = 0.760189, c3 = 'dXav7gYrBD' where c = 328 index_test.go:143: sql update test_index set c1 = 4568005628038022643, c2 = 0.620443, c3 = 'jA0zk85Bzo' where c = 629 [2024/05/06 21:35:06.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6420-6420' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4447325410519506626, c2 = 0.961093, c3 = 'SsNc7NGEpn' where c = 1299 index_test.go:137: sql insert into test_index values (2398, 1708117611051304138, 0.840852, '9FyJbnArVn') [2024/05/06 21:35:06.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6806-6806' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7534876824300613245, c2 = 0.507547, c3 = 'fpeA3NlzSP' where c = 2296 index_test.go:140: sql delete from test_index where c = 1450 [2024/05/06 21:35:06.711 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '771-771' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4206865787508869168, c2 = 0.285470, c3 = 'VDYsGm70vH' where c = 822 index_test.go:137: sql insert into test_index values (2399, 1586074458675880609, 0.236352, 'L8Pj9JeDND') [2024/05/06 21:35:06.711 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9361-9361' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7533058021316633412, c2 = 0.496621, c3 = '9PvWAIZcwF' where c = 957 [2024/05/06 21:35:06.711 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3094-3094' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2400, 850302632563579696, 0.525712, 'lWixvhpDhI') index_test.go:140: sql delete from test_index where c = 2268 [2024/05/06 21:35:06.712 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5298-5298' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 377378352956813048, c2 = 0.825147, c3 = 'SlWfnP4Csm' where c = 456 index_test.go:140: sql delete from test_index where c = 2175 [2024/05/06 21:35:06.712 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8262-8262' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6575547359557033736, c2 = 0.011855, c3 = '9TT0FR8yw3' where c = 992 index_test.go:137: sql insert into test_index values (2402, 6487703203677479853, 0.412225, '8UVruokQqF') [2024/05/06 21:35:06.712 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6225-6225' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2403, 6364891326457961307, 0.966089, 'u1FjrqZYBP') index_test.go:137: sql insert into test_index values (2406, 4727134864400740539, 0.354482, 'CQmQtXRyUh') [2024/05/06 21:35:06.712 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9607-9607' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2405, 2564715972245903642, 0.428351, 'oRdasDyLrS') [2024/05/06 21:35:06.713 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '458-458' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2404, 8609247672201484124, 0.172340, '8ZDdCE4eVi') index_test.go:137: sql insert into test_index values (2401, 6889271854177383851, 0.775716, 'OEcPFU988h') [2024/05/06 21:35:06.713 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9650-9650' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2409, 3025780587082415993, 0.663186, 'n6sPWO4DJA') index_test.go:140: sql delete from test_index where c = 596 [2024/05/06 21:35:06.714 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '750-750' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2410, 5995948974913374185, 0.114439, 'qQicYaZAP7') index_test.go:140: sql delete from test_index where c = 1229 [2024/05/06 21:35:06.714 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1775-1775' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2408, 7576623046521726899, 0.710567, 'DkGcT9Epfu') index_test.go:137: sql insert into test_index values (2407, 6611162495017436824, 0.773100, 'u8cZmNC6Oe') [2024/05/06 21:35:06.714 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '326-326' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 513 index_test.go:140: sql delete from test_index where c = 306 [2024/05/06 21:35:06.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5351-5351' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7152928273122980416, c2 = 0.266269, c3 = 'tsvD8wPzAx' where c = 1365 index_test.go:140: sql delete from test_index where c = 2043 [2024/05/06 21:35:06.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4335-4335' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1787412796716202401, c2 = 0.397497, c3 = 'fihnDF4UpW' where c = 548 index_test.go:140: sql delete from test_index where c = 2145 [2024/05/06 21:35:06.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '354-354' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6389313843071757296, c2 = 0.820068, c3 = 'YX3694FmQg' where c = 1459 index_test.go:140: sql delete from test_index where c = 404 [2024/05/06 21:35:06.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1303-1303' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1446872306725246002, c2 = 0.548247, c3 = 'yJGCVzXkhi' where c = 1451 index_test.go:140: sql delete from test_index where c = 995 index_test.go:140: sql delete from test_index where c = 1958 [2024/05/06 21:35:06.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5282-5282' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1810 index_test.go:137: sql insert into test_index values (2411, 2863121159569740465, 0.072006, 'l3mUyApZGj') [2024/05/06 21:35:06.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3280-3280' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3166569139242521123, c2 = 0.600960, c3 = '68yuz6QlTQ' where c = 1470 [2024/05/06 21:35:06.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8427-8427' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5704443743071851402, c2 = 0.572238, c3 = 'fvhVmRC0jM' where c = 1912 index_test.go:137: sql insert into test_index values (2412, 8429228251034349412, 0.350232, 'SjoTA9Ywrj') [2024/05/06 21:35:06.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5999-5999' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4016132239385850785, c2 = 0.664011, c3 = '4g5xtw3p1T' where c = 448 index_test.go:143: sql update test_index set c1 = 4418235119565223678, c2 = 0.775168, c3 = 'Hb2WtqALsS' where c = 1020 [2024/05/06 21:35:06.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5505-5505' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5541988161138551212, c2 = 0.705671, c3 = '1pKjzzT2fS' where c = 1640 [2024/05/06 21:35:06.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4558-4558' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7790104486359052689, c2 = 0.802095, c3 = 'CahIqPFmf6' where c = 1642 index_test.go:137: sql insert into test_index values (2413, 931868025415409713, 0.045577, '73NuHuKNbh') [2024/05/06 21:35:06.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2730-2730' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2415, 7148643196983584109, 0.122138, '9wRkmDtIe9') index_test.go:140: sql delete from test_index where c = 2368 index_test.go:137: sql insert into test_index values (2417, 5739222435196769531, 0.834947, 'XMCiPC71bM') [2024/05/06 21:35:06.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5929-5929' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1005 index_test.go:137: sql insert into test_index values (2416, 6624141937127111463, 0.682305, 'tb4hGteJVz') [2024/05/06 21:35:06.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4714-4714' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2414, 7999694452617349357, 0.062742, 'XVycOeea67') index_test.go:140: sql delete from test_index where c = 2076 index_test.go:140: sql delete from test_index where c = 134 [2024/05/06 21:35:06.719 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9965-9965' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2420, 7702381113188190228, 0.326508, 'tqf69gK7bI') index_test.go:143: sql update test_index set c1 = 6922345819381625941, c2 = 0.297351, c3 = 'AbgWBMG3Ug' where c = 279 [2024/05/06 21:35:06.720 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2770-2770' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2418, 7661963759505163285, 0.872080, '6029EWosYK') index_test.go:140: sql delete from test_index where c = 120 index_test.go:140: sql delete from test_index where c = 2298 [2024/05/06 21:35:06.720 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4753-4753' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 922 index_test.go:137: sql insert into test_index values (2419, 7985982325998189570, 0.827855, 'l8GtOjaEYD') [2024/05/06 21:35:06.721 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7529-7529' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2390073151623679481, c2 = 0.504003, c3 = '0tsXLijdfE' where c = 128 index_test.go:143: sql update test_index set c1 = 9167531749723548822, c2 = 0.678716, c3 = 'bjWfLAuAyV' where c = 2111 [2024/05/06 21:35:06.721 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3601-3601' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4190932135340608068, c2 = 0.550608, c3 = 'LXoXEbxmmQ' where c = 646 [2024/05/06 21:35:06.721 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1111-1111' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2619960405078092012, c2 = 0.307526, c3 = '5RaWOkmfv4' where c = 984 index_test.go:140: sql delete from test_index where c = 2131 index_test.go:140: sql delete from test_index where c = 403 [2024/05/06 21:35:06.722 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4323-4323' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2421, 2888522012604983078, 0.826483, 'iV3rG8RlDT') index_test.go:143: sql update test_index set c1 = 1727379588603715154, c2 = 0.142899, c3 = 'FcZEI3m7NX' where c = 283 [2024/05/06 21:35:06.722 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9661-9661' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 938 index_test.go:143: sql update test_index set c1 = 2019665238181728751, c2 = 0.696444, c3 = 'ldOCxZysZ7' where c = 1961 [2024/05/06 21:35:06.722 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5494-5494' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1452 index_test.go:143: sql update test_index set c1 = 1323217066517896661, c2 = 0.481225, c3 = 'GB7CKlbMxk' where c = 2199 [2024/05/06 21:35:06.722 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4767-4767' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2424, 3927586777444276294, 0.721381, 'FEd6O7d3qG') index_test.go:137: sql insert into test_index values (2425, 3252993160967936082, 0.059182, 'ieWDJSSaHi') [2024/05/06 21:35:06.723 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '633-633' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 67208434674045050, c2 = 0.272656, c3 = 'uNKbOBe65T' where c = 365 index_test.go:137: sql insert into test_index values (2422, 6282257171768380531, 0.561071, '2JSJcCxak0') [2024/05/06 21:35:06.723 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7655-7655' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2423, 2584523514090333108, 0.531749, 'tov9h1BQLB') [2024/05/06 21:35:06.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5665-5665' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2066979417793089916, c2 = 0.100385, c3 = '2IHH0A2tcb' where c = 442 index_test.go:140: sql delete from test_index where c = 1319 index_test.go:140: sql delete from test_index where c = 985 [2024/05/06 21:35:06.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2010-2010' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2427, 2967685161206678447, 0.084341, 'dj7hnBQkH0') index_test.go:143: sql update test_index set c1 = 8132966882026764270, c2 = 0.464081, c3 = 'm0SpZDKkfS' where c = 935 [2024/05/06 21:35:06.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2073-2073' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2426, 8459807685342111452, 0.534868, 'iWdT92Yasd') index_test.go:140: sql delete from test_index where c = 457 [2024/05/06 21:35:06.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6139-6139' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6057197408615929136, c2 = 0.758702, c3 = 'uhjI1PIZKK' where c = 361 index_test.go:137: sql insert into test_index values (2428, 6417063328680343418, 0.504687, 'tXtPUEWc0H') [2024/05/06 21:35:06.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4841-4841' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1607 index_test.go:137: sql insert into test_index values (2430, 3684020858910234827, 0.389059, 'yJ5TCGmBEQ') [2024/05/06 21:35:06.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1413-1413' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1573 index_test.go:140: sql delete from test_index where c = 383 [2024/05/06 21:35:06.725 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7207-7207' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6704088198736484344, c2 = 0.869169, c3 = 'k667ibQUMg' where c = 509 index_test.go:137: sql insert into test_index values (2429, 2889585772198481365, 0.231410, 'RAcDTDbR02') [2024/05/06 21:35:06.725 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5761-5761' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3585378786940232089, c2 = 0.413262, c3 = 't71ofJ7dym' where c = 828 index_test.go:143: sql update test_index set c1 = 7741472319575501714, c2 = 0.587661, c3 = 'U8ZRqfYVjw' where c = 1982 [2024/05/06 21:35:06.725 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2146-2146' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6492479616256913906, c2 = 0.664257, c3 = 'sbDlqUnSjK' where c = 1075 [2024/05/06 21:35:06.725 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3490-3490' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2432, 268524671907250063, 0.888401, 'bkM81jmOeg') index_test.go:140: sql delete from test_index where c = 4 [2024/05/06 21:35:06.726 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2104-2104' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2431, 4724866577403326866, 0.097982, 'E0tviCKXga') index_test.go:137: sql insert into test_index values (2433, 6912556778379871351, 0.981502, 'cHwmvtEUh7') [2024/05/06 21:35:06.726 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7964-7964' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2821871880184749728, c2 = 0.182124, c3 = 'D2lSAJ2e16' where c = 1710 [2024/05/06 21:35:06.726 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6520-6520' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2434, 7977800246722426429, 0.862442, 'OVqUXbmxXU') index_test.go:137: sql insert into test_index values (2435, 2732742740827981469, 0.469590, 'gMJfcXzGzi') [2024/05/06 21:35:06.726 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4654-4654' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1841 index_test.go:140: sql delete from test_index where c = 997 index_test.go:140: sql delete from test_index where c = 1448 [2024/05/06 21:35:06.727 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5260-5260' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2436, 2902005334098433191, 0.653983, 'toYijkCdM5') index_test.go:140: sql delete from test_index where c = 500 index_test.go:140: sql delete from test_index where c = 1126 [2024/05/06 21:35:06.727 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8427-8427' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1623062498617808366, c2 = 0.814694, c3 = '9IxGv3dyTH' where c = 1865 index_test.go:143: sql update test_index set c1 = 7666504527017825820, c2 = 0.142498, c3 = 'UE3epDAZ71' where c = 86 [2024/05/06 21:35:06.728 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3414-3414' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4229811724188783357, c2 = 0.149056, c3 = 'CVdtOlDTAv' where c = 2034 index_test.go:140: sql delete from test_index where c = 1598 index_test.go:140: sql delete from test_index where c = 2129 [2024/05/06 21:35:06.728 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2974-2974' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2437, 9007036256344859805, 0.334532, '07GT6EGDFk') index_test.go:140: sql delete from test_index where c = 817 [2024/05/06 21:35:06.728 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3085-3085' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8504468091508974987, c2 = 0.333889, c3 = 'cI4qRw1utp' where c = 365 index_test.go:143: sql update test_index set c1 = 6780609255951712574, c2 = 0.427220, c3 = 'OJw0j6fCJx' where c = 1312 [2024/05/06 21:35:06.728 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8749-8749' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2438, 1847408984120721543, 0.162788, 'VyWYWBxlr5') [2024/05/06 21:35:06.728 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3274-3274' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 62858913166346601, c2 = 0.340000, c3 = 'tQHgOmdz8X' where c = 2193 index_test.go:137: sql insert into test_index values (2439, 2737789476216311551, 0.540983, 'gWqjwgdAg7') [2024/05/06 21:35:06.728 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2901-2901' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4780553645471934161, c2 = 0.695020, c3 = '0xqEFyq8oh' where c = 555 [2024/05/06 21:35:06.729 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3226-3226' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 9211170020880330961, c2 = 0.412740, c3 = 'tjr0gQ6Nna' where c = 2017 index_test.go:140: sql delete from test_index where c = 1578 [2024/05/06 21:35:06.729 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4379-4379' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4168170900861717922, c2 = 0.066526, c3 = '6jiGQkoZrK' where c = 2033 index_test.go:137: sql insert into test_index values (2441, 7016373049694310717, 0.747465, 'ehKh8OjOWF') [2024/05/06 21:35:06.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6429-6429' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2440, 4299536260700487764, 0.149214, 'RpzmJUdcIz') index_test.go:137: sql insert into test_index values (2443, 2602985762529416514, 0.399759, 'wg25zRnQiO') [2024/05/06 21:35:06.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8239-8239' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 2347 index_test.go:137: sql insert into test_index values (2445, 6685450096197007125, 0.357676, 'Dz3JaJhIKx') [2024/05/06 21:35:06.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6489-6489' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2442, 1397458636463215986, 0.173263, 'eorWGG4rSg') index_test.go:140: sql delete from test_index where c = 1174 [2024/05/06 21:35:06.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9080-9080' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2444, 1331583269033370760, 0.098428, 'fb5tniVVMm') index_test.go:140: sql delete from test_index where c = 710 [2024/05/06 21:35:06.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5007-5007' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2446, 799612640624506656, 0.580799, 'CZ99cNIpGY') index_test.go:140: sql delete from test_index where c = 1805 index_test.go:140: sql delete from test_index where c = 30 [2024/05/06 21:35:06.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3143-3143' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 2165 index_test.go:140: sql delete from test_index where c = 1838 [2024/05/06 21:35:06.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6905-6905' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2388356326074446283, c2 = 0.779846, c3 = 'hC5RQX0nmy' where c = 1282 index_test.go:143: sql update test_index set c1 = 1836963389949696190, c2 = 0.790961, c3 = 'IXwWoVuiKZ' where c = 1591 [2024/05/06 21:35:06.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1260-1260' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4245843320133354311, c2 = 0.712008, c3 = 'oC3FdzZTlB' where c = 952 [2024/05/06 21:35:06.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5349-5349' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7044777916659392181, c2 = 0.177518, c3 = 'ZTKbBXXXsZ' where c = 1831 index_test.go:143: sql update test_index set c1 = 3817019792579683767, c2 = 0.626127, c3 = 'K2nQ1HayIi' where c = 1686 [2024/05/06 21:35:06.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7482-7482' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 774 index_test.go:140: sql delete from test_index where c = 1379 [2024/05/06 21:35:06.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2783-2783' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2517867590242861775, c2 = 0.845447, c3 = 'siBdra3vCq' where c = 247 [2024/05/06 21:35:06.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4423-4423' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2447, 2457561467605487960, 0.387737, 'btOMdzNGdG') index_test.go:143: sql update test_index set c1 = 6569415464576000765, c2 = 0.783855, c3 = 'Vy3cBOfmLj' where c = 554 [2024/05/06 21:35:06.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2447-2447' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2381497724085624751, c2 = 0.089627, c3 = 'KaaMLnTsAw' where c = 2096 [2024/05/06 21:35:06.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9092-9092' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8636447525474509163, c2 = 0.128888, c3 = 'lkBpNGbore' where c = 946 index_test.go:137: sql insert into test_index values (2448, 7240747402729435843, 0.705712, 'Tg9E1u8iFH') [2024/05/06 21:35:06.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5438-5438' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2451, 573124594678356932, 0.332685, 'gfi1PaSygb') index_test.go:137: sql insert into test_index values (2450, 943996566578831830, 0.303353, 'Q976Cd4XVH') [2024/05/06 21:35:06.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3580-3580' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5030252605886260526, c2 = 0.793057, c3 = 'vOpHjUNFYH' where c = 1740 index_test.go:137: sql insert into test_index values (2449, 1625185825722373055, 0.328567, '7If32ENdzz') [2024/05/06 21:35:06.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1667-1667' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2452, 6839703861204242074, 0.428873, '3InR7QWD50') index_test.go:137: sql insert into test_index values (2455, 1366580015126869027, 0.161997, 'bE3OiTi2C2') [2024/05/06 21:35:06.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2288-2288' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2453, 5864172594778347150, 0.404376, 'Un6fGroWzn') index_test.go:140: sql delete from test_index where c = 1741 index_test.go:140: sql delete from test_index where c = 1771 [2024/05/06 21:35:06.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '933-933' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2456, 2853802194200086425, 0.501000, '0Zm2REi8zn') index_test.go:140: sql delete from test_index where c = 2051 [2024/05/06 21:35:06.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4272-4272' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4599341839687054094, c2 = 0.704569, c3 = 'VH6huUscaz' where c = 804 index_test.go:137: sql insert into test_index values (2454, 6553595041298923170, 0.792536, 'dvC3ROg40E') [2024/05/06 21:35:06.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4284-4284' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2344505963882059242, c2 = 0.712152, c3 = 'bzSOXzScLC' where c = 334 index_test.go:140: sql delete from test_index where c = 1569 index_test.go:140: sql delete from test_index where c = 2139 [2024/05/06 21:35:06.735 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2645-2645' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 773 index_test.go:140: sql delete from test_index where c = 2106 index_test.go:140: sql delete from test_index where c = 1703 [2024/05/06 21:35:06.735 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2495-2495' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1584 [2024/05/06 21:35:06.735 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4795-4795' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5927756843133256218, c2 = 0.604308, c3 = 'g9YRuo6pyQ' where c = 168 index_test.go:143: sql update test_index set c1 = 915185422809816387, c2 = 0.043361, c3 = 'p8FJpeQQhL' where c = 1992 [2024/05/06 21:35:06.735 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5664-5664' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1023138553774528709, c2 = 0.354672, c3 = 'hcY62RUR0l' where c = 282 index_test.go:140: sql delete from test_index where c = 1971 [2024/05/06 21:35:06.736 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9223-9223' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2458, 1630005818056590592, 0.899511, 'JnQ7JE0uQt') index_test.go:137: sql insert into test_index values (2457, 6613389314181858236, 0.184018, 'v55QerQPFE') [2024/05/06 21:35:06.736 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7291-7291' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2306203339078591850, c2 = 0.877583, c3 = 'WGGzSBAvVY' where c = 1197 [2024/05/06 21:35:06.736 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4968-4968' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1763834104602382320, c2 = 0.737885, c3 = 'B2kPbLN8u7' where c = 1177 index_test.go:140: sql delete from test_index where c = 1092 [2024/05/06 21:35:06.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2806-2806' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6670613983992362977, c2 = 0.677281, c3 = 'IUzB2ksFnB' where c = 580 index_test.go:137: sql insert into test_index values (2459, 963261600886305165, 0.895973, '4JhaG1KGxE') [2024/05/06 21:35:06.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3989-3989' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2460, 2867852566238987221, 0.771921, 'O1iWJWaA12') index_test.go:143: sql update test_index set c1 = 6886207076470978643, c2 = 0.321632, c3 = 'Fpx7Zl17Yn' where c = 1747 [2024/05/06 21:35:06.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2999-2999' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3340336232132007953, c2 = 0.933981, c3 = 'UsgGcy37m4' where c = 1122 index_test.go:137: sql insert into test_index values (2461, 7886124250409635577, 0.630401, 'epKI5wkT9U') [2024/05/06 21:35:06.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1284-1284' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4161417642960093792, c2 = 0.984335, c3 = 'Vp9mcqpJ4J' where c = 1860 [2024/05/06 21:35:06.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7087-7087' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2462, 5061465233833963796, 0.079357, 'eiCmwcTIL3') [2024/05/06 21:35:06.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9101-9101' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2463, 535666278458098302, 0.141181, 'OMiNhiw6UW') index_test.go:137: sql insert into test_index values (2464, 7223891857381695557, 0.771478, 'VQ3XB9vQUo') [2024/05/06 21:35:06.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2247-2247' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 417 index_test.go:140: sql delete from test_index where c = 2256 index_test.go:140: sql delete from test_index where c = 1666 [2024/05/06 21:35:06.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6003-6003' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 2117 index_test.go:140: sql delete from test_index where c = 11 [2024/05/06 21:35:06.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6823-6823' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2467, 1068812916347895909, 0.859643, 'ciszumin4U') index_test.go:140: sql delete from test_index where c = 1813 [2024/05/06 21:35:06.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5070-5070' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2465, 7929634584546868343, 0.137637, 'KuHDmc3hVx') index_test.go:137: sql insert into test_index values (2466, 3086704132978128395, 0.602742, 'kSZaWOaE32') [2024/05/06 21:35:06.739 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9696-9696' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1675 index_test.go:143: sql update test_index set c1 = 3360420303740519421, c2 = 0.417974, c3 = '0ni9RsSdVP' where c = 22 [2024/05/06 21:35:06.739 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5411-5411' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7190170348743457756, c2 = 0.489234, c3 = 'RQY5xXpCPk' where c = 1978 [2024/05/06 21:35:06.739 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4651-4651' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7606405293076314923, c2 = 0.564187, c3 = 'OsYgvpyYWq' where c = 525 index_test.go:140: sql delete from test_index where c = 755 [2024/05/06 21:35:06.740 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9048-9048' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8056290793104169293, c2 = 0.329056, c3 = 'zJxntNAZtM' where c = 108 index_test.go:143: sql update test_index set c1 = 3464375147530743356, c2 = 0.541145, c3 = 'JktocXnWn8' where c = 214 [2024/05/06 21:35:06.740 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9295-9295' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3749162722937872591, c2 = 0.781827, c3 = 'Fbr24LeLr0' where c = 2315 [2024/05/06 21:35:06.740 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3195-3195' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1866579899034979406, c2 = 0.898140, c3 = 'ULeHcAReYY' where c = 1550 index_test.go:143: sql update test_index set c1 = 6912541033350162272, c2 = 0.363507, c3 = 'ENUChzTdUC' where c = 158 [2024/05/06 21:35:06.741 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '435-435' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 647 index_test.go:140: sql delete from test_index where c = 619 [2024/05/06 21:35:06.741 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4738-4738' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2468, 2177159792805081479, 0.087925, 'JjjEw0aLZR') index_test.go:137: sql insert into test_index values (2469, 7612117056073278642, 0.959942, 'vhdbCnVrfC') [2024/05/06 21:35:06.741 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2942-2942' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 2298 index_test.go:137: sql insert into test_index values (2470, 8481667167834454271, 0.547755, 'BjM2w21Ct9') [2024/05/06 21:35:06.741 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6720-6720' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2473, 8522952091749154666, 0.765958, 'YLCGjsIKPp') index_test.go:137: sql insert into test_index values (2474, 217745307429222886, 0.452363, 'QFbxjWyvyO') [2024/05/06 21:35:06.742 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3270-3270' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2475, 4840223681731161823, 0.200351, 'ZhowHXQcan') index_test.go:140: sql delete from test_index where c = 774 [2024/05/06 21:35:06.742 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3276-3276' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2471, 1395281880865959614, 0.581318, 'uNGwFhnpHQ') index_test.go:143: sql update test_index set c1 = 5068995910035849713, c2 = 0.106417, c3 = 'JBY04n4eF7' where c = 1697 [2024/05/06 21:35:06.742 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6800-6800' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5007326341649729065, c2 = 0.720571, c3 = 'P1ajOYV5Z6' where c = 1370 [2024/05/06 21:35:06.743 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1334-1334' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4764296207817657922, c2 = 0.221466, c3 = 'XNuvWzyBTZ' where c = 892 index_test.go:140: sql delete from test_index where c = 1540 index_test.go:140: sql delete from test_index where c = 980 [2024/05/06 21:35:06.743 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9055-9055' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2472, 2616255751411852888, 0.359867, 'RBAW3RwxRA') index_test.go:140: sql delete from test_index where c = 234 index_test.go:140: sql delete from test_index where c = 1645 index_test.go:140: sql delete from test_index where c = 736 [2024/05/06 21:35:06.743 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2082-2082' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2476, 669305130735725608, 0.480184, 'w9Y0GUqLjP') index_test.go:137: sql insert into test_index values (2477, 5949994411138585145, 0.809068, 'CYv9VPzKMx') [2024/05/06 21:35:06.796 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6029-6029' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5042793422179397710, c2 = 0.784444, c3 = 'DZQHIhOebS' where c = 1226 [2024/05/06 21:35:06.797 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9936-9936' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8074697219824112216, c2 = 0.176368, c3 = 'BvIEAMRz6Z' where c = 2283 index_test.go:140: sql delete from test_index where c = 118 [2024/05/06 21:35:06.798 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '904-904' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2478, 5521660337496298092, 0.294265, 'ojlO6v6zUx') [2024/05/06 21:35:06.798 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1502-1502' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8069290807332304519, c2 = 0.010520, c3 = '437tDbOfo5' where c = 1041 index_test.go:143: sql update test_index set c1 = 6796847471262071275, c2 = 0.016543, c3 = 'q4jLzl9s0X' where c = 615 [2024/05/06 21:35:06.800 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1847-1847' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3401691483540613529, c2 = 0.700820, c3 = 'OfMHDcI1pk' where c = 626 [2024/05/06 21:35:06.800 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6609-6609' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6850384701948078199, c2 = 0.536994, c3 = 'Z29gpng2iu' where c = 1992 index_test.go:137: sql insert into test_index values (2479, 2994472387588811171, 0.857209, '55l47xN1Je') [2024/05/06 21:35:06.800 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '114-114' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2480, 2985669479215506454, 0.898990, 'yztod72r3j') index_test.go:140: sql delete from test_index where c = 835 index_test.go:140: sql delete from test_index where c = 1136 [2024/05/06 21:35:06.801 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3355-3355' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2483, 7464422948530136018, 0.766376, 'H0u8tfHBXS') index_test.go:137: sql insert into test_index values (2482, 7630345978926797852, 0.900072, 'pduOp9rKaW') [2024/05/06 21:35:06.801 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9168-9168' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2481, 6772936417013689032, 0.560758, 'XBRV5rGyaR') index_test.go:140: sql delete from test_index where c = 417 index_test.go:140: sql delete from test_index where c = 1426 [2024/05/06 21:35:06.801 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9037-9037' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1895074888632535718, c2 = 0.835036, c3 = 'BEW20fEzXD' where c = 1583 index_test.go:140: sql delete from test_index where c = 1050 index_test.go:140: sql delete from test_index where c = 1718 [2024/05/06 21:35:06.802 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5438-5438' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6061369861891420278, c2 = 0.444655, c3 = 'ggwUmrnPmN' where c = 1741 index_test.go:140: sql delete from test_index where c = 2216 [2024/05/06 21:35:06.802 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8178-8178' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4352945908181473259, c2 = 0.520174, c3 = 'WolqEmqQCq' where c = 1150 index_test.go:140: sql delete from test_index where c = 909 [2024/05/06 21:35:06.803 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5262-5262' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2484, 6087813077178339098, 0.110403, 'BEOc5jaaBv') index_test.go:143: sql update test_index set c1 = 8818011752984111178, c2 = 0.923691, c3 = 'r1KX4eXN3Y' where c = 41 [2024/05/06 21:35:06.803 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7892-7892' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 929 index_test.go:143: sql update test_index set c1 = 2540603244014890013, c2 = 0.739369, c3 = '0UTJ7NqTMS' where c = 768 [2024/05/06 21:35:06.803 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '933-933' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5837335598078067776, c2 = 0.980296, c3 = 'CnklphNZhU' where c = 1478 [2024/05/06 21:35:06.804 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3669-3669' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2486, 339099108777048393, 0.120180, 'b8NwKYQ2T4') index_test.go:143: sql update test_index set c1 = 4831850805444218458, c2 = 0.252240, c3 = '9AWODBkh1m' where c = 1446 [2024/05/06 21:35:06.804 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3566-3566' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2487, 1761007964202469605, 0.761744, 'n26LlhGwJC') index_test.go:137: sql insert into test_index values (2485, 8996845261677317339, 0.149547, 'EVELaJRs7g') [2024/05/06 21:35:06.805 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7248-7248' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7927285048143562998, c2 = 0.964802, c3 = 'o4gUuYv04I' where c = 988 index_test.go:140: sql delete from test_index where c = 1103 [2024/05/06 21:35:06.805 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1416-1416' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4775244254052982532, c2 = 0.819877, c3 = 'UhQydSyxvw' where c = 851 index_test.go:143: sql update test_index set c1 = 7728943857908730931, c2 = 0.657407, c3 = '4rzY9UjCwh' where c = 2380 [2024/05/06 21:35:06.805 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2022-2022' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2488, 247951444518926401, 0.642597, '2JmeU1XPeQ') index_test.go:137: sql insert into test_index values (2490, 44648303284103830, 0.051423, 'kifkMk16Z8') [2024/05/06 21:35:06.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7878-7878' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2491, 7469461459212943221, 0.105011, '8nNb1NCgQS') index_test.go:140: sql delete from test_index where c = 1781 index_test.go:140: sql delete from test_index where c = 783 [2024/05/06 21:35:06.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '925-925' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2492, 6286803284788582787, 0.452809, 'O67CClLaiT') [2024/05/06 21:35:06.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8920-8920' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2489, 544139857605666893, 0.675169, 'k7HF5huqud') index_test.go:140: sql delete from test_index where c = 1840 index_test.go:140: sql delete from test_index where c = 758 [2024/05/06 21:35:06.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7906-7906' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2493, 2948989237943439353, 0.864971, 'KUTyWnqj6P') [2024/05/06 21:35:06.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7131-7131' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8428011933171644979, c2 = 0.608124, c3 = 'D7VNpyAz3t' where c = 2419 index_test.go:140: sql delete from test_index where c = 1101 [2024/05/06 21:35:06.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8591-8591' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 16862904605294715, c2 = 0.373277, c3 = 'Q1AoG7wDzt' where c = 654 index_test.go:140: sql delete from test_index where c = 563 index_test.go:137: sql insert into test_index values (2494, 6932416481152890043, 0.201170, 'UENO13PaBP') [2024/05/06 21:35:06.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9232-9232' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8328175648171669502, c2 = 0.771835, c3 = '0F8qKwMmfL' where c = 151 [2024/05/06 21:35:06.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '446-446' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4315426764794841427, c2 = 0.940101, c3 = 'rcnZNt4Mjd' where c = 454 index_test.go:143: sql update test_index set c1 = 5326623644162215446, c2 = 0.361559, c3 = 'KCrJohQqJy' where c = 2411 [2024/05/06 21:35:06.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '626-626' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2495, 5950127584198447613, 0.491619, 'Pyr7i3Mmqc') [2024/05/06 21:35:06.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4569-4569' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7588240944729498871, c2 = 0.093478, c3 = 'CxW56THKYc' where c = 2429 index_test.go:140: sql delete from test_index where c = 185 index_test.go:140: sql delete from test_index where c = 1591 [2024/05/06 21:35:06.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8565-8565' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8878323581633064137, c2 = 0.868524, c3 = '3bsxBNO6dY' where c = 1404 index_test.go:137: sql insert into test_index values (2496, 6860215333135338833, 0.438244, 'fu3pvQZxCa') [2024/05/06 21:35:06.810 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7652-7652' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1610 index_test.go:143: sql update test_index set c1 = 9177294744366839417, c2 = 0.132686, c3 = 'mF9hdDeLuC' where c = 1407 [2024/05/06 21:35:06.810 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6845-6845' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2497, 4393842134700075398, 0.046278, 'GB5naZQNxv') [2024/05/06 21:35:06.810 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7798-7798' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6253844480194246174, c2 = 0.712810, c3 = 'EExCTDVUTS' where c = 758 [2024/05/06 21:35:06.810 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5146-5146' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4892046107720607132, c2 = 0.409275, c3 = 'KBYIZJD4Xu' where c = 759 index_test.go:137: sql insert into test_index values (2498, 3011277622131621659, 0.750636, 'qRMyiqix9K') [2024/05/06 21:35:06.810 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9824-9824' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1681 index_test.go:140: sql delete from test_index where c = 2095 [2024/05/06 21:35:06.810 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7884-7884' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2499, 37531733399181646, 0.545415, 'HJ6CL2tDDx') index_test.go:140: sql delete from test_index where c = 503 [2024/05/06 21:35:06.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9022-9022' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7821415610926749635, c2 = 0.682209, c3 = 'JlaaMSVjpM' where c = 46 index_test.go:140: sql delete from test_index where c = 1790 [2024/05/06 21:35:06.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8403-8403' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4457303942485317632, c2 = 0.817738, c3 = 'ryHoE1ghw5' where c = 1531 index_test.go:140: sql delete from test_index where c = 567 [2024/05/06 21:35:06.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5939-5939' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2746589570160984143, c2 = 0.802097, c3 = 'XVUJOZdaRW' where c = 914 index_test.go:137: sql insert into test_index values (2500, 7938390058750061875, 0.427000, '7jtKBNyAt2') [2024/05/06 21:35:06.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2301-2301' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8883552419948206947, c2 = 0.236159, c3 = 'WXfcW9AqcR' where c = 1966 index_test.go:143: sql update test_index set c1 = 8707198054296885213, c2 = 0.304805, c3 = 'PELI1Jhs1Z' where c = 2105 [2024/05/06 21:35:06.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2644-2644' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1755 index_test.go:143: sql update test_index set c1 = 8240722847121670408, c2 = 0.137745, c3 = 'V44k9Xh7iR' where c = 2410 [2024/05/06 21:35:06.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3992-3992' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6512-6512' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4641-4641' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4870-4870' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9099-9099' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1775-1775' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7567-7567' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '910-910' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '31-31' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5567-5567' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1273-1273' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4842-4842' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2561-2561' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5217-5217' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7054-7054' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2525-2525' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5828-5828' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6820-6820' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '468-468' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3282-3282' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3999-3999' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1441-1441' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6147-6147' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6841-6841' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5153-5153' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7306-7306' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3205-3205' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.819 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2881-2881' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.819 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2990-2990' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.819 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9706-9706' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2371-2371' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3071-3071' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1935-1935' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6442-6442' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.821 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8677-8677' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.822 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2761-2761' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.822 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5683-5683' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6796-6796' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3363-3363' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9015-9015' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5113-5113' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5890-5890' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6147-6147' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1104-1104' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8439-8439' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3605-3605' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9935-9935' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5418-5418' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9024-9024' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1982-1982' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1914-1914' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2904-2904' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1414-1414' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '14-14' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7270-7270' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9507-9507' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1508-1508' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8268-8268' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1493-1493' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5773-5773' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7492-7492' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8-8' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.833 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5528-5528' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.833 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5052-5052' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2089-2089' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7813-7813' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '126-126' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '994-994' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1077-1077' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8696-8696' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '495-495' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5191-5191' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8477-8477' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.838 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2429-2429' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.838 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5835-5835' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4612-4612' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9876-9876' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1585-1585' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8702-8702' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9589-9589' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2400-2400' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3325-3325' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8547-8547' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7393-7393' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5528-5528' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8720-8720' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6718-6718' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.841 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9359-9359' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.841 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '82-82' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.842 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '318-318' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.842 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5402-5402' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.895 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1590-1590' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.897 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5432-5432' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.898 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3660-3660' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.899 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8298-8298' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.900 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9045-9045' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.900 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4560-4560' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.901 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9612-9612' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.901 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3161-3161' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.902 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9910-9910' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.903 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6582-6582' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.903 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4252-4252' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.904 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8313-8313' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.904 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5288-5288' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.905 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5209-5209' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.905 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7273-7273' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.905 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7254-7254' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.905 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1874-1874' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.905 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3679-3679' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.906 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9911-9911' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.906 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3578-3578' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.906 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6035-6035' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.906 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9585-9585' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.906 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3882-3882' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.906 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4835-4835' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.907 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1931-1931' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.907 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6242-6242' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '71-71' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '980-980' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '785-785' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9810-9810' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3113-3113' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7909-7909' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3889-3889' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7082-7082' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '475-475' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9211-9211' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2559-2559' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5683-5683' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6291-6291' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9557-9557' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7-7' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1825-1825' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2783-2783' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9769-9769' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4069-4069' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4073-4073' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8964-8964' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6506-6506' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7896-7896' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4837-4837' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6894-6894' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2983-2983' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8552-8552' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8717-8717' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7278-7278' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2840-2840' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9806-9806' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4331-4331' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.917 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4007-4007' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.917 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5050-5050' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.917 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3586-3586' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2033-2033' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1746-1746' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6697-6697' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6887-6887' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.919 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6503-6503' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.919 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3950-3950' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.919 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7886-7886' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.919 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7727-7727' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.919 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '537-537' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9342-9342' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1697-1697' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7263-7263' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4093-4093' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9851-9851' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5000-5000' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8659-8659' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7226-7226' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5181-5181' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '52-52' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '277-277' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3331-3331' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6257-6257' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1668-1668' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3504-3504' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3347-3347' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3559-3559' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3509-3509' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4568-4568' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9436-9436' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7999-7999' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2713-2713' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9823-9823' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '904-904' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7808-7808' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1211-1211' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7722-7722' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1921-1921' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1200-1200' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '495-495' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3454-3454' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8309-8309' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6870-6870' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2059-2059' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1937-1937' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3737-3737' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8412-8412' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6222-6222' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5290-5290' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1222-1222' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1001-1001' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1469-1469' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6655-6655' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8523-8523' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1184-1184' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7373-7373' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1790-1790' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5934-5934' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5474-5474' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2825-2825' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4287-4287' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.929 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7604-7604' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.929 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4982-4982' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.929 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7209-7209' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3977-3977' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6715-6715' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7891-7891' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9706-9706' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8095-8095' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.931 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '412-412' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.931 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9282-9282' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.931 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7209-7209' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.931 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6049-6049' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.931 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1689-1689' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.932 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4097-4097' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.932 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4540-4540' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.932 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7022-7022' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.932 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5319-5319' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5201-5201' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9073-9073' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7021-7021' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2860-2860' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8802-8802' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7102-7102' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.934 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9642-9642' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7532-7532' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3925-3925' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '376-376' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9999-9999' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5795-5795' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '497-497' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7524-7524' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.936 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7702-7702' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.936 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7216-7216' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6638-6638' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8469-8469' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2969-2969' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4637-4637' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '618-618' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.938 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2188-2188' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.938 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4007-4007' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4915-4915' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3439-3439' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1234-1234' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8372-8372' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2154-2154' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3817-3817' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1985-1985' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9618-9618' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9470-9470' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1-1' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3021-3021' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.941 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8444-8444' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.941 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '924-924' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.941 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7356-7356' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.941 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1060-1060' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.941 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2525-2525' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2502, 6992503661115127882, 0.801189, 'jDQLvPKuIc') index_test.go:137: sql insert into test_index values (2501, 4088584302751168252, 0.094876, 'Ybsb6qwOcB') index_test.go:137: sql insert into test_index values (2506, 5633657039863511096, 0.689843, '8q6X1H0sP2') index_test.go:137: sql insert into test_index values (2505, 276576440709173093, 0.756545, 'Noj8dnAO1e') index_test.go:137: sql insert into test_index values (2503, 8221042119853908656, 0.521240, 'o1qPDNdONm') index_test.go:137: sql insert into test_index values (2504, 2041847417205507402, 0.508177, 'TWneY9db0z') index_test.go:137: sql insert into test_index values (2508, 148913729282596813, 0.332970, 'I5hi9tJMXq') index_test.go:137: sql insert into test_index values (2509, 1369097589549434103, 0.851219, 'A5zom3VrI2') index_test.go:137: sql insert into test_index values (2510, 57125295775685310, 0.602795, 'kug1jAv9Dq') index_test.go:137: sql insert into test_index values (2507, 2580301607438984098, 0.198310, 'ZXLIDJymc5') index_test.go:140: sql delete from test_index where c = 1493 index_test.go:140: sql delete from test_index where c = 1750 index_test.go:140: sql delete from test_index where c = 1318 index_test.go:143: sql update test_index set c1 = 1234675682934300356, c2 = 0.929251, c3 = 'hX4aIhqvOB' where c = 1244 index_test.go:140: sql delete from test_index where c = 78 index_test.go:143: sql update test_index set c1 = 8738566343783682164, c2 = 0.610817, c3 = 'jan2khVWHy' where c = 1005 index_test.go:140: sql delete from test_index where c = 1977 index_test.go:140: sql delete from test_index where c = 2462 index_test.go:140: sql delete from test_index where c = 1451 index_test.go:143: sql update test_index set c1 = 4071814691386598826, c2 = 0.836424, c3 = 'bhKyHNG4ct' where c = 1593 index_test.go:137: sql insert into test_index values (2511, 4665535107775269010, 0.813450, 'LCPvXME8zv') index_test.go:140: sql delete from test_index where c = 1469 index_test.go:140: sql delete from test_index where c = 1449 index_test.go:140: sql delete from test_index where c = 2286 index_test.go:140: sql delete from test_index where c = 1137 index_test.go:143: sql update test_index set c1 = 7050868290498937292, c2 = 0.225107, c3 = 'wLCrM0pDtP' where c = 1009 index_test.go:137: sql insert into test_index values (2512, 1298341697294403212, 0.183616, 'gCshMCMnAJ') index_test.go:137: sql insert into test_index values (2513, 2620896884980291815, 0.610865, 'n1fchIZfIC') index_test.go:143: sql update test_index set c1 = 438929635157452924, c2 = 0.899163, c3 = 'f8YgwqCk0l' where c = 1091 index_test.go:143: sql update test_index set c1 = 849195871291845945, c2 = 0.303727, c3 = 'H6T5rIIhjQ' where c = 1246 index_test.go:143: sql update test_index set c1 = 4550268384466510643, c2 = 0.626608, c3 = 'WbtAWfJvVe' where c = 1155 index_test.go:143: sql update test_index set c1 = 4757832795531121443, c2 = 0.859843, c3 = 'gCVLvcn7fK' where c = 2304 index_test.go:143: sql update test_index set c1 = 1589914843312550448, c2 = 0.939075, c3 = 'j9M3uU68Wp' where c = 2158 index_test.go:140: sql delete from test_index where c = 776 index_test.go:143: sql update test_index set c1 = 2146356629436041816, c2 = 0.688040, c3 = 'AEK4c84hdi' where c = 1098 index_test.go:143: sql update test_index set c1 = 6412379369050078656, c2 = 0.464781, c3 = 'uMzMRJ6L0Z' where c = 940 index_test.go:137: sql insert into test_index values (2514, 5795003098124563386, 0.496240, '2kPkX6Z2tl') index_test.go:143: sql update test_index set c1 = 3169470216002091578, c2 = 0.323684, c3 = 'vVHHKstT4Y' where c = 1923 index_test.go:137: sql insert into test_index values (2516, 5874159894406572840, 0.896073, 'o2BZr64daP') index_test.go:137: sql insert into test_index values (2515, 3067194997652924117, 0.545900, 'CQUNT0oZBD') index_test.go:137: sql insert into test_index values (2518, 4411180237604725930, 0.557197, 'IcG7dzSDtQ') index_test.go:137: sql insert into test_index values (2519, 8341670994640443199, 0.882959, 'GCIithkFSC') index_test.go:140: sql delete from test_index where c = 2436 index_test.go:137: sql insert into test_index values (2517, 863384153869670645, 0.922975, 'HX34tYEzLy') index_test.go:140: sql delete from test_index where c = 597 index_test.go:137: sql insert into test_index values (2520, 6477536577417722135, 0.535580, '6DxtWcEA6m') index_test.go:137: sql insert into test_index values (2522, 8422590723610647196, 0.717966, 'mgKLKwA8cW') index_test.go:143: sql update test_index set c1 = 7222951524233295710, c2 = 0.402206, c3 = 'JSmWCOjuFM' where c = 644 index_test.go:137: sql insert into test_index values (2521, 7597449640730537315, 0.317080, 'l4t2noGr9H') index_test.go:140: sql delete from test_index where c = 956 index_test.go:140: sql delete from test_index where c = 1672 index_test.go:140: sql delete from test_index where c = 784 index_test.go:140: sql delete from test_index where c = 2269 index_test.go:140: sql delete from test_index where c = 1939 index_test.go:143: sql update test_index set c1 = 7098242031105630089, c2 = 0.141043, c3 = '84nKuWnPFZ' where c = 454 index_test.go:140: sql delete from test_index where c = 1076 index_test.go:143: sql update test_index set c1 = 4643564694570381654, c2 = 0.127520, c3 = 'shAeYiEZGo' where c = 1278 index_test.go:137: sql insert into test_index values (2523, 2418817382027848087, 0.525345, 'UeAQoux6qx') index_test.go:143: sql update test_index set c1 = 7598898559366315671, c2 = 0.501768, c3 = 'oCO3liHdvo' where c = 613 index_test.go:140: sql delete from test_index where c = 845 index_test.go:140: sql delete from test_index where c = 1730 index_test.go:143: sql update test_index set c1 = 882495793239506410, c2 = 0.019781, c3 = 'vYHNloCKyF' where c = 1829 index_test.go:137: sql insert into test_index values (2524, 4686398070401479602, 0.343017, 'ZNAMf7FzaS') index_test.go:143: sql update test_index set c1 = 5022879438988609541, c2 = 0.524893, c3 = 'me88Wpb9tW' where c = 1947 index_test.go:140: sql delete from test_index where c = 1921 index_test.go:137: sql insert into test_index values (2525, 2647727317172057235, 0.371091, 'o5jpnu56ck') index_test.go:143: sql update test_index set c1 = 7211632229505915561, c2 = 0.537497, c3 = 'yA3PNrceGT' where c = 1878 index_test.go:143: sql update test_index set c1 = 2884599432459271765, c2 = 0.471698, c3 = 'ACPwFNzKge' where c = 1959 index_test.go:137: sql insert into test_index values (2526, 4240581254328015053, 0.477795, 'BT62MCaSn1') index_test.go:143: sql update test_index set c1 = 9012269384802123499, c2 = 0.711112, c3 = 'eppGXLGXJZ' where c = 348 index_test.go:143: sql update test_index set c1 = 5570316772426129771, c2 = 0.211244, c3 = 'FIarSIvZgF' where c = 2181 index_test.go:137: sql insert into test_index values (2528, 6775140042293783155, 0.104212, 'tEeEnNtZ4F') index_test.go:140: sql delete from test_index where c = 2407 index_test.go:143: sql update test_index set c1 = 3025865400702205793, c2 = 0.839491, c3 = 'RvzRglveC5' where c = 1689 index_test.go:137: sql insert into test_index values (2529, 8135354946098010954, 0.678697, 'pRGzwfpzYs') index_test.go:137: sql insert into test_index values (2527, 1169152161901239772, 0.413114, 'JntPTqgN3N') index_test.go:140: sql delete from test_index where c = 2036 index_test.go:143: sql update test_index set c1 = 5485727763976186418, c2 = 0.800122, c3 = 'bDGHKEjVbC' where c = 1100 index_test.go:140: sql delete from test_index where c = 675 index_test.go:137: sql insert into test_index values (2531, 1055846043884844018, 0.479038, 'dZoZRJzB7k') index_test.go:143: sql update test_index set c1 = 1227623601008292121, c2 = 0.224656, c3 = 'ad8pHfzHg9' where c = 1126 index_test.go:137: sql insert into test_index values (2530, 4437991468850564327, 0.875261, 'G7ehkgrw7n') index_test.go:137: sql insert into test_index values (2532, 4431760490535418059, 0.332857, 'jGArKLPwQV') index_test.go:140: sql delete from test_index where c = 2211 index_test.go:140: sql delete from test_index where c = 1164 index_test.go:137: sql insert into test_index values (2533, 4670570801044042153, 0.778857, '4SYK7bapMO') index_test.go:143: sql update test_index set c1 = 2515154417341142187, c2 = 0.549637, c3 = 'yxBnUPQuR5' where c = 31 index_test.go:137: sql insert into test_index values (2534, 4452740151802536644, 0.262594, 'tNAq6Bxm8G') index_test.go:140: sql delete from test_index where c = 2422 index_test.go:143: sql update test_index set c1 = 8262481041541208698, c2 = 0.623204, c3 = '1m1xhsGmzj' where c = 301 index_test.go:143: sql update test_index set c1 = 2246332819525789701, c2 = 0.928137, c3 = 'cRaHZ5lIYv' where c = 402 index_test.go:137: sql insert into test_index values (2535, 8050478000122149561, 0.531532, 'ftyXPxFmN8') index_test.go:140: sql delete from test_index where c = 2050 index_test.go:140: sql delete from test_index where c = 2375 index_test.go:140: sql delete from test_index where c = 1 index_test.go:143: sql update test_index set c1 = 2391960576346902832, c2 = 0.911902, c3 = 'xLcAOjyomC' where c = 706 index_test.go:140: sql delete from test_index where c = 745 index_test.go:143: sql update test_index set c1 = 4142757401683201134, c2 = 0.425981, c3 = 'xukg6qWUDP' where c = 1865 index_test.go:143: sql update test_index set c1 = 869183029273711447, c2 = 0.670158, c3 = 'G8iWNLA3wR' where c = 459 index_test.go:143: sql update test_index set c1 = 7087222690390322701, c2 = 0.331919, c3 = 'pmCR4CXoix' where c = 1650 index_test.go:137: sql insert into test_index values (2537, 2955953716491585606, 0.226369, 'ElkOD8gsVb') index_test.go:140: sql delete from test_index where c = 1819 index_test.go:137: sql insert into test_index values (2538, 8951134009306990620, 0.437523, 'ItM5KQCNYO') index_test.go:137: sql insert into test_index values (2536, 7931133779074413644, 0.291099, 'AMOCyjLsUM') index_test.go:140: sql delete from test_index where c = 2221 index_test.go:137: sql insert into test_index values (2539, 3883621721842947832, 0.411778, 'dv83rzbQaY') index_test.go:140: sql delete from test_index where c = 398 index_test.go:140: sql delete from test_index where c = 26 index_test.go:137: sql insert into test_index values (2542, 623031349124463771, 0.240676, 'M2W8RWjZNj') index_test.go:143: sql update test_index set c1 = 7652125039858995286, c2 = 0.142675, c3 = 'YRO4PKaZHl' where c = 1301 index_test.go:137: sql insert into test_index values (2541, 5054918667253612014, 0.439156, 'gSYWWj6Xl7') index_test.go:143: sql update test_index set c1 = 8019350491863863604, c2 = 0.638459, c3 = 'YvUzWxmXpN' where c = 496 index_test.go:143: sql update test_index set c1 = 9089643241400470603, c2 = 0.978139, c3 = 'j48tkICPBJ' where c = 2076 index_test.go:140: sql delete from test_index where c = 2519 index_test.go:143: sql update test_index set c1 = 756093111458823362, c2 = 0.743289, c3 = 'nUUFE4CqhA' where c = 1559 index_test.go:137: sql insert into test_index values (2540, 8514354714966976047, 0.965802, 'fQvLXQ9LCM') index_test.go:140: sql delete from test_index where c = 484 index_test.go:140: sql delete from test_index where c = 1025 index_test.go:143: sql update test_index set c1 = 5978332573619351851, c2 = 0.304686, c3 = 'qzuBiUGOzw' where c = 1027 index_test.go:143: sql update test_index set c1 = 4070041099842850101, c2 = 0.883888, c3 = 'vfdHjE66fh' where c = 1067 index_test.go:140: sql delete from test_index where c = 2010 index_test.go:143: sql update test_index set c1 = 4908500471963105133, c2 = 0.750272, c3 = 'L1XVGgXKs4' where c = 1632 index_test.go:137: sql insert into test_index values (2543, 8257555987373068503, 0.462094, '9QjXC81qhv') index_test.go:137: sql insert into test_index values (2545, 6930621973076178869, 0.694824, 'HCMkrO3lL7') index_test.go:137: sql insert into test_index values (2544, 2340940965023971226, 0.976393, 'spx34uFjkv') index_test.go:137: sql insert into test_index values (2547, 4080115340858116627, 0.381304, '25ESL9GF7X') index_test.go:140: sql delete from test_index where c = 940 index_test.go:140: sql delete from test_index where c = 276 index_test.go:143: sql update test_index set c1 = 7586717473719646146, c2 = 0.628100, c3 = 'GoI6ZZno6V' where c = 1809 index_test.go:140: sql delete from test_index where c = 1813 index_test.go:143: sql update test_index set c1 = 3894604637994367631, c2 = 0.677248, c3 = 'f8b45lIWSS' where c = 15 index_test.go:137: sql insert into test_index values (2548, 11577375243489432, 0.587208, 'ooF5Bk9Dh2') index_test.go:137: sql insert into test_index values (2546, 13907038778005576, 0.207637, 'RJ78nXSTf6') index_test.go:137: sql insert into test_index values (2549, 2436460962587752692, 0.093311, 'VuhGlyHPKs') index_test.go:140: sql delete from test_index where c = 2019 index_test.go:140: sql delete from test_index where c = 395 index_test.go:140: sql delete from test_index where c = 1560 index_test.go:140: sql delete from test_index where c = 2319 index_test.go:137: sql insert into test_index values (2550, 8612059393579914802, 0.455576, 'nIfkNFZyTh') index_test.go:137: sql insert into test_index values (2551, 2056152826419311603, 0.697101, 'jraOzYQl14') index_test.go:143: sql update test_index set c1 = 1767318379103199947, c2 = 0.325715, c3 = '8nMgg49wGA' where c = 1444 index_test.go:143: sql update test_index set c1 = 3019208324521793431, c2 = 0.349774, c3 = 'cxi5vTu4jX' where c = 2164 index_test.go:140: sql delete from test_index where c = 543 index_test.go:140: sql delete from test_index where c = 268 index_test.go:143: sql update test_index set c1 = 6108960555009833219, c2 = 0.893650, c3 = 'nOFeoKYUjO' where c = 2214 index_test.go:143: sql update test_index set c1 = 8757564107153048161, c2 = 0.035562, c3 = 'EZ7fjiIzSK' where c = 1383 index_test.go:143: sql update test_index set c1 = 2588182709575962103, c2 = 0.503663, c3 = 'SOHWBUo4Sc' where c = 1756 index_test.go:143: sql update test_index set c1 = 4534395824668029839, c2 = 0.485238, c3 = 'xNhPTWrPC6' where c = 401 index_test.go:143: sql update test_index set c1 = 7395614114000639436, c2 = 0.964946, c3 = 'TmnazlDXtu' where c = 1743 index_test.go:143: sql update test_index set c1 = 6506976216637993969, c2 = 0.792106, c3 = 'HKWWe1YcWP' where c = 1287 index_test.go:137: sql insert into test_index values (2553, 2822690536686296058, 0.583642, 'LptaxBxusr') index_test.go:137: sql insert into test_index values (2554, 4154977463432447607, 0.919045, 'KZkTzjwKLw') index_test.go:137: sql insert into test_index values (2552, 7315831636118885619, 0.704446, 'AwswJGg0dK') index_test.go:143: sql update test_index set c1 = 9067319759478650005, c2 = 0.202521, c3 = 'ezVloSMpI4' where c = 1955 index_test.go:140: sql delete from test_index where c = 2365 index_test.go:140: sql delete from test_index where c = 141 index_test.go:137: sql insert into test_index values (2555, 2286062992739351505, 0.396538, '6gFmuyo4jY') index_test.go:137: sql insert into test_index values (2557, 5071531474818288225, 0.578219, '1Rr9DA3fpZ') index_test.go:140: sql delete from test_index where c = 338 index_test.go:137: sql insert into test_index values (2558, 7793288346908243820, 0.491779, 'OF0RjchC4o') index_test.go:137: sql insert into test_index values (2556, 992182859758903210, 0.301445, 'CZ7HccKTrE') index_test.go:143: sql update test_index set c1 = 152730529381877194, c2 = 0.883193, c3 = 'yarucoaala' where c = 1302 index_test.go:143: sql update test_index set c1 = 7369208444038895454, c2 = 0.816824, c3 = 'l5X6SxoJjV' where c = 192 index_test.go:140: sql delete from test_index where c = 1905 index_test.go:140: sql delete from test_index where c = 1828 index_test.go:137: sql insert into test_index values (2559, 2302684581565439697, 0.890646, 'nCsdXyhBD1') index_test.go:137: sql insert into test_index values (2560, 924945985015308224, 0.951051, 'VRfMNJgufl') index_test.go:143: sql update test_index set c1 = 8149614609178752235, c2 = 0.298454, c3 = '9TmIHfykoc' where c = 1275 index_test.go:140: sql delete from test_index where c = 1471 index_test.go:143: sql update test_index set c1 = 4730633559909637757, c2 = 0.300104, c3 = 'ap6ytrZhGv' where c = 2500 index_test.go:137: sql insert into test_index values (2561, 927143334949691097, 0.615045, 'KaLCkCKOMB') index_test.go:140: sql delete from test_index where c = 208 index_test.go:140: sql delete from test_index where c = 1487 index_test.go:143: sql update test_index set c1 = 2903059724379754485, c2 = 0.725569, c3 = 'AL9I00LvHh' where c = 2510 index_test.go:137: sql insert into test_index values (2562, 3711380924577014946, 0.911305, 'xE0v2jgcyq') index_test.go:140: sql delete from test_index where c = 1298 index_test.go:140: sql delete from test_index where c = 1880 index_test.go:137: sql insert into test_index values (2563, 7446633532398012380, 0.187916, 'ncrZvqdgMq') index_test.go:137: sql insert into test_index values (2564, 7686613053756308836, 0.879619, 'qpPXjgkGQD') index_test.go:143: sql update test_index set c1 = 8155440121192311063, c2 = 0.518549, c3 = 'kfDEvGcA6v' where c = 2457 index_test.go:140: sql delete from test_index where c = 1542 index_test.go:143: sql update test_index set c1 = 901813614924888112, c2 = 0.528442, c3 = '79ygxQ0nQp' where c = 199 index_test.go:137: sql insert into test_index values (2565, 7718586976381902882, 0.006576, 'dHwnzCadRd') index_test.go:140: sql delete from test_index where c = 2129 index_test.go:143: sql update test_index set c1 = 3698210473456415312, c2 = 0.576398, c3 = 'PT6fkycoRm' where c = 1820 index_test.go:140: sql delete from test_index where c = 587 index_test.go:140: sql delete from test_index where c = 2451 index_test.go:140: sql delete from test_index where c = 2517 index_test.go:143: sql update test_index set c1 = 2001071996971172347, c2 = 0.975096, c3 = '8ttp9qSNd8' where c = 396 index_test.go:143: sql update test_index set c1 = 5648609524529266969, c2 = 0.781058, c3 = 'FggRmJO7yh' where c = 1579 index_test.go:143: sql update test_index set c1 = 3996262942149299597, c2 = 0.375627, c3 = 't2hyLzyniz' where c = 1759 index_test.go:143: sql update test_index set c1 = 5274938114827453900, c2 = 0.994171, c3 = 'Wioyz3jo6j' where c = 182 index_test.go:143: sql update test_index set c1 = 5611761828029192142, c2 = 0.702717, c3 = 'v6xsg2w7w1' where c = 1637 index_test.go:137: sql insert into test_index values (2568, 2823216593848785373, 0.276539, 'wIEQVqOD79') index_test.go:137: sql insert into test_index values (2566, 4208103654031602766, 0.805971, 'QF1mNkcksT') index_test.go:137: sql insert into test_index values (2567, 1184925954579282275, 0.852984, 'BXdObeLroT') index_test.go:137: sql insert into test_index values (2569, 6730589249098808377, 0.261079, 'ZChzwCZhgN') index_test.go:137: sql insert into test_index values (2570, 1217421147744446279, 0.232175, 'IG4vz3DKk3') index_test.go:143: sql update test_index set c1 = 2403376949289579757, c2 = 0.236754, c3 = 'oCwcnmxDgq' where c = 1258 index_test.go:143: sql update test_index set c1 = 7804906800467821678, c2 = 0.795002, c3 = 'NChVXKkb2Z' where c = 2304 index_test.go:140: sql delete from test_index where c = 822 index_test.go:137: sql insert into test_index values (2572, 4621012693296890589, 0.908114, 'yX5Ovam9HL') index_test.go:140: sql delete from test_index where c = 280 index_test.go:140: sql delete from test_index where c = 326 index_test.go:137: sql insert into test_index values (2571, 964041044713583765, 0.506363, 'uG9Vyf3TrX') index_test.go:137: sql insert into test_index values (2573, 2890196689495078523, 0.219104, 'UaI7lZsRRo') index_test.go:140: sql delete from test_index where c = 2107 index_test.go:140: sql delete from test_index where c = 1793 index_test.go:137: sql insert into test_index values (2574, 4420961434937612583, 0.549181, 'wyDukDFfkr') index_test.go:137: sql insert into test_index values (2575, 3488570700512474088, 0.793545, 'utRKyO2zeS') index_test.go:140: sql delete from test_index where c = 1783 index_test.go:140: sql delete from test_index where c = 2127 index_test.go:143: sql update test_index set c1 = 8779460475560683626, c2 = 0.328600, c3 = 'VhncCz37dO' where c = 903 index_test.go:140: sql delete from test_index where c = 875 index_test.go:143: sql update test_index set c1 = 1140933431879400584, c2 = 0.214499, c3 = 'jmG2n6dSEF' where c = 389 index_test.go:140: sql delete from test_index where c = 1747 index_test.go:143: sql update test_index set c1 = 5599055905129817285, c2 = 0.233930, c3 = '7RJCU21J0M' where c = 1656 index_test.go:143: sql update test_index set c1 = 3418604837013793349, c2 = 0.549670, c3 = '5QuTnjOk5j' where c = 475 index_test.go:143: sql update test_index set c1 = 6642933897698349402, c2 = 0.522739, c3 = '9R3NVUMv2t' where c = 1057 index_test.go:140: sql delete from test_index where c = 920 index_test.go:143: sql update test_index set c1 = 6474051212530762562, c2 = 0.406878, c3 = 'kokvY6c5DD' where c = 1703 index_test.go:143: sql update test_index set c1 = 7860880700990768202, c2 = 0.065156, c3 = 'eUHD8mqNfH' where c = 688 index_test.go:137: sql insert into test_index values (2576, 156257057313921787, 0.603108, '3ngk95qTv5') index_test.go:143: sql update test_index set c1 = 44625035055290440, c2 = 0.472331, c3 = '5ny8TOU6mO' where c = 1113 index_test.go:137: sql insert into test_index values (2577, 7480532611302735079, 0.431532, '9GOR05yHK5') index_test.go:143: sql update test_index set c1 = 2288152475787882613, c2 = 0.123569, c3 = 'ESriv6a6QK' where c = 2559 index_test.go:137: sql insert into test_index values (2578, 1055300601971679414, 0.773039, 'GkbRr1jjdR') index_test.go:143: sql update test_index set c1 = 5070202621963021513, c2 = 0.778941, c3 = 'SXT7RjNQxF' where c = 83 index_test.go:140: sql delete from test_index where c = 512 index_test.go:137: sql insert into test_index values (2580, 6949838280963764190, 0.282246, 'NwqU4GJaic') index_test.go:137: sql insert into test_index values (2581, 3175626297827770642, 0.162644, 'wKp40fXFDE') index_test.go:137: sql insert into test_index values (2582, 2654469973977764118, 0.721958, '8jtWAjGuFt') index_test.go:137: sql insert into test_index values (2579, 4285541719794076814, 0.437154, 'mWkKFu96P6') index_test.go:140: sql delete from test_index where c = 1572 index_test.go:140: sql delete from test_index where c = 396 index_test.go:137: sql insert into test_index values (2583, 2942927748716583098, 0.869053, '0150NkTAOB') index_test.go:140: sql delete from test_index where c = 1215 index_test.go:137: sql insert into test_index values (2585, 8099184752003361901, 0.777308, 'KnpXeqcBaI') index_test.go:140: sql delete from test_index where c = 475 index_test.go:137: sql insert into test_index values (2584, 6168692515210326182, 0.853478, 'P63DacxMOs') index_test.go:143: sql update test_index set c1 = 7315382335908010302, c2 = 0.941513, c3 = 'VmoMdKzpl5' where c = 334 index_test.go:140: sql delete from test_index where c = 1553 index_test.go:140: sql delete from test_index where c = 1756 index_test.go:143: sql update test_index set c1 = 6670435605910855747, c2 = 0.033937, c3 = '4RVEGm0gjF' where c = 1357 index_test.go:140: sql delete from test_index where c = 879 index_test.go:143: sql update test_index set c1 = 5572164546024724648, c2 = 0.389684, c3 = '9EkDiWHLZp' where c = 1480 index_test.go:143: sql update test_index set c1 = 5463071490581178343, c2 = 0.871290, c3 = 'BYlbmV5IhK' where c = 660 index_test.go:143: sql update test_index set c1 = 3290829616164719106, c2 = 0.530545, c3 = '1V8XtlrvHm' where c = 1861 index_test.go:140: sql delete from test_index where c = 2467 index_test.go:143: sql update test_index set c1 = 397515273697154249, c2 = 0.824050, c3 = 'rtnmiSsznF' where c = 1555 index_test.go:137: sql insert into test_index values (2586, 4692018759108080356, 0.414691, 'ZkPso2xMEy') index_test.go:143: sql update test_index set c1 = 71773895151810939, c2 = 0.073298, c3 = 'Tpw4vVacp7' where c = 516 index_test.go:137: sql insert into test_index values (2587, 3002585511078337973, 0.641866, 'Jh7sMH7ad1') index_test.go:137: sql insert into test_index values (2588, 8892144288040464703, 0.866413, 'KipsY4o1Dy') index_test.go:137: sql insert into test_index values (2589, 5860589480579350986, 0.694718, 'FW7ZcESZrI') index_test.go:137: sql insert into test_index values (2590, 2162390838672715390, 0.826782, 'GGDtLUXpg5') index_test.go:137: sql insert into test_index values (2591, 1972570825809398158, 0.042706, 'nXMJBAGTPc') index_test.go:143: sql update test_index set c1 = 71014307104589554, c2 = 0.164239, c3 = 'fVr3d2OJSI' where c = 1737 index_test.go:143: sql update test_index set c1 = 5764337068617557512, c2 = 0.744207, c3 = 'YwiGP50S4h' where c = 2146 index_test.go:140: sql delete from test_index where c = 1580 index_test.go:137: sql insert into test_index values (2592, 6849303497559511419, 0.124956, 'IQbDpG8HGw') index_test.go:140: sql delete from test_index where c = 375 index_test.go:140: sql delete from test_index where c = 262 index_test.go:140: sql delete from test_index where c = 1727 index_test.go:140: sql delete from test_index where c = 1759 index_test.go:137: sql insert into test_index values (2593, 8585702177259785869, 0.091985, 'ZD1KM4ZcOp') index_test.go:140: sql delete from test_index where c = 1826 index_test.go:140: sql delete from test_index where c = 1915 index_test.go:143: sql update test_index set c1 = 1093534965322808928, c2 = 0.257688, c3 = 'vkYdhczqeR' where c = 1240 index_test.go:143: sql update test_index set c1 = 5579768678136040447, c2 = 0.240889, c3 = 'XDVUv1Yj5j' where c = 191 index_test.go:137: sql insert into test_index values (2594, 6440455126783568270, 0.026835, 'cRDrqDQEaj') index_test.go:143: sql update test_index set c1 = 8368382223128379452, c2 = 0.093309, c3 = 'vmpJN724bv' where c = 2224 index_test.go:140: sql delete from test_index where c = 1845 index_test.go:143: sql update test_index set c1 = 3600552031272457431, c2 = 0.908053, c3 = 'UqbEPsgIDj' where c = 2421 index_test.go:143: sql update test_index set c1 = 5631805273181532813, c2 = 0.730142, c3 = 'CxoMYrHaOR' where c = 2013 index_test.go:143: sql update test_index set c1 = 4154767142811097658, c2 = 0.132685, c3 = 'Sufa4ZDWpu' where c = 1251 index_test.go:143: sql update test_index set c1 = 3984761579015426537, c2 = 0.143700, c3 = 'LTLd0p5WaA' where c = 1137 index_test.go:143: sql update test_index set c1 = 1689516561697488674, c2 = 0.367467, c3 = 's0EkoYxQIs' where c = 1916 index_test.go:140: sql delete from test_index where c = 2094 index_test.go:137: sql insert into test_index values (2595, 789770950884472104, 0.729242, 'kfrXg3rSHo') index_test.go:137: sql insert into test_index values (2596, 5102575804045884062, 0.098679, '7p8nUjaEOb') index_test.go:143: sql update test_index set c1 = 2015355863536338606, c2 = 0.996741, c3 = 'yng0RhLeKg' where c = 1610 index_test.go:140: sql delete from test_index where c = 418 index_test.go:137: sql insert into test_index values (2597, 1815728551513649407, 0.834016, 'uSTttsOWeb') index_test.go:140: sql delete from test_index where c = 680 index_test.go:143: sql update test_index set c1 = 1942185765116727924, c2 = 0.715421, c3 = 'NjgRIKyyWi' where c = 84 index_test.go:137: sql insert into test_index values (2598, 4648257818194483753, 0.446820, '7rbpVlK1bI') index_test.go:137: sql insert into test_index values (2599, 8379609737544723728, 0.094979, 'E76kqUovIx') index_test.go:140: sql delete from test_index where c = 979 index_test.go:140: sql delete from test_index where c = 2575 index_test.go:143: sql update test_index set c1 = 3167262655373499357, c2 = 0.566722, c3 = 'WcOwm4FrMT' where c = 1399 index_test.go:143: sql update test_index set c1 = 1209323938710581497, c2 = 0.681640, c3 = 'SrBSnUgTr0' where c = 2191 index_test.go:143: sql update test_index set c1 = 442188824272211380, c2 = 0.089821, c3 = 'dKbW73WHRn' where c = 1598 index_test.go:140: sql delete from test_index where c = 2324 index_test.go:143: sql update test_index set c1 = 1149553974846762824, c2 = 0.994330, c3 = 'PI75ZYyHGV' where c = 1084 index_test.go:137: sql insert into test_index values (2600, 2703331709226642671, 0.648138, '3x0MXPmRXj') index_test.go:140: sql delete from test_index where c = 1560 index_test.go:143: sql update test_index set c1 = 3925114411618607568, c2 = 0.597579, c3 = 'u7rJdMpTSN' where c = 1229 [2024/05/06 21:35:06.994 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8251-8251' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.994 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2306-2306' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.997 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '320-320' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.997 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8623-8623' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.998 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '14-14' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5115-5115' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8558-8558' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:06.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1519-1519' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1329-1329' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.001 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '565-565' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.002 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4556-4556' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.002 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5593-5593' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.002 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1079-1079' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.003 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5902-5902' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.003 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1836-1836' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.003 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9563-9563' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.003 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9983-9983' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.004 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6095-6095' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.004 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8363-8363' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.005 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8235-8235' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5262-5262' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3221-3221' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1831-1831' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2667-2667' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.007 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4692-4692' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.007 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3613-3613' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.007 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4625-4625' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6730-6730' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3896-3896' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3580-3580' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4899-4899' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2683-2683' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4899-4899' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1470-1470' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '379-379' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3419-3419' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4828-4828' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3938-3938' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4629-4629' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '45-45' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '319-319' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6266-6266' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5251-5251' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1375-1375' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2495-2495' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2225-2225' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '660-660' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4583-4583' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.012 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2450-2450' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.012 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6758-6758' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.012 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5392-5392' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.012 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5380-5380' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.012 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2861-2861' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.012 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5494-5494' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '664-664' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7168-7168' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4609-4609' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5501-5501' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3256-3256' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9678-9678' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6685-6685' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '668-668' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2124-2124' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4258-4258' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4692-4692' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2840-2840' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3258-3258' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8425-8425' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7300-7300' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8436-8436' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9892-9892' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1355-1355' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9377-9377' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5298-5298' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4093-4093' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5941-5941' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '638-638' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2838-2838' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5548-5548' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '311-311' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6554-6554' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9369-9369' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.019 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3697-3697' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.019 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4802-4802' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.019 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9738-9738' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.020 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9657-9657' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.020 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5277-5277' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.020 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3655-3655' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.021 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7410-7410' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.021 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8523-8523' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.021 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3532-3532' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7227-7227' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7150-7150' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8948-8948' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.023 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '527-527' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.023 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6418-6418' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.023 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8166-8166' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.023 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5736-5736' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8289-8289' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.025 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3855-3855' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.025 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7600-7600' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.026 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1849-1849' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.026 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9107-9107' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7082-7082' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6357-6357' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5073-5073' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8104-8104' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8141-8141' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2094-2094' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '223-223' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2861-2861' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.028 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5146-5146' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.028 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4713-4713' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.028 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '223-223' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.028 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6720-6720' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.028 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5240-5240' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.028 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2734-2734' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.029 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3229-3229' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.029 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1098-1098' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.029 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2139-2139' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.029 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7267-7267' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.029 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2527-2527' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.029 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '223-223' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.030 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4643-4643' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.030 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1596-1596' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.030 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5563-5563' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.031 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5990-5990' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.031 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2130-2130' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.031 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1264-1264' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.031 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3235-3235' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.031 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7753-7753' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.032 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4637-4637' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.032 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6895-6895' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.032 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6058-6058' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '253-253' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.034 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8380-8380' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.034 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7807-7807' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.034 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7920-7920' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.034 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8381-8381' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '31-31' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7847-7847' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6382-6382' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7270-7270' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3255-3255' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7885-7885' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2259-2259' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.036 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7571-7571' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.036 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5204-5204' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.036 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9208-9208' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.036 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2205-2205' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '365-365' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4411-4411' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4194-4194' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4408-4408' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '95-95' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4154-4154' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.038 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7334-7334' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.038 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1929-1929' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.038 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6233-6233' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.096 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3911-3911' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.096 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7368-7368' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.097 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9446-9446' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.098 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7606-7606' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.098 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1653-1653' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.099 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2134-2134' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.100 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3365-3365' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.101 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9678-9678' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.101 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8465-8465' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.102 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2799-2799' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.102 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1205-1205' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.102 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6058-6058' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.103 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8713-8713' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.104 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '89-89' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.105 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7144-7144' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.105 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '922-922' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.105 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '216-216' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.106 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8013-8013' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.106 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6887-6887' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.106 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3698-3698' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.106 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8201-8201' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.106 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4403-4403' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.107 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8871-8871' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.108 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6986-6986' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.108 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4038-4038' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.108 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7188-7188' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.108 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2748-2748' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.109 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1429-1429' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.109 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9999-9999' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.109 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6984-6984' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.110 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9504-9504' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.110 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3963-3963' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.110 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1530-1530' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.110 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8848-8848' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.110 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '15-15' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.110 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7850-7850' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.110 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5855-5855' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.110 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3274-3274' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.110 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2093-2093' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.110 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8551-8551' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.111 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2676-2676' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.111 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2511-2511' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.111 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7593-7593' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.111 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5249-5249' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.111 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6899-6899' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.112 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8740-8740' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.112 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6553-6553' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.112 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5387-5387' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.112 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7849-7849' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.113 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3046-3046' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.113 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6642-6642' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.113 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8254-8254' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.113 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7746-7746' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.113 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2842-2842' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.113 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8679-8679' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7881-7881' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2602-2602' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8438-8438' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1326-1326' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5276-5276' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9500-9500' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9975-9975' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.114 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '910-910' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.115 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2737-2737' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.115 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '677-677' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.115 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '451-451' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.115 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5356-5356' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.115 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9073-9073' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.116 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1699-1699' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.116 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6284-6284' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.116 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4835-4835' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.116 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6245-6245' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.117 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7655-7655' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.117 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6226-6226' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.118 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8181-8181' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.118 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6296-6296' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.118 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5258-5258' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.118 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8377-8377' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1724-1724' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8137-8137' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5872-5872' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5470-5470' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7493-7493' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '688-688' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4763-4763' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '845-845' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.119 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9876-9876' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.120 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9799-9799' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.120 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '506-506' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.120 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1557-1557' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.121 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4385-4385' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.121 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '666-666' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.121 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1334-1334' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.121 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8696-8696' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.121 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4117-4117' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.122 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1028-1028' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.122 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6795-6795' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.123 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3115-3115' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.123 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3748-3748' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.123 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8903-8903' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.123 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1561-1561' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.123 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4833-4833' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.123 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1249-1249' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.123 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2874-2874' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.123 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8448-8448' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.123 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9549-9549' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.124 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2054-2054' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.124 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7345-7345' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.124 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7222-7222' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.125 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2781-2781' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.125 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7728-7728' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.125 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5673-5673' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2649-2649' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3679-3679' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3676-3676' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5981-5981' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5269-5269' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.126 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9348-9348' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.127 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7755-7755' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.127 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2332-2332' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.127 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2699-2699' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.127 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6675-6675' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.127 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '261-261' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.128 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9349-9349' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.128 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2447-2447' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.128 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6009-6009' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.128 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1744-1744' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.128 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9240-9240' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.128 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2781-2781' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.129 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9880-9880' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.129 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5714-5714' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.129 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9986-9986' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.129 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6100-6100' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.130 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8715-8715' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.130 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2840-2840' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.130 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5974-5974' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.130 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5672-5672' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.131 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7775-7775' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.131 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4720-4720' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.131 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3414-3414' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.131 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7352-7352' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.131 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1182-1182' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.131 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4468-4468' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.131 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4573-4573' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.132 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8044-8044' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.132 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4182-4182' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.132 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3159-3159' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.132 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1682-1682' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.132 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9894-9894' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.132 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3889-3889' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.133 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9823-9823' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.133 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '676-676' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.133 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2563-2563' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.133 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3395-3395' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.133 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6963-6963' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.133 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6429-6429' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.133 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9396-9396' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.134 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1403-1403' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.134 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5962-5962' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.134 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5115-5115' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.134 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4588-4588' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.134 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2416-2416' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.135 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3296-3296' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.135 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5818-5818' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.135 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3000-3000' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.135 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1449-1449' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.135 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7895-7895' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.135 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1520-1520' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.136 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3119-3119' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.136 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5733-5733' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.136 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '268-268' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.136 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9607-9607' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.136 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3559-3559' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.136 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7798-7798' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.137 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2890-2890' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.137 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7327-7327' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.137 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5894-5894' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.137 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5849-5849' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.137 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5098-5098' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3599-3599' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9691-9691' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6383-6383' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5851-5851' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8149-8149' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8649-8649' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2549-2549' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3765-3765' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.138 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3067-3067' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.139 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4695-4695' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.139 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2028-2028' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.139 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7124-7124' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.140 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1323-1323' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.140 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2302-2302' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.140 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4076-4076' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.195 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7209-7209' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.195 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '709-709' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.195 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4725-4725' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.196 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9844-9844' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.196 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1393-1393' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.196 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1078-1078' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.197 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1452-1452' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.197 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5151-5151' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.197 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5150-5150' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.198 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2128-2128' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.198 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6114-6114' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.199 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2262-2262' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.199 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6366-6366' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.199 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7332-7332' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.200 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5690-5690' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.200 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5369-5369' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.200 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8209-8209' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.200 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8343-8343' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.200 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9990-9990' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.200 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4186-4186' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.201 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '720-720' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.201 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3485-3485' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.202 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8375-8375' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.202 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7884-7884' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.202 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3143-3143' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.203 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8035-8035' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.203 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9920-9920' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.204 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4237-4237' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.204 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1991-1991' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.204 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2746-2746' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.204 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8865-8865' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.204 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3368-3368' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.205 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8341-8341' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.205 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1778-1778' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.205 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2487-2487' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.205 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '659-659' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.206 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '576-576' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.207 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3311-3311' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.207 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8428-8428' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.207 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1817-1817' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.207 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4033-4033' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.207 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1942-1942' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.208 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '532-532' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.208 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4672-4672' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.208 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3581-3581' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.209 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6406-6406' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.209 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '588-588' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.209 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8021-8021' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.209 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5158-5158' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.209 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2900-2900' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.209 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '593-593' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8233-8233' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1038-1038' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4217-4217' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1267-1267' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1755-1755' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4471-4471' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2311-2311' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1049-1049' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.210 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4805-4805' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.211 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2296-2296' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.211 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2640-2640' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.211 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3368-3368' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.211 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6362-6362' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.211 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9220-9220' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.211 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8106-8106' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.212 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9182-9182' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.212 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3608-3608' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.213 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '895-895' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.213 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5478-5478' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.213 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '64-64' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.213 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8691-8691' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.213 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4530-4530' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.214 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '261-261' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.214 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4610-4610' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.214 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9151-9151' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.214 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8156-8156' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.214 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4402-4402' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.214 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5239-5239' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.215 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2609-2609' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.215 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7586-7586' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.215 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3571-3571' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.215 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9347-9347' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.216 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1065-1065' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.216 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '76-76' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.216 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '626-626' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.216 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '932-932' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.216 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8734-8734' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.216 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5380-5380' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.216 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3005-3005' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.217 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4613-4613' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.217 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2104-2104' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.217 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6795-6795' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.217 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6983-6983' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 660 index_test.go:143: sql update test_index set c1 = 2905504862767671194, c2 = 0.122881, c3 = 'pESyo8wtie' where c = 1505 [2024/05/06 21:35:07.217 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5805-5805' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.218 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8662-8662' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.218 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3011-3011' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.218 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6901-6901' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.218 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6926-6926' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.218 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1550-1550' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.218 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3651-3651' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.218 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6611-6611' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.219 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7400-7400' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.219 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3242-3242' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.219 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7294-7294' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.219 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9667-9667' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.220 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3020-3020' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.220 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7470-7470' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.220 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7267-7267' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.220 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6655-6655' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.220 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4190-4190' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.221 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1055-1055' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.221 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9749-9749' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.221 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4014-4014' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.221 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1190-1190' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.222 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4489-4489' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.222 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3163-3163' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.222 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2768-2768' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.222 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4988-4988' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.222 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1996-1996' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.223 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7302-7302' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.223 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3142-3142' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.223 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6132-6132' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.223 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4759-4759' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.223 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3815-3815' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.224 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '692-692' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.224 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2231-2231' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.224 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2487-2487' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.224 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1360-1360' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.225 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5158-5158' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.225 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3108-3108' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.225 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9735-9735' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.225 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6878-6878' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.225 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6288-6288' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.225 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2451-2451' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.225 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1272-1272' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.225 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9793-9793' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.226 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6578-6578' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.226 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9475-9475' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.226 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6365-6365' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.226 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2165-2165' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.226 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '972-972' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.226 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '489-489' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.226 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8743-8743' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.226 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4906-4906' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.226 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6309-6309' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3365-3365' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5113-5113' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9535-9535' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8097-8097' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5641-5641' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5872-5872' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6823-6823' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.227 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2958-2958' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.228 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6010-6010' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.228 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4893-4893' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.228 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '966-966' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.228 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6517-6517' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.228 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5074-5074' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.228 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '638-638' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.228 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6490-6490' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.228 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5110-5110' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.228 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9544-9544' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.229 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4348-4348' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.229 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6917-6917' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.230 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4094-4094' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.230 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '496-496' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.230 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5358-5358' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.230 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2254-2254' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.230 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7406-7406' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.230 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8754-8754' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.230 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4931-4931' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.230 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3414-3414' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.230 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1311-1311' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.231 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '837-837' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.231 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9348-9348' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.231 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3596-3596' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.231 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5994-5994' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.231 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4828-4828' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.231 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9749-9749' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.232 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9785-9785' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.232 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1161-1161' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.232 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2718-2718' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.232 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5975-5975' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.232 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4797-4797' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.232 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '617-617' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.232 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2107-2107' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.233 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4423-4423' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.233 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7886-7886' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.233 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3274-3274' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.233 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5659-5659' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.233 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2384-2384' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.234 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5209-5209' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.234 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8273-8273' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.234 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7701-7701' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.235 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8676-8676' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.235 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5665-5665' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.235 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8003-8003' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.235 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4241-4241' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.235 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8681-8681' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.235 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2392-2392' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.235 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7556-7556' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4920-4920' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4949-4949' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1934-1934' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5252-5252' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2195-2195' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.236 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7621-7621' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.237 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3870-3870' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.237 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1929-1929' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.237 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2100-2100' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.237 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4753-4753' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.237 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6753-6753' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.237 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2628-2628' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.237 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5622-5622' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.238 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8889-8889' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.238 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2837-2837' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.238 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1085-1085' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.239 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4814-4814' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.239 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7538-7538' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.239 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6192-6192' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.239 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5431-5431' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.239 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3953-3953' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.239 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2910-2910' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.240 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '773-773' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.240 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4340-4340' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.240 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5324-5324' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.240 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '237-237' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.240 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '187-187' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.240 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7402-7402' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.241 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8570-8570' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.241 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9242-9242' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.241 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3906-3906' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.241 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3229-3229' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.241 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1326-1326' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.295 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8665-8665' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.295 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '94-94' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.296 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2944-2944' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.296 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3913-3913' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.297 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8671-8671' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.297 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5142-5142' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.298 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '911-911' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.298 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4287-4287' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.298 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7964-7964' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.299 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3697-3697' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.299 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8669-8669' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.300 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5010-5010' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.300 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4685-4685' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.300 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3499-3499' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.300 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9683-9683' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.301 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9857-9857' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.301 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5216-5216' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.301 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8879-8879' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.302 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3699-3699' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.302 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9703-9703' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.302 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6278-6278' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.302 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8399-8399' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.303 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '437-437' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.303 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8542-8542' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.304 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8852-8852' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.304 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2333-2333' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.304 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7053-7053' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.304 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9283-9283' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.305 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6429-6429' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.305 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4395-4395' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.305 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8479-8479' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.305 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2790-2790' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.305 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5663-5663' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.305 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2110-2110' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.306 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7578-7578' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.306 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9579-9579' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.306 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3757-3757' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.307 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9741-9741' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.307 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8178-8178' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.307 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4254-4254' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.308 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '58-58' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.308 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9117-9117' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.309 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7025-7025' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.309 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2854-2854' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.309 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7323-7323' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.309 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7690-7690' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.309 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3982-3982' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.309 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '405-405' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.309 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6401-6401' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.310 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8388-8388' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.310 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '211-211' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.310 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7063-7063' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.310 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3111-3111' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.310 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2379-2379' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.310 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9817-9817' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.310 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1334-1334' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.310 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7487-7487' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.311 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9605-9605' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.311 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9088-9088' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.311 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9222-9222' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.311 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7225-7225' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.311 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3580-3580' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.311 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4650-4650' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.312 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9155-9155' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.312 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5191-5191' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.312 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '939-939' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.313 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6507-6507' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.313 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6255-6255' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.313 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2258-2258' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.313 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7584-7584' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.314 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6928-6928' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.314 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5013-5013' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.314 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8125-8125' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.314 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '242-242' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.314 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2692-2692' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.314 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5109-5109' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.314 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '455-455' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.315 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4396-4396' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.315 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2739-2739' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.315 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2189-2189' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.315 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9352-9352' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.316 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2561-2561' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.316 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1576-1576' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.316 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '694-694' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.316 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1041-1041' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4209-4209' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1263-1263' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5504-5504' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3256-3256' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5374-5374' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '788-788' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.317 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7493-7493' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.318 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '448-448' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.318 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2837-2837' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.318 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6816-6816' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.319 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5579-5579' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.319 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '602-602' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.319 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9622-9622' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.319 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2313-2313' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.320 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3741-3741' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.320 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8182-8182' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.320 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3550-3550' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9712-9712' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9731-9731' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9892-9892' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '239-239' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.321 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4250-4250' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.322 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4899-4899' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.322 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1810-1810' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.322 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2283-2283' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.322 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '891-891' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.322 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3841-3841' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.323 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1268-1268' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.323 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2351-2351' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.323 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1937-1937' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.323 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4848-4848' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.323 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1354-1354' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5238-5238' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1023-1023' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '256-256' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4947-4947' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '103-103' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9000-9000' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.324 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5258-5258' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.325 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6715-6715' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.325 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '942-942' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.325 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '116-116' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.325 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2666-2666' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.325 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4175-4175' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.325 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6071-6071' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.325 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '241-241' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.325 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '82-82' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2093-2093' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2457-2457' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6630-6630' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8835-8835' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3183-3183' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '85-85' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.326 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5960-5960' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9329-9329' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2093-2093' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6309-6309' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9876-9876' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6554-6554' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8862-8862' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5345-5345' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.327 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8548-8548' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.328 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8437-8437' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.328 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9958-9958' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.328 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3898-3898' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.329 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4094-4094' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.330 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6304-6304' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.331 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5674-5674' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.331 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7880-7880' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.331 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1220-1220' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9306-9306' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4602-4602' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5251-5251' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2426-2426' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1424-1424' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.332 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3792-3792' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.333 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4675-4675' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.333 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3346-3346' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.333 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1155-1155' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.333 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3018-3018' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.333 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3239-3239' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4690-4690' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6735-6735' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1058-1058' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1631-1631' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9969-9969' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.334 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5986-5986' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.335 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5015-5015' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.335 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4632-4632' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.335 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4510-4510' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.335 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9328-9328' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.336 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2729-2729' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.336 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9498-9498' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.336 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5493-5493' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.336 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9902-9902' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.336 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5325-5325' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8818-8818' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9021-9021' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1682-1682' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.337 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7960-7960' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.338 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5338-5338' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.338 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4674-4674' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.338 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4841-4841' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.339 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4776-4776' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.339 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7-7' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.339 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8051-8051' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.339 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4847-4847' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.340 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6510-6510' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.341 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8081-8081' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.341 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7520-7520' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.341 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5371-5371' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.395 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9136-9136' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.395 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8439-8439' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.395 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9537-9537' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.395 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5791-5791' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.396 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1264-1264' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.396 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '753-753' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.397 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2539-2539' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.397 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2010-2010' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.397 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4577-4577' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.397 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2457-2457' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.397 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7356-7356' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.397 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7675-7675' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.398 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5101-5101' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.398 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '159-159' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.398 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9537-9537' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.398 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3300-3300' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.399 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7354-7354' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.399 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7917-7917' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.401 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1757-1757' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.401 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9906-9906' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.401 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4995-4995' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.401 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2225-2225' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.401 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9592-9592' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.402 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8916-8916' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.402 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7197-7197' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.403 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4055-4055' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.403 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2776-2776' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.403 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8337-8337' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.403 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '676-676' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.403 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1096-1096' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.404 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1817-1817' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.404 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1424-1424' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.404 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4084-4084' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.404 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9827-9827' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.405 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1739-1739' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.405 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5955-5955' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.405 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2225-2225' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.405 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5411-5411' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.406 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2007-2007' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.406 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4437-4437' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.406 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4835-4835' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.406 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2834-2834' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.407 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2592-2592' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.407 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1278-1278' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.407 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4150-4150' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.408 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5032-5032' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.408 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2714-2714' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.408 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '116-116' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.408 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1197-1197' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6578-6578' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8973-8973' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9879-9879' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '340-340' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8410-8410' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5035-5035' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '719-719' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.409 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4023-4023' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.410 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '871-871' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.410 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '592-592' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.410 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1682-1682' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.410 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6867-6867' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.411 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5531-5531' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.411 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6450-6450' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.411 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1501-1501' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.411 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1079-1079' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.412 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9200-9200' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.412 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6974-6974' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.413 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '905-905' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.413 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4536-4536' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.413 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7614-7614' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.413 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6510-6510' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.413 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '239-239' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.414 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4865-4865' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.414 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2082-2082' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.414 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9395-9395' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.414 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7579-7579' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.414 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9431-9431' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.415 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7610-7610' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.415 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8796-8796' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.415 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1975-1975' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.415 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6888-6888' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.416 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5829-5829' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.416 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3215-3215' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.416 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '52-52' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.416 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8014-8014' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.416 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5688-5688' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.416 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7612-7612' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.416 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9937-9937' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.417 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3537-3537' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.417 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4929-4929' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.417 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3010-3010' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.417 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5504-5504' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.417 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3448-3448' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.418 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5278-5278' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.418 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2450-2450' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.418 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4637-4637' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.418 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '736-736' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.418 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9519-9519' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.418 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4808-4808' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.418 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8614-8614' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.419 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9032-9032' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.419 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5882-5882' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.419 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '638-638' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.419 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9951-9951' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.420 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '748-748' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.420 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9469-9469' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.420 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7895-7895' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.420 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8461-8461' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.420 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2217-2217' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.421 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1517-1517' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.421 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4375-4375' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.421 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3501-3501' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.422 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8777-8777' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.422 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2614-2614' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.422 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3565-3565' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.422 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4010-4010' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.422 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5449-5449' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.422 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3216-3216' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.423 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9463-9463' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.423 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2143-2143' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.423 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1122-1122' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.423 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2457-2457' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.423 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6384-6384' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.424 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1640-1640' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.424 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8878-8878' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.424 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9740-9740' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.424 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5965-5965' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.424 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1494-1494' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.424 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6842-6842' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.424 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6345-6345' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.424 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7227-7227' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.424 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1731-1731' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4692-4692' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7320-7320' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2258-2258' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9340-9340' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4588-4588' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8296-8296' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.425 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1996-1996' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1044-1044' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6489-6489' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6519-6519' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5859-5859' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2533-2533' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '52-52' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.426 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2956-2956' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.427 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4713-4713' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.427 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4127-4127' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.427 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8029-8029' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.427 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2729-2729' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.427 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3159-3159' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.427 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '262-262' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.427 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5931-5931' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.427 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '58-58' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.427 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4602-4602' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.427 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4898-4898' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.428 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6018-6018' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.428 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1885-1885' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.428 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8296-8296' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.428 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9344-9344' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.428 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6950-6950' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.428 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2607-2607' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.428 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8149-8149' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.429 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '325-325' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.429 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9510-9510' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.429 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1397-1397' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.429 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2033-2033' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.429 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3279-3279' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.429 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2379-2379' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.429 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9505-9505' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7905-7905' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9712-9712' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '914-914' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4657-4657' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4566-4566' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.430 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3801-3801' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.431 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3857-3857' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.431 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2315-2315' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.431 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5282-5282' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.431 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8085-8085' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.431 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2391-2391' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.432 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4603-4603' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.432 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '910-910' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.432 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8429-8429' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.432 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2746-2746' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.432 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4427-4427' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.432 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7371-7371' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.433 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5625-5625' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.433 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9587-9587' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.433 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5387-5387' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.433 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1999-1999' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.434 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7864-7864' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.434 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6306-6306' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.434 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1358-1358' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.434 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '778-778' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.434 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4468-4468' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.434 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2680-2680' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.434 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6105-6105' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.435 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9537-9537' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.435 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5557-5557' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.435 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2706-2706' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.435 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5134-5134' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.435 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7510-7510' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.435 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6897-6897' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.435 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7949-7949' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.436 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9749-9749' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.436 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2758-2758' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.436 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4570-4570' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.436 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '853-853' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.437 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6729-6729' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.437 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9785-9785' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.437 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1945-1945' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.437 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5360-5360' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.437 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3756-3756' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.438 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2710-2710' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.438 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4036-4036' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.438 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8978-8978' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.438 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3924-3924' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.438 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7194-7194' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.438 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1063-1063' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.438 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1214-1214' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.438 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '558-558' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.439 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3745-3745' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.439 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1907-1907' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.439 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4399-4399' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.439 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2796-2796' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.440 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2675-2675' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.440 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '281-281' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.495 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6514-6514' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.495 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6852-6852' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.496 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1803-1803' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.496 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8734-8734' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.496 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '466-466' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.497 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6220-6220' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.497 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5030-5030' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.498 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4329-4329' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.499 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3881-3881' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.499 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2030-2030' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.499 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9087-9087' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.500 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '911-911' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.500 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7028-7028' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.500 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5291-5291' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.500 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '531-531' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.502 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9494-9494' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.502 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8457-8457' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.502 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2954-2954' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.502 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3725-3725' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.502 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8859-8859' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.502 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1755-1755' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.503 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7143-7143' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.503 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1734-1734' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.503 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2255-2255' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.503 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9554-9554' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.504 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '585-585' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.504 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5577-5577' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.504 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2571-2571' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.505 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3471-3471' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.505 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9614-9614' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.505 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8310-8310' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.506 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8081-8081' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.506 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '233-233' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.506 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2837-2837' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.506 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9513-9513' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.506 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7029-7029' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.506 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5098-5098' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.507 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2068-2068' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.507 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3072-3072' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.507 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5795-5795' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.507 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5282-5282' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.508 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1575-1575' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.508 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7602-7602' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.508 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7859-7859' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.508 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5760-5760' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.509 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4217-4217' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.509 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2371-2371' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.509 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4287-4287' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.509 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '778-778' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.509 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3405-3405' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.509 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1084-1084' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6050-6050' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8852-8852' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3592-3592' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3528-3528' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1685-1685' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8706-8706' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '874-874' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4039-4039' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5036-5036' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.511 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6862-6862' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.511 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6902-6902' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.511 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7152-7152' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6316-6316' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '424-424' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7303-7303' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7628-7628' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.513 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1152-1152' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.513 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7669-7669' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.513 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3624-3624' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.513 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7124-7124' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.513 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4809-4809' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.513 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3236-3236' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.513 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6021-6021' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3340-3340' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1313-1313' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6546-6546' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7900-7900' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6827-6827' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '486-486' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5659-5659' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8275-8275' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.515 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9738-9738' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.515 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5527-5527' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.515 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6010-6010' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.515 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1498-1498' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.515 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6569-6569' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5854-5854' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '254-254' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2211-2211' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1909-1909' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9869-9869' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6721-6721' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7656-7656' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.517 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '758-758' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.517 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8149-8149' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.517 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6726-6726' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.517 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6297-6297' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.517 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5860-5860' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.518 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8939-8939' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.518 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1748-1748' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.518 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1292-1292' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.518 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7726-7726' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.518 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7434-7434' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.519 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4481-4481' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.519 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7277-7277' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.519 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4911-4911' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.519 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5474-5474' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.519 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4842-4842' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.520 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5582-5582' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.520 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2819-2819' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.520 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8461-8461' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.520 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8205-8205' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.521 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9266-9266' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.521 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2981-2981' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.521 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9470-9470' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2874-2874' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5111-5111' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1234-1234' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2969-2969' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2140-2140' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1693-1693' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9371-9371' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.523 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4780-4780' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.523 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6267-6267' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.523 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7434-7434' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.523 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '281-281' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.523 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9908-9908' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.523 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7177-7177' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4855-4855' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1971-1971' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '959-959' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9073-9073' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '248-248' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3947-3947' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4010-4010' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4076-4076' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3163-3163' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4847-4847' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1992-1992' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6055-6055' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3805-3805' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8592-8592' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5906-5906' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '526-526' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5801-5801' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.527 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '441-441' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.527 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2842-2842' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.527 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1775-1775' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.527 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1433-1433' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.527 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9398-9398' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.527 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7510-7510' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.528 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6806-6806' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.529 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5597-5597' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.529 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6756-6756' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.529 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1981-1981' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.529 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8071-8071' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.529 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7906-7906' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.529 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5704-5704' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4828-4828' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7585-7585' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8934-8934' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2419-2419' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8117-8117' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.531 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '575-575' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.531 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2785-2785' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.532 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6077-6077' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.532 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4959-4959' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.532 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7320-7320' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.532 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6872-6872' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.532 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8141-8141' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.533 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6947-6947' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.533 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3947-3947' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.533 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5900-5900' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.533 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4706-4706' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.534 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '377-377' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.534 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5234-5234' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.534 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1523-1523' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.534 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7394-7394' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.534 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6189-6189' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4603-4603' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4145-4145' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '573-573' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5898-5898' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6375-6375' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4115-4115' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1891-1891' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8001-8001' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4808-4808' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4005-4005' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7368-7368' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4965-4965' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3158-3158' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2497-2497' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4468-4468' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6629-6629' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8130-8130' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8881-8881' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9814-9814' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2542-2542' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3504-3504' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8538-8538' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.539 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '409-409' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.539 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4552-4552' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.539 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7553-7553' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.539 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5678-5678' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7608-7608' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2194-2194' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7128-7128' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '834-834' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3834-3834' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5866-5866' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.540 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8696-8696' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.594 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5844-5844' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.594 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1641-1641' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.594 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6147-6147' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.594 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1914-1914' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.594 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8757-8757' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.595 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5482-5482' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.597 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5970-5970' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.597 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4467-4467' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.598 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9786-9786' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.598 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1410-1410' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.598 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '57-57' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.599 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4842-4842' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.601 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4858-4858' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.602 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1650-1650' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.602 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2451-2451' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.602 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8706-8706' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.602 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1970-1970' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.604 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3442-3442' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.604 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4321-4321' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.604 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7965-7965' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.605 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6419-6419' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.605 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9618-9618' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.605 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2963-2963' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.605 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1688-1688' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.605 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '580-580' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.606 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '14-14' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.606 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1833-1833' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.606 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7656-7656' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.607 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8730-8730' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.607 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6616-6616' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.607 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7881-7881' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.607 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5828-5828' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.607 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6675-6675' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.607 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2253-2253' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.608 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3299-3299' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.608 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9162-9162' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.608 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1264-1264' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.608 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2019-2019' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.608 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5664-5664' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.608 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3185-3185' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.608 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9095-9095' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.608 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3517-3517' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.609 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1789-1789' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.609 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4962-4962' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.609 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9607-9607' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.609 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3517-3517' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.609 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3276-3276' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.609 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3809-3809' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.610 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3040-3040' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.610 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6373-6373' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.610 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3760-3760' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.610 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4324-4324' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.610 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1003-1003' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.610 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5577-5577' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.611 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1940-1940' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.611 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1160-1160' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.611 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2634-2634' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.611 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '50-50' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.611 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7979-7979' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.611 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '489-489' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.611 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4890-4890' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6048-6048' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '619-619' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5670-5670' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7804-7804' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9000-9000' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1354-1354' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1747-1747' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.612 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '578-578' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.613 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3442-3442' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.613 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3944-3944' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.613 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8173-8173' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.613 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '534-534' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.613 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4631-4631' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.613 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9558-9558' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.613 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8486-8486' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.613 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9860-9860' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.614 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1697-1697' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.614 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '697-697' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.614 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4957-4957' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.614 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6654-6654' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.614 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9136-9136' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.615 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7909-7909' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.615 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7054-7054' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.615 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7171-7171' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.615 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2874-2874' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.615 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3325-3325' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4715-4715' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6314-6314' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7763-7763' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '193-193' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.616 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4443-4443' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1847-1847' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9559-9559' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7321-7321' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3036-3036' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9706-9706' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7-7' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.617 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5181-5181' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.618 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9017-9017' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.618 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1637-1637' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.618 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '677-677' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.619 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '320-320' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.619 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4185-4185' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.619 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6515-6515' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.620 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8666-8666' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.620 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '259-259' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.620 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1157-1157' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.620 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1003-1003' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.620 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7767-7767' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.621 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4887-4887' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.621 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9344-9344' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.621 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8964-8964' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.621 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4692-4692' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.621 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6749-6749' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.621 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '983-983' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.621 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6413-6413' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.621 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8824-8824' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.621 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2311-2311' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.622 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6323-6323' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.622 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6691-6691' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1822-1822' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2124-2124' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3175-3175' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.623 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3049-3049' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.624 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9735-9735' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.624 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1798-1798' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.624 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3457-3457' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.624 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5974-5974' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.624 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6950-6950' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.624 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7637-7637' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.625 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2090-2090' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.625 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '921-921' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.625 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9274-9274' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.625 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1787-1787' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.625 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5135-5135' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.625 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5018-5018' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8838-8838' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7997-7997' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '677-677' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2512-2512' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6419-6419' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.626 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6091-6091' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.627 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '994-994' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.627 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4759-4759' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.627 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6908-6908' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.627 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8557-8557' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.627 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8830-8830' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.627 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '845-845' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.628 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '880-880' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.628 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '720-720' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.628 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8849-8849' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.628 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4625-4625' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5360-5360' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '792-792' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6732-6732' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5104-5104' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5586-5586' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8360-8360' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.629 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3666-3666' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.630 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '56-56' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.630 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8651-8651' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.630 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9889-9889' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.630 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7442-7442' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.630 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '797-797' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.630 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6101-6101' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.630 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6675-6675' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.630 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7892-7892' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.630 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4601-4601' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.631 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6559-6559' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.631 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4780-4780' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.631 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3247-3247' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.631 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1931-1931' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.631 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '142-142' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3459-3459' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6951-6951' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1366-1366' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7445-7445' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7918-7918' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.632 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6841-6841' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.633 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6569-6569' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.633 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3548-3548' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.633 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6070-6070' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.633 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3168-3168' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.633 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9912-9912' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.634 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6262-6262' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.695 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8372-8372' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.695 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9349-9349' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.696 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5847-5847' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.697 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4127-4127' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.697 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '119-119' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.697 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7511-7511' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.698 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7581-7581' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.698 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9340-9340' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.699 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8165-8165' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.699 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7668-7668' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.700 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5857-5857' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.701 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6767-6767' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.701 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4602-4602' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.701 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6110-6110' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.701 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8479-8479' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.702 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8799-8799' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.702 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8579-8579' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.702 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6402-6402' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.702 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9125-9125' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.702 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '76-76' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.703 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8538-8538' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.703 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8403-8403' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.703 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2890-2890' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.703 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1822-1822' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.703 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4332-4332' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.704 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9594-9594' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.704 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3957-3957' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.704 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4982-4982' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.704 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5110-5110' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.705 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9319-9319' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.705 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6291-6291' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.705 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7111-7111' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.705 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6548-6548' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.705 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1908-1908' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.705 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '278-278' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.705 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8268-8268' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.706 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9907-9907' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.706 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1940-1940' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.706 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6930-6930' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.707 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '176-176' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.707 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7997-7997' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.707 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9140-9140' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.708 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7854-7854' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.708 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6616-6616' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.708 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4466-4466' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.708 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1906-1906' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.708 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1847-1847' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.709 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4938-4938' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.709 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6274-6274' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.709 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '446-446' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3915-3915' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9497-9497' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.710 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '702-702' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.711 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2825-2825' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.711 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '787-787' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.711 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3213-3213' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.711 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5482-5482' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.711 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5842-5842' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.711 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3266-3266' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.712 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '931-931' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.712 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3976-3976' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.712 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7958-7958' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.712 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5937-5937' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.713 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9414-9414' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.713 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6758-6758' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.713 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7055-7055' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.713 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6015-6015' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.713 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9260-9260' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.713 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3042-3042' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.713 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7217-7217' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.714 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9673-9673' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.714 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9364-9364' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.714 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4952-4952' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.714 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6303-6303' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '437-437' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2068-2068' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5181-5181' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '78-78' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '82-82' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8041-8041' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.715 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7047-7047' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9982-9982' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4407-4407' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3828-3828' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8669-8669' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.716 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9911-9911' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3909-3909' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '882-882' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4995-4995' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4235-4235' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5818-5818' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '17-17' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1494-1494' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4781-4781' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3467-3467' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7287-7287' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.717 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1667-1667' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3119-3119' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9232-9232' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1222-1222' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9179-9179' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7686-7686' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3463-3463' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.718 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5997-5997' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.719 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7696-7696' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.719 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8036-8036' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.719 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '753-753' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.719 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4828-4828' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.719 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5629-5629' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.719 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3720-3720' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.720 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1755-1755' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.720 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '68-68' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.720 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5470-5470' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.720 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5269-5269' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.721 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4476-4476' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.721 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2361-2361' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.721 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8627-8627' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.721 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6456-6456' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.721 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6029-6029' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.721 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1693-1693' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.722 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9063-9063' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.722 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7303-7303' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.722 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4480-4480' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.722 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6139-6139' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.722 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6569-6569' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.723 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5690-5690' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.723 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9063-9063' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.723 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5176-5176' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.723 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7808-7808' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.723 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8567-8567' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '517-517' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4738-4738' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8041-8041' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5561-5561' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1769-1769' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.724 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6818-6818' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.725 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '973-973' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.725 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1562-1562' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.725 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2303-2303' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.725 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1013-1013' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.725 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8611-8611' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.726 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1152-1152' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.726 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7916-7916' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.726 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2937-2937' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.727 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4908-4908' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.727 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5918-5918' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.727 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5383-5383' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.727 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '769-769' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.727 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2231-2231' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.727 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7191-7191' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.727 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5983-5983' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.728 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9052-9052' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.728 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7215-7215' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.728 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4257-4257' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.729 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9160-9160' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.729 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3496-3496' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.729 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1459-1459' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.729 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5204-5204' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.729 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5379-5379' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.729 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8040-8040' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5683-5683' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2535-2535' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2043-2043' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4389-4389' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4216-4216' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.730 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4441-4441' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6984-6984' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9014-9014' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2419-2419' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4619-4619' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8461-8461' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4728-4728' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8312-8312' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6528-6528' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.731 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4232-4232' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8583-8583' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2885-2885' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5385-5385' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5762-5762' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '942-942' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9735-9735' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2189-2189' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.732 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3368-3368' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8982-8982' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1134-1134' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1860-1860' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2951-2951' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2411-2411' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.733 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5268-5268' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7971-7971' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4728-4728' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1328-1328' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3294-3294' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5255-5255' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5858-5858' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2407-2407' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.734 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3303-3303' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.735 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7545-7545' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.735 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9874-9874' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.735 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3880-3880' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.735 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5306-5306' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.735 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1908-1908' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.735 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8539-8539' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.736 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5793-5793' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.736 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4028-4028' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.736 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2628-2628' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.736 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8039-8039' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.736 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4237-4237' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.736 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5208-5208' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.736 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4400-4400' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.736 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3794-3794' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.736 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3312-3312' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1160-1160' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9996-9996' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4720-4720' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4692-4692' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.737 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3952-3952' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6636-6636' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2680-2680' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7465-7465' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3360-3360' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4955-4955' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4537-4537' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.738 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2280-2280' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.739 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8670-8670' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.739 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6658-6658' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.740 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5386-5386' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.740 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '687-687' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.740 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8058-8058' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.740 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8582-8582' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.740 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9044-9044' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.741 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2739-2739' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.741 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5664-5664' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.741 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1887-1887' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.741 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5766-5766' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.741 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4854-4854' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.794 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1942-1942' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.795 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4121-4121' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.797 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5769-5769' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.797 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7370-7370' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.797 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2663-2663' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.798 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8450-8450' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.798 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5411-5411' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.798 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8486-8486' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.798 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3593-3593' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.799 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '662-662' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.800 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9828-9828' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.800 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3976-3976' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.801 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4486-4486' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.802 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8135-8135' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.802 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1859-1859' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.803 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8042-8042' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.803 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4807-4807' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.803 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1239-1239' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.804 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4954-4954' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.804 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8893-8893' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.804 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '617-617' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.805 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6767-6767' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.805 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4142-4142' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3714-3714' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5245-5245' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1150-1150' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4761-4761' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5769-5769' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4299-4299' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2753-2753' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '546-546' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6406-6406' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4207-4207' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1346-1346' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2223-2223' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4486-4486' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8977-8977' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8768-8768' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7502-7502' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4988-4988' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6046-6046' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6225-6225' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9878-9878' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '181-181' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2867-2867' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.810 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8437-8437' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.810 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9717-9717' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.810 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1443-1443' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8428-8428' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4343-4343' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6416-6416' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7140-7140' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6395-6395' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4190-4190' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5468-5468' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5135-5135' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3815-3815' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5156-5156' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5877-5877' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5835-5835' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2513-2513' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8320-8320' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3150-3150' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5254-5254' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1835-1835' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1443-1443' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3473-3473' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1659-1659' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4844-4844' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7294-7294' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7680-7680' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9446-9446' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4905-4905' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7478-7478' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3743-3743' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.814 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9549-9549' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5787-5787' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5548-5548' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4472-4472' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6067-6067' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '288-288' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3116-3116' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4530-4530' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2032-2032' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4238-4238' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2850-2850' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9258-9258' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9972-9972' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3599-3599' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7411-7411' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5683-5683' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2375-2375' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8480-8480' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5270-5270' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '175-175' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8677-8677' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9166-9166' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7099-7099' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5188-5188' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '219-219' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2262-2262' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2892-2892' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4656-4656' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9697-9697' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.819 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7932-7932' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.819 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7802-7802' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.819 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4554-4554' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.819 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1406-1406' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.819 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5851-5851' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.819 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6332-6332' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9-9' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7-7' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9251-9251' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1220-1220' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2351-2351' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8310-8310' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6266-6266' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.821 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6419-6419' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.821 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1303-1303' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.821 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6897-6897' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.821 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5252-5252' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.821 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6635-6635' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.822 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '35-35' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.822 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6641-6641' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.822 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1241-1241' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.822 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2493-2493' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.822 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7116-7116' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4329-4329' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2593-2593' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3794-3794' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3889-3889' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8849-8849' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9704-9704' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6510-6510' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4902-4902' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6821-6821' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7262-7262' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4872-4872' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4443-4443' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1704-1704' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7786-7786' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3720-3720' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '282-282' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3450-3450' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2369-2369' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4853-4853' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5831-5831' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '148-148' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9187-9187' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6520-6520' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '56-56' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '220-220' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2944-2944' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8095-8095' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6410-6410' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5150-5150' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '135-135' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9376-9376' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7069-7069' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5379-5379' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8919-8919' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '594-594' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5018-5018' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6029-6029' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5919-5919' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7195-7195' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2558-2558' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4010-4010' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5279-5279' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4027-4027' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6105-6105' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4881-4881' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3705-3705' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6899-6899' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '52-52' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '431-431' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8874-8874' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2809-2809' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3626-3626' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2153-2153' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6985-6985' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3276-3276' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2607, 2484947060306303470, 0.712333, '6IqrIE2I9A') [2024/05/06 21:35:07.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1937-1937' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2605, 2411496008616651987, 0.609529, 'XMRb3Q5sEw') index_test.go:137: sql insert into test_index values (2610, 3495572124284141524, 0.336203, 'RuNni7WPnq') [2024/05/06 21:35:07.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9006-9006' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2604, 2266532906682896468, 0.982863, 'gKs4mOjTHs') [2024/05/06 21:35:07.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2943-2943' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2602, 8588124479005780993, 0.441963, 'PeIegbR7iU') index_test.go:137: sql insert into test_index values (2606, 700947265843169776, 0.048853, 'vMDsbOwHxY') [2024/05/06 21:35:07.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '26-26' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2608, 4090088314369449462, 0.409795, 'OQbQ893oya') index_test.go:137: sql insert into test_index values (2603, 498187604854408176, 0.745621, 'Wpjr30taSM') [2024/05/06 21:35:07.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1909-1909' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2601, 1159903152286798809, 0.227376, 'N8N9HA5DLj') index_test.go:140: sql delete from test_index where c = 50 [2024/05/06 21:35:07.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9389-9389' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2609, 3256711387329107730, 0.803249, 'HNkBapZPXN') index_test.go:140: sql delete from test_index where c = 258 index_test.go:140: sql delete from test_index where c = 184 [2024/05/06 21:35:07.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '24-24' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 77 index_test.go:140: sql delete from test_index where c = 2241 index_test.go:140: sql delete from test_index where c = 2439 [2024/05/06 21:35:07.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4912-4912' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 2425 [2024/05/06 21:35:07.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2032-2032' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4481801956690733511, c2 = 0.730656, c3 = '96afXMlLS0' where c = 229 [2024/05/06 21:35:07.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2882-2882' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8822665822487474995, c2 = 0.778733, c3 = 'Xxt3L61qfh' where c = 1147 [2024/05/06 21:35:07.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3805-3805' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4032639554526662260, c2 = 0.377794, c3 = 'HXtYPaUfjA' where c = 56 index_test.go:140: sql delete from test_index where c = 786 index_test.go:140: sql delete from test_index where c = 1712 [2024/05/06 21:35:07.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1378-1378' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1694346607996098845, c2 = 0.658277, c3 = 'njAPg3GeTM' where c = 2231 [2024/05/06 21:35:07.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6451-6451' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8952727635316345094, c2 = 0.926156, c3 = 'QIyGGlhRsJ' where c = 395 index_test.go:140: sql delete from test_index where c = 1376 [2024/05/06 21:35:07.833 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7495-7495' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6675945714603846135, c2 = 0.182917, c3 = 'y7NqG4Ghq5' where c = 1068 index_test.go:137: sql insert into test_index values (2611, 8629128353886531600, 0.850376, 'pk3U05TFJJ') [2024/05/06 21:35:07.833 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6947-6947' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2890280348435742792, c2 = 0.060183, c3 = 'bRFrX74T8B' where c = 243 index_test.go:137: sql insert into test_index values (2612, 9104141522020880444, 0.217577, 'Bh6gLEIFxh') [2024/05/06 21:35:07.833 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1080-1080' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4491979324550297701, c2 = 0.828982, c3 = 'h1P4UndAOz' where c = 1104 index_test.go:137: sql insert into test_index values (2613, 8831542476911482876, 0.376082, '5CGtKnNp95') [2024/05/06 21:35:07.833 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1184-1184' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2614, 8839228054841079438, 0.326855, 'q9JEjIud0q') index_test.go:143: sql update test_index set c1 = 6832327408385073604, c2 = 0.752402, c3 = 'aW3gfN1jmk' where c = 1244 [2024/05/06 21:35:07.833 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '702-702' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 348 index_test.go:137: sql insert into test_index values (2616, 7840286774452728347, 0.166977, 'A3X23tvzY8') [2024/05/06 21:35:07.833 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3069-3069' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6908532433079522074, c2 = 0.551109, c3 = 'axrBMGQ6kz' where c = 2062 index_test.go:140: sql delete from test_index where c = 182 index_test.go:140: sql delete from test_index where c = 1880 [2024/05/06 21:35:07.833 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5255-5255' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1716 index_test.go:137: sql insert into test_index values (2615, 6916910478225133732, 0.760836, 'LcMSWzeNP2') [2024/05/06 21:35:07.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1833-1833' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2618, 3124951459925419926, 0.911964, 'srqfBnNI1b') index_test.go:137: sql insert into test_index values (2617, 5124559826409309932, 0.470434, 'R3LtqYVQkQ') [2024/05/06 21:35:07.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3829-3829' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2619, 8945800488852898819, 0.296185, 'TqpeWDy5Fx') index_test.go:140: sql delete from test_index where c = 1681 index_test.go:140: sql delete from test_index where c = 322 [2024/05/06 21:35:07.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8457-8457' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2620, 2691290350072925450, 0.105812, 'oZrwKqkh03') index_test.go:140: sql delete from test_index where c = 537 [2024/05/06 21:35:07.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2914-2914' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2729993983151205153, c2 = 0.552698, c3 = 'e8mxolm0go' where c = 1342 index_test.go:143: sql update test_index set c1 = 6314635446745497739, c2 = 0.252469, c3 = 'XjlH48URbV' where c = 581 [2024/05/06 21:35:07.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '642-642' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 2360 index_test.go:143: sql update test_index set c1 = 4636531880875611182, c2 = 0.602108, c3 = 'W9m9gulBNP' where c = 2470 [2024/05/06 21:35:07.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9137-9137' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2081450253938602205, c2 = 0.774210, c3 = 'afoO0pLTix' where c = 2273 index_test.go:140: sql delete from test_index where c = 257 [2024/05/06 21:35:07.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '534-534' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 89424023412524432, c2 = 0.804168, c3 = 'iMuqurSyrQ' where c = 2107 [2024/05/06 21:35:07.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2114-2114' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8046172220590605665, c2 = 0.126568, c3 = 'TLIFxqeeuO' where c = 1713 index_test.go:143: sql update test_index set c1 = 7859187113624217932, c2 = 0.665553, c3 = 'Npvm2ShV7T' where c = 2226 [2024/05/06 21:35:07.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6049-6049' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1800 index_test.go:137: sql insert into test_index values (2622, 3566951893248693987, 0.623301, '41AxZ7wvI8') [2024/05/06 21:35:07.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '277-277' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 442618059874778293, c2 = 0.253853, c3 = '9caLvoaoiG' where c = 505 index_test.go:137: sql insert into test_index values (2623, 5967000060934581616, 0.779827, 'gwKlJCzqKs') [2024/05/06 21:35:07.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6638-6638' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2621, 5687804102546004820, 0.583576, 'AXUQeiIlab') index_test.go:140: sql delete from test_index where c = 1002 [2024/05/06 21:35:07.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5110-5110' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6376005086539618799, c2 = 0.943121, c3 = '3f2TlwATPV' where c = 1189 index_test.go:137: sql insert into test_index values (2626, 9131276291031257604, 0.309352, 'hUM5EaLalX') [2024/05/06 21:35:07.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6194-6194' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2624, 4004288717326192981, 0.516445, 'mS172xic6X') index_test.go:143: sql update test_index set c1 = 6250731717564504038, c2 = 0.406614, c3 = 'W7pMSnhMuN' where c = 1537 [2024/05/06 21:35:07.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5939-5939' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2628, 7258357502154865729, 0.185194, 'SSczGFJaOh') index_test.go:137: sql insert into test_index values (2625, 7321309381364554560, 0.691405, '8VD8LnzbWZ') [2024/05/06 21:35:07.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9967-9967' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1099 index_test.go:140: sql delete from test_index where c = 125 [2024/05/06 21:35:07.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9967-9967' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2627, 8448445271850675223, 0.072486, 'TRl5TsudkV') index_test.go:140: sql delete from test_index where c = 1348 [2024/05/06 21:35:07.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3340-3340' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2629, 1642730107539527421, 0.312139, 'e7HRh1f6tR') index_test.go:140: sql delete from test_index where c = 790 [2024/05/06 21:35:07.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3658-3658' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7723906732829154248, c2 = 0.601774, c3 = 'vgBsXmRZ5W' where c = 202 index_test.go:137: sql insert into test_index values (2630, 8391290438866047475, 0.821962, 'Xap0XN8cyh') [2024/05/06 21:35:07.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '326-326' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 567940863407215600, c2 = 0.403428, c3 = 'FGU1MFK3zI' where c = 134 [2024/05/06 21:35:07.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7636-7636' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 9005421007888360238, c2 = 0.199356, c3 = 'E4EVtxdrLq' where c = 413 index_test.go:140: sql delete from test_index where c = 492 [2024/05/06 21:35:07.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8224-8224' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3459984207723294589, c2 = 0.527217, c3 = 'r2D72slJam' where c = 607 index_test.go:140: sql delete from test_index where c = 1920 [2024/05/06 21:35:07.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3183-3183' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7622622137233452799, c2 = 0.143396, c3 = 'NLdXrUedKP' where c = 598 index_test.go:140: sql delete from test_index where c = 964 [2024/05/06 21:35:07.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '251-251' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3659829055362687231, c2 = 0.998302, c3 = 'hHCngCd5eP' where c = 694 index_test.go:137: sql insert into test_index values (2632, 5668722462203337893, 0.235422, '0KC6qFELJ5') [2024/05/06 21:35:07.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5128-5128' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2846783667171611862, c2 = 0.031479, c3 = 'lGk4NvJnZz' where c = 1503 index_test.go:137: sql insert into test_index values (2631, 5737932152558944844, 0.391305, 'Nqf5lnVx7U') [2024/05/06 21:35:07.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6050-6050' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2633, 6742935552127545983, 0.284123, 'lPozR2MatA') index_test.go:140: sql delete from test_index where c = 2329 [2024/05/06 21:35:07.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3515-3515' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2634, 1318098400972737492, 0.662284, 'lb3ESoOMii') index_test.go:137: sql insert into test_index values (2635, 6559439192272660075, 0.786175, 'ZxB1lBtDFX') [2024/05/06 21:35:07.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7607-7607' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7720915857983727151, c2 = 0.245587, c3 = 'LMPTAyUM8c' where c = 1012 index_test.go:140: sql delete from test_index where c = 2560 [2024/05/06 21:35:07.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9771-9771' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2636, 4563186530989310226, 0.611521, 'dke0F9XanE') index_test.go:140: sql delete from test_index where c = 9 [2024/05/06 21:35:07.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1397-1397' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5252552001629866735, c2 = 0.539676, c3 = 'o5ByMrxgSn' where c = 992 index_test.go:140: sql delete from test_index where c = 2544 index_test.go:140: sql delete from test_index where c = 1728 [2024/05/06 21:35:07.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1288-1288' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 2265 index_test.go:143: sql update test_index set c1 = 501481492528499257, c2 = 0.666644, c3 = 'jnYsaNA4FN' where c = 80 [2024/05/06 21:35:07.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1774-1774' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2637, 6686951683307384825, 0.887713, '2ErUm3SaMz') [2024/05/06 21:35:07.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3896-3896' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2638, 2514220095974255404, 0.237907, 'i8JgHTgCmS') [2024/05/06 21:35:07.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7099-7099' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1508007705881966525, c2 = 0.967593, c3 = 'RTZgAnA0ux' where c = 704 index_test.go:140: sql delete from test_index where c = 1318 index_test.go:140: sql delete from test_index where c = 763 [2024/05/06 21:35:07.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3971-3971' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1210504274817435916, c2 = 0.841949, c3 = 'JKTM7QdMDz' where c = 901 [2024/05/06 21:35:07.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2984-2984' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7422857437503046184, c2 = 0.201245, c3 = 'aIk4ENIOOW' where c = 1880 index_test.go:140: sql delete from test_index where c = 829 index_test.go:140: sql delete from test_index where c = 118 [2024/05/06 21:35:07.838 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1550-1550' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2640, 1055576066970422852, 0.277205, 'Iy4tHZEEvt') index_test.go:137: sql insert into test_index values (2639, 7299245354727871876, 0.862897, 'Ekx6A8CucI') [2024/05/06 21:35:07.838 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '448-448' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3449897812220299938, c2 = 0.775265, c3 = 'zpz3xO5AaL' where c = 1668 index_test.go:137: sql insert into test_index values (2642, 7526143333290342529, 0.725143, '3H2Vt2V3vd') [2024/05/06 21:35:07.838 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6114-6114' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2643, 2268892613831205581, 0.134777, 'LleQAEFUiH') [2024/05/06 21:35:07.838 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1335-1335' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5982879400761884894, c2 = 0.491922, c3 = 'AgaUiiIadE' where c = 1911 index_test.go:143: sql update test_index set c1 = 5071369404660630019, c2 = 0.611185, c3 = 'Bxb2NFOTxy' where c = 1473 [2024/05/06 21:35:07.838 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5064-5064' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2641, 3437086404965124696, 0.087805, 'FadMVpdesM') [2024/05/06 21:35:07.838 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '759-759' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 118819734247849671, c2 = 0.668527, c3 = 'iXEcnUK1QM' where c = 821 index_test.go:143: sql update test_index set c1 = 8265967267779810628, c2 = 0.076059, c3 = 'ZL2wGvOD5u' where c = 2631 [2024/05/06 21:35:07.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6309-6309' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 598 index_test.go:140: sql delete from test_index where c = 1910 index_test.go:140: sql delete from test_index where c = 682 [2024/05/06 21:35:07.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '219-219' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 644 [2024/05/06 21:35:07.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2502-2502' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5548433397905455115, c2 = 0.483036, c3 = 'ILPlYnMZe2' where c = 366 index_test.go:137: sql insert into test_index values (2644, 3862276411697945548, 0.768895, 'KYJiRtje4x') [2024/05/06 21:35:07.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1445-1445' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2646, 13261953017689042, 0.169896, 'dJgIjGh5rR') index_test.go:137: sql insert into test_index values (2648, 9135652034298916811, 0.927813, 'vhjqEzHJuF') [2024/05/06 21:35:07.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '845-845' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2647, 5634463963232650921, 0.725488, '6xjb2SlrBh') [2024/05/06 21:35:07.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4376-4376' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6000247251194567625, c2 = 0.622900, c3 = 'DQJAFXdYyk' where c = 51 index_test.go:137: sql insert into test_index values (2645, 8489211536435358255, 0.011912, 'XB61NAVbPE') [2024/05/06 21:35:07.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6537-6537' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 2208 index_test.go:140: sql delete from test_index where c = 1664 [2024/05/06 21:35:07.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7030-7030' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5147798334663156469, c2 = 0.839638, c3 = 'FYVvk1EKbf' where c = 107 index_test.go:140: sql delete from test_index where c = 1268 index_test.go:137: sql insert into test_index values (2649, 8670372001286753599, 0.803177, 'DtyE0GEKxq') [2024/05/06 21:35:07.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5715-5715' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7637882540384833430, c2 = 0.008924, c3 = 'QEanTJzbYQ' where c = 1033 index_test.go:140: sql delete from test_index where c = 1158 [2024/05/06 21:35:07.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4027-4027' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3315194502968882203, c2 = 0.722035, c3 = 'CyUFwIYQvc' where c = 595 index_test.go:140: sql delete from test_index where c = 1799 [2024/05/06 21:35:07.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6954-6954' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2650, 4358547513291597880, 0.580501, 'nJSafLuOdt') index_test.go:140: sql delete from test_index where c = 1734 [2024/05/06 21:35:07.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7640-7640' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 827676315387261187, c2 = 0.450086, c3 = 'b68n32Aop0' where c = 681 index_test.go:140: sql delete from test_index where c = 133 [2024/05/06 21:35:07.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2029-2029' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3885397593474057526, c2 = 0.778834, c3 = 'qDbfqeUXoJ' where c = 385 index_test.go:137: sql insert into test_index values (2653, 6930254959772168945, 0.193170, '82iXKJZLte') [2024/05/06 21:35:07.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3686-3686' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2775482330657205923, c2 = 0.016123, c3 = 'GqElhH1vn0' where c = 688 [2024/05/06 21:35:07.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '736-736' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2652, 8187259395321162582, 0.984733, '5hYpaM5cCp') index_test.go:137: sql insert into test_index values (2651, 979100338347024459, 0.639717, 'kY2sCy0tEG') [2024/05/06 21:35:07.841 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6460-6460' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7262731305891173506, c2 = 0.836575, c3 = 'sDYwH7cZHL' where c = 2636 [2024/05/06 21:35:07.894 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6052-6052' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4739553056654711211, c2 = 0.422720, c3 = 'ML4E24F5Zx' where c = 1781 index_test.go:140: sql delete from test_index where c = 355 index_test.go:140: sql delete from test_index where c = 905 [2024/05/06 21:35:07.894 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5015-5015' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2655, 5519298987185154352, 0.402715, 'I7jvVGiGcr') index_test.go:143: sql update test_index set c1 = 1989240025730247299, c2 = 0.212705, c3 = 'z8art1dRmp' where c = 1780 [2024/05/06 21:35:07.895 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5997-5997' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2656, 1955733932949080846, 0.978361, '1bmsP5vM2c') [2024/05/06 21:35:07.895 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7294-7294' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7230939899313732684, c2 = 0.206789, c3 = 'F9SOG4zTod' where c = 545 index_test.go:137: sql insert into test_index values (2654, 8627868421952137256, 0.372589, 'ZPXqlXDKGl') [2024/05/06 21:35:07.896 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4221-4221' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1806 index_test.go:137: sql insert into test_index values (2657, 2486448997510144727, 0.199561, 'L8nd8FgL2e') [2024/05/06 21:35:07.897 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1748-1748' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1245 index_test.go:140: sql delete from test_index where c = 231 [2024/05/06 21:35:07.897 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8451-8451' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2658, 5550361913844824496, 0.944633, 'VlXvY8LQ9U') index_test.go:140: sql delete from test_index where c = 259 [2024/05/06 21:35:07.898 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6778-6778' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2659, 2265700823533021598, 0.191810, 'vD7xsMJst2') index_test.go:140: sql delete from test_index where c = 2289 index_test.go:140: sql delete from test_index where c = 379 [2024/05/06 21:35:07.898 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7321-7321' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 556595198665635695, c2 = 0.212641, c3 = 'p5vYjzngSQ' where c = 409 index_test.go:137: sql insert into test_index values (2660, 7523412923484976250, 0.245893, 'jdbn40SKz0') [2024/05/06 21:35:07.899 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7442-7442' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 740 index_test.go:143: sql update test_index set c1 = 8561026190165461732, c2 = 0.647543, c3 = 'oZyWhajwLT' where c = 448 [2024/05/06 21:35:07.899 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8236-8236' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8930460068250478852, c2 = 0.873967, c3 = '7i0y9zoCQr' where c = 436 [2024/05/06 21:35:07.899 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1829-1829' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5444237763080105798, c2 = 0.917976, c3 = 'iI6mG42PrC' where c = 1909 index_test.go:140: sql delete from test_index where c = 1430 [2024/05/06 21:35:07.900 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9258-9258' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4495433069839617496, c2 = 0.568636, c3 = 'veIJBUXyVU' where c = 1630 [2024/05/06 21:35:07.900 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '853-853' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6664820977419784197, c2 = 0.564954, c3 = 'WLpKTbdJSF' where c = 2629 index_test.go:137: sql insert into test_index values (2661, 8014034821993540273, 0.612839, '2HeRGKmhg5') [2024/05/06 21:35:07.900 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5894-5894' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6380753347012833049, c2 = 0.754100, c3 = 'NgeQeB8czj' where c = 2448 index_test.go:140: sql delete from test_index where c = 2029 [2024/05/06 21:35:07.901 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4533-4533' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2662, 5718211043090415984, 0.136732, 'A5dDyujvTL') index_test.go:137: sql insert into test_index values (2663, 6414173447563230459, 0.019581, 'zkf0V06fWr') index_test.go:140: sql delete from test_index where c = 591 [2024/05/06 21:35:07.901 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8794-8794' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4436720576634496986, c2 = 0.539361, c3 = 'g8I37ALNYw' where c = 2150 index_test.go:137: sql insert into test_index values (2664, 3743519362182122610, 0.939228, 'VOHTtBgFXi') [2024/05/06 21:35:07.902 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '867-867' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1340 index_test.go:137: sql insert into test_index values (2666, 6018105333211582226, 0.010953, 'faDeJoFE3W') [2024/05/06 21:35:07.902 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2917-2917' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2667, 6003019574193385088, 0.223154, 'YHAFDR3hpY') index_test.go:140: sql delete from test_index where c = 31 index_test.go:140: sql delete from test_index where c = 2347 [2024/05/06 21:35:07.902 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3983-3983' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2665, 4265948745099778931, 0.143186, '4RglLDlGVv') index_test.go:140: sql delete from test_index where c = 346 index_test.go:137: sql insert into test_index values (2668, 1455213227936652107, 0.588657, 'VgR9ePY2xS') [2024/05/06 21:35:07.903 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1548-1548' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 6031204848731456594, c2 = 0.395535, c3 = 'c0iUM2i5r6' where c = 2059 [2024/05/06 21:35:07.903 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5173-5173' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5953879659340697172, c2 = 0.747447, c3 = 'JPJncsHlkD' where c = 194 [2024/05/06 21:35:07.903 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3650-3650' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1824028656001859685, c2 = 0.961919, c3 = 'MFLz1rQfjV' where c = 2104 index_test.go:140: sql delete from test_index where c = 1973 [2024/05/06 21:35:07.903 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4572-4572' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5515712023977447060, c2 = 0.680534, c3 = 'BOctJVOycQ' where c = 1200 [2024/05/06 21:35:07.904 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3986-3986' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8993135160340564732, c2 = 0.252556, c3 = 'mngKQJlZuM' where c = 1430 index_test.go:143: sql update test_index set c1 = 1832770113681562305, c2 = 0.477743, c3 = 'xoqdpUsLuE' where c = 1624 [2024/05/06 21:35:07.904 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7104-7104' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 2272 index_test.go:143: sql update test_index set c1 = 984969988178865042, c2 = 0.087790, c3 = 'oD6BZuZ5TM' where c = 1620 [2024/05/06 21:35:07.904 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3603-3603' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3670043902553318644, c2 = 0.731952, c3 = 'sPJMtC8xg0' where c = 2075 index_test.go:137: sql insert into test_index values (2669, 8533964123855239894, 0.691985, '9sqs6EpByS') [2024/05/06 21:35:07.904 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4397-4397' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2670, 8355434789058956872, 0.461605, 'ZBYFBTAl1w') index_test.go:137: sql insert into test_index values (2671, 4391574595494865862, 0.468461, 'd6faUf2vLC') [2024/05/06 21:35:07.904 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8822-8822' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2672, 3029788946651125394, 0.920977, 'strxK656LG') index_test.go:140: sql delete from test_index where c = 949 [2024/05/06 21:35:07.905 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3514-3514' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2634565822678516284, c2 = 0.959100, c3 = 'QtGXHCRWzm' where c = 1826 index_test.go:140: sql delete from test_index where c = 2239 index_test.go:137: sql insert into test_index values (2673, 5438981999794229734, 0.745847, 'SEFlA0ZHmX') [2024/05/06 21:35:07.905 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '354-354' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2674, 4616434896072956019, 0.294804, '7hbqnoZ1GU') index_test.go:140: sql delete from test_index where c = 759 [2024/05/06 21:35:07.905 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '350-350' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2675, 4620539223930434801, 0.535029, 'HYOlTBNQb1') index_test.go:140: sql delete from test_index where c = 1892 index_test.go:140: sql delete from test_index where c = 1307 index_test.go:140: sql delete from test_index where c = 1241 [2024/05/06 21:35:07.905 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7425-7425' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1 index_test.go:137: sql insert into test_index values (2676, 5270329441180461872, 0.688461, '4PvfDeYmfV') [2024/05/06 21:35:07.905 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6795-6795' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 5970346103404993532, c2 = 0.637593, c3 = 'XlfvrF57q8' where c = 565 [2024/05/06 21:35:07.906 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1300-1300' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 354671837833380439, c2 = 0.546271, c3 = 'k2p1gYh1EL' where c = 1249 index_test.go:143: sql update test_index set c1 = 3718663057826231901, c2 = 0.327070, c3 = 'Zz9djam8Co' where c = 296 [2024/05/06 21:35:07.906 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8836-8836' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8654114439268839205, c2 = 0.943942, c3 = '9A6GYjzCui' where c = 1712 index_test.go:140: sql delete from test_index where c = 1308 [2024/05/06 21:35:07.906 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1351-1351' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1091 index_test.go:137: sql insert into test_index values (2677, 3991958026459615098, 0.735601, 'f6l4dRKzWO') [2024/05/06 21:35:07.907 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2401-2401' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1089874626366477658, c2 = 0.786437, c3 = 'LllPgOLRQ3' where c = 36 [2024/05/06 21:35:07.907 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2124-2124' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 4901393285741284077, c2 = 0.463713, c3 = 'keZ5nkLXXx' where c = 2514 index_test.go:143: sql update test_index set c1 = 6362993583317452128, c2 = 0.545858, c3 = '4zsfrxOMIp' where c = 747 [2024/05/06 21:35:07.907 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2611-2611' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2678, 2403028379120354609, 0.135241, 'O3SvUuMrYj') index_test.go:143: sql update test_index set c1 = 9043706089530283211, c2 = 0.644277, c3 = 'HHRT1hGir1' where c = 1938 [2024/05/06 21:35:07.907 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4796-4796' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2679, 4132401928981085964, 0.660813, 'o9J9s4HZ0H') [2024/05/06 21:35:07.907 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1779-1779' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2680, 628175693894203124, 0.437763, 'i5uX2pwYLq') index_test.go:137: sql insert into test_index values (2681, 713107429887661421, 0.198737, 'X8RTtvGdCm') [2024/05/06 21:35:07.907 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9765-9765' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1371 index_test.go:143: sql update test_index set c1 = 7828976336009725416, c2 = 0.048785, c3 = 'RzvPKOQiL4' where c = 2370 [2024/05/06 21:35:07.907 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7345-7345' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 267 index_test.go:140: sql delete from test_index where c = 323 index_test.go:140: sql delete from test_index where c = 496 [2024/05/06 21:35:07.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '33-33' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2684, 6008144096598855893, 0.777497, 'EERZXJz3V1') index_test.go:137: sql insert into test_index values (2683, 2064011662076813503, 0.655459, '2CB9EOv7kW') [2024/05/06 21:35:07.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8352-8352' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2682, 4937283056142219225, 0.314777, 'NKyQMql2Li') index_test.go:143: sql update test_index set c1 = 8683153505268434805, c2 = 0.248070, c3 = 'vtG6te5iyD' where c = 1114 [2024/05/06 21:35:07.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5770-5770' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2686, 7238826224498909034, 0.384568, 'omMZA2K1ZN') index_test.go:137: sql insert into test_index values (2685, 5960110982168149474, 0.691482, 'oDzqQdgJ8x') [2024/05/06 21:35:07.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2099-2099' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7003322106495869859, c2 = 0.498457, c3 = 'elYHnYinmE' where c = 1866 [2024/05/06 21:35:07.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7540-7540' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1304865628977320007, c2 = 0.780607, c3 = 'b9L4KUdkvZ' where c = 2097 index_test.go:140: sql delete from test_index where c = 2443 [2024/05/06 21:35:07.908 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2877-2877' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1224 index_test.go:143: sql update test_index set c1 = 5659500122068201320, c2 = 0.446280, c3 = 'yig4qwVa9A' where c = 2575 [2024/05/06 21:35:07.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2592-2592' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 2248 index_test.go:140: sql delete from test_index where c = 952 index_test.go:140: sql delete from test_index where c = 2208 index_test.go:140: sql delete from test_index where c = 1540 [2024/05/06 21:35:07.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8035-8035' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 910849295090628560, c2 = 0.852348, c3 = 'rYhEeDB4wt' where c = 1184 index_test.go:137: sql insert into test_index values (2687, 430523842002059630, 0.420343, 'Al1xQSiFMf') [2024/05/06 21:35:07.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6534-6534' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8954099430179586098, c2 = 0.947632, c3 = 'TyvRLHNdfD' where c = 959 [2024/05/06 21:35:07.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8939-8939' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2689, 25905365595473480, 0.070174, 'WQxtJTxq4G') index_test.go:137: sql insert into test_index values (2688, 3380373082699553529, 0.247468, 'P7vmogmuTx') [2024/05/06 21:35:07.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6517-6517' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 711 index_test.go:143: sql update test_index set c1 = 164967585168156946, c2 = 0.841627, c3 = 'sNy62xgKkT' where c = 123 [2024/05/06 21:35:07.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5003-5003' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8058224978228574449, c2 = 0.151171, c3 = 'tjJZx6zXqK' where c = 1701 [2024/05/06 21:35:07.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '661-661' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3375914065041812973, c2 = 0.276582, c3 = 'poR7jBB5GZ' where c = 2574 index_test.go:143: sql update test_index set c1 = 8287896798637199247, c2 = 0.236112, c3 = 'XeVWY9wMPq' where c = 1850 [2024/05/06 21:35:07.909 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3875-3875' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7027693697172885754, c2 = 0.207203, c3 = 'BJuslnvBB2' where c = 2010 index_test.go:137: sql insert into test_index values (2690, 2049696846421270474, 0.922716, 'L0Jj05FpaC') [2024/05/06 21:35:07.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8059-8059' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2692, 2223506723409730193, 0.618886, '2xZDQ5YEV9') index_test.go:140: sql delete from test_index where c = 1701 index_test.go:140: sql delete from test_index where c = 1382 [2024/05/06 21:35:07.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4147-4147' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2693, 4876946642185853525, 0.121145, '95GGdLMz6N') [2024/05/06 21:35:07.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7435-7435' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2691, 8718270495784158622, 0.508212, 'RT0bJBuxvV') index_test.go:137: sql insert into test_index values (2695, 5257303950594624872, 0.854235, 'Ob8Mi3ZWtF') [2024/05/06 21:35:07.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4463-4463' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2696, 4905991965530917335, 0.471215, 'sfaHkzbWl9') index_test.go:137: sql insert into test_index values (2694, 56179435577918846, 0.323435, 'yHRn6xYKsH') [2024/05/06 21:35:07.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6503-6503' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 656 index_test.go:140: sql delete from test_index where c = 2532 index_test.go:140: sql delete from test_index where c = 1184 [2024/05/06 21:35:07.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7027-7027' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 1321498919371970992, c2 = 0.706264, c3 = 'FEL7aI0Kxw' where c = 716 index_test.go:140: sql delete from test_index where c = 454 [2024/05/06 21:35:07.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1547-1547' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2057859197795899691, c2 = 0.879456, c3 = 'aQ9jqb9aXs' where c = 1788 index_test.go:143: sql update test_index set c1 = 2550636710245225961, c2 = 0.901409, c3 = 'ddIaJRriw0' where c = 1811 [2024/05/06 21:35:07.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '735-735' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1142 index_test.go:143: sql update test_index set c1 = 4571459470158048111, c2 = 0.925117, c3 = 'B3Q0dltnMI' where c = 984 [2024/05/06 21:35:07.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5934-5934' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 1671 index_test.go:140: sql delete from test_index where c = 789 index_test.go:137: sql insert into test_index values (2697, 1635585322585738597, 0.707342, 'GClzFeBke8') [2024/05/06 21:35:07.910 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1433-1433' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2870435997854408288, c2 = 0.040263, c3 = 'CXYPBbuMLG' where c = 1142 [2024/05/06 21:35:07.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6964-6964' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2698, 7392280791985673757, 0.448929, 'gyNMIrAb7M') index_test.go:137: sql insert into test_index values (2699, 5861279578516931174, 0.357478, 'bf6xobZrB5') [2024/05/06 21:35:07.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4216-4216' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 2163758273829107683, c2 = 0.262059, c3 = 'jrMDDgrs3E' where c = 1610 [2024/05/06 21:35:07.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1697-1697' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 7063178118884189056, c2 = 0.507475, c3 = 'VvKfORTDaI' where c = 1387 [2024/05/06 21:35:07.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9919-9919' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 808710845840728798, c2 = 0.002866, c3 = '8XypLI3k46' where c = 1711 index_test.go:143: sql update test_index set c1 = 1441207790056886788, c2 = 0.687229, c3 = 'o4yUaYHfXb' where c = 1820 [2024/05/06 21:35:07.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5631-5631' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:140: sql delete from test_index where c = 2494 index_test.go:140: sql delete from test_index where c = 1507 index_test.go:140: sql delete from test_index where c = 978 [2024/05/06 21:35:07.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7657-7657' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:137: sql insert into test_index values (2700, 4177389833383687189, 0.552159, 'j72ZWjUfcu') index_test.go:143: sql update test_index set c1 = 6670510900535704018, c2 = 0.268816, c3 = '6KI2Y39kla' where c = 2456 [2024/05/06 21:35:07.911 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '443-443' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8686792526115406498, c2 = 0.110204, c3 = '8xuyYOkSSo' where c = 2355 [2024/05/06 21:35:07.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6458-6458' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 8765128684755105426, c2 = 0.177083, c3 = 'bBlbFbIAKc' where c = 2523 index_test.go:140: sql delete from test_index where c = 2158 [2024/05/06 21:35:07.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2160-2160' for key 'test_conflict_insert_common.PRIMARY'"] index_test.go:143: sql update test_index set c1 = 3525212125925670618, c2 = 0.137932, c3 = 'C01qkOnHUw' where c = 573 [2024/05/06 21:35:07.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5442-5442' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2100-2100' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1443-1443' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8558-8558' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1316-1316' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8360-8360' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8731-8731' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.912 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '675-675' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '662-662' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4817-4817' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3235-3235' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1474-1474' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7528-7528' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.913 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7938-7938' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4969-4969' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3404-3404' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7443-7443' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5240-5240' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7141-7141' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4332-4332' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.914 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1968-1968' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2313-2313' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9742-9742' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3852-3852' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5939-5939' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3331-3331' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5795-5795' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.915 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3195-3195' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3964-3964' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '709-709' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6772-6772' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '814-814' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3379-3379' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.916 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1202-1202' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.917 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '113-113' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.917 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3325-3325' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.917 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9262-9262' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4881-4881' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2817-2817' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2074-2074' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '386-386' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7326-7326' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '407-407' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.918 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2389-2389' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.919 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5170-5170' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.919 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4324-4324' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.919 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5597-5597' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5448-5448' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4870-4870' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5772-5772' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '983-983' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8747-8747' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3288-3288' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7919-7919' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.920 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5698-5698' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '977-977' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2701-2701' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2112-2112' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9005-9005' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5247-5247' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.921 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6758-6758' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '837-837' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4286-4286' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9192-9192' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8842-8842' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2789-2789' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4938-4938' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.922 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6027-6027' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9766-9766' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4797-4797' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8461-8461' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '729-729' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6938-6938' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.923 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3206-3206' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4825-4825' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5444-5444' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2440-2440' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9680-9680' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1212-1212' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7015-7015' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1991-1991' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6649-6649' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7656-7656' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1803-1803' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6654-6654' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6001-6001' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1016-1016' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3681-3681' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6690-6690' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9525-9525' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8429-8429' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.926 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8175-8175' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7371-7371' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5096-5096' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8436-8436' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7815-7815' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8343-8343' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1838-1838' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2073-2073' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8158-8158' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4854-4854' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6046-6046' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1964-1964' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3514-3514' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3664-3664' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7087-7087' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.929 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3608-3608' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.929 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1153-1153' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.929 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '51-51' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.929 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '255-255' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.929 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '187-187' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.929 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5914-5914' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.929 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5714-5714' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8327-8327' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6117-6117' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3528-3528' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1760-1760' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4039-4039' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9264-9264' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '27-27' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.931 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6750-6750' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.931 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4713-4713' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.931 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6096-6096' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.931 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2931-2931' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.932 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '426-426' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.932 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5478-5478' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.932 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '209-209' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.932 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1087-1087' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.932 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6115-6115' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.932 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7146-7146' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9996-9996' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.934 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3455-3455' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.934 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '85-85' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.934 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6882-6882' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.934 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4038-4038' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.934 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '683-683' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8685-8685' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3647-3647' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.936 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6649-6649' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.936 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6730-6730' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.936 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6367-6367' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.936 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '175-175' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1182-1182' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7710-7710' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6803-6803' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5237-5237' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.938 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6883-6883' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.938 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3735-3735' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.938 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8139-8139' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.938 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5903-5903' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7326-7326' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6362-6362' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4653-4653' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1335-1335' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9658-9658' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4395-4395' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2944-2944' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1924-1924' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8727-8727' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5248-5248' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.940 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9981-9981' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.941 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3548-3548' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.941 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4620-4620' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.941 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5472-5472' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.942 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4443-4443' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.942 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4325-4325' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.942 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '642-642' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.942 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3506-3506' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.943 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1863-1863' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.943 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5487-5487' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.943 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '104-104' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.944 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7875-7875' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.944 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '743-743' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.946 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5548-5548' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.947 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1784-1784' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.947 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3019-3019' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.947 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4542-4542' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.948 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '5597-5597' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.995 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6354-6354' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.995 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7782-7782' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:07.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9348-9348' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8879-8879' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.002 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6494-6494' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.003 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '810-810' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.005 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1797-1797' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '8770-8770' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.007 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '1205-1205' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.007 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2391-2391' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4952-4952' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '489-489' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4720-4720' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7454-7454' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.010 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '3228-3228' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7004-7004' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '6291-6291' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2633-2633' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4175-4175' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4641-4641' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '4625-4625' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '9090-9090' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '7912-7912' for key 'test_conflict_insert_common.PRIMARY'"] [2024/05/06 21:35:08.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '2324-2324' for key 'test_conflict_insert_common.PRIMARY'"] [TestSimpleConflictInsert][Time Cost]2.745896708s index_test.go:137: sql insert into test_index values (2703, 8516316110858974291, 0.789178, 'I7WobqRfzM') index_test.go:137: sql insert into test_index values (2702, 339136394846900299, 0.448622, '2qHIbYG95U') index_test.go:137: sql insert into test_index values (2709, 759102931010991958, 0.494085, 'XDQwpjy9Fn') index_test.go:137: sql insert into test_index values (2705, 1011334961097444625, 0.719751, 'GVFbzWokHj') index_test.go:137: sql insert into test_index values (2701, 1690764025274997420, 0.248712, 'cYLGOD4ljH') index_test.go:137: sql insert into test_index values (2704, 1449683431764483602, 0.895499, 'VSivJMTQrR') index_test.go:137: sql insert into test_index values (2708, 8762775909523381410, 0.404517, 'mgdNDoY9EO') index_test.go:137: sql insert into test_index values (2710, 805166241883728845, 0.142055, 'hq967TyaHv') index_test.go:137: sql insert into test_index values (2706, 1789177663079633130, 0.322477, 'AuY157s3WN') index_test.go:137: sql insert into test_index values (2707, 8116388128945667224, 0.160875, '2IdPwpJDot') index_test.go:140: sql delete from test_index where c = 306 index_test.go:140: sql delete from test_index where c = 1296 index_test.go:140: sql delete from test_index where c = 406 index_test.go:140: sql delete from test_index where c = 1940 index_test.go:140: sql delete from test_index where c = 1655 index_test.go:140: sql delete from test_index where c = 2071 index_test.go:140: sql delete from test_index where c = 2617 index_test.go:140: sql delete from test_index where c = 288 index_test.go:140: sql delete from test_index where c = 2490 index_test.go:140: sql delete from test_index where c = 2554 index_test.go:143: sql update test_index set c1 = 7220126665263107125, c2 = 0.074356, c3 = 'w9JTsGGkkO' where c = 2248 index_test.go:143: sql update test_index set c1 = 4007164298757999004, c2 = 0.467972, c3 = 'MAzL2o4pZ6' where c = 97 index_test.go:143: sql update test_index set c1 = 3083331458323580265, c2 = 0.177911, c3 = 'upfTNbW4vv' where c = 787 index_test.go:143: sql update test_index set c1 = 2180674646539446314, c2 = 0.960777, c3 = 'VgzOMSTxKO' where c = 1759 index_test.go:143: sql update test_index set c1 = 7068831303723608587, c2 = 0.770311, c3 = 'uAvmzf7pKx' where c = 2055 index_test.go:143: sql update test_index set c1 = 7681165474607473763, c2 = 0.679704, c3 = 'Lnbb6c6Swx' where c = 383 index_test.go:143: sql update test_index set c1 = 2974849977251923469, c2 = 0.461282, c3 = 'qYPmFiO1Sj' where c = 2259 index_test.go:143: sql update test_index set c1 = 5482786582494123833, c2 = 0.036361, c3 = 'rngj23RFZN' where c = 1368 index_test.go:143: sql update test_index set c1 = 4104257647398349646, c2 = 0.375953, c3 = '6PCksvV5EJ' where c = 2288 index_test.go:137: sql insert into test_index values (2711, 2246487464048004449, 0.195190, 'FCPDriCYO9') index_test.go:143: sql update test_index set c1 = 5085690296579205881, c2 = 0.677889, c3 = 'yuCNr7tJ7p' where c = 2313 index_test.go:137: sql insert into test_index values (2713, 789885072166142444, 0.445904, 'Dlid887BPz') index_test.go:137: sql insert into test_index values (2715, 5803947810743192505, 0.790903, 'FUw7hAVBYr') index_test.go:137: sql insert into test_index values (2718, 6070602215060988982, 0.971463, 'Y2ck7K5GxN') index_test.go:137: sql insert into test_index values (2716, 1687758210794424533, 0.928694, 'bC6p80OnW0') index_test.go:137: sql insert into test_index values (2719, 7363515050588352111, 0.000400, 'rYe8cr9v9n') index_test.go:137: sql insert into test_index values (2712, 264579451930676454, 0.424532, 'Y2Cq51GYHY') index_test.go:137: sql insert into test_index values (2714, 5563241209369480194, 0.233036, 'jl5laNRCut') index_test.go:137: sql insert into test_index values (2717, 8131504296739437242, 0.238279, 'SeFbGQrNIR') index_test.go:137: sql insert into test_index values (2720, 2737532284205345499, 0.523497, 'Zp8Et5UAJt') index_test.go:140: sql delete from test_index where c = 2066 index_test.go:140: sql delete from test_index where c = 250 index_test.go:140: sql delete from test_index where c = 839 index_test.go:140: sql delete from test_index where c = 925 index_test.go:140: sql delete from test_index where c = 2279 index_test.go:140: sql delete from test_index where c = 891 index_test.go:140: sql delete from test_index where c = 1457 index_test.go:143: sql update test_index set c1 = 3009073237125825056, c2 = 0.678190, c3 = 'HqXM1u04p8' where c = 2617 index_test.go:140: sql delete from test_index where c = 2341 index_test.go:143: sql update test_index set c1 = 1337742603016489353, c2 = 0.995368, c3 = 'Gcka3Q2n85' where c = 470 # Time: 2024-05-06T21:35:08.288227927+08:00 # Txn_start_ts: 0 # Query_time: 1.008012404 # Parse_time: 0.00007909 # Compile_time: 0.000091672 # Rewrite_time: 0.000002635 # Optimize_time: 0 # Wait_TS: 0.000228677 # DB: test_ddl # Is_internal: false # Digest: dca966c114ddec9694d60160365be4f13a7b89ba9e7b7739957fb07b907f8def # Num_cop_tasks: 0 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Succ: true # IsExplicitTxn: false # IsSyncStatsFailed: false # Resource_group: default drop index c2_index on test_index; index_test.go:143: sql update test_index set c1 = 527264200158354559, c2 = 0.221790, c3 = 'aSufhcI2wf' where c = 644 index_test.go:140: sql delete from test_index where c = 1326 index_test.go:143: sql update test_index set c1 = 7141103065668420474, c2 = 0.213036, c3 = 'NPjl6rHnYz' where c = 2212 index_test.go:143: sql update test_index set c1 = 3180641065217035960, c2 = 0.778627, c3 = 'UxClsBiN1q' where c = 2668 index_test.go:137: sql insert into test_index values (2721, 1338190973953430621, 0.342132, 'wmzXYXgf2h') index_test.go:143: sql update test_index set c1 = 8215507666968057268, c2 = 0.556022, c3 = 'BQOYbYvNVy' where c = 1913 index_test.go:140: sql delete from test_index where c = 993 index_test.go:137: sql insert into test_index values (2723, 1763587456252661846, 0.726711, 'JrxR1PkxQj') index_test.go:143: sql update test_index set c1 = 2374881589516866570, c2 = 0.893544, c3 = '14EboPCIWl' where c = 1581 index_test.go:143: sql update test_index set c1 = 7889662637236600236, c2 = 0.211215, c3 = 'dlAGVvekRP' where c = 1088 index_test.go:143: sql update test_index set c1 = 2625878332993158870, c2 = 0.533826, c3 = 'VtQtuwGgXT' where c = 944 index_test.go:137: sql insert into test_index values (2725, 248541400039714456, 0.554039, 'UmXjuSlfBL') index_test.go:137: sql insert into test_index values (2722, 5678325959724088955, 0.968112, 'X7k27i5c7I') index_test.go:137: sql insert into test_index values (2724, 6177977025539915734, 0.466387, 'CU19Bl36OX') index_test.go:137: sql insert into test_index values (2726, 784391643861035353, 0.310260, 'dyepRKVcM5') index_test.go:143: sql update test_index set c1 = 9098071062063018331, c2 = 0.547536, c3 = 'hetiQpIWfp' where c = 827 index_test.go:137: sql insert into test_index values (2728, 1384561709065456758, 0.701832, 'Ig2I3IZ8mc') index_test.go:140: sql delete from test_index where c = 285 index_test.go:137: sql insert into test_index values (2727, 6000008838470292037, 0.589620, 'wVgbGV4kmh') index_test.go:140: sql delete from test_index where c = 2673 index_test.go:137: sql insert into test_index values (2729, 4567277539114437014, 0.505689, 'M6lqGlrAQO') index_test.go:140: sql delete from test_index where c = 872 index_test.go:140: sql delete from test_index where c = 1457 index_test.go:140: sql delete from test_index where c = 312 index_test.go:143: sql update test_index set c1 = 5410952416629272862, c2 = 0.542544, c3 = 'mWgLYxXY4t' where c = 908 index_test.go:143: sql update test_index set c1 = 444984929050018096, c2 = 0.068012, c3 = 'NLBn8ceWf8' where c = 1698 index_test.go:140: sql delete from test_index where c = 1418 index_test.go:143: sql update test_index set c1 = 7444288468776556140, c2 = 0.182779, c3 = 'mVQyt61Swo' where c = 32 index_test.go:140: sql delete from test_index where c = 2394 index_test.go:137: sql insert into test_index values (2730, 4757124879584980014, 0.583267, '81lGPmIHwp') index_test.go:140: sql delete from test_index where c = 315 index_test.go:140: sql delete from test_index where c = 2672 index_test.go:137: sql insert into test_index values (2732, 1673565366340991805, 0.603061, 'iSjXcyvCQ6') index_test.go:143: sql update test_index set c1 = 656032069533864454, c2 = 0.497317, c3 = '4rIGVaHM0E' where c = 1006 index_test.go:143: sql update test_index set c1 = 3378158413111991597, c2 = 0.313984, c3 = 'AuWCKdB9fc' where c = 21 index_test.go:143: sql update test_index set c1 = 220340856385699349, c2 = 0.663856, c3 = 'uC8On4J8qj' where c = 2013 index_test.go:140: sql delete from test_index where c = 880 index_test.go:143: sql update test_index set c1 = 1741204691371007295, c2 = 0.061007, c3 = 'All7TnJTUd' where c = 2673 index_test.go:137: sql insert into test_index values (2733, 4136119397476786910, 0.647816, 'qtLbDKC23G') index_test.go:137: sql insert into test_index values (2731, 6767144802457173646, 0.914788, 'eFUoTa9mjJ') index_test.go:143: sql update test_index set c1 = 356591377178120180, c2 = 0.179658, c3 = 'irQpne8rkZ' where c = 2098 index_test.go:137: sql insert into test_index values (2735, 8178722367451053169, 0.385500, 'GPUttKGnCH') index_test.go:137: sql insert into test_index values (2734, 7375906313772455451, 0.414413, 'xXuVvKmvuS') index_test.go:143: sql update test_index set c1 = 7727684712237462669, c2 = 0.730707, c3 = 'n97QXqTi4U' where c = 1520 index_test.go:140: sql delete from test_index where c = 1687 index_test.go:143: sql update test_index set c1 = 6083463932217722259, c2 = 0.386322, c3 = 'YQBbxHcfpR' where c = 2035 index_test.go:140: sql delete from test_index where c = 1736 index_test.go:137: sql insert into test_index values (2737, 6706720019737929751, 0.803633, '8zEokfbLqH') index_test.go:137: sql insert into test_index values (2736, 8152368635828563507, 0.184819, '2yPdoELI5v') index_test.go:140: sql delete from test_index where c = 1493 index_test.go:140: sql delete from test_index where c = 1381 index_test.go:137: sql insert into test_index values (2738, 3894899705982976103, 0.216995, 'cfPEwc8J75') index_test.go:137: sql insert into test_index values (2739, 504729556875832991, 0.204511, 'Mexnu239Fk') index_test.go:140: sql delete from test_index where c = 837 index_test.go:143: sql update test_index set c1 = 6771252652858614103, c2 = 0.317077, c3 = 'GAkopKYdzq' where c = 1968 index_test.go:143: sql update test_index set c1 = 5845937645917943122, c2 = 0.825680, c3 = 'QCooU99XAX' where c = 1800 index_test.go:143: sql update test_index set c1 = 6965456752371099363, c2 = 0.353004, c3 = 'XwYsC37PDp' where c = 1508 index_test.go:143: sql update test_index set c1 = 8582832960610460271, c2 = 0.593255, c3 = 'sxVMWcVfYK' where c = 556 index_test.go:137: sql insert into test_index values (2740, 7433841843112327398, 0.865641, '6WbYibGpVZ') index_test.go:140: sql delete from test_index where c = 633 index_test.go:140: sql delete from test_index where c = 2674 index_test.go:143: sql update test_index set c1 = 7841946960006620439, c2 = 0.236577, c3 = '3Ih8mB4pdo' where c = 1617 index_test.go:140: sql delete from test_index where c = 1688 index_test.go:140: sql delete from test_index where c = 1353 index_test.go:137: sql insert into test_index values (2744, 8957994569359431661, 0.645778, '5eOH1wVIRM') index_test.go:137: sql insert into test_index values (2741, 1266211083277867304, 0.291938, 'NDWxy95Kf3') index_test.go:137: sql insert into test_index values (2742, 8188842202350126192, 0.787458, 'vqury0Hw7f') index_test.go:137: sql insert into test_index values (2743, 1530101948309298291, 0.265148, 'LvlLRSmQvP') index_test.go:140: sql delete from test_index where c = 584 index_test.go:137: sql insert into test_index values (2745, 4388262993107277467, 0.458049, 'ZoPbdMsdz4') index_test.go:143: sql update test_index set c1 = 6702006823610690097, c2 = 0.354716, c3 = 'rvUE7DDJaM' where c = 782 index_test.go:143: sql update test_index set c1 = 3840863551907097657, c2 = 0.154372, c3 = 'EWWuiKssuV' where c = 2033 index_test.go:140: sql delete from test_index where c = 669 index_test.go:140: sql delete from test_index where c = 1038 index_test.go:143: sql update test_index set c1 = 7642035006385551622, c2 = 0.077261, c3 = 'MfnkomGBuE' where c = 2553 index_test.go:143: sql update test_index set c1 = 109567034913441712, c2 = 0.779646, c3 = '6wuW1KXmPE' where c = 313 index_test.go:140: sql delete from test_index where c = 666 index_test.go:140: sql delete from test_index where c = 1880 index_test.go:137: sql insert into test_index values (2747, 6559087797899080152, 0.544059, 'SA8MCuLQyl') index_test.go:143: sql update test_index set c1 = 1332757168256526541, c2 = 0.341449, c3 = 'rKoakYunQT' where c = 1673 index_test.go:137: sql insert into test_index values (2746, 730643998367811698, 0.027085, 'ZWb25Eb33M') index_test.go:143: sql update test_index set c1 = 1703817380534964937, c2 = 0.245319, c3 = 'ASG0qAiYIN' where c = 2387 index_test.go:137: sql insert into test_index values (2748, 8730877712224718155, 0.005057, 'k0RJStb8z1') index_test.go:140: sql delete from test_index where c = 1292 index_test.go:140: sql delete from test_index where c = 1129 index_test.go:143: sql update test_index set c1 = 2031341612328258959, c2 = 0.953817, c3 = '8rAsl6Qa57' where c = 2744 index_test.go:137: sql insert into test_index values (2749, 8536386760792977748, 0.276970, 'Tx0oMI9o3q') index_test.go:143: sql update test_index set c1 = 6166694837086718616, c2 = 0.741065, c3 = 'zHTcTXam8M' where c = 275 index_test.go:143: sql update test_index set c1 = 6861990807625937849, c2 = 0.605068, c3 = 'XpRuWaZC52' where c = 313 index_test.go:140: sql delete from test_index where c = 2077 index_test.go:137: sql insert into test_index values (2751, 4748459733213442109, 0.988239, 'NDsJTP5yQf') index_test.go:140: sql delete from test_index where c = 1404 index_test.go:137: sql insert into test_index values (2752, 567405669911026744, 0.738020, 'BWYlnGqV1S') index_test.go:143: sql update test_index set c1 = 3617146394171100984, c2 = 0.125094, c3 = 'U42tUREloO' where c = 1411 index_test.go:137: sql insert into test_index values (2750, 8703518089863739741, 0.073375, '6IGHh7eC7C') index_test.go:143: sql update test_index set c1 = 4218423725180861913, c2 = 0.148447, c3 = '7f9KBFg3g7' where c = 2498 index_test.go:143: sql update test_index set c1 = 6471024603985547411, c2 = 0.526493, c3 = 'kDVwy6yC4e' where c = 978 index_test.go:137: sql insert into test_index values (2753, 4210131908889085981, 0.656614, 'ES24NMAvxb') index_test.go:137: sql insert into test_index values (2754, 9074537162380205270, 0.023079, 'R6ogevCbSS') index_test.go:143: sql update test_index set c1 = 6795355894922880343, c2 = 0.980592, c3 = 'ZrjwEgj0lF' where c = 749 index_test.go:140: sql delete from test_index where c = 1802 index_test.go:140: sql delete from test_index where c = 769 index_test.go:140: sql delete from test_index where c = 1298 index_test.go:140: sql delete from test_index where c = 781 index_test.go:140: sql delete from test_index where c = 2218 index_test.go:143: sql update test_index set c1 = 344056494283862621, c2 = 0.506838, c3 = 'NUniBAWJgD' where c = 1627 index_test.go:137: sql insert into test_index values (2755, 4777244080369157287, 0.919451, 'Ta5wMoUOgM') index_test.go:137: sql insert into test_index values (2756, 872435009418750295, 0.887217, 'thIkhvfRjN') index_test.go:140: sql delete from test_index where c = 517 index_test.go:143: sql update test_index set c1 = 8625036971995301772, c2 = 0.410320, c3 = 'Nal7kE7KYy' where c = 870 index_test.go:143: sql update test_index set c1 = 8242806324157259847, c2 = 0.075005, c3 = 'MEjwOSu7Hr' where c = 79 index_test.go:137: sql insert into test_index values (2758, 2085765003073962794, 0.314341, 'JVM7MCC3Mn') index_test.go:137: sql insert into test_index values (2757, 7958170656056437335, 0.937781, 'XVOLTqMyzh') index_test.go:137: sql insert into test_index values (2759, 9200124909729126627, 0.819112, 'yZzNnoGkeX') index_test.go:143: sql update test_index set c1 = 7188830077113198949, c2 = 0.722383, c3 = '6vPWhiSWWp' where c = 2432 index_test.go:140: sql delete from test_index where c = 1480 index_test.go:140: sql delete from test_index where c = 744 index_test.go:137: sql insert into test_index values (2761, 2063282529416885465, 0.758912, '7UEhJvOtMY') index_test.go:143: sql update test_index set c1 = 3475187930074425615, c2 = 0.693091, c3 = 'qNjt2clLhG' where c = 1492 index_test.go:140: sql delete from test_index where c = 1654 index_test.go:140: sql delete from test_index where c = 394 index_test.go:143: sql update test_index set c1 = 7856774879366709352, c2 = 0.334129, c3 = 'K3kDZVOnna' where c = 2718 index_test.go:140: sql delete from test_index where c = 2079 index_test.go:143: sql update test_index set c1 = 1804539697845761001, c2 = 0.272376, c3 = 'Ukaerwi2o2' where c = 1686 index_test.go:137: sql insert into test_index values (2760, 7990396171975534561, 0.572058, 'ibz14n3APl') index_test.go:143: sql update test_index set c1 = 3316217073357894006, c2 = 0.513696, c3 = 'iVV6w1dWXl' where c = 358 index_test.go:143: sql update test_index set c1 = 1122224423325048561, c2 = 0.040314, c3 = 'TifT4hyXDi' where c = 907 index_test.go:137: sql insert into test_index values (2762, 2609082894150418700, 0.772759, '0r6VlG12id') index_test.go:137: sql insert into test_index values (2764, 1125697667470176169, 0.426133, 'zTN9184bFL') index_test.go:137: sql insert into test_index values (2763, 8108570634295253751, 0.296031, '6TPQguCPUm') index_test.go:140: sql delete from test_index where c = 862 index_test.go:143: sql update test_index set c1 = 3158041598607992168, c2 = 0.275133, c3 = 'U9m1Lz0Jke' where c = 1732 index_test.go:143: sql update test_index set c1 = 2296264885795710058, c2 = 0.847191, c3 = 'OEAQ2nYJDw' where c = 117 index_test.go:137: sql insert into test_index values (2765, 3650883624653584704, 0.719827, 'Hlu6BFaxjg') index_test.go:140: sql delete from test_index where c = 437 index_test.go:140: sql delete from test_index where c = 281 index_test.go:143: sql update test_index set c1 = 97125235245661267, c2 = 0.937796, c3 = 'eKzZg4wZAJ' where c = 992 index_test.go:140: sql delete from test_index where c = 2182 index_test.go:140: sql delete from test_index where c = 2538 index_test.go:140: sql delete from test_index where c = 693 index_test.go:137: sql insert into test_index values (2766, 5874319597030699564, 0.763061, 'V8HcIGOSQV') index_test.go:143: sql update test_index set c1 = 3490813998521757183, c2 = 0.549295, c3 = 'zDIwRLiJUT' where c = 202 index_test.go:137: sql insert into test_index values (2768, 6718592418944523008, 0.425670, 'gjxs3ZHlUh') index_test.go:137: sql insert into test_index values (2767, 2668263083406535729, 0.010827, 'QX9yQt6lsG') index_test.go:143: sql update test_index set c1 = 7901008355068673036, c2 = 0.497574, c3 = 'N4u1t9JHDn' where c = 805 index_test.go:137: sql insert into test_index values (2769, 234688444806222550, 0.416650, 'syMKHNBXcr') index_test.go:143: sql update test_index set c1 = 8332482338225180278, c2 = 0.635280, c3 = 'JXUrewnAzv' where c = 1819 index_test.go:140: sql delete from test_index where c = 651 index_test.go:140: sql delete from test_index where c = 414 index_test.go:143: sql update test_index set c1 = 994586138093370331, c2 = 0.296688, c3 = 'Tu7uXIjDCQ' where c = 2313 index_test.go:137: sql insert into test_index values (2770, 1824263673425367236, 0.858087, 'dRsRvCDIPc') index_test.go:137: sql insert into test_index values (2771, 8376250158156028522, 0.415770, 'KnN2gRdDQw') index_test.go:137: sql insert into test_index values (2772, 6010891196434430933, 0.699520, 'TyIJlzFgxZ') index_test.go:143: sql update test_index set c1 = 7178869165833810864, c2 = 0.641226, c3 = 'CCFsxp3EBH' where c = 1703 index_test.go:140: sql delete from test_index where c = 2432 index_test.go:140: sql delete from test_index where c = 1440 index_test.go:137: sql insert into test_index values (2774, 8140514831561870014, 0.502238, 'goB4WRj9Ib') index_test.go:143: sql update test_index set c1 = 4056949273518613511, c2 = 0.765075, c3 = 'T5BOFVuBkX' where c = 2175 index_test.go:143: sql update test_index set c1 = 6107190567030150934, c2 = 0.801109, c3 = 'BdO7FKYBsk' where c = 665 index_test.go:140: sql delete from test_index where c = 180 index_test.go:140: sql delete from test_index where c = 858 index_test.go:137: sql insert into test_index values (2773, 7048341260392292428, 0.139482, 'UIt79wEsh9') index_test.go:143: sql update test_index set c1 = 8073028001729777851, c2 = 0.957144, c3 = 'W7oKnNh7oz' where c = 2010 index_test.go:140: sql delete from test_index where c = 2004 index_test.go:143: sql update test_index set c1 = 6154449020300900748, c2 = 0.942189, c3 = 'geRwRMgGrd' where c = 2335 index_test.go:137: sql insert into test_index values (2775, 7256937727747149989, 0.148750, 'WpNTeZ91zQ') index_test.go:137: sql insert into test_index values (2777, 3989650097760046698, 0.016963, 'GHOyayue5c') index_test.go:137: sql insert into test_index values (2776, 5159903888790060652, 0.982602, 'E5XYkqWRnX') index_test.go:140: sql delete from test_index where c = 1284 index_test.go:140: sql delete from test_index where c = 2585 index_test.go:137: sql insert into test_index values (2778, 8384918958330112337, 0.677564, 'hfuCiIFZ8P') index_test.go:143: sql update test_index set c1 = 622048760108157047, c2 = 0.449230, c3 = '5GLsuDi9m4' where c = 1484 index_test.go:140: sql delete from test_index where c = 1822 index_test.go:143: sql update test_index set c1 = 475094283028564703, c2 = 0.799873, c3 = '9ekjHso1KR' where c = 2596 index_test.go:143: sql update test_index set c1 = 1682568270369055117, c2 = 0.391656, c3 = 'aiERtkT6TK' where c = 948 index_test.go:143: sql update test_index set c1 = 5805680589758906810, c2 = 0.536466, c3 = '5uWLvJpNan' where c = 997 index_test.go:143: sql update test_index set c1 = 7429744246656911345, c2 = 0.908516, c3 = 'QROSNSy2QU' where c = 419 index_test.go:140: sql delete from test_index where c = 951 index_test.go:137: sql insert into test_index values (2779, 627667279718005451, 0.167019, 'SD1xPOi9rJ') index_test.go:137: sql insert into test_index values (2780, 332102134155951317, 0.002930, '6H9evySXFs') index_test.go:140: sql delete from test_index where c = 746 index_test.go:137: sql insert into test_index values (2781, 336013683453995484, 0.093596, 'qmGqKK3IWL') index_test.go:140: sql delete from test_index where c = 2170 index_test.go:143: sql update test_index set c1 = 9108200438390565979, c2 = 0.842817, c3 = 'PDOXH0O0EJ' where c = 1968 index_test.go:137: sql insert into test_index values (2782, 2485116710423031851, 0.878334, 'C3XnYP9dyv') index_test.go:143: sql update test_index set c1 = 8790519376318256831, c2 = 0.983778, c3 = 'F3gAfHLsvx' where c = 2763 index_test.go:137: sql insert into test_index values (2784, 2558790487195333809, 0.522587, 'uWM4Z5XAGh') index_test.go:140: sql delete from test_index where c = 1697 index_test.go:143: sql update test_index set c1 = 7454142771573494468, c2 = 0.665932, c3 = 'DcHmsKUJPS' where c = 2265 index_test.go:140: sql delete from test_index where c = 102 index_test.go:140: sql delete from test_index where c = 1609 index_test.go:140: sql delete from test_index where c = 482 index_test.go:137: sql insert into test_index values (2783, 7341855741847010245, 0.229958, 'LPF9efbyad') index_test.go:137: sql insert into test_index values (2785, 4183913677383853782, 0.354876, 'psJCtjyE9Z') index_test.go:143: sql update test_index set c1 = 5523175972864926486, c2 = 0.699964, c3 = 'KX9BSkuicy' where c = 879 index_test.go:143: sql update test_index set c1 = 2416056125107848301, c2 = 0.185049, c3 = 'IOjOIeJjy3' where c = 929 index_test.go:143: sql update test_index set c1 = 4146679828911843098, c2 = 0.486268, c3 = '4mGRAVcJSf' where c = 1802 index_test.go:140: sql delete from test_index where c = 2012 index_test.go:137: sql insert into test_index values (2786, 6694617337292290084, 0.740735, 'CXhpQkmnlp') index_test.go:140: sql delete from test_index where c = 349 index_test.go:143: sql update test_index set c1 = 2345695786474983200, c2 = 0.691839, c3 = 'j6I5b6pmJR' where c = 1514 index_test.go:143: sql update test_index set c1 = 5619826723944153030, c2 = 0.979626, c3 = 'wyDGcZts5O' where c = 755 index_test.go:140: sql delete from test_index where c = 586 index_test.go:143: sql update test_index set c1 = 810930973531628414, c2 = 0.230128, c3 = 'U5Ch3lWEwQ' where c = 734 index_test.go:143: sql update test_index set c1 = 4600672391856434041, c2 = 0.645632, c3 = 'NhxtNwewl0' where c = 307 index_test.go:137: sql insert into test_index values (2789, 1874072606624783479, 0.536889, 'QAtUSthfcS') index_test.go:137: sql insert into test_index values (2788, 3631099358299541810, 0.265601, 'YCPYy6qdVg') index_test.go:140: sql delete from test_index where c = 1155 index_test.go:137: sql insert into test_index values (2787, 1614420211237400113, 0.428122, '7mgtSj3gEs') index_test.go:140: sql delete from test_index where c = 695 index_test.go:137: sql insert into test_index values (2791, 1517130345101706724, 0.151528, 'KhuX7W7Lo4') index_test.go:143: sql update test_index set c1 = 2851562693172994613, c2 = 0.895812, c3 = 'CUKHW37OU3' where c = 1923 index_test.go:140: sql delete from test_index where c = 834 index_test.go:137: sql insert into test_index values (2790, 3161008695220137963, 0.332888, '2gOql4mTWO') index_test.go:137: sql insert into test_index values (2792, 4654634913111828944, 0.936665, 'Q4hRYgM4Vb') index_test.go:137: sql insert into test_index values (2793, 9106679615576843822, 0.430742, 'Wq8SblymT7') index_test.go:140: sql delete from test_index where c = 397 index_test.go:143: sql update test_index set c1 = 8420438958066140068, c2 = 0.241277, c3 = '7A8gkCPPx3' where c = 293 index_test.go:140: sql delete from test_index where c = 2187 index_test.go:143: sql update test_index set c1 = 8710751455733967750, c2 = 0.193322, c3 = 'enKgULuRc1' where c = 1791 index_test.go:137: sql insert into test_index values (2794, 6213934733993876943, 0.267821, 'recCTagcHY') index_test.go:143: sql update test_index set c1 = 7388971387121711113, c2 = 0.485652, c3 = 'lWRLKfeS7e' where c = 1229 index_test.go:140: sql delete from test_index where c = 2091 index_test.go:137: sql insert into test_index values (2795, 48943966594770619, 0.172079, 'XRMQRoZUBR') index_test.go:143: sql update test_index set c1 = 5450774502623853622, c2 = 0.737763, c3 = '5PtCgsfw5B' where c = 1663 index_test.go:143: sql update test_index set c1 = 1927351457024676606, c2 = 0.084418, c3 = 'l2lPdFeIqR' where c = 1784 index_test.go:140: sql delete from test_index where c = 2220 index_test.go:140: sql delete from test_index where c = 2295 index_test.go:137: sql insert into test_index values (2796, 8230518725450856405, 0.995579, '79DX85ajbx') index_test.go:140: sql delete from test_index where c = 868 index_test.go:140: sql delete from test_index where c = 1799 index_test.go:140: sql delete from test_index where c = 2233 index_test.go:143: sql update test_index set c1 = 7286864453204250482, c2 = 0.540479, c3 = 'jlwjuO1Gly' where c = 284 index_test.go:143: sql update test_index set c1 = 3219246730207443182, c2 = 0.384992, c3 = '8rCTcMcrPZ' where c = 2602 index_test.go:143: sql update test_index set c1 = 3721530663084627973, c2 = 0.149575, c3 = 'ZU9R6mINps' where c = 587 index_test.go:137: sql insert into test_index values (2797, 379592560246652985, 0.357243, 'uIYb6xwmAa') index_test.go:143: sql update test_index set c1 = 7103840565442111900, c2 = 0.427880, c3 = 'Khj03uDXKY' where c = 1411 index_test.go:143: sql update test_index set c1 = 105295527260841791, c2 = 0.334023, c3 = 'M5cKj9jQYI' where c = 2217 index_test.go:137: sql insert into test_index values (2798, 3919301426767791715, 0.629195, '0s7xEka0qi') index_test.go:143: sql update test_index set c1 = 2735410461152126488, c2 = 0.808206, c3 = 'khGcikMAeF' where c = 2112 index_test.go:137: sql insert into test_index values (2799, 687991660108780676, 0.334522, 'r1XVUhDo5F') index_test.go:140: sql delete from test_index where c = 2193 index_test.go:140: sql delete from test_index where c = 365 index_test.go:137: sql insert into test_index values (2800, 8961573130463814171, 0.346377, 'eIlLUJggSo') index_test.go:143: sql update test_index set c1 = 7723879474354742438, c2 = 0.352930, c3 = 'JHfIFH9esX' where c = 880 index_test.go:140: sql delete from test_index where c = 1423 index_test.go:143: sql update test_index set c1 = 4749026267271872016, c2 = 0.902100, c3 = 'IOShjMnLQy' where c = 611 index_test.go:140: sql delete from test_index where c = 2424 index_test.go:143: sql update test_index set c1 = 2536461685292482424, c2 = 0.729736, c3 = 'z2IHJew7Fr' where c = 1554 index_test.go:143: sql update test_index set c1 = 5781415484762175783, c2 = 0.957436, c3 = 'fAsDp5vcVD' where c = 1483 index_test.go:137: sql insert into test_index values (2804, 5632100368784577022, 0.801644, 'PAjOjkrEjT') index_test.go:137: sql insert into test_index values (2805, 4964252912452422530, 0.596772, 'RyAGoPROoq') index_test.go:137: sql insert into test_index values (2803, 2709212831275586381, 0.862712, 'ewzN8KLW0z') index_test.go:137: sql insert into test_index values (2807, 1213166993669725181, 0.579294, 'N9QcFURM0V') index_test.go:137: sql insert into test_index values (2806, 5650832473107320720, 0.503254, 'r3AOHVFukg') index_test.go:137: sql insert into test_index values (2808, 1831189262373722165, 0.587618, 'ftkEBzjL7R') index_test.go:137: sql insert into test_index values (2802, 943292686426423538, 0.135238, 'YS07qmtEX2') index_test.go:137: sql insert into test_index values (2810, 2337798013501948896, 0.515848, 'qUfbPgWQVt') index_test.go:137: sql insert into test_index values (2801, 8991313673938799334, 0.078564, 'FsHg2NRq9j') index_test.go:137: sql insert into test_index values (2809, 1601618601078561123, 0.614917, 'Ro0NXsptxJ') index_test.go:140: sql delete from test_index where c = 2024 index_test.go:140: sql delete from test_index where c = 231 index_test.go:140: sql delete from test_index where c = 1728 index_test.go:143: sql update test_index set c1 = 6741035329516830657, c2 = 0.185502, c3 = 'bQ8PGcIazQ' where c = 85 index_test.go:140: sql delete from test_index where c = 240 index_test.go:140: sql delete from test_index where c = 1000 index_test.go:140: sql delete from test_index where c = 2735 index_test.go:140: sql delete from test_index where c = 1692 index_test.go:143: sql update test_index set c1 = 7895876138623846354, c2 = 0.671507, c3 = 'zshEa32ytp' where c = 1059 index_test.go:143: sql update test_index set c1 = 90332559523940656, c2 = 0.955095, c3 = 'mZFwBaQaRk' where c = 2630 index_test.go:140: sql delete from test_index where c = 1702 index_test.go:143: sql update test_index set c1 = 1929486201194683811, c2 = 0.672427, c3 = 'kAOuY1VOlG' where c = 246 index_test.go:140: sql delete from test_index where c = 2621 index_test.go:140: sql delete from test_index where c = 1644 index_test.go:143: sql update test_index set c1 = 3413541146745797703, c2 = 0.305477, c3 = 'FA2bFADPvX' where c = 471 index_test.go:137: sql insert into test_index values (2811, 1348768339854810964, 0.678551, 'BAdRqzmMzS') index_test.go:143: sql update test_index set c1 = 3705517938428183639, c2 = 0.998260, c3 = '7ohBJFyIeA' where c = 1573 index_test.go:143: sql update test_index set c1 = 3098158627975787651, c2 = 0.213433, c3 = 'Qxm3I6GiE1' where c = 1828 index_test.go:143: sql update test_index set c1 = 2900490606391089131, c2 = 0.705937, c3 = 'YZr32VsPLA' where c = 1483 index_test.go:137: sql insert into test_index values (2813, 3576184923632933173, 0.998084, 'dhr7ojAlu4') index_test.go:137: sql insert into test_index values (2814, 4910074661190256201, 0.589957, '9REst5QE9T') index_test.go:137: sql insert into test_index values (2812, 2660789789431155272, 0.681422, 'rZiK7ld8ab') index_test.go:143: sql update test_index set c1 = 1091219238788071279, c2 = 0.508550, c3 = 'zC9tk99U0T' where c = 1889 index_test.go:143: sql update test_index set c1 = 3942006803274231199, c2 = 0.525479, c3 = 'bs5wQ5aY5b' where c = 2529 index_test.go:137: sql insert into test_index values (2815, 1162503256241147455, 0.921099, 'P9K0uZLTxH') index_test.go:137: sql insert into test_index values (2816, 8149759666704256007, 0.515915, 'dlJoHqn7np') index_test.go:140: sql delete from test_index where c = 864 index_test.go:140: sql delete from test_index where c = 556 index_test.go:137: sql insert into test_index values (2818, 699009939442808794, 0.712584, 'LcjA7GRiwz') index_test.go:140: sql delete from test_index where c = 1191 index_test.go:137: sql insert into test_index values (2819, 1178673790095613770, 0.967764, '9kbADtL7St') index_test.go:140: sql delete from test_index where c = 2262 index_test.go:137: sql insert into test_index values (2820, 1685362071873743902, 0.156035, 'OaaB2BoMId') index_test.go:137: sql insert into test_index values (2817, 7514907067518900720, 0.619189, 'hDWGya427n') index_test.go:140: sql delete from test_index where c = 1688 index_test.go:140: sql delete from test_index where c = 2157 index_test.go:140: sql delete from test_index where c = 2053 index_test.go:140: sql delete from test_index where c = 442 index_test.go:143: sql update test_index set c1 = 9077074572345786315, c2 = 0.543914, c3 = 'TA43NNjn6E' where c = 2322 index_test.go:140: sql delete from test_index where c = 143 index_test.go:143: sql update test_index set c1 = 524514393962342230, c2 = 0.394754, c3 = 'ZrbMxyENoo' where c = 2036 index_test.go:143: sql update test_index set c1 = 5362715372532228553, c2 = 0.650201, c3 = 'l4PtAPqhfv' where c = 2065 index_test.go:143: sql update test_index set c1 = 121607980806736349, c2 = 0.029163, c3 = '4bSVeIYaLH' where c = 2045 index_test.go:143: sql update test_index set c1 = 1117495408280842233, c2 = 0.343304, c3 = 'UNtwqdE5Nb' where c = 1234 index_test.go:143: sql update test_index set c1 = 6171027171205650055, c2 = 0.432769, c3 = 'UBWAwC0J8B' where c = 1743 index_test.go:137: sql insert into test_index values (2821, 5108625483402456005, 0.847076, 'b1OBRqHFL0') index_test.go:143: sql update test_index set c1 = 271715131507986675, c2 = 0.995178, c3 = 'ovYRqEpKjl' where c = 1957 index_test.go:143: sql update test_index set c1 = 1963303931624514148, c2 = 0.810358, c3 = 'BGsggsthHH' where c = 2540 index_test.go:137: sql insert into test_index values (2823, 5494451557377237966, 0.061804, 'h3jIOvkqkm') index_test.go:140: sql delete from test_index where c = 1484 index_test.go:143: sql update test_index set c1 = 7189824603998173650, c2 = 0.968527, c3 = '3aazeDXGCO' where c = 664 index_test.go:137: sql insert into test_index values (2824, 8452236350243516376, 0.205895, 'sqO6SY7UUY') index_test.go:137: sql insert into test_index values (2822, 2930551270851930095, 0.409173, 'LIxwZ7kvS6') index_test.go:137: sql insert into test_index values (2825, 8292617171854810491, 0.479013, 'GsgVDMSnZ4') index_test.go:143: sql update test_index set c1 = 6723729787593186240, c2 = 0.530302, c3 = 'ajx6aatpHO' where c = 1152 index_test.go:137: sql insert into test_index values (2827, 1761623867429560965, 0.302896, 'f6uQY5DnWF') index_test.go:137: sql insert into test_index values (2826, 5899272485055498235, 0.109692, 'z2brcHXkxA') index_test.go:137: sql insert into test_index values (2828, 686924825528053064, 0.008545, 'wxRnzPE8VL') index_test.go:140: sql delete from test_index where c = 2571 index_test.go:140: sql delete from test_index where c = 309 index_test.go:140: sql delete from test_index where c = 87 index_test.go:137: sql insert into test_index values (2829, 7105180326777849586, 0.626528, 'IJoLzv8Rh8') index_test.go:140: sql delete from test_index where c = 74 index_test.go:137: sql insert into test_index values (2830, 8711887958994747627, 0.082115, 'rvIf8eGxao') index_test.go:140: sql delete from test_index where c = 1708 index_test.go:140: sql delete from test_index where c = 684 index_test.go:140: sql delete from test_index where c = 1163 index_test.go:140: sql delete from test_index where c = 1981 index_test.go:140: sql delete from test_index where c = 1831 index_test.go:143: sql update test_index set c1 = 948442984625761409, c2 = 0.277460, c3 = 'UaXlpSvwum' where c = 2259 index_test.go:143: sql update test_index set c1 = 9158944461388419816, c2 = 0.070097, c3 = '6XaXR3WmAg' where c = 2488 index_test.go:143: sql update test_index set c1 = 3927011262697985451, c2 = 0.888122, c3 = 'ZX94AqpqK4' where c = 2228 index_test.go:143: sql update test_index set c1 = 4596932326725577080, c2 = 0.252819, c3 = 'bDk6LS05PM' where c = 1337 index_test.go:143: sql update test_index set c1 = 1828628280399299096, c2 = 0.511076, c3 = 'W5ZQdlCsgu' where c = 1709 index_test.go:143: sql update test_index set c1 = 348282551452415004, c2 = 0.165750, c3 = 'qIHkh2eIoT' where c = 2807 index_test.go:140: sql delete from test_index where c = 2757 index_test.go:143: sql update test_index set c1 = 4757365578691067407, c2 = 0.216173, c3 = 'ZKPIkkjix5' where c = 2014 index_test.go:143: sql update test_index set c1 = 3413629704197800172, c2 = 0.670132, c3 = 'THZl4o5zLt' where c = 2057 index_test.go:137: sql insert into test_index values (2831, 8349061329048859398, 0.664321, 'ajz5gToXi6') index_test.go:137: sql insert into test_index values (2832, 241070325454674625, 0.310591, 'wd3yTQ0KpP') index_test.go:137: sql insert into test_index values (2834, 2944521914470059448, 0.035186, 'PTJVjCNOvV') index_test.go:137: sql insert into test_index values (2833, 8498051484535112650, 0.753013, '9PDIDhWUMd') index_test.go:143: sql update test_index set c1 = 652671556504568225, c2 = 0.717214, c3 = '71W3J0NTBM' where c = 1586 index_test.go:140: sql delete from test_index where c = 769 index_test.go:137: sql insert into test_index values (2835, 4738570711979539021, 0.156279, 'kijdrEQDme') index_test.go:137: sql insert into test_index values (2836, 6220711182897764926, 0.238971, 'UGc1dt4nn0') index_test.go:137: sql insert into test_index values (2837, 3514737844550565733, 0.951124, 'DNDuboOdp2') index_test.go:143: sql update test_index set c1 = 8333386271016843701, c2 = 0.034380, c3 = 'XDvCIRaa5l' where c = 2337 index_test.go:137: sql insert into test_index values (2838, 4888774478677525679, 0.657670, 'dNSwkDuiVv') index_test.go:140: sql delete from test_index where c = 768 index_test.go:140: sql delete from test_index where c = 1112 index_test.go:140: sql delete from test_index where c = 2815 index_test.go:140: sql delete from test_index where c = 2754 index_test.go:137: sql insert into test_index values (2839, 1937415990551058238, 0.500026, 'qk8j2ledyZ') index_test.go:140: sql delete from test_index where c = 327 index_test.go:143: sql update test_index set c1 = 9151807625808859856, c2 = 0.835702, c3 = 'n5WFWnuj3P' where c = 1060 index_test.go:140: sql delete from test_index where c = 1214 index_test.go:137: sql insert into test_index values (2840, 4820412170981300060, 0.689312, 'trILPgNBTL') index_test.go:143: sql update test_index set c1 = 2620156301258059441, c2 = 0.791259, c3 = 'o2OyxvQ6be' where c = 1222 index_test.go:143: sql update test_index set c1 = 1700617974286895938, c2 = 0.293464, c3 = 'YRsSgdIBpi' where c = 565 index_test.go:140: sql delete from test_index where c = 2359 index_test.go:143: sql update test_index set c1 = 3389250790958720699, c2 = 0.872177, c3 = '3KlDLAtfeP' where c = 2218 index_test.go:137: sql insert into test_index values (2841, 7686965758066647239, 0.838437, 'ow8M5hhATp') index_test.go:140: sql delete from test_index where c = 2786 index_test.go:143: sql update test_index set c1 = 8416513499816842711, c2 = 0.339580, c3 = 'ClVH4nC52Y' where c = 2746 index_test.go:143: sql update test_index set c1 = 8059233427248104947, c2 = 0.081786, c3 = 'U8MrajjNUP' where c = 1928 index_test.go:137: sql insert into test_index values (2842, 3533272732073303172, 0.681253, '8JW9VOcotc') index_test.go:143: sql update test_index set c1 = 170990302291618892, c2 = 0.154711, c3 = 'p529yiwday' where c = 1678 index_test.go:143: sql update test_index set c1 = 6173292141952455515, c2 = 0.014843, c3 = 'tvoisgnUhR' where c = 1233 index_test.go:140: sql delete from test_index where c = 1655 index_test.go:137: sql insert into test_index values (2843, 5794621546422979120, 0.935943, 'dkNxQA4DHY') index_test.go:140: sql delete from test_index where c = 1089 index_test.go:137: sql insert into test_index values (2846, 892804856397682960, 0.724143, 'PwCDzQMqj8') index_test.go:137: sql insert into test_index values (2847, 3918949347078526403, 0.442780, '70MahugJrP') index_test.go:143: sql update test_index set c1 = 1415440240041900827, c2 = 0.457113, c3 = 'xj8hoDZ8sg' where c = 1247 index_test.go:137: sql insert into test_index values (2844, 7936327416091796243, 0.228890, 'CnkyNai81x') index_test.go:140: sql delete from test_index where c = 2020 index_test.go:137: sql insert into test_index values (2848, 1008229431585957030, 0.130595, 'Y8AL8yEjeh') index_test.go:140: sql delete from test_index where c = 1196 index_test.go:143: sql update test_index set c1 = 1212214318210342722, c2 = 0.096320, c3 = 'XiBjBuTjwM' where c = 1848 index_test.go:143: sql update test_index set c1 = 8766487704620513313, c2 = 0.582304, c3 = 'TdltO2Qxjd' where c = 1034 index_test.go:140: sql delete from test_index where c = 632 index_test.go:137: sql insert into test_index values (2845, 295017228146298032, 0.217164, '7V4Ptr0F0n') index_test.go:143: sql update test_index set c1 = 7844426248074068302, c2 = 0.484035, c3 = 'UB5aA3xOyd' where c = 1698 index_test.go:143: sql update test_index set c1 = 6347218066298315184, c2 = 0.649528, c3 = 'WgbD4nn7bT' where c = 1627 index_test.go:140: sql delete from test_index where c = 67 index_test.go:137: sql insert into test_index values (2849, 7411860037553902946, 0.022647, 'i8eQHXVTkA') index_test.go:140: sql delete from test_index where c = 1977 index_test.go:137: sql insert into test_index values (2850, 317902800185427773, 0.577788, 'IkVD4WTDNO') index_test.go:140: sql delete from test_index where c = 2320 index_test.go:137: sql insert into test_index values (2851, 4552254480763331228, 0.576611, 'dxqcX1XvVO') index_test.go:140: sql delete from test_index where c = 1510 index_test.go:140: sql delete from test_index where c = 281 index_test.go:143: sql update test_index set c1 = 405511334695828824, c2 = 0.755642, c3 = 'qsNGXCYHYY' where c = 1654 index_test.go:140: sql delete from test_index where c = 1141 index_test.go:137: sql insert into test_index values (2852, 7619995177183521748, 0.857125, 'JdjXql2cRu') index_test.go:143: sql update test_index set c1 = 7538380904962418088, c2 = 0.425477, c3 = 'wqbduN1nD9' where c = 2251 index_test.go:143: sql update test_index set c1 = 5389246939621263529, c2 = 0.834563, c3 = 'SPD7ryAY7d' where c = 568 index_test.go:140: sql delete from test_index where c = 130 index_test.go:137: sql insert into test_index values (2853, 5288009100814463857, 0.006702, 'gJMAbDzB0c') index_test.go:143: sql update test_index set c1 = 4933201955294623575, c2 = 0.113824, c3 = 'Ncd3PdHXT5' where c = 1330 index_test.go:143: sql update test_index set c1 = 3237204906766095697, c2 = 0.938006, c3 = 'pSDeS1rs1k' where c = 1705 index_test.go:143: sql update test_index set c1 = 8743949858617373507, c2 = 0.528819, c3 = '3yfn1uXZjj' where c = 2589 index_test.go:143: sql update test_index set c1 = 2393424135508256081, c2 = 0.500478, c3 = 'jQfWGZ0mfL' where c = 2843 index_test.go:143: sql update test_index set c1 = 4233285175842824505, c2 = 0.356144, c3 = 'mcQmbpJade' where c = 1933 index_test.go:137: sql insert into test_index values (2855, 6248062194972836011, 0.184560, 'bqhDLEnGJq') index_test.go:137: sql insert into test_index values (2856, 1536445398721623725, 0.543384, 'nS8qTzBWmD') index_test.go:140: sql delete from test_index where c = 2008 index_test.go:137: sql insert into test_index values (2854, 5742980032257553294, 0.219027, 'VtwhOoHKfL') index_test.go:137: sql insert into test_index values (2858, 1408888089734366721, 0.470405, '5lURSUo58c') index_test.go:137: sql insert into test_index values (2860, 8200710865686655064, 0.764843, 'WV4vjGgNqi') index_test.go:137: sql insert into test_index values (2859, 1853356314676452967, 0.565386, 'N104sxB9f4') index_test.go:137: sql insert into test_index values (2861, 370433564031860518, 0.301445, 'PNYvNsnVNv') index_test.go:140: sql delete from test_index where c = 2203 index_test.go:137: sql insert into test_index values (2857, 8573320302330606242, 0.843136, 'dTi9xP9Tr6') index_test.go:140: sql delete from test_index where c = 1725 index_test.go:140: sql delete from test_index where c = 51 index_test.go:143: sql update test_index set c1 = 2507029405902890568, c2 = 0.223413, c3 = '5XUnZg6oNg' where c = 2081 index_test.go:140: sql delete from test_index where c = 2023 index_test.go:140: sql delete from test_index where c = 2387 index_test.go:140: sql delete from test_index where c = 2352 index_test.go:140: sql delete from test_index where c = 1391 index_test.go:140: sql delete from test_index where c = 2189 index_test.go:143: sql update test_index set c1 = 3327248138473411827, c2 = 0.201703, c3 = 'qEefITOKtK' where c = 2801 index_test.go:143: sql update test_index set c1 = 9063362599438902548, c2 = 0.904911, c3 = 'B3ilbwZOcV' where c = 2302 index_test.go:137: sql insert into test_index values (2862, 259513174595858440, 0.200478, '6LjdKXGSA5') index_test.go:143: sql update test_index set c1 = 8622059648433262889, c2 = 0.813273, c3 = 'UdoIiidtdy' where c = 808 index_test.go:143: sql update test_index set c1 = 182807311652688256, c2 = 0.547973, c3 = 'vD88Ty4jmj' where c = 1170 index_test.go:143: sql update test_index set c1 = 6183564260239047199, c2 = 0.984210, c3 = 'KEROtcKOnU' where c = 991 index_test.go:140: sql delete from test_index where c = 2596 index_test.go:140: sql delete from test_index where c = 117 index_test.go:137: sql insert into test_index values (2863, 6846314058716922946, 0.113489, 'UvJvkfQmjW') index_test.go:143: sql update test_index set c1 = 5049930528105378494, c2 = 0.582097, c3 = '7znyGSfSec' where c = 937 index_test.go:137: sql insert into test_index values (2864, 2030190781514872798, 0.499020, 'dZvvvIHxLd') index_test.go:137: sql insert into test_index values (2865, 7537778976619211467, 0.961130, 'AA6zV8jntk') index_test.go:137: sql insert into test_index values (2866, 4563360292830818887, 0.264784, 'XPji1x2BnX') index_test.go:140: sql delete from test_index where c = 373 index_test.go:143: sql update test_index set c1 = 4113163563646015640, c2 = 0.519192, c3 = 'ybTAHgisxs' where c = 1626 index_test.go:140: sql delete from test_index where c = 117 index_test.go:137: sql insert into test_index values (2867, 8883610780871210999, 0.227980, 'dt6LlzCytf') index_test.go:143: sql update test_index set c1 = 5673019651201704312, c2 = 0.250922, c3 = 'O7adhi4ttG' where c = 2622 index_test.go:143: sql update test_index set c1 = 1201605523028477428, c2 = 0.492101, c3 = '6FC67NNhjA' where c = 872 index_test.go:143: sql update test_index set c1 = 5078050377513452062, c2 = 0.714102, c3 = 'pYPjPpK7Fx' where c = 1050 index_test.go:143: sql update test_index set c1 = 8257671191906969029, c2 = 0.779360, c3 = 'tVm2BglPSq' where c = 2226 index_test.go:137: sql insert into test_index values (2868, 441886791742164118, 0.700872, '2uwxbQO7AE') index_test.go:137: sql insert into test_index values (2869, 2343909737124243930, 0.892047, 'IchF4UJaU3') index_test.go:140: sql delete from test_index where c = 672 index_test.go:140: sql delete from test_index where c = 2399 index_test.go:137: sql insert into test_index values (2870, 8946123345935451194, 0.714796, '7tGGoVrCNJ') index_test.go:140: sql delete from test_index where c = 1127 index_test.go:137: sql insert into test_index values (2871, 669851785211626265, 0.671458, '09pxxicMoK') index_test.go:137: sql insert into test_index values (2873, 7795825525107409776, 0.051907, '5wGKXl6Mro') index_test.go:140: sql delete from test_index where c = 2140 index_test.go:143: sql update test_index set c1 = 1038281053763412481, c2 = 0.977984, c3 = 'hxXcZvZiLh' where c = 277 index_test.go:137: sql insert into test_index values (2872, 2112367156227572642, 0.350476, 'KClzn7tf8j') index_test.go:140: sql delete from test_index where c = 2611 index_test.go:143: sql update test_index set c1 = 8596286706103428484, c2 = 0.134375, c3 = 'Po1TYJJAYj' where c = 1430 index_test.go:143: sql update test_index set c1 = 2610324363314072215, c2 = 0.013389, c3 = 'DGlGaQAWJM' where c = 1856 index_test.go:143: sql update test_index set c1 = 6641473289785531120, c2 = 0.738037, c3 = '45ZoRLGJjO' where c = 1409 index_test.go:140: sql delete from test_index where c = 2003 index_test.go:140: sql delete from test_index where c = 336 index_test.go:140: sql delete from test_index where c = 2038 index_test.go:143: sql update test_index set c1 = 5609168300726888739, c2 = 0.064325, c3 = 'ABrDfoiClX' where c = 2807 index_test.go:137: sql insert into test_index values (2874, 425951950800871371, 0.805856, 'jqxuM2gAzj') index_test.go:143: sql update test_index set c1 = 4331746339985120801, c2 = 0.253776, c3 = 'pVVB7NoCzQ' where c = 2519 index_test.go:140: sql delete from test_index where c = 1651 index_test.go:137: sql insert into test_index values (2876, 4872049906620214400, 0.040295, 'cRx2rDhJYE') index_test.go:143: sql update test_index set c1 = 1918286780438012836, c2 = 0.421859, c3 = 'HssApNRJLz' where c = 151 index_test.go:137: sql insert into test_index values (2875, 8056354182037955770, 0.901512, 'jY7ROd5zkj') index_test.go:140: sql delete from test_index where c = 1169 index_test.go:140: sql delete from test_index where c = 489 index_test.go:143: sql update test_index set c1 = 1223028091474036620, c2 = 0.197236, c3 = 'AFsPx0GTqE' where c = 1874 index_test.go:137: sql insert into test_index values (2877, 4562096661423913350, 0.113042, '1aZ9BBrNSr') index_test.go:137: sql insert into test_index values (2880, 6402951604728138060, 0.691922, 'OnH5yYs5Zl') index_test.go:137: sql insert into test_index values (2879, 3617814287484806913, 0.213760, 'Rj2B19atzY') index_test.go:137: sql insert into test_index values (2878, 897074835691886980, 0.931855, 'YyYfM8YGBB') index_test.go:143: sql update test_index set c1 = 5438623718699873513, c2 = 0.056323, c3 = 'Ha7g9yQ6ux' where c = 2345 index_test.go:140: sql delete from test_index where c = 1859 index_test.go:143: sql update test_index set c1 = 1592075003635041368, c2 = 0.487919, c3 = 'eI8iPh5EY6' where c = 713 index_test.go:143: sql update test_index set c1 = 699153185734311270, c2 = 0.436848, c3 = 'fBs3cQ71wa' where c = 699 index_test.go:140: sql delete from test_index where c = 619 index_test.go:143: sql update test_index set c1 = 5365429429719858708, c2 = 0.532378, c3 = '3QBQkzISaG' where c = 1732 index_test.go:137: sql insert into test_index values (2881, 4357131114868476964, 0.597265, 'ILv9W3tqdK') index_test.go:140: sql delete from test_index where c = 1075 index_test.go:140: sql delete from test_index where c = 2679 index_test.go:140: sql delete from test_index where c = 2376 index_test.go:140: sql delete from test_index where c = 6 index_test.go:137: sql insert into test_index values (2882, 7658490757821500113, 0.030995, 'DjmAjAFdRC') index_test.go:137: sql insert into test_index values (2883, 4716061121164844185, 0.897078, 'wCf14I4sqr') index_test.go:137: sql insert into test_index values (2884, 5587096549276803776, 0.502044, 'bnZymJUOHc') index_test.go:137: sql insert into test_index values (2885, 3333203081055016294, 0.085051, 'uHxFUKI538') index_test.go:140: sql delete from test_index where c = 1956 index_test.go:140: sql delete from test_index where c = 1353 index_test.go:140: sql delete from test_index where c = 42 index_test.go:143: sql update test_index set c1 = 7188520535890546052, c2 = 0.354511, c3 = 'JYnLbgflPn' where c = 2060 index_test.go:143: sql update test_index set c1 = 2104610489687490075, c2 = 0.440784, c3 = 'a3dcYgC484' where c = 1957 index_test.go:143: sql update test_index set c1 = 38276558987237505, c2 = 0.493364, c3 = 'wMpWsOc5jQ' where c = 2805 index_test.go:143: sql update test_index set c1 = 1795111781241684404, c2 = 0.856163, c3 = 'qf35V7c3te' where c = 1437 index_test.go:143: sql update test_index set c1 = 7134145602053730494, c2 = 0.637148, c3 = 'dfjCSE6Jbu' where c = 2464 index_test.go:143: sql update test_index set c1 = 2651267808622369803, c2 = 0.490080, c3 = 'Q86H56cQlg' where c = 1511 index_test.go:143: sql update test_index set c1 = 2046794390361298945, c2 = 0.187194, c3 = '3PYaM6uV3L' where c = 887 index_test.go:140: sql delete from test_index where c = 2624 index_test.go:143: sql update test_index set c1 = 2473897218958846537, c2 = 0.930131, c3 = 'BiF2tJM9vS' where c = 440 index_test.go:143: sql update test_index set c1 = 7933749953589405375, c2 = 0.894623, c3 = '8SiSLTNPpe' where c = 2201 index_test.go:137: sql insert into test_index values (2886, 2282136922687155355, 0.992861, 'nI2ZjkWKmX') index_test.go:137: sql insert into test_index values (2887, 8762406902931922651, 0.645479, 'GEJzviFxRh') index_test.go:137: sql insert into test_index values (2888, 6457491865243491384, 0.554144, 'yHAizZtjWL') index_test.go:137: sql insert into test_index values (2891, 308775588269896545, 0.148792, 'SZMkm7R1Ux') index_test.go:137: sql insert into test_index values (2890, 8067225731565302873, 0.279080, 'eN3azgfiij') index_test.go:137: sql insert into test_index values (2892, 6966981782504324787, 0.579528, 'vdgS9qN1bI') index_test.go:137: sql insert into test_index values (2893, 7697491094849023765, 0.032153, 'N95bzwHu0l') index_test.go:137: sql insert into test_index values (2889, 5333169158641844619, 0.978058, 'WRwXlJO9RD') index_test.go:140: sql delete from test_index where c = 1655 index_test.go:140: sql delete from test_index where c = 399 index_test.go:140: sql delete from test_index where c = 1175 index_test.go:143: sql update test_index set c1 = 2073972218918840590, c2 = 0.267625, c3 = 'lMNaKtUR0Z' where c = 1374 index_test.go:140: sql delete from test_index where c = 608 index_test.go:140: sql delete from test_index where c = 2089 index_test.go:143: sql update test_index set c1 = 2946074509576647624, c2 = 0.409729, c3 = 'BHNtUwZK2E' where c = 305 index_test.go:140: sql delete from test_index where c = 2255 index_test.go:140: sql delete from test_index where c = 2739 index_test.go:140: sql delete from test_index where c = 2317 index_test.go:143: sql update test_index set c1 = 6293203975094049954, c2 = 0.432083, c3 = 'oYfSQmBRfz' where c = 466 index_test.go:143: sql update test_index set c1 = 1234147889284113349, c2 = 0.552439, c3 = 'T7gn97bCuF' where c = 113 index_test.go:143: sql update test_index set c1 = 4387688789288386708, c2 = 0.158169, c3 = 'YjQwD1hWRP' where c = 1292 index_test.go:143: sql update test_index set c1 = 7696415696152968948, c2 = 0.790266, c3 = 'cpNMDJ0mHm' where c = 2310 index_test.go:143: sql update test_index set c1 = 5839162799493491064, c2 = 0.361908, c3 = 'hDbkSjYm4y' where c = 790 index_test.go:137: sql insert into test_index values (2894, 7501141260210667563, 0.049452, '7i1sRA5Ix4') index_test.go:137: sql insert into test_index values (2895, 8613126382082382067, 0.682208, 'nJ0kuFeqJB') index_test.go:143: sql update test_index set c1 = 6494752510797790183, c2 = 0.761691, c3 = 'peX9pyYN8Y' where c = 519 index_test.go:137: sql insert into test_index values (2896, 7881448537511492681, 0.231475, 'zxHQdbidYb') index_test.go:143: sql update test_index set c1 = 5228315942921528549, c2 = 0.527525, c3 = 'HLBwVlN8eF' where c = 1603 index_test.go:137: sql insert into test_index values (2898, 8049364434689083476, 0.280791, 'lof5iE2jwr') index_test.go:137: sql insert into test_index values (2897, 350279419335975997, 0.443222, 'PRMfm6iedG') index_test.go:137: sql insert into test_index values (2899, 736396418531897230, 0.510078, 'NSxbrsscLc') index_test.go:140: sql delete from test_index where c = 1978 index_test.go:137: sql insert into test_index values (2900, 382164989227726960, 0.042285, 'd8hmJbi6YP') index_test.go:140: sql delete from test_index where c = 382 index_test.go:140: sql delete from test_index where c = 183 index_test.go:140: sql delete from test_index where c = 2389 index_test.go:140: sql delete from test_index where c = 2057 index_test.go:140: sql delete from test_index where c = 619 index_test.go:143: sql update test_index set c1 = 8160514081711425878, c2 = 0.601628, c3 = 'NrCHYBiflV' where c = 776 index_test.go:143: sql update test_index set c1 = 3113475781180680686, c2 = 0.252681, c3 = 'bWypcBeFEc' where c = 1292 index_test.go:140: sql delete from test_index where c = 2181 index_test.go:143: sql update test_index set c1 = 3234137692415126914, c2 = 0.361825, c3 = 'jkWSvVYrcu' where c = 2890 index_test.go:143: sql update test_index set c1 = 4426089290452681580, c2 = 0.684134, c3 = 'kuxznJLA9d' where c = 2545 index_test.go:143: sql update test_index set c1 = 6655768428884622069, c2 = 0.354232, c3 = 'VjLmTg2QmQ' where c = 2789 index_test.go:143: sql update test_index set c1 = 8105740742093473775, c2 = 0.509331, c3 = '8H69F7jw6B' where c = 2323 index_test.go:143: sql update test_index set c1 = 5358235857676992038, c2 = 0.088069, c3 = 'My7VSvSwbs' where c = 2198 index_test.go:137: sql insert into test_index values (2901, 532993563381609796, 0.864840, 'Izx2kIj30R') index_test.go:137: sql insert into test_index values (2904, 5540783563895780437, 0.874888, 'dGdJqxMo77') index_test.go:137: sql insert into test_index values (2908, 5547847810277344469, 0.321791, '4r2kPQMLRZ') index_test.go:137: sql insert into test_index values (2905, 8865766094717978497, 0.788414, 'QXS4GoTs0P') index_test.go:137: sql insert into test_index values (2903, 2325649220824241646, 0.184068, 'FIBoZ2l4nd') index_test.go:137: sql insert into test_index values (2902, 7521310410318790201, 0.175272, 'FYMCbzJCR5') index_test.go:137: sql insert into test_index values (2906, 2560162012591845949, 0.751810, 'Yd8a5z2eD6') index_test.go:137: sql insert into test_index values (2909, 4430163398680043866, 0.490560, 'ptf9EUkQTO') index_test.go:137: sql insert into test_index values (2910, 7356928646990378553, 0.425012, 'QVzeaonm4z') index_test.go:140: sql delete from test_index where c = 805 index_test.go:137: sql insert into test_index values (2907, 6512696376434154888, 0.615390, 'oDy9izHunc') index_test.go:140: sql delete from test_index where c = 1705 index_test.go:140: sql delete from test_index where c = 256 index_test.go:140: sql delete from test_index where c = 262 index_test.go:140: sql delete from test_index where c = 1381 index_test.go:143: sql update test_index set c1 = 5232711689981081419, c2 = 0.662516, c3 = 'gRPeKvWPby' where c = 604 index_test.go:143: sql update test_index set c1 = 5117697281125277187, c2 = 0.619550, c3 = '9Yambhp6zo' where c = 1535 index_test.go:140: sql delete from test_index where c = 2860 index_test.go:140: sql delete from test_index where c = 2447 index_test.go:140: sql delete from test_index where c = 226 index_test.go:140: sql delete from test_index where c = 2804 index_test.go:140: sql delete from test_index where c = 446 index_test.go:143: sql update test_index set c1 = 1771044619508786829, c2 = 0.565956, c3 = 'OrMDfNfVQU' where c = 475 index_test.go:137: sql insert into test_index values (2912, 508616047793242944, 0.139699, 'OnNlbA93wc') index_test.go:137: sql insert into test_index values (2911, 4219478010826319355, 0.456617, 'pZLyGy00eY') index_test.go:143: sql update test_index set c1 = 3112083561226808081, c2 = 0.654211, c3 = 'oWgGhu6KEh' where c = 1378 index_test.go:143: sql update test_index set c1 = 4025073663314884756, c2 = 0.437661, c3 = 'q3b22AHN2Q' where c = 2662 index_test.go:143: sql update test_index set c1 = 7462248063537901513, c2 = 0.300738, c3 = 'GnV66k1Cf1' where c = 2854 index_test.go:140: sql delete from test_index where c = 708 index_test.go:143: sql update test_index set c1 = 7810044718709033647, c2 = 0.636358, c3 = 'eYQ8qTJQVN' where c = 2378 index_test.go:143: sql update test_index set c1 = 8946871475701985214, c2 = 0.961469, c3 = 'YT3mraKIbF' where c = 717 index_test.go:143: sql update test_index set c1 = 6512431509267032445, c2 = 0.376227, c3 = 'K2rUoeMKV0' where c = 2707 index_test.go:143: sql update test_index set c1 = 8441691555060385566, c2 = 0.431005, c3 = 'i8KVdjd64M' where c = 1179 index_test.go:137: sql insert into test_index values (2914, 4104418521038030174, 0.656327, 'qpyjKTfFpW') index_test.go:143: sql update test_index set c1 = 1652760800500955967, c2 = 0.780959, c3 = 'NPEtuui5nH' where c = 1773 index_test.go:140: sql delete from test_index where c = 2042 index_test.go:137: sql insert into test_index values (2916, 3137640350379878052, 0.151456, 'zosLmEqyua') index_test.go:137: sql insert into test_index values (2917, 1029961294098624090, 0.029245, 'c9csCUL1ck') index_test.go:137: sql insert into test_index values (2920, 881544825553398463, 0.059501, 'PsRfzbrfli') index_test.go:137: sql insert into test_index values (2918, 5645477677893026464, 0.578184, 'g9tUSqB0cB') index_test.go:143: sql update test_index set c1 = 1576320072059861911, c2 = 0.457587, c3 = 'sPuHYILAoC' where c = 1229 index_test.go:137: sql insert into test_index values (2915, 6076985545241219065, 0.843270, 'yDHxrcUykL') index_test.go:137: sql insert into test_index values (2913, 2505277524641488905, 0.468045, 'KrWMV708an') index_test.go:140: sql delete from test_index where c = 453 index_test.go:137: sql insert into test_index values (2921, 1027829092486071216, 0.405894, 'CvKcCfQkOj') index_test.go:137: sql insert into test_index values (2919, 8582399539056462888, 0.633775, '8rwpTtXRKc') index_test.go:140: sql delete from test_index where c = 1703 index_test.go:140: sql delete from test_index where c = 420 index_test.go:140: sql delete from test_index where c = 2570 index_test.go:137: sql insert into test_index values (2922, 5363086200155273780, 0.816068, '88RjiIRrqb') index_test.go:140: sql delete from test_index where c = 1991 index_test.go:143: sql update test_index set c1 = 6280870635715007058, c2 = 0.073505, c3 = 'Evey28NgQX' where c = 1399 index_test.go:140: sql delete from test_index where c = 1393 index_test.go:140: sql delete from test_index where c = 2836 index_test.go:143: sql update test_index set c1 = 5538462956400873012, c2 = 0.964339, c3 = 'eoFeJzC6wz' where c = 1486 index_test.go:140: sql delete from test_index where c = 1912 index_test.go:143: sql update test_index set c1 = 552166166854600131, c2 = 0.107897, c3 = 'ZkbGfojsYg' where c = 833 index_test.go:143: sql update test_index set c1 = 8289801838986508719, c2 = 0.939684, c3 = '3NKof6Ruaw' where c = 523 index_test.go:140: sql delete from test_index where c = 2507 index_test.go:140: sql delete from test_index where c = 882 index_test.go:143: sql update test_index set c1 = 5395302770808662477, c2 = 0.778882, c3 = 'g3ACTk55h8' where c = 1287 index_test.go:143: sql update test_index set c1 = 6619735988905067843, c2 = 0.782409, c3 = 'k3gx1jGQ2t' where c = 142 index_test.go:143: sql update test_index set c1 = 3906751250863153019, c2 = 0.679557, c3 = '9Qco99QlcC' where c = 1469 index_test.go:143: sql update test_index set c1 = 4801980933635567040, c2 = 0.787805, c3 = 'jN5GF4cfS9' where c = 100 index_test.go:143: sql update test_index set c1 = 5808210052632572766, c2 = 0.003161, c3 = 'uSJmtc8R3r' where c = 1519 index_test.go:143: sql update test_index set c1 = 6863169602542379753, c2 = 0.122759, c3 = 'WpBfoFAEjt' where c = 1943 index_test.go:137: sql insert into test_index values (2924, 4511998349790972827, 0.537840, 'eNCyzqWszG') index_test.go:137: sql insert into test_index values (2926, 2968013263430483429, 0.213202, 'EgqDAZq2Da') index_test.go:137: sql insert into test_index values (2923, 1731173533546480094, 0.585555, 'uBtxt4wzWX') index_test.go:137: sql insert into test_index values (2925, 370747335511601407, 0.287675, 'oztkYjfkez') index_test.go:137: sql insert into test_index values (2927, 9069511823661413211, 0.242630, 'cxseybujC4') index_test.go:137: sql insert into test_index values (2931, 5184233151113268686, 0.544105, '1NnmpdTESu') index_test.go:137: sql insert into test_index values (2930, 7743639298296020467, 0.544612, 'h0htUp9HlW') index_test.go:137: sql insert into test_index values (2932, 3302690623689077406, 0.391034, 'WIzVwhsquC') index_test.go:137: sql insert into test_index values (2928, 6205769782909567650, 0.748492, 'ZYHn7KSfkq') index_test.go:140: sql delete from test_index where c = 1465 index_test.go:137: sql insert into test_index values (2929, 5018929274964445097, 0.579477, 'AyTBoLXROO') index_test.go:140: sql delete from test_index where c = 2631 index_test.go:140: sql delete from test_index where c = 2742 index_test.go:140: sql delete from test_index where c = 2268 index_test.go:140: sql delete from test_index where c = 2848 index_test.go:140: sql delete from test_index where c = 1122 index_test.go:143: sql update test_index set c1 = 8336799453270788071, c2 = 0.478709, c3 = 'SpqY5joGR0' where c = 389 index_test.go:140: sql delete from test_index where c = 2034 index_test.go:140: sql delete from test_index where c = 2883 index_test.go:140: sql delete from test_index where c = 2476 index_test.go:140: sql delete from test_index where c = 1390 index_test.go:143: sql update test_index set c1 = 8703482014076331998, c2 = 0.278163, c3 = 'R6sCFkqOLS' where c = 2805 index_test.go:143: sql update test_index set c1 = 5376765924099607123, c2 = 0.406818, c3 = 'K7oeGoVeAf' where c = 2545 index_test.go:143: sql update test_index set c1 = 4616975089477477884, c2 = 0.821372, c3 = '2v2MAoBfxx' where c = 501 index_test.go:143: sql update test_index set c1 = 2604888138523195161, c2 = 0.600945, c3 = 'CukiqCFxkS' where c = 2416 index_test.go:137: sql insert into test_index values (2933, 6032948083115639689, 0.437577, 'kjQ54JsTHF') index_test.go:143: sql update test_index set c1 = 3713232209649585824, c2 = 0.722092, c3 = 'NBzB9LcC5R' where c = 39 index_test.go:143: sql update test_index set c1 = 7682884922499709308, c2 = 0.599820, c3 = 'oU4H0eVD3l' where c = 1965 index_test.go:143: sql update test_index set c1 = 6210783109806524607, c2 = 0.754059, c3 = 'W1Dxt9GPLD' where c = 1373 index_test.go:137: sql insert into test_index values (2934, 5105759179723322260, 0.872338, 'xNnBePIs0G') index_test.go:137: sql insert into test_index values (2936, 9143480265804095939, 0.094658, 'lTGWOuLhGw') index_test.go:143: sql update test_index set c1 = 3089032379794881770, c2 = 0.827145, c3 = 'OL0gtXgZMT' where c = 1878 index_test.go:137: sql insert into test_index values (2935, 4006267120132557034, 0.592050, 'TRBaWbwPpD') index_test.go:143: sql update test_index set c1 = 3407974829267067294, c2 = 0.301093, c3 = 'kbBpMyOizN' where c = 1820 index_test.go:137: sql insert into test_index values (2937, 8077557439410835188, 0.120600, 'VZLXdZ3Jjr') index_test.go:140: sql delete from test_index where c = 1552 index_test.go:137: sql insert into test_index values (2938, 8566110068522535226, 0.578830, 'HarOtIQc4k') index_test.go:137: sql insert into test_index values (2939, 4859342203038389842, 0.336288, 'kENnd3CMep') index_test.go:140: sql delete from test_index where c = 401 index_test.go:137: sql insert into test_index values (2941, 968415536567955327, 0.817891, 'f12aGG6E5P') index_test.go:137: sql insert into test_index values (2940, 7816810325518511272, 0.914350, '4tnDOx7QKb') index_test.go:143: sql update test_index set c1 = 5925494288371589445, c2 = 0.411963, c3 = 'ZjCvOVsau7' where c = 780 index_test.go:140: sql delete from test_index where c = 2300 index_test.go:143: sql update test_index set c1 = 2197693411793758008, c2 = 0.651427, c3 = 'ORL0MtXIS0' where c = 1191 index_test.go:140: sql delete from test_index where c = 660 index_test.go:137: sql insert into test_index values (2942, 8543590044964232816, 0.382005, 'MxIPugzI6V') index_test.go:140: sql delete from test_index where c = 1271 index_test.go:140: sql delete from test_index where c = 333 index_test.go:140: sql delete from test_index where c = 2052 index_test.go:143: sql update test_index set c1 = 5099377885247372600, c2 = 0.377261, c3 = 'o6jsiOINp9' where c = 1152 index_test.go:140: sql delete from test_index where c = 2265 index_test.go:137: sql insert into test_index values (2943, 251273763777280756, 0.532434, 'qnYL8IC5i1') index_test.go:140: sql delete from test_index where c = 974 index_test.go:143: sql update test_index set c1 = 4968951278840553882, c2 = 0.835694, c3 = 'BAYQ75gO2q' where c = 453 index_test.go:140: sql delete from test_index where c = 627 index_test.go:137: sql insert into test_index values (2944, 7300153801547296618, 0.005161, '8DKCWsfHSC') index_test.go:143: sql update test_index set c1 = 7499328120665508823, c2 = 0.292509, c3 = 'PXrOFgX7HF' where c = 1461 index_test.go:143: sql update test_index set c1 = 6438527626181148258, c2 = 0.254151, c3 = 'Q3WDzl0wjA' where c = 2010 index_test.go:143: sql update test_index set c1 = 4322702029203109473, c2 = 0.605646, c3 = 'O6ZcLl5Ond' where c = 2601 index_test.go:143: sql update test_index set c1 = 7632923737181715166, c2 = 0.760056, c3 = 'vqwvFd3jlZ' where c = 1846 index_test.go:140: sql delete from test_index where c = 702 index_test.go:143: sql update test_index set c1 = 4310983528508783620, c2 = 0.084802, c3 = 'XEZpEi5TpK' where c = 1731 index_test.go:137: sql insert into test_index values (2945, 1284394268830760467, 0.590548, 'NpjAMBNEqs') index_test.go:137: sql insert into test_index values (2946, 259174184071197815, 0.197916, '4FxaQJ8Cb8') index_test.go:137: sql insert into test_index values (2949, 3126352405456176787, 0.350841, '4zDIWciJZM') index_test.go:137: sql insert into test_index values (2950, 8472765870094116768, 0.786718, 'Avgtp53xo1') index_test.go:140: sql delete from test_index where c = 948 index_test.go:137: sql insert into test_index values (2948, 1779552264556119198, 0.350772, 'PWsZpYNjNQ') index_test.go:140: sql delete from test_index where c = 48 index_test.go:137: sql insert into test_index values (2951, 5749248017606795962, 0.447818, '4Xh5UyWzJp') index_test.go:140: sql delete from test_index where c = 1 index_test.go:143: sql update test_index set c1 = 3253334626273863399, c2 = 0.790600, c3 = '9InoI32AmA' where c = 1084 index_test.go:143: sql update test_index set c1 = 1750921789330330708, c2 = 0.289238, c3 = 'HTGimI8O7D' where c = 580 index_test.go:140: sql delete from test_index where c = 2071 index_test.go:137: sql insert into test_index values (2947, 8842361816597125907, 0.279925, 'Y28cNi3niC') index_test.go:140: sql delete from test_index where c = 35 index_test.go:143: sql update test_index set c1 = 5264904491946995343, c2 = 0.224006, c3 = '3PoDdLRoJ7' where c = 2069 index_test.go:143: sql update test_index set c1 = 6749435481496680516, c2 = 0.526370, c3 = 'gBLyoHlwN6' where c = 103 index_test.go:143: sql update test_index set c1 = 9094346206884028959, c2 = 0.170160, c3 = 'lMWpFVnE0t' where c = 368 index_test.go:143: sql update test_index set c1 = 6320985675649731668, c2 = 0.875746, c3 = 'Au8JbIA5oy' where c = 1588 index_test.go:140: sql delete from test_index where c = 1597 index_test.go:137: sql insert into test_index values (2953, 2284909069560513869, 0.874905, '93jP9RO3Xa') index_test.go:143: sql update test_index set c1 = 2693007819174062991, c2 = 0.061448, c3 = '28pHSZvS2O' where c = 1189 index_test.go:140: sql delete from test_index where c = 2006 index_test.go:137: sql insert into test_index values (2955, 5441811276092308302, 0.866385, 'dot4cRI8lf') index_test.go:140: sql delete from test_index where c = 2915 index_test.go:137: sql insert into test_index values (2952, 4914162693671226785, 0.479472, 'qxgVpVum6L') index_test.go:140: sql delete from test_index where c = 1484 index_test.go:137: sql insert into test_index values (2956, 2333843251759469589, 0.742069, 'kW9prMTFbe') index_test.go:137: sql insert into test_index values (2957, 6191986084327574363, 0.867668, 'G4Ps1IEkdP') index_test.go:140: sql delete from test_index where c = 773 index_test.go:137: sql insert into test_index values (2954, 8334348735145174100, 0.156247, 'qDYglMLyX7') index_test.go:143: sql update test_index set c1 = 6511270888775576051, c2 = 0.882638, c3 = 'ks5sa8aaRT' where c = 1230 index_test.go:140: sql delete from test_index where c = 245 index_test.go:137: sql insert into test_index values (2958, 2275437199459206312, 0.304908, 'zyJbmcHAHq') index_test.go:140: sql delete from test_index where c = 1127 index_test.go:140: sql delete from test_index where c = 1181 index_test.go:143: sql update test_index set c1 = 5785819384688676232, c2 = 0.942822, c3 = 'qw18JAI7Ad' where c = 1401 index_test.go:143: sql update test_index set c1 = 1902954946842691359, c2 = 0.798064, c3 = 'puU20pG0cy' where c = 2318 index_test.go:140: sql delete from test_index where c = 1954 index_test.go:143: sql update test_index set c1 = 7543442558731788786, c2 = 0.204061, c3 = 'RJrqFomhgu' where c = 352 index_test.go:137: sql insert into test_index values (2959, 6430500531249108378, 0.488125, 'tJAzZRKrk8') index_test.go:143: sql update test_index set c1 = 7537669604239919356, c2 = 0.451355, c3 = 'VtcpGXlv6r' where c = 2013 index_test.go:143: sql update test_index set c1 = 3872541295045566051, c2 = 0.665488, c3 = '6VKWPtm27J' where c = 1917 index_test.go:143: sql update test_index set c1 = 8210403357932103314, c2 = 0.286868, c3 = 'iltJXxFdPi' where c = 824 index_test.go:140: sql delete from test_index where c = 1961 index_test.go:143: sql update test_index set c1 = 1837834783451673471, c2 = 0.804388, c3 = 'p3RHtY2kSw' where c = 2816 index_test.go:137: sql insert into test_index values (2960, 7628404546036908138, 0.793153, 'RwmiedvHlb') index_test.go:137: sql insert into test_index values (2961, 2814670555114138262, 0.084838, 'hUyvoH0YVt') index_test.go:143: sql update test_index set c1 = 3752635417463693046, c2 = 0.503232, c3 = 'I1gIhbc0bZ' where c = 1225 index_test.go:137: sql insert into test_index values (2962, 182981375959058132, 0.998192, 'pbTsKYlKzD') index_test.go:140: sql delete from test_index where c = 290 index_test.go:137: sql insert into test_index values (2964, 5169414330343169734, 0.729755, 't1Egt4XqpC') index_test.go:137: sql insert into test_index values (2963, 5308387047486684826, 0.230094, 'Ff4AXEQisf') index_test.go:137: sql insert into test_index values (2965, 3799397075572273991, 0.432066, 'vSih8JHzW3') index_test.go:140: sql delete from test_index where c = 2633 index_test.go:143: sql update test_index set c1 = 1594017145505840770, c2 = 0.853729, c3 = 'MlSJFzjXpE' where c = 2449 index_test.go:137: sql insert into test_index values (2967, 1904127805895401897, 0.433223, 'FeF7d3c0uG') index_test.go:143: sql update test_index set c1 = 6624156954258724069, c2 = 0.929004, c3 = 'jVz7uQBLLa' where c = 34 index_test.go:140: sql delete from test_index where c = 1242 index_test.go:140: sql delete from test_index where c = 2932 index_test.go:137: sql insert into test_index values (2966, 7720301453097825387, 0.551365, '4iMoV2QuBn') index_test.go:140: sql delete from test_index where c = 1813 index_test.go:143: sql update test_index set c1 = 8003978365215030315, c2 = 0.173224, c3 = 'M6Out8Gq3a' where c = 731 index_test.go:140: sql delete from test_index where c = 2540 index_test.go:140: sql delete from test_index where c = 1243 index_test.go:137: sql insert into test_index values (2968, 8847070737453896164, 0.462134, 'Ob30AWZa6G') index_test.go:137: sql insert into test_index values (2969, 4679752227875590975, 0.423843, 'Pu5q28Cj0N') index_test.go:143: sql update test_index set c1 = 7692070388674872557, c2 = 0.704754, c3 = 'KEYUSV20I7' where c = 2427 index_test.go:140: sql delete from test_index where c = 243 index_test.go:143: sql update test_index set c1 = 3346610344926681564, c2 = 0.510655, c3 = 'ztWfcC02hP' where c = 1918 index_test.go:140: sql delete from test_index where c = 561 index_test.go:143: sql update test_index set c1 = 8012417057538900145, c2 = 0.365208, c3 = 'MbY85q9xrZ' where c = 412 index_test.go:140: sql delete from test_index where c = 2423 index_test.go:137: sql insert into test_index values (2971, 8523948765996990521, 0.323474, 'otvMe7FAEA') index_test.go:140: sql delete from test_index where c = 1643 index_test.go:137: sql insert into test_index values (2970, 2456806553084879757, 0.935675, 'lkpDtyYapJ') index_test.go:143: sql update test_index set c1 = 2221642491423531966, c2 = 0.446175, c3 = 'MwUJcKK9uK' where c = 1690 index_test.go:140: sql delete from test_index where c = 31 index_test.go:143: sql update test_index set c1 = 5367450573615448988, c2 = 0.220128, c3 = 'agvyQBvLHI' where c = 2380 index_test.go:143: sql update test_index set c1 = 3724638437884742221, c2 = 0.150580, c3 = 't2uAdE2kXY' where c = 2335 index_test.go:143: sql update test_index set c1 = 2167018785055516372, c2 = 0.749124, c3 = 'TBQ0FR8Z1P' where c = 840 index_test.go:137: sql insert into test_index values (2972, 6476587970119690891, 0.495072, 'xXXbXFoowK') index_test.go:137: sql insert into test_index values (2973, 2076275120592686716, 0.622229, '29LnVfEaLh') index_test.go:140: sql delete from test_index where c = 297 index_test.go:143: sql update test_index set c1 = 6724499496184200302, c2 = 0.162411, c3 = 'soXa07CGUD' where c = 1540 index_test.go:143: sql update test_index set c1 = 6814030393795361306, c2 = 0.906061, c3 = 'AtEXV761x1' where c = 2364 index_test.go:140: sql delete from test_index where c = 437 index_test.go:137: sql insert into test_index values (2974, 1692355550889400987, 0.338642, 'i7Z8O3z7BN') index_test.go:137: sql insert into test_index values (2975, 6902687770496955734, 0.351359, 'gJFvlr27Cs') index_test.go:143: sql update test_index set c1 = 4376093516511490632, c2 = 0.940273, c3 = 'tK3BNHO3ZH' where c = 2864 index_test.go:143: sql update test_index set c1 = 8965769299890306098, c2 = 0.614826, c3 = 'uPzLXdoJM3' where c = 638 index_test.go:137: sql insert into test_index values (2976, 3284996701869894746, 0.245346, 'MaN9Y2k47A') index_test.go:140: sql delete from test_index where c = 1242 index_test.go:137: sql insert into test_index values (2978, 8439408964974700219, 0.801473, 'A9gg38wQpN') index_test.go:137: sql insert into test_index values (2977, 1021948287163916282, 0.415212, 'TxCdhpndaR') index_test.go:137: sql insert into test_index values (2979, 7302201590732255370, 0.830802, 'cIseWkvqjU') index_test.go:140: sql delete from test_index where c = 2126 index_test.go:143: sql update test_index set c1 = 3812026196265171326, c2 = 0.736724, c3 = 'icHywXreJh' where c = 1186 index_test.go:137: sql insert into test_index values (2980, 3444520571446152669, 0.828205, 'uljeUsYUFI') index_test.go:143: sql update test_index set c1 = 3867869531964190777, c2 = 0.850906, c3 = 'ejWpHV4Koi' where c = 1308 index_test.go:137: sql insert into test_index values (2981, 6226220641800872328, 0.247287, 'fRA0BF9Yeg') index_test.go:140: sql delete from test_index where c = 2511 index_test.go:140: sql delete from test_index where c = 2523 index_test.go:140: sql delete from test_index where c = 1559 index_test.go:140: sql delete from test_index where c = 2639 index_test.go:137: sql insert into test_index values (2982, 7835143907853944100, 0.995444, 'E4UuGYHTlv') index_test.go:143: sql update test_index set c1 = 3206549336714075707, c2 = 0.087570, c3 = 'ofYwD7zl7W' where c = 501 index_test.go:143: sql update test_index set c1 = 9080598037650285094, c2 = 0.026218, c3 = 'jbQsup8VL4' where c = 903 index_test.go:140: sql delete from test_index where c = 1733 index_test.go:140: sql delete from test_index where c = 2536 index_test.go:143: sql update test_index set c1 = 6058893657982801739, c2 = 0.294528, c3 = 'q9OZVFUM5H' where c = 63 index_test.go:140: sql delete from test_index where c = 2948 index_test.go:137: sql insert into test_index values (2983, 1534810060417203011, 0.309967, 'EYWNZJUT16') index_test.go:143: sql update test_index set c1 = 7244982008375853064, c2 = 0.961196, c3 = 'VG2gjSEDei' where c = 2520 index_test.go:143: sql update test_index set c1 = 3426476609317822691, c2 = 0.466991, c3 = '4zZEnEbqtc' where c = 1580 index_test.go:137: sql insert into test_index values (2984, 5223440331028363841, 0.612062, 'RgxppjArr3') index_test.go:137: sql insert into test_index values (2985, 7685880261962455610, 0.288395, 'f26fcQAnAP') index_test.go:143: sql update test_index set c1 = 3525346624641373211, c2 = 0.443756, c3 = '3qZ9A0lkin' where c = 2251 index_test.go:143: sql update test_index set c1 = 3227984995728160770, c2 = 0.237328, c3 = '0sJE2whop7' where c = 1797 index_test.go:143: sql update test_index set c1 = 4904887086904735524, c2 = 0.563527, c3 = 'ZXI53vGTBK' where c = 1775 index_test.go:137: sql insert into test_index values (2986, 8155207554428608644, 0.940274, 'inOS1xw1FG') index_test.go:140: sql delete from test_index where c = 1507 index_test.go:140: sql delete from test_index where c = 2643 index_test.go:140: sql delete from test_index where c = 920 index_test.go:137: sql insert into test_index values (2987, 8943225280573854191, 0.076509, 'wY8j9wcgmA') index_test.go:143: sql update test_index set c1 = 6253347406372989623, c2 = 0.134803, c3 = 'kHNY0Qv7Wp' where c = 1497 index_test.go:137: sql insert into test_index values (2988, 4296687489157600218, 0.416704, 'OES8y3Q5rk') index_test.go:140: sql delete from test_index where c = 2463 index_test.go:143: sql update test_index set c1 = 3900569332971735533, c2 = 0.903481, c3 = 'HyN6Bx00dF' where c = 852 index_test.go:140: sql delete from test_index where c = 2972 index_test.go:137: sql insert into test_index values (2991, 2593249890436348819, 0.917176, 'lkZDxZYOJt') index_test.go:137: sql insert into test_index values (2990, 6759066139489325784, 0.225660, 'QLHTa4KPmR') index_test.go:140: sql delete from test_index where c = 169 index_test.go:137: sql insert into test_index values (2989, 2153416560958384243, 0.679559, 'hI8COCZukm') index_test.go:140: sql delete from test_index where c = 1040 index_test.go:143: sql update test_index set c1 = 4351234502469776454, c2 = 0.960568, c3 = 'gDVOIvrMfF' where c = 356 index_test.go:137: sql insert into test_index values (2993, 9175516947798598641, 0.547055, 'iLaeD9OYm3') index_test.go:143: sql update test_index set c1 = 2639063242048928176, c2 = 0.116732, c3 = '6ml6kqXMIY' where c = 2749 index_test.go:137: sql insert into test_index values (2992, 2058000653361366535, 0.133005, 'AYhs8hrSPo') index_test.go:143: sql update test_index set c1 = 7441134494909566750, c2 = 0.609453, c3 = 'Fm9xnJ78Wp' where c = 2464 index_test.go:140: sql delete from test_index where c = 2413 index_test.go:143: sql update test_index set c1 = 7282776865597427675, c2 = 0.106815, c3 = 'htA0UI91cR' where c = 342 index_test.go:140: sql delete from test_index where c = 2313 index_test.go:140: sql delete from test_index where c = 2023 index_test.go:137: sql insert into test_index values (2994, 4742153679745582245, 0.086337, 'aLozTThTRr') index_test.go:140: sql delete from test_index where c = 388 index_test.go:140: sql delete from test_index where c = 2766 index_test.go:143: sql update test_index set c1 = 8161849605844225997, c2 = 0.492839, c3 = 'B5vof9nDQG' where c = 2949 index_test.go:137: sql insert into test_index values (2995, 6050442669080429748, 0.156232, 'Jam8zoVsLl') index_test.go:143: sql update test_index set c1 = 1874239091499924815, c2 = 0.701718, c3 = 'eunfmx26Yv' where c = 1006 index_test.go:137: sql insert into test_index values (2996, 8984095850454539370, 0.072905, 'CeWlcPcZUG') index_test.go:140: sql delete from test_index where c = 1493 index_test.go:143: sql update test_index set c1 = 7784379129406061320, c2 = 0.752846, c3 = '89xv1fUq3O' where c = 1528 index_test.go:143: sql update test_index set c1 = 357959756952336256, c2 = 0.083950, c3 = 'Z6K3FOBvMe' where c = 2045 index_test.go:143: sql update test_index set c1 = 3577465748990297976, c2 = 0.027794, c3 = 'obw4s3IGNY' where c = 1388 index_test.go:143: sql update test_index set c1 = 3579328723352557229, c2 = 0.649815, c3 = 'owbJKXtUok' where c = 1532 index_test.go:137: sql insert into test_index values (2997, 8514520401122874423, 0.090141, '7j8Vg7Unvg') index_test.go:140: sql delete from test_index where c = 1478 index_test.go:143: sql update test_index set c1 = 3410745416737380890, c2 = 0.017378, c3 = 'hgMhlrG271' where c = 2599 index_test.go:137: sql insert into test_index values (2998, 8848904129034224431, 0.756567, 'p0jIdJEXvK') index_test.go:140: sql delete from test_index where c = 2683 index_test.go:140: sql delete from test_index where c = 433 index_test.go:137: sql insert into test_index values (2999, 5433365363930713014, 0.567491, 'HhkPescgtK') index_test.go:137: sql insert into test_index values (3000, 2507926147754557397, 0.836636, 'wZ13KHrUOO') index_test.go:140: sql delete from test_index where c = 2736 index_test.go:143: sql update test_index set c1 = 4261017022365648671, c2 = 0.893382, c3 = 'LpP7340Isa' where c = 196 index_test.go:143: sql update test_index set c1 = 8184382333484348334, c2 = 0.902205, c3 = 'syzdwoSP2H' where c = 669 index_test.go:140: sql delete from test_index where c = 2057 index_test.go:143: sql update test_index set c1 = 9018046798326957018, c2 = 0.136552, c3 = 'sqByeB0W9O' where c = 2971 index_test.go:143: sql update test_index set c1 = 4253946378135110328, c2 = 0.648510, c3 = 'VbvvkzuN2v' where c = 2932 index_test.go:140: sql delete from test_index where c = 657 index_test.go:143: sql update test_index set c1 = 7395417779865795306, c2 = 0.554381, c3 = 'AhWO6DcCEh' where c = 1801 index_test.go:143: sql update test_index set c1 = 243496042435838301, c2 = 0.081122, c3 = 'E4zJQ2cg23' where c = 2562 index_test.go:137: sql insert into test_index values (3010, 5543391631240214433, 0.765693, 'eutvkJZj3s') index_test.go:137: sql insert into test_index values (3008, 7980778641329226200, 0.909123, 'NcbI2JHTvj') index_test.go:137: sql insert into test_index values (3001, 5307522219152600703, 0.822604, 'DbatIx309g') index_test.go:137: sql insert into test_index values (3004, 4858617245708270246, 0.013194, 'K1l5poF4XH') index_test.go:137: sql insert into test_index values (3002, 273675734915323239, 0.194812, '5ZNAjpJ41m') index_test.go:137: sql insert into test_index values (3009, 6899697348907083004, 0.705526, 'qJYNZDROpI') index_test.go:137: sql insert into test_index values (3006, 6291409803291551995, 0.375330, 'v50rHeVeOP') index_test.go:137: sql insert into test_index values (3003, 3996025129398698406, 0.326367, 'e6uZYeQhFi') index_test.go:137: sql insert into test_index values (3005, 6954045187227663948, 0.599889, 'jsfVKdzpjr') index_test.go:140: sql delete from test_index where c = 229 index_test.go:140: sql delete from test_index where c = 2218 index_test.go:137: sql insert into test_index values (3007, 3758623785630610473, 0.074129, 'eP3wwuvzNL') index_test.go:140: sql delete from test_index where c = 1625 index_test.go:140: sql delete from test_index where c = 473 index_test.go:140: sql delete from test_index where c = 1449 index_test.go:143: sql update test_index set c1 = 2984628740175999510, c2 = 0.822561, c3 = 'szytZ32AYb' where c = 1203 index_test.go:140: sql delete from test_index where c = 1303 index_test.go:140: sql delete from test_index where c = 1691 index_test.go:140: sql delete from test_index where c = 2109 index_test.go:143: sql update test_index set c1 = 1012854202569304931, c2 = 0.791497, c3 = '1KfbQJBqad' where c = 539 index_test.go:143: sql update test_index set c1 = 2962491060764103707, c2 = 0.796279, c3 = 'FliIOSyq5y' where c = 1109 index_test.go:140: sql delete from test_index where c = 1791 index_test.go:143: sql update test_index set c1 = 2495952660082720739, c2 = 0.471931, c3 = 'aRoZrkhpCO' where c = 2655 index_test.go:140: sql delete from test_index where c = 1442 index_test.go:143: sql update test_index set c1 = 43620250389107373, c2 = 0.062296, c3 = 'MtGUuMCs8q' where c = 1928 index_test.go:137: sql insert into test_index values (3012, 4615720460591095591, 0.856273, 'UYTTRJ4Vqc') index_test.go:143: sql update test_index set c1 = 6858531500488286244, c2 = 0.312202, c3 = 'rqJutvBQMK' where c = 809 index_test.go:143: sql update test_index set c1 = 7870430797960481790, c2 = 0.669712, c3 = 'BTejTXyvXg' where c = 2740 index_test.go:137: sql insert into test_index values (3013, 8836792593275765236, 0.471063, 'PcAd3nRmS6') index_test.go:137: sql insert into test_index values (3011, 5122699705381176438, 0.667308, 'k0CRDIDLSh') index_test.go:143: sql update test_index set c1 = 6376600977558040101, c2 = 0.740581, c3 = 'Iw9wdxRisD' where c = 1446 index_test.go:143: sql update test_index set c1 = 4108534402435916000, c2 = 0.938189, c3 = 'zoKRGaFRRx' where c = 587 index_test.go:143: sql update test_index set c1 = 8958104581426884058, c2 = 0.244384, c3 = 'b85gg6EmR5' where c = 2717 index_test.go:140: sql delete from test_index where c = 2094 index_test.go:137: sql insert into test_index values (3014, 466905217068081443, 0.781497, 'zZTUmkmduY') index_test.go:137: sql insert into test_index values (3015, 1450522661255331073, 0.472699, 'PcJ8HlY6Ti') index_test.go:137: sql insert into test_index values (3017, 4610383294032664375, 0.807705, 'wxPxmkyi4x') index_test.go:140: sql delete from test_index where c = 1462 index_test.go:140: sql delete from test_index where c = 2808 index_test.go:137: sql insert into test_index values (3018, 5345023415485536785, 0.955814, '84g5s93m1i') index_test.go:137: sql insert into test_index values (3019, 6987020128343000105, 0.111225, 'XR2nq7iZ7H') index_test.go:140: sql delete from test_index where c = 363 index_test.go:140: sql delete from test_index where c = 1076 index_test.go:137: sql insert into test_index values (3016, 1959972819621346883, 0.269612, 'jyiiertiNa') index_test.go:143: sql update test_index set c1 = 5937411414535972890, c2 = 0.271632, c3 = 'ycTq9yfNBf' where c = 1372 index_test.go:143: sql update test_index set c1 = 7382809619358727055, c2 = 0.653183, c3 = 'T1ChcwwIIj' where c = 939 index_test.go:143: sql update test_index set c1 = 5611763162828622078, c2 = 0.101740, c3 = 'OGBJlcUXta' where c = 2051 index_test.go:137: sql insert into test_index values (3020, 2893369340800109796, 0.537988, 'RupkUTjboM') index_test.go:140: sql delete from test_index where c = 998 index_test.go:140: sql delete from test_index where c = 2530 index_test.go:140: sql delete from test_index where c = 676 index_test.go:140: sql delete from test_index where c = 2048 index_test.go:137: sql insert into test_index values (3021, 7523497767128565414, 0.102430, '1auH1qRMbx') index_test.go:143: sql update test_index set c1 = 1746867215286121640, c2 = 0.779867, c3 = 'ccYAWvcA7W' where c = 1491 index_test.go:137: sql insert into test_index values (3023, 3699229242598313573, 0.950925, 'ks7WwCth3v') index_test.go:137: sql insert into test_index values (3022, 4186002230073967012, 0.374071, 'cT03uAoNpe') index_test.go:143: sql update test_index set c1 = 6808688953483299045, c2 = 0.047650, c3 = 'WmjgLmIFfk' where c = 2090 index_test.go:140: sql delete from test_index where c = 1968 index_test.go:140: sql delete from test_index where c = 1068 index_test.go:140: sql delete from test_index where c = 320 index_test.go:143: sql update test_index set c1 = 9174124042777004924, c2 = 0.925255, c3 = 'ZlSDjiYFkQ' where c = 2201 index_test.go:143: sql update test_index set c1 = 8308359306560118337, c2 = 0.849122, c3 = 'voLSeyZxTR' where c = 110 index_test.go:143: sql update test_index set c1 = 2874659455897631774, c2 = 0.909191, c3 = 'NnH64kRqjy' where c = 657 index_test.go:137: sql insert into test_index values (3024, 4159303722478978791, 0.563866, 'Q00rkKccYG') index_test.go:143: sql update test_index set c1 = 1510502023097245480, c2 = 0.587333, c3 = 'Qf1ZnNfKf1' where c = 1194 index_test.go:143: sql update test_index set c1 = 4883268395223213431, c2 = 0.233833, c3 = 'J1izvqiYn1' where c = 1524 index_test.go:143: sql update test_index set c1 = 2934843597989576214, c2 = 0.430542, c3 = 'HogzgSDKAC' where c = 1807 index_test.go:140: sql delete from test_index where c = 2570 index_test.go:137: sql insert into test_index values (3025, 8635922993511333430, 0.776711, 'YaO8JJ24Lm') index_test.go:137: sql insert into test_index values (3026, 1165847212679033003, 0.739121, 'LyX4iutSrl') index_test.go:143: sql update test_index set c1 = 4332915019860849310, c2 = 0.176070, c3 = 'gX5gaWbxI6' where c = 800 index_test.go:143: sql update test_index set c1 = 3105551104794663712, c2 = 0.049131, c3 = '9sVsfdA7dS' where c = 2862 index_test.go:137: sql insert into test_index values (3029, 4981133323992705982, 0.560649, '22VvTKpV8O') index_test.go:137: sql insert into test_index values (3028, 5465277205102994159, 0.526301, 'PQuXzp3et9') index_test.go:137: sql insert into test_index values (3030, 3668438081502857083, 0.311798, 'psaH0ZwVfO') index_test.go:140: sql delete from test_index where c = 1735 index_test.go:137: sql insert into test_index values (3027, 1487385923260402966, 0.684664, '5vsRTOyEdn') index_test.go:137: sql insert into test_index values (3031, 122728045509286213, 0.022237, 'qVHpScFEOO') index_test.go:140: sql delete from test_index where c = 1407 index_test.go:140: sql delete from test_index where c = 2937 index_test.go:137: sql insert into test_index values (3032, 3594950934438630393, 0.675122, 'u53nYxgB29') index_test.go:140: sql delete from test_index where c = 1635 index_test.go:140: sql delete from test_index where c = 1482 index_test.go:143: sql update test_index set c1 = 7099310381595977975, c2 = 0.193505, c3 = 'RWRBbwQFSy' where c = 704 index_test.go:140: sql delete from test_index where c = 1881 index_test.go:140: sql delete from test_index where c = 788 index_test.go:140: sql delete from test_index where c = 2656 index_test.go:137: sql insert into test_index values (3033, 4908132820828989717, 0.720137, 'FeyMGrvJXl') index_test.go:143: sql update test_index set c1 = 8033269020263581591, c2 = 0.434428, c3 = '4MksBcDqAZ' where c = 1333 index_test.go:143: sql update test_index set c1 = 7415601783293119905, c2 = 0.266852, c3 = 'CRwk4U8SAZ' where c = 146 index_test.go:140: sql delete from test_index where c = 774 index_test.go:143: sql update test_index set c1 = 6319322712829442491, c2 = 0.223346, c3 = 'HXC48gZOKx' where c = 2676 index_test.go:140: sql delete from test_index where c = 46 index_test.go:143: sql update test_index set c1 = 3018634001313838916, c2 = 0.211904, c3 = 'UifSb7oeK9' where c = 55 index_test.go:143: sql update test_index set c1 = 1625814775736888864, c2 = 0.857267, c3 = '18Ytx4QbMf' where c = 2963 index_test.go:143: sql update test_index set c1 = 1464370134880720051, c2 = 0.972058, c3 = 'vAGVsw6v3X' where c = 2616 index_test.go:137: sql insert into test_index values (3038, 9125439948620979713, 0.476673, 'JmO4CFWblu') index_test.go:137: sql insert into test_index values (3034, 2346045340482884745, 0.750547, 'l3ublffdnR') index_test.go:143: sql update test_index set c1 = 2937838598804851554, c2 = 0.292236, c3 = 'YZZBzXvQOV' where c = 2193 index_test.go:143: sql update test_index set c1 = 2861044481107959244, c2 = 0.821984, c3 = '6JHfcDdSQp' where c = 1770 index_test.go:137: sql insert into test_index values (3039, 8824174654463968111, 0.785202, 'eC4jwyAFhp') index_test.go:137: sql insert into test_index values (3036, 1382256989073499996, 0.024092, 'apLbkBtBoC') index_test.go:137: sql insert into test_index values (3037, 4698280299020270379, 0.164600, 'illgrKEHql') index_test.go:137: sql insert into test_index values (3035, 8219587027292344546, 0.247536, '538Zz1TR5v') index_test.go:143: sql update test_index set c1 = 5695940391305739748, c2 = 0.444914, c3 = 'EptjL8mGtc' where c = 1419 index_test.go:140: sql delete from test_index where c = 666 index_test.go:140: sql delete from test_index where c = 2220 index_test.go:140: sql delete from test_index where c = 1688 index_test.go:140: sql delete from test_index where c = 776 index_test.go:143: sql update test_index set c1 = 8806341067775491116, c2 = 0.817359, c3 = 'RDG5XMCftB' where c = 1348 index_test.go:143: sql update test_index set c1 = 7742393535767753014, c2 = 0.359323, c3 = 'jRl29T4jPG' where c = 1681 index_test.go:137: sql insert into test_index values (3041, 8631912134659961814, 0.497017, 'gEX8Olx5NE') index_test.go:137: sql insert into test_index values (3043, 2066530763421961431, 0.658509, 'lALM3BaDEs') index_test.go:143: sql update test_index set c1 = 472395968863113816, c2 = 0.405571, c3 = 'eaPkk4c0Ch' where c = 161 index_test.go:140: sql delete from test_index where c = 1088 index_test.go:140: sql delete from test_index where c = 2015 index_test.go:137: sql insert into test_index values (3040, 5915970622398894109, 0.687507, '8RgYceGNH4') index_test.go:137: sql insert into test_index values (3042, 2885582270274813297, 0.057502, '7fd75dHNij') index_test.go:143: sql update test_index set c1 = 580077408815713946, c2 = 0.467760, c3 = 'dgWlwNhNog' where c = 1671 index_test.go:143: sql update test_index set c1 = 6850467549327909637, c2 = 0.176403, c3 = 'PG386Xem7l' where c = 1045 index_test.go:137: sql insert into test_index values (3044, 3823129328352663218, 0.978843, 'LxxEFbHHsQ') index_test.go:140: sql delete from test_index where c = 889 index_test.go:140: sql delete from test_index where c = 648 index_test.go:137: sql insert into test_index values (3045, 6854303654630003006, 0.330778, 'Wny18wPUiR') index_test.go:137: sql insert into test_index values (3046, 6881565422676082044, 0.509377, 'b9oHEZQY5T') index_test.go:140: sql delete from test_index where c = 2730 index_test.go:140: sql delete from test_index where c = 2048 index_test.go:143: sql update test_index set c1 = 8506774279892877473, c2 = 0.762653, c3 = 'RIW630JJd4' where c = 556 index_test.go:140: sql delete from test_index where c = 1899 index_test.go:140: sql delete from test_index where c = 1847 index_test.go:137: sql insert into test_index values (3048, 6014983190136514196, 0.836755, 'h0OSkU8ECX') index_test.go:143: sql update test_index set c1 = 5916852979765293945, c2 = 0.452117, c3 = 'ToDM2QpSAz' where c = 612 index_test.go:143: sql update test_index set c1 = 3107942168988154526, c2 = 0.636199, c3 = 'D1iLvXHP03' where c = 1024 index_test.go:140: sql delete from test_index where c = 287 index_test.go:143: sql update test_index set c1 = 3610536536951714684, c2 = 0.520150, c3 = 'QOAhqb8ZHS' where c = 610 index_test.go:137: sql insert into test_index values (3047, 7965874875854212478, 0.680594, 'V7Ja0T6D5z') index_test.go:143: sql update test_index set c1 = 1026037616050790171, c2 = 0.954125, c3 = 'vdCySmWYDm' where c = 80 index_test.go:143: sql update test_index set c1 = 2224498222794594686, c2 = 0.045716, c3 = 'yq2BAgSMtC' where c = 1734 index_test.go:140: sql delete from test_index where c = 2825 index_test.go:137: sql insert into test_index values (3049, 7599832974403485140, 0.802024, '37yAo7woRa') index_test.go:137: sql insert into test_index values (3050, 4130764216931827125, 0.762063, 'ilukcskvoR') index_test.go:137: sql insert into test_index values (3051, 7179890383505966200, 0.263329, 'XCD0lNOGGo') index_test.go:143: sql update test_index set c1 = 1515679235040227667, c2 = 0.173853, c3 = 'R4idXiWtcU' where c = 640 index_test.go:143: sql update test_index set c1 = 6574773083791254882, c2 = 0.055850, c3 = 'GvEAnvlDdf' where c = 664 index_test.go:143: sql update test_index set c1 = 5472963703016835623, c2 = 0.718358, c3 = '7PQG17k72T' where c = 2711 index_test.go:137: sql insert into test_index values (3052, 7286703538212594135, 0.941303, 'hbwR1pxbch') index_test.go:140: sql delete from test_index where c = 1809 index_test.go:137: sql insert into test_index values (3054, 3212772487615282141, 0.856390, 'jb3XXjoHZb') index_test.go:137: sql insert into test_index values (3055, 9045071646084612315, 0.904142, '2rSeeNgcxz') index_test.go:140: sql delete from test_index where c = 2913 index_test.go:137: sql insert into test_index values (3053, 787321814918945675, 0.222614, 'U7VxlcNYu4') index_test.go:140: sql delete from test_index where c = 671 index_test.go:137: sql insert into test_index values (3057, 6528910868028787002, 0.225271, '2WNV3fyY4L') index_test.go:137: sql insert into test_index values (3056, 4127051545087538825, 0.431977, '0Dw0vfe2xD') index_test.go:140: sql delete from test_index where c = 1075 index_test.go:140: sql delete from test_index where c = 365 index_test.go:143: sql update test_index set c1 = 6131234865823698796, c2 = 0.158505, c3 = 'lc56djs2EH' where c = 600 index_test.go:143: sql update test_index set c1 = 6348454887559386282, c2 = 0.453274, c3 = 'HoV2xCAhCR' where c = 1564 index_test.go:140: sql delete from test_index where c = 2886 index_test.go:140: sql delete from test_index where c = 3047 index_test.go:140: sql delete from test_index where c = 2087 index_test.go:140: sql delete from test_index where c = 660 index_test.go:143: sql update test_index set c1 = 5634000516223484878, c2 = 0.948788, c3 = '4RipYuCRiU' where c = 1103 index_test.go:143: sql update test_index set c1 = 7762294454414860751, c2 = 0.261429, c3 = 'LHTXgosi6k' where c = 873 index_test.go:140: sql delete from test_index where c = 2419 index_test.go:137: sql insert into test_index values (3058, 3265506855931052476, 0.207109, 'hEMr0Czbml') index_test.go:143: sql update test_index set c1 = 8609264572834104419, c2 = 0.770462, c3 = 'fEwYySIEG8' where c = 2645 index_test.go:143: sql update test_index set c1 = 1856008314027076516, c2 = 0.422334, c3 = 'yGN1VXkRTh' where c = 2245 index_test.go:143: sql update test_index set c1 = 3167976765000123565, c2 = 0.187057, c3 = 'oNuIG9rZNf' where c = 1708 index_test.go:137: sql insert into test_index values (3059, 8848771289971297823, 0.532508, 'MnZEgMQCzX') index_test.go:143: sql update test_index set c1 = 1512066518888848268, c2 = 0.045971, c3 = 'zU2rSNgC1J' where c = 2608 index_test.go:140: sql delete from test_index where c = 1220 index_test.go:137: sql insert into test_index values (3061, 8536910401835404778, 0.618021, 'GBeIvlv9ty') index_test.go:143: sql update test_index set c1 = 2436508265330724276, c2 = 0.222082, c3 = 'aNXkivyEab' where c = 2356 index_test.go:140: sql delete from test_index where c = 1616 index_test.go:143: sql update test_index set c1 = 3870224837726112316, c2 = 0.054558, c3 = 'QQuCeusNXm' where c = 1902 index_test.go:137: sql insert into test_index values (3062, 7361037754036360834, 0.244798, 'w3N4xZidRP') index_test.go:137: sql insert into test_index values (3063, 4832186965199244521, 0.134658, 'YQjOcnS3lR') index_test.go:140: sql delete from test_index where c = 111 index_test.go:137: sql insert into test_index values (3060, 1921063477285429548, 0.334352, 'dcEqByj6jK') index_test.go:143: sql update test_index set c1 = 2013445112032341066, c2 = 0.020383, c3 = 'shx2XtJe4G' where c = 1657 index_test.go:137: sql insert into test_index values (3064, 5518584616171244212, 0.830957, 'fwUaSm7PQ2') index_test.go:140: sql delete from test_index where c = 1716 index_test.go:143: sql update test_index set c1 = 8078656204719650644, c2 = 0.770122, c3 = 'qDDrzJ6jBF' where c = 726 index_test.go:143: sql update test_index set c1 = 6939560876079941481, c2 = 0.639775, c3 = 'MrLRFtYpKE' where c = 2385 index_test.go:137: sql insert into test_index values (3067, 9222350545004543858, 0.630381, 'GilvwDa6Ux') index_test.go:140: sql delete from test_index where c = 620 index_test.go:137: sql insert into test_index values (3066, 5018903093246222165, 0.325000, 'kU8sbdOd4p') index_test.go:137: sql insert into test_index values (3065, 4599447513950652641, 0.837547, 'fnKlgiG29t') index_test.go:140: sql delete from test_index where c = 2341 index_test.go:140: sql delete from test_index where c = 1744 index_test.go:137: sql insert into test_index values (3068, 7617251514716855672, 0.694362, 'duPmISMa6V') index_test.go:140: sql delete from test_index where c = 177 index_test.go:140: sql delete from test_index where c = 1269 index_test.go:143: sql update test_index set c1 = 8344258924338355457, c2 = 0.112582, c3 = 'wtxnQfwkDb' where c = 2036 index_test.go:143: sql update test_index set c1 = 2490063977968080728, c2 = 0.325194, c3 = 'QyzjFj3oHX' where c = 2432 index_test.go:140: sql delete from test_index where c = 707 index_test.go:143: sql update test_index set c1 = 6438688365736676125, c2 = 0.608191, c3 = 'zHPxxW9781' where c = 1877 index_test.go:137: sql insert into test_index values (3070, 3694710986018869981, 0.857600, 'FcAEWAaYO9') index_test.go:140: sql delete from test_index where c = 1156 index_test.go:137: sql insert into test_index values (3069, 6164158873630342803, 0.260732, 'eVBXR0ZaXf') index_test.go:143: sql update test_index set c1 = 2762536792586320304, c2 = 0.265551, c3 = 'EfgSAqOh6Q' where c = 2816 index_test.go:143: sql update test_index set c1 = 555029386501890587, c2 = 0.002061, c3 = 'fxFVqRXOry' where c = 2342 index_test.go:137: sql insert into test_index values (3071, 5199725198668736910, 0.831161, 'tzDU1UUKPw') index_test.go:137: sql insert into test_index values (3073, 4578171986127825629, 0.862906, 'OE6FLdosbB') index_test.go:143: sql update test_index set c1 = 8763118937545593061, c2 = 0.580922, c3 = '0YpdzlffxW' where c = 347 index_test.go:137: sql insert into test_index values (3072, 5009752197550077121, 0.794672, 'IwJ60ff6g5') index_test.go:140: sql delete from test_index where c = 901 index_test.go:143: sql update test_index set c1 = 3168571998423956520, c2 = 0.251179, c3 = '7FK9Zc4oTC' where c = 2044 index_test.go:140: sql delete from test_index where c = 496 index_test.go:140: sql delete from test_index where c = 936 index_test.go:137: sql insert into test_index values (3075, 2601287391678645969, 0.315354, 'UPbHiG2Tnd') index_test.go:143: sql update test_index set c1 = 3130844562155700781, c2 = 0.158275, c3 = '9d2dUROkfm' where c = 1846 index_test.go:137: sql insert into test_index values (3077, 3841905261801444399, 0.266368, 'jgjIdfBEYz') index_test.go:137: sql insert into test_index values (3076, 7509899561879066882, 0.993064, 'UuXreTBgLb') index_test.go:143: sql update test_index set c1 = 7778175946010177209, c2 = 0.871045, c3 = '8ETWb2ZoUI' where c = 191 index_test.go:140: sql delete from test_index where c = 2090 index_test.go:143: sql update test_index set c1 = 6390635475735398706, c2 = 0.818716, c3 = 'sySwDJbxxG' where c = 2803 index_test.go:140: sql delete from test_index where c = 1051 index_test.go:137: sql insert into test_index values (3074, 1226791725385874829, 0.509905, 'Z6W9n9axLe') index_test.go:140: sql delete from test_index where c = 163 index_test.go:140: sql delete from test_index where c = 2278 index_test.go:143: sql update test_index set c1 = 7063113177436266030, c2 = 0.405262, c3 = 'mEeUGHwJYo' where c = 1889 index_test.go:140: sql delete from test_index where c = 480 index_test.go:137: sql insert into test_index values (3078, 9139058092941761768, 0.985134, 'Y50IMDm9cv') index_test.go:137: sql insert into test_index values (3079, 4335974372272588883, 0.995120, 'Odz34trtFB') index_test.go:143: sql update test_index set c1 = 6325895367116353980, c2 = 0.052635, c3 = '90aWnGK4TY' where c = 2053 index_test.go:140: sql delete from test_index where c = 2821 index_test.go:143: sql update test_index set c1 = 6189994938299090784, c2 = 0.160087, c3 = 'C5RsyuEWea' where c = 251 index_test.go:140: sql delete from test_index where c = 1819 index_test.go:137: sql insert into test_index values (3081, 2312962288103223856, 0.989507, 'ObND8PClUo') index_test.go:137: sql insert into test_index values (3080, 5498243380819202655, 0.855098, 'SKQL964ccS') index_test.go:143: sql update test_index set c1 = 988195481248426200, c2 = 0.252181, c3 = '1vvgVCYpVH' where c = 2285 index_test.go:143: sql update test_index set c1 = 6870122051158683044, c2 = 0.529157, c3 = 'VIgoB3L7XO' where c = 2156 index_test.go:143: sql update test_index set c1 = 6960907406820812249, c2 = 0.507612, c3 = '8tClgHZk3y' where c = 850 index_test.go:140: sql delete from test_index where c = 1194 index_test.go:143: sql update test_index set c1 = 2128695971366971425, c2 = 0.441473, c3 = '5sxKHhKpMG' where c = 2215 index_test.go:137: sql insert into test_index values (3082, 1360371293214589980, 0.910724, 'syPtjkTqOI') index_test.go:137: sql insert into test_index values (3083, 1566655369378743633, 0.651825, 'DLLzFOBdjA') index_test.go:143: sql update test_index set c1 = 5598771040581401367, c2 = 0.615003, c3 = 'uheVKaAgaK' where c = 1013 index_test.go:140: sql delete from test_index where c = 765 index_test.go:140: sql delete from test_index where c = 1997 index_test.go:137: sql insert into test_index values (3085, 4458950279020518683, 0.805395, 'cG4TMrVSnr') index_test.go:137: sql insert into test_index values (3086, 659314465261870461, 0.343634, 'WghzLD4ceb') index_test.go:140: sql delete from test_index where c = 2590 index_test.go:137: sql insert into test_index values (3084, 4996148813849338021, 0.933035, 'TXY3rpHs0p') index_test.go:140: sql delete from test_index where c = 1777 index_test.go:137: sql insert into test_index values (3087, 869257796539361438, 0.116328, 't6D8euz6ob') index_test.go:143: sql update test_index set c1 = 2005905368990910329, c2 = 0.559535, c3 = 'adEZapDN04' where c = 1269 index_test.go:143: sql update test_index set c1 = 6931571251828142358, c2 = 0.573305, c3 = 'md7lHWZ4t3' where c = 1206 index_test.go:143: sql update test_index set c1 = 5341039702190444890, c2 = 0.873711, c3 = 'WLChigEIAJ' where c = 1171 index_test.go:140: sql delete from test_index where c = 58 index_test.go:140: sql delete from test_index where c = 1985 index_test.go:137: sql insert into test_index values (3088, 2442050244666577228, 0.799364, 'qG5nj0G3he') index_test.go:140: sql delete from test_index where c = 2143 index_test.go:143: sql update test_index set c1 = 857076570296610305, c2 = 0.990191, c3 = 'abTSbwK9Vi' where c = 171 index_test.go:137: sql insert into test_index values (3090, 905279466602509480, 0.299165, 'kPVTOXGiU6') index_test.go:143: sql update test_index set c1 = 3501746092302842499, c2 = 0.314073, c3 = 'rw8pPXIu7E' where c = 2250 index_test.go:137: sql insert into test_index values (3091, 1154928118425395639, 0.863512, 'PWzqL2BleP') index_test.go:140: sql delete from test_index where c = 2928 index_test.go:143: sql update test_index set c1 = 4364195365215439222, c2 = 0.272183, c3 = 'sGH9R9idTv' where c = 1121 index_test.go:137: sql insert into test_index values (3089, 1678435646454493865, 0.635758, 'NrvzwhjPvk') index_test.go:140: sql delete from test_index where c = 716 index_test.go:140: sql delete from test_index where c = 1810 index_test.go:143: sql update test_index set c1 = 377039449478968698, c2 = 0.393477, c3 = 'MZPh3vcEf7' where c = 293 index_test.go:143: sql update test_index set c1 = 9023743118130525413, c2 = 0.225189, c3 = 'J64CaPQYvb' where c = 1441 index_test.go:140: sql delete from test_index where c = 2776 index_test.go:137: sql insert into test_index values (3094, 6359270565987212246, 0.633310, '595eGTV1xE') index_test.go:143: sql update test_index set c1 = 4667395103668359572, c2 = 0.728529, c3 = 'F9hNq52diN' where c = 344 index_test.go:137: sql insert into test_index values (3095, 2907697457018602806, 0.550503, 'JL88d9K62B') index_test.go:137: sql insert into test_index values (3092, 7689802656771525592, 0.532554, 'rBy2IWzzpP') index_test.go:140: sql delete from test_index where c = 299 index_test.go:137: sql insert into test_index values (3093, 5537461036269778071, 0.706109, 'wRqD8EUUyY') index_test.go:140: sql delete from test_index where c = 954 index_test.go:143: sql update test_index set c1 = 7939690972943980011, c2 = 0.949966, c3 = 'zxhLiEW2Es' where c = 2606 index_test.go:140: sql delete from test_index where c = 145 index_test.go:143: sql update test_index set c1 = 9054101217674508197, c2 = 0.451707, c3 = 'pdRMJORcvs' where c = 2878 index_test.go:143: sql update test_index set c1 = 2068379172700200438, c2 = 0.105061, c3 = '59h4cU5976' where c = 1544 index_test.go:137: sql insert into test_index values (3096, 5515542281744389100, 0.143707, 'iHpuWrI3bM') index_test.go:140: sql delete from test_index where c = 415 index_test.go:143: sql update test_index set c1 = 8980575313263695011, c2 = 0.816423, c3 = '05LaMP3CZd' where c = 992 index_test.go:137: sql insert into test_index values (3097, 3471521217129795642, 0.269613, 'UcTvcOLig8') index_test.go:143: sql update test_index set c1 = 501180207639160087, c2 = 0.895632, c3 = 'x3INIt7PY5' where c = 2513 index_test.go:140: sql delete from test_index where c = 1162 index_test.go:143: sql update test_index set c1 = 188798348100595005, c2 = 0.946848, c3 = '7m5JfUZLO9' where c = 705 index_test.go:140: sql delete from test_index where c = 153 index_test.go:143: sql update test_index set c1 = 6344695493956217723, c2 = 0.617206, c3 = 'UzPRbMwgKD' where c = 3080 index_test.go:140: sql delete from test_index where c = 2907 index_test.go:143: sql update test_index set c1 = 7170860123865601390, c2 = 0.910631, c3 = 'pQ5gsMvIsH' where c = 178 index_test.go:137: sql insert into test_index values (3098, 1972668968517419645, 0.314318, 'SRaAXML9dW') index_test.go:137: sql insert into test_index values (3099, 798760859579697552, 0.370465, 'adyEtAvxbJ') index_test.go:143: sql update test_index set c1 = 5452814520754969102, c2 = 0.741921, c3 = 'OPvHHLXnei' where c = 2539 index_test.go:140: sql delete from test_index where c = 498 index_test.go:143: sql update test_index set c1 = 6643472823529755272, c2 = 0.338967, c3 = '1WOXOJQvCC' where c = 1293 index_test.go:140: sql delete from test_index where c = 2950 index_test.go:143: sql update test_index set c1 = 2056236950886810670, c2 = 0.537032, c3 = 'dhEQMNSHs0' where c = 598 index_test.go:137: sql insert into test_index values (3100, 2838343523578734154, 0.490238, 'XcvMyhTCK3') index_test.go:143: sql update test_index set c1 = 4220751806922935970, c2 = 0.978200, c3 = 'HRFnDSflwM' where c = 449 index_test.go:140: sql delete from test_index where c = 2168 index_test.go:143: sql update test_index set c1 = 2170660965370522266, c2 = 0.162034, c3 = 'CkQ4hA3vMz' where c = 611 index_test.go:137: sql insert into test_index values (3101, 134139818049220491, 0.882265, 'OJGx0wkJXk') index_test.go:137: sql insert into test_index values (3110, 5296932974673417568, 0.862669, 'uwwRZn7PrQ') index_test.go:137: sql insert into test_index values (3105, 2837883930931908331, 0.084052, 'yE9W27rzTV') index_test.go:137: sql insert into test_index values (3107, 9191258243393383460, 0.820971, 'V8aAPHRWsa') index_test.go:137: sql insert into test_index values (3103, 4037061977792886033, 0.793979, '59zQFfIYlz') index_test.go:137: sql insert into test_index values (3102, 8630837520956358101, 0.648307, 'e37HapBXso') index_test.go:137: sql insert into test_index values (3108, 8312571233630163571, 0.488709, 'hhbRjFXpMX') index_test.go:137: sql insert into test_index values (3104, 9025187891010294067, 0.938840, 'ZClsPylXNt') index_test.go:140: sql delete from test_index where c = 1486 index_test.go:137: sql insert into test_index values (3109, 2295631105085765444, 0.709499, 'cJ2BU2OzQT') index_test.go:140: sql delete from test_index where c = 644 index_test.go:137: sql insert into test_index values (3106, 1276793497254182245, 0.385539, 'QYez2ei7Yb') index_test.go:140: sql delete from test_index where c = 325 index_test.go:140: sql delete from test_index where c = 553 index_test.go:140: sql delete from test_index where c = 1667 index_test.go:140: sql delete from test_index where c = 2866 index_test.go:140: sql delete from test_index where c = 915 index_test.go:140: sql delete from test_index where c = 1547 index_test.go:140: sql delete from test_index where c = 2282 index_test.go:140: sql delete from test_index where c = 1732 index_test.go:143: sql update test_index set c1 = 706927188089286520, c2 = 0.550718, c3 = 'GVVJoGdrtH' where c = 135 index_test.go:143: sql update test_index set c1 = 405120435401398908, c2 = 0.745828, c3 = 'v5sv9FShS5' where c = 2911 index_test.go:143: sql update test_index set c1 = 1092149472237387702, c2 = 0.075332, c3 = 'bLPBlt4WHf' where c = 872 index_test.go:143: sql update test_index set c1 = 7515763321239327624, c2 = 0.279437, c3 = 'TctwGxZoJt' where c = 383 index_test.go:143: sql update test_index set c1 = 1691727779687590251, c2 = 0.632100, c3 = 'V4NW9LyxVj' where c = 595 index_test.go:143: sql update test_index set c1 = 5497642865570385824, c2 = 0.049295, c3 = 'b77pf7EXjM' where c = 1179 index_test.go:143: sql update test_index set c1 = 3134924577895541620, c2 = 0.910928, c3 = 'nqw8wrnnQT' where c = 3024 index_test.go:143: sql update test_index set c1 = 5335309754097927548, c2 = 0.641727, c3 = 'cGbqQtMVow' where c = 1473 index_test.go:143: sql update test_index set c1 = 6692074349260787895, c2 = 0.140285, c3 = 'NANad3XScb' where c = 251 index_test.go:143: sql update test_index set c1 = 2632106146035059389, c2 = 0.313780, c3 = 'WLAmDpvDVD' where c = 1723 index_test.go:137: sql insert into test_index values (3111, 8485648428004613533, 0.517650, 'Ue1XjGGTr3') index_test.go:137: sql insert into test_index values (3112, 2856842507930022777, 0.565147, 'xgVXlughkD') index_test.go:137: sql insert into test_index values (3114, 3627719497872519384, 0.094203, 'Zx6bbIRPZD') index_test.go:137: sql insert into test_index values (3115, 6788457202584093020, 0.761840, 'J09hTS2obq') index_test.go:137: sql insert into test_index values (3116, 5118907620658713454, 0.155829, 'P4dBglZrRC') index_test.go:137: sql insert into test_index values (3117, 5643857401867335023, 0.366575, '56aqyFNKtI') index_test.go:137: sql insert into test_index values (3120, 765588518096414993, 0.883386, 'mUCTbR3nHg') index_test.go:140: sql delete from test_index where c = 39 index_test.go:137: sql insert into test_index values (3113, 589950408099511271, 0.064248, 'PwzqHbYJ3L') index_test.go:140: sql delete from test_index where c = 1238 index_test.go:140: sql delete from test_index where c = 1032 index_test.go:137: sql insert into test_index values (3118, 7564410258596305373, 0.250190, 'WOCjvUb6lp') index_test.go:137: sql insert into test_index values (3119, 6858271710720915498, 0.489991, 'gb5M8F23L8') index_test.go:140: sql delete from test_index where c = 318 index_test.go:140: sql delete from test_index where c = 2339 index_test.go:143: sql update test_index set c1 = 3279181848612957364, c2 = 0.136569, c3 = 'RnNshKKMHn' where c = 561 index_test.go:140: sql delete from test_index where c = 1638 index_test.go:140: sql delete from test_index where c = 1956 index_test.go:140: sql delete from test_index where c = 2651 index_test.go:140: sql delete from test_index where c = 1755 index_test.go:143: sql update test_index set c1 = 600729974824758441, c2 = 0.004737, c3 = 'Qcm0WERugp' where c = 1016 index_test.go:143: sql update test_index set c1 = 5416600553342429715, c2 = 0.935675, c3 = 'A8ioltp0kI' where c = 132 index_test.go:137: sql insert into test_index values (3121, 5193452638815735120, 0.194876, 'xVdktkBrAv') index_test.go:143: sql update test_index set c1 = 8123040405183339186, c2 = 0.609485, c3 = 'nKFOPWGIQk' where c = 1618 index_test.go:143: sql update test_index set c1 = 37160064882981584, c2 = 0.396721, c3 = 'K6Z0nDYVDo' where c = 2998 index_test.go:140: sql delete from test_index where c = 2358 index_test.go:143: sql update test_index set c1 = 2242204313421534822, c2 = 0.835528, c3 = '0AvkyVHnwo' where c = 2260 index_test.go:137: sql insert into test_index values (3122, 1065343915228103238, 0.707938, 'JfHtgio8YY') index_test.go:143: sql update test_index set c1 = 659217985830847305, c2 = 0.123911, c3 = 'XCyn4kyDC1' where c = 2859 index_test.go:140: sql delete from test_index where c = 1783 index_test.go:137: sql insert into test_index values (3123, 5107193041711802182, 0.616356, 'XReRg3A9BX') index_test.go:137: sql insert into test_index values (3124, 6006241395252389247, 0.764193, 'flgXE5qfpj') index_test.go:140: sql delete from test_index where c = 889 index_test.go:143: sql update test_index set c1 = 3450053866453128185, c2 = 0.988682, c3 = 'XI43Xz165i' where c = 1027 index_test.go:143: sql update test_index set c1 = 4479322873296426934, c2 = 0.099732, c3 = 'JQk3eqQKm3' where c = 274 index_test.go:140: sql delete from test_index where c = 3037 index_test.go:143: sql update test_index set c1 = 921904467182136439, c2 = 0.532454, c3 = 'k076SUV7TO' where c = 1415 index_test.go:137: sql insert into test_index values (3127, 2522330997796342592, 0.939769, 'nwtmcBED35') index_test.go:143: sql update test_index set c1 = 8833655481577874008, c2 = 0.672988, c3 = 'KAtVrJ3D04' where c = 1179 index_test.go:137: sql insert into test_index values (3125, 1333908055242522854, 0.418926, 'T85Ad53OCx') index_test.go:137: sql insert into test_index values (3126, 1557216014251552921, 0.593340, 'Y4jf6xhsGH') index_test.go:143: sql update test_index set c1 = 1694921004846609092, c2 = 0.460703, c3 = '3GgS9Dwm7T' where c = 773 index_test.go:140: sql delete from test_index where c = 2408 index_test.go:137: sql insert into test_index values (3128, 2724740792943056531, 0.434856, 'vcatSBsTSw') index_test.go:137: sql insert into test_index values (3129, 6980836564329023695, 0.498609, 'ezncGPGhkl') index_test.go:137: sql insert into test_index values (3130, 8694716867480025045, 0.133684, 'tEgpG25cJu') index_test.go:140: sql delete from test_index where c = 1074 index_test.go:140: sql delete from test_index where c = 3062 index_test.go:140: sql delete from test_index where c = 2465 index_test.go:140: sql delete from test_index where c = 1580 index_test.go:143: sql update test_index set c1 = 8220986782334242420, c2 = 0.433876, c3 = 'omU7IMZ1DD' where c = 2867 index_test.go:143: sql update test_index set c1 = 4601871296667217416, c2 = 0.753669, c3 = 'QgKG7rGoMt' where c = 2697 index_test.go:137: sql insert into test_index values (3131, 7502899582338936343, 0.397649, 'BsXGzVphQ7') index_test.go:137: sql insert into test_index values (3132, 8616604496989088903, 0.927832, 'rdxyOjCq0X') index_test.go:143: sql update test_index set c1 = 1567356397072936316, c2 = 0.125427, c3 = 'QGq5Pkb3a0' where c = 1353 index_test.go:140: sql delete from test_index where c = 1486 index_test.go:140: sql delete from test_index where c = 874 index_test.go:140: sql delete from test_index where c = 1264 index_test.go:137: sql insert into test_index values (3133, 3699377377326015441, 0.796976, 'qFNZKuPfgB') index_test.go:143: sql update test_index set c1 = 9080607896364375529, c2 = 0.988303, c3 = '5E2rnxGkYB' where c = 3107 index_test.go:143: sql update test_index set c1 = 6382908636368655377, c2 = 0.563874, c3 = 'qEGgpHRQUK' where c = 2954 index_test.go:137: sql insert into test_index values (3134, 7924661191994078777, 0.134281, 'T1ypxlunJX') index_test.go:143: sql update test_index set c1 = 112505558190025339, c2 = 0.315999, c3 = 'TdvSHjdPAv' where c = 400 index_test.go:140: sql delete from test_index where c = 2180 index_test.go:143: sql update test_index set c1 = 7554018586420652768, c2 = 0.341089, c3 = '90dCIp6Ny2' where c = 2931 index_test.go:137: sql insert into test_index values (3136, 609807647358491435, 0.408081, 'GmeOVRBOpL') index_test.go:143: sql update test_index set c1 = 4396881514153238481, c2 = 0.120520, c3 = 'vX7rnyw1ZC' where c = 2184 index_test.go:143: sql update test_index set c1 = 1386026453994409368, c2 = 0.097900, c3 = 'CkUfTctjme' where c = 1868 index_test.go:137: sql insert into test_index values (3135, 875448134061076041, 0.528043, 'i3vwEahhlK') index_test.go:137: sql insert into test_index values (3138, 2982756278567871832, 0.569217, 'mjH2cwJ5Nj') index_test.go:137: sql insert into test_index values (3137, 87630502138731533, 0.838814, 'GIaOpTDW14') index_test.go:143: sql update test_index set c1 = 9095402177703952925, c2 = 0.648374, c3 = 'O5Q3oPL1y2' where c = 140 index_test.go:140: sql delete from test_index where c = 1590 index_test.go:140: sql delete from test_index where c = 3112 index_test.go:137: sql insert into test_index values (3139, 4589597441130417062, 0.835235, 'ObMl0gymQH') index_test.go:137: sql insert into test_index values (3140, 6181107977051599152, 0.002385, 'HU4rACxBLT') index_test.go:140: sql delete from test_index where c = 1789 index_test.go:140: sql delete from test_index where c = 1419 index_test.go:140: sql delete from test_index where c = 1771 index_test.go:143: sql update test_index set c1 = 5479113717954852017, c2 = 0.662256, c3 = '0m0IhCmseH' where c = 2219 index_test.go:137: sql insert into test_index values (3141, 8423128645553154574, 0.666558, 'F3zEJA6olB') index_test.go:143: sql update test_index set c1 = 1521114338489525909, c2 = 0.089275, c3 = 'fLLd7v5wYH' where c = 745 index_test.go:140: sql delete from test_index where c = 918 index_test.go:137: sql insert into test_index values (3142, 9131472494916662239, 0.510617, 'AxDqF8GjiS') index_test.go:140: sql delete from test_index where c = 1661 index_test.go:143: sql update test_index set c1 = 5840715700759113043, c2 = 0.952176, c3 = 'ODFEA3fDbJ' where c = 1698 index_test.go:143: sql update test_index set c1 = 126287842378722467, c2 = 0.602600, c3 = 'LJgHFW645y' where c = 292 index_test.go:140: sql delete from test_index where c = 193 index_test.go:143: sql update test_index set c1 = 4976153093073815374, c2 = 0.019909, c3 = 'PbbgmsrLOG' where c = 1702 index_test.go:137: sql insert into test_index values (3144, 5833099047008270201, 0.700810, 'qTm4ijRDTw') index_test.go:143: sql update test_index set c1 = 621107354776600914, c2 = 0.636691, c3 = 'Zjk5n9qbCO' where c = 28 index_test.go:137: sql insert into test_index values (3143, 6099052531907546913, 0.910576, 'aSqAdASiIe') index_test.go:140: sql delete from test_index where c = 382 index_test.go:140: sql delete from test_index where c = 1944 index_test.go:143: sql update test_index set c1 = 2615445380108948609, c2 = 0.669300, c3 = 'dfnebXzkJU' where c = 13 index_test.go:137: sql insert into test_index values (3145, 7461118853238092140, 0.378596, 'FcyBiMv7zk') index_test.go:140: sql delete from test_index where c = 1691 index_test.go:140: sql delete from test_index where c = 1132 index_test.go:137: sql insert into test_index values (3146, 2773152694629006558, 0.352995, 'PAA6maIIaL') index_test.go:143: sql update test_index set c1 = 4473714324636590295, c2 = 0.449471, c3 = 'MrozZTXanf' where c = 3072 index_test.go:143: sql update test_index set c1 = 1049297226450143008, c2 = 0.794698, c3 = 'aJkBlToYxb' where c = 255 index_test.go:143: sql update test_index set c1 = 3259643321018963639, c2 = 0.671202, c3 = 'nOaXE27iPE' where c = 290 index_test.go:137: sql insert into test_index values (3148, 7822246724574408758, 0.461567, 'PLxHpZM0co') index_test.go:143: sql update test_index set c1 = 3359316722612270648, c2 = 0.678012, c3 = 'wizEw435dC' where c = 1534 index_test.go:140: sql delete from test_index where c = 2152 index_test.go:137: sql insert into test_index values (3149, 67969996143789421, 0.132994, '76pe4PGFx5') index_test.go:137: sql insert into test_index values (3147, 6512069366975465699, 0.454759, 'NeqHzLzPG9') index_test.go:143: sql update test_index set c1 = 7328080066476833941, c2 = 0.648407, c3 = 'vlDb6vr2fK' where c = 614 index_test.go:140: sql delete from test_index where c = 2127 index_test.go:140: sql delete from test_index where c = 1884 index_test.go:137: sql insert into test_index values (3151, 2856158526455696083, 0.429187, 'bOhkDxr7w8') index_test.go:137: sql insert into test_index values (3152, 6779168726972386208, 0.485548, 'vFi8FI0m4N') index_test.go:137: sql insert into test_index values (3153, 5275985997328909334, 0.097018, 'tnkKayRy1D') index_test.go:137: sql insert into test_index values (3150, 5724928614789583105, 0.087632, 'MsgNydx5dh') index_test.go:140: sql delete from test_index where c = 2351 index_test.go:143: sql update test_index set c1 = 8493838848777042709, c2 = 0.973234, c3 = 'tAF8t9zLni' where c = 338 index_test.go:143: sql update test_index set c1 = 3604400640600107255, c2 = 0.176401, c3 = 'L0ZxiX4QwR' where c = 2062 index_test.go:143: sql update test_index set c1 = 7076437192553657713, c2 = 0.096564, c3 = 'hQvI0LPWid' where c = 1848 index_test.go:140: sql delete from test_index where c = 2866 index_test.go:140: sql delete from test_index where c = 369 index_test.go:140: sql delete from test_index where c = 2802 index_test.go:137: sql insert into test_index values (3154, 7873516813562796804, 0.082686, 'hhuMg1DdWP') index_test.go:140: sql delete from test_index where c = 2325 index_test.go:143: sql update test_index set c1 = 361688094115935826, c2 = 0.460170, c3 = 'xxAg3DntXD' where c = 1353 index_test.go:140: sql delete from test_index where c = 2979 index_test.go:137: sql insert into test_index values (3156, 3931245001034665480, 0.179542, 'LD3tscpy1A') index_test.go:137: sql insert into test_index values (3155, 6176278899448918978, 0.533431, 'HLkfuN40s9') index_test.go:143: sql update test_index set c1 = 3933087773619789644, c2 = 0.609306, c3 = 'rPfmMcHK15' where c = 2009 index_test.go:140: sql delete from test_index where c = 177 index_test.go:137: sql insert into test_index values (3157, 7036706560176290168, 0.775690, 'XRWzGMETXI') index_test.go:143: sql update test_index set c1 = 3295306832661952836, c2 = 0.192581, c3 = 'nwP9zXosfX' where c = 2339 index_test.go:143: sql update test_index set c1 = 2387274773746163022, c2 = 0.507029, c3 = 'J1sUkc80Qz' where c = 2190 index_test.go:137: sql insert into test_index values (3158, 6519315688823572909, 0.042555, 'fn5gBb9nhb') index_test.go:143: sql update test_index set c1 = 1948667921234415579, c2 = 0.878998, c3 = 'kxB6e1wIca' where c = 2150 index_test.go:143: sql update test_index set c1 = 7113339223778080313, c2 = 0.479294, c3 = 'X7C4NkrAJA' where c = 2743 index_test.go:143: sql update test_index set c1 = 8907620331907074074, c2 = 0.641038, c3 = 'MeahUuc3Cy' where c = 755 index_test.go:140: sql delete from test_index where c = 3061 index_test.go:137: sql insert into test_index values (3159, 4255967258233514342, 0.239255, 'GLgGQpwAZR') index_test.go:140: sql delete from test_index where c = 2261 index_test.go:140: sql delete from test_index where c = 1842 index_test.go:137: sql insert into test_index values (3160, 2906730548494210681, 0.556680, '357TgcO7Sk') index_test.go:143: sql update test_index set c1 = 1576969996288144344, c2 = 0.204467, c3 = 'C5vMY1vWo7' where c = 619 index_test.go:143: sql update test_index set c1 = 5700515418275865078, c2 = 0.991943, c3 = 'KHIiym7KJe' where c = 476 index_test.go:137: sql insert into test_index values (3161, 7612610060240368187, 0.730015, '8ts9nXwopV') index_test.go:143: sql update test_index set c1 = 6087485080817030477, c2 = 0.786931, c3 = 'JBGloe4HKL' where c = 245 index_test.go:137: sql insert into test_index values (3163, 1381228746060314884, 0.639745, 'qRF7HW7aCg') index_test.go:137: sql insert into test_index values (3164, 2283762641083744511, 0.781592, 'KDiI87hSvr') index_test.go:140: sql delete from test_index where c = 2243 index_test.go:140: sql delete from test_index where c = 2485 index_test.go:140: sql delete from test_index where c = 845 index_test.go:137: sql insert into test_index values (3162, 5215270375153912558, 0.505950, 'OBsQBnR2TV') index_test.go:137: sql insert into test_index values (3167, 2172917760059504468, 0.776613, '2qkBFTsKXc') index_test.go:143: sql update test_index set c1 = 3032697763516050102, c2 = 0.746756, c3 = 'Fkysfg39ej' where c = 223 index_test.go:137: sql insert into test_index values (3166, 3005602980971056459, 0.318828, 'V1yBfpyaJG') index_test.go:140: sql delete from test_index where c = 2191 index_test.go:140: sql delete from test_index where c = 863 index_test.go:140: sql delete from test_index where c = 1996 index_test.go:137: sql insert into test_index values (3165, 1056379357258090478, 0.441300, 'FIS5TNpM4N') index_test.go:140: sql delete from test_index where c = 2902 index_test.go:143: sql update test_index set c1 = 4982947361880761508, c2 = 0.694007, c3 = 'MaWyY0Ta6O' where c = 2472 index_test.go:143: sql update test_index set c1 = 8056705889647965248, c2 = 0.571768, c3 = 'cshtahFvoX' where c = 2108 index_test.go:143: sql update test_index set c1 = 3272749965965096136, c2 = 0.222297, c3 = 'cdBWUFHHJv' where c = 63 index_test.go:143: sql update test_index set c1 = 3777014720975436435, c2 = 0.898230, c3 = 'JWXJOLyO50' where c = 1227 index_test.go:143: sql update test_index set c1 = 5820836175445699265, c2 = 0.170228, c3 = 'BzlRVcvu8v' where c = 1793 index_test.go:140: sql delete from test_index where c = 2146 index_test.go:137: sql insert into test_index values (3168, 1229956613168636424, 0.998771, 'IQvzpMqIIJ') index_test.go:143: sql update test_index set c1 = 120687434727014869, c2 = 0.611467, c3 = 'X1p3CPXELX' where c = 1743 index_test.go:143: sql update test_index set c1 = 3040737851356505127, c2 = 0.224763, c3 = 'XP40QI6jcP' where c = 2928 index_test.go:140: sql delete from test_index where c = 2031 index_test.go:140: sql delete from test_index where c = 1955 index_test.go:140: sql delete from test_index where c = 2282 index_test.go:137: sql insert into test_index values (3173, 512923568245283577, 0.060993, '5ztLcK3ozf') index_test.go:143: sql update test_index set c1 = 4230094349699862265, c2 = 0.781105, c3 = '92Yx7xq1qY' where c = 2090 index_test.go:137: sql insert into test_index values (3172, 6844363243292754918, 0.859828, '7leUjXIJgB') index_test.go:137: sql insert into test_index values (3170, 2627995753934577718, 0.189492, 'rZ1Q0mfIXg') index_test.go:137: sql insert into test_index values (3169, 94483101863627731, 0.219826, 'vZUFBgtcWr') index_test.go:137: sql insert into test_index values (3174, 49550616620422372, 0.228280, 'ge8xNUoIWy') index_test.go:137: sql insert into test_index values (3175, 3047196944433086783, 0.111005, 'lBULiTDjQ7') index_test.go:143: sql update test_index set c1 = 5550322591167087397, c2 = 0.258464, c3 = 'eyv1yJ8crf' where c = 1215 index_test.go:137: sql insert into test_index values (3171, 3376621120202832182, 0.691053, 'xJ0o4NrINS') index_test.go:137: sql insert into test_index values (3176, 4167352493052648678, 0.391234, 'xwtBgX0oVT') index_test.go:143: sql update test_index set c1 = 8024941156734186453, c2 = 0.992010, c3 = 'czjM4voJxq' where c = 2650 index_test.go:140: sql delete from test_index where c = 2895 index_test.go:140: sql delete from test_index where c = 2525 index_test.go:140: sql delete from test_index where c = 1123 index_test.go:140: sql delete from test_index where c = 594 index_test.go:143: sql update test_index set c1 = 3668855516394744207, c2 = 0.254107, c3 = 'q6ulmpuwjj' where c = 337 index_test.go:140: sql delete from test_index where c = 2078 index_test.go:140: sql delete from test_index where c = 2720 index_test.go:143: sql update test_index set c1 = 3042277746676091485, c2 = 0.121636, c3 = 'BaJqavqmcS' where c = 1467 index_test.go:140: sql delete from test_index where c = 1602 index_test.go:137: sql insert into test_index values (3177, 7589730089259394125, 0.956481, 'nKmIQ7A9jz') index_test.go:140: sql delete from test_index where c = 2904 index_test.go:137: sql insert into test_index values (3178, 3027566369422295044, 0.458427, 'AiCmXxGtMj') index_test.go:143: sql update test_index set c1 = 4921555234083393428, c2 = 0.729363, c3 = 'IKtnlRZg7u' where c = 187 index_test.go:143: sql update test_index set c1 = 7605720884438020324, c2 = 0.970337, c3 = '16JDkBJEhk' where c = 1490 index_test.go:140: sql delete from test_index where c = 942 index_test.go:137: sql insert into test_index values (3179, 7525698578684926975, 0.431051, 'MWJev4iEza') index_test.go:137: sql insert into test_index values (3180, 1753749966339819453, 0.802745, 'F9jeG5HcDK') index_test.go:137: sql insert into test_index values (3182, 5760574976709011705, 0.138994, 'eghhjUAlGS') index_test.go:143: sql update test_index set c1 = 2456020928438903494, c2 = 0.582166, c3 = 'L7wRLdTI09' where c = 2890 index_test.go:140: sql delete from test_index where c = 281 index_test.go:143: sql update test_index set c1 = 2007723504007019102, c2 = 0.588542, c3 = 'D1MING0iSz' where c = 1042 index_test.go:140: sql delete from test_index where c = 2273 index_test.go:143: sql update test_index set c1 = 5221778063516226709, c2 = 0.550376, c3 = 'PNkxhY6gc9' where c = 1792 index_test.go:143: sql update test_index set c1 = 8092573844210285156, c2 = 0.076748, c3 = 'al3NxOUuOR' where c = 2636 index_test.go:140: sql delete from test_index where c = 219 index_test.go:140: sql delete from test_index where c = 1623 index_test.go:143: sql update test_index set c1 = 3343133060069743596, c2 = 0.123200, c3 = '9W5jPnfbne' where c = 1257 index_test.go:143: sql update test_index set c1 = 1655117380834615205, c2 = 0.587747, c3 = 'uQqfduK0n2' where c = 1436 index_test.go:137: sql insert into test_index values (3181, 159776768629763576, 0.386655, 'lCpZJFZeMb') index_test.go:143: sql update test_index set c1 = 3874949935091343892, c2 = 0.287333, c3 = 'BS69h3tpRr' where c = 1096 index_test.go:137: sql insert into test_index values (3183, 6018146630420155830, 0.486897, 'wOURyfLDXG') index_test.go:137: sql insert into test_index values (3184, 6017412949107777714, 0.337888, 'F9pGROHfTs') index_test.go:137: sql insert into test_index values (3185, 5239125841660110773, 0.099061, 'MGgadUSo4Y') index_test.go:137: sql insert into test_index values (3186, 5473143356599718871, 0.322568, '4V8kGUxKGb') index_test.go:143: sql update test_index set c1 = 6950730928481684006, c2 = 0.324919, c3 = '52iUGEOvUB' where c = 1552 index_test.go:137: sql insert into test_index values (3187, 7622021024611750396, 0.484530, 'Dl6BDHttFL') index_test.go:137: sql insert into test_index values (3188, 6609843439047302404, 0.411539, 'A40LApJyQC') index_test.go:140: sql delete from test_index where c = 948 index_test.go:137: sql insert into test_index values (3189, 5578571543824176903, 0.036512, 'vLz6qCmjYt') index_test.go:137: sql insert into test_index values (3190, 3487366207190060689, 0.230665, 'uxEW4mxpLn') index_test.go:140: sql delete from test_index where c = 2189 index_test.go:140: sql delete from test_index where c = 1513 index_test.go:140: sql delete from test_index where c = 133 index_test.go:140: sql delete from test_index where c = 2732 index_test.go:140: sql delete from test_index where c = 1808 index_test.go:143: sql update test_index set c1 = 3255269659900501081, c2 = 0.119566, c3 = 'KjRo1hjYmv' where c = 171 index_test.go:140: sql delete from test_index where c = 2491 index_test.go:143: sql update test_index set c1 = 5775547395923536916, c2 = 0.942040, c3 = 'XokUOfWaK6' where c = 671 index_test.go:140: sql delete from test_index where c = 105 index_test.go:143: sql update test_index set c1 = 5021262606535481465, c2 = 0.027018, c3 = 'WAfE82y450' where c = 2007 index_test.go:140: sql delete from test_index where c = 2400 index_test.go:143: sql update test_index set c1 = 1770484607587779799, c2 = 0.924757, c3 = 'J3XUb0FR9E' where c = 3102 index_test.go:143: sql update test_index set c1 = 4075325444169404830, c2 = 0.263217, c3 = 'T4ykUlwLjM' where c = 192 index_test.go:143: sql update test_index set c1 = 5932583811214040814, c2 = 0.220480, c3 = '4OAfS3fhuS' where c = 2134 index_test.go:143: sql update test_index set c1 = 6202797592905102782, c2 = 0.226051, c3 = 'Ke7VxKNbzg' where c = 2463 index_test.go:137: sql insert into test_index values (3191, 589516639196754445, 0.680553, 'gplEycJqx1') index_test.go:143: sql update test_index set c1 = 7000469269623618736, c2 = 0.850085, c3 = 'TovRLblJbv' where c = 2325 index_test.go:143: sql update test_index set c1 = 4293218919899051876, c2 = 0.149297, c3 = 'q25UFqep2O' where c = 3019 index_test.go:137: sql insert into test_index values (3192, 2127478658789649939, 0.726619, 'uXovNY2CoI') index_test.go:137: sql insert into test_index values (3193, 8522243285257970121, 0.334566, 'PABJpbBSLu') index_test.go:137: sql insert into test_index values (3194, 6840810308249898714, 0.549460, '2DIu7d4G9p') index_test.go:137: sql insert into test_index values (3195, 8272792519679595429, 0.725739, 'GItW9lSCjQ') index_test.go:140: sql delete from test_index where c = 1253 index_test.go:137: sql insert into test_index values (3196, 1336806520752812835, 0.438102, 'YiY4EjthEb') index_test.go:137: sql insert into test_index values (3197, 934265931400154032, 0.859760, 'b0wR92gID5') index_test.go:140: sql delete from test_index where c = 2465 index_test.go:143: sql update test_index set c1 = 1317656124425735469, c2 = 0.224590, c3 = '3nJzfruKhW' where c = 2683 index_test.go:143: sql update test_index set c1 = 1018866136515023461, c2 = 0.613616, c3 = 'eXyMKnlbzE' where c = 2141 index_test.go:140: sql delete from test_index where c = 1054 index_test.go:140: sql delete from test_index where c = 408 index_test.go:140: sql delete from test_index where c = 2634 index_test.go:140: sql delete from test_index where c = 1766 index_test.go:140: sql delete from test_index where c = 1140 index_test.go:143: sql update test_index set c1 = 3991224877425873158, c2 = 0.911851, c3 = 'RzhuqiL60H' where c = 1463 index_test.go:143: sql update test_index set c1 = 1821494242529444428, c2 = 0.438459, c3 = 'EmvHL3Dcko' where c = 1654 index_test.go:143: sql update test_index set c1 = 7962887793847386545, c2 = 0.792224, c3 = '4D7DhaY1iv' where c = 408 index_test.go:143: sql update test_index set c1 = 2108802346579381633, c2 = 0.813655, c3 = '8CXxrfTf3v' where c = 521 index_test.go:143: sql update test_index set c1 = 131599002268218108, c2 = 0.621674, c3 = 'hYfnvwA6fy' where c = 1115 index_test.go:137: sql insert into test_index values (3198, 6015864616184560254, 0.145583, 'bBfrpYjdX9') index_test.go:143: sql update test_index set c1 = 3165090444197091008, c2 = 0.722560, c3 = '2tRWiAsKe2' where c = 2027 index_test.go:137: sql insert into test_index values (3199, 1613550735111621234, 0.615037, 'sd6MghLrkM') index_test.go:137: sql insert into test_index values (3200, 8370510748361757487, 0.932615, '1Gz1RzvMRU') index_test.go:140: sql delete from test_index where c = 2304 index_test.go:143: sql update test_index set c1 = 493818687638094405, c2 = 0.175468, c3 = 'nk3UEKx7I4' where c = 161 index_test.go:140: sql delete from test_index where c = 2626 index_test.go:140: sql delete from test_index where c = 1558 index_test.go:143: sql update test_index set c1 = 5585910119453457845, c2 = 0.200172, c3 = 'c8fYQ9MKFI' where c = 2074 index_test.go:143: sql update test_index set c1 = 2809734105604178353, c2 = 0.745336, c3 = 'vXrQWpLsgI' where c = 2528 [2024/05/06 21:35:10.363 +08:00] [ERROR] [gc_worker.go:1764] ["deleteRanges is called"] index_test.go:137: sql insert into test_index values (3203, 8471412567577912654, 0.122783, 'hTya0zsWG4') index_test.go:137: sql insert into test_index values (3202, 1062121089580407794, 0.191268, '1LKUBDinb6') index_test.go:137: sql insert into test_index values (3209, 8473398114687856855, 0.727131, 'QPLvI0BWKJ') index_test.go:137: sql insert into test_index values (3204, 2459216033571801952, 0.456419, 'aPAs3sRUGN') index_test.go:137: sql insert into test_index values (3205, 2200378139158689196, 0.396041, 'HEKwTVgwiZ') index_test.go:137: sql insert into test_index values (3206, 1354446388691115546, 0.886227, 'Z4Qtoc6JYb') index_test.go:137: sql insert into test_index values (3201, 5921905098487440350, 0.598657, 'YqjiK4KQFg') index_test.go:137: sql insert into test_index values (3207, 1642449855018122511, 0.051158, 'AaHAHMU12V') index_test.go:137: sql insert into test_index values (3208, 2685151857638141560, 0.479034, 'sFTVdJfMlU') index_test.go:137: sql insert into test_index values (3210, 2288944281003021289, 0.126626, '6yhvVgnDc6') index_test.go:140: sql delete from test_index where c = 233 index_test.go:140: sql delete from test_index where c = 206 index_test.go:140: sql delete from test_index where c = 678 index_test.go:140: sql delete from test_index where c = 2930 index_test.go:140: sql delete from test_index where c = 2294 index_test.go:140: sql delete from test_index where c = 1223 index_test.go:140: sql delete from test_index where c = 2549 index_test.go:140: sql delete from test_index where c = 88 index_test.go:140: sql delete from test_index where c = 2636 index_test.go:140: sql delete from test_index where c = 2840 index_test.go:143: sql update test_index set c1 = 5193432137685080052, c2 = 0.805633, c3 = 'OvPey9yaBI' where c = 3007 index_test.go:143: sql update test_index set c1 = 3940105481913651987, c2 = 0.856196, c3 = 'wgg8SCuALd' where c = 2631 index_test.go:143: sql update test_index set c1 = 3958866476722606456, c2 = 0.234816, c3 = 'HKEmaDhD7w' where c = 951 index_test.go:143: sql update test_index set c1 = 1890983601162935553, c2 = 0.580282, c3 = 'eq1fEgMDyQ' where c = 2717 index_test.go:143: sql update test_index set c1 = 2801281769787553802, c2 = 0.505417, c3 = 'wHY4cm7Ivs' where c = 2478 index_test.go:143: sql update test_index set c1 = 5790102513933918093, c2 = 0.272570, c3 = 'yvs5hwwqQx' where c = 2263 index_test.go:143: sql update test_index set c1 = 2603232629055481229, c2 = 0.406872, c3 = 'VCqpbvRsb0' where c = 2454 index_test.go:143: sql update test_index set c1 = 2476356348101197690, c2 = 0.609701, c3 = 'fcsCJcMR9N' where c = 2583 index_test.go:143: sql update test_index set c1 = 1457222031716992456, c2 = 0.490001, c3 = 'MbfahKN6dv' where c = 1504 index_test.go:137: sql insert into test_index values (3211, 8293224693391290718, 0.421901, 'uHg72i23vv') index_test.go:143: sql update test_index set c1 = 5855535564182093051, c2 = 0.201801, c3 = 'S1szkYCcXo' where c = 2595 index_test.go:137: sql insert into test_index values (3215, 8120636606013664174, 0.615764, 'jKyk7Gd5Dq') index_test.go:137: sql insert into test_index values (3213, 8595434592998788324, 0.382926, 'n0QLzDX8WY') index_test.go:137: sql insert into test_index values (3216, 377801758747722787, 0.891134, 'fCU0rwj8FK') index_test.go:137: sql insert into test_index values (3212, 2425707654000631464, 0.695708, 'vAemYmM3Hy') index_test.go:137: sql insert into test_index values (3217, 1948182241301212008, 0.920964, 'aHtGcVY8P3') index_test.go:137: sql insert into test_index values (3214, 4004295909319970688, 0.173808, 'WmiPqL4n4y') index_test.go:140: sql delete from test_index where c = 864 index_test.go:140: sql delete from test_index where c = 168 index_test.go:137: sql insert into test_index values (3219, 1016078272812075218, 0.622555, 'DGq4Czp3xt') index_test.go:140: sql delete from test_index where c = 1805 index_test.go:137: sql insert into test_index values (3218, 3690208322280859317, 0.195151, 'AzqkKhCqmp') index_test.go:137: sql insert into test_index values (3220, 5484660905101301352, 0.453704, 'sq4gOBIJsA') index_test.go:140: sql delete from test_index where c = 1500 index_test.go:143: sql update test_index set c1 = 8128434887506163130, c2 = 0.120631, c3 = 'UIExSk3913' where c = 294 index_test.go:143: sql update test_index set c1 = 7662079887599950283, c2 = 0.072656, c3 = 'Li7HPx7itg' where c = 1457 index_test.go:140: sql delete from test_index where c = 311 index_test.go:140: sql delete from test_index where c = 1894 index_test.go:140: sql delete from test_index where c = 2488 index_test.go:140: sql delete from test_index where c = 350 index_test.go:143: sql update test_index set c1 = 6626998154324497544, c2 = 0.683123, c3 = 'g3I9lJ2KuT' where c = 1219 index_test.go:140: sql delete from test_index where c = 2627 index_test.go:140: sql delete from test_index where c = 1571 index_test.go:143: sql update test_index set c1 = 387720904505241920, c2 = 0.804606, c3 = 'G76tRskRUe' where c = 187 index_test.go:143: sql update test_index set c1 = 6687267637752514357, c2 = 0.231270, c3 = 'lAXBdiwhiR' where c = 2880 index_test.go:137: sql insert into test_index values (3222, 8723244356181729801, 0.483353, '9npSrpx5Jj') index_test.go:143: sql update test_index set c1 = 489864616858212119, c2 = 0.479121, c3 = 'DvOZiJNS0Y' where c = 364 index_test.go:143: sql update test_index set c1 = 8666348056598465493, c2 = 0.572183, c3 = 'PPgsDt2glH' where c = 596 index_test.go:143: sql update test_index set c1 = 7960229554488755414, c2 = 0.891569, c3 = 'svdSe9hGDf' where c = 1859 index_test.go:143: sql update test_index set c1 = 5250348805049552633, c2 = 0.701971, c3 = 'GV0L6WoJXD' where c = 2794 index_test.go:140: sql delete from test_index where c = 1610 index_test.go:137: sql insert into test_index values (3221, 236398349029280170, 0.154006, 'DIcXzyKdyR') index_test.go:137: sql insert into test_index values (3223, 4706974230389795743, 0.471316, 'v5G15elIZa') index_test.go:137: sql insert into test_index values (3224, 6072039472596202077, 0.497909, '8mtAW8CZVN') index_test.go:137: sql insert into test_index values (3225, 7139608224595904488, 0.732813, 'tBKYPBOrA2') index_test.go:143: sql update test_index set c1 = 2238437849818739743, c2 = 0.421526, c3 = 'isQqzPRpIa' where c = 2845 index_test.go:137: sql insert into test_index values (3226, 3965872421920701358, 0.064628, 'EAZfrze1lS') index_test.go:143: sql update test_index set c1 = 5183916565418862635, c2 = 0.138135, c3 = 'O1kXRNYXBT' where c = 1068 index_test.go:140: sql delete from test_index where c = 1376 index_test.go:140: sql delete from test_index where c = 2730 index_test.go:137: sql insert into test_index values (3227, 8138896057901336807, 0.367431, 'R9iG3mmrAW') index_test.go:137: sql insert into test_index values (3229, 4738774696846724344, 0.815366, 'N3VkLlnOsg') index_test.go:140: sql delete from test_index where c = 2273 index_test.go:143: sql update test_index set c1 = 2178636393859780512, c2 = 0.899590, c3 = 'ITgZkswtul' where c = 169 index_test.go:137: sql insert into test_index values (3228, 1292474469705254393, 0.814593, 'ICW8DYGNwu') index_test.go:140: sql delete from test_index where c = 2859 index_test.go:140: sql delete from test_index where c = 1297 index_test.go:143: sql update test_index set c1 = 8927157348976727534, c2 = 0.398776, c3 = 'U6Rl7YyNGC' where c = 1247 index_test.go:137: sql insert into test_index values (3231, 8635477548828882769, 0.999853, 'iuOozUwcw4') index_test.go:137: sql insert into test_index values (3230, 565852996731813216, 0.320824, 'EXDF5scPes') index_test.go:140: sql delete from test_index where c = 2039 index_test.go:137: sql insert into test_index values (3232, 1790360611160522432, 0.905766, 'goa42s4vhY') index_test.go:143: sql update test_index set c1 = 3936658379985749826, c2 = 0.867619, c3 = '8N7q8ECxRW' where c = 3141 index_test.go:140: sql delete from test_index where c = 82 index_test.go:140: sql delete from test_index where c = 962 index_test.go:140: sql delete from test_index where c = 3178 index_test.go:140: sql delete from test_index where c = 3179 index_test.go:137: sql insert into test_index values (3233, 8904184605294839317, 0.341548, 'E82uAB1wxR') index_test.go:143: sql update test_index set c1 = 705726168366491679, c2 = 0.146784, c3 = 'jQW2lvk61M' where c = 1797 index_test.go:143: sql update test_index set c1 = 7023977598798321128, c2 = 0.858155, c3 = 'ipQZ1kx9b9' where c = 2380 index_test.go:140: sql delete from test_index where c = 2871 index_test.go:143: sql update test_index set c1 = 1392355541209291407, c2 = 0.702875, c3 = 'NqVrlIwYl0' where c = 2868 index_test.go:143: sql update test_index set c1 = 1854359045044856660, c2 = 0.379227, c3 = 'ueWoUtUOUc' where c = 322 index_test.go:143: sql update test_index set c1 = 6061624248011603029, c2 = 0.051325, c3 = 'egosIPNlAz' where c = 1033 index_test.go:137: sql insert into test_index values (3234, 2668381496070470552, 0.846870, 'NyvWM81FrM') index_test.go:137: sql insert into test_index values (3235, 2864645775614851014, 0.352524, 'YP31IUpsVX') index_test.go:143: sql update test_index set c1 = 3213275614743985720, c2 = 0.053704, c3 = 'z1zzx8VYXF' where c = 2257 index_test.go:143: sql update test_index set c1 = 6743717668438542546, c2 = 0.924835, c3 = 'QDyBj0T5gG' where c = 1270 index_test.go:143: sql update test_index set c1 = 3202576057217114215, c2 = 0.322011, c3 = 'shX309zoqE' where c = 2340 index_test.go:140: sql delete from test_index where c = 602 index_test.go:137: sql insert into test_index values (3236, 1047350127934814761, 0.135154, 'WR2m5SpPYD') index_test.go:137: sql insert into test_index values (3237, 5882912350736831887, 0.903891, 'brfBOCA4NJ') index_test.go:140: sql delete from test_index where c = 722 index_test.go:137: sql insert into test_index values (3239, 7114625199602175075, 0.046294, 'CgmR5uNrUk') index_test.go:137: sql insert into test_index values (3238, 6500750264398162282, 0.169441, 'Oz2f7matg2') index_test.go:140: sql delete from test_index where c = 2456 index_test.go:137: sql insert into test_index values (3240, 8089476511175255534, 0.550948, 'hGeRqXltXv') index_test.go:143: sql update test_index set c1 = 6227495820283477704, c2 = 0.249666, c3 = 'NMeo8vlCeZ' where c = 246 index_test.go:140: sql delete from test_index where c = 758 index_test.go:140: sql delete from test_index where c = 1085 index_test.go:137: sql insert into test_index values (3242, 8128711086637854752, 0.475927, 'YQOcQ8sOxw') index_test.go:140: sql delete from test_index where c = 1552 index_test.go:137: sql insert into test_index values (3241, 6882776176589623503, 0.537701, 'FOE0KSaAM8') index_test.go:140: sql delete from test_index where c = 2148 index_test.go:140: sql delete from test_index where c = 1319 index_test.go:140: sql delete from test_index where c = 2133 index_test.go:140: sql delete from test_index where c = 57 index_test.go:143: sql update test_index set c1 = 685903215749294133, c2 = 0.484540, c3 = 'Y32puFSYJ7' where c = 2227 index_test.go:137: sql insert into test_index values (3243, 6462509769010886119, 0.760484, 'KpjPIpP15Y') index_test.go:143: sql update test_index set c1 = 196638385200834594, c2 = 0.425218, c3 = 'kG6yNbtR6F' where c = 483 index_test.go:140: sql delete from test_index where c = 465 index_test.go:143: sql update test_index set c1 = 1933343284554654047, c2 = 0.180875, c3 = 'xGZNATnFQU' where c = 585 index_test.go:143: sql update test_index set c1 = 8818823129777073608, c2 = 0.034328, c3 = 'chujCqwGrF' where c = 2018 index_test.go:143: sql update test_index set c1 = 3886504604306641792, c2 = 0.141538, c3 = 'XY8t2GZ4sd' where c = 3081 index_test.go:143: sql update test_index set c1 = 2316849130411473116, c2 = 0.030324, c3 = 'gTKErk8jmv' where c = 1082 index_test.go:143: sql update test_index set c1 = 1857941258206212216, c2 = 0.176913, c3 = 'L382kX5ug6' where c = 1751 index_test.go:137: sql insert into test_index values (3244, 2678142438365361708, 0.829575, 'sG0ImWKq6y') index_test.go:143: sql update test_index set c1 = 6511537878800970176, c2 = 0.958586, c3 = 'KYJp7P2IWY' where c = 2421 index_test.go:140: sql delete from test_index where c = 287 index_test.go:143: sql update test_index set c1 = 464307790283919109, c2 = 0.318914, c3 = 'NrCqpALfsV' where c = 243 index_test.go:137: sql insert into test_index values (3246, 2127636824298206702, 0.849868, 'ZR2Be6ZaPC') index_test.go:137: sql insert into test_index values (3247, 7821541777268314020, 0.824694, '9imN6v4nS6') index_test.go:137: sql insert into test_index values (3245, 6038871276581193728, 0.356945, 'qe7DTwYhEk') index_test.go:137: sql insert into test_index values (3248, 9199341904972618517, 0.570746, '20IXcUmvuP') index_test.go:137: sql insert into test_index values (3249, 201605549184252714, 0.445513, 'wk9nv2oEZj') index_test.go:143: sql update test_index set c1 = 3466674082335445570, c2 = 0.749452, c3 = 'x1xF5CmUZb' where c = 1259 index_test.go:140: sql delete from test_index where c = 307 index_test.go:140: sql delete from test_index where c = 1227 index_test.go:140: sql delete from test_index where c = 1449 index_test.go:140: sql delete from test_index where c = 203 index_test.go:137: sql insert into test_index values (3251, 8221959640500679428, 0.724791, 'MMOARivzqM') index_test.go:137: sql insert into test_index values (3250, 1542302843601258589, 0.097886, 'xndef6d1m5') index_test.go:137: sql insert into test_index values (3252, 6229523312945668609, 0.029720, '2XLNyPaNK8') index_test.go:143: sql update test_index set c1 = 436304685068503192, c2 = 0.907124, c3 = 'Lix47b0aC0' where c = 759 index_test.go:143: sql update test_index set c1 = 8692256848856608402, c2 = 0.150076, c3 = 'xNmiVXAa3n' where c = 564 index_test.go:137: sql insert into test_index values (3253, 3493266605392135517, 0.021381, 'EVVomnGFSe') index_test.go:143: sql update test_index set c1 = 6388654826448906410, c2 = 0.804997, c3 = 'mfdf8Uffc8' where c = 2764 index_test.go:140: sql delete from test_index where c = 541 index_test.go:140: sql delete from test_index where c = 2387 index_test.go:143: sql update test_index set c1 = 3701885412756573679, c2 = 0.044679, c3 = 'fooURpupxH' where c = 392 index_test.go:143: sql update test_index set c1 = 2401280607064943146, c2 = 0.102923, c3 = 'T0BxV8Z1GE' where c = 2266 index_test.go:143: sql update test_index set c1 = 7069958729098910248, c2 = 0.468953, c3 = 'p3dZcVFlgX' where c = 3091 index_test.go:137: sql insert into test_index values (3255, 5539025310204547198, 0.999303, 'el2tOOVowU') index_test.go:140: sql delete from test_index where c = 885 index_test.go:140: sql delete from test_index where c = 1640 index_test.go:140: sql delete from test_index where c = 3210 index_test.go:137: sql insert into test_index values (3256, 1079681868670858772, 0.777320, 'jtgfww3XIV') index_test.go:137: sql insert into test_index values (3254, 5472110227499233584, 0.968785, 'tUo2RQ7zm0') index_test.go:143: sql update test_index set c1 = 4126928923994142687, c2 = 0.035434, c3 = 'yoSxdvtqer' where c = 597 index_test.go:140: sql delete from test_index where c = 414 index_test.go:137: sql insert into test_index values (3257, 3308478074426662284, 0.193139, 'Bpn6SBR2v5') index_test.go:137: sql insert into test_index values (3258, 5998128668250150266, 0.590087, '7Wk18Ytt1m') index_test.go:137: sql insert into test_index values (3259, 6133135571295761631, 0.870929, 'AwtYwotsuu') index_test.go:140: sql delete from test_index where c = 2485 index_test.go:143: sql update test_index set c1 = 3382458627004992118, c2 = 0.602094, c3 = 'EaN0ybXQ0a' where c = 746 index_test.go:143: sql update test_index set c1 = 1026008300026566560, c2 = 0.556111, c3 = 'VrTNxwpmQG' where c = 2110 index_test.go:140: sql delete from test_index where c = 171 index_test.go:143: sql update test_index set c1 = 3765624850738198184, c2 = 0.978851, c3 = 'Jw5lLvQPhh' where c = 2555 index_test.go:140: sql delete from test_index where c = 603 index_test.go:137: sql insert into test_index values (3260, 32686846915632410, 0.515452, 'BBhnCs54Et') index_test.go:143: sql update test_index set c1 = 7326609346908657556, c2 = 0.349180, c3 = 'MwgxSUaopM' where c = 733 index_test.go:143: sql update test_index set c1 = 3520683313282941133, c2 = 0.456258, c3 = '3egrsuY734' where c = 1574 index_test.go:140: sql delete from test_index where c = 1376 index_test.go:140: sql delete from test_index where c = 532 index_test.go:140: sql delete from test_index where c = 1216 index_test.go:137: sql insert into test_index values (3261, 3321716841979253802, 0.010835, 'GDH1h6B6a8') index_test.go:137: sql insert into test_index values (3262, 104735684030623656, 0.521689, 'bLxm8HKETJ') index_test.go:143: sql update test_index set c1 = 3043474134741568256, c2 = 0.577134, c3 = 'QBHiP9tA9e' where c = 1306 index_test.go:137: sql insert into test_index values (3263, 7620238952824408159, 0.885753, 'jFXMp56MHc') index_test.go:143: sql update test_index set c1 = 4144345051002195598, c2 = 0.220207, c3 = 'WMq2V4oXer' where c = 626 index_test.go:140: sql delete from test_index where c = 1616 index_test.go:137: sql insert into test_index values (3264, 5922083896795641532, 0.247072, 'A1OqH0U0an') index_test.go:140: sql delete from test_index where c = 1002 index_test.go:140: sql delete from test_index where c = 349 index_test.go:137: sql insert into test_index values (3265, 4747851726440444476, 0.781418, 'avLO2qBlFR') index_test.go:143: sql update test_index set c1 = 5490101355380196926, c2 = 0.314178, c3 = 'OHMEdGbMm1' where c = 2792 index_test.go:143: sql update test_index set c1 = 3319036282014524644, c2 = 0.479472, c3 = '313zy7P2S8' where c = 241 index_test.go:140: sql delete from test_index where c = 2808 index_test.go:143: sql update test_index set c1 = 949509257125887885, c2 = 0.193589, c3 = 'J3LMYaP9k0' where c = 2314 index_test.go:137: sql insert into test_index values (3266, 147590802505401206, 0.233443, 'lR0SE8I7on') index_test.go:137: sql insert into test_index values (3268, 3454512145250798188, 0.706372, 'Gi9PEz18le') index_test.go:137: sql insert into test_index values (3269, 7677371136357021961, 0.085607, '3s6wtXJOqp') index_test.go:140: sql delete from test_index where c = 2434 index_test.go:143: sql update test_index set c1 = 8722203769445585729, c2 = 0.521824, c3 = 'kWyrKgQT0F' where c = 2513 index_test.go:143: sql update test_index set c1 = 7805080289151592739, c2 = 0.070934, c3 = 'Tg9tAfuydK' where c = 1477 index_test.go:143: sql update test_index set c1 = 5892118653038801485, c2 = 0.047219, c3 = 'lzcEPr3yXj' where c = 313 index_test.go:137: sql insert into test_index values (3267, 6541084490382987690, 0.824694, '5ao74wudgj') index_test.go:140: sql delete from test_index where c = 1282 index_test.go:137: sql insert into test_index values (3270, 6136336962258627998, 0.027514, 'edMcvdNfWR') index_test.go:140: sql delete from test_index where c = 2078 index_test.go:143: sql update test_index set c1 = 6032466549281212601, c2 = 0.409338, c3 = 'XwQi3XTzJu' where c = 118 index_test.go:143: sql update test_index set c1 = 7339759621663456821, c2 = 0.063312, c3 = 'saTOTLQLVH' where c = 3236 index_test.go:140: sql delete from test_index where c = 648 index_test.go:143: sql update test_index set c1 = 893510840105630729, c2 = 0.713476, c3 = 'tOcUYkoW50' where c = 746 index_test.go:140: sql delete from test_index where c = 1194 index_test.go:137: sql insert into test_index values (3271, 988975307499503788, 0.195524, 'I0BL4u7z72') index_test.go:137: sql insert into test_index values (3273, 4948186336158312714, 0.142579, 'XfeqT8aWfM') index_test.go:137: sql insert into test_index values (3272, 763847324679611891, 0.632634, 'Vl6TJMJM1b') index_test.go:140: sql delete from test_index where c = 2933 index_test.go:137: sql insert into test_index values (3274, 2045236405949937745, 0.885146, 'lJhvnVt2mW') index_test.go:143: sql update test_index set c1 = 3666959155231959465, c2 = 0.928512, c3 = 'HyZcJP8dZK' where c = 2509 index_test.go:137: sql insert into test_index values (3275, 7136185274114228632, 0.935682, 'iVsFK22JOO') index_test.go:143: sql update test_index set c1 = 4622569060869658792, c2 = 0.307198, c3 = 'Nb5jd70BCU' where c = 773 index_test.go:143: sql update test_index set c1 = 3530341950178471262, c2 = 0.094831, c3 = 'rwbaZbnPXb' where c = 1513 index_test.go:143: sql update test_index set c1 = 5912530246675525236, c2 = 0.199913, c3 = 'j2jVeNOLt3' where c = 1554 index_test.go:137: sql insert into test_index values (3276, 2490813582677616136, 0.218291, 'f4rIdMa1n9') index_test.go:140: sql delete from test_index where c = 2794 index_test.go:140: sql delete from test_index where c = 2234 index_test.go:140: sql delete from test_index where c = 1674 index_test.go:140: sql delete from test_index where c = 3164 index_test.go:137: sql insert into test_index values (3279, 4386816186328209768, 0.166133, 'VKCNYc3ry6') index_test.go:143: sql update test_index set c1 = 93204889656864333, c2 = 0.766759, c3 = 'kkODHEUjQv' where c = 1084 index_test.go:143: sql update test_index set c1 = 7169714664570313655, c2 = 0.291236, c3 = 'rYAPuitpa2' where c = 2902 index_test.go:140: sql delete from test_index where c = 1522 index_test.go:137: sql insert into test_index values (3278, 127423568726451672, 0.621570, '0MsNuxcC5Z') index_test.go:137: sql insert into test_index values (3277, 6711510334990567387, 0.803683, 'NOREqcnSxr') index_test.go:140: sql delete from test_index where c = 240 index_test.go:137: sql insert into test_index values (3280, 1543183557974163836, 0.333680, 'kHy6q1trn7') index_test.go:140: sql delete from test_index where c = 284 index_test.go:140: sql delete from test_index where c = 853 index_test.go:143: sql update test_index set c1 = 4481223526359382525, c2 = 0.276794, c3 = 'ASVWk7O5Z6' where c = 2708 index_test.go:137: sql insert into test_index values (3281, 3332889385278398548, 0.776780, 'gxVxxAB02r') index_test.go:143: sql update test_index set c1 = 3394087232012719828, c2 = 0.371978, c3 = '6NS3XwRMHx' where c = 759 index_test.go:137: sql insert into test_index values (3282, 6568198983890395108, 0.887081, '64SuuiNc6Y') index_test.go:143: sql update test_index set c1 = 538702936994269885, c2 = 0.550190, c3 = '6HJ996cCF2' where c = 3043 index_test.go:140: sql delete from test_index where c = 1317 index_test.go:143: sql update test_index set c1 = 7706803832262138195, c2 = 0.842844, c3 = '0eLuY06Pi4' where c = 1458 index_test.go:140: sql delete from test_index where c = 481 index_test.go:143: sql update test_index set c1 = 1458571119767068634, c2 = 0.467302, c3 = 'WWwlQF8Cii' where c = 1804 index_test.go:143: sql update test_index set c1 = 960118849029016518, c2 = 0.308971, c3 = 'z7Ab6I1SyC' where c = 2093 index_test.go:137: sql insert into test_index values (3285, 8286853203994608144, 0.095434, '28QwABr87E') index_test.go:140: sql delete from test_index where c = 1011 index_test.go:137: sql insert into test_index values (3284, 5395997005257345395, 0.605938, 'PhaJkjjM2g') index_test.go:137: sql insert into test_index values (3283, 6256873554131868256, 0.029050, 'OsPTjiJ5HY') index_test.go:137: sql insert into test_index values (3286, 9076330799805782782, 0.249153, 'AxjMmBfJZQ') index_test.go:140: sql delete from test_index where c = 1798 index_test.go:137: sql insert into test_index values (3287, 104666571739180027, 0.710745, 'tEPOLU9iKh') index_test.go:143: sql update test_index set c1 = 1488479406480594740, c2 = 0.461343, c3 = 'rWIZLTH9mP' where c = 1868 index_test.go:140: sql delete from test_index where c = 165 index_test.go:140: sql delete from test_index where c = 934 index_test.go:143: sql update test_index set c1 = 2015526824241709868, c2 = 0.374884, c3 = 'EKN2GYFHtE' where c = 2384 index_test.go:140: sql delete from test_index where c = 1040 index_test.go:143: sql update test_index set c1 = 8739615844373121914, c2 = 0.289317, c3 = 'oKW8EviQEP' where c = 943 index_test.go:143: sql update test_index set c1 = 4516095197736215757, c2 = 0.900789, c3 = 'lqXYA6l1Zk' where c = 3210 index_test.go:137: sql insert into test_index values (3288, 8730726552052836350, 0.221350, '3luIfagv9e') index_test.go:140: sql delete from test_index where c = 3061 index_test.go:140: sql delete from test_index where c = 2536 index_test.go:137: sql insert into test_index values (3289, 3657455832114968134, 0.993541, 'dh2MjbNAJA') index_test.go:143: sql update test_index set c1 = 1408380137244912651, c2 = 0.668216, c3 = '8TLkyWwhdo' where c = 1902 index_test.go:137: sql insert into test_index values (3290, 8116122039410447528, 0.438471, 'qfUNrfrMuz') index_test.go:143: sql update test_index set c1 = 7458990192864567936, c2 = 0.042866, c3 = 'NKYuy6nmQm' where c = 1033 index_test.go:143: sql update test_index set c1 = 3119088775192970703, c2 = 0.713117, c3 = 'L3nvco5xHL' where c = 3005 index_test.go:137: sql insert into test_index values (3292, 1511785503621800122, 0.356347, 'Rytryg7x91') index_test.go:137: sql insert into test_index values (3291, 5742942795906215632, 0.490859, 'q5hwRXerYc') index_test.go:140: sql delete from test_index where c = 1034 index_test.go:143: sql update test_index set c1 = 5179148677426609715, c2 = 0.736731, c3 = 'kiDeuSaOSZ' where c = 936 index_test.go:140: sql delete from test_index where c = 2055 index_test.go:143: sql update test_index set c1 = 8533065105455872343, c2 = 0.265364, c3 = '2mV64V7DAo' where c = 1479 index_test.go:137: sql insert into test_index values (3293, 8360343230190838083, 0.452709, 'isbJFzPlAt') index_test.go:140: sql delete from test_index where c = 1234 index_test.go:143: sql update test_index set c1 = 4347656203094389738, c2 = 0.514237, c3 = 'w329IdjYVZ' where c = 1053 index_test.go:143: sql update test_index set c1 = 8827710398040537361, c2 = 0.830419, c3 = 'gmEziwr8rN' where c = 342 index_test.go:140: sql delete from test_index where c = 1231 index_test.go:137: sql insert into test_index values (3294, 1116503873922327918, 0.702723, 'KthrNGf1sK') index_test.go:140: sql delete from test_index where c = 184 index_test.go:140: sql delete from test_index where c = 1600 index_test.go:137: sql insert into test_index values (3295, 5117901730041264229, 0.611939, 'iQjtUtyME5') index_test.go:140: sql delete from test_index where c = 673 index_test.go:137: sql insert into test_index values (3297, 3440070674610725930, 0.599837, 'p5ep4Olo3F') index_test.go:143: sql update test_index set c1 = 5691754166385714918, c2 = 0.595748, c3 = '58USatlAep' where c = 3025 index_test.go:137: sql insert into test_index values (3298, 1841727241156024087, 0.979794, 'n0PK0NV5i5') index_test.go:137: sql insert into test_index values (3296, 6363729664155764973, 0.038040, 'grd2p5jaQY') index_test.go:143: sql update test_index set c1 = 8497223944826460872, c2 = 0.922178, c3 = 'kOKA7nVWFF' where c = 532 index_test.go:140: sql delete from test_index where c = 2485 index_test.go:143: sql update test_index set c1 = 1175690799668095683, c2 = 0.229609, c3 = 'mLPVsmxn8j' where c = 2528 index_test.go:143: sql update test_index set c1 = 4933700296271114603, c2 = 0.699962, c3 = 'Aa33s5n7bz' where c = 1353 index_test.go:140: sql delete from test_index where c = 1007 index_test.go:140: sql delete from test_index where c = 1276 index_test.go:143: sql update test_index set c1 = 5995310357343847423, c2 = 0.649516, c3 = 'uVHxaOGhCX' where c = 892 index_test.go:140: sql delete from test_index where c = 2614 index_test.go:137: sql insert into test_index values (3299, 8573076191631342822, 0.619162, 'fe58Zmoo2m') index_test.go:143: sql update test_index set c1 = 8561744959856275119, c2 = 0.418890, c3 = 'S5NJnmsezm' where c = 1237 index_test.go:143: sql update test_index set c1 = 5223145130209985399, c2 = 0.136674, c3 = 'KIk4gfbKra' where c = 1071 index_test.go:143: sql update test_index set c1 = 246123138351616600, c2 = 0.130756, c3 = 'DWe7dB5Wk6' where c = 2460 index_test.go:137: sql insert into test_index values (3300, 6482396364095525645, 0.153672, 'iAWO6b96hb') index_test.go:143: sql update test_index set c1 = 88202688700150585, c2 = 0.623078, c3 = 'EKFYFpSiDN' where c = 2644 index_test.go:140: sql delete from test_index where c = 2726 index_test.go:143: sql update test_index set c1 = 2479669421505208595, c2 = 0.023536, c3 = 'iEApmH7Pfr' where c = 1551 index_test.go:140: sql delete from test_index where c = 1008 index_test.go:143: sql update test_index set c1 = 912689046020756855, c2 = 0.414867, c3 = 'd5I0Ku2wxw' where c = 67 index_test.go:137: sql insert into test_index values (3304, 5476792841441575598, 0.328869, 'PMUJ7swiLn') index_test.go:137: sql insert into test_index values (3310, 6536792246107109616, 0.327601, '918SuVMhTl') index_test.go:137: sql insert into test_index values (3303, 8005133340810678010, 0.970585, 'BgYSwfQTbj') index_test.go:137: sql insert into test_index values (3308, 5108964317393241663, 0.427565, 'YzGz8MHGQt') index_test.go:137: sql insert into test_index values (3302, 6628028768376439115, 0.732313, '2YvVOpORVB') index_test.go:137: sql insert into test_index values (3301, 5075404364807856830, 0.203908, '7hPWM0C39I') index_test.go:137: sql insert into test_index values (3307, 468347805313185800, 0.797479, 'TRQrmjeKtt') index_test.go:137: sql insert into test_index values (3305, 243020272812729224, 0.307864, 'WazpuKUwi9') index_test.go:137: sql insert into test_index values (3306, 7842538511688442596, 0.993149, 'K4K6SZ2zuy') index_test.go:137: sql insert into test_index values (3309, 5616694628312813407, 0.512932, 'GhhHGOPSpb') index_test.go:140: sql delete from test_index where c = 2087 index_test.go:140: sql delete from test_index where c = 1156 index_test.go:140: sql delete from test_index where c = 2252 index_test.go:140: sql delete from test_index where c = 63 index_test.go:140: sql delete from test_index where c = 1118 index_test.go:140: sql delete from test_index where c = 961 index_test.go:140: sql delete from test_index where c = 734 index_test.go:140: sql delete from test_index where c = 3000 index_test.go:143: sql update test_index set c1 = 5741857529851648318, c2 = 0.810713, c3 = '3LVJFVeAMB' where c = 1180 index_test.go:140: sql delete from test_index where c = 1922 index_test.go:140: sql delete from test_index where c = 1758 index_test.go:143: sql update test_index set c1 = 4441408903003562819, c2 = 0.664217, c3 = '9Y4qwmKvnA' where c = 1140 index_test.go:143: sql update test_index set c1 = 7553305306545099295, c2 = 0.930172, c3 = 'UD3SzBnGny' where c = 1977 index_test.go:143: sql update test_index set c1 = 3747160956611979758, c2 = 0.575791, c3 = 'J1ZEZuVmKy' where c = 2576 index_test.go:143: sql update test_index set c1 = 750355622709626396, c2 = 0.286640, c3 = 'qAhMzlCPTK' where c = 849 index_test.go:143: sql update test_index set c1 = 745368170930262521, c2 = 0.776787, c3 = 'ux7eMVyGTg' where c = 350 index_test.go:137: sql insert into test_index values (3311, 8215930878752918718, 0.712478, 'CaiklrzA6O') index_test.go:143: sql update test_index set c1 = 1093567445212365333, c2 = 0.571476, c3 = 'LmJH47lKDE' where c = 2366 index_test.go:143: sql update test_index set c1 = 4051754689341728835, c2 = 0.364702, c3 = 'HHF4k1e8jm' where c = 2855 index_test.go:143: sql update test_index set c1 = 1753471318285107339, c2 = 0.550335, c3 = 'PFrR8X4N2M' where c = 2460 index_test.go:143: sql update test_index set c1 = 2009897038834095888, c2 = 0.819797, c3 = 'trAJu1oAeW' where c = 462 index_test.go:137: sql insert into test_index values (3312, 8546542924823191597, 0.689239, 'YNzQmUz2H4') index_test.go:137: sql insert into test_index values (3313, 3343242473238893115, 0.408877, 'Yybf43KevK') index_test.go:137: sql insert into test_index values (3315, 8572568938861864035, 0.357535, 'CbhB6VXcB4') index_test.go:137: sql insert into test_index values (3314, 6263156564283929293, 0.931367, 'Gq8o2ls1Gb') index_test.go:137: sql insert into test_index values (3316, 7340626426982581556, 0.595892, 'TL5PfiPM8F') index_test.go:140: sql delete from test_index where c = 279 index_test.go:140: sql delete from test_index where c = 96 index_test.go:140: sql delete from test_index where c = 145 index_test.go:140: sql delete from test_index where c = 2155 index_test.go:140: sql delete from test_index where c = 1457 index_test.go:137: sql insert into test_index values (3318, 82161965945890570, 0.336571, 'Uqxo0mG4h9') index_test.go:137: sql insert into test_index values (3317, 4583056219454139861, 0.826699, 'wj1DzrNilK') index_test.go:143: sql update test_index set c1 = 8316552491647574680, c2 = 0.761887, c3 = 'wz4jMmduJX' where c = 317 index_test.go:143: sql update test_index set c1 = 1480833041731012897, c2 = 0.020913, c3 = 'phHFX1zutv' where c = 2525 index_test.go:143: sql update test_index set c1 = 4262086105246865084, c2 = 0.646399, c3 = 'copVQ9bsEh' where c = 2394 index_test.go:137: sql insert into test_index values (3319, 5944120195087429902, 0.285466, 'Zjv0mMcg0i') index_test.go:137: sql insert into test_index values (3320, 1954823277868252966, 0.296748, '4DHsrdS1Xm') index_test.go:140: sql delete from test_index where c = 2024 index_test.go:140: sql delete from test_index where c = 2582 index_test.go:140: sql delete from test_index where c = 1575 index_test.go:143: sql update test_index set c1 = 8115496561329529544, c2 = 0.669461, c3 = '35Taxih4fZ' where c = 2818 index_test.go:137: sql insert into test_index values (3321, 2795655513719254925, 0.543401, 'qPMkLsyUxI') index_test.go:137: sql insert into test_index values (3322, 5526110104952228889, 0.614235, '1PG4MOQEjP') index_test.go:143: sql update test_index set c1 = 6625371982926393314, c2 = 0.811264, c3 = 'oB1ZPi9OWu' where c = 1377 index_test.go:143: sql update test_index set c1 = 441431465506324705, c2 = 0.821333, c3 = 'u8prX3nwT4' where c = 3224 index_test.go:140: sql delete from test_index where c = 896 index_test.go:140: sql delete from test_index where c = 2981 index_test.go:140: sql delete from test_index where c = 1131 index_test.go:137: sql insert into test_index values (3323, 1416451068741676793, 0.294655, 'FXfIt7031k') index_test.go:137: sql insert into test_index values (3324, 2898086575129176961, 0.291882, 'ePwMasEaF9') index_test.go:143: sql update test_index set c1 = 5915682964418517295, c2 = 0.864696, c3 = 'K2ZiRI3j4e' where c = 247 index_test.go:143: sql update test_index set c1 = 4462899519843312469, c2 = 0.755813, c3 = 'xGfTgAX0SM' where c = 1006 index_test.go:140: sql delete from test_index where c = 427 index_test.go:140: sql delete from test_index where c = 992 index_test.go:143: sql update test_index set c1 = 2085012962074645756, c2 = 0.230367, c3 = 'ipjZbxbVqf' where c = 635 index_test.go:137: sql insert into test_index values (3326, 4099191419486727137, 0.239561, '30yS4rDXjH') index_test.go:143: sql update test_index set c1 = 1046178904948988093, c2 = 0.920014, c3 = 'LKZYyAuCQj' where c = 2185 index_test.go:143: sql update test_index set c1 = 1405392978881331388, c2 = 0.451846, c3 = 'lJur0Oat1e' where c = 1989 index_test.go:137: sql insert into test_index values (3327, 7707860556927602478, 0.248458, 'rZ4go8XJkI') index_test.go:137: sql insert into test_index values (3325, 5553890709598363378, 0.608984, 'RmvCFjVTVR') index_test.go:140: sql delete from test_index where c = 1704 index_test.go:137: sql insert into test_index values (3328, 3793948312486007126, 0.672537, 'GDcJChY2io') index_test.go:143: sql update test_index set c1 = 8942502616487255414, c2 = 0.650947, c3 = 'YYdrQJtv1q' where c = 1595 index_test.go:143: sql update test_index set c1 = 4340591504607384860, c2 = 0.970183, c3 = 'DBkTCYPeDv' where c = 915 index_test.go:140: sql delete from test_index where c = 1440 index_test.go:140: sql delete from test_index where c = 762 index_test.go:140: sql delete from test_index where c = 2436 index_test.go:140: sql delete from test_index where c = 710 index_test.go:137: sql insert into test_index values (3329, 3356813816258855416, 0.225934, 'PF4O0TjAAe') index_test.go:137: sql insert into test_index values (3330, 1213587934262399010, 0.110877, 'mnLkszwLSK') index_test.go:137: sql insert into test_index values (3331, 8415660488979772568, 0.589840, 'ZGuvAyHwPC') index_test.go:143: sql update test_index set c1 = 8744574920957969795, c2 = 0.924714, c3 = 'wC8ONUtgAD' where c = 1119 index_test.go:140: sql delete from test_index where c = 1496 index_test.go:137: sql insert into test_index values (3332, 3109036585293672441, 0.249378, 'ozSqUarfvy') index_test.go:140: sql delete from test_index where c = 509 index_test.go:143: sql update test_index set c1 = 743581649648592485, c2 = 0.500840, c3 = '99maEtIzHW' where c = 1709 index_test.go:143: sql update test_index set c1 = 3606856463314655543, c2 = 0.636276, c3 = 'TdTTwDQAHA' where c = 1931 index_test.go:143: sql update test_index set c1 = 1788893168509608373, c2 = 0.799248, c3 = '4pmx4kRwKz' where c = 2556 index_test.go:140: sql delete from test_index where c = 298 index_test.go:137: sql insert into test_index values (3333, 8534285480567588278, 0.690739, 'hVibwrvqLe') index_test.go:137: sql insert into test_index values (3334, 4278023472466405425, 0.188362, 'z1ATpMGajZ') index_test.go:143: sql update test_index set c1 = 3788378875167782593, c2 = 0.042094, c3 = 'hnD4gOSzvL' where c = 908 index_test.go:140: sql delete from test_index where c = 958 index_test.go:143: sql update test_index set c1 = 2874428767805630967, c2 = 0.402942, c3 = 'CWXpOKz210' where c = 364 index_test.go:143: sql update test_index set c1 = 5710112121408394094, c2 = 0.805377, c3 = 'IRStNjSSeY' where c = 2250 index_test.go:140: sql delete from test_index where c = 264 index_test.go:143: sql update test_index set c1 = 1256324075957578489, c2 = 0.573989, c3 = 'rut0eLuOee' where c = 1050 index_test.go:137: sql insert into test_index values (3335, 3176915113891638935, 0.548138, 'CaI6Gof6Sp') index_test.go:137: sql insert into test_index values (3337, 2961115039589865878, 0.957023, 'bv4cHxDBhm') index_test.go:143: sql update test_index set c1 = 592839096722633248, c2 = 0.551913, c3 = 'jHDWwixWWT' where c = 562 index_test.go:137: sql insert into test_index values (3336, 4878780648274400257, 0.304206, 'T3mwHRLthG') index_test.go:140: sql delete from test_index where c = 3224 index_test.go:137: sql insert into test_index values (3341, 5120360042591965683, 0.629972, 'Sa73kdxG2b') index_test.go:137: sql insert into test_index values (3338, 471841489278187254, 0.642966, 'O5JEMBdXCN') index_test.go:143: sql update test_index set c1 = 6403219061802191242, c2 = 0.236261, c3 = 'oJcml5RqLF' where c = 3143 index_test.go:137: sql insert into test_index values (3339, 1885246580065033232, 0.993606, '2zBkQjjtJV') index_test.go:137: sql insert into test_index values (3340, 541567151581745068, 0.348801, 'oqUsQaPnGb') index_test.go:140: sql delete from test_index where c = 2621 index_test.go:140: sql delete from test_index where c = 372 index_test.go:137: sql insert into test_index values (3342, 4283843177440474896, 0.357996, 'KVGhMVYmXo') index_test.go:140: sql delete from test_index where c = 2978 index_test.go:140: sql delete from test_index where c = 989 index_test.go:143: sql update test_index set c1 = 1280100738692449374, c2 = 0.492868, c3 = 'xREDdbBhCZ' where c = 1020 index_test.go:143: sql update test_index set c1 = 4231091263792716231, c2 = 0.047194, c3 = 'UackSaktNO' where c = 449 index_test.go:143: sql update test_index set c1 = 4723035566728187542, c2 = 0.149784, c3 = 'bXRSvhnphp' where c = 2480 index_test.go:140: sql delete from test_index where c = 1521 index_test.go:137: sql insert into test_index values (3343, 8198639450477598626, 0.141248, 'bOCqiPwyp0') index_test.go:140: sql delete from test_index where c = 3290 index_test.go:140: sql delete from test_index where c = 456 index_test.go:137: sql insert into test_index values (3344, 9102409908585022013, 0.814339, '7xEQIgYtZF') index_test.go:143: sql update test_index set c1 = 2485547633401293576, c2 = 0.194347, c3 = '9oNvudKSig' where c = 1018 index_test.go:137: sql insert into test_index values (3345, 5868203976025098511, 0.334078, 'TPYpTqXxeu') index_test.go:143: sql update test_index set c1 = 3367055010823190482, c2 = 0.434389, c3 = 'bqwibwAJBA' where c = 1828 index_test.go:143: sql update test_index set c1 = 3383097896122599291, c2 = 0.647075, c3 = 'Ks3aDCnbzs' where c = 2007 index_test.go:137: sql insert into test_index values (3346, 4602903070033902096, 0.040839, 'fe63DJbzHW') index_test.go:140: sql delete from test_index where c = 3273 index_test.go:143: sql update test_index set c1 = 2634992583690602395, c2 = 0.980798, c3 = 'MM3KW7OkMO' where c = 3132 index_test.go:140: sql delete from test_index where c = 3148 index_test.go:140: sql delete from test_index where c = 1086 index_test.go:143: sql update test_index set c1 = 2577415299292670869, c2 = 0.768675, c3 = 'wfFW0GwUu8' where c = 2466 index_test.go:143: sql update test_index set c1 = 6086211010517809814, c2 = 0.722169, c3 = 'jF9XSWRrHQ' where c = 121 index_test.go:140: sql delete from test_index where c = 900 index_test.go:137: sql insert into test_index values (3349, 1829990108452248942, 0.033811, 'Jma7eAHx4j') index_test.go:140: sql delete from test_index where c = 1572 index_test.go:137: sql insert into test_index values (3350, 7613268556704391535, 0.713799, 'KdASqC7cSS') index_test.go:137: sql insert into test_index values (3348, 8843272142998163104, 0.292864, 'rRYJD4dZlI') index_test.go:143: sql update test_index set c1 = 6114672651944986286, c2 = 0.998814, c3 = '5QHAcia9CF' where c = 3120 index_test.go:140: sql delete from test_index where c = 1707 index_test.go:143: sql update test_index set c1 = 3576667712519691665, c2 = 0.432557, c3 = 'SJDxEYiUui' where c = 2295 index_test.go:143: sql update test_index set c1 = 7433918060040613921, c2 = 0.538876, c3 = 'iU1Tfz1oho' where c = 2261 index_test.go:143: sql update test_index set c1 = 8893224754967235692, c2 = 0.262403, c3 = 'fBJ0OGglSH' where c = 1238 index_test.go:137: sql insert into test_index values (3351, 7493582755859575853, 0.410644, 'ldYkj0FUAl') index_test.go:137: sql insert into test_index values (3347, 2006396727492495739, 0.308480, 'UiexXrn0BG') index_test.go:140: sql delete from test_index where c = 211 index_test.go:137: sql insert into test_index values (3352, 5766882722099524312, 0.827447, 'rLmKSl6ZZi') index_test.go:140: sql delete from test_index where c = 825 index_test.go:140: sql delete from test_index where c = 701 index_test.go:143: sql update test_index set c1 = 594818079231471552, c2 = 0.244642, c3 = 'vNKXFrajfT' where c = 216 index_test.go:137: sql insert into test_index values (3353, 1786727926144889098, 0.852144, 'Zw1iEHWyjy') index_test.go:140: sql delete from test_index where c = 2842 index_test.go:143: sql update test_index set c1 = 4484492061562100666, c2 = 0.849716, c3 = 'DOrDWDlMXl' where c = 896 index_test.go:137: sql insert into test_index values (3354, 1146992694126625681, 0.880206, 'ssWW7TZ1Jp') index_test.go:137: sql insert into test_index values (3355, 2660681213337669259, 0.083995, 'Kg9ApyT2rU') index_test.go:137: sql insert into test_index values (3356, 4946397847859368147, 0.801401, 'nMShPYxYIZ') index_test.go:143: sql update test_index set c1 = 5163796205729370466, c2 = 0.434083, c3 = 'lLMatWw7bv' where c = 2039 index_test.go:140: sql delete from test_index where c = 1151 index_test.go:143: sql update test_index set c1 = 6168202139595593711, c2 = 0.671508, c3 = 'eOqlZvJqfD' where c = 974 index_test.go:140: sql delete from test_index where c = 27 index_test.go:143: sql update test_index set c1 = 6414620997035685670, c2 = 0.339276, c3 = 'dVp0rid88w' where c = 3332 index_test.go:137: sql insert into test_index values (3359, 2256211267623799788, 0.716019, 'NS1gSJsGJi') index_test.go:140: sql delete from test_index where c = 1668 index_test.go:140: sql delete from test_index where c = 3246 index_test.go:137: sql insert into test_index values (3357, 5183311841384134674, 0.856618, 'hHx1ngQ6d6') index_test.go:137: sql insert into test_index values (3358, 1744235798847865981, 0.346213, 'Mq5pKxknvr') index_test.go:137: sql insert into test_index values (3360, 5007655047478722659, 0.014998, 'CPNnrS67Rl') index_test.go:140: sql delete from test_index where c = 409 index_test.go:140: sql delete from test_index where c = 1786 index_test.go:143: sql update test_index set c1 = 6080043613222886903, c2 = 0.555971, c3 = 'ixKtumPvDX' where c = 456 index_test.go:143: sql update test_index set c1 = 5381677923020457950, c2 = 0.592681, c3 = 'COl8dqv1CR' where c = 1389 index_test.go:137: sql insert into test_index values (3361, 3288514905828496165, 0.694372, 'KQ3kjNjmrA') index_test.go:143: sql update test_index set c1 = 6030993606562490391, c2 = 0.343545, c3 = 'lvCB582KGp' where c = 612 index_test.go:143: sql update test_index set c1 = 411146811267911530, c2 = 0.443722, c3 = '5jkh1KzuX2' where c = 2771 index_test.go:140: sql delete from test_index where c = 403 index_test.go:140: sql delete from test_index where c = 1422 index_test.go:140: sql delete from test_index where c = 560 index_test.go:137: sql insert into test_index values (3362, 106810126753781061, 0.070932, 'uf9DTNdGYK') index_test.go:143: sql update test_index set c1 = 3777221538670558522, c2 = 0.985469, c3 = 'utpIh0UvsK' where c = 2912 index_test.go:140: sql delete from test_index where c = 2515 index_test.go:137: sql insert into test_index values (3363, 4197331271883910576, 0.691204, 'btXrQNC3WJ') index_test.go:143: sql update test_index set c1 = 4867528916770677050, c2 = 0.935806, c3 = '1vmWzqeyOu' where c = 3114 index_test.go:143: sql update test_index set c1 = 1291733552551917688, c2 = 0.147667, c3 = 'Ir1T8XtZds' where c = 2776 index_test.go:137: sql insert into test_index values (3364, 1759492179056578234, 0.947595, 'ieWby1eGnG') index_test.go:140: sql delete from test_index where c = 955 index_test.go:143: sql update test_index set c1 = 8017247016753288073, c2 = 0.062207, c3 = 's653hYzbMX' where c = 826 index_test.go:137: sql insert into test_index values (3365, 596305563324232712, 0.728582, 'bG8l8haiL3') index_test.go:140: sql delete from test_index where c = 56 index_test.go:143: sql update test_index set c1 = 7010355074557616034, c2 = 0.561772, c3 = 'ZSEESbwUOz' where c = 227 index_test.go:137: sql insert into test_index values (3366, 6090555170094454209, 0.669453, 'uheQC4Q8lJ') index_test.go:137: sql insert into test_index values (3367, 4731363150828210892, 0.804882, 'YUi3rL7ihG') index_test.go:140: sql delete from test_index where c = 2315 index_test.go:140: sql delete from test_index where c = 671 index_test.go:137: sql insert into test_index values (3368, 3616741515467035371, 0.031107, 'OB34xojU1Q') index_test.go:140: sql delete from test_index where c = 1359 index_test.go:137: sql insert into test_index values (3369, 6191716863508800713, 0.973787, 'CEpMBgAl0V') index_test.go:143: sql update test_index set c1 = 4209096375949055721, c2 = 0.373395, c3 = 'ux1VX5LPWL' where c = 1444 index_test.go:143: sql update test_index set c1 = 8847522657749140731, c2 = 0.659788, c3 = '8qg2UlTsyJ' where c = 1131 index_test.go:140: sql delete from test_index where c = 209 index_test.go:143: sql update test_index set c1 = 3613240314603706554, c2 = 0.760043, c3 = 'LJrmSvtgjq' where c = 1844 index_test.go:143: sql update test_index set c1 = 7388074650512953689, c2 = 0.901161, c3 = 'h4N5Afg2Nh' where c = 1254 index_test.go:143: sql update test_index set c1 = 7552027645798682884, c2 = 0.449014, c3 = 'VG7w8CV7Jm' where c = 0 index_test.go:137: sql insert into test_index values (3370, 4981031573364609195, 0.454384, '6B1WLSQI6m') index_test.go:143: sql update test_index set c1 = 1351137561397452489, c2 = 0.374374, c3 = '0hULKmwCAX' where c = 502 index_test.go:140: sql delete from test_index where c = 169 index_test.go:143: sql update test_index set c1 = 6257755565323803049, c2 = 0.374708, c3 = 'oEZWt65Ezi' where c = 746 index_test.go:140: sql delete from test_index where c = 1872 index_test.go:137: sql insert into test_index values (3372, 5139176564813155568, 0.471268, 'FpMdH6YkHo') index_test.go:137: sql insert into test_index values (3371, 1037944984802437220, 0.157358, 'NwDu8BZZDr') index_test.go:137: sql insert into test_index values (3376, 652523383893032365, 0.085833, 'LVYb5ssTF4') index_test.go:137: sql insert into test_index values (3375, 2822968403824838293, 0.442504, 'IpE1krivGW') index_test.go:137: sql insert into test_index values (3374, 8455942361513714086, 0.713156, 'XHqyPBWSIg') index_test.go:143: sql update test_index set c1 = 6265217233653304585, c2 = 0.639960, c3 = 'ic3Duemyoq' where c = 146 index_test.go:140: sql delete from test_index where c = 1515 index_test.go:137: sql insert into test_index values (3373, 5116969003126461548, 0.983517, 'NOzr3fTNBf') index_test.go:140: sql delete from test_index where c = 852 index_test.go:140: sql delete from test_index where c = 961 index_test.go:140: sql delete from test_index where c = 458 index_test.go:140: sql delete from test_index where c = 963 index_test.go:143: sql update test_index set c1 = 1754731204797685072, c2 = 0.200953, c3 = 'S69Wrjm2iO' where c = 588 index_test.go:140: sql delete from test_index where c = 3076 index_test.go:137: sql insert into test_index values (3377, 7720772293218601389, 0.642391, 'H3QfAhkAlW') index_test.go:143: sql update test_index set c1 = 270150497669079640, c2 = 0.716796, c3 = 'LdDOcIY7hE' where c = 1352 index_test.go:140: sql delete from test_index where c = 2594 index_test.go:143: sql update test_index set c1 = 1198557724344235391, c2 = 0.097304, c3 = '6ylUoPWEtC' where c = 1448 index_test.go:140: sql delete from test_index where c = 2735 index_test.go:143: sql update test_index set c1 = 777546954651245759, c2 = 0.144112, c3 = 'H8GnLnrH67' where c = 1045 index_test.go:137: sql insert into test_index values (3378, 8514110221211821514, 0.508616, '1qIBTbRfnW') index_test.go:143: sql update test_index set c1 = 8127278974479761331, c2 = 0.842824, c3 = '85KvfxKV7J' where c = 223 index_test.go:143: sql update test_index set c1 = 7272929920289985867, c2 = 0.374627, c3 = 'FuEdxSgNov' where c = 802 index_test.go:137: sql insert into test_index values (3379, 1294675350674827582, 0.003963, 'mcOHmyVrin') index_test.go:137: sql insert into test_index values (3380, 8452675457616672644, 0.311578, 'VdIgUDkfMr') index_test.go:143: sql update test_index set c1 = 1271163772542309653, c2 = 0.995359, c3 = '4p8xb7VMr6' where c = 3072 index_test.go:143: sql update test_index set c1 = 2162313550751176019, c2 = 0.568278, c3 = 'kYSPgU1QUC' where c = 1461 index_test.go:143: sql update test_index set c1 = 4780218096534357834, c2 = 0.596443, c3 = 'tKmDtnlrwA' where c = 2263 index_test.go:140: sql delete from test_index where c = 553 index_test.go:140: sql delete from test_index where c = 756 index_test.go:137: sql insert into test_index values (3382, 3887764566543958272, 0.251024, 'XiBbyeMAhd') index_test.go:137: sql insert into test_index values (3384, 9050390465861390262, 0.046464, '2u7Slqwdgx') index_test.go:137: sql insert into test_index values (3383, 5668717824801238400, 0.055725, 'EyTNHMVsqR') index_test.go:140: sql delete from test_index where c = 146 index_test.go:137: sql insert into test_index values (3381, 48718991563847179, 0.670321, '471blzQ2Gl') index_test.go:137: sql insert into test_index values (3385, 944722648611680369, 0.032492, '8Umy6UYx2C') index_test.go:137: sql insert into test_index values (3387, 3792562459435835143, 0.222398, 'P6xLQtH3lP') index_test.go:140: sql delete from test_index where c = 2627 index_test.go:143: sql update test_index set c1 = 6038000470951482996, c2 = 0.541381, c3 = 'btYLUkKALA' where c = 2279 index_test.go:140: sql delete from test_index where c = 326 index_test.go:140: sql delete from test_index where c = 1834 index_test.go:137: sql insert into test_index values (3386, 7075245748256918031, 0.027376, 'Nd3fRKGsir') index_test.go:143: sql update test_index set c1 = 3318666682940675790, c2 = 0.727110, c3 = 'fXlRL8kjqg' where c = 225 index_test.go:140: sql delete from test_index where c = 1607 index_test.go:143: sql update test_index set c1 = 1852670064733355928, c2 = 0.819670, c3 = 'KwNQ4ihN7E' where c = 1837 index_test.go:140: sql delete from test_index where c = 642 index_test.go:140: sql delete from test_index where c = 2096 index_test.go:143: sql update test_index set c1 = 442886678487609673, c2 = 0.023889, c3 = 'z39LeAYwSj' where c = 1580 index_test.go:143: sql update test_index set c1 = 5147694569860313953, c2 = 0.698854, c3 = 'E6ObbsrI4a' where c = 390 index_test.go:143: sql update test_index set c1 = 8397334712032460485, c2 = 0.404448, c3 = 'x9n7qv2zI7' where c = 1047 index_test.go:137: sql insert into test_index values (3388, 6762923391168772398, 0.362031, 'xeH8rDAB0d') index_test.go:140: sql delete from test_index where c = 56 index_test.go:137: sql insert into test_index values (3390, 1637370801837966871, 0.099196, 'tzI3P6h808') index_test.go:143: sql update test_index set c1 = 6627554601814989582, c2 = 0.782557, c3 = 'wLp9mFZAGi' where c = 777 index_test.go:140: sql delete from test_index where c = 648 index_test.go:143: sql update test_index set c1 = 9217433432275020218, c2 = 0.059357, c3 = 'QS0tnieBeC' where c = 2666 index_test.go:137: sql insert into test_index values (3391, 5769722170885457853, 0.568798, 'xLmsQ5COGU') index_test.go:137: sql insert into test_index values (3389, 1187392429491044885, 0.601659, '0qW10sPgVy') index_test.go:137: sql insert into test_index values (3392, 710256325496337401, 0.317821, '2sf4c0yddw') index_test.go:143: sql update test_index set c1 = 5089641099765770957, c2 = 0.811700, c3 = 'waGbrcCpcG' where c = 540 index_test.go:143: sql update test_index set c1 = 4572056067351465723, c2 = 0.224924, c3 = 'ZDfzS18RtF' where c = 271 index_test.go:140: sql delete from test_index where c = 3091 index_test.go:137: sql insert into test_index values (3393, 4128596546725935983, 0.377670, 'eGYIkqo2KS') index_test.go:143: sql update test_index set c1 = 8841900161710702125, c2 = 0.670599, c3 = 'nsKBS2aUHv' where c = 1056 index_test.go:137: sql insert into test_index values (3394, 4079763662872380977, 0.178327, '2pJ5wLJrzM') index_test.go:140: sql delete from test_index where c = 416 index_test.go:137: sql insert into test_index values (3395, 314305669135818227, 0.046745, 'wUGv8Fhhrv') index_test.go:143: sql update test_index set c1 = 133227359885212671, c2 = 0.980276, c3 = 'uJTgZ4l6Uq' where c = 1641 index_test.go:140: sql delete from test_index where c = 2856 index_test.go:140: sql delete from test_index where c = 1277 index_test.go:140: sql delete from test_index where c = 3050 index_test.go:143: sql update test_index set c1 = 204760085791483992, c2 = 0.416118, c3 = 'aOlNM7pDgs' where c = 3236 index_test.go:143: sql update test_index set c1 = 4069831085852001646, c2 = 0.337499, c3 = 'zbqd8O5WMr' where c = 250 index_test.go:140: sql delete from test_index where c = 3097 index_test.go:137: sql insert into test_index values (3396, 3876603540206025939, 0.849359, 'YhiK0l90tr') index_test.go:140: sql delete from test_index where c = 1316 index_test.go:143: sql update test_index set c1 = 5119356013762087201, c2 = 0.317074, c3 = 'wgeyMCw7SQ' where c = 2933 index_test.go:137: sql insert into test_index values (3397, 5631221701657568191, 0.994302, 'rzCXELtOIT') index_test.go:143: sql update test_index set c1 = 8410694892045919652, c2 = 0.921036, c3 = 'gA8X4EnKR0' where c = 2340 index_test.go:137: sql insert into test_index values (3398, 2385950153835280276, 0.698963, '5pIToGvtN8') index_test.go:137: sql insert into test_index values (3399, 340619830649224375, 0.830360, 'vL5k4nSWeU') index_test.go:140: sql delete from test_index where c = 2868 index_test.go:143: sql update test_index set c1 = 7902269440532779929, c2 = 0.949520, c3 = '0f3jpBJKx6' where c = 2648 index_test.go:143: sql update test_index set c1 = 297879847127071962, c2 = 0.608402, c3 = 'DI127oOxEH' where c = 3222 index_test.go:140: sql delete from test_index where c = 200 index_test.go:140: sql delete from test_index where c = 1654 index_test.go:143: sql update test_index set c1 = 7335030130927272074, c2 = 0.482971, c3 = '81emISRbv9' where c = 364 index_test.go:143: sql update test_index set c1 = 4095975345853827945, c2 = 0.608849, c3 = '69lKSVNBKr' where c = 77 index_test.go:143: sql update test_index set c1 = 8451069791940785216, c2 = 0.372912, c3 = 'Q66jOLKvhE' where c = 54 index_test.go:140: sql delete from test_index where c = 1398 index_test.go:143: sql update test_index set c1 = 4871229888441376976, c2 = 0.429371, c3 = 'GJfMfICJKj' where c = 2094 index_test.go:137: sql insert into test_index values (3400, 1672748338467492879, 0.872809, 'WZJTfVROT8') index_test.go:140: sql delete from test_index where c = 1132 index_test.go:143: sql update test_index set c1 = 4731518698647348661, c2 = 0.062670, c3 = 'OSvRNkaWTf' where c = 238 # Time: 2024-05-06T21:35:10.632000923+08:00 # Txn_start_ts: 449577617967808524 # Query_time: 0.605609965 # Parse_time: 0 # Compile_time: 0.000061409 # Rewrite_time: 0.000002121 # Optimize_time: 0 # Wait_TS: 0 # Prewrite_time: 0.600971389 Commit_time: 0.003949527 Get_commit_ts_time: 0.000218052 Slowest_prewrite_rpc_detail: {total:0.600s, region_id: 8, store: 127.0.0.1:20160, time_detail: {tikv_wall_time: 594.1ms}, scan_detail: {get_snapshot_time: 5.82µs, rocksdb: {block: {}}}, write_detail: {store_batch_wait: 35.5µs, propose_send_wait: 0s, persist_log: {total: 853.3µs, write_leader_wait: 241ns, sync_log: 547.3µs, write_memtable: 2.1µs}, commit_log: 590.2ms, apply_batch_wait: 17.9µs, apply: {total:606.5µs, mutex_lock: 0s, write_leader_wait: 0s, write_wal: 92.2µs, write_memtable: 256.9µs}}} Commit_primary_rpc_detail: {total:0.600s, region_id: 8, store: 127.0.0.1:20160, time_detail: {tikv_wall_time: 594.1ms}, scan_detail: {get_snapshot_time: 5.82µs, rocksdb: {block: {}}}, write_detail: {store_batch_wait: 35.5µs, propose_send_wait: 0s, persist_log: {total: 853.3µs, write_leader_wait: 241ns, sync_log: 547.3µs, write_memtable: 2.1µs}, commit_log: 590.2ms, apply_batch_wait: 17.9µs, apply: {total:606.5µs, mutex_lock: 0s, write_leader_wait: 0s, write_wal: 92.2µs, write_memtable: 256.9µs}}} Write_keys: 1322 Write_size: 100364 Prewrite_region: 1 # DB: mysql # Is_internal: true # Digest: 9505cacb7c710ed17125fcc6cb3669e8ddca6c8cd8af6a31f6b3cd64604c3098 # Num_cop_tasks: 0 # Mem_max: 253952 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Succ: true # IsExplicitTxn: true # IsSyncStatsFailed: false # Resource_group: default use mysql; ; [2024/05/06 21:35:10.637 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] index_test.go:137: sql insert into test_index values (3403, 5603088226635174356, 0.703115, 'robP9NJF1y') index_test.go:137: sql insert into test_index values (3404, 4742716421734660572, 0.172520, 'i3xnXWPXoB') index_test.go:137: sql insert into test_index values (3408, 5126187661669350448, 0.606562, 'WjGKOCyM3X') index_test.go:137: sql insert into test_index values (3402, 4453322150134383572, 0.194434, 'plxe1IvxDe') index_test.go:137: sql insert into test_index values (3406, 8467988692885475049, 0.956142, 'dbu3x8COXl') index_test.go:137: sql insert into test_index values (3410, 877389730311394916, 0.575430, 'FIGay6OjPh') index_test.go:140: sql delete from test_index where c = 2273 index_test.go:137: sql insert into test_index values (3409, 894617806929248720, 0.730362, 'HX41zf6x44') index_test.go:137: sql insert into test_index values (3405, 6525833030290196772, 0.359197, 'mLvRWpyHyM') index_test.go:137: sql insert into test_index values (3401, 4434971300959387536, 0.427346, 'D9DJmbib0F') index_test.go:140: sql delete from test_index where c = 670 index_test.go:140: sql delete from test_index where c = 3047 index_test.go:137: sql insert into test_index values (3407, 2425154164337832475, 0.561692, 'VgqlXVQ8mM') index_test.go:140: sql delete from test_index where c = 299 index_test.go:140: sql delete from test_index where c = 1929 index_test.go:140: sql delete from test_index where c = 2888 index_test.go:143: sql update test_index set c1 = 4234900150417405052, c2 = 0.154422, c3 = '9cB3SnkXDV' where c = 1311 index_test.go:140: sql delete from test_index where c = 2535 index_test.go:140: sql delete from test_index where c = 2526 index_test.go:140: sql delete from test_index where c = 3137 index_test.go:140: sql delete from test_index where c = 1785 index_test.go:143: sql update test_index set c1 = 5118194253793011138, c2 = 0.601379, c3 = 'vzwTpe79M0' where c = 263 index_test.go:143: sql update test_index set c1 = 3289092440069478803, c2 = 0.409489, c3 = 'v72ruioW8o' where c = 1180 index_test.go:143: sql update test_index set c1 = 8755205427576522941, c2 = 0.858510, c3 = 'qArWZaazzU' where c = 50 index_test.go:143: sql update test_index set c1 = 2355541559170090275, c2 = 0.961913, c3 = 'DMuqk895rJ' where c = 1874 index_test.go:143: sql update test_index set c1 = 4343563604249026974, c2 = 0.856007, c3 = 'BDXSZjFaSa' where c = 693 index_test.go:143: sql update test_index set c1 = 1940455772601869839, c2 = 0.207062, c3 = 'E9u06rvCjD' where c = 345 index_test.go:137: sql insert into test_index values (3411, 7220926619718369070, 0.649968, 'BYgECT4HRp') index_test.go:143: sql update test_index set c1 = 869713594244688409, c2 = 0.963234, c3 = 'tChur7yYdm' where c = 2749 index_test.go:143: sql update test_index set c1 = 8038717594444279664, c2 = 0.061127, c3 = 'vA3mhiZEeM' where c = 3239 index_test.go:143: sql update test_index set c1 = 4357664930001367526, c2 = 0.742126, c3 = 'GhigieevuQ' where c = 2395 index_test.go:137: sql insert into test_index values (3414, 6102776967072855327, 0.168638, 'FT4p32DzZW') index_test.go:137: sql insert into test_index values (3415, 7891590980630302284, 0.785516, 'Pn5QQNQ8Ej') index_test.go:137: sql insert into test_index values (3418, 2458348795780240650, 0.729294, 'eJW9vONRw7') index_test.go:137: sql insert into test_index values (3417, 70487172372132073, 0.597036, 'HHgXktRYws') index_test.go:137: sql insert into test_index values (3419, 5347140470619454089, 0.121966, '1DUZ0LY0DM') index_test.go:137: sql insert into test_index values (3413, 576454556010198841, 0.426424, 'wawryADgVN') index_test.go:137: sql insert into test_index values (3412, 8901282925081092391, 0.725186, 'tO3yiSAJzs') index_test.go:140: sql delete from test_index where c = 3182 index_test.go:137: sql insert into test_index values (3416, 2303285459409058841, 0.530028, 'utTx4rtk0v') index_test.go:140: sql delete from test_index where c = 2621 index_test.go:140: sql delete from test_index where c = 3224 index_test.go:140: sql delete from test_index where c = 1358 index_test.go:143: sql update test_index set c1 = 8083579107698639204, c2 = 0.374159, c3 = 'J7MWoZqiXr' where c = 323 index_test.go:137: sql insert into test_index values (3420, 1259080543670502881, 0.420792, 'd3uciCT1BF') index_test.go:140: sql delete from test_index where c = 2455 index_test.go:143: sql update test_index set c1 = 6528997241098636969, c2 = 0.839596, c3 = 'RBGd4mXKIY' where c = 292 index_test.go:140: sql delete from test_index where c = 1239 index_test.go:140: sql delete from test_index where c = 2800 index_test.go:143: sql update test_index set c1 = 6947820141049867682, c2 = 0.191787, c3 = 'AODno7ZQmz' where c = 1659 index_test.go:143: sql update test_index set c1 = 3432960847546016642, c2 = 0.749242, c3 = 'Bygd3gbxVs' where c = 222 index_test.go:143: sql update test_index set c1 = 2615163174066959830, c2 = 0.711832, c3 = 'XtToqyF9e0' where c = 1423 index_test.go:143: sql update test_index set c1 = 3564736090091331283, c2 = 0.971642, c3 = 'A5AlGACWWU' where c = 2673 index_test.go:140: sql delete from test_index where c = 2328 index_test.go:137: sql insert into test_index values (3421, 7847366815906039664, 0.146876, 'xv2b2dyg7v') index_test.go:140: sql delete from test_index where c = 1598 index_test.go:137: sql insert into test_index values (3422, 7359950201190845271, 0.577886, 'Snp1v716m1') index_test.go:140: sql delete from test_index where c = 316 index_test.go:140: sql delete from test_index where c = 3195 index_test.go:137: sql insert into test_index values (3423, 4019250133994879979, 0.740860, 'Q9mKHkio50') index_test.go:137: sql insert into test_index values (3424, 6408351735685922335, 0.298339, 'ZKIRWZOU0d') index_test.go:137: sql insert into test_index values (3426, 6639117353036976967, 0.990871, 'htIls7BTnU') index_test.go:140: sql delete from test_index where c = 1011 index_test.go:137: sql insert into test_index values (3425, 455093632558641332, 0.620462, '0IaYeeMOOB') index_test.go:143: sql update test_index set c1 = 8362113555535357946, c2 = 0.433655, c3 = 'RNOE0ZEJYu' where c = 476 index_test.go:143: sql update test_index set c1 = 80374053809172649, c2 = 0.606674, c3 = '0qOVhuutAf' where c = 2395 index_test.go:143: sql update test_index set c1 = 4273261160095646250, c2 = 0.792888, c3 = 'kkSjJOhR9v' where c = 3326 index_test.go:143: sql update test_index set c1 = 6853623807386913149, c2 = 0.120467, c3 = '6U0O4jAHVd' where c = 484 index_test.go:140: sql delete from test_index where c = 2398 index_test.go:143: sql update test_index set c1 = 1500350441011647295, c2 = 0.706609, c3 = 'LhboxiGKcm' where c = 2745 index_test.go:143: sql update test_index set c1 = 6625574184466928201, c2 = 0.158647, c3 = 'xLz4t3PXwc' where c = 1554 index_test.go:140: sql delete from test_index where c = 157 index_test.go:140: sql delete from test_index where c = 3030 index_test.go:137: sql insert into test_index values (3429, 8526188997927833847, 0.802070, 'KQfnmtTIoT') index_test.go:137: sql insert into test_index values (3427, 5298315451455668104, 0.090902, 'FXVSSRYckC') index_test.go:140: sql delete from test_index where c = 1300 index_test.go:143: sql update test_index set c1 = 7080966552696337243, c2 = 0.538958, c3 = 'pUtEnMlOkb' where c = 3075 index_test.go:137: sql insert into test_index values (3428, 8025535193568236183, 0.722180, 'NWUgmncmq1') index_test.go:143: sql update test_index set c1 = 773425384010480796, c2 = 0.969526, c3 = 'vB2mUEiIVP' where c = 1206 index_test.go:143: sql update test_index set c1 = 7577493397417985091, c2 = 0.401482, c3 = '1WELRbXfXE' where c = 2390 index_test.go:140: sql delete from test_index where c = 2393 index_test.go:143: sql update test_index set c1 = 1828959534468171494, c2 = 0.631465, c3 = 'z8HWVd4xgs' where c = 1967 index_test.go:137: sql insert into test_index values (3431, 1222014828158692499, 0.915746, '5S7TcHjxd3') index_test.go:137: sql insert into test_index values (3432, 4391943196122950439, 0.639120, 'VaG87nsrIv') index_test.go:137: sql insert into test_index values (3430, 6599915070194700846, 0.393880, 'Fw00qBgGM5') index_test.go:143: sql update test_index set c1 = 4976143082615633996, c2 = 0.978080, c3 = 'JeTN90cey6' where c = 206 index_test.go:137: sql insert into test_index values (3434, 3253740674596661200, 0.887810, 'oW7RhRKtKy') index_test.go:137: sql insert into test_index values (3433, 7087308253104426395, 0.344465, 'qtQWRQJP1G') index_test.go:140: sql delete from test_index where c = 717 index_test.go:140: sql delete from test_index where c = 2111 index_test.go:140: sql delete from test_index where c = 6 index_test.go:140: sql delete from test_index where c = 210 index_test.go:137: sql insert into test_index values (3435, 1555763774862834042, 0.597707, 'tnH8v464t8') index_test.go:143: sql update test_index set c1 = 5090062881817957862, c2 = 0.744642, c3 = 'DRjbeZdVWY' where c = 300 index_test.go:143: sql update test_index set c1 = 3043414483225957432, c2 = 0.291118, c3 = 'SktBfcFmse' where c = 2351 index_test.go:137: sql insert into test_index values (3437, 4559156038663051673, 0.494998, 'ccNZSV2hfW') index_test.go:137: sql insert into test_index values (3436, 8505770611274225728, 0.596649, 'wnqvPbKQN7') index_test.go:140: sql delete from test_index where c = 1515 index_test.go:140: sql delete from test_index where c = 2744 index_test.go:140: sql delete from test_index where c = 2300 index_test.go:143: sql update test_index set c1 = 6376294914555129895, c2 = 0.604902, c3 = '4IJFivJ6re' where c = 1247 index_test.go:140: sql delete from test_index where c = 3381 index_test.go:140: sql delete from test_index where c = 910 index_test.go:143: sql update test_index set c1 = 8526344963902277149, c2 = 0.128984, c3 = 'NvAFJdjiD7' where c = 2229 index_test.go:143: sql update test_index set c1 = 5801543240997656058, c2 = 0.909177, c3 = 'c0HptJdm7G' where c = 2233 index_test.go:137: sql insert into test_index values (3438, 6753540472787232884, 0.259135, 'xV03kE3M9Z') index_test.go:137: sql insert into test_index values (3439, 6504975495677870041, 0.297669, 'NmYbvVTI1y') index_test.go:140: sql delete from test_index where c = 1665 index_test.go:143: sql update test_index set c1 = 5874875033869322590, c2 = 0.822849, c3 = 'UYYdoBREv0' where c = 1990 index_test.go:137: sql insert into test_index values (3440, 5301475012591695825, 0.284046, 'pP5wukoblk') index_test.go:143: sql update test_index set c1 = 4301557797718472630, c2 = 0.229902, c3 = 'VcE8KVKCM4' where c = 2118 index_test.go:143: sql update test_index set c1 = 8612921148567854038, c2 = 0.013345, c3 = '25zaMdwB68' where c = 664 index_test.go:143: sql update test_index set c1 = 8438861096441245075, c2 = 0.321428, c3 = 'A1pBZoaLMZ' where c = 2749 index_test.go:137: sql insert into test_index values (3442, 8546694605003354710, 0.542279, 'Ar3SGZzu2b') index_test.go:140: sql delete from test_index where c = 643 index_test.go:137: sql insert into test_index values (3441, 6634593772388168568, 0.408492, 'skR0rjUOUF') index_test.go:137: sql insert into test_index values (3444, 5543798261662997716, 0.196413, 'dnVYRdbnxU') index_test.go:140: sql delete from test_index where c = 3402 index_test.go:137: sql insert into test_index values (3445, 6836712937849419262, 0.567811, 'npWtFbl5iX') index_test.go:140: sql delete from test_index where c = 580 index_test.go:137: sql insert into test_index values (3443, 594077835797900161, 0.188557, 'GG72t8GmqB') index_test.go:140: sql delete from test_index where c = 1809 index_test.go:137: sql insert into test_index values (3446, 7787808630308168678, 0.189792, 'kCgqs2Z5AU') index_test.go:140: sql delete from test_index where c = 101 index_test.go:143: sql update test_index set c1 = 272681702311966378, c2 = 0.186082, c3 = 'Fvlf9zZ6qz' where c = 2721 index_test.go:143: sql update test_index set c1 = 4620281705499483952, c2 = 0.171017, c3 = 'B2k6Ly0vmz' where c = 635 index_test.go:140: sql delete from test_index where c = 1730 index_test.go:143: sql update test_index set c1 = 3923943584377813027, c2 = 0.374446, c3 = 'FRtLRX9QzE' where c = 2127 index_test.go:140: sql delete from test_index where c = 778 index_test.go:140: sql delete from test_index where c = 904 index_test.go:143: sql update test_index set c1 = 3958697259882559819, c2 = 0.708023, c3 = '3dT6oE5Ny4' where c = 2787 index_test.go:143: sql update test_index set c1 = 1922676569237266718, c2 = 0.392987, c3 = 'jUZfUf52Wf' where c = 1359 index_test.go:140: sql delete from test_index where c = 1853 index_test.go:143: sql update test_index set c1 = 5359355573966945437, c2 = 0.911667, c3 = 'Cor8nQNd1J' where c = 1498 index_test.go:143: sql update test_index set c1 = 2619984203283151255, c2 = 0.688535, c3 = 'xTJfxq5KoQ' where c = 3389 index_test.go:137: sql insert into test_index values (3448, 1544986935779419738, 0.237338, 'F5y0F77ifr') index_test.go:137: sql insert into test_index values (3449, 4952558681054272365, 0.783901, 'N6oJjwgt1L') index_test.go:137: sql insert into test_index values (3447, 337243336267260912, 0.865077, 'vAHTai1Vfs') index_test.go:143: sql update test_index set c1 = 6832337077858897560, c2 = 0.165994, c3 = 'Um4WDiYoWf' where c = 1947 index_test.go:137: sql insert into test_index values (3450, 2213506248279746769, 0.081623, 'iOLAMk78Qi') index_test.go:137: sql insert into test_index values (3452, 3853155882398533238, 0.161110, 'oxeUGKfCq3') index_test.go:140: sql delete from test_index where c = 1050 index_test.go:143: sql update test_index set c1 = 5635995912745099703, c2 = 0.483494, c3 = 'TtJfshMW4F' where c = 2381 index_test.go:143: sql update test_index set c1 = 1673107814777000232, c2 = 0.579154, c3 = 'SKaMMqkLVx' where c = 1079 index_test.go:140: sql delete from test_index where c = 1976 index_test.go:140: sql delete from test_index where c = 1288 index_test.go:137: sql insert into test_index values (3451, 2990567891891287558, 0.574714, 'AXUTyBL6IM') index_test.go:140: sql delete from test_index where c = 324 index_test.go:137: sql insert into test_index values (3454, 5958266901169219449, 0.690201, '4z35iXToq2') index_test.go:137: sql insert into test_index values (3453, 8801968336489809886, 0.872491, 'S7ckTnKNWz') index_test.go:143: sql update test_index set c1 = 1264936012676458365, c2 = 0.859754, c3 = 'hHaeozHmZW' where c = 20 index_test.go:140: sql delete from test_index where c = 2469 index_test.go:137: sql insert into test_index values (3456, 1425956379045239098, 0.569553, 'F07ze7buiK') index_test.go:137: sql insert into test_index values (3455, 3867142579823997929, 0.808819, 'FUSOUNpAb4') index_test.go:140: sql delete from test_index where c = 723 index_test.go:143: sql update test_index set c1 = 2172697814607705105, c2 = 0.366189, c3 = 'lF7nujMaem' where c = 1991 index_test.go:143: sql update test_index set c1 = 6378669890175614222, c2 = 0.297232, c3 = 'x4F65sJp5d' where c = 2828 index_test.go:140: sql delete from test_index where c = 1114 index_test.go:143: sql update test_index set c1 = 7905265309811045240, c2 = 0.304432, c3 = '22ShlL01MZ' where c = 3431 index_test.go:140: sql delete from test_index where c = 2178 index_test.go:140: sql delete from test_index where c = 2366 index_test.go:137: sql insert into test_index values (3457, 2261699788681503, 0.521462, 'RZ5qGRLdlw') index_test.go:140: sql delete from test_index where c = 649 index_test.go:143: sql update test_index set c1 = 2013359134883167, c2 = 0.608006, c3 = 'C6ZZUpeURB' where c = 1365 index_test.go:143: sql update test_index set c1 = 8720424568835711219, c2 = 0.880608, c3 = 'CaoGdmDrfP' where c = 926 index_test.go:143: sql update test_index set c1 = 428067398739760929, c2 = 0.423875, c3 = '6yowG5BsC7' where c = 2559 index_test.go:137: sql insert into test_index values (3460, 4323223352584492597, 0.464504, 'epigsiCaAq') index_test.go:140: sql delete from test_index where c = 521 index_test.go:143: sql update test_index set c1 = 4784124923931597702, c2 = 0.553525, c3 = '8HEQ6qhcsq' where c = 2046 index_test.go:143: sql update test_index set c1 = 1823738737180925116, c2 = 0.430503, c3 = 'WZHUnuu9qY' where c = 2247 index_test.go:137: sql insert into test_index values (3461, 673498257932050458, 0.001328, 'fRfvxQFZLY') index_test.go:137: sql insert into test_index values (3458, 1538699923283022632, 0.775104, 'WP5jCkuQCP') index_test.go:137: sql insert into test_index values (3459, 3800616928581631977, 0.532895, 'IkhtwMS2eC') index_test.go:143: sql update test_index set c1 = 8113887332921916724, c2 = 0.684951, c3 = 'GhSJ2hgOZR' where c = 2252 index_test.go:143: sql update test_index set c1 = 3566612424116342135, c2 = 0.416121, c3 = 'Ziasl04Uaf' where c = 2338 index_test.go:137: sql insert into test_index values (3463, 3586944083761223399, 0.409525, 'jqlUiNAGDX') index_test.go:140: sql delete from test_index where c = 1371 index_test.go:137: sql insert into test_index values (3464, 3697046282513361664, 0.497568, 'a7SQE1cLNE') index_test.go:137: sql insert into test_index values (3465, 8328108147078727811, 0.530804, 'II4EN5gzi9') index_test.go:137: sql insert into test_index values (3462, 661713542690386172, 0.553502, 'TPL9hChX9C') index_test.go:140: sql delete from test_index where c = 2422 index_test.go:137: sql insert into test_index values (3466, 8703291738800326716, 0.339578, 'qLrHiFmCOy') index_test.go:140: sql delete from test_index where c = 1337 index_test.go:137: sql insert into test_index values (3467, 1155589509095026052, 0.164015, 'TLqUOKczx3') index_test.go:140: sql delete from test_index where c = 848 index_test.go:140: sql delete from test_index where c = 333 index_test.go:143: sql update test_index set c1 = 3616213325365144163, c2 = 0.558133, c3 = '3Q4Psw8X5Z' where c = 2651 index_test.go:140: sql delete from test_index where c = 2067 index_test.go:143: sql update test_index set c1 = 2609058470640891402, c2 = 0.576609, c3 = 'eoGdH0hHQl' where c = 2565 index_test.go:140: sql delete from test_index where c = 2105 index_test.go:140: sql delete from test_index where c = 3296 index_test.go:140: sql delete from test_index where c = 1246 index_test.go:137: sql insert into test_index values (3468, 8795579843016687505, 0.674680, 'kfa3XA6cju') index_test.go:143: sql update test_index set c1 = 1804135915468270161, c2 = 0.857958, c3 = 'UWV5Dg5Axx' where c = 203 index_test.go:143: sql update test_index set c1 = 7646781890607587159, c2 = 0.150508, c3 = 'RVkYdCVZkY' where c = 1219 index_test.go:143: sql update test_index set c1 = 6087208178348639287, c2 = 0.928852, c3 = 'e2iK7JhiBR' where c = 2308 index_test.go:143: sql update test_index set c1 = 5466439365905108616, c2 = 0.750521, c3 = '3I63iAw1al' where c = 1555 index_test.go:143: sql update test_index set c1 = 4811091577878118726, c2 = 0.938834, c3 = 'vbwztGBlsz' where c = 2567 index_test.go:140: sql delete from test_index where c = 1483 index_test.go:137: sql insert into test_index values (3469, 7033756102115714093, 0.959063, 'BZPxFVP2S0') index_test.go:143: sql update test_index set c1 = 8997587222158730270, c2 = 0.937360, c3 = 'mmvmBKfxUG' where c = 3183 index_test.go:140: sql delete from test_index where c = 2463 index_test.go:140: sql delete from test_index where c = 2976 index_test.go:143: sql update test_index set c1 = 1664774203972987483, c2 = 0.768720, c3 = 'VtZnDJmyfg' where c = 1532 index_test.go:137: sql insert into test_index values (3471, 212282375567649654, 0.725691, '3GEK61dulw') index_test.go:137: sql insert into test_index values (3474, 1262333619859278875, 0.322327, 'tVLHVDG3pq') index_test.go:137: sql insert into test_index values (3470, 8809014386699380705, 0.260581, 'guzX9zHRt2') index_test.go:143: sql update test_index set c1 = 5571588885843725628, c2 = 0.710512, c3 = 'xptzKF8cYv' where c = 727 index_test.go:137: sql insert into test_index values (3475, 5438186603114770357, 0.029780, 'vLsKQlEyE1') index_test.go:143: sql update test_index set c1 = 346482615884659693, c2 = 0.925565, c3 = 'AFC9PL2gjO' where c = 2261 index_test.go:137: sql insert into test_index values (3472, 6032167958744847794, 0.949092, '9RYdDOXRjg') index_test.go:137: sql insert into test_index values (3473, 3298533351602747669, 0.528547, 'NXPj4OOB3e') index_test.go:140: sql delete from test_index where c = 917 index_test.go:140: sql delete from test_index where c = 1450 index_test.go:140: sql delete from test_index where c = 1452 index_test.go:137: sql insert into test_index values (3477, 3564746584089973584, 0.873046, 'I4MsT5KJMB') index_test.go:140: sql delete from test_index where c = 1882 index_test.go:137: sql insert into test_index values (3478, 4343986581956823525, 0.170868, 'kQuiqabWBp') index_test.go:140: sql delete from test_index where c = 1898 index_test.go:137: sql insert into test_index values (3476, 8325638136902592475, 0.416415, 'nAm2VDjfWe') index_test.go:143: sql update test_index set c1 = 2480567145842171074, c2 = 0.104386, c3 = '81mkskT4km' where c = 1545 index_test.go:143: sql update test_index set c1 = 1879290437867178425, c2 = 0.223172, c3 = 'pZgd7lzQD7' where c = 649 index_test.go:143: sql update test_index set c1 = 7092053905857489380, c2 = 0.095263, c3 = 'qsmo31TD78' where c = 204 index_test.go:143: sql update test_index set c1 = 5061365098817806809, c2 = 0.215215, c3 = 'RuawzMBu2m' where c = 1972 index_test.go:140: sql delete from test_index where c = 2606 index_test.go:140: sql delete from test_index where c = 840 index_test.go:137: sql insert into test_index values (3481, 765184978637291193, 0.213020, 'rDMXRG0pHC') index_test.go:143: sql update test_index set c1 = 1446160703511927432, c2 = 0.097940, c3 = '3zFkIJuZry' where c = 1962 index_test.go:143: sql update test_index set c1 = 2528651413309512903, c2 = 0.707549, c3 = 'GNGtrLG33w' where c = 2335 index_test.go:137: sql insert into test_index values (3482, 58861847691378164, 0.126350, 'p4HtGKa315') index_test.go:140: sql delete from test_index where c = 1167 index_test.go:143: sql update test_index set c1 = 6667961720883238647, c2 = 0.065930, c3 = 'xh369JaAQl' where c = 1400 index_test.go:137: sql insert into test_index values (3480, 6171080532857424235, 0.974948, '171CkLxc2h') index_test.go:137: sql insert into test_index values (3479, 7864440090588367984, 0.624033, '8RiI5svkdZ') index_test.go:137: sql insert into test_index values (3483, 4946110010873740000, 0.155801, 'ByE5GkDnV7') index_test.go:143: sql update test_index set c1 = 1409516504156947612, c2 = 0.754879, c3 = '9PFPWkcXgJ' where c = 1524 index_test.go:140: sql delete from test_index where c = 858 index_test.go:140: sql delete from test_index where c = 3294 index_test.go:140: sql delete from test_index where c = 1327 index_test.go:140: sql delete from test_index where c = 2033 index_test.go:143: sql update test_index set c1 = 7820344778641741633, c2 = 0.982208, c3 = 'PdEAB87xiy' where c = 2676 index_test.go:140: sql delete from test_index where c = 2807 [TestSimpleMixed][Mixed][Time Cost]9.357586396s === RUN TestSimple/Mixed/test_mixed_common index_test.go:137: sql insert into test_index values (3484, 2527443721363116324, 0.003472, 'HIjdxjNvkr') index_test.go:143: sql update test_index set c1 = 2575339870460919877, c2 = 0.670916, c3 = 'oY4YZRXoLZ' where c = 2904 index_test.go:143: sql update test_index set c1 = 1783533548692353773, c2 = 0.055356, c3 = '9nUJSCKqhq' where c = 1524 index_test.go:137: sql insert into test_index values (3486, 4351063484136556604, 0.700559, 'UhbAR35jZp') index_test.go:137: sql insert into test_index values (3485, 3838195168792048200, 0.095624, '5OOm4J5itl') index_test.go:140: sql delete from test_index where c = 594 index_test.go:143: sql update test_index set c1 = 5004572607078569047, c2 = 0.731098, c3 = 'T4PZ1X3jH0' where c = 2999 index_test.go:143: sql update test_index set c1 = 2954142685668309230, c2 = 0.927946, c3 = 'BAaSDMfdOC' where c = 2708 index_test.go:137: sql insert into test_index values (3487, 8305499718824601261, 0.582938, 'zKxQRbkxsx') index_test.go:140: sql delete from test_index where c = 1087 index_test.go:143: sql update test_index set c1 = 6911383135668109731, c2 = 0.744070, c3 = 'Wmf7gOz6XE' where c = 2342 index_test.go:137: sql insert into test_index values (3489, 4200436236045474882, 0.484194, '1jM48wpRIF') index_test.go:137: sql insert into test_index values (3488, 6723550657713110217, 0.513500, '0RreaNDesh') index_test.go:140: sql delete from test_index where c = 1233 index_test.go:137: sql insert into test_index values (3490, 3067051661069303666, 0.035266, 'xkto5UUIGy') index_test.go:137: sql insert into test_index values (3491, 4547684706175378533, 0.894904, '2yzV6pCGLh') index_test.go:143: sql update test_index set c1 = 1414402222334553661, c2 = 0.535794, c3 = 'i6wBNs7Q3p' where c = 1792 index_test.go:140: sql delete from test_index where c = 1540 index_test.go:140: sql delete from test_index where c = 2982 index_test.go:140: sql delete from test_index where c = 1911 index_test.go:143: sql update test_index set c1 = 3426606920680095512, c2 = 0.293315, c3 = 'kmOmNmh5Fw' where c = 2396 index_test.go:143: sql update test_index set c1 = 6314316787819585349, c2 = 0.223082, c3 = '0kUWvYmFyZ' where c = 604 index_test.go:140: sql delete from test_index where c = 2353 index_test.go:137: sql insert into test_index values (3492, 1521731543177936225, 0.615932, 'ya1rLNiYIE') index_test.go:143: sql update test_index set c1 = 5014722077103303953, c2 = 0.908591, c3 = 'UtvOjrT18P' where c = 2113 index_test.go:140: sql delete from test_index where c = 1568 index_test.go:140: sql delete from test_index where c = 2446 index_test.go:140: sql delete from test_index where c = 2329 index_test.go:143: sql update test_index set c1 = 5913359968237423014, c2 = 0.886642, c3 = 'qgZvRQQona' where c = 3057 index_test.go:143: sql update test_index set c1 = 4076395696089837002, c2 = 0.278175, c3 = 'z4825oqIQv' where c = 3334 index_test.go:143: sql update test_index set c1 = 447618765123498380, c2 = 0.347437, c3 = 'H9brXCDK9M' where c = 1028 index_test.go:137: sql insert into test_index values (3493, 8726811993970936867, 0.554738, 'xUNsaapI2e') index_test.go:137: sql insert into test_index values (3495, 4799403277316642925, 0.070061, 'XlQLOJjKSX') index_test.go:143: sql update test_index set c1 = 280739383539103865, c2 = 0.763802, c3 = 'Y3Cjc8GejU' where c = 399 index_test.go:143: sql update test_index set c1 = 4556123186154631428, c2 = 0.905617, c3 = 'fxTPAFweRo' where c = 2245 index_test.go:137: sql insert into test_index values (3497, 1844165202815157934, 0.684368, 'lqlKQwmA2U') index_test.go:137: sql insert into test_index values (3496, 2814844168851628706, 0.189961, 'UZr3Rqav6z') index_test.go:137: sql insert into test_index values (3494, 46710939157111160, 0.306279, 'kPz8RmfOiL') index_test.go:137: sql insert into test_index values (3499, 5059664992141239359, 0.084548, 'mVrkIsUcys') index_test.go:143: sql update test_index set c1 = 1899391409604246839, c2 = 0.563715, c3 = 'du5tKDfkQP' where c = 1574 index_test.go:140: sql delete from test_index where c = 1732 index_test.go:140: sql delete from test_index where c = 2870 index_test.go:140: sql delete from test_index where c = 1215 index_test.go:140: sql delete from test_index where c = 2833 index_test.go:143: sql update test_index set c1 = 7497938042471599893, c2 = 0.046314, c3 = '5L9mgxgCvM' where c = 3210 index_test.go:137: sql insert into test_index values (3500, 3951907289969835857, 0.610648, '11XTSibEFg') index_test.go:143: sql update test_index set c1 = 6131624026868574990, c2 = 0.119965, c3 = 'yey7uhrKQp' where c = 58 index_test.go:143: sql update test_index set c1 = 2180934383429859557, c2 = 0.810450, c3 = 'whiuTviaND' where c = 2736 index_test.go:137: sql insert into test_index values (3498, 8449041510799341413, 0.060755, 'YG87yoZDKE') index_test.go:140: sql delete from test_index where c = 623 index_test.go:140: sql delete from test_index where c = 2858 index_test.go:140: sql delete from test_index where c = 2145 index_test.go:143: sql update test_index set c1 = 1560614743453448059, c2 = 0.104660, c3 = '8aQ6SwUhnk' where c = 925 index_test.go:143: sql update test_index set c1 = 7474862028524191446, c2 = 0.370002, c3 = 'WblKvyKupy' where c = 869 index_test.go:143: sql update test_index set c1 = 3124433681125765241, c2 = 0.522004, c3 = 'wYSaW7Xwwj' where c = 2338 index_test.go:140: sql delete from test_index where c = 1812 index_test.go:143: sql update test_index set c1 = 504991817371773760, c2 = 0.388385, c3 = 'FEcaxPltiv' where c = 1246 index_test.go:143: sql update test_index set c1 = 4455941510142237208, c2 = 0.355787, c3 = 'faPuqeYYzx' where c = 163 [2024/05/06 21:35:11.334 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] index_test.go:137: sql insert into test_index values (3505, 8698788409094441342, 0.432534, 'nAXx7jrxLQ') index_test.go:137: sql insert into test_index values (3503, 1607675773251397577, 0.580029, 'tMF9GdYMwr') index_test.go:137: sql insert into test_index values (3506, 1005387645152478296, 0.410569, 'CkxQSj5bDE') index_test.go:137: sql insert into test_index values (3504, 6974850288666026906, 0.486287, 'grezsePJg5') index_test.go:137: sql insert into test_index values (3501, 1640167079152832626, 0.497448, 'svetasNIRC') index_test.go:137: sql insert into test_index values (3502, 7037626857945029338, 0.101040, 'CpIRikBw41') index_test.go:137: sql insert into test_index values (3510, 8829381593207771457, 0.699924, 'o5GGtDjqtf') index_test.go:137: sql insert into test_index values (3507, 4381091682812638077, 0.773522, '9UXXr2gYlO') index_test.go:137: sql insert into test_index values (3508, 8921037452041714354, 0.834936, 'ep5AOZ6NaF') index_test.go:137: sql insert into test_index values (3509, 980715349730669071, 0.780775, 'SwMhcebr4L') index_test.go:140: sql delete from test_index where c = 992 index_test.go:140: sql delete from test_index where c = 583 index_test.go:140: sql delete from test_index where c = 140 index_test.go:140: sql delete from test_index where c = 458 index_test.go:140: sql delete from test_index where c = 164 index_test.go:143: sql update test_index set c1 = 4966371364319938372, c2 = 0.223199, c3 = 'IwBwBeT0uD' where c = 460 index_test.go:140: sql delete from test_index where c = 809 index_test.go:143: sql update test_index set c1 = 4357784716746983701, c2 = 0.377963, c3 = 'SEg0cnAuuf' where c = 1435 index_test.go:140: sql delete from test_index where c = 625 index_test.go:143: sql update test_index set c1 = 2901559361760346294, c2 = 0.387736, c3 = 'l5cKplnfHK' where c = 480 index_test.go:140: sql delete from test_index where c = 1848 index_test.go:143: sql update test_index set c1 = 4815439354991507523, c2 = 0.550753, c3 = 'drGJ19dCRS' where c = 3082 index_test.go:140: sql delete from test_index where c = 1975 index_test.go:143: sql update test_index set c1 = 2243731078092083144, c2 = 0.202731, c3 = 'CKKYXWu4qs' where c = 2025 index_test.go:143: sql update test_index set c1 = 6432005087432558154, c2 = 0.375353, c3 = 'XQIP8210tX' where c = 757 index_test.go:137: sql insert into test_index values (3511, 3014699782067271618, 0.508024, '1VCGGqYpJz') index_test.go:140: sql delete from test_index where c = 849 index_test.go:137: sql insert into test_index values (3512, 5275263367654798948, 0.826063, 'EgsAEVqLFS') index_test.go:143: sql update test_index set c1 = 4550193847552276725, c2 = 0.538997, c3 = 'eBHubx9qCY' where c = 1742 index_test.go:137: sql insert into test_index values (3513, 5425296488442619691, 0.421058, 'BglYpGs8lw') index_test.go:143: sql update test_index set c1 = 5291027011201017746, c2 = 0.454227, c3 = 'ql0mZreNL8' where c = 2453 index_test.go:137: sql insert into test_index values (3514, 5744688525321428765, 0.983617, 'RhWKo1Xjn5') index_test.go:140: sql delete from test_index where c = 965 index_test.go:137: sql insert into test_index values (3516, 8888875225885242035, 0.669038, 'NMVQDmd5KD') index_test.go:143: sql update test_index set c1 = 482704840703013695, c2 = 0.040818, c3 = '81143uorYH' where c = 622 index_test.go:140: sql delete from test_index where c = 1776 index_test.go:140: sql delete from test_index where c = 1116 index_test.go:137: sql insert into test_index values (3515, 3181304045486722246, 0.699414, 'm5aH80wzYg') index_test.go:140: sql delete from test_index where c = 2109 index_test.go:143: sql update test_index set c1 = 7111002778645985740, c2 = 0.092130, c3 = 'QkIBA5VOHQ' where c = 639 index_test.go:137: sql insert into test_index values (3518, 7028331255709783589, 0.913239, 'Rry8r9z711') index_test.go:137: sql insert into test_index values (3517, 7489511938809961463, 0.185894, '2UnnZFfrLS') index_test.go:143: sql update test_index set c1 = 4178345121438550755, c2 = 0.617641, c3 = 'VcCufMap1q' where c = 1049 index_test.go:137: sql insert into test_index values (3519, 4443242680030326767, 0.869222, 't42vaG7ga1') index_test.go:143: sql update test_index set c1 = 4934560145552004827, c2 = 0.395492, c3 = 'L7Ygo4Kckp' where c = 3073 index_test.go:140: sql delete from test_index where c = 2575 index_test.go:140: sql delete from test_index where c = 2073 index_test.go:140: sql delete from test_index where c = 171 index_test.go:143: sql update test_index set c1 = 4728373864446253730, c2 = 0.303462, c3 = '49GsWScZAV' where c = 3292 index_test.go:137: sql insert into test_index values (3520, 6166177708868691098, 0.454348, 'g3qhDRklNk') index_test.go:140: sql delete from test_index where c = 337 index_test.go:143: sql update test_index set c1 = 6980526245097430493, c2 = 0.048272, c3 = 'VKoInSFCX7' where c = 1656 index_test.go:137: sql insert into test_index values (3521, 6699596850723216871, 0.055205, 'rG3HKAibzx') index_test.go:137: sql insert into test_index values (3522, 8129325234900530228, 0.465517, 'Qg2rqZ5zVP') index_test.go:140: sql delete from test_index where c = 1620 index_test.go:140: sql delete from test_index where c = 1024 index_test.go:143: sql update test_index set c1 = 1093589562674640043, c2 = 0.063017, c3 = 'r0xrQPmqzT' where c = 1784 index_test.go:137: sql insert into test_index values (3523, 269314419403985456, 0.349376, 'i0pz43xECN') index_test.go:140: sql delete from test_index where c = 1758 index_test.go:143: sql update test_index set c1 = 2106145499644656870, c2 = 0.729413, c3 = 'EFb18kUlcI' where c = 3321 index_test.go:140: sql delete from test_index where c = 1727 index_test.go:143: sql update test_index set c1 = 6983771103045307290, c2 = 0.756028, c3 = 'CmV0GDjmqP' where c = 1142 index_test.go:143: sql update test_index set c1 = 321225404282754083, c2 = 0.171733, c3 = 'uOQqvMpllP' where c = 205 index_test.go:140: sql delete from test_index where c = 210 index_test.go:143: sql update test_index set c1 = 9000354505232496192, c2 = 0.959869, c3 = 'hjSLo7o4JV' where c = 3253 index_test.go:143: sql update test_index set c1 = 6196253443198483637, c2 = 0.824066, c3 = 'NsIOYdKvle' where c = 2835 index_test.go:137: sql insert into test_index values (3524, 6192456423625082845, 0.840807, 'TnmGtoh6dD') index_test.go:143: sql update test_index set c1 = 2286778157078774843, c2 = 0.541676, c3 = 'T235BQEuaz' where c = 887 index_test.go:137: sql insert into test_index values (3525, 8651741816189813044, 0.083051, 'DIAdRAdDRh') index_test.go:140: sql delete from test_index where c = 1214 index_test.go:143: sql update test_index set c1 = 8657822564804798656, c2 = 0.858259, c3 = '3BzYzV6A2M' where c = 1071 index_test.go:137: sql insert into test_index values (3527, 6234882716622345430, 0.348532, 'ABH8LSHpsJ') index_test.go:137: sql insert into test_index values (3526, 2386826704784948246, 0.452822, 'UPRNej8vjY') index_test.go:137: sql insert into test_index values (3528, 113625217111200755, 0.541691, '8ydc1q5r4e') index_test.go:140: sql delete from test_index where c = 1773 index_test.go:140: sql delete from test_index where c = 1978 index_test.go:137: sql insert into test_index values (3530, 1872004596701724961, 0.527195, 'gsr8N8ZJdz') index_test.go:137: sql insert into test_index values (3531, 7995174702138868235, 0.013581, 'YytvjhkFNV') index_test.go:143: sql update test_index set c1 = 2267413395594400762, c2 = 0.451735, c3 = 'lQISwHfnPO' where c = 3146 index_test.go:137: sql insert into test_index values (3529, 95467661187587418, 0.475103, 'njP1E9lAqS') index_test.go:137: sql insert into test_index values (3532, 7351474447455431437, 0.667634, 'Wb8rJKRS5p') index_test.go:140: sql delete from test_index where c = 613 index_test.go:140: sql delete from test_index where c = 1112 index_test.go:143: sql update test_index set c1 = 6871027735102323199, c2 = 0.417463, c3 = 'paqtYrbAqR' where c = 2138 index_test.go:140: sql delete from test_index where c = 2493 index_test.go:140: sql delete from test_index where c = 269 index_test.go:140: sql delete from test_index where c = 1306 index_test.go:137: sql insert into test_index values (3533, 8085857963122823766, 0.050422, 'FC8oKoqpSg') index_test.go:143: sql update test_index set c1 = 7137967690060570290, c2 = 0.365028, c3 = 'Q3uSNOY4Tv' where c = 3193 index_test.go:143: sql update test_index set c1 = 6338366809943756934, c2 = 0.616213, c3 = 'swKhGONC9c' where c = 26 index_test.go:143: sql update test_index set c1 = 2129137066190431549, c2 = 0.429746, c3 = 'eyuPJi64Yo' where c = 2794 index_test.go:140: sql delete from test_index where c = 3165 index_test.go:143: sql update test_index set c1 = 1632057435215897242, c2 = 0.822210, c3 = 'nNYlsSz2kk' where c = 705 index_test.go:143: sql update test_index set c1 = 3513892647042562776, c2 = 0.390714, c3 = 'qHRDl0vrYF' where c = 3330 index_test.go:143: sql update test_index set c1 = 7795483620633628173, c2 = 0.838151, c3 = 'vHZGVghqU4' where c = 3159 index_test.go:137: sql insert into test_index values (3534, 7789535668838128224, 0.886387, 'V4rXkVf6tA') index_test.go:143: sql update test_index set c1 = 5257351921569880123, c2 = 0.893086, c3 = 'HoLD69wb4d' where c = 3453 index_test.go:137: sql insert into test_index values (3537, 7285139334137992816, 0.158263, 'Dd2zdZtgGB') index_test.go:137: sql insert into test_index values (3536, 5267733619074712712, 0.085235, 'Tcs9UqoOvo') index_test.go:137: sql insert into test_index values (3535, 3247668713200169864, 0.186526, 'CQI1NvZtpg') index_test.go:143: sql update test_index set c1 = 1103834209503295346, c2 = 0.787708, c3 = 'OpNLWuyHRX' where c = 2213 index_test.go:137: sql insert into test_index values (3541, 5262119283186981053, 0.349675, '1j8SWYgV7B') index_test.go:140: sql delete from test_index where c = 3122 index_test.go:137: sql insert into test_index values (3538, 4217072883836873086, 0.820478, 'mDndYL1Isp') index_test.go:137: sql insert into test_index values (3539, 1402778861256065005, 0.358219, '8kRZSeuRlG') index_test.go:140: sql delete from test_index where c = 908 index_test.go:137: sql insert into test_index values (3540, 7249806757645036570, 0.293561, 'cppVCh2F8J') index_test.go:140: sql delete from test_index where c = 2346 index_test.go:143: sql update test_index set c1 = 5163403023498319395, c2 = 0.411134, c3 = 'oEGL12ZIGK' where c = 1562 index_test.go:140: sql delete from test_index where c = 1351 index_test.go:140: sql delete from test_index where c = 2049 index_test.go:140: sql delete from test_index where c = 1576 index_test.go:140: sql delete from test_index where c = 2299 index_test.go:137: sql insert into test_index values (3542, 5728510415541626967, 0.981848, '1Ns1uR0G9B') index_test.go:143: sql update test_index set c1 = 2373236406082670736, c2 = 0.627380, c3 = 'Djzu8NEHOR' where c = 3112 index_test.go:140: sql delete from test_index where c = 1932 index_test.go:143: sql update test_index set c1 = 5818696222056502092, c2 = 0.932008, c3 = 'NjCbZZpcve' where c = 191 index_test.go:143: sql update test_index set c1 = 3239934261723156841, c2 = 0.507287, c3 = 'GkfrYtRBjV' where c = 1016 index_test.go:143: sql update test_index set c1 = 2902493668621268256, c2 = 0.881885, c3 = 'P5kXdfsjha' where c = 1999 index_test.go:137: sql insert into test_index values (3543, 7725003650260995610, 0.758236, 'dNvSAl6wxK') index_test.go:140: sql delete from test_index where c = 2213 index_test.go:143: sql update test_index set c1 = 8968092517686633792, c2 = 0.080362, c3 = 'CazV6vUkTP' where c = 44 index_test.go:143: sql update test_index set c1 = 451900946705340959, c2 = 0.473686, c3 = 'qDZOSLyIgU' where c = 1159 index_test.go:137: sql insert into test_index values (3544, 513113549893023649, 0.340996, 'OUAL2hIceX') index_test.go:143: sql update test_index set c1 = 8638543092191413887, c2 = 0.314881, c3 = 'CY5xqQ0Bbq' where c = 3224 index_test.go:140: sql delete from test_index where c = 3185 index_test.go:143: sql update test_index set c1 = 4366078142645798970, c2 = 0.677996, c3 = 'ef73fxhu5D' where c = 2495 index_test.go:137: sql insert into test_index values (3545, 8693525882757880548, 0.979721, 'Cm1b7Jfd4m') index_test.go:137: sql insert into test_index values (3546, 1107383428838449140, 0.268067, 'XGXLm8BeX7') index_test.go:137: sql insert into test_index values (3547, 4843040109448894407, 0.853668, 'DGGnDIrsO5') index_test.go:140: sql delete from test_index where c = 1397 index_test.go:140: sql delete from test_index where c = 3197 index_test.go:137: sql insert into test_index values (3548, 8841873741960008810, 0.717373, 'O1lSgXXLcN') index_test.go:137: sql insert into test_index values (3549, 4706710733874158792, 0.363126, 'ywgwVxg09U') index_test.go:140: sql delete from test_index where c = 447 index_test.go:137: sql insert into test_index values (3550, 8033478094339507665, 0.333683, 'sBWHfcbwqP') index_test.go:143: sql update test_index set c1 = 5954090792393322497, c2 = 0.596955, c3 = 'samYrO5h7G' where c = 1216 index_test.go:143: sql update test_index set c1 = 1761926125671383595, c2 = 0.459325, c3 = 'ZV9GXwE2ZT' where c = 1436 index_test.go:143: sql update test_index set c1 = 7658785996938206728, c2 = 0.246776, c3 = 'Q2NJckS9G9' where c = 2255 index_test.go:140: sql delete from test_index where c = 1904 index_test.go:137: sql insert into test_index values (3551, 4505977364735607159, 0.878418, 'O7TH7gfrOC') index_test.go:140: sql delete from test_index where c = 1303 index_test.go:140: sql delete from test_index where c = 3416 index_test.go:140: sql delete from test_index where c = 3157 index_test.go:140: sql delete from test_index where c = 2430 index_test.go:143: sql update test_index set c1 = 1426951249566310228, c2 = 0.830126, c3 = 'OiLseQl7K1' where c = 1003 index_test.go:137: sql insert into test_index values (3553, 3413571157201668444, 0.788012, 'yO5Sed4kFs') index_test.go:143: sql update test_index set c1 = 3168867277915308680, c2 = 0.398844, c3 = 'ELzwVxNkvJ' where c = 272 index_test.go:137: sql insert into test_index values (3554, 9032457466211454777, 0.928580, 'axxWnrrwNI') index_test.go:137: sql insert into test_index values (3552, 6455351447773409987, 0.385719, 'GjfIf5odGL') index_test.go:143: sql update test_index set c1 = 3422939696794516597, c2 = 0.891209, c3 = 'np7B9ANaQE' where c = 1596 index_test.go:140: sql delete from test_index where c = 1620 index_test.go:143: sql update test_index set c1 = 751423513334967704, c2 = 0.176731, c3 = 'oiVRjTQaY8' where c = 1811 index_test.go:143: sql update test_index set c1 = 1234850740430032258, c2 = 0.182678, c3 = 'OKzRxSh8bx' where c = 1820 index_test.go:140: sql delete from test_index where c = 1003 index_test.go:143: sql update test_index set c1 = 2311661538895323087, c2 = 0.511713, c3 = 'KSS8NvOma9' where c = 3161 index_test.go:137: sql insert into test_index values (3555, 5807773086739608857, 0.347129, '2EhTttuS3J') index_test.go:140: sql delete from test_index where c = 2167 index_test.go:137: sql insert into test_index values (3556, 2614842404467648827, 0.781059, 'pHkFflnSLP') index_test.go:140: sql delete from test_index where c = 2594 index_test.go:137: sql insert into test_index values (3557, 2207070127100325774, 0.613923, 'l42oHTcLQc') index_test.go:143: sql update test_index set c1 = 2345653206396583298, c2 = 0.957148, c3 = 'ivbelaXjnc' where c = 2295 index_test.go:137: sql insert into test_index values (3558, 2269266329077054731, 0.026264, 'GsHyQ6aygY') index_test.go:137: sql insert into test_index values (3559, 2175604318430545915, 0.142833, 'JdbZOGVURD') index_test.go:137: sql insert into test_index values (3560, 2636653380887341336, 0.205821, 'LSGNiDhvPQ') index_test.go:140: sql delete from test_index where c = 20 index_test.go:143: sql update test_index set c1 = 5413950356005610435, c2 = 0.546479, c3 = 'KKZXTRhkpS' where c = 754 index_test.go:140: sql delete from test_index where c = 1103 index_test.go:140: sql delete from test_index where c = 2852 index_test.go:143: sql update test_index set c1 = 2826041612294460137, c2 = 0.361969, c3 = 'yU2C2UivW4' where c = 1992 index_test.go:143: sql update test_index set c1 = 6652916880511255231, c2 = 0.917857, c3 = 'onziG2EEGG' where c = 3432 index_test.go:140: sql delete from test_index where c = 3134 index_test.go:140: sql delete from test_index where c = 1740 index_test.go:140: sql delete from test_index where c = 2293 index_test.go:137: sql insert into test_index values (3561, 8984571111295937978, 0.014155, 'KoeaCKzdyi') index_test.go:137: sql insert into test_index values (3562, 5826505896583457369, 0.583510, '5omEdAIBXd') index_test.go:143: sql update test_index set c1 = 4166944807925935441, c2 = 0.443993, c3 = 'YpE64kFbWH' where c = 1273 index_test.go:143: sql update test_index set c1 = 3351864360393002757, c2 = 0.641917, c3 = 'rIliXmAFGv' where c = 436 index_test.go:143: sql update test_index set c1 = 3049976526682788155, c2 = 0.002156, c3 = 'J5EJTnfIaj' where c = 2593 index_test.go:137: sql insert into test_index values (3563, 9043307182194162586, 0.450341, '1HneaUnYNj') index_test.go:143: sql update test_index set c1 = 3108903432180924042, c2 = 0.642528, c3 = 'ubrc5V0b6a' where c = 1681 index_test.go:137: sql insert into test_index values (3564, 2791131537285077841, 0.202022, 'ZL5tHtyLtA') index_test.go:140: sql delete from test_index where c = 954 index_test.go:143: sql update test_index set c1 = 475226003242981572, c2 = 0.946862, c3 = 'z8AyNqNxES' where c = 2847 index_test.go:137: sql insert into test_index values (3565, 5939983536958224372, 0.995379, '2GwnN4ZjIh') index_test.go:143: sql update test_index set c1 = 105798453424792581, c2 = 0.669117, c3 = 'EbMjAreLh6' where c = 2396 index_test.go:140: sql delete from test_index where c = 2332 index_test.go:137: sql insert into test_index values (3566, 6573148269746124744, 0.291919, 'Oi7pxPKETq') index_test.go:137: sql insert into test_index values (3567, 3353720985787284644, 0.899702, '65OeKhoMOf') index_test.go:137: sql insert into test_index values (3568, 2714726158233531443, 0.760072, '7mKCDjbDev') index_test.go:140: sql delete from test_index where c = 3525 index_test.go:140: sql delete from test_index where c = 238 index_test.go:140: sql delete from test_index where c = 959 index_test.go:143: sql update test_index set c1 = 5397031129401494821, c2 = 0.823249, c3 = 'MbZLMoGCcP' where c = 3158 index_test.go:137: sql insert into test_index values (3569, 183230822563363145, 0.338091, 'XNW8peOkam') index_test.go:140: sql delete from test_index where c = 3300 index_test.go:140: sql delete from test_index where c = 3409 index_test.go:143: sql update test_index set c1 = 3300077444190076958, c2 = 0.888685, c3 = 'oQuG5nMRb1' where c = 1610 index_test.go:143: sql update test_index set c1 = 3110598853571277521, c2 = 0.470515, c3 = '6XPNweY3RO' where c = 1519 index_test.go:140: sql delete from test_index where c = 1382 index_test.go:143: sql update test_index set c1 = 1692119733765000755, c2 = 0.350712, c3 = 'iGGiJxYb19' where c = 2394 index_test.go:137: sql insert into test_index values (3570, 9187794199058786894, 0.062382, 'eOQwkXMpB8') index_test.go:140: sql delete from test_index where c = 536 index_test.go:137: sql insert into test_index values (3571, 6273883639517068607, 0.209817, 'gXCOuK9VxH') index_test.go:137: sql insert into test_index values (3572, 4947537591743466891, 0.256427, 'YsK95CSYbW') index_test.go:143: sql update test_index set c1 = 8989392948354848471, c2 = 0.788223, c3 = '4f4md1EAHp' where c = 988 index_test.go:137: sql insert into test_index values (3573, 565545354913444154, 0.969684, 'crfyP0VCux') index_test.go:143: sql update test_index set c1 = 6613403311607096234, c2 = 0.317963, c3 = '1HShe07mx8' where c = 102 index_test.go:140: sql delete from test_index where c = 1949 index_test.go:137: sql insert into test_index values (3574, 7391054058118464288, 0.941245, 'k48GZoNFP3') index_test.go:143: sql update test_index set c1 = 870314151492532903, c2 = 0.731710, c3 = 'ZSDKUky6ls' where c = 697 index_test.go:143: sql update test_index set c1 = 2037648793767254320, c2 = 0.914540, c3 = 'wosV9j8IfQ' where c = 1974 index_test.go:140: sql delete from test_index where c = 2325 index_test.go:140: sql delete from test_index where c = 396 index_test.go:140: sql delete from test_index where c = 366 index_test.go:143: sql update test_index set c1 = 6233698527597915604, c2 = 0.303719, c3 = 'Y35yb4TFCC' where c = 2702 index_test.go:137: sql insert into test_index values (3575, 179847353203379866, 0.388883, 'vjxvWtos7Q') index_test.go:140: sql delete from test_index where c = 1088 index_test.go:137: sql insert into test_index values (3576, 394825923211294977, 0.353779, 'uGZEjscfMl') index_test.go:137: sql insert into test_index values (3577, 5378304106986843927, 0.745693, 'U85x2oysi6') index_test.go:143: sql update test_index set c1 = 1481861983453965875, c2 = 0.480680, c3 = 'dovXUVwAZf' where c = 469 index_test.go:140: sql delete from test_index where c = 415 index_test.go:143: sql update test_index set c1 = 1330123722410169676, c2 = 0.736439, c3 = 'svXmDfzUzT' where c = 1431 index_test.go:137: sql insert into test_index values (3579, 2384415385581414661, 0.715735, 'UDiSwYG5Ch') index_test.go:143: sql update test_index set c1 = 8550295919715624958, c2 = 0.077846, c3 = '3ZhOWsGqa3' where c = 1059 index_test.go:143: sql update test_index set c1 = 7580069224224135834, c2 = 0.463532, c3 = '1vJPNbd8PP' where c = 2535 index_test.go:137: sql insert into test_index values (3578, 1776072290782558240, 0.890267, 'ZS2x4kHNth') index_test.go:143: sql update test_index set c1 = 9219915730724240811, c2 = 0.913122, c3 = '7sLA5Pgpi0' where c = 2205 index_test.go:140: sql delete from test_index where c = 11 index_test.go:140: sql delete from test_index where c = 960 index_test.go:140: sql delete from test_index where c = 2541 index_test.go:137: sql insert into test_index values (3580, 9002703427719022626, 0.173766, 'A8kpXlDPzj') index_test.go:143: sql update test_index set c1 = 8388056228894130742, c2 = 0.472926, c3 = '7DE6d5WcFn' where c = 2983 index_test.go:137: sql insert into test_index values (3583, 5592269056946601297, 0.192542, 'JzTnd1fdfE') index_test.go:140: sql delete from test_index where c = 3349 index_test.go:143: sql update test_index set c1 = 7546806351443670565, c2 = 0.686700, c3 = 'QjTTzkjJLD' where c = 498 index_test.go:137: sql insert into test_index values (3582, 4190626863764503248, 0.078602, 'RThRjkENq9') index_test.go:143: sql update test_index set c1 = 9171789440742435386, c2 = 0.449063, c3 = 'Ked8TTiUWB' where c = 1908 index_test.go:137: sql insert into test_index values (3584, 6962531728189166814, 0.638958, 'ucj3Jz8Zfi') index_test.go:137: sql insert into test_index values (3581, 559251428921565091, 0.192216, 'FI6ApLhlbe') index_test.go:143: sql update test_index set c1 = 3889518911032474224, c2 = 0.877527, c3 = 'xZv0EvtUZV' where c = 1544 index_test.go:143: sql update test_index set c1 = 7772892477173064889, c2 = 0.381469, c3 = 'dblJMz8Xf6' where c = 1767 index_test.go:140: sql delete from test_index where c = 163 index_test.go:137: sql insert into test_index values (3585, 1983352389340067303, 0.221521, 'vFmqAPqAkG') index_test.go:140: sql delete from test_index where c = 2565 index_test.go:137: sql insert into test_index values (3586, 7486327040098601706, 0.495005, 'Dffer1gbnZ') index_test.go:137: sql insert into test_index values (3587, 5675070013790967350, 0.160117, 'DYc5Z9MJVG') index_test.go:140: sql delete from test_index where c = 2237 index_test.go:140: sql delete from test_index where c = 708 index_test.go:140: sql delete from test_index where c = 1579 index_test.go:137: sql insert into test_index values (3588, 1533743752847604525, 0.315842, 'tp6MuayMK3') index_test.go:143: sql update test_index set c1 = 4934461445521168282, c2 = 0.085636, c3 = 'figlkJwfV9' where c = 295 index_test.go:140: sql delete from test_index where c = 3191 index_test.go:143: sql update test_index set c1 = 2525344007507681611, c2 = 0.576447, c3 = 'TtyH17ABib' where c = 1922 index_test.go:143: sql update test_index set c1 = 7599918970862413185, c2 = 0.150330, c3 = 'ioQ6UA6fNU' where c = 1163 index_test.go:143: sql update test_index set c1 = 10449910476727401, c2 = 0.578466, c3 = 'zxMSY7elAX' where c = 1093 index_test.go:140: sql delete from test_index where c = 1786 index_test.go:137: sql insert into test_index values (3589, 8210115126335000455, 0.237735, 'WMnd8mXp6N') index_test.go:143: sql update test_index set c1 = 928764599049537624, c2 = 0.511059, c3 = 'zkXEeWkw1Q' where c = 233 index_test.go:143: sql update test_index set c1 = 4494498416565770418, c2 = 0.638374, c3 = 'KsYOYu8ivB' where c = 1619 index_test.go:140: sql delete from test_index where c = 3225 index_test.go:143: sql update test_index set c1 = 3813850678774696620, c2 = 0.561260, c3 = 'IkpCXSzpCU' where c = 490 index_test.go:140: sql delete from test_index where c = 877 index_test.go:137: sql insert into test_index values (3591, 8916090747121749152, 0.685444, '7fVReVWvGk') index_test.go:137: sql insert into test_index values (3592, 3771375437697895685, 0.525136, 'JFwLyBSI90') index_test.go:140: sql delete from test_index where c = 1795 index_test.go:137: sql insert into test_index values (3593, 1963614574077291477, 0.533953, 'SvaV5vDQAX') index_test.go:137: sql insert into test_index values (3590, 146215769633611827, 0.094188, '2XaIpneAb7') index_test.go:143: sql update test_index set c1 = 8507293618865324831, c2 = 0.559765, c3 = 'cfrDy10EIc' where c = 1471 index_test.go:137: sql insert into test_index values (3594, 3098116284030483397, 0.798165, 'LNVK0JN6uj') index_test.go:143: sql update test_index set c1 = 8939229368626599955, c2 = 0.905690, c3 = 'uQo4oAaPto' where c = 2476 index_test.go:143: sql update test_index set c1 = 4684550700662941179, c2 = 0.727596, c3 = 'TJIcdUGMvx' where c = 428 index_test.go:140: sql delete from test_index where c = 1742 index_test.go:140: sql delete from test_index where c = 275 index_test.go:137: sql insert into test_index values (3595, 3865410293385331151, 0.022961, 'rOgqOFAFTU') index_test.go:140: sql delete from test_index where c = 2836 index_test.go:137: sql insert into test_index values (3596, 1217459116381224662, 0.849222, 'H6tAbk2ozD') index_test.go:140: sql delete from test_index where c = 2200 index_test.go:140: sql delete from test_index where c = 2692 index_test.go:143: sql update test_index set c1 = 6686917302725544687, c2 = 0.852934, c3 = 'hrs2TmOr5X' where c = 52 index_test.go:140: sql delete from test_index where c = 1884 index_test.go:137: sql insert into test_index values (3597, 3175841109212845372, 0.761005, 'o7q8C99oJy') index_test.go:143: sql update test_index set c1 = 3341016083448629889, c2 = 0.471071, c3 = 'zJU1rNgHpS' where c = 2057 index_test.go:143: sql update test_index set c1 = 2685578899548658897, c2 = 0.616769, c3 = '2La8pdLEs2' where c = 2076 index_test.go:140: sql delete from test_index where c = 1439 index_test.go:143: sql update test_index set c1 = 7651705445229202532, c2 = 0.278221, c3 = 'OJlZyyOYhs' where c = 3045 index_test.go:143: sql update test_index set c1 = 7931034820348087634, c2 = 0.838917, c3 = 'gNhhlhxigt' where c = 24 index_test.go:143: sql update test_index set c1 = 5930735958443376102, c2 = 0.726592, c3 = 'MugK6El9QI' where c = 3515 index_test.go:140: sql delete from test_index where c = 328 index_test.go:137: sql insert into test_index values (3598, 7569350512300360082, 0.646945, 'pUoXrGbv1J') index_test.go:143: sql update test_index set c1 = 7569751731240132658, c2 = 0.951014, c3 = 'Sgzx4LQStf' where c = 1495 index_test.go:143: sql update test_index set c1 = 4445878561187189550, c2 = 0.686790, c3 = 'HrD5n8Ti9f' where c = 2598 index_test.go:137: sql insert into test_index values (3599, 6811757454534063785, 0.036328, 'vEiJYbdkqY') index_test.go:140: sql delete from test_index where c = 2255 index_test.go:140: sql delete from test_index where c = 2311 index_test.go:137: sql insert into test_index values (3600, 8128012925183747332, 0.432461, 'KRndYgjmr7') index_test.go:143: sql update test_index set c1 = 7158203532616222916, c2 = 0.926946, c3 = 'EvBj9UlTV6' where c = 429 index_test.go:140: sql delete from test_index where c = 3055 index_test.go:143: sql update test_index set c1 = 965277578435035183, c2 = 0.817992, c3 = '7p76goelXc' where c = 2197 index_test.go:143: sql update test_index set c1 = 4503821238579787974, c2 = 0.431230, c3 = 'bHKahzG9lz' where c = 332 index_test.go:137: sql insert into test_index values (3601, 1767040503049414335, 0.981611, 'RH8d6X2uVF') index_test.go:137: sql insert into test_index values (3603, 4881838717711139348, 0.152861, '7aR6I6B4P1') index_test.go:137: sql insert into test_index values (3602, 4631759704945652192, 0.193999, 'u3Vs3qOYrV') index_test.go:137: sql insert into test_index values (3606, 4358473946609515295, 0.936235, 'LTi28L9Rlt') index_test.go:137: sql insert into test_index values (3605, 7108420587008574146, 0.321870, 'd8X7V3ds7w') index_test.go:137: sql insert into test_index values (3609, 3815361984237044201, 0.002472, 'ZnJTuoWHO3') index_test.go:140: sql delete from test_index where c = 2191 index_test.go:137: sql insert into test_index values (3608, 5197887137885310398, 0.368763, 'kRRRphOk0c') index_test.go:137: sql insert into test_index values (3604, 3087236269700189086, 0.178971, 'a8zUgJuPiL') index_test.go:137: sql insert into test_index values (3607, 4705721439122309923, 0.644869, 'ox7logp4dN') index_test.go:137: sql insert into test_index values (3610, 7629803882313960758, 0.528034, 'YNDuo0IVSE') index_test.go:140: sql delete from test_index where c = 1691 index_test.go:140: sql delete from test_index where c = 2352 index_test.go:143: sql update test_index set c1 = 4910208677686269301, c2 = 0.365586, c3 = 'lkDNOxx4LP' where c = 2187 index_test.go:140: sql delete from test_index where c = 1347 index_test.go:143: sql update test_index set c1 = 1685014450422977364, c2 = 0.192688, c3 = '4k2S4EgfyA' where c = 1289 index_test.go:140: sql delete from test_index where c = 3489 index_test.go:140: sql delete from test_index where c = 2143 index_test.go:140: sql delete from test_index where c = 3348 index_test.go:140: sql delete from test_index where c = 2355 index_test.go:140: sql delete from test_index where c = 801 index_test.go:143: sql update test_index set c1 = 4013119331339830553, c2 = 0.439009, c3 = 'AfoNJa4BZV' where c = 36 index_test.go:140: sql delete from test_index where c = 3487 index_test.go:137: sql insert into test_index values (3611, 5924089706487455866, 0.725348, 'aEK4uE4q88') index_test.go:143: sql update test_index set c1 = 4481432006961742838, c2 = 0.877187, c3 = 'xvXECPz9Pj' where c = 2178 index_test.go:137: sql insert into test_index values (3612, 6146017739474330608, 0.224750, 'PUXCo9zCUc') index_test.go:143: sql update test_index set c1 = 7981365395840393680, c2 = 0.439280, c3 = 'VFILOzlDfj' where c = 1386 index_test.go:143: sql update test_index set c1 = 8930190706531678684, c2 = 0.807344, c3 = '07HcvaFwMd' where c = 2375 index_test.go:143: sql update test_index set c1 = 7752826157706790169, c2 = 0.443616, c3 = 'lUeT9Kpdhx' where c = 3154 index_test.go:143: sql update test_index set c1 = 8936869810733320010, c2 = 0.918238, c3 = 'ThuQYrWedP' where c = 1645 index_test.go:137: sql insert into test_index values (3613, 1777747644482598933, 0.935217, '07gVh8pwoo') index_test.go:143: sql update test_index set c1 = 1502289146263311367, c2 = 0.296965, c3 = 'UWobjFjodP' where c = 2691 index_test.go:140: sql delete from test_index where c = 2221 index_test.go:137: sql insert into test_index values (3615, 637502279699078300, 0.926157, '8lerIGiFpT') index_test.go:140: sql delete from test_index where c = 990 index_test.go:137: sql insert into test_index values (3618, 1331275467399260180, 0.575106, 'smx6mHrQVO') index_test.go:140: sql delete from test_index where c = 974 index_test.go:137: sql insert into test_index values (3617, 3995071812986706128, 0.087947, '9jerBPhAXr') index_test.go:137: sql insert into test_index values (3614, 5413447749752699187, 0.847485, 'qmVVP6j7M7') index_test.go:137: sql insert into test_index values (3616, 101168665419624454, 0.982178, 'z6T6Ph9Zlu') index_test.go:143: sql update test_index set c1 = 4382876320424963120, c2 = 0.505869, c3 = 'AsBq2zrwzJ' where c = 2595 index_test.go:143: sql update test_index set c1 = 2603583358697370273, c2 = 0.838542, c3 = 'u32S1sAkk1' where c = 1786 index_test.go:140: sql delete from test_index where c = 3445 index_test.go:137: sql insert into test_index values (3619, 1547559686359239463, 0.159222, 'XfDYN171Bd') index_test.go:140: sql delete from test_index where c = 535 index_test.go:140: sql delete from test_index where c = 1099 index_test.go:143: sql update test_index set c1 = 5967946748307675186, c2 = 0.405493, c3 = 'fXR4LOhDLM' where c = 1800 index_test.go:140: sql delete from test_index where c = 261 index_test.go:143: sql update test_index set c1 = 1105776942627298662, c2 = 0.802791, c3 = 'hN8dtfSAhC' where c = 2125 index_test.go:140: sql delete from test_index where c = 1820 index_test.go:137: sql insert into test_index values (3620, 822127939627932220, 0.564839, 'tRD7sd9Mar') index_test.go:137: sql insert into test_index values (3621, 4299185764806301375, 0.580628, '06WvIy47wV') index_test.go:143: sql update test_index set c1 = 5080610367178968777, c2 = 0.320414, c3 = 'iVjE1CJhJA' where c = 868 index_test.go:143: sql update test_index set c1 = 2966092942745338800, c2 = 0.268260, c3 = 'ZDczsyoSOk' where c = 1300 index_test.go:143: sql update test_index set c1 = 724008247947089521, c2 = 0.456506, c3 = 'f4mDLJBhwN' where c = 2249 index_test.go:137: sql insert into test_index values (3622, 6329854773192437909, 0.171748, 'S4FeNjKaua') index_test.go:140: sql delete from test_index where c = 3016 index_test.go:137: sql insert into test_index values (3623, 5570363847823546897, 0.511797, '3etz3jf0HH') index_test.go:137: sql insert into test_index values (3624, 2782025995132146440, 0.612388, 'Q88hR81Unx') index_test.go:143: sql update test_index set c1 = 872435943381917345, c2 = 0.412048, c3 = 'N13RbPlZNu' where c = 3341 index_test.go:143: sql update test_index set c1 = 3347971090198285909, c2 = 0.423522, c3 = 'bixpGqmDvZ' where c = 1895 index_test.go:140: sql delete from test_index where c = 3470 index_test.go:137: sql insert into test_index values (3625, 3008738942946467416, 0.137846, 'MveDKEtAjg') index_test.go:140: sql delete from test_index where c = 2146 index_test.go:140: sql delete from test_index where c = 2586 index_test.go:140: sql delete from test_index where c = 2387 index_test.go:140: sql delete from test_index where c = 343 index_test.go:143: sql update test_index set c1 = 7117350433398069321, c2 = 0.903997, c3 = 'BYm4QDVvSo' where c = 1412 index_test.go:137: sql insert into test_index values (3626, 5269261984644730492, 0.120156, '1m7iK47nez') index_test.go:143: sql update test_index set c1 = 7533736072774724693, c2 = 0.270801, c3 = 'yQjIQJ5Uvs' where c = 2155 index_test.go:143: sql update test_index set c1 = 6183536608681206968, c2 = 0.820724, c3 = 'hmfU6cAaZs' where c = 18 index_test.go:140: sql delete from test_index where c = 2659 index_test.go:143: sql update test_index set c1 = 1642200201185405644, c2 = 0.634718, c3 = 'YPUrCzm0WP' where c = 2997 index_test.go:137: sql insert into test_index values (3628, 9097772458542603272, 0.029888, '1MUR77vY1L') index_test.go:143: sql update test_index set c1 = 7352159692042522237, c2 = 0.665055, c3 = 'MgV4R3Vsra' where c = 87 index_test.go:137: sql insert into test_index values (3627, 6876483944946213428, 0.584056, 'VR6BvvzN3e') index_test.go:137: sql insert into test_index values (3630, 6379913718432450257, 0.225970, 'GlYjH8X9ne') index_test.go:137: sql insert into test_index values (3631, 7048857188856083906, 0.585911, '8CYkQ1J8EE') index_test.go:143: sql update test_index set c1 = 694979128426673299, c2 = 0.488367, c3 = 'ldAdOmZJrQ' where c = 608 index_test.go:137: sql insert into test_index values (3632, 3854305174408142413, 0.633673, 'k5RZylDqyd') index_test.go:140: sql delete from test_index where c = 3092 index_test.go:140: sql delete from test_index where c = 1132 index_test.go:137: sql insert into test_index values (3629, 4919704981288099423, 0.968353, '7DRtqE1NW7') index_test.go:137: sql insert into test_index values (3633, 4868371138178714022, 0.971011, '3RRVCTboFU') index_test.go:140: sql delete from test_index where c = 2462 index_test.go:140: sql delete from test_index where c = 2123 index_test.go:143: sql update test_index set c1 = 8506554337632760163, c2 = 0.540197, c3 = 'sC1fD9T59a' where c = 2576 index_test.go:143: sql update test_index set c1 = 1012883738139370259, c2 = 0.702553, c3 = 'ocrftyPaXm' where c = 1559 index_test.go:140: sql delete from test_index where c = 1521 index_test.go:143: sql update test_index set c1 = 8108459128478981373, c2 = 0.118670, c3 = 'PQV3aRv7yf' where c = 1304 index_test.go:137: sql insert into test_index values (3634, 4489466945962324109, 0.921581, 'CORNapFNY6') index_test.go:140: sql delete from test_index where c = 1179 index_test.go:143: sql update test_index set c1 = 6988322105616335332, c2 = 0.151703, c3 = '2zdXdkSs3U' where c = 1348 index_test.go:140: sql delete from test_index where c = 3508 index_test.go:140: sql delete from test_index where c = 2665 index_test.go:143: sql update test_index set c1 = 7264577376996225113, c2 = 0.104586, c3 = 'zvUCefNS3r' where c = 521 index_test.go:143: sql update test_index set c1 = 6887736053910824552, c2 = 0.642030, c3 = 'uSXSR5Z2ut' where c = 1367 index_test.go:137: sql insert into test_index values (3637, 5109910294611485846, 0.787488, 'o54mBA4LWL') index_test.go:137: sql insert into test_index values (3635, 8314873490848664294, 0.800954, '8JMsu6EYDf') index_test.go:137: sql insert into test_index values (3636, 4452823630494925239, 0.009042, '62ptHxBADX') index_test.go:140: sql delete from test_index where c = 540 index_test.go:140: sql delete from test_index where c = 1707 index_test.go:137: sql insert into test_index values (3638, 975599135154136717, 0.191679, 'th6TaKrWkr') index_test.go:140: sql delete from test_index where c = 834 index_test.go:143: sql update test_index set c1 = 6092651448487673363, c2 = 0.737513, c3 = 'krlmkJTOyz' where c = 2396 index_test.go:143: sql update test_index set c1 = 4665927196420842533, c2 = 0.591617, c3 = 'LfpPXBybWD' where c = 2915 index_test.go:137: sql insert into test_index values (3640, 3520651780511398727, 0.477397, 'eJBaZQsG8e') index_test.go:137: sql insert into test_index values (3639, 4902550604565720487, 0.540258, '55L0vD5CEN') index_test.go:143: sql update test_index set c1 = 4589805135116964638, c2 = 0.169734, c3 = 'Er4Z4hW7B9' where c = 1380 index_test.go:140: sql delete from test_index where c = 2081 index_test.go:140: sql delete from test_index where c = 2105 index_test.go:140: sql delete from test_index where c = 1067 index_test.go:143: sql update test_index set c1 = 4188165011444453903, c2 = 0.695641, c3 = 'tvWK6t8hi9' where c = 1123 index_test.go:143: sql update test_index set c1 = 8150747129905893878, c2 = 0.299887, c3 = 'iwlrB76xtS' where c = 3379 index_test.go:143: sql update test_index set c1 = 7554333943384506005, c2 = 0.419345, c3 = 'zIVcfqaOZ8' where c = 1669 index_test.go:137: sql insert into test_index values (3641, 5158289887723470816, 0.263642, 'PCNvYTX0qW') index_test.go:143: sql update test_index set c1 = 7515278646230249411, c2 = 0.796400, c3 = '28pZXesyue' where c = 2780 index_test.go:137: sql insert into test_index values (3643, 5346663354304459379, 0.406823, 'FfOsDbqpeO') index_test.go:143: sql update test_index set c1 = 2063580914106423664, c2 = 0.438268, c3 = 'ZpOdpjsbV9' where c = 1744 index_test.go:140: sql delete from test_index where c = 3059 index_test.go:140: sql delete from test_index where c = 3349 index_test.go:137: sql insert into test_index values (3642, 6643875654491800026, 0.638789, 'cpNcHomIfy') index_test.go:140: sql delete from test_index where c = 1599 index_test.go:143: sql update test_index set c1 = 6906743708656690371, c2 = 0.208602, c3 = 'Fx4gHXtzc4' where c = 3052 index_test.go:137: sql insert into test_index values (3646, 1368415401425124565, 0.806671, 'NJKq7PxrFc') index_test.go:137: sql insert into test_index values (3645, 1167151618962794435, 0.496884, 'HHU9wbi6Ac') index_test.go:137: sql insert into test_index values (3647, 5105298754453088100, 0.674174, 'waAm6GHr0W') index_test.go:137: sql insert into test_index values (3644, 1086476673660354514, 0.435478, 'Igz6ZmTv3D') index_test.go:137: sql insert into test_index values (3648, 3762885355992780749, 0.295285, 'oAJcwh6UtO') index_test.go:140: sql delete from test_index where c = 1661 index_test.go:143: sql update test_index set c1 = 2666430351177951008, c2 = 0.395721, c3 = 'bD8rkuKg4U' where c = 2887 index_test.go:137: sql insert into test_index values (3649, 6337337331559746510, 0.127921, 'RAtdyjgKzr') index_test.go:143: sql update test_index set c1 = 3589544289000876719, c2 = 0.022230, c3 = 'cr4OezK0Uh' where c = 2973 index_test.go:140: sql delete from test_index where c = 1441 index_test.go:140: sql delete from test_index where c = 3110 index_test.go:140: sql delete from test_index where c = 3022 index_test.go:143: sql update test_index set c1 = 3284905425728870232, c2 = 0.930512, c3 = 'tNyUWy1O2P' where c = 1090 index_test.go:140: sql delete from test_index where c = 3574 index_test.go:143: sql update test_index set c1 = 6936953746194772272, c2 = 0.667514, c3 = 'Pngql34lDq' where c = 546 index_test.go:140: sql delete from test_index where c = 3287 index_test.go:137: sql insert into test_index values (3650, 6227825058100604138, 0.572472, 'Qfdn9jxk2d') index_test.go:140: sql delete from test_index where c = 1860 index_test.go:143: sql update test_index set c1 = 6786440497357345900, c2 = 0.885336, c3 = '85V2wGjaXp' where c = 281 index_test.go:137: sql insert into test_index values (3651, 8889148449545584434, 0.532576, 'qj2iozXi3U') index_test.go:143: sql update test_index set c1 = 7054731783076175624, c2 = 0.733539, c3 = '2P6mwxdd38' where c = 1354 index_test.go:143: sql update test_index set c1 = 3651448838294621118, c2 = 0.788206, c3 = 'zemT1QsknL' where c = 3223 index_test.go:143: sql update test_index set c1 = 2568361677656239457, c2 = 0.114290, c3 = 'sUsm3btWVl' where c = 3039 index_test.go:137: sql insert into test_index values (3653, 396048503537426724, 0.918020, 'DbyMYFC5fx') index_test.go:143: sql update test_index set c1 = 2730764629346377189, c2 = 0.555856, c3 = 'G4itTppPZA' where c = 46 index_test.go:137: sql insert into test_index values (3652, 6992891834269215531, 0.314264, 'icbp4w6xWa') index_test.go:137: sql insert into test_index values (3654, 8259024190611478688, 0.517743, 'CYm1ZO3DAR') index_test.go:143: sql update test_index set c1 = 4535388734730964530, c2 = 0.526149, c3 = 'zIwL7kuqGg' where c = 2235 index_test.go:140: sql delete from test_index where c = 3567 index_test.go:137: sql insert into test_index values (3656, 753860830492432541, 0.749646, 'rbp1TR087l') index_test.go:137: sql insert into test_index values (3657, 2248942575968762941, 0.688241, 'ZoAXbCitXT') index_test.go:140: sql delete from test_index where c = 503 index_test.go:140: sql delete from test_index where c = 3570 index_test.go:137: sql insert into test_index values (3655, 8021021419913037850, 0.241905, 'hq0E0KH1qg') index_test.go:137: sql insert into test_index values (3658, 6865809882735549084, 0.296484, 'ITT3EY7xTk') index_test.go:140: sql delete from test_index where c = 2781 index_test.go:143: sql update test_index set c1 = 1268317381431956533, c2 = 0.313462, c3 = 'aYBtMFTBwW' where c = 466 index_test.go:140: sql delete from test_index where c = 1575 index_test.go:140: sql delete from test_index where c = 418 index_test.go:137: sql insert into test_index values (3659, 3179148538780528535, 0.758140, 'xthDVKqiRh') index_test.go:140: sql delete from test_index where c = 3070 index_test.go:143: sql update test_index set c1 = 4906984087390947934, c2 = 0.075831, c3 = 'K9ddoFKKIc' where c = 1697 index_test.go:143: sql update test_index set c1 = 7832271743659576701, c2 = 0.562444, c3 = 'O1KjdjdNIV' where c = 1922 index_test.go:140: sql delete from test_index where c = 335 index_test.go:143: sql update test_index set c1 = 7494434033670879601, c2 = 0.306220, c3 = 'z5YLWvf1Do' where c = 299 index_test.go:143: sql update test_index set c1 = 2337944322890562587, c2 = 0.091196, c3 = '0BNhOfJstc' where c = 858 index_test.go:140: sql delete from test_index where c = 1566 index_test.go:137: sql insert into test_index values (3660, 6524472559481631136, 0.811352, 'rqcOR8ZLgj') index_test.go:143: sql update test_index set c1 = 8850724657628931239, c2 = 0.814877, c3 = 'Hj6Ebp8wCD' where c = 3257 index_test.go:143: sql update test_index set c1 = 6644192676882037313, c2 = 0.260282, c3 = 'xNRGfVkI3m' where c = 1488 index_test.go:140: sql delete from test_index where c = 3526 index_test.go:137: sql insert into test_index values (3662, 4630575719309342241, 0.944208, 'WmNTVkf6Os') index_test.go:137: sql insert into test_index values (3663, 3020322999311020082, 0.768429, '64eAroFwQ2') index_test.go:137: sql insert into test_index values (3664, 5784403283401347769, 0.776131, 's9yVd6Q4UR') index_test.go:143: sql update test_index set c1 = 8162979206267330313, c2 = 0.290186, c3 = 'cSBYHFg0O9' where c = 724 index_test.go:137: sql insert into test_index values (3661, 9217033249856093810, 0.628030, 'AryNX2aRKy') index_test.go:143: sql update test_index set c1 = 3777229916523549184, c2 = 0.083912, c3 = 'hRleadlt8O' where c = 1301 index_test.go:137: sql insert into test_index values (3665, 6273492903030158103, 0.900070, 'eMpp47aKp3') index_test.go:140: sql delete from test_index where c = 702 index_test.go:140: sql delete from test_index where c = 561 index_test.go:143: sql update test_index set c1 = 2622039565402816046, c2 = 0.971825, c3 = 'FSfXrVxLpA' where c = 2340 index_test.go:137: sql insert into test_index values (3666, 4597635899546572003, 0.373071, 'pl59iV17Nj') index_test.go:140: sql delete from test_index where c = 79 index_test.go:140: sql delete from test_index where c = 1297 index_test.go:140: sql delete from test_index where c = 1998 index_test.go:140: sql delete from test_index where c = 3656 index_test.go:143: sql update test_index set c1 = 8785424509525283229, c2 = 0.553083, c3 = 'twK3nBqyTY' where c = 1202 index_test.go:137: sql insert into test_index values (3668, 7864049862462567097, 0.860532, 'kubGiMFg98') index_test.go:137: sql insert into test_index values (3669, 7376413824290112698, 0.995216, 'bkBjfJpg9t') index_test.go:137: sql insert into test_index values (3667, 8558363399519398513, 0.608861, 'o1dM42crQd') index_test.go:143: sql update test_index set c1 = 2930207080971497266, c2 = 0.837757, c3 = '3LFE5Mjh8J' where c = 1747 index_test.go:143: sql update test_index set c1 = 1959233262546686610, c2 = 0.057021, c3 = 'dmiG3Yqrnb' where c = 1436 index_test.go:143: sql update test_index set c1 = 5870960882034685275, c2 = 0.778867, c3 = 'jntHIAkzcq' where c = 3551 index_test.go:143: sql update test_index set c1 = 8798037391101013676, c2 = 0.936088, c3 = 'd9VsVkiXDc' where c = 1929 index_test.go:140: sql delete from test_index where c = 2408 index_test.go:140: sql delete from test_index where c = 216 index_test.go:140: sql delete from test_index where c = 97 index_test.go:140: sql delete from test_index where c = 3045 index_test.go:137: sql insert into test_index values (3670, 1061595750925860038, 0.069636, '6HRq1VVNFa') index_test.go:143: sql update test_index set c1 = 5208803454436764468, c2 = 0.788139, c3 = 'F0YSNmRTUF' where c = 526 index_test.go:137: sql insert into test_index values (3672, 8419881446931624710, 0.645662, 'sbWc42U19r') index_test.go:137: sql insert into test_index values (3673, 4626924378379493229, 0.166589, 'dDPEsXGeTr') index_test.go:143: sql update test_index set c1 = 4426556424005045061, c2 = 0.193356, c3 = 'D0P1U8Z16V' where c = 3290 index_test.go:140: sql delete from test_index where c = 949 index_test.go:143: sql update test_index set c1 = 7414597196661009179, c2 = 0.963491, c3 = 'MEPMTvB7l1' where c = 2315 index_test.go:137: sql insert into test_index values (3674, 2634778919644490873, 0.812483, 'j2Kg0y0tCm') index_test.go:143: sql update test_index set c1 = 3471804847890882052, c2 = 0.759909, c3 = 'QrjVKYORKH' where c = 1501 index_test.go:140: sql delete from test_index where c = 2243 index_test.go:137: sql insert into test_index values (3671, 3142523924533151156, 0.067970, 'QFoXx02acU') index_test.go:143: sql update test_index set c1 = 871860027581423710, c2 = 0.769063, c3 = 'ZvpF2cGUpF' where c = 2596 index_test.go:143: sql update test_index set c1 = 2311403255142094132, c2 = 0.723601, c3 = 'BEMgzuYOeY' where c = 1574 index_test.go:137: sql insert into test_index values (3675, 6079610410190077635, 0.172620, 'FwvkGtuvgE') index_test.go:140: sql delete from test_index where c = 1568 index_test.go:137: sql insert into test_index values (3676, 4142894790010182599, 0.792619, 'fuT3p0sFqH') index_test.go:137: sql insert into test_index values (3677, 8249025763046806524, 0.335032, 'BkHIFOHVen') index_test.go:143: sql update test_index set c1 = 5733016081937253496, c2 = 0.220168, c3 = 'hs3Phd2kfo' where c = 1402 index_test.go:137: sql insert into test_index values (3679, 699438950562411429, 0.607076, 'x1ThNCS6py') index_test.go:140: sql delete from test_index where c = 1598 index_test.go:140: sql delete from test_index where c = 3417 index_test.go:140: sql delete from test_index where c = 2702 index_test.go:137: sql insert into test_index values (3680, 3999637246897280053, 0.955269, 'YKAyZYSukE') index_test.go:137: sql insert into test_index values (3678, 7385135405084201334, 0.722460, 'EyPAb1woxj') index_test.go:143: sql update test_index set c1 = 5473177149018242634, c2 = 0.674812, c3 = 'wcxjqalZjj' where c = 3285 index_test.go:140: sql delete from test_index where c = 2247 index_test.go:137: sql insert into test_index values (3681, 6274518114836307263, 0.696782, 'qtvK0G0QbQ') index_test.go:140: sql delete from test_index where c = 544 index_test.go:140: sql delete from test_index where c = 2820 index_test.go:143: sql update test_index set c1 = 1866598526962570862, c2 = 0.775355, c3 = 'c7c7LP99x9' where c = 803 index_test.go:143: sql update test_index set c1 = 1638790355088185311, c2 = 0.003469, c3 = 'ugFgokMRAM' where c = 3110 index_test.go:143: sql update test_index set c1 = 4034019910538647473, c2 = 0.086982, c3 = '9HrBU903ro' where c = 1320 index_test.go:143: sql update test_index set c1 = 5883144129040692312, c2 = 0.533677, c3 = 'rl5MmT3pGZ' where c = 2444 index_test.go:143: sql update test_index set c1 = 8603554087984095368, c2 = 0.032285, c3 = 'wtprmXyg3C' where c = 1275 index_test.go:140: sql delete from test_index where c = 3608 index_test.go:143: sql update test_index set c1 = 3201856652799190932, c2 = 0.862871, c3 = 'k6NL25zQAA' where c = 476 index_test.go:137: sql insert into test_index values (3682, 3903190307711467597, 0.211408, 'sO4FaduTjC') index_test.go:140: sql delete from test_index where c = 2918 index_test.go:137: sql insert into test_index values (3683, 8474810888340882493, 0.575956, '9KKMJEsvaa') index_test.go:140: sql delete from test_index where c = 1863 index_test.go:140: sql delete from test_index where c = 442 index_test.go:137: sql insert into test_index values (3685, 8117710475463018922, 0.185090, 'U0LljzhZjZ') index_test.go:137: sql insert into test_index values (3684, 802206312574323560, 0.497238, 'aokRU52XLm') index_test.go:137: sql insert into test_index values (3687, 6171663392992929027, 0.309821, 'If34jrpeGP') index_test.go:137: sql insert into test_index values (3686, 7793478173405522277, 0.514604, 'lwyAn2xi1t') index_test.go:137: sql insert into test_index values (3688, 6377384996808674681, 0.557704, 'KnDfoaO4uy') index_test.go:143: sql update test_index set c1 = 5213147192306708335, c2 = 0.720235, c3 = 'eWSIogoCET' where c = 826 index_test.go:140: sql delete from test_index where c = 840 index_test.go:143: sql update test_index set c1 = 2466630127000133389, c2 = 0.842854, c3 = 'wqO0kONrMz' where c = 3313 index_test.go:140: sql delete from test_index where c = 970 index_test.go:143: sql update test_index set c1 = 8894645035180086674, c2 = 0.053927, c3 = 'druHDn0VRV' where c = 2981 index_test.go:143: sql update test_index set c1 = 9084456162092816658, c2 = 0.323074, c3 = 'o5lJIAFIWu' where c = 1910 index_test.go:140: sql delete from test_index where c = 1414 index_test.go:143: sql update test_index set c1 = 1579982697128034148, c2 = 0.735432, c3 = 'q6recNumjQ' where c = 1043 index_test.go:143: sql update test_index set c1 = 706378358091297281, c2 = 0.356490, c3 = '8a06RhLjDj' where c = 1229 index_test.go:140: sql delete from test_index where c = 817 index_test.go:140: sql delete from test_index where c = 2349 index_test.go:137: sql insert into test_index values (3690, 5200509983204375472, 0.280149, 'plVNsL5BiU') index_test.go:137: sql insert into test_index values (3689, 4524243666781345774, 0.782847, 'AmnCPd4Qc4') index_test.go:140: sql delete from test_index where c = 2680 index_test.go:143: sql update test_index set c1 = 40794281033828449, c2 = 0.101037, c3 = 'PzHLfqOYx5' where c = 271 index_test.go:140: sql delete from test_index where c = 75 index_test.go:137: sql insert into test_index values (3691, 7327845228725251293, 0.765449, 'JU2zMz6k26') index_test.go:137: sql insert into test_index values (3693, 4071138632619224583, 0.251886, 'SuLK9eNjXz') index_test.go:143: sql update test_index set c1 = 284970347509346644, c2 = 0.806340, c3 = 'uBkHqWXDua' where c = 1027 index_test.go:143: sql update test_index set c1 = 4345370148579324795, c2 = 0.784493, c3 = 'gJXKuViPSz' where c = 1884 index_test.go:140: sql delete from test_index where c = 1426 index_test.go:137: sql insert into test_index values (3694, 5846457531051169273, 0.368088, 'WVDoKdyO2a') index_test.go:137: sql insert into test_index values (3692, 4704424418138634941, 0.169735, 'nBuTevui3F') index_test.go:143: sql update test_index set c1 = 8013174141018021729, c2 = 0.273886, c3 = 'fIgFLL65N5' where c = 3535 index_test.go:140: sql delete from test_index where c = 3331 index_test.go:137: sql insert into test_index values (3695, 8747893490255000529, 0.382740, 'RWaRRCHG4B') index_test.go:143: sql update test_index set c1 = 7536096209570458613, c2 = 0.156985, c3 = 'S3CxNdMv4r' where c = 1738 index_test.go:140: sql delete from test_index where c = 802 index_test.go:140: sql delete from test_index where c = 886 index_test.go:137: sql insert into test_index values (3696, 5353033961741350226, 0.100586, '3TiVyauN8R') index_test.go:140: sql delete from test_index where c = 2229 index_test.go:143: sql update test_index set c1 = 1604436353223556800, c2 = 0.134109, c3 = '6IotkrIe1m' where c = 1059 index_test.go:143: sql update test_index set c1 = 2634296949412956389, c2 = 0.100410, c3 = 'MbwjXuw102' where c = 672 index_test.go:140: sql delete from test_index where c = 458 index_test.go:137: sql insert into test_index values (3697, 8842615444158781623, 0.564927, 'FFLgjmcLFz') index_test.go:140: sql delete from test_index where c = 2714 index_test.go:143: sql update test_index set c1 = 2030963351453891672, c2 = 0.822927, c3 = 'pmUyWZDhzL' where c = 3340 index_test.go:143: sql update test_index set c1 = 7385212453217619684, c2 = 0.097180, c3 = '0urey6dUTC' where c = 1828 index_test.go:143: sql update test_index set c1 = 1950734680884624266, c2 = 0.695616, c3 = 'g1YeFb2hCX' where c = 3408 index_test.go:137: sql insert into test_index values (3698, 9219007094662825258, 0.768950, 'BcCp8gNEoD') index_test.go:143: sql update test_index set c1 = 108442126437734245, c2 = 0.892456, c3 = 'nT7iD5Qxp5' where c = 1917 index_test.go:140: sql delete from test_index where c = 3157 index_test.go:140: sql delete from test_index where c = 3154 index_test.go:137: sql insert into test_index values (3699, 3002771652022991512, 0.948243, 't9hRrUUO51') index_test.go:143: sql update test_index set c1 = 7517932287453635260, c2 = 0.644133, c3 = 'LQ7LffEWsu' where c = 951 index_test.go:143: sql update test_index set c1 = 879935848765817740, c2 = 0.242343, c3 = 'k1lw13JlFc' where c = 3198 index_test.go:143: sql update test_index set c1 = 8520355077725811361, c2 = 0.161012, c3 = '5x8MbnWWcF' where c = 1603 index_test.go:140: sql delete from test_index where c = 2662 index_test.go:143: sql update test_index set c1 = 6597869081856078464, c2 = 0.889733, c3 = 'xRJCy15XeO' where c = 1691 index_test.go:137: sql insert into test_index values (3700, 5947242913143787839, 0.096339, 'AGOgAnIlPC') index_test.go:140: sql delete from test_index where c = 3202 index_test.go:143: sql update test_index set c1 = 4448047838055107537, c2 = 0.950532, c3 = 'Dtodm2WxZy' where c = 852 index_test.go:137: sql insert into test_index values (3701, 3661740001051583396, 0.900365, '9SgosCMWgH') index_test.go:137: sql insert into test_index values (3705, 1702386676295427150, 0.231541, 'Is3a1bgLhl') index_test.go:137: sql insert into test_index values (3704, 7036017049600499959, 0.952120, 'Jh2MT8wFVY') index_test.go:137: sql insert into test_index values (3703, 4350074457450637610, 0.048687, 'NBs9ORJfRE') index_test.go:137: sql insert into test_index values (3710, 7671895771452996377, 0.053965, 'rcdWpfEZAX') index_test.go:137: sql insert into test_index values (3707, 3005449935247069945, 0.312550, 'FysWKn8pdD') index_test.go:137: sql insert into test_index values (3708, 3649241967515007942, 0.735175, 'r40H4subj4') index_test.go:137: sql insert into test_index values (3702, 2679118477678349014, 0.573469, 'cE8zMRVsZc') index_test.go:140: sql delete from test_index where c = 1864 index_test.go:140: sql delete from test_index where c = 702 index_test.go:140: sql delete from test_index where c = 2006 index_test.go:137: sql insert into test_index values (3706, 8541534802324118339, 0.734228, 'AmO3MeRmUh') index_test.go:137: sql insert into test_index values (3709, 8396107046415163724, 0.088129, 'IYowslfrgJ') index_test.go:140: sql delete from test_index where c = 456 index_test.go:143: sql update test_index set c1 = 4611402734727881682, c2 = 0.238728, c3 = 'erkdwEgr9P' where c = 1190 index_test.go:140: sql delete from test_index where c = 2479 index_test.go:143: sql update test_index set c1 = 7559658390505780191, c2 = 0.675554, c3 = 'ZD3wHVpml8' where c = 1027 index_test.go:143: sql update test_index set c1 = 7366082204922494410, c2 = 0.380316, c3 = 'o5VEFBGsq2' where c = 40 index_test.go:140: sql delete from test_index where c = 1364 index_test.go:140: sql delete from test_index where c = 1888 index_test.go:140: sql delete from test_index where c = 21 index_test.go:137: sql insert into test_index values (3711, 8358175674647304404, 0.630784, 'bPKAgBX6T0') index_test.go:140: sql delete from test_index where c = 2235 index_test.go:143: sql update test_index set c1 = 8979743521319344928, c2 = 0.619443, c3 = 'vdERSNQ0Xh' where c = 3404 index_test.go:140: sql delete from test_index where c = 1940 index_test.go:143: sql update test_index set c1 = 8897829635024180061, c2 = 0.163172, c3 = 'bQEGiQZqZu' where c = 1715 index_test.go:137: sql insert into test_index values (3712, 529914517562292691, 0.016748, 'ArToKxf9qb') index_test.go:143: sql update test_index set c1 = 7340352543840545788, c2 = 0.818494, c3 = 'qwj5sX6mOy' where c = 2778 index_test.go:143: sql update test_index set c1 = 8194110903180978939, c2 = 0.424374, c3 = 'W7XN2BmPPm' where c = 596 index_test.go:140: sql delete from test_index where c = 1468 index_test.go:137: sql insert into test_index values (3713, 5834274463037143094, 0.510164, '2H9eqoZWO6') index_test.go:137: sql insert into test_index values (3714, 5846206572457771709, 0.184279, '7jg05XMHHv') index_test.go:143: sql update test_index set c1 = 6072046704924770258, c2 = 0.375650, c3 = 'qr9B8TQTJL' where c = 3627 index_test.go:137: sql insert into test_index values (3715, 4276611663597154746, 0.485412, 'N4utPviH8m') index_test.go:143: sql update test_index set c1 = 2739648526660820972, c2 = 0.967026, c3 = '6pdaIfBtbm' where c = 1864 index_test.go:140: sql delete from test_index where c = 260 index_test.go:143: sql update test_index set c1 = 3305848619798513608, c2 = 0.615970, c3 = 'iO8MK6PuJy' where c = 3423 index_test.go:137: sql insert into test_index values (3716, 3682876958600533037, 0.042398, 'q1RQ59KtNK') index_test.go:137: sql insert into test_index values (3717, 498721429665165122, 0.489652, 'QsOzifLsyd') index_test.go:137: sql insert into test_index values (3718, 7835753141262549421, 0.316364, 'e1WgdRjE9W') # Time: 2024-05-06T21:35:13.380768942+08:00 # Txn_start_ts: 0 # Query_time: 3.008544592 # Parse_time: 0.000071694 # Compile_time: 0.000061481 # Rewrite_time: 0.000001748 # Optimize_time: 0 # Wait_TS: 0.000149265 # DB: test_ddl # Is_internal: false # Digest: 3252344aaf055f1d4c908a631fa82f1586e4191b19da517f8aaaca05cc0a1be5 # Num_cop_tasks: 0 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Succ: true # IsExplicitTxn: false # IsSyncStatsFailed: false # Resource_group: default create index c3_index on test_index (c3); index_test.go:140: sql delete from test_index where c = 86 index_test.go:143: sql update test_index set c1 = 3083014512251130253, c2 = 0.824909, c3 = 'JjrdapTBg0' where c = 3399 index_test.go:140: sql delete from test_index where c = 2939 index_test.go:137: sql insert into test_index values (3719, 2796989563787836773, 0.099384, 'o4jwgk616b') index_test.go:140: sql delete from test_index where c = 2300 index_test.go:137: sql insert into test_index values (3720, 5527160658994040690, 0.594436, 'ZGPTtAskzn') index_test.go:140: sql delete from test_index where c = 1372 index_test.go:143: sql update test_index set c1 = 1616712388850804191, c2 = 0.609114, c3 = 'Fj7mpyu3VD' where c = 1550 index_test.go:143: sql update test_index set c1 = 2729554432814176241, c2 = 0.338390, c3 = 'Y0WNG1RDLj' where c = 2425 index_test.go:140: sql delete from test_index where c = 1459 index_test.go:143: sql update test_index set c1 = 509008739335937666, c2 = 0.893259, c3 = 'vkdR5sUiWz' where c = 1989 index_test.go:143: sql update test_index set c1 = 7731883207463942750, c2 = 0.873815, c3 = 'oZXOp3FyTq' where c = 1326 index_test.go:137: sql insert into test_index values (3721, 4412628652802180127, 0.168788, 'V4PqWzKeTv') index_test.go:140: sql delete from test_index where c = 2882 index_test.go:137: sql insert into test_index values (3723, 6957735870699450762, 0.756846, '28WEZuhRxP') index_test.go:137: sql insert into test_index values (3722, 2831723316324513472, 0.044745, 'CEM3nLQoli') index_test.go:140: sql delete from test_index where c = 1596 index_test.go:140: sql delete from test_index where c = 1370 index_test.go:137: sql insert into test_index values (3725, 4587425411768790213, 0.200399, 'aojHOlCVyQ') index_test.go:143: sql update test_index set c1 = 1918934904601176614, c2 = 0.592526, c3 = '7hdqdmxCT8' where c = 3350 index_test.go:143: sql update test_index set c1 = 3726620607482737604, c2 = 0.260954, c3 = 'vKfuCYELbU' where c = 2803 index_test.go:137: sql insert into test_index values (3724, 2122276636675359402, 0.986860, 'L4EI2oOfLg') index_test.go:143: sql update test_index set c1 = 6014673110377255388, c2 = 0.269011, c3 = 'ypdaPOIi15' where c = 3421 index_test.go:140: sql delete from test_index where c = 1683 index_test.go:140: sql delete from test_index where c = 3286 index_test.go:140: sql delete from test_index where c = 832 index_test.go:137: sql insert into test_index values (3726, 473579748198316441, 0.973276, 'uQ5SLLYwHZ') index_test.go:143: sql update test_index set c1 = 4889465279112195778, c2 = 0.282968, c3 = 'op27bdO2zO' where c = 3106 index_test.go:140: sql delete from test_index where c = 2063 index_test.go:143: sql update test_index set c1 = 2915001910194942153, c2 = 0.046714, c3 = 'Yl6bXigkLX' where c = 3466 index_test.go:137: sql insert into test_index values (3727, 1295835034622468227, 0.898696, 'Wxh8GKnTv6') index_test.go:137: sql insert into test_index values (3728, 7618612084304400757, 0.834087, 'i6doK13jXC') index_test.go:143: sql update test_index set c1 = 6614507945051500495, c2 = 0.134622, c3 = 'Mn3kkd9mtY' where c = 1391 index_test.go:143: sql update test_index set c1 = 3321039806661197172, c2 = 0.219477, c3 = 'VmNYd1sDPQ' where c = 1476 index_test.go:140: sql delete from test_index where c = 3193 index_test.go:140: sql delete from test_index where c = 315 index_test.go:143: sql update test_index set c1 = 4927837265498106125, c2 = 0.419530, c3 = 'Xn4IAUxW3C' where c = 3379 index_test.go:143: sql update test_index set c1 = 2132309092996283901, c2 = 0.472157, c3 = 'OkruErwCts' where c = 2281 index_test.go:137: sql insert into test_index values (3730, 5246374605555823319, 0.227656, 'vhOKNHSF62') index_test.go:143: sql update test_index set c1 = 1154526192195876306, c2 = 0.086714, c3 = 'UOnehESWwt' where c = 342 index_test.go:137: sql insert into test_index values (3729, 3940815923253455117, 0.034605, 'EBp3rqYMKc') index_test.go:137: sql insert into test_index values (3731, 3887148840082794616, 0.721591, '5GbXl12ziR') index_test.go:140: sql delete from test_index where c = 2900 index_test.go:137: sql insert into test_index values (3732, 2470153466205585092, 0.636925, 'sac0b5DToI') index_test.go:140: sql delete from test_index where c = 420 index_test.go:140: sql delete from test_index where c = 2530 index_test.go:140: sql delete from test_index where c = 1340 index_test.go:137: sql insert into test_index values (3733, 3975907561930737520, 0.649980, 'UsVIR6upcx') index_test.go:143: sql update test_index set c1 = 3455802124480066127, c2 = 0.550202, c3 = 'ss3DISPoDJ' where c = 3447 index_test.go:137: sql insert into test_index values (3735, 5313116009163566147, 0.640869, 'dqTVEczGjr') index_test.go:137: sql insert into test_index values (3734, 5969344536029951751, 0.862651, 'bLKOuqav9j') index_test.go:143: sql update test_index set c1 = 5500496732375351948, c2 = 0.727767, c3 = '66kK66Xmq8' where c = 1224 index_test.go:140: sql delete from test_index where c = 150 index_test.go:140: sql delete from test_index where c = 900 index_test.go:143: sql update test_index set c1 = 8232294959930765850, c2 = 0.893107, c3 = '00vPhaHaM2' where c = 1175 index_test.go:140: sql delete from test_index where c = 158 index_test.go:137: sql insert into test_index values (3737, 2856839176283017339, 0.589818, 'TmBGmRtWkx') index_test.go:140: sql delete from test_index where c = 1909 index_test.go:143: sql update test_index set c1 = 1551773238852052251, c2 = 0.660666, c3 = 'ukTidJ3Zko' where c = 3099 index_test.go:143: sql update test_index set c1 = 3470747145773142672, c2 = 0.698454, c3 = 'TLIpHEzfVS' where c = 3120 index_test.go:143: sql update test_index set c1 = 1301421156037705310, c2 = 0.274016, c3 = 'ROEny7PYod' where c = 1634 index_test.go:137: sql insert into test_index values (3738, 6355982571612434774, 0.122647, 'HzfA9dM24G') index_test.go:137: sql insert into test_index values (3736, 3724941018275151944, 0.107811, 't1s6r5vrV3') index_test.go:143: sql update test_index set c1 = 401271014610047131, c2 = 0.975922, c3 = 'rRUb4grqUK' where c = 2622 index_test.go:140: sql delete from test_index where c = 3140 index_test.go:143: sql update test_index set c1 = 8868589721562390172, c2 = 0.338211, c3 = 'Ecy8Vlnhed' where c = 1374 index_test.go:137: sql insert into test_index values (3741, 415258370257765877, 0.294438, 'bKWXbaakoj') index_test.go:137: sql insert into test_index values (3739, 6711565330772420520, 0.608108, 'BGNHbDgXrw') index_test.go:137: sql insert into test_index values (3740, 8359610119509644590, 0.359595, 'XAmQVzqHlJ') index_test.go:143: sql update test_index set c1 = 6197046814753194141, c2 = 0.001640, c3 = '726rr5m2Oi' where c = 489 index_test.go:140: sql delete from test_index where c = 512 index_test.go:143: sql update test_index set c1 = 4809865520657118325, c2 = 0.564125, c3 = '4pZkukr67v' where c = 903 index_test.go:140: sql delete from test_index where c = 413 index_test.go:140: sql delete from test_index where c = 265 index_test.go:140: sql delete from test_index where c = 765 index_test.go:137: sql insert into test_index values (3742, 3276303519511864795, 0.467855, 'AGsLQsWM4c') index_test.go:137: sql insert into test_index values (3743, 8374847816630008754, 0.122767, 'UR2ESVA6Wv') index_test.go:143: sql update test_index set c1 = 8584539876547766599, c2 = 0.255802, c3 = 'HZz7Yks7jg' where c = 86 index_test.go:137: sql insert into test_index values (3744, 2267555123202197974, 0.560731, 'HJvnkcaIJF') index_test.go:140: sql delete from test_index where c = 717 index_test.go:137: sql insert into test_index values (3745, 7055815126601300510, 0.255488, 'jnG9cV013f') index_test.go:143: sql update test_index set c1 = 2699422023164996077, c2 = 0.918743, c3 = 'SxE7nmLTxR' where c = 2890 index_test.go:143: sql update test_index set c1 = 6591270068380964096, c2 = 0.276308, c3 = '9xa7suPAoQ' where c = 2284 index_test.go:140: sql delete from test_index where c = 3025 index_test.go:137: sql insert into test_index values (3746, 1248914975120668560, 0.288429, 'T8muwewrR4') index_test.go:140: sql delete from test_index where c = 384 index_test.go:143: sql update test_index set c1 = 7399923296032294624, c2 = 0.816853, c3 = 'hBmTlkWlku' where c = 3198 index_test.go:137: sql insert into test_index values (3747, 8910026019523234652, 0.071900, 'oxgPqxGOg4') index_test.go:140: sql delete from test_index where c = 3196 index_test.go:143: sql update test_index set c1 = 3085421452815745609, c2 = 0.033396, c3 = 'mJrNptT8pu' where c = 428 index_test.go:137: sql insert into test_index values (3748, 6612280479635480635, 0.587817, '8xCASfqN95') index_test.go:140: sql delete from test_index where c = 2319 index_test.go:143: sql update test_index set c1 = 640025296316818216, c2 = 0.655675, c3 = 'cqHsgqVAfz' where c = 3040 index_test.go:143: sql update test_index set c1 = 7574822132188779770, c2 = 0.921421, c3 = 'o4chkojnOp' where c = 1826 index_test.go:140: sql delete from test_index where c = 3729 index_test.go:137: sql insert into test_index values (3750, 5238819824414314681, 0.802613, 'dp9yhlqKcR') index_test.go:140: sql delete from test_index where c = 3182 index_test.go:137: sql insert into test_index values (3749, 4189945421682175761, 0.403522, '59ZK5qqUf8') index_test.go:143: sql update test_index set c1 = 7144036770630399676, c2 = 0.869171, c3 = 'nfXcwILuHe' where c = 2145 index_test.go:143: sql update test_index set c1 = 6880885275589009324, c2 = 0.194062, c3 = 'IfBULWeLZT' where c = 2773 index_test.go:140: sql delete from test_index where c = 1236 index_test.go:140: sql delete from test_index where c = 284 index_test.go:143: sql update test_index set c1 = 4611499844570748624, c2 = 0.791125, c3 = 'tHWtx6Oa9V' where c = 27 index_test.go:137: sql insert into test_index values (3752, 6780987739671653703, 0.163024, 'AR3VcovU3t') index_test.go:137: sql insert into test_index values (3751, 7630101570776500267, 0.815284, 'BUg8w84lva') index_test.go:143: sql update test_index set c1 = 612803471131571104, c2 = 0.169567, c3 = 'xYkkdFvEn8' where c = 1309 index_test.go:137: sql insert into test_index values (3754, 3210075087826949839, 0.061050, 'Ya2KELOWU3') index_test.go:140: sql delete from test_index where c = 974 index_test.go:137: sql insert into test_index values (3753, 51669340899823043, 0.608344, 'MGHFKAAfEx') index_test.go:140: sql delete from test_index where c = 2756 index_test.go:137: sql insert into test_index values (3755, 173890979077663647, 0.308412, 'GiOinSc0oF') index_test.go:143: sql update test_index set c1 = 7646500259768068335, c2 = 0.272658, c3 = 'VxQpYuaz6C' where c = 1988 index_test.go:143: sql update test_index set c1 = 2023414488233462173, c2 = 0.251263, c3 = 'HXddfhhFVf' where c = 3704 index_test.go:140: sql delete from test_index where c = 454 index_test.go:140: sql delete from test_index where c = 3306 index_test.go:140: sql delete from test_index where c = 3014 index_test.go:137: sql insert into test_index values (3756, 277466203049149877, 0.024394, 'pODxEff182') index_test.go:143: sql update test_index set c1 = 2757142072213624854, c2 = 0.979865, c3 = 'FytZhBkSeA' where c = 3017 index_test.go:140: sql delete from test_index where c = 2598 index_test.go:143: sql update test_index set c1 = 8663410010369792368, c2 = 0.310945, c3 = 'mdEWmQkQ09' where c = 2008 index_test.go:143: sql update test_index set c1 = 7192580720231187521, c2 = 0.815898, c3 = 'avdu72UIbZ' where c = 261 index_test.go:137: sql insert into test_index values (3758, 4715297540447943378, 0.491294, 'lgZ5WTScSh') index_test.go:143: sql update test_index set c1 = 8218070796894955431, c2 = 0.805213, c3 = '1kvbmMlxe0' where c = 2876 index_test.go:143: sql update test_index set c1 = 6487343957915025002, c2 = 0.290911, c3 = 'FEbIo9oC4m' where c = 2672 index_test.go:137: sql insert into test_index values (3757, 6473044643312559488, 0.908461, 'hDBNm8NTFC') index_test.go:137: sql insert into test_index values (3759, 5215913771631497874, 0.286888, 'p7qNAMfhy3') index_test.go:140: sql delete from test_index where c = 2144 index_test.go:143: sql update test_index set c1 = 3161315615991122287, c2 = 0.485546, c3 = 'tsCScYZtTj' where c = 1424 index_test.go:137: sql insert into test_index values (3760, 8931522726814205577, 0.089300, 'dquwvGTKhB') index_test.go:137: sql insert into test_index values (3761, 6605570644110703961, 0.890694, 'FcIquO9BYk') index_test.go:137: sql insert into test_index values (3762, 9096605398902223530, 0.850224, 'uW2lu43uhD') index_test.go:143: sql update test_index set c1 = 4366867221701199207, c2 = 0.749755, c3 = 'd8dgBhUkqg' where c = 2161 index_test.go:137: sql insert into test_index values (3763, 4842957784558168516, 0.165805, 'oOp5RWoDJC') index_test.go:140: sql delete from test_index where c = 3388 index_test.go:140: sql delete from test_index where c = 272 index_test.go:140: sql delete from test_index where c = 1735 index_test.go:140: sql delete from test_index where c = 1475 index_test.go:137: sql insert into test_index values (3764, 3901648468998364607, 0.872785, 'er9H5RtBwj') index_test.go:140: sql delete from test_index where c = 2369 index_test.go:140: sql delete from test_index where c = 734 index_test.go:143: sql update test_index set c1 = 3017458131544811959, c2 = 0.279952, c3 = 'Q1pAIPjlcc' where c = 160 index_test.go:137: sql insert into test_index values (3765, 2412473212269261704, 0.234992, 'J0ZVasLWzq') index_test.go:140: sql delete from test_index where c = 2418 index_test.go:143: sql update test_index set c1 = 1873222496703852639, c2 = 0.147008, c3 = 'H92A57Qupe' where c = 437 index_test.go:143: sql update test_index set c1 = 7972307050647589721, c2 = 0.089086, c3 = 'w7hvBH1ZCq' where c = 2311 index_test.go:143: sql update test_index set c1 = 7674781221938422131, c2 = 0.795496, c3 = 'rur1owVcr2' where c = 3269 index_test.go:143: sql update test_index set c1 = 4530200111978102088, c2 = 0.768811, c3 = 'oXKUHlFLXX' where c = 727 index_test.go:140: sql delete from test_index where c = 2758 index_test.go:143: sql update test_index set c1 = 4991074564664945289, c2 = 0.758855, c3 = 'c25sXeWY4X' where c = 3105 index_test.go:137: sql insert into test_index values (3766, 5432288701762596521, 0.334970, 'zQ7MRujkHz') index_test.go:140: sql delete from test_index where c = 2749 index_test.go:137: sql insert into test_index values (3767, 7476302257116996923, 0.645552, 'zAgQVAoPSc') index_test.go:143: sql update test_index set c1 = 8319452402379016860, c2 = 0.830895, c3 = 'xBB5AsdAD8' where c = 1931 index_test.go:137: sql insert into test_index values (3768, 4709414539306234191, 0.670144, 'ajjJ9Z5GfX') index_test.go:140: sql delete from test_index where c = 2048 index_test.go:143: sql update test_index set c1 = 1700917853709982204, c2 = 0.605789, c3 = '3lnXrDqOy2' where c = 855 index_test.go:137: sql insert into test_index values (3769, 8693611891272690637, 0.344128, 'y6FpABse3u') index_test.go:140: sql delete from test_index where c = 71 index_test.go:137: sql insert into test_index values (3771, 7835702488179438189, 0.877736, 'AG33CClETJ') index_test.go:143: sql update test_index set c1 = 5937409111495241204, c2 = 0.782846, c3 = 'b0B12noNYz' where c = 2244 index_test.go:137: sql insert into test_index values (3770, 4968282032497814116, 0.205493, 'UibTLGYaR1') index_test.go:140: sql delete from test_index where c = 3011 index_test.go:137: sql insert into test_index values (3772, 4795470013516212736, 0.120874, 'BsZrqo2S3N') index_test.go:140: sql delete from test_index where c = 3061 index_test.go:137: sql insert into test_index values (3773, 7247774218675558829, 0.177265, 'Jh7uWxqEAa') index_test.go:137: sql insert into test_index values (3774, 9168782211059396330, 0.856945, 'QjrxQP51or') index_test.go:143: sql update test_index set c1 = 2283972379417766850, c2 = 0.684151, c3 = 'uZvGUhL1jN' where c = 1307 index_test.go:140: sql delete from test_index where c = 3354 index_test.go:143: sql update test_index set c1 = 2037583550930917495, c2 = 0.553023, c3 = 'hqfLbgxkT9' where c = 1138 index_test.go:140: sql delete from test_index where c = 3113 index_test.go:143: sql update test_index set c1 = 1991765674999921014, c2 = 0.969099, c3 = 'EVSctvdmqD' where c = 2836 index_test.go:143: sql update test_index set c1 = 1378681397806273802, c2 = 0.238895, c3 = 'sKJChnCm06' where c = 3492 index_test.go:140: sql delete from test_index where c = 1485 index_test.go:140: sql delete from test_index where c = 1492 index_test.go:143: sql update test_index set c1 = 2647328439408449714, c2 = 0.136386, c3 = '9M54hsO4tA' where c = 1929 index_test.go:143: sql update test_index set c1 = 3631891832910264145, c2 = 0.100282, c3 = 'vcSyLlS1mv' where c = 2076 index_test.go:143: sql update test_index set c1 = 255649922405821107, c2 = 0.435711, c3 = 'Mvbqkv8UMv' where c = 1769 index_test.go:140: sql delete from test_index where c = 2784 index_test.go:137: sql insert into test_index values (3777, 546387649596061364, 0.590400, '7zd0BrVDYA') index_test.go:137: sql insert into test_index values (3778, 6471001017157176546, 0.450765, 'zvc1HXZN6c') index_test.go:143: sql update test_index set c1 = 5290905593271449989, c2 = 0.189959, c3 = 'Mz5vsmjb0P' where c = 1135 index_test.go:137: sql insert into test_index values (3775, 1100432254272547032, 0.455714, 'P3M3PA63dX') index_test.go:143: sql update test_index set c1 = 5980702943527285045, c2 = 0.985233, c3 = 'hmR44ve6qV' where c = 30 index_test.go:137: sql insert into test_index values (3776, 5162364006585530850, 0.701849, 'iP2Q9QLwBc') index_test.go:140: sql delete from test_index where c = 740 index_test.go:137: sql insert into test_index values (3779, 1090227121007356873, 0.106467, 'BGwU2Kpkq7') index_test.go:137: sql insert into test_index values (3780, 1477432641960767560, 0.518824, 'bYcjPFe254') index_test.go:140: sql delete from test_index where c = 1163 index_test.go:140: sql delete from test_index where c = 2550 index_test.go:140: sql delete from test_index where c = 817 index_test.go:137: sql insert into test_index values (3781, 6363026880156628787, 0.514178, 'f0yDLBeBvl') index_test.go:140: sql delete from test_index where c = 563 index_test.go:140: sql delete from test_index where c = 734 index_test.go:143: sql update test_index set c1 = 2533817784635742347, c2 = 0.405065, c3 = 'DXbBClpqaZ' where c = 2970 index_test.go:137: sql insert into test_index values (3782, 6953408905820062979, 0.806732, '4Q5rbpa9pD') index_test.go:140: sql delete from test_index where c = 2301 index_test.go:143: sql update test_index set c1 = 7704362740315554843, c2 = 0.064031, c3 = 'NiIsIOphn4' where c = 2989 index_test.go:143: sql update test_index set c1 = 4819741827561545905, c2 = 0.109401, c3 = 'biI5xXAEOl' where c = 3586 index_test.go:143: sql update test_index set c1 = 8595100195539093502, c2 = 0.738495, c3 = 'Fw6VoufjAh' where c = 1795 index_test.go:143: sql update test_index set c1 = 3665153400459528855, c2 = 0.158300, c3 = 'OtRYvMbmPz' where c = 3397 index_test.go:137: sql insert into test_index values (3783, 1435997745669920548, 0.726514, 'uwYvwie4sv') index_test.go:140: sql delete from test_index where c = 2914 index_test.go:137: sql insert into test_index values (3784, 4249241532833933545, 0.990276, 'Q8Ge5pTDAs') index_test.go:140: sql delete from test_index where c = 2781 index_test.go:143: sql update test_index set c1 = 1597857610430590100, c2 = 0.729480, c3 = 'Iwbgo83Ga9' where c = 1918 index_test.go:143: sql update test_index set c1 = 3960555370964561021, c2 = 0.390472, c3 = 'PzFhjQFT9H' where c = 2900 index_test.go:137: sql insert into test_index values (3785, 3625286140532644550, 0.034232, 'HEv3qpzsE3') index_test.go:137: sql insert into test_index values (3786, 858606817260627174, 0.917553, 'CQdoMAtvIl') index_test.go:143: sql update test_index set c1 = 9057292105823472925, c2 = 0.221512, c3 = 'V4sLvWvUKr' where c = 3040 index_test.go:143: sql update test_index set c1 = 1353026070371121480, c2 = 0.744081, c3 = 'fYhi5jX9sC' where c = 823 index_test.go:137: sql insert into test_index values (3787, 9102902464024638879, 0.159501, 'vWchLcma89') index_test.go:140: sql delete from test_index where c = 3282 index_test.go:137: sql insert into test_index values (3788, 485743305545892658, 0.046002, 'queIAZaGZx') index_test.go:140: sql delete from test_index where c = 3603 index_test.go:143: sql update test_index set c1 = 1939421981880823522, c2 = 0.797372, c3 = '1nMnNgJ2uA' where c = 860 index_test.go:140: sql delete from test_index where c = 3251 index_test.go:143: sql update test_index set c1 = 9029837900921981396, c2 = 0.250205, c3 = '6kEF0ob0WP' where c = 2016 index_test.go:137: sql insert into test_index values (3789, 9047673773580849241, 0.335804, 'GlqOEVCrgn') index_test.go:137: sql insert into test_index values (3790, 6908047429564446784, 0.655974, 'aFW3BLR07O') index_test.go:140: sql delete from test_index where c = 1665 index_test.go:140: sql delete from test_index where c = 2440 index_test.go:143: sql update test_index set c1 = 6963555362378913449, c2 = 0.227950, c3 = '9OqALbuSeo' where c = 2064 index_test.go:140: sql delete from test_index where c = 2121 index_test.go:140: sql delete from test_index where c = 3283 index_test.go:143: sql update test_index set c1 = 2145822289712747200, c2 = 0.374760, c3 = 'jHZM7fmtba' where c = 2391 index_test.go:143: sql update test_index set c1 = 5517555793092017152, c2 = 0.357353, c3 = 'ZVKQJjzdn1' where c = 3506 index_test.go:143: sql update test_index set c1 = 9098328133638046568, c2 = 0.004013, c3 = 'e80CaPMEJQ' where c = 2545 index_test.go:143: sql update test_index set c1 = 3384034578459394512, c2 = 0.977483, c3 = 'PHGiiyEuBf' where c = 2694 index_test.go:137: sql insert into test_index values (3791, 8879030532307186113, 0.604614, 'X66HW8cObF') index_test.go:140: sql delete from test_index where c = 2683 index_test.go:143: sql update test_index set c1 = 8848052246035215824, c2 = 0.738861, c3 = 'wS0nEZv1nU' where c = 1769 index_test.go:140: sql delete from test_index where c = 3404 index_test.go:143: sql update test_index set c1 = 3729390877058276640, c2 = 0.392244, c3 = 'suRap8lDGB' where c = 1796 index_test.go:137: sql insert into test_index values (3792, 460156228695644675, 0.737625, 'GEFl4FcXfA') index_test.go:140: sql delete from test_index where c = 237 index_test.go:143: sql update test_index set c1 = 6597674584896231888, c2 = 0.473534, c3 = 'gh9tSIJBgn' where c = 1752 index_test.go:137: sql insert into test_index values (3793, 6076213042950210167, 0.426201, 'smDY1V5Psa') index_test.go:140: sql delete from test_index where c = 1935 index_test.go:143: sql update test_index set c1 = 2872058944603925396, c2 = 0.211144, c3 = '3pXY4ENPUm' where c = 1567 index_test.go:137: sql insert into test_index values (3794, 8805365822105511508, 0.885998, '1Iq3swgQWc') index_test.go:140: sql delete from test_index where c = 1796 index_test.go:143: sql update test_index set c1 = 5938077151370257033, c2 = 0.395705, c3 = 'ssSINABYRQ' where c = 2607 index_test.go:137: sql insert into test_index values (3795, 4832121382283256018, 0.584168, 'rwVy9Lrgk2') index_test.go:140: sql delete from test_index where c = 3037 index_test.go:143: sql update test_index set c1 = 4756335987114301761, c2 = 0.026943, c3 = 'mcCiUNvoTn' where c = 218 index_test.go:137: sql insert into test_index values (3796, 5247130852061615158, 0.923027, 'aeTce5jTAg') index_test.go:140: sql delete from test_index where c = 408 index_test.go:143: sql update test_index set c1 = 452239092502603030, c2 = 0.072835, c3 = 'pZqa932xqv' where c = 2853 index_test.go:137: sql insert into test_index values (3797, 4063949054555943227, 0.581924, '5FgNM0qGQz') index_test.go:140: sql delete from test_index where c = 2783 index_test.go:143: sql update test_index set c1 = 2233885957189207388, c2 = 0.612573, c3 = 'bE5Zs1lyB9' where c = 1369 index_test.go:137: sql insert into test_index values (3798, 7843863203803784406, 0.101564, 'JEae2r7GKv') index_test.go:140: sql delete from test_index where c = 2333 index_test.go:143: sql update test_index set c1 = 6820008003456304255, c2 = 0.073530, c3 = 'Sw9xxP6TDW' where c = 2590 index_test.go:137: sql insert into test_index values (3799, 7689765830150360179, 0.107280, 'YtOCic34XH') index_test.go:140: sql delete from test_index where c = 1114 index_test.go:143: sql update test_index set c1 = 7431594312725354797, c2 = 0.411521, c3 = 'QLgvnP8oXP' where c = 3124 index_test.go:137: sql insert into test_index values (3800, 5992513722584711217, 0.844837, '7mwdosZjY9') index_test.go:140: sql delete from test_index where c = 1039 index_test.go:143: sql update test_index set c1 = 5893309236983940226, c2 = 0.894030, c3 = '3bA0N6zL9w' where c = 378 index_test.go:137: sql insert into test_index values (3803, 2177817704993171402, 0.770494, 'J3zrUgFr23') index_test.go:137: sql insert into test_index values (3802, 2334786218146094408, 0.703750, 'TDhGg5Bvve') index_test.go:137: sql insert into test_index values (3809, 4305733738758145348, 0.344307, 'PlyCkSwWg8') index_test.go:137: sql insert into test_index values (3801, 1322247425594378861, 0.289319, 'vqu3s69hBb') index_test.go:137: sql insert into test_index values (3804, 8122736093062530681, 0.700067, 'QvT32vZpTI') index_test.go:137: sql insert into test_index values (3805, 2491458547900890776, 0.775088, 'YhGqk8ivsB') index_test.go:137: sql insert into test_index values (3810, 537540259541026552, 0.524391, 'bT5Zw7RpLP') index_test.go:137: sql insert into test_index values (3807, 9211791610558380898, 0.793086, 'jSuhwvaYoN') index_test.go:137: sql insert into test_index values (3808, 767166532932919728, 0.114684, 'LAzdtP97ej') index_test.go:137: sql insert into test_index values (3806, 2884903534779094799, 0.186686, 'GDQgBQdyeR') index_test.go:140: sql delete from test_index where c = 479 index_test.go:140: sql delete from test_index where c = 1809 index_test.go:140: sql delete from test_index where c = 2140 index_test.go:143: sql update test_index set c1 = 7248730474491503286, c2 = 0.840676, c3 = 'Pw9NOltWqU' where c = 222 index_test.go:143: sql update test_index set c1 = 2777331131795291446, c2 = 0.161013, c3 = 'okjF0dnWZy' where c = 36 index_test.go:140: sql delete from test_index where c = 818 index_test.go:140: sql delete from test_index where c = 2652 index_test.go:140: sql delete from test_index where c = 2916 index_test.go:140: sql delete from test_index where c = 2992 index_test.go:140: sql delete from test_index where c = 3207 index_test.go:140: sql delete from test_index where c = 1611 index_test.go:140: sql delete from test_index where c = 2323 index_test.go:143: sql update test_index set c1 = 284697342220129333, c2 = 0.642345, c3 = 'i1RgAyZKO8' where c = 724 index_test.go:143: sql update test_index set c1 = 5932754756409030835, c2 = 0.014599, c3 = 'D6lfTfaF48' where c = 1964 index_test.go:137: sql insert into test_index values (3811, 3155796788606525766, 0.966294, 'r89jG13mIp') index_test.go:137: sql insert into test_index values (3812, 85577014002048237, 0.894637, 'QkIWhE3Gwp') index_test.go:137: sql insert into test_index values (3813, 1504145402635205337, 0.084041, 'IuKmNHF87U') index_test.go:143: sql update test_index set c1 = 6154048078173963188, c2 = 0.957245, c3 = 'SLRtaKthIs' where c = 2602 index_test.go:143: sql update test_index set c1 = 7009435511591097279, c2 = 0.467833, c3 = 'g5gDHgcLNE' where c = 2826 index_test.go:143: sql update test_index set c1 = 7426408283262496777, c2 = 0.486913, c3 = '0UNJL7mA9v' where c = 3198 index_test.go:143: sql update test_index set c1 = 2656800381065974249, c2 = 0.752822, c3 = '9J3EhbiOLt' where c = 2459 index_test.go:137: sql insert into test_index values (3814, 4412908196832503854, 0.387147, 'NreGdDBLVR') index_test.go:140: sql delete from test_index where c = 340 index_test.go:140: sql delete from test_index where c = 3095 index_test.go:140: sql delete from test_index where c = 232 index_test.go:143: sql update test_index set c1 = 4370062769219248869, c2 = 0.617492, c3 = 'vvNhlIs8Ku' where c = 754 index_test.go:140: sql delete from test_index where c = 422 index_test.go:143: sql update test_index set c1 = 602179644870689254, c2 = 0.759744, c3 = 'nf5Hx1Q3dU' where c = 2857 index_test.go:137: sql insert into test_index values (3816, 7327951317048725934, 0.976024, 'xF6VJj2FuI') index_test.go:137: sql insert into test_index values (3818, 1315200686507278701, 0.568340, 'xeYUtaJsNg') index_test.go:137: sql insert into test_index values (3815, 2343761978852718831, 0.378270, 'T3bWGhNc4R') index_test.go:143: sql update test_index set c1 = 6301339673677668648, c2 = 0.020891, c3 = '1nbVfnTpHg' where c = 2313 index_test.go:143: sql update test_index set c1 = 3394898952508392067, c2 = 0.423411, c3 = 'Qwd7e0BqNO' where c = 825 index_test.go:140: sql delete from test_index where c = 780 index_test.go:137: sql insert into test_index values (3817, 4603423966840569609, 0.766350, 'xpeWmHft96') index_test.go:137: sql insert into test_index values (3820, 134847821840666629, 0.002651, '1bpe4LDSi9') index_test.go:137: sql insert into test_index values (3819, 4341046575649766961, 0.682075, '8jfxYEk9oQ') index_test.go:143: sql update test_index set c1 = 2357253715269511343, c2 = 0.771485, c3 = '8wrkgiOm2m' where c = 1701 index_test.go:143: sql update test_index set c1 = 6695679842622763883, c2 = 0.790688, c3 = 'mmBgunSZaZ' where c = 1613 index_test.go:143: sql update test_index set c1 = 5028648521203708623, c2 = 0.468361, c3 = 'grh2fkbIxh' where c = 2309 index_test.go:140: sql delete from test_index where c = 3497 index_test.go:137: sql insert into test_index values (3821, 6708148282581779201, 0.398388, 'ZQBfHZ6Q0r') index_test.go:137: sql insert into test_index values (3822, 8187230733733196945, 0.582880, '5I1ImBrlLh') index_test.go:143: sql update test_index set c1 = 6594693367455400471, c2 = 0.604581, c3 = 'uQ2tlrymCd' where c = 1741 index_test.go:140: sql delete from test_index where c = 2370 index_test.go:137: sql insert into test_index values (3823, 4862217614069000906, 0.882717, '5X6mmMoLKK') index_test.go:140: sql delete from test_index where c = 1472 index_test.go:137: sql insert into test_index values (3824, 6452078591327714505, 0.010825, '6uOBJRhtbI') index_test.go:140: sql delete from test_index where c = 1041 index_test.go:140: sql delete from test_index where c = 3609 index_test.go:137: sql insert into test_index values (3825, 267597957171890794, 0.635730, 'G1cYfzwpJU') index_test.go:143: sql update test_index set c1 = 7740786384458342369, c2 = 0.084963, c3 = 'zXBQMZDecI' where c = 251 index_test.go:140: sql delete from test_index where c = 943 index_test.go:143: sql update test_index set c1 = 3062972358901960190, c2 = 0.464617, c3 = 'ixLYUq36BU' where c = 3022 index_test.go:140: sql delete from test_index where c = 2192 index_test.go:143: sql update test_index set c1 = 4395577027324912953, c2 = 0.576947, c3 = 'QrIFLLgKK7' where c = 2259 index_test.go:140: sql delete from test_index where c = 2312 index_test.go:140: sql delete from test_index where c = 3695 index_test.go:137: sql insert into test_index values (3826, 5304800430213365333, 0.883872, 'yQDVDShjuh') index_test.go:137: sql insert into test_index values (3827, 9213356190583807635, 0.876958, 'H1cPcwfpHI') index_test.go:140: sql delete from test_index where c = 1410 index_test.go:143: sql update test_index set c1 = 1962639086898722175, c2 = 0.813323, c3 = 'hrbEtGkD2m' where c = 276 index_test.go:140: sql delete from test_index where c = 2540 index_test.go:137: sql insert into test_index values (3828, 4869986404655245394, 0.898335, 'xNiW1qTC9u') index_test.go:143: sql update test_index set c1 = 609563333663623563, c2 = 0.702277, c3 = 'FSbQwNqYLs' where c = 3709 index_test.go:143: sql update test_index set c1 = 2112123005052785121, c2 = 0.696724, c3 = 'r1nk8KbRJ8' where c = 250 index_test.go:140: sql delete from test_index where c = 2585 index_test.go:143: sql update test_index set c1 = 865029288186470845, c2 = 0.333080, c3 = 'SPE9nbUh0i' where c = 1629 index_test.go:143: sql update test_index set c1 = 7635199942273700489, c2 = 0.502148, c3 = 'uWCHsPISBH' where c = 848 index_test.go:143: sql update test_index set c1 = 2695696722162621902, c2 = 0.268937, c3 = '9k5nMZagm1' where c = 2460 index_test.go:137: sql insert into test_index values (3829, 7500960670749893281, 0.619433, 'n4IGW4W1Xm') index_test.go:137: sql insert into test_index values (3830, 4699197395841162471, 0.715290, 'd34INKdeui') index_test.go:140: sql delete from test_index where c = 218 index_test.go:143: sql update test_index set c1 = 3483389704577993072, c2 = 0.339618, c3 = 'pdEnGy4z5e' where c = 13 index_test.go:143: sql update test_index set c1 = 3185323497186328444, c2 = 0.015238, c3 = 'JB7x8t2UGE' where c = 2084 index_test.go:137: sql insert into test_index values (3832, 7483264141942614739, 0.100891, 'VZcfrZUvBW') index_test.go:137: sql insert into test_index values (3831, 1847111453206119328, 0.732201, 'jHCVeI0YLS') index_test.go:137: sql insert into test_index values (3834, 5728240871616840717, 0.107179, 'woJ5eKFtvM') index_test.go:143: sql update test_index set c1 = 6273248715567664013, c2 = 0.334097, c3 = 'zZtSW77p3m' where c = 290 index_test.go:140: sql delete from test_index where c = 2056 index_test.go:137: sql insert into test_index values (3833, 2103774510837917913, 0.973157, 'Y7IY3QPth5') index_test.go:140: sql delete from test_index where c = 3601 index_test.go:140: sql delete from test_index where c = 2400 index_test.go:137: sql insert into test_index values (3835, 370614841161112035, 0.211997, '7YiC9Jkjd1') index_test.go:143: sql update test_index set c1 = 1222471767759543930, c2 = 0.039958, c3 = 'YoQve2TeVu' where c = 1741 index_test.go:143: sql update test_index set c1 = 2974565684849195520, c2 = 0.874359, c3 = 'scn0KaUQ3A' where c = 1118 index_test.go:137: sql insert into test_index values (3836, 6680563302960869376, 0.280057, 'rtXOE03pma') index_test.go:137: sql insert into test_index values (3837, 5027493257806865415, 0.708602, '5gyMW1ijoh') index_test.go:143: sql update test_index set c1 = 5346535982974729900, c2 = 0.597630, c3 = 'hGifXN6Ct2' where c = 1456 index_test.go:140: sql delete from test_index where c = 2014 index_test.go:137: sql insert into test_index values (3838, 3961988346938311840, 0.219969, 'QfUDwu3Z53') index_test.go:140: sql delete from test_index where c = 1545 index_test.go:140: sql delete from test_index where c = 2300 index_test.go:140: sql delete from test_index where c = 3198 index_test.go:137: sql insert into test_index values (3839, 2919009502502777629, 0.337876, '74ONOE3KXT') index_test.go:137: sql insert into test_index values (3840, 6869265371931027669, 0.545383, 'RBzK0a3ESF') index_test.go:143: sql update test_index set c1 = 3549865271825365008, c2 = 0.760401, c3 = 'fDoiZHDkIU' where c = 1812 index_test.go:140: sql delete from test_index where c = 890 index_test.go:137: sql insert into test_index values (3841, 3910675941441041319, 0.779128, '3f4bSRxGEy') index_test.go:140: sql delete from test_index where c = 1181 index_test.go:140: sql delete from test_index where c = 2193 index_test.go:143: sql update test_index set c1 = 7611544177406126924, c2 = 0.197556, c3 = '21bcrBCHzY' where c = 3607 index_test.go:143: sql update test_index set c1 = 8432503570942587231, c2 = 0.766233, c3 = '0W93AUcrv7' where c = 1731 index_test.go:140: sql delete from test_index where c = 2942 index_test.go:140: sql delete from test_index where c = 2600 index_test.go:140: sql delete from test_index where c = 3133 index_test.go:137: sql insert into test_index values (3842, 8886337960690683721, 0.010658, '0ZVavUrjUp') index_test.go:143: sql update test_index set c1 = 4944082898851254809, c2 = 0.599155, c3 = '4u5vu2VKgP' where c = 514 index_test.go:143: sql update test_index set c1 = 7447512431563422841, c2 = 0.727709, c3 = 'cR5WYkJ5j9' where c = 3813 index_test.go:143: sql update test_index set c1 = 3431954997072755486, c2 = 0.600691, c3 = 'pqxRUy1KrR' where c = 2891 index_test.go:137: sql insert into test_index values (3843, 5130495908805134451, 0.555109, 'PhGyHLo0Bh') index_test.go:137: sql insert into test_index values (3844, 8631323524753359732, 0.880662, 'T3hmU16ElQ') index_test.go:143: sql update test_index set c1 = 8917921331920659275, c2 = 0.387905, c3 = 'hDvSM3Dn8f' where c = 945 index_test.go:140: sql delete from test_index where c = 2863 index_test.go:143: sql update test_index set c1 = 8948858227361410766, c2 = 0.088652, c3 = 'nekNQlBbDM' where c = 3391 index_test.go:140: sql delete from test_index where c = 1482 index_test.go:137: sql insert into test_index values (3845, 3333081161294477954, 0.447262, 'Xc4sRAZDzi') index_test.go:143: sql update test_index set c1 = 87155519615460946, c2 = 0.140052, c3 = 'KW9GNFONzx' where c = 2524 index_test.go:143: sql update test_index set c1 = 2537785738725973070, c2 = 0.412419, c3 = 'dQvjOpE70P' where c = 3269 index_test.go:137: sql insert into test_index values (3847, 8402314791469948167, 0.121240, 'omFEKSiMsr') index_test.go:137: sql insert into test_index values (3846, 473513717423068795, 0.247282, 'YjTKZENi1f') index_test.go:140: sql delete from test_index where c = 129 index_test.go:140: sql delete from test_index where c = 3777 index_test.go:137: sql insert into test_index values (3848, 6444171777442408973, 0.963668, 'YRfFgjAQUV') index_test.go:143: sql update test_index set c1 = 8517708833738064964, c2 = 0.097034, c3 = 'HXF2cfNbsg' where c = 1223 index_test.go:137: sql insert into test_index values (3849, 4491019281058959773, 0.685520, 'yQbRIzSohR') index_test.go:143: sql update test_index set c1 = 7918273105326378392, c2 = 0.543932, c3 = 'dJREjIAO9p' where c = 190 index_test.go:143: sql update test_index set c1 = 322460798382001313, c2 = 0.514927, c3 = 'DXjTC52SzC' where c = 1711 index_test.go:140: sql delete from test_index where c = 1138 index_test.go:143: sql update test_index set c1 = 4568457394816406007, c2 = 0.405274, c3 = '9uZalRwNsn' where c = 3341 index_test.go:137: sql insert into test_index values (3850, 990173560810704225, 0.533687, '43pOXEzdOi') index_test.go:137: sql insert into test_index values (3851, 3225606862260018060, 0.518226, 'kfPCEo9CbB') index_test.go:137: sql insert into test_index values (3852, 805969932401457409, 0.605926, 'stDmpaeDXA') index_test.go:143: sql update test_index set c1 = 3721865949581787442, c2 = 0.650720, c3 = '1wD2XnSBWI' where c = 29 index_test.go:140: sql delete from test_index where c = 1287 index_test.go:137: sql insert into test_index values (3854, 2677894492625797459, 0.601832, 'ChGOiDtZrn') index_test.go:140: sql delete from test_index where c = 1089 index_test.go:140: sql delete from test_index where c = 1698 index_test.go:140: sql delete from test_index where c = 647 index_test.go:140: sql delete from test_index where c = 3309 index_test.go:140: sql delete from test_index where c = 2374 index_test.go:137: sql insert into test_index values (3853, 6876553585764623866, 0.585514, 'ZTqE9Y5BB8') index_test.go:140: sql delete from test_index where c = 1097 index_test.go:137: sql insert into test_index values (3855, 692972306381544419, 0.552942, 'NsHJdpT5jy') index_test.go:143: sql update test_index set c1 = 3190741755415336498, c2 = 0.793708, c3 = 'b38IFmimEl' where c = 1442 index_test.go:143: sql update test_index set c1 = 7501082370170287976, c2 = 0.690202, c3 = 'hGxa5GPXzi' where c = 1417 index_test.go:143: sql update test_index set c1 = 7192990408687445065, c2 = 0.293057, c3 = '8RaeBzaXoE' where c = 1163 index_test.go:137: sql insert into test_index values (3856, 6773510108804233314, 0.624120, 'ncse85ujiq') index_test.go:140: sql delete from test_index where c = 1998 index_test.go:140: sql delete from test_index where c = 582 index_test.go:143: sql update test_index set c1 = 6765107028179697107, c2 = 0.987157, c3 = 'RCBDUnioWD' where c = 3059 index_test.go:143: sql update test_index set c1 = 1204673777889370090, c2 = 0.970814, c3 = 'zFEM89GrWC' where c = 3297 index_test.go:143: sql update test_index set c1 = 356851238432741044, c2 = 0.365987, c3 = 'BV3r0vby8O' where c = 3343 index_test.go:143: sql update test_index set c1 = 5371693046285299671, c2 = 0.966939, c3 = 'FoTFWji8b5' where c = 2527 index_test.go:143: sql update test_index set c1 = 5909102118885608102, c2 = 0.981855, c3 = 'frENbtpKcX' where c = 2945 index_test.go:137: sql insert into test_index values (3859, 163527863764698160, 0.917316, 'cbM0dlcJcZ') index_test.go:143: sql update test_index set c1 = 5852822481395600962, c2 = 0.165273, c3 = 'cPUWpKjKkw' where c = 2786 index_test.go:137: sql insert into test_index values (3858, 4202275529613378127, 0.254637, 'yMJlHWVfRW') index_test.go:137: sql insert into test_index values (3857, 5721100154022798797, 0.364030, 'MCr9pOCKMB') index_test.go:137: sql insert into test_index values (3861, 8052483542950326760, 0.900025, 'SCEJwbmhA2') index_test.go:140: sql delete from test_index where c = 1648 index_test.go:140: sql delete from test_index where c = 2398 index_test.go:137: sql insert into test_index values (3860, 1734311527036293753, 0.024953, 'EIt2aM6R4y') index_test.go:140: sql delete from test_index where c = 1398 index_test.go:137: sql insert into test_index values (3862, 3221076378048655029, 0.750833, 'VWD6GIf6pT') index_test.go:137: sql insert into test_index values (3864, 4128701147505749140, 0.430330, 'NeP1Er2cUC') index_test.go:137: sql insert into test_index values (3863, 2113623722742818746, 0.781427, 'd9EBwbWuTq') index_test.go:140: sql delete from test_index where c = 796 index_test.go:137: sql insert into test_index values (3865, 2847857533312246664, 0.302412, 'D4M4rM3Iue') index_test.go:140: sql delete from test_index where c = 1389 index_test.go:140: sql delete from test_index where c = 727 index_test.go:143: sql update test_index set c1 = 2135441499394435104, c2 = 0.684923, c3 = 'dCQ099SRri' where c = 2367 index_test.go:143: sql update test_index set c1 = 200322950579368521, c2 = 0.209465, c3 = 'wd3AIX0b6V' where c = 558 index_test.go:143: sql update test_index set c1 = 458896430653079081, c2 = 0.578647, c3 = 'IwlxUvvEOg' where c = 559 index_test.go:140: sql delete from test_index where c = 1082 index_test.go:143: sql update test_index set c1 = 1219590587752400124, c2 = 0.864502, c3 = 'ePsukhzTQ5' where c = 2402 index_test.go:140: sql delete from test_index where c = 2304 index_test.go:140: sql delete from test_index where c = 3373 index_test.go:143: sql update test_index set c1 = 123628415276544650, c2 = 0.843920, c3 = 'R7aZ7XrjzJ' where c = 2127 index_test.go:140: sql delete from test_index where c = 987 index_test.go:137: sql insert into test_index values (3866, 782644835129300445, 0.494730, 'lAIsNGTrDR') index_test.go:143: sql update test_index set c1 = 5661448675815167250, c2 = 0.608111, c3 = 'E4V7y8Svjs' where c = 3427 index_test.go:137: sql insert into test_index values (3868, 1362600521955601495, 0.851402, '3UYPss1gEa') index_test.go:143: sql update test_index set c1 = 9028259157761335142, c2 = 0.008393, c3 = 'lSbONzUQX0' where c = 894 index_test.go:137: sql insert into test_index values (3869, 3510775551998204796, 0.202959, 'grPLS03nwK') index_test.go:137: sql insert into test_index values (3867, 5671684893172602660, 0.764363, '2OXZE59Jei') index_test.go:137: sql insert into test_index values (3870, 172207891542121796, 0.933159, 'm38ap6dfMU') index_test.go:143: sql update test_index set c1 = 4357171049226147134, c2 = 0.886839, c3 = 'yumnlV0AzH' where c = 2075 index_test.go:143: sql update test_index set c1 = 7732916191332035412, c2 = 0.750558, c3 = 'QEp8BIgD7l' where c = 3856 index_test.go:143: sql update test_index set c1 = 68064232078493109, c2 = 0.291507, c3 = 'HI6K91flOp' where c = 3325 index_test.go:140: sql delete from test_index where c = 3192 index_test.go:140: sql delete from test_index where c = 1824 index_test.go:137: sql insert into test_index values (3871, 1892665959754398259, 0.720844, 'QWUD04R6C7') index_test.go:140: sql delete from test_index where c = 2154 index_test.go:137: sql insert into test_index values (3872, 2534857705559813315, 0.659273, 'PR3bSQeERW') index_test.go:140: sql delete from test_index where c = 589 index_test.go:137: sql insert into test_index values (3874, 2774511315345117449, 0.395410, 'BDgVJPgbr3') index_test.go:143: sql update test_index set c1 = 336120584370906614, c2 = 0.605309, c3 = 'hQXAckHbZS' where c = 235 index_test.go:137: sql insert into test_index values (3873, 6230996566945463656, 0.592295, 'SfO2WsOGpv') index_test.go:137: sql insert into test_index values (3875, 514369213279371658, 0.899476, 'lODleaE4zK') index_test.go:140: sql delete from test_index where c = 2109 index_test.go:140: sql delete from test_index where c = 1192 index_test.go:140: sql delete from test_index where c = 1010 index_test.go:140: sql delete from test_index where c = 914 index_test.go:143: sql update test_index set c1 = 4250983646344768068, c2 = 0.925198, c3 = '1aTsZLBaRC' where c = 1137 index_test.go:143: sql update test_index set c1 = 7947645396021050498, c2 = 0.104032, c3 = 'jUvgWhpuzJ' where c = 2034 index_test.go:143: sql update test_index set c1 = 6026176573823416745, c2 = 0.034359, c3 = 'asSW89yim2' where c = 3701 index_test.go:143: sql update test_index set c1 = 5532395245171913373, c2 = 0.169552, c3 = 'u3NdMGr6rn' where c = 822 index_test.go:143: sql update test_index set c1 = 7021951366078389042, c2 = 0.369502, c3 = 'Ak0YATJpLa' where c = 679 index_test.go:140: sql delete from test_index where c = 1301 index_test.go:143: sql update test_index set c1 = 3662258444821015891, c2 = 0.816777, c3 = 'fZmv0fgOgv' where c = 926 index_test.go:143: sql update test_index set c1 = 4428043303708720517, c2 = 0.116043, c3 = 'fi5Lfipgmj' where c = 2212 index_test.go:137: sql insert into test_index values (3876, 9064534155317805219, 0.605892, 'rVR24eNuha') index_test.go:140: sql delete from test_index where c = 2176 index_test.go:137: sql insert into test_index values (3878, 5715880328686921438, 0.799536, 'W2oyYkiZRS') index_test.go:137: sql insert into test_index values (3877, 6119948670115433658, 0.445873, 'zbLjYDqG29') index_test.go:137: sql insert into test_index values (3879, 6391946634686113710, 0.155616, 'XrCz67ffII') index_test.go:143: sql update test_index set c1 = 330051252771006396, c2 = 0.224650, c3 = 'fNZx7T9IHz' where c = 2913 index_test.go:140: sql delete from test_index where c = 563 index_test.go:137: sql insert into test_index values (3883, 8761955239457718022, 0.100604, 'Ex9Me5vSDl') index_test.go:137: sql insert into test_index values (3882, 3244635857238113965, 0.006290, 'SbWfywwSY9') index_test.go:143: sql update test_index set c1 = 4670811180488906120, c2 = 0.853311, c3 = '0uHfBEeZyn' where c = 1525 index_test.go:137: sql insert into test_index values (3881, 7832214414851796765, 0.337441, 'ojc1m0YBnE') index_test.go:137: sql insert into test_index values (3880, 3551508644802840732, 0.237480, 'GmTwOcy5WO') index_test.go:140: sql delete from test_index where c = 3481 index_test.go:140: sql delete from test_index where c = 418 index_test.go:140: sql delete from test_index where c = 930 index_test.go:137: sql insert into test_index values (3884, 3353736138126774216, 0.878174, 'VOiOfJoChr') index_test.go:140: sql delete from test_index where c = 1819 index_test.go:140: sql delete from test_index where c = 3278 index_test.go:143: sql update test_index set c1 = 1695463141583779988, c2 = 0.354257, c3 = 'RtM6gCsX37' where c = 1206 index_test.go:143: sql update test_index set c1 = 5645071442291258096, c2 = 0.647386, c3 = '9fUB7c3jVu' where c = 2293 index_test.go:137: sql insert into test_index values (3885, 8598231890260957066, 0.983341, '2T2GdHJq3O') index_test.go:140: sql delete from test_index where c = 2694 index_test.go:140: sql delete from test_index where c = 2896 index_test.go:143: sql update test_index set c1 = 3235105865237475206, c2 = 0.613611, c3 = 'xGe0qILozU' where c = 61 index_test.go:143: sql update test_index set c1 = 543594427294943612, c2 = 0.257043, c3 = '4OJOTQpcnI' where c = 2698 index_test.go:143: sql update test_index set c1 = 2260743436579604845, c2 = 0.547559, c3 = 'sPSBipCflU' where c = 2049 index_test.go:143: sql update test_index set c1 = 8777054818262069206, c2 = 0.581323, c3 = '0vGInXaEVR' where c = 606 index_test.go:143: sql update test_index set c1 = 8258386545050354562, c2 = 0.662835, c3 = 'GUjUibJdv1' where c = 592 index_test.go:143: sql update test_index set c1 = 4600783005333172819, c2 = 0.590072, c3 = 'mep3vEIM4B' where c = 1240 index_test.go:137: sql insert into test_index values (3886, 2241801529239484784, 0.264864, '6K5FDVCmhd') index_test.go:137: sql insert into test_index values (3887, 4561788232376494529, 0.502827, 't7sPjw40GA') index_test.go:140: sql delete from test_index where c = 3229 index_test.go:140: sql delete from test_index where c = 2035 index_test.go:140: sql delete from test_index where c = 2525 index_test.go:143: sql update test_index set c1 = 1154086803113066276, c2 = 0.331225, c3 = 'aSPIeJ5ViF' where c = 152 index_test.go:137: sql insert into test_index values (3888, 6944829440070627891, 0.133984, 'bd2W9KcgTA') index_test.go:137: sql insert into test_index values (3889, 4391202672075992411, 0.558882, 'qELRVsASex') index_test.go:137: sql insert into test_index values (3891, 5872305209695015304, 0.461574, 'aSUf85MK6H') index_test.go:137: sql insert into test_index values (3893, 301647882675847077, 0.348979, 'KaqyYnZEXa') index_test.go:143: sql update test_index set c1 = 9204535790405224871, c2 = 0.922216, c3 = 'r4wFh4TLjK' where c = 1781 index_test.go:137: sql insert into test_index values (3892, 1097527626242413227, 0.796652, 'gxpjDIepU6') index_test.go:137: sql insert into test_index values (3890, 1867516890827145225, 0.651654, 'QrwVDCrzTK') index_test.go:143: sql update test_index set c1 = 6949279869383967368, c2 = 0.084457, c3 = '3zrwMjlsNm' where c = 1944 index_test.go:140: sql delete from test_index where c = 221 index_test.go:140: sql delete from test_index where c = 203 index_test.go:143: sql update test_index set c1 = 648566625121277419, c2 = 0.786993, c3 = 'gEeznagh7L' where c = 186 index_test.go:140: sql delete from test_index where c = 1780 index_test.go:137: sql insert into test_index values (3894, 6288213915185709548, 0.491965, '41ViqVTv0K') index_test.go:140: sql delete from test_index where c = 2296 index_test.go:140: sql delete from test_index where c = 3585 index_test.go:137: sql insert into test_index values (3895, 5504599818295742575, 0.765993, 'bn9OzqY2SM') index_test.go:140: sql delete from test_index where c = 3203 index_test.go:140: sql delete from test_index where c = 1611 index_test.go:143: sql update test_index set c1 = 3468628899156574428, c2 = 0.596538, c3 = 'V5HqTWO5c6' where c = 277 index_test.go:143: sql update test_index set c1 = 3947998537571603878, c2 = 0.345261, c3 = 'bVN9fWs4QA' where c = 2657 index_test.go:140: sql delete from test_index where c = 714 index_test.go:137: sql insert into test_index values (3896, 7832945041370065516, 0.955898, 'xP0DLYIv2O') index_test.go:140: sql delete from test_index where c = 487 index_test.go:143: sql update test_index set c1 = 944560739862500658, c2 = 0.813293, c3 = 'EjVLXNFoUJ' where c = 3213 index_test.go:137: sql insert into test_index values (3897, 8352103000827227373, 0.051185, 'i5Vg8qLobo') index_test.go:143: sql update test_index set c1 = 3318906748597595207, c2 = 0.567231, c3 = 'GQGlCEdTB8' where c = 3476 index_test.go:143: sql update test_index set c1 = 7186230956414533265, c2 = 0.041757, c3 = 'rmzgL8rJbj' where c = 2470 index_test.go:143: sql update test_index set c1 = 8598628376160684994, c2 = 0.004321, c3 = 'OuX61DkpcE' where c = 3784 index_test.go:140: sql delete from test_index where c = 3615 index_test.go:143: sql update test_index set c1 = 8655888977075468322, c2 = 0.987870, c3 = 'ICre9scaWT' where c = 1340 index_test.go:140: sql delete from test_index where c = 944 index_test.go:143: sql update test_index set c1 = 5619401954140607632, c2 = 0.302109, c3 = 'G59DEA0EQ4' where c = 3325 index_test.go:143: sql update test_index set c1 = 1548422073688835420, c2 = 0.026136, c3 = 'KhHiwzJEF8' where c = 328 index_test.go:137: sql insert into test_index values (3898, 1848080083205470947, 0.948041, 'ZOA5NkaypW') index_test.go:140: sql delete from test_index where c = 686 index_test.go:137: sql insert into test_index values (3899, 9172656813042214717, 0.448429, 'buEbtjQT4J') index_test.go:137: sql insert into test_index values (3900, 9182611851019087543, 0.133626, 'QMaSYbYHeT') index_test.go:143: sql update test_index set c1 = 4244636694648800558, c2 = 0.627331, c3 = '2u0GHut4r7' where c = 1829 index_test.go:143: sql update test_index set c1 = 9052162288453367042, c2 = 0.226331, c3 = 'GTER5b18qM' where c = 3649 index_test.go:140: sql delete from test_index where c = 1329 index_test.go:140: sql delete from test_index where c = 1105 index_test.go:143: sql update test_index set c1 = 2079833873684154273, c2 = 0.880886, c3 = 'luT350GeWj' where c = 1468 index_test.go:143: sql update test_index set c1 = 6714897256396441273, c2 = 0.305324, c3 = 'WK7P2Pu5qA' where c = 1945 [TestSimpleMixed][Insert][Time Cost]2.734493223s index_test.go:137: sql insert into test_index values (3901, 884396236965707220, 0.921290, 'gujHkZokII') index_test.go:137: sql insert into test_index values (3904, 633626763969787374, 0.602791, '7MS1rMEmV1') index_test.go:137: sql insert into test_index values (3903, 1190772553771901047, 0.529559, 'odq7xOP0nL') index_test.go:137: sql insert into test_index values (3910, 2044817844484783416, 0.978749, 'MUT2TBlcyR') index_test.go:137: sql insert into test_index values (3906, 6960824747043341754, 0.830749, 'ylEt3Rn199') index_test.go:137: sql insert into test_index values (3908, 3051201226478946972, 0.701491, '2iLSL1IeDM') index_test.go:137: sql insert into test_index values (3907, 517139693905964002, 0.465751, 'OlAn1PqF0I') index_test.go:137: sql insert into test_index values (3905, 823188885029964201, 0.872230, 'ltcuofe47x') index_test.go:137: sql insert into test_index values (3909, 8160446558225782898, 0.399366, 'drthxyK9Bo') index_test.go:137: sql insert into test_index values (3902, 4857180357715614876, 0.391691, 'UEUpl4Q1wQ') index_test.go:140: sql delete from test_index where c = 2019 index_test.go:140: sql delete from test_index where c = 1981 index_test.go:140: sql delete from test_index where c = 145 index_test.go:140: sql delete from test_index where c = 697 index_test.go:140: sql delete from test_index where c = 1571 index_test.go:140: sql delete from test_index where c = 3720 index_test.go:140: sql delete from test_index where c = 294 index_test.go:143: sql update test_index set c1 = 9107898337269586699, c2 = 0.726763, c3 = 'oZ2gEn7ltC' where c = 1611 index_test.go:140: sql delete from test_index where c = 1642 index_test.go:143: sql update test_index set c1 = 2166147837563795347, c2 = 0.559589, c3 = 'v2jpfwbyz4' where c = 3510 index_test.go:143: sql update test_index set c1 = 8816417339104642901, c2 = 0.738595, c3 = '7zZ84t95Gj' where c = 134 index_test.go:143: sql update test_index set c1 = 3821473128014784143, c2 = 0.677011, c3 = 'UoExkkBL6w' where c = 3700 index_test.go:143: sql update test_index set c1 = 434104439133407684, c2 = 0.213648, c3 = 'UuHgEAUfgF' where c = 2749 index_test.go:140: sql delete from test_index where c = 3260 index_test.go:140: sql delete from test_index where c = 2799 index_test.go:143: sql update test_index set c1 = 4246652588202620350, c2 = 0.653280, c3 = 'uzPET6rKOK' where c = 3809 index_test.go:137: sql insert into test_index values (3911, 4873900619104502321, 0.958702, 'x8hkJK00MS') index_test.go:143: sql update test_index set c1 = 5300093581219086091, c2 = 0.803871, c3 = 'p5Ugnsgn7J' where c = 3872 index_test.go:137: sql insert into test_index values (3912, 4875071455474575964, 0.399049, '6nW2SKliE2') index_test.go:137: sql insert into test_index values (3913, 7705138128954317, 0.233448, 'Co3wimwtBp') index_test.go:137: sql insert into test_index values (3915, 2648903723578534012, 0.611427, 'afWckLZOMj') index_test.go:137: sql insert into test_index values (3914, 4826982266207260426, 0.054383, 'N2DfJMzLs4') index_test.go:143: sql update test_index set c1 = 7000400612147423521, c2 = 0.664763, c3 = '9n1gdvX3f7' where c = 2429 index_test.go:140: sql delete from test_index where c = 656 index_test.go:140: sql delete from test_index where c = 760 index_test.go:143: sql update test_index set c1 = 522922982537452177, c2 = 0.458424, c3 = 'TJ1mkbpfN8' where c = 3809 index_test.go:140: sql delete from test_index where c = 800 index_test.go:137: sql insert into test_index values (3917, 5699755786730546101, 0.071646, 'TCNy0vVlqg') index_test.go:143: sql update test_index set c1 = 1479967820645638882, c2 = 0.843528, c3 = '5vrm0HA7wZ' where c = 680 index_test.go:140: sql delete from test_index where c = 1661 index_test.go:143: sql update test_index set c1 = 5311122532675971721, c2 = 0.638465, c3 = '82g9wLO6xh' where c = 3064 index_test.go:140: sql delete from test_index where c = 3891 index_test.go:137: sql insert into test_index values (3916, 281266795172355203, 0.284761, 'NFECc3Vxik') index_test.go:143: sql update test_index set c1 = 8655124220936777151, c2 = 0.385766, c3 = 'n43bcidRaR' where c = 768 index_test.go:137: sql insert into test_index values (3918, 3773980058475896559, 0.777425, 'IUms1bKIig') index_test.go:143: sql update test_index set c1 = 2693482734655357951, c2 = 0.167091, c3 = 'wY3iwMWbGC' where c = 497 index_test.go:137: sql insert into test_index values (3920, 8931785345622123426, 0.490398, 'lQ4kxtq4dY') index_test.go:137: sql insert into test_index values (3919, 1621224606407379485, 0.826383, 'Hd9R4d1gcu') index_test.go:143: sql update test_index set c1 = 4530272875470108707, c2 = 0.141435, c3 = 'fdZb30FLkd' where c = 1369 index_test.go:140: sql delete from test_index where c = 607 index_test.go:137: sql insert into test_index values (3921, 5712230798953906225, 0.331049, 'gAdzYgvOc3') index_test.go:137: sql insert into test_index values (3922, 8949525730411536246, 0.192508, 'WBxRCFYQNO') index_test.go:140: sql delete from test_index where c = 2268 index_test.go:140: sql delete from test_index where c = 1933 index_test.go:140: sql delete from test_index where c = 1600 index_test.go:137: sql insert into test_index values (3923, 1800630399618918915, 0.557943, '27Df8G9rvR') index_test.go:140: sql delete from test_index where c = 989 index_test.go:140: sql delete from test_index where c = 3511 index_test.go:143: sql update test_index set c1 = 4713560566722415557, c2 = 0.274392, c3 = '8xmoRovyaM' where c = 3114 index_test.go:143: sql update test_index set c1 = 1735102166100032571, c2 = 0.864944, c3 = 'ISZkgjh6B6' where c = 2633 index_test.go:140: sql delete from test_index where c = 1005 index_test.go:143: sql update test_index set c1 = 145919285836630822, c2 = 0.499773, c3 = 'pCk5eLmKXL' where c = 1931 index_test.go:143: sql update test_index set c1 = 1362248604376353209, c2 = 0.495198, c3 = 'hYOYqwpVIS' where c = 1506 index_test.go:143: sql update test_index set c1 = 828882389747126053, c2 = 0.656674, c3 = '2yakf0Uijs' where c = 1971 index_test.go:137: sql insert into test_index values (3924, 3021154016196998057, 0.774100, 'Rxv8I9UTW7') index_test.go:137: sql insert into test_index values (3925, 8552631536530080614, 0.522220, 'R8KcXNtQmP') index_test.go:140: sql delete from test_index where c = 2086 index_test.go:143: sql update test_index set c1 = 4057861434381795666, c2 = 0.108136, c3 = 'iOUrldW1Dt' where c = 1044 index_test.go:137: sql insert into test_index values (3926, 6865701293121964214, 0.538976, 'YrobYI2vXb') index_test.go:140: sql delete from test_index where c = 656 index_test.go:143: sql update test_index set c1 = 8195143729585403422, c2 = 0.022996, c3 = 'D0OnhZro9o' where c = 2047 index_test.go:143: sql update test_index set c1 = 1094572313746761458, c2 = 0.203851, c3 = '4NXrKROI0e' where c = 2650 index_test.go:137: sql insert into test_index values (3927, 4533941043281019145, 0.427777, 'bq9I3wgAxB') index_test.go:137: sql insert into test_index values (3928, 7214100353848534229, 0.716607, 'cYa5wWgeYE') index_test.go:140: sql delete from test_index where c = 1167 index_test.go:137: sql insert into test_index values (3929, 4477922624629829291, 0.947579, 'WT5Sb37scu') index_test.go:137: sql insert into test_index values (3930, 1260573456000793761, 0.087772, 'Tc9mx9dpvl') index_test.go:140: sql delete from test_index where c = 3827 index_test.go:143: sql update test_index set c1 = 4801044884871336027, c2 = 0.477875, c3 = 'xWkLvcyo9r' where c = 1883 index_test.go:137: sql insert into test_index values (3931, 2153546589689929399, 0.432698, 'mvsBrAnvKN') index_test.go:143: sql update test_index set c1 = 4250692940794894039, c2 = 0.687956, c3 = 'IfABV67xYg' where c = 2556 index_test.go:140: sql delete from test_index where c = 3824 index_test.go:140: sql delete from test_index where c = 3099 index_test.go:137: sql insert into test_index values (3932, 445672645031521914, 0.443380, 'IjKPE9ptG3') index_test.go:140: sql delete from test_index where c = 2079 index_test.go:143: sql update test_index set c1 = 13689975998700573, c2 = 0.749171, c3 = 'yZRFFlWULM' where c = 1678 index_test.go:140: sql delete from test_index where c = 40 index_test.go:143: sql update test_index set c1 = 6755268127220137616, c2 = 0.536078, c3 = 'ULNKrj3jqf' where c = 3417 index_test.go:143: sql update test_index set c1 = 1380246522605262283, c2 = 0.760425, c3 = 'IAcgXho9TO' where c = 592 index_test.go:143: sql update test_index set c1 = 958303157880650805, c2 = 0.730573, c3 = '4FS2eBfeq4' where c = 294 index_test.go:140: sql delete from test_index where c = 3611 index_test.go:140: sql delete from test_index where c = 1102 index_test.go:137: sql insert into test_index values (3933, 8554065199452597587, 0.413960, 'jFEo2WWbZL') index_test.go:137: sql insert into test_index values (3935, 4208127089761693125, 0.397696, 'lWCorjlJTy') index_test.go:143: sql update test_index set c1 = 788202378137105751, c2 = 0.417339, c3 = 'wW5p0PUEqt' where c = 75 index_test.go:137: sql insert into test_index values (3934, 6268986561202042832, 0.420736, 'LuNJ999p4c') index_test.go:140: sql delete from test_index where c = 707 index_test.go:137: sql insert into test_index values (3936, 3528555898427647371, 0.663058, 'cEtOrC3FWO') index_test.go:143: sql update test_index set c1 = 2251231715132703163, c2 = 0.906284, c3 = 'Uszu7QKHso' where c = 2612 index_test.go:137: sql insert into test_index values (3937, 5905449240042386078, 0.464785, 'v6lxBMfLSo') index_test.go:143: sql update test_index set c1 = 5754731029275854100, c2 = 0.551011, c3 = 'ZLmKKdeFkA' where c = 3051 index_test.go:140: sql delete from test_index where c = 2674 index_test.go:140: sql delete from test_index where c = 1297 index_test.go:137: sql insert into test_index values (3938, 7485939970067922590, 0.621795, 'TAnycPriG5') index_test.go:137: sql insert into test_index values (3939, 7796941018517549650, 0.147397, 'GOvswoqHkc') index_test.go:143: sql update test_index set c1 = 4411561940048492942, c2 = 0.397284, c3 = 'scEw7cjN4u' where c = 2042 index_test.go:143: sql update test_index set c1 = 5273571399894184225, c2 = 0.575685, c3 = 'bc6loB7fdR' where c = 1938 index_test.go:137: sql insert into test_index values (3940, 4474725440908818438, 0.531397, '32R8YgZxDZ') index_test.go:140: sql delete from test_index where c = 2112 index_test.go:140: sql delete from test_index where c = 2147 index_test.go:143: sql update test_index set c1 = 7628860304976855518, c2 = 0.996093, c3 = 'YgDsu1gGxJ' where c = 1508 index_test.go:137: sql insert into test_index values (3941, 157556850862101135, 0.899360, 'WWjx4lxuZD') index_test.go:137: sql insert into test_index values (3942, 7678310610235994600, 0.635789, 'PGFz1VCrfm') index_test.go:140: sql delete from test_index where c = 3725 index_test.go:143: sql update test_index set c1 = 2835571494792872770, c2 = 0.902975, c3 = 'yB814aXYWd' where c = 3143 index_test.go:140: sql delete from test_index where c = 3712 index_test.go:140: sql delete from test_index where c = 3541 index_test.go:137: sql insert into test_index values (3943, 7710804562506629497, 0.667115, 'BPODbOuHuR') index_test.go:143: sql update test_index set c1 = 4241863887951741733, c2 = 0.509819, c3 = 'I0LSlkP203' where c = 2095 index_test.go:143: sql update test_index set c1 = 4000571965845754792, c2 = 0.445843, c3 = 'mP1LgugmnW' where c = 3260 index_test.go:143: sql update test_index set c1 = 9124940815667064335, c2 = 0.183616, c3 = 'bTVXelqbFA' where c = 2563 index_test.go:143: sql update test_index set c1 = 773269521851202852, c2 = 0.820792, c3 = 'vhWVDiQHVA' where c = 1411 index_test.go:140: sql delete from test_index where c = 1942 index_test.go:137: sql insert into test_index values (3945, 2968502888052791111, 0.914150, 'BfPKBH7QNJ') index_test.go:137: sql insert into test_index values (3944, 6964415955856120033, 0.954267, 'EzzBCK9onV') index_test.go:140: sql delete from test_index where c = 2966 index_test.go:143: sql update test_index set c1 = 5877367480245074922, c2 = 0.930958, c3 = 'Le8z0auYlK' where c = 3932 index_test.go:137: sql insert into test_index values (3946, 6124836299645899282, 0.507185, '3nKa7bmh4N') index_test.go:137: sql insert into test_index values (3947, 3348397555602072176, 0.560247, 'YGfbOJcPoV') index_test.go:137: sql insert into test_index values (3948, 5207989681273730467, 0.651564, 'XezCImrP0P') index_test.go:137: sql insert into test_index values (3949, 3166465232101606972, 0.476558, '3eVR2ORdub') index_test.go:140: sql delete from test_index where c = 3308 index_test.go:140: sql delete from test_index where c = 3887 index_test.go:143: sql update test_index set c1 = 6298916708986934132, c2 = 0.619793, c3 = 'AvvLQuTXzA' where c = 1865 index_test.go:143: sql update test_index set c1 = 2517147231727771846, c2 = 0.237265, c3 = 'LQtQfTpjQK' where c = 631 index_test.go:140: sql delete from test_index where c = 2846 index_test.go:137: sql insert into test_index values (3950, 9112010842579820076, 0.972460, 'wwmAFmXeAC') index_test.go:140: sql delete from test_index where c = 2606 index_test.go:140: sql delete from test_index where c = 2499 index_test.go:137: sql insert into test_index values (3951, 6847981954291612181, 0.985081, 'HwhlFJf7eh') index_test.go:140: sql delete from test_index where c = 2060 index_test.go:137: sql insert into test_index values (3952, 2857968643459321596, 0.643219, 'n8NIU9iYQ1') index_test.go:140: sql delete from test_index where c = 3311 index_test.go:143: sql update test_index set c1 = 4767499100992853193, c2 = 0.981850, c3 = 'APW4MqXlPP' where c = 2291 index_test.go:140: sql delete from test_index where c = 3563 index_test.go:143: sql update test_index set c1 = 2910740201508117016, c2 = 0.290099, c3 = 'myQAbAqvDe' where c = 104 index_test.go:140: sql delete from test_index where c = 1092 index_test.go:143: sql update test_index set c1 = 1712953230692886361, c2 = 0.971949, c3 = '9ECvox6LXJ' where c = 734 index_test.go:143: sql update test_index set c1 = 4915501347071618592, c2 = 0.944976, c3 = 'yVgFu5jzUx' where c = 2599 index_test.go:143: sql update test_index set c1 = 6891886272256481700, c2 = 0.746507, c3 = 'l4ZySuaJty' where c = 3311 index_test.go:143: sql update test_index set c1 = 4448284209559976351, c2 = 0.329036, c3 = 'wEcHboWm9p' where c = 847 index_test.go:140: sql delete from test_index where c = 2279 index_test.go:143: sql update test_index set c1 = 3832625371302862853, c2 = 0.434164, c3 = 'EzyPI41IxQ' where c = 2302 index_test.go:137: sql insert into test_index values (3953, 9061631281409761841, 0.038000, 'OFDRtcvms0') index_test.go:143: sql update test_index set c1 = 8123954335841171072, c2 = 0.312739, c3 = 'E0cK09eaOV' where c = 2504 index_test.go:143: sql update test_index set c1 = 2985588609750396704, c2 = 0.282423, c3 = 'CWlVUUinnE' where c = 3355 index_test.go:140: sql delete from test_index where c = 3287 index_test.go:137: sql insert into test_index values (3956, 792987153706620089, 0.484457, '2HfwqJeM4W') index_test.go:137: sql insert into test_index values (3955, 1665798519095629916, 0.786212, '8Z5U9XnDH4') index_test.go:137: sql insert into test_index values (3958, 824307622794632540, 0.203183, 'KmDmvnzdzu') index_test.go:137: sql insert into test_index values (3957, 5907958136355735914, 0.790296, '4HGnS5chSU') index_test.go:137: sql insert into test_index values (3954, 1833073051609726015, 0.979405, 'biUc9QjJiu') index_test.go:140: sql delete from test_index where c = 3470 index_test.go:140: sql delete from test_index where c = 1020 index_test.go:137: sql insert into test_index values (3960, 6670559742190220752, 0.275256, 'RIOneb7p0W') index_test.go:143: sql update test_index set c1 = 5642751895054718285, c2 = 0.064929, c3 = 'Htx45v77xZ' where c = 705 index_test.go:143: sql update test_index set c1 = 2172080739141977621, c2 = 0.286556, c3 = 'zVvuYkIcja' where c = 1963 index_test.go:137: sql insert into test_index values (3961, 9033948096457470654, 0.744809, 'g7Vgn8bbha') index_test.go:137: sql insert into test_index values (3959, 7978578662554861854, 0.927270, 'ACku9dUdOJ') index_test.go:140: sql delete from test_index where c = 1561 index_test.go:140: sql delete from test_index where c = 3270 index_test.go:140: sql delete from test_index where c = 1667 index_test.go:140: sql delete from test_index where c = 3219 index_test.go:143: sql update test_index set c1 = 7724239266716704174, c2 = 0.316230, c3 = 'uwHqJUsMEM' where c = 3125 index_test.go:140: sql delete from test_index where c = 1474 index_test.go:143: sql update test_index set c1 = 1538871271264998801, c2 = 0.809577, c3 = 'OA5NgYyPGh' where c = 1851 index_test.go:143: sql update test_index set c1 = 8073818432998934526, c2 = 0.151777, c3 = 'QBzrft4BeL' where c = 1916 index_test.go:137: sql insert into test_index values (3963, 8144761257266136806, 0.814502, 'GkSKRiXwTj') index_test.go:140: sql delete from test_index where c = 1173 index_test.go:143: sql update test_index set c1 = 2500027103169121362, c2 = 0.250744, c3 = 'GuFvHIUYsq' where c = 711 index_test.go:137: sql insert into test_index values (3962, 5561175094342663062, 0.099041, 'b8e7w4qXRg') index_test.go:143: sql update test_index set c1 = 770637857298259975, c2 = 0.660530, c3 = '2QFK3yyq2U' where c = 1625 index_test.go:137: sql insert into test_index values (3964, 7694610250890069127, 0.869340, 'seuHDUnTym') index_test.go:143: sql update test_index set c1 = 3815154385268915422, c2 = 0.536186, c3 = 'Xp7wLN9sOE' where c = 1060 index_test.go:143: sql update test_index set c1 = 7050096523867261198, c2 = 0.052719, c3 = 'qMUcvZMN31' where c = 3921 index_test.go:143: sql update test_index set c1 = 1331708098703095708, c2 = 0.505921, c3 = 'uQurB75Ocz' where c = 3234 index_test.go:140: sql delete from test_index where c = 231 index_test.go:137: sql insert into test_index values (3965, 1637903902898725565, 0.660690, 'jGAYqzTNTZ') index_test.go:137: sql insert into test_index values (3966, 5751258942014118992, 0.249420, 'X0axIcvw4S') index_test.go:140: sql delete from test_index where c = 46 index_test.go:143: sql update test_index set c1 = 6324870224017828529, c2 = 0.848382, c3 = 'eNhMHBwPcz' where c = 2187 index_test.go:137: sql insert into test_index values (3970, 8453508966409313614, 0.754538, '6ZsNyhw065') index_test.go:137: sql insert into test_index values (3967, 7765680384800432381, 0.137321, 'Xq3QISK0jg') index_test.go:137: sql insert into test_index values (3968, 8116528566926520758, 0.761403, 'prPCsp2lyg') index_test.go:140: sql delete from test_index where c = 3637 index_test.go:137: sql insert into test_index values (3971, 8459690620501279618, 0.829213, '00E9P2itCU') index_test.go:140: sql delete from test_index where c = 2392 index_test.go:140: sql delete from test_index where c = 1877 index_test.go:140: sql delete from test_index where c = 2419 index_test.go:137: sql insert into test_index values (3969, 4838532656479959077, 0.178301, 'dYa9XIqtvY') index_test.go:140: sql delete from test_index where c = 3734 index_test.go:140: sql delete from test_index where c = 23 index_test.go:143: sql update test_index set c1 = 1671506882577305461, c2 = 0.125538, c3 = 'YQ8PvvCsTR' where c = 1730 index_test.go:140: sql delete from test_index where c = 1522 index_test.go:143: sql update test_index set c1 = 7748976354134692816, c2 = 0.106766, c3 = 'ZsyemzMFCG' where c = 2786 index_test.go:143: sql update test_index set c1 = 1254687885013462376, c2 = 0.138502, c3 = 'eFii15nwg2' where c = 211 index_test.go:137: sql insert into test_index values (3972, 5168783398421726258, 0.818495, 'b3kvL34Sfh') index_test.go:140: sql delete from test_index where c = 3248 index_test.go:143: sql update test_index set c1 = 6978584133221230974, c2 = 0.553282, c3 = '934CraXHJJ' where c = 3765 index_test.go:143: sql update test_index set c1 = 8792743757825073432, c2 = 0.209427, c3 = 'kZjYSAxOAS' where c = 8 index_test.go:143: sql update test_index set c1 = 1302747375727140280, c2 = 0.163313, c3 = 'SdAggyfjjk' where c = 2032 index_test.go:143: sql update test_index set c1 = 5459566308096777367, c2 = 0.590020, c3 = 'kU1IMszv6o' where c = 2205 index_test.go:143: sql update test_index set c1 = 2468784949652621394, c2 = 0.070342, c3 = 'rxqKyORDnE' where c = 2394 index_test.go:137: sql insert into test_index values (3973, 6756533577411997174, 0.401498, 'Bvy36bGNo0') index_test.go:143: sql update test_index set c1 = 3161641474164022116, c2 = 0.839997, c3 = 'zktuN20YBd' where c = 3874 index_test.go:137: sql insert into test_index values (3975, 3692245855749143812, 0.578904, 'bv8Rqviprp') index_test.go:137: sql insert into test_index values (3976, 4437800722676908880, 0.732381, 'EhxGKS23x4') index_test.go:137: sql insert into test_index values (3974, 655015881017679241, 0.158865, 'RHsbgzytkH') index_test.go:137: sql insert into test_index values (3977, 2090142152223537821, 0.452540, 'oKRuWsUTdU') index_test.go:137: sql insert into test_index values (3978, 1856226177232117436, 0.264277, '3bppT69WIb') index_test.go:137: sql insert into test_index values (3980, 6800172284120221759, 0.918585, 'lK0MCvUtpS') index_test.go:140: sql delete from test_index where c = 3712 index_test.go:140: sql delete from test_index where c = 2236 index_test.go:140: sql delete from test_index where c = 1712 index_test.go:137: sql insert into test_index values (3979, 679321270065609930, 0.395080, '3b7dl8zbnY') index_test.go:140: sql delete from test_index where c = 645 index_test.go:143: sql update test_index set c1 = 6281031595139287605, c2 = 0.716873, c3 = 'j6A3D3KQtO' where c = 2794 index_test.go:143: sql update test_index set c1 = 3177295161676309772, c2 = 0.059094, c3 = 'LsHU3ZbJIz' where c = 676 index_test.go:140: sql delete from test_index where c = 2176 index_test.go:140: sql delete from test_index where c = 2503 index_test.go:143: sql update test_index set c1 = 1465596182582467599, c2 = 0.242641, c3 = 'Cg17IzpMVT' where c = 1098 index_test.go:140: sql delete from test_index where c = 3917 index_test.go:137: sql insert into test_index values (3981, 945343222249308792, 0.243290, 'AG9jgfDjdL') index_test.go:140: sql delete from test_index where c = 2670 index_test.go:140: sql delete from test_index where c = 2097 index_test.go:143: sql update test_index set c1 = 9088165594441653140, c2 = 0.350900, c3 = 'Z2YtxkrxVo' where c = 1798 index_test.go:140: sql delete from test_index where c = 42 index_test.go:143: sql update test_index set c1 = 1812410733699755069, c2 = 0.413077, c3 = 'k0brAyofTW' where c = 283 index_test.go:143: sql update test_index set c1 = 4429422328827748282, c2 = 0.469630, c3 = 'UEA1tnloo4' where c = 2087 index_test.go:137: sql insert into test_index values (3982, 4058412763234302038, 0.931991, 'a3meGNgvJU') index_test.go:137: sql insert into test_index values (3983, 9154162315038493924, 0.688936, 'yEv9ZPQF9d') index_test.go:143: sql update test_index set c1 = 31680958664163893, c2 = 0.127422, c3 = 'ypTFkLWTuy' where c = 2193 index_test.go:143: sql update test_index set c1 = 3302286862699135196, c2 = 0.250246, c3 = 'Q4LbtzRGaI' where c = 2411 index_test.go:143: sql update test_index set c1 = 2584999544413789249, c2 = 0.686470, c3 = 'g2FJymjH8K' where c = 3812 index_test.go:140: sql delete from test_index where c = 2044 index_test.go:140: sql delete from test_index where c = 3508 index_test.go:137: sql insert into test_index values (3984, 2230065628822936020, 0.568343, 'NH88TFoLEE') index_test.go:137: sql insert into test_index values (3986, 7154079439043183898, 0.285400, 'B9fPKS7pDv') index_test.go:137: sql insert into test_index values (3985, 5166983204093421100, 0.433738, 'iwtfdiafNP') index_test.go:143: sql update test_index set c1 = 6886059015527953440, c2 = 0.969788, c3 = 'Wt9bIQjWNa' where c = 1890 index_test.go:137: sql insert into test_index values (3987, 306853564811548468, 0.028047, 'Kn43P9CW70') index_test.go:137: sql insert into test_index values (3990, 8743149620278697348, 0.586119, 'xU56pErgD7') index_test.go:140: sql delete from test_index where c = 2293 index_test.go:137: sql insert into test_index values (3988, 1135953145243708958, 0.087394, '7V7tByB0LU') index_test.go:140: sql delete from test_index where c = 2127 index_test.go:137: sql insert into test_index values (3989, 8141854538824989370, 0.829496, 'KuFkiBxI1g') index_test.go:143: sql update test_index set c1 = 871187152073003199, c2 = 0.448618, c3 = 'hdc1jQvSf4' where c = 3873 index_test.go:140: sql delete from test_index where c = 1925 index_test.go:137: sql insert into test_index values (3991, 3749836441011784522, 0.285997, 'FfD4jse9Dh') index_test.go:143: sql update test_index set c1 = 282890832592856793, c2 = 0.243062, c3 = 'qrl4YNoXUW' where c = 3123 index_test.go:140: sql delete from test_index where c = 2288 index_test.go:140: sql delete from test_index where c = 1529 index_test.go:143: sql update test_index set c1 = 1795503197187721683, c2 = 0.628232, c3 = 'L6v4uKvsWf' where c = 1842 index_test.go:140: sql delete from test_index where c = 2870 index_test.go:140: sql delete from test_index where c = 708 index_test.go:140: sql delete from test_index where c = 2456 index_test.go:143: sql update test_index set c1 = 8584113822191902041, c2 = 0.730719, c3 = 'CZjeoNRjcX' where c = 879 index_test.go:143: sql update test_index set c1 = 2424474813368841128, c2 = 0.325318, c3 = 'gpbWiU0svD' where c = 2370 index_test.go:137: sql insert into test_index values (3992, 9161170454422339818, 0.251155, 'G5uBt1IHhT') index_test.go:137: sql insert into test_index values (3993, 4436818325259051099, 0.761618, 'AFd3Wu0tjR') index_test.go:143: sql update test_index set c1 = 1873307154307821095, c2 = 0.646157, c3 = 'cXhdNVzm97' where c = 3685 index_test.go:137: sql insert into test_index values (3994, 8770678079299670482, 0.067514, 'gNu3NSmL7F') index_test.go:140: sql delete from test_index where c = 343 index_test.go:143: sql update test_index set c1 = 2918638820830632639, c2 = 0.481542, c3 = 'OT0AtqWGyR' where c = 1959 index_test.go:143: sql update test_index set c1 = 6438071684884976314, c2 = 0.261876, c3 = 'UqVfhA4CyW' where c = 2779 index_test.go:140: sql delete from test_index where c = 2871 index_test.go:143: sql update test_index set c1 = 139583604261651977, c2 = 0.022102, c3 = 'StG0L6caSd' where c = 1761 index_test.go:143: sql update test_index set c1 = 6183661279646758044, c2 = 0.073649, c3 = 'AMnhdvryCc' where c = 3729 index_test.go:137: sql insert into test_index values (3995, 5159304537702680752, 0.256498, 'mizPsvxC9c') index_test.go:143: sql update test_index set c1 = 8717133752041624468, c2 = 0.342938, c3 = 'sEph9eYodE' where c = 3704 index_test.go:137: sql insert into test_index values (3996, 1280574946715512366, 0.135240, 'ww6Favr3Tb') index_test.go:137: sql insert into test_index values (3997, 5789421959166069163, 0.689624, 'aUjZs05D0v') index_test.go:137: sql insert into test_index values (3998, 2992700185295623595, 0.421707, 'B6cLukYBe8') index_test.go:140: sql delete from test_index where c = 751 index_test.go:143: sql update test_index set c1 = 154067878869751900, c2 = 0.524155, c3 = '1bePJQZDqe' where c = 511 index_test.go:140: sql delete from test_index where c = 2391 index_test.go:140: sql delete from test_index where c = 3047 index_test.go:143: sql update test_index set c1 = 8528592938955938034, c2 = 0.174448, c3 = 'D72ciZqoXX' where c = 2575 index_test.go:140: sql delete from test_index where c = 3392 index_test.go:137: sql insert into test_index values (4000, 1221385923532804204, 0.021846, 'vQZn5QWKyy') index_test.go:143: sql update test_index set c1 = 8067155188033701499, c2 = 0.655186, c3 = '6YXrqEBwC2' where c = 3190 index_test.go:137: sql insert into test_index values (3999, 624937402793543396, 0.421810, 'afd1er9M8C') index_test.go:140: sql delete from test_index where c = 588 index_test.go:143: sql update test_index set c1 = 3440034181943953476, c2 = 0.938834, c3 = 'RBpM1tdtJK' where c = 2725 index_test.go:140: sql delete from test_index where c = 2396 index_test.go:143: sql update test_index set c1 = 8040764356712871868, c2 = 0.305915, c3 = 'FpzvecFaEg' where c = 302 index_test.go:143: sql update test_index set c1 = 2303516823065809185, c2 = 0.435027, c3 = 'N8QchhC3aI' where c = 236 index_test.go:143: sql update test_index set c1 = 7405271428534615299, c2 = 0.941847, c3 = 'WXMTO9w0QH' where c = 3244 index_test.go:140: sql delete from test_index where c = 912 index_test.go:143: sql update test_index set c1 = 7316646360548564556, c2 = 0.223931, c3 = 'O0MS2NPANL' where c = 2771 index_test.go:137: sql insert into test_index values (4002, 3589230510416115153, 0.669802, '4QZP5kAtfp') index_test.go:137: sql insert into test_index values (4003, 5804380372514320702, 0.162146, 'fHR9Mhq2tm') index_test.go:137: sql insert into test_index values (4001, 1060852726575516707, 0.202086, 'VUHhHazI31') index_test.go:137: sql insert into test_index values (4004, 2531526486269978939, 0.268958, 'YxRRdqlYkh') index_test.go:137: sql insert into test_index values (4009, 1079032470321081963, 0.646240, 'IqsqVxm1Yj') index_test.go:137: sql insert into test_index values (4005, 1784526034588457288, 0.918346, '59xF68RSi8') index_test.go:137: sql insert into test_index values (4006, 2029256834809224438, 0.949750, '6LfgqVnUIL') index_test.go:137: sql insert into test_index values (4008, 4959323764761674568, 0.884046, 'wgoC46Mv1r') index_test.go:140: sql delete from test_index where c = 2702 index_test.go:137: sql insert into test_index values (4010, 44937981405306187, 0.789200, 'RWWQ3d3ZTu') index_test.go:137: sql insert into test_index values (4007, 1638753149483945877, 0.344995, '2QEaDNrALN') index_test.go:140: sql delete from test_index where c = 2096 index_test.go:140: sql delete from test_index where c = 2888 index_test.go:140: sql delete from test_index where c = 100 index_test.go:140: sql delete from test_index where c = 517 index_test.go:143: sql update test_index set c1 = 6640575758884315740, c2 = 0.775168, c3 = 'W92inhpev9' where c = 1190 index_test.go:140: sql delete from test_index where c = 3938 index_test.go:140: sql delete from test_index where c = 3902 index_test.go:140: sql delete from test_index where c = 3425 index_test.go:143: sql update test_index set c1 = 2107715455150856465, c2 = 0.287402, c3 = 'baHnQ1L1fU' where c = 1298 index_test.go:143: sql update test_index set c1 = 3666978009711323766, c2 = 0.311257, c3 = 'F4cai8hZ8M' where c = 27 index_test.go:140: sql delete from test_index where c = 2135 index_test.go:143: sql update test_index set c1 = 6649133074330931075, c2 = 0.614949, c3 = 'y6uqd525m4' where c = 661 index_test.go:140: sql delete from test_index where c = 2955 index_test.go:137: sql insert into test_index values (4011, 2866350264702025, 0.393649, 'q0aMEpuZpM') index_test.go:143: sql update test_index set c1 = 1153033307620746194, c2 = 0.910673, c3 = 'H3rCJv5T19' where c = 1123 index_test.go:143: sql update test_index set c1 = 3031713150775186566, c2 = 0.829460, c3 = 'KPfYhXkNpZ' where c = 3778 index_test.go:140: sql delete from test_index where c = 410 index_test.go:143: sql update test_index set c1 = 7694098049939458675, c2 = 0.994684, c3 = 'jipzGdvj9E' where c = 3682 index_test.go:143: sql update test_index set c1 = 9045165121090730673, c2 = 0.126371, c3 = '2dEKJu795R' where c = 3613 index_test.go:137: sql insert into test_index values (4012, 3996494491328467303, 0.315247, 'PoQO0W8emU') index_test.go:137: sql insert into test_index values (4013, 5760951347790400057, 0.093182, 'J3euJ4Ozb9') index_test.go:143: sql update test_index set c1 = 9112949030919419091, c2 = 0.689131, c3 = 'TaDnpNDxfa' where c = 2821 index_test.go:137: sql insert into test_index values (4014, 7282160964231130771, 0.561187, 'HNY9y53tNm') index_test.go:143: sql update test_index set c1 = 8985084929461522560, c2 = 0.687821, c3 = 'CD7yLcqz6K' where c = 2810 index_test.go:140: sql delete from test_index where c = 1955 index_test.go:137: sql insert into test_index values (4016, 8265898025049989263, 0.158473, 'Mi5YKCb5ev') index_test.go:137: sql insert into test_index values (4015, 1851045182691152210, 0.497746, 'xSmTiO9hE1') index_test.go:143: sql update test_index set c1 = 8586972366728786937, c2 = 0.891555, c3 = '7Tngt6kCEk' where c = 936 index_test.go:137: sql insert into test_index values (4018, 3832614044097320836, 0.514363, 'ALItqkz0MB') index_test.go:137: sql insert into test_index values (4017, 6933094942611065967, 0.437335, '0abe63fU3b') index_test.go:137: sql insert into test_index values (4019, 9017083388810609762, 0.346933, 'lBdQRBirEk') index_test.go:140: sql delete from test_index where c = 3519 index_test.go:143: sql update test_index set c1 = 3498672278646054770, c2 = 0.963750, c3 = 'bXC7nhwVPd' where c = 907 index_test.go:137: sql insert into test_index values (4020, 4643376948060294983, 0.869861, 'MnquEw9rFK') index_test.go:140: sql delete from test_index where c = 600 index_test.go:140: sql delete from test_index where c = 3075 index_test.go:143: sql update test_index set c1 = 3956759242957295086, c2 = 0.202662, c3 = 'N8TkocnKDS' where c = 1633 index_test.go:140: sql delete from test_index where c = 2631 index_test.go:137: sql insert into test_index values (4021, 1520228247390115828, 0.079384, '8DSisdHsLy') index_test.go:140: sql delete from test_index where c = 2699 index_test.go:140: sql delete from test_index where c = 1547 index_test.go:140: sql delete from test_index where c = 1991 index_test.go:143: sql update test_index set c1 = 2965454328107960077, c2 = 0.618960, c3 = 'AtdVoVaTMS' where c = 583 index_test.go:137: sql insert into test_index values (4022, 8500580983400150370, 0.285955, '4BUXHUNOQI') index_test.go:143: sql update test_index set c1 = 2244669480131396704, c2 = 0.970632, c3 = 'T3cGfQACEL' where c = 630 index_test.go:140: sql delete from test_index where c = 3893 index_test.go:143: sql update test_index set c1 = 6722595801421898470, c2 = 0.376889, c3 = 'lEco1wqgpU' where c = 2089 index_test.go:143: sql update test_index set c1 = 4034841416036004298, c2 = 0.620616, c3 = 'XIvgo7FXzw' where c = 1327 index_test.go:140: sql delete from test_index where c = 46 index_test.go:143: sql update test_index set c1 = 1605563158107274394, c2 = 0.913256, c3 = '82IeDNonif' where c = 360 index_test.go:140: sql delete from test_index where c = 882 index_test.go:137: sql insert into test_index values (4025, 8103214872269078009, 0.676132, 'nCQOtO6baM') index_test.go:137: sql insert into test_index values (4024, 5774751603589444428, 0.126435, 'hRvFCRIe1b') index_test.go:143: sql update test_index set c1 = 4451097625255187118, c2 = 0.814926, c3 = 'AaK0wOh8EE' where c = 3931 index_test.go:137: sql insert into test_index values (4023, 1252436060286635174, 0.497001, 'foo9Vah5RX') index_test.go:137: sql insert into test_index values (4026, 1681236353766770850, 0.889017, 'N3yIDgL3ie') index_test.go:140: sql delete from test_index where c = 2439 index_test.go:140: sql delete from test_index where c = 1112 index_test.go:140: sql delete from test_index where c = 775 index_test.go:140: sql delete from test_index where c = 1505 index_test.go:143: sql update test_index set c1 = 4720255547971040939, c2 = 0.660775, c3 = 'OnW8fJflZf' where c = 647 index_test.go:143: sql update test_index set c1 = 4793853486503894669, c2 = 0.166289, c3 = '5OLO9v0cmk' where c = 3679 index_test.go:137: sql insert into test_index values (4027, 498431059388100050, 0.546425, '9nwVKtFmFR') index_test.go:137: sql insert into test_index values (4029, 3635741048280871950, 0.723856, '7T1ogmxkBK') index_test.go:143: sql update test_index set c1 = 8380680437274028753, c2 = 0.343152, c3 = 'Wo7ZccFrLH' where c = 672 index_test.go:143: sql update test_index set c1 = 3508957442419553764, c2 = 0.669660, c3 = 'ghrjR8Rg89' where c = 2336 index_test.go:137: sql insert into test_index values (4028, 2687897519975707341, 0.710714, 'Dcm0qAbfvS') index_test.go:140: sql delete from test_index where c = 503 index_test.go:143: sql update test_index set c1 = 3335904296949861478, c2 = 0.074866, c3 = 'o81zSSmMxK' where c = 699 index_test.go:137: sql insert into test_index values (4031, 9161354692921808696, 0.635517, 'MVi8zAvjeI') index_test.go:143: sql update test_index set c1 = 6431182791546669486, c2 = 0.390062, c3 = 'JykixIQ3pF' where c = 1729 index_test.go:137: sql insert into test_index values (4030, 7787831990561185021, 0.155991, 'xP6gJUi4PW') index_test.go:143: sql update test_index set c1 = 5683507044588364623, c2 = 0.429078, c3 = '9lQVXV1UO8' where c = 2885 index_test.go:140: sql delete from test_index where c = 924 index_test.go:137: sql insert into test_index values (4032, 166190586603768692, 0.785149, '1e6WEhgZTV') index_test.go:137: sql insert into test_index values (4033, 7830165091204763336, 0.395143, 'cvQca3rwVL') index_test.go:140: sql delete from test_index where c = 1249 index_test.go:140: sql delete from test_index where c = 2462 index_test.go:143: sql update test_index set c1 = 3152706677458610738, c2 = 0.277977, c3 = 'vi9spr6Aav' where c = 2391 index_test.go:137: sql insert into test_index values (4034, 9210281292391562024, 0.350205, 'a5154ztFDi') index_test.go:140: sql delete from test_index where c = 397 index_test.go:140: sql delete from test_index where c = 2351 index_test.go:140: sql delete from test_index where c = 2801 index_test.go:143: sql update test_index set c1 = 1038682198673213407, c2 = 0.206641, c3 = 'CjPw3QFQZb' where c = 455 index_test.go:143: sql update test_index set c1 = 8700725093807091819, c2 = 0.143919, c3 = 'pWXOT21vxC' where c = 2526 index_test.go:137: sql insert into test_index values (4036, 4640794183204702258, 0.769314, '4G2HCRTbAV') index_test.go:137: sql insert into test_index values (4035, 5427497325832485528, 0.794614, 'BiK2doIA9G') index_test.go:137: sql insert into test_index values (4037, 5564075234996022057, 0.041078, '9Rxn6w98VH') index_test.go:143: sql update test_index set c1 = 7861652907782642471, c2 = 0.146865, c3 = 'GQit1L6pjn' where c = 2638 index_test.go:143: sql update test_index set c1 = 3796554308642751050, c2 = 0.308436, c3 = 'hU2d8k3U3H' where c = 3901 index_test.go:137: sql insert into test_index values (4038, 5331847415076536950, 0.541042, '7OBVopjblR') index_test.go:140: sql delete from test_index where c = 252 index_test.go:143: sql update test_index set c1 = 4703966672650493872, c2 = 0.647521, c3 = 'LF0KyB9e3S' where c = 3079 index_test.go:140: sql delete from test_index where c = 2421 index_test.go:143: sql update test_index set c1 = 798085637674799001, c2 = 0.166941, c3 = 'sLp0Na2WAy' where c = 3986 index_test.go:140: sql delete from test_index where c = 2331 index_test.go:140: sql delete from test_index where c = 3357 index_test.go:137: sql insert into test_index values (4039, 9020060010680702674, 0.344583, 'vDGGRr08zp') index_test.go:137: sql insert into test_index values (4040, 8342614564166748189, 0.731403, 'NHpVQAVGBQ') index_test.go:143: sql update test_index set c1 = 7159538282329775162, c2 = 0.669241, c3 = 'LJLHsVzOoh' where c = 2093 index_test.go:137: sql insert into test_index values (4041, 4625023825624805975, 0.587307, 'Sf1BjTVt4X') index_test.go:140: sql delete from test_index where c = 3670 index_test.go:140: sql delete from test_index where c = 769 index_test.go:143: sql update test_index set c1 = 7474498879846014169, c2 = 0.206350, c3 = '2vGqB6jzPQ' where c = 2072 index_test.go:140: sql delete from test_index where c = 2749 index_test.go:143: sql update test_index set c1 = 7473391088761000065, c2 = 0.997620, c3 = 'XP9mLAlrbM' where c = 2691 index_test.go:143: sql update test_index set c1 = 5841256818654331905, c2 = 0.115603, c3 = '7GVMeh1NC2' where c = 1789 index_test.go:137: sql insert into test_index values (4042, 3626121578369435034, 0.809889, 'o4llPvIVTC') index_test.go:137: sql insert into test_index values (4043, 5001890738695083718, 0.661338, 'zwt0n9pFWK') index_test.go:143: sql update test_index set c1 = 6067210422659509601, c2 = 0.618226, c3 = 'JUjDOrNLEL' where c = 329 index_test.go:140: sql delete from test_index where c = 1677 index_test.go:143: sql update test_index set c1 = 8377924556495094066, c2 = 0.534334, c3 = 'TI7pG0E3v5' where c = 961 index_test.go:140: sql delete from test_index where c = 599 index_test.go:137: sql insert into test_index values (4044, 8674167254065863492, 0.251739, 'D8G7XvUMj0') index_test.go:137: sql insert into test_index values (4045, 6699778871966122835, 0.955136, 'pnGQYBRBO6') index_test.go:137: sql insert into test_index values (4047, 2511803923382474107, 0.973130, 'fOMnR3GAFR') index_test.go:137: sql insert into test_index values (4046, 5098029385828788167, 0.738520, '1ii0WJ3Vcq') index_test.go:143: sql update test_index set c1 = 8567568045929940091, c2 = 0.772965, c3 = '879oHYW5No' where c = 1329 index_test.go:137: sql insert into test_index values (4048, 516119427601353434, 0.958975, 'NlGbGOZrcS') index_test.go:140: sql delete from test_index where c = 3334 index_test.go:137: sql insert into test_index values (4049, 8501510267648817499, 0.743355, 'cVrpRaIHB9') index_test.go:143: sql update test_index set c1 = 520471131152818599, c2 = 0.895028, c3 = '7BVfrOtsUp' where c = 3880 index_test.go:140: sql delete from test_index where c = 661 index_test.go:140: sql delete from test_index where c = 3020 index_test.go:137: sql insert into test_index values (4050, 850819465118232108, 0.198907, '5i57L8b8X7') index_test.go:140: sql delete from test_index where c = 1255 index_test.go:143: sql update test_index set c1 = 650684760967483398, c2 = 0.979814, c3 = 'BhCa19gsRe' where c = 909 index_test.go:143: sql update test_index set c1 = 901948430392462742, c2 = 0.765940, c3 = 'Eztnow310F' where c = 1655 index_test.go:140: sql delete from test_index where c = 2668 index_test.go:143: sql update test_index set c1 = 6351865547488873888, c2 = 0.502579, c3 = 'XyF7cRd3PX' where c = 1477 index_test.go:137: sql insert into test_index values (4051, 8159871747167546358, 0.084361, 'kjm1SGLfIt') index_test.go:140: sql delete from test_index where c = 928 index_test.go:140: sql delete from test_index where c = 3854 index_test.go:140: sql delete from test_index where c = 3177 index_test.go:143: sql update test_index set c1 = 2342351225859267157, c2 = 0.681542, c3 = 'cjbBvBVWa1' where c = 2012 index_test.go:143: sql update test_index set c1 = 7038758110836702838, c2 = 0.796361, c3 = 'YYMpR94qj2' where c = 2827 index_test.go:143: sql update test_index set c1 = 7596443439745510248, c2 = 0.608962, c3 = 'f57Nco11AQ' where c = 142 index_test.go:137: sql insert into test_index values (4053, 8233084393206919064, 0.906300, 'vfpM87tUCi') index_test.go:143: sql update test_index set c1 = 253631328732984752, c2 = 0.423234, c3 = 'Y82engi5AP' where c = 2960 index_test.go:137: sql insert into test_index values (4052, 8359970641939518853, 0.400073, 'Qvcn8Ebz3l') index_test.go:137: sql insert into test_index values (4054, 8348032002735834198, 0.223447, 'JGDltecM95') index_test.go:140: sql delete from test_index where c = 1257 index_test.go:137: sql insert into test_index values (4055, 7976688379653119794, 0.722087, 'XYDw5SpaoD') index_test.go:140: sql delete from test_index where c = 904 index_test.go:143: sql update test_index set c1 = 7565354416949912027, c2 = 0.833414, c3 = 'VX4fN4YdHk' where c = 3572 index_test.go:137: sql insert into test_index values (4057, 4668522222399029999, 0.715435, 'lGgl0lTt1h') index_test.go:140: sql delete from test_index where c = 3130 index_test.go:137: sql insert into test_index values (4056, 8415318799310471166, 0.332189, 'RhOsJwyMcq') index_test.go:143: sql update test_index set c1 = 3631713891483338249, c2 = 0.205352, c3 = '0E2I3AATo5' where c = 277 index_test.go:140: sql delete from test_index where c = 1748 index_test.go:140: sql delete from test_index where c = 1359 index_test.go:137: sql insert into test_index values (4058, 6390619076041404324, 0.866161, 'ml6pblWBlT') index_test.go:143: sql update test_index set c1 = 53876407224291515, c2 = 0.479080, c3 = 'ICKNYvv2uM' where c = 3406 index_test.go:140: sql delete from test_index where c = 1552 index_test.go:143: sql update test_index set c1 = 3945755363195376370, c2 = 0.229749, c3 = 'UdOjeB8Hex' where c = 2754 index_test.go:137: sql insert into test_index values (4059, 2331908076538576060, 0.555920, 'ugShLcm4EF') index_test.go:143: sql update test_index set c1 = 7912938585596187666, c2 = 0.414001, c3 = 'bkASI7cQgN' where c = 620 index_test.go:143: sql update test_index set c1 = 6784249153932639564, c2 = 0.546722, c3 = 'vvhRK6lXJN' where c = 2879 index_test.go:140: sql delete from test_index where c = 3058 index_test.go:137: sql insert into test_index values (4060, 1264168282528594367, 0.799592, 'ZSNlu6zPD7') index_test.go:137: sql insert into test_index values (4061, 5449792059875390332, 0.761657, 'jpT8hiFVek') index_test.go:140: sql delete from test_index where c = 1321 index_test.go:137: sql insert into test_index values (4062, 6479624309041428920, 0.053556, '0Qbj3QOyMf') index_test.go:143: sql update test_index set c1 = 7423634188900170603, c2 = 0.866606, c3 = 'giGbAxmWVA' where c = 35 index_test.go:140: sql delete from test_index where c = 3761 index_test.go:137: sql insert into test_index values (4063, 4161734168856614857, 0.410765, 'RLzuTtzhkQ') index_test.go:143: sql update test_index set c1 = 1227178154642160863, c2 = 0.869359, c3 = 'NWSnFplTE0' where c = 2927 index_test.go:143: sql update test_index set c1 = 21190957704435123, c2 = 0.497342, c3 = 'ZFhIE6ZFCe' where c = 2872 index_test.go:140: sql delete from test_index where c = 2308 index_test.go:140: sql delete from test_index where c = 1726 index_test.go:137: sql insert into test_index values (4064, 3161123176938411511, 0.866078, '8DY0TrtRpd') index_test.go:143: sql update test_index set c1 = 7287278923740475504, c2 = 0.212674, c3 = '5POH8TONXF' where c = 1774 index_test.go:140: sql delete from test_index where c = 3231 index_test.go:137: sql insert into test_index values (4065, 6086990379306309501, 0.631492, 'QoXG4MSK0n') index_test.go:137: sql insert into test_index values (4066, 939134574554774536, 0.170417, 'bc5zHvSX5H') index_test.go:143: sql update test_index set c1 = 1513354139154605142, c2 = 0.741736, c3 = '3nLBg3fk1D' where c = 2046 index_test.go:140: sql delete from test_index where c = 943 index_test.go:140: sql delete from test_index where c = 3683 index_test.go:143: sql update test_index set c1 = 824686529066157454, c2 = 0.808599, c3 = 'odDPCW6NeE' where c = 3143 index_test.go:140: sql delete from test_index where c = 2029 index_test.go:137: sql insert into test_index values (4067, 1472116209004720096, 0.728940, 'JaqY7zX7Rw') index_test.go:137: sql insert into test_index values (4068, 7464492402004734768, 0.731441, 'vbZXgdpn06') index_test.go:143: sql update test_index set c1 = 7449590208040719097, c2 = 0.238612, c3 = 'x1vhBbhevv' where c = 611 index_test.go:143: sql update test_index set c1 = 7153713993682842269, c2 = 0.317886, c3 = 'XljGZpAJGl' where c = 3543 index_test.go:137: sql insert into test_index values (4069, 7947885337336561900, 0.709005, 'UgwxJfV8FI') index_test.go:140: sql delete from test_index where c = 3893 index_test.go:140: sql delete from test_index where c = 3074 index_test.go:143: sql update test_index set c1 = 115984437382660458, c2 = 0.595082, c3 = 'lcu173Lj4K' where c = 2420 index_test.go:137: sql insert into test_index values (4070, 2915466273788602485, 0.875412, 'bOvAgYIEge') index_test.go:140: sql delete from test_index where c = 1714 index_test.go:140: sql delete from test_index where c = 2663 index_test.go:143: sql update test_index set c1 = 7273642642697468871, c2 = 0.712729, c3 = 'MfUdnsIFdK' where c = 838 index_test.go:137: sql insert into test_index values (4072, 4089093681514240777, 0.351069, 'jcyjmmmG44') index_test.go:143: sql update test_index set c1 = 5839096838424968973, c2 = 0.592918, c3 = 'WCm3AoPpv0' where c = 3012 index_test.go:143: sql update test_index set c1 = 5824736469912230776, c2 = 0.117601, c3 = 'AE0IueMfTD' where c = 696 index_test.go:137: sql insert into test_index values (4071, 7202685536689592880, 0.139783, 'GqMCgq9rPL') index_test.go:137: sql insert into test_index values (4073, 4603971267771360191, 0.822548, 'ldmRrV8Dep') index_test.go:143: sql update test_index set c1 = 4649348057082619213, c2 = 0.020906, c3 = '6QlnTgU34T' where c = 2731 index_test.go:143: sql update test_index set c1 = 789090886342114987, c2 = 0.390670, c3 = 'ZTPapFtRX8' where c = 2460 index_test.go:137: sql insert into test_index values (4074, 295571511567326745, 0.448609, 'uOA38hkoHb') index_test.go:140: sql delete from test_index where c = 2266 index_test.go:140: sql delete from test_index where c = 1463 index_test.go:137: sql insert into test_index values (4075, 6555813619904584839, 0.326076, 'hjQc3wThWN') index_test.go:143: sql update test_index set c1 = 3310590811578879369, c2 = 0.731433, c3 = 'SdUjK2tuXb' where c = 2858 index_test.go:140: sql delete from test_index where c = 4064 index_test.go:137: sql insert into test_index values (4076, 9037470625954632123, 0.562354, 'm7tDU15jif') index_test.go:143: sql update test_index set c1 = 3149732935721208085, c2 = 0.092576, c3 = 'APj9Fqxvzf' where c = 4049 index_test.go:137: sql insert into test_index values (4077, 5774662356171315498, 0.509004, 'uL5EJd5ugi') index_test.go:143: sql update test_index set c1 = 8717705631168940611, c2 = 0.002415, c3 = 'tTf0ScwUMO' where c = 654 index_test.go:137: sql insert into test_index values (4078, 454493466257010952, 0.320482, 'Na95ZZ0Baq') index_test.go:140: sql delete from test_index where c = 2343 index_test.go:143: sql update test_index set c1 = 7440863543775630625, c2 = 0.092509, c3 = 'eD5FCpV9He' where c = 1141 index_test.go:140: sql delete from test_index where c = 2470 index_test.go:140: sql delete from test_index where c = 3938 index_test.go:137: sql insert into test_index values (4079, 5597810206292294546, 0.416869, 'C5hn6pnnEX') index_test.go:140: sql delete from test_index where c = 3036 index_test.go:137: sql insert into test_index values (4080, 2402180895978041060, 0.367667, 'ic8TYQI3nO') index_test.go:140: sql delete from test_index where c = 2431 index_test.go:137: sql insert into test_index values (4081, 5303706439694919437, 0.685250, 'Luv0kqRSUM') index_test.go:140: sql delete from test_index where c = 2626 index_test.go:143: sql update test_index set c1 = 7420151744618421631, c2 = 0.017888, c3 = '0roRrwgeXr' where c = 996 index_test.go:140: sql delete from test_index where c = 3996 index_test.go:137: sql insert into test_index values (4082, 9171039526169692810, 0.666316, 'mXPiFqnZxN') index_test.go:140: sql delete from test_index where c = 1638 index_test.go:143: sql update test_index set c1 = 9089314449392556968, c2 = 0.888901, c3 = 'OHNZ9ldEWw' where c = 48 index_test.go:143: sql update test_index set c1 = 5443788548000563384, c2 = 0.021239, c3 = 'oEn2UHmuZ0' where c = 1472 index_test.go:143: sql update test_index set c1 = 8570021494903745179, c2 = 0.048656, c3 = 'TBZ2czYHWW' where c = 618 index_test.go:143: sql update test_index set c1 = 1741221620675275923, c2 = 0.034083, c3 = 'lcoqlTFi6r' where c = 1416 index_test.go:140: sql delete from test_index where c = 847 index_test.go:143: sql update test_index set c1 = 7845973912411185313, c2 = 0.887181, c3 = 'zvEMdLtcGc' where c = 1184 index_test.go:143: sql update test_index set c1 = 4779996367718219481, c2 = 0.593671, c3 = 'dQ6il2HF6U' where c = 3394 index_test.go:140: sql delete from test_index where c = 2616 index_test.go:143: sql update test_index set c1 = 5228569151620309420, c2 = 0.381592, c3 = 'zMnJBZ0r5h' where c = 909 index_test.go:137: sql insert into test_index values (4084, 5327836032032224425, 0.394731, 'tePmjkyXF2') index_test.go:143: sql update test_index set c1 = 4590060384141146564, c2 = 0.216739, c3 = 'ZbG5CxFq2s' where c = 3822 index_test.go:137: sql insert into test_index values (4083, 6276561996633560242, 0.978713, 'pvhQaGVK2a') index_test.go:137: sql insert into test_index values (4086, 296323647722496731, 0.331658, 'jlwAffEE0U') index_test.go:137: sql insert into test_index values (4087, 6815417722161159527, 0.447320, 'VTZ4fwlGrP') index_test.go:143: sql update test_index set c1 = 4009607411254760535, c2 = 0.149262, c3 = 'rPMQbdCg0F' where c = 912 index_test.go:140: sql delete from test_index where c = 1529 index_test.go:137: sql insert into test_index values (4088, 7565673159416779637, 0.018674, 'vmvmxMuz73') index_test.go:137: sql insert into test_index values (4089, 145326723612327492, 0.294200, 'ougyOPstBu') index_test.go:137: sql insert into test_index values (4085, 1031177260080175374, 0.926550, '1qu9H73G5m') index_test.go:140: sql delete from test_index where c = 3656 # Time: 2024-05-06T21:35:14.309835789+08:00 # Txn_start_ts: 449577618938003460 # Query_time: 0.616641967 # Parse_time: 0 # Compile_time: 0.000419852 # Rewrite_time: 0.000141013 # Optimize_time: 0.000196577 # Wait_TS: 0.00015015 # Cop_time: 0.615483304 Process_time: 0.000017549 Wait_time: 0.000185997 Request_count: 1 Total_keys: 1 Get_snapshot_time: 0.000 # Index_names: [bind_info:time_index] # Is_internal: true # Digest: 9686cfbfb4a7fc958612fb976fd5a83eb6e860034faa5b9ccc6c7e87ce5fa67c # Stats: bind_info:pseudo[10000;0] # Num_cop_tasks: 1 # Cop_proc_avg: 1.7549e-05 Cop_proc_addr: 127.0.0.1:20160 # Cop_wait_avg: 0.000185997 Cop_wait_addr: 127.0.0.1:20160 # Mem_max: 233 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0.615290217 # PD_total: 0.000128835 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Warnings: [{"Level":"Note","Message":"[bind_info,time_index] remain after pruning paths for bind_info given Prop{SortItems: [], TaskTp: rootTask}","IsExtra":true}] # Succ: true # IsExplicitTxn: false # IsSyncStatsFailed: false # Plan: tidb_decode_plan('3Aa4MAkxNF81CTAJMzMzMy4zMwlteXNxbC5iaW5kX2luZm8udXBkYXRlX3RpbWUsIG06HQAMY3JlYQ0dfAkwCXRpbWU6NjE1LjhtcywgbG9vcHM6MQkwIEJ5dGVzEQggCjEJMzBfMTMJGXMuOwAANy47AAwyMzMgCT1QTi9BCjIJNDdfMTEoQnVpbGQpCTFfGUIUdGFibGU6FbUcLCBpbmRleDoBkQBfBQsIKHVwFcc4KSwgcmFuZ2U6KDAwMDAtBQMMIDAwOgUDAC4BFKAwMCwraW5mXSwga2VlcCBvcmRlcjpmYWxzZSwgc3RhdHM6cHNldWRvCR30ADUduWQsIGNvcF90YXNrOiB7bnVtOiAxLCBtYXg6ICEeADQBKkRwcm9jX2tleXM6IDAsIHRvdF8BEiA6IDE3LjXCtXMJEyB3YWl0OiAxODYFElRjb3ByX2NhY2hlX2hpdF9yYXRpbzogAbIILCBiIRQFcghfZHUFGhhuOiAyOS40BTp8bWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGMl6hQ6e0NvcDoBrxRfcnBjOjEFgwhhbF8hRSXWKDNtc319LCB0aWt2BWoEOnsFGwwwcywgLexIfSwgc2Nhbl9kZXRhaWw6IHt0bwFCCec4MSwgZ2V0X3NuYXBzaG90CVgQIDguNDcFpDRyb2Nrc2RiOiB7YmxvYyE5AH0JbgRtZT5QACEqCGVzcw1CADE9MgRhbCU0ERotOQWyCHdhbA3MECAyNzMuIVMQfQlOL0EBBEFbLDVfMTIoUHJvYmUpCXJbAgBrfhMCIAlOL0EJTi9BCg==') # Plan_digest: c338c3017eb2e4980cb49c8f804fea1fb7c1104aede2385f12909cdd376799b3 # Binary_plan: tidb_decode_binary_plan('vAeICrcHCgZTb3J0XzUSxQYKDkluZGV4TG9va1VwXzEzEv0EChEFE/BYUmFuZ2VTY2FuXzExGgEBIQAAAACAMQdBKauqqqqqCqpAOAJAAkovCi0KBW15c3FsEgliaW5kX2luZm8aGQoKdGltZV9pbmRleBILdXBkYXRlX3RpbWVSR3IBWBg6KDAwMDAtBQMMIDAwOgUDAC4BFPQ0ATAwLCtpbmZdLCBrZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG9aFXRpbWU6NjE1LjVtcywgbG9vcHM6MWLZAWNvcF90YXNrOiB7bnVtOiAxLCBtYXg6IDYxNS40bXMsIHByb2Nfa2V5czogMCwgdG90X3Byb2M6IDE3LjXCtXMsIHRvdF93YWl0OiAxODbCtXMsIGNvcHJfY2FjaGVfaGl0X3JhdGlvOiAwLjAwLCBidWlsZF90YXNrX2R1cmF0aW9uOiAyOS40wrVzLCBtYXhfZGlzdHNxbF9jb25jdXJyZW5jeTogMX0sIHJwY19pbmZvOntDb3A6e251bV9ycGM6MSwgdG90YWxfdGltZTo2MTUuM21zfX1qywF0aWt2X3Rhc2s6e3RpbWU6MHMsIGxvbwH6DH0sIHMhrkBkZXRhaWw6IHt0b3RhbF9rZQHoPDEsIGdldF9zbmFwc2hvdF8hnhQ6IDguNDcF31hyb2Nrc2RiOiB7YmxvY2s6IHt9fX0sIAEmPlAAGHByb2Nlc3MNQggxNy41MwRhbCU1ERoEODYFWyB0aWt2X3dhbGwNGAwyNzMuARoIfXD/EQEEAXgRCjz/ARJ4ChFUYWJsZVJvd0lESX8MMhoBAkV/CHAoIjp/AhAUChIKBT5/AgRSHnY7AlZ6ACghGo2sqeJI+0Apq1HhDAFAAVpZZwA3QTwAbElnBHDpLrUAHCFOpwX9tywMHZ0QAUABUjgFmTAuYmluZF9pbmZvLnVwdQgELCA+HQAQY3JlYXRpJR11NDhtcywgbG9vcHM6MRgB') # Resource_group: default ; # Time: 2024-05-06T21:35:14.309885466+08:00 # Txn_start_ts: 449577618885574657 # Query_time: 0.825904605 # Parse_time: 0 # Compile_time: 0.002646051 # Rewrite_time: 0.000522581 # Optimize_time: 0.001809186 # Wait_TS: 0.000026753 # Cop_time: 0.821983862 Process_time: 0.000167297 Wait_time: 0.000118944 Request_count: 2 Total_keys: 4 Get_snapshot_time: 0.000 # Index_names: [tidb_background_subtask:idx_exec_id,tidb_global_task:state] # Is_internal: true # Digest: 8e00fe5c3677d581b104159ff91d824e3be8160c4e4be058288db681abd1a134 # Stats: tidb_global_task:pseudo[10000;0],tidb_background_subtask:pseudo[10000;0] # Num_cop_tasks: 2 # Cop_proc_avg: 8.3648e-05 Cop_proc_p90: 0.000107147 Cop_proc_max: 0.000107147 Cop_proc_addr: 127.0.0.1:20160 # Cop_wait_avg: 5.9472e-05 Cop_wait_p90: 6.4716e-05 Cop_wait_max: 6.4716e-05 Cop_wait_addr: 127.0.0.1:20160 # Mem_max: 16999 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Warnings: [{"Level":"Note","Message":"[st,idx_exec_id] remain after pruning paths for st given Prop{SortItems: [], TaskTp: rootTask}","IsExtra":true},{"Level":"Note","Message":"[t,state] remain after pruning paths for t given Prop{SortItems: [], TaskTp: rootTask}","IsExtra":true}] # Succ: true # IsExplicitTxn: false # IsSyncStatsFailed: false # Plan: tidb_decode_plan('iiSwMAkxNF8xMwkwCTEJbXlzcWwudGlkYl9nbG9iYWxfdGFzay5wcmlvcml0eSwgWiEAKGNyZWF0ZV90aW1lYiQAEGlkCTAJASJgOjgyMi4xbXMsIGxvb3BzOjEJMCBCeXRlcxEIGAoxCTNfMTVukgAMaWQsIFqMAAGyDF9rZXlmIQAEeXBmpgAMc3RhdG4eAARlcGJYAIYmASBvbmN1cnJlbmNmnQCOSgEkdGFyZ2V0X3NjbwHJHENvbHVtbiMzITBSXwEILCBDGXlYOk9GRgk0LjcxIEtCCU4vQQoyCTZfMTYlbCBncm91cCBieTpaWgEhdSRmdW5jczptYXgoHSUMYmFjawE9FG5kX3N1YiGBAC4d7AgpLT4VpAAsDUEcZmlyc3Ryb3cuRgAucgIQaWQpLT4dYjYcAJ5GAAGKQQtmTAARIqJSAAh5cGVqTgBFWikjfuIARWlmSwAFH56WAFF6Zk8AESKeUgBdh2ZVAB0lolgAWYpqWAAZJZ5YAAxzdGVwZlEAAR6eSgAuXQNmUgAuJgBe1wRULCBwYXJ0aWFsX3dvcmtlcjp7d2FsbKUlpQMUMDQ5NDUzoQgd8Qw6NSwgRZVsbnVtOjAsIHRvdF93YWl0OjQuMTEwMDI5NzYzcwkXFGV4ZWM6MA0NZfoANAUkJDM2NzdzLCBtYXgJZxAxOTU0NgFnCHA5NTISABR9LCBmaW5moAAQOTU0MjUBOV6gAAGsEaAYNy4wMjPCtQ2PBZwMMjAwbg0QGZ8UMTc5MTU5LqAAEDM5NDQ3AWcVoA0SAH2BoQEEBAozwREcOAkwCTAuMDJepgaBn1ozBCVS/hQGWhQGeVtafQAyJwNeJAAu8wJaJABJxlodAC6RAjKiBnacBV28IYLtkXYyBhg0CTE3XzIwMY5QaW5uZXIgam9pbiwgZXF1YWw6W2VxLtgFSoIAcssAAR0QKSBlcSjRNgA3AZDJ5Qg2KV1eswBsYnVpbGRfaGFzaF90YWJsZTp7dG90YWw6MS4xNAHcEGZldGNoFQ4FLgw6MHN9HnUIEQggCjUJM18yMShCAU8AKRHlPXaOzwBKJAAy4gEMY2FzdHojAVmzMGRvdWJsZSBCSU5BUln9TQA3MQoIMS4wdr4BCDIuNvXwFDYJMzBfMnVMHUQykwkIMjM2GpUJDiUIGDcJNDdfMjUxFRgxXzAJMTAJKWc0c3QsIGluZGV4OmlkeF9h+QxfaWQoDQhEKSwgcmFuZ2U6WyI6NDAwMCIsDQhQXSwga2VlcCBvcmRlcjpmYWxzZSwgwfUcczpwc2V1ZG8RmRQ4NTIuOcKBWFWdCGNvcBKYCgg6IHuhJgQgMYntCCA3NImBDHByb2Nh7ghzOiCtQgESFDogNjAuMgVKlbUQIDY0LjcFE2hjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCxJLAVyCF9kdQUaEG46IDI2DU0sbWF4X2Rpc3RzcWxfPeVMOiAxfSwgcnBjX2luZm86e0NvcDoBrxRfcnBjOjGlwg5fCxRpbWU6NzEJTBx9fSwgdGlrdgVrBDp7BRyh4A35PH0sIHNjYW5fZGV0YWlsOiBJ4A3pCDEsIBIUChhuYXBzaG90qXEQIDI4LjEF3zRyb2Nrc2RiOiB7YmxvYyE6AH0JbgRtZT5QACEsCGVzcw1CLjQBwSoEYWkRXDU7BbPZ2wggMzABdLm9MDcJMV8yNyhQcm9iZSlFPKXGBGluegIDQQ5IZSwgInBlbmRpbmciLCAicnVubgELMCksIG5vdChpc251bGyCRwAIZXApYclBygEEHAo4CTQ1XzI2BYsyxwKCkgIBPwEEiSUAORHUGDAJMjkuOTcuJgQ+sQqdQS4bAHnmXiEAElMKWh0ALSJaHgD+mQb+mQZOmQY++QQuDAHhwF7sBA6hDGUQDDgyMS4SzQhtFcEbIlYNGt0MBDM0Ht0Mhe0FPSmhlVU6RgAMCTIzOT7vBAQzMy7vBAAzke+V7iV9ACgFBp3mDHBhdXNBogAsFQooXSwgWyJyZXZlcnQJGRkMCRtN1AAsVd6mHAUIMjEuEkEKNQ1eGwUEODKl3mHcjTEyGgUIMTA3jSm5GwQ1NI3hAGO+GwUENDatVe4bBakbBbiJqtYYBQAzVhgFCDUuOPYYBTIyATYZBTU5PhkFCDI5MgV3NhsFBDM1kUfhV0moVt0ELi0DEiUJRtYEBDM0BUYurgKm1QQ=') # Plan_digest: 19251e4d0852c3daee269dcb983554a856b9ab56b15a27ac9c282faeeb7e2e53 # Binary_plan: tidb_decode_binary_plan('yyfACsYnCgdTb3J0XzEzEq0mCg1Qcm9qZWN0aW9uXzE1EqEjCgpIYXNoQWdnXzE2EtIZCjIhABQ4EqgWCgsBISRKb2luXzIwEskJMkMAZDIxEtEHCg5JbmRleExvb2tVcF8yOBLkBAoRBRNAUmFuZ2VTY2FuXzI1GgEBIQABAQzQgUApAQigAAAkQDgCQAJKJQojCgVteXNxbBICc3QaFgoLaWR4X2V4ZWNfaWQSB2UJCQhSN3IBTiQ6WyI6NDAwMCIsDQjwbV0sIGtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkb1oWdGltZTo4NTIuOcK1cywgbG9vcHM6MWLaAWNvcF90YXNrOiB7bnVtOiAxLCBtYXg6IDc0M8K1cywgcHJvY19rZXlzOiAwLCB0b3RfARIUOiA2MC4yBUsBEyR3YWl0OiA2NC43BROAY29wcl9jYWNoZV9oaXRfcmF0aW86IDAuMDAsIGJ1aWxkBXIIX2R1BRoQbjogMjYNTfA8bWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGNfaW5mbzp7Q29wOntudW1fcnBjOjEsIHRvdGFsXwXkBDcxCUwgfX1qygF0aWt2BWwEOnsFHQAwGfsMfSwgcyGWIGRldGFpbDogewlEAGsF6jwxLCBnZXRfc25hcHNob3RfBT0QIDI4LjEF4Fhyb2Nrc2RiOiB7YmxvY2s6IHt9fX0sIAEmPlAAIS0IZXNzDUIuNQEEYWwlNxEaMTwFswh3YWwNzwggMzABdAh9cP8RAQQBeBEKJP8BEp0CCgxTZWxNzjwyNxJuChFUYWJsZVJvd0lESXcANkl0BFSlOnQCCA0KC110BFIedkMCVoEACBoBAgleLJClQCmg20sao3WUP0HSEFJuaW4oRdFgLnRpZGJfYmFja2dyb3VuZF9zdWJ0YXNrLkGhSGUsICJwZW5kaW5nIiwgInJ1bm4BCzApLCBub3QoaXNudWxsgkcADGVwKSlWnwAcIY1EbI0y9XIdnBABQAFaFCGqFDoxLjAxbVkRBHDsLloBYasYqYPAp2MVdDY9AAhSlQF+1wAMZXAsIHYkAF3bFCwgY2FzdHrkACEwQZtoLCBkb3VibGUgQklOQVJZKS0+Q29sdW1uIzM3GdUAMh3VCGIPQ31GFE9GRnDsFC5AAgT2CjbMBAg5Erc6zAQQMzYSkAVCzAQIMzMakcwEuJpRWAA+icwIHAoaUVgUAXQaDgoFJekAEgkHBFJtkcMMcGF1cyHsACwVCihdLCBbInJldmVydAkZGQwJG00eACxVKIb5BAAVJesQODIxLjMuFwEA12L4BAQ4MkUVYbghcgRzOjb3BAgxMDeNBZn4BDU0jb4AY774BAg0Ni6pMu74BIn4BbgMfX1qzeL1BAAzVvUECDUuOPb1BDIzATb2BDU6PvYECDI5MgV3XvgEBNYBLvgEDDM1Em1C+AQEMzSJmgSquTqgAggMCgpZoPr3BCgEukApuR6F61H4PUX9BFIoVrgEFGdsb2JhbMWLBC5zbrEEGIk7w9ZL4Y0dVoGxWcYANl3GBHDvNrIEIAIh6SCU+SYBjzY+AAhS2wKdji6KAARpZDKpBC4bAJlyWjwADHR5cGViPgBl8mIeABxwcmlvcml0eWIhABRjcmVhdGXlGmYkAJnYYiQAIWpiHQAIdGFy5eQEY28ByT6FBS4MASEnXngFADZanAFGeQUE3CK9eUQhxakaJTnOlEApidLe4AuTmT8h6FhScGlubmVyIGpvaW4sIGVxdWFsOltlcXodBnLmAAEdECkgZXEo1SkELCARCxA2KV1aE60gMjUGADcWpQkUaGFzaF90Dk4IBDp7Eh4JEDoxLjE0QYEQZmV0Y2gVDgUuLDowc30hfv1UfUgWlTrWAADL/oAC/oAC/oAC/oACioACfWZKKwld7VayAULnBwTYJS5uAhjOpmfib5qVsQkA8EluBLcGDpIJEHAgYnk6HX8++gIgZnVuY3M6bWF4eocCHaQqmAgENSwNQRxmaXJzdHJvdy5GADZrAAgpLT6ChwB+RgCRt2ZMABEinpgAgehqTgClBikjfpwApRVmSwAFH56WALFDZk8AESKeUgC9dGZVAB0lolgAuahqWAAZJZ5YAIXZYjICAR6eSgAuCQZmUgAuJgC19AQyLhItCghsb28STg8YwAJwYXJ0aQ7kCBhvcmtlcjp7JskNIDgyMi4wNDk0NRKICh3xDDo1LCBFlQ5/DwAwEswOEhkOMDo0LjExMDAyOTc2M3MJFw4QEBLEDg58CqW5ADQFJBAzNjc3cxa4DwVnDDE5NTQSKQgIcDk1MhIAFH0sIGZpbmagABA5NTQyNaHhXqAAAawAbw2gEDcuMDIzEhsKARMFnAwyMDBuDawZnxQxNzkxNTkuoAAQMzk0NDcBZxWgDRJa7wkYITQNzkjW5D7ABACr/lgG/lgGOlgGSXVaxAR5kFohAD1zACxiJACKGQkuqQL57AA1XrQCejoGFJLHF1XY/D56AQBeWsQAhuUAisEABGlkWqwABBgB') # Resource_group: default ; # Time: 2024-05-06T21:35:14.310011817+08:00 # Txn_start_ts: 449577618728026114 # Query_time: 1.425218601 # Parse_time: 0 # Compile_time: 0.001303108 # Rewrite_time: 0.000303266 # Optimize_time: 0.000870619 # Wait_TS: 0.000020846 # Cop_time: 2.844690737 Process_time: 0.000454164 Wait_time: 1.422083451 Request_count: 2 Total_keys: 418 Get_snapshot_time: 1.422 Rocksdb_delete_skipped_count: 104 Rocksdb_key_skipped_count: 1144 # Is_internal: true # Digest: 1a96197a635ab3d1c0fc027ce178d8aa751e4bd033c39db6163d3ba75b49fe3f # Stats: tidb_ddl_job:pseudo[10000;0] # Num_cop_tasks: 2 # Cop_proc_avg: 0.000227082 Cop_proc_p90: 0.000264637 Cop_proc_max: 0.000264637 Cop_proc_addr: 127.0.0.1:20160 # Cop_wait_avg: 0.711041725 Cop_wait_p90: 1.4219992000000001 Cop_wait_max: 1.4219992000000001 Cop_wait_addr: 127.0.0.1:20160 # Mem_max: 2031 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Succ: true # IsExplicitTxn: false # IsSyncStatsFailed: false # Plan: tidb_decode_plan('gRegMAkzXzEzCTAJMTAJbXlzcWwudGlkYl9kZGxfam9iLmpvYl9tZXRhLCBKHQDwRnByb2Nlc3NpbmcJMAl0aW1lOjEuNDJzLCBsb29wczoxLCBDb25jdXJyZW5jeTpPRkYJMS4zNiBLQglOL0EKMQkxNF8xNAkwWnsAGV4YOmRlc2MsIEqCAAGfBGlkVn4AHAkwIEJ5dGVzEQgcCjIJMTdfMjgJ7FRpbm5lciBqb2luLCBlcXVhbDpbZXEoYmMAAcsgbHVtbiMxNSldVnAAYCwgYnVpbGRfaGFzaF90YWJsZTp7dG90YWwxFhBmZXRjaBENBSwMOjBzfRGfEQgkCjMJMzFfNDEoQgFOACkJrkBkYXRhOlNlbGVjdGlvbl80MF6DAFxjb3BfdGFzazoge251bTogMSwgbWF4OiAtmSFUNF9rZXlzOiAwLCB0b3RfARIkOiAyNjQuNsK1cwkUJHdhaXQ6IDg0LjMFE2Rjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMBHzAXIIX2R1BRoYbjogOS42MQU6OG1heF9kaXN0c3FsX2NvblULSCAxfSwgcnBjX2luZm86e0NvcDoBrwxfcnBjQTYlNgBfWVEUfX0JMjQ3Lc4YTi9BCjQJMSEEBDFfRbdQbm90KGlzdHJ1ZV93aXRoX251bGwoSsoBFHJlb3JnKSFSDHRpa3YFtQQ6ewVmBDBzVbQ8fSwgc2Nhbl9kZXRhaWw6ICnDLTRAMjA5LCBnZXRfc25hcHNob3QJpQwgNDEuCfGYcm9ja3NkYjoge2RlbGV0ZV9za2lwcGVkX2NvdW50OiA1Miwga2V5QhcAHDcyLCBibG9jIbgQfX19LCABlz6EACGrCGVzcw10MrMBBGFsJbUNGzW6BegId2FsLU1JBgB9IUMBBBwKNQk0M18zOS1IDDAwMAlJty4CBHwsIGtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkb0WJZk4BAWgBBDAKMwk2XzI5KFByb2JlIYM4NjQwMAlncm91cCBieTpDcV1ALCBmdW5jczpmaXJzdHJvdygVGggpLT4VDAV1Sm8EEHBhcnRpIQwYb3JrZXI6exn7YQAkMjU0ODg0NHMsIC6MAgg1LCBFv2EvADB9ACQ3LjExMjU1NzQzbRYMZXhlY0UqYTchoA0jFDY1MTc5c2loCWcoMTk2NzFzLCBwOTUyEgAUfSwgZmluaqAAEDYyMzk1aqAAAawEb3Ql6xQ6NS43NMJxsgWcDDIyMG4NrBmfEDY0MjEwAY2BBwmfEDMxNzU3Mp8ACRI5rWFgADOBZAA2IaZpYABuYVY1gm1HQoQBCAkzOLF3YakQNQk2XzMhrwA4QV4170qdA03dCGluZ1LpBSBzY2hlbWFfaWQhaUanBkW4CR5JQAhtaW4VrQA47jsCTTsQNDYzODmyOwIUMTUzMTI4LZAloIFmIb85nRAxNjUwMjI8AhA0NDA4N0FyVTwNEn48AhA0OTA2OCHWXtwCLjwCFDEwLjk4NTY+AgQzOEo+AhAzNzA1OeHSVT4MNDc4OAGyGaAFEVk8ADbBvwwzNgkwKfQAZMG6JEhhc2hBZ2dfMzFeugPauAYMMTg5LhnIybhB5WVEurYGDDcuMTglE/62Bt22BDU13bYAN2ENADGlbv4PA84PA0o3AxY/CX0fDh0JxTWhE/4dB+0dLZD+GweqGwcyFgKhbwRhafEbDY0F5NkeCRdZxAQ4CeEZoQYOYQiBu4Vh/hkHUhkH') # Plan_digest: 03fa0f18132c15290435ccd6930c03fe7257c7017164897b1e5acdd3c92e1828 # Binary_plan: tidb_decode_binary_plan('6hnwSQrlGQoNUHJvamVjdGlvbl8xMxLNGAoHU29ydF8xNBLXFwoLSGFzaEpvaW5fMjgSwAYKDlRhYmxlUmVhZGVyXzQxEoQECgxTZWxlCUAYNDASlQEKEAUkUEZ1bGxTY2FuXzM5IQAAAADw7zBBKQEJ8G0AiMNAOAJAAkoXChUKBW15c3FsEgx0aWRiX2RkbF9qb2JSHmtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkb2ocdGlrdl90YXNrOnt0aW1lOjBzLCBsb29wczoxfXD///////////8BeP///wkMAAEFgwggZTENgwQAJAWDWFIvbm90KGlzdHJ1ZV93aXRoX251bGwoBZQALi6TACwucmVvcmcpKWr+AXRqfAAILCBzAfLwaWRldGFpbDoge3RvdGFsX2tleXM6IDIwOSwgZ2V0X3NuYXBzaG90X3RpbWU6IDQxLjHCtXMsIHJvY2tzZGI6IHtkZWxldGVfc2tpcHBlZF9jb3VudDogNTIsIGtleV9za2lwcGVkX2NvdW4BF0A3MiwgYmxvY2s6IHt9fX0sIAFYPoQAHHByb2Nlc3NfARwYOiAyNjQuNgV1CaIId2FpEY8MODQuMwkaAegMd2FsbA00FDEuNDJzfVZeATQaAQEhVVVVVZWP8kApAAUBNCRAOAFAAVIRZGF0YTpTXSIEWhMFhAVPACwxthRi1wFjb3Ap0zQge251bTogMSwgbWF4Ogl4BCwgAcEtSgQwLAG3BdM6ywAFyQA6GcSAY29wcl9jYWNoZV9oaXRfcmF0aW86IDAuMDAsIGJ1aWxkBXIIX2R1BRoYbjogOS42MQX+qG1heF9kaXN0c3FsX2NvbmN1cnJlbmN5OiAxfSwgcnBjX2luZm86e0NvcDoBrxRfcnBjOjEFmABhLTEF4RB9fXD3AV2HEBLkDwoKYVMoQWdnXzI5EpUMCgw5HRAzMBKzCxkgEDM1EpkHNnIDEDM2EuQEHSIAMU5wAwA0Re3+cAPucANtcAAodXAEQL9pcCyUAWdyb3VwIGJ5Om1h+TZlAyHkHGVzc2luZywgSh8AJHNjaGVtYV9pZHNSHwAQdGFibGUJHiRmdW5jczptaW4oSkcATGpvYl9pZCktPkNvbHVtbiMxOGr6/tYDQtYDJf4ALP7UA67UAxAxODkuNUW8QtQDDY0AdKrSAxwh3t3d3R0+923PIcBhzwQPZGHPCEhhc0XBBDMxVs0DANXezQMyxABtzQ29wssDDDcuMTglD/7LA3nLAP8uywMlIgitbPg6IgEAhP7iAr7iAlXGXdIANVaYAUTAAnBhcnRpYWxfd29ya2VyOnu54CFnJDI0NjM4OTRzLCAu8wQcNSwgdGFza1+hlq17wTAwOjcuMTEyMTUzMTI4c4X6FF9leGVjOuGMBHRvzU8JJBA2NTAyOWG1BGF4DWgQNDA4NzOh1gQ5NTISABR9LCBmaW5qoQAQOTA2ODdqoQABrQBvTTsUMTAuOTg1RQQBFAWeDDM4MG4NrsWHADcBxRQzNzA1OTIyoQAINzg4AbIZoAURWv8GSQsESP5NCwQAucn8ABYWXQgAbg5TCDGmCDUpKVKcAQhw/ALdJyQaAQIhRERERCRjPlQABDhnsUAVUgAsje8cZmlyc3Ryb3cdbJnkWhICAL9+EgIQNTQ4ODSyEgIMNTU3NCHbNXNGEQIQNTY1MTchX1URFDUxOTY3MS4RAg0SfhECFDU2MjM5NZoRAgw1Ljc0Ng8CBDIySg8CEDY0MjEwAY0ZnwwzMTc1QXdVEA0SXhECGBSuR+EMewgqbgpoAUABUjxpbm5lciBqb2luLCBlcXVhbDpbZXEoYqQGBCwgNeUEKV1SNwIIYjViEscIEGhhc2hf5QEAOhZ1CmVWHHMsIGZldGNoEQ0FLCw6MHN9IZ2rBTkqfgg6oAAAPUqKAPmUEDpkZXNjUnoH6VJSoQAFagDqQmoATv4HAUYQbWV0YSxO/AcZh1JnAAxiD0NvJqUJSE9GRnD0Cnj///////////8BGAE=') # Resource_group: default ; # Time: 2024-05-06T21:35:14.813277739+08:00 # Txn_start_ts: 449577618203738135 # Query_time: 3.934834462 # Parse_time: 0 # Compile_time: 0.00035855 # Rewrite_time: 0.000034671 # Optimize_time: 0.00017442 # Wait_TS: 0.00025706 # Prewrite_time: 3.430287556 Commit_time: 0.000509264 Get_commit_ts_time: 0.000448981 Slowest_prewrite_rpc_detail: {total:3.430s, region_id: 8, store: 127.0.0.1:20160, time_detail: {tikv_wall_time: 3.43s}, scan_detail: {get_snapshot_time: 8.36µs, rocksdb: {block: {}}}, write_detail: {store_batch_wait: 14.9µs, propose_send_wait: 0s, persist_log: {total: 394.5µs, write_leader_wait: 247ns, sync_log: 323.4µs, write_memtable: 2.79µs}, commit_log: 3.43s, apply_batch_wait: 21.2µs, apply: {total:126.5µs, mutex_lock: 0s, write_leader_wait: 0s, write_wal: 28.2µs, write_memtable: 19.8µs}}} Commit_primary_rpc_detail: {total:3.430s, region_id: 8, store: 127.0.0.1:20160, time_detail: {tikv_wall_time: 3.43s}, scan_detail: {get_snapshot_time: 8.36µs, rocksdb: {block: {}}}, write_detail: {store_batch_wait: 14.9µs, propose_send_wait: 0s, persist_log: {total: 394.5µs, write_leader_wait: 247ns, sync_log: 323.4µs, write_memtable: 2.79µs}, commit_log: 3.43s, apply_batch_wait: 21.2µs, apply: {total:126.5µs, mutex_lock: 0s, write_leader_wait: 0s, write_wal: 28.2µs, write_memtable: 19.8µs}}} Write_keys: 1 Write_size: 3313 Prewrite_region: 1 Txn_retry: 1 # Is_internal: true # Digest: 1b73a00c73a03d7dc9dd08a1ea99474b2523e5f72366f740be5156fa244256c4 # Num_cop_tasks: 0 # Mem_max: 11965 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Succ: true # IsExplicitTxn: false # IsSyncStatsFailed: false # Plan: tidb_decode_plan('lwnYMAkyN18xCTAJMAlOL0EJMAl0aW1lOjY3OS44wrVzLCBsb29wczozLCBwcmVwYXJlOiA4My4ywgEbKGluc2VydDo2NS41BSuAY29tbWl0X3R4bjoge3ByZXdyaXRlOjMuNDNzLCBnZXRfESEQczo0NDkdMxQ6NTA5LjMFERxzbG93ZXN0XxE/NF9ycGM6IHt0b3RhbDogAUzQMHMsIHJlZ2lvbl9pZDogOCwgc3RvcmU6IDEyNy4wLjAuMToyMDE2MCwgdGltZV9kZXRhaWwBQyBpa3Zfd2FsbF8F4gVMIHN9LCBzY2FuXxUmAaccc25hcHNob3QNKQw4LjM2BZxYcm9ja3NkYjoge2Jsb2NrOiB7fX19LCAF5xlCBY48X2JhdGNoX3dhaXQ6IDE0LgnuLHByb3Bvc2Vfc2VuZA0cAc4ocGVyc2lzdF9sb2cBqA3rBDk0LVcJYBRsZWFkZXINNigyNDducywgc3luYwk2EDMyMy40BaUJLjBtZW10YWJsZTogMi43AX0EfSwxnwVmADMplRBhcHBseTKsAAgyMS4p3QUbFY8IMTI2DY4UbXV0ZXhfKQABvQlwMp4AGRcAdyG1BDI4DVMJKxmbADFJZCVFTRsYcHJpbWFyeTb2AQwwLjAwAVT+9gEh9gwyMTYuIc6O+QEEMTElUlr3AQB9VYcQbnVtOjFRCAxrZXlzGQ4EYnlhAkAzMTMsIHR4bl9yZXRyeToxfWFXBGNrCSwEIHtFkAg1NjktYgnnAUQRTHEVMgwDIRYEMXMVhfIMAxgyNzMuN8K1khYBBDIwBSsALD0YVGtleV9za2lwcGVkX2NvdW50OiAyLCAyJQMR8wHDEDUzMy4zae8IcnBjDTI4MX0JMy42OCBLQglOL0EK') # Binary_plan: tidb_decode_binary_plan('ognwQwqdCQoISW5zZXJ0XzE4AUABUgNOL0FaFnRpbWU6Njc5LjjCtXMsIGxvb3BzOjNiIHByZXBhcmU6IDgzLjLCtXMsIGluAT2wOjY1LjXCtXNivwhjb21taXRfdHhuOiB7cHJld3JpdGU6My40M3MsIGdldF9jDSEQczo0NDkFRAkzFDo1MDkuMwURHHNsb3dlc3RfET80X3JwYzoge3RvdGFsOiABTFAwcywgcmVnaW9uX2lkOiA4LCBzdG8BmUAxMjcuMC4wLjE6MjAxNjAsIAHLGF9kZXRhaWwBQyBpa3Zfd2FsbF8BGAlMHHN9LCBzY2FuGSYsZ2V0X3NuYXBzaG90DSkMOC4zNgWcWHJvY2tzZGI6IHtibG9jazoge319fSwgBecZQgWOPF9iYXRjaF93YWl0OiAxNC4J7ixwcm9wb3NlX3NlbmQNHAHOKHBlcnNpc3RfbG9nAagN6wQ5NCVYEWAUbGVhZGVyDTYoMjQ3bnMsIHN5bmMJNhAzMjMuNAWlCY4wbWVtdGFibGU6IDIuNwF9BH0sLWwNMCguNDNzLCBhcHBseTKsAAQyMS3eBRsVjwgxMjYNjhRtdXRleF8pAAG9CXAyngAZFwB3IbUEMjgNUwkrGZsAMUllJUVJCRxfcHJpbWFyeTb2AQwwLjAwAVT+9gEh9gwyMTYuIc6O+QEEMTElUlr3AQB9VYcQbnVtOjExqAxrZXlzGQ4EYnlhAkAzMTMsIHR4bl9yZXRyeToxfWFYBGNrCSwEIHtFkAg1NjktYgnnAUQRTHEVMgwDIRYEMXMVhfIMAxgyNzMuN8K1khYBBDIwBSsALD0YVGtleV9za2lwcGVkX2NvdW50OiAyLCAyJQMR8wHDEDUzMy4zae8IcnBjDTJEMX1wvR14////////////ARgB') # Resource_group: default ; # Time: 2024-05-06T21:35:14.901067704+08:00 # Txn_start_ts: 0 # Conn_ID: 1 # Query_time: 4.028592799 # Parse_time: 0.000088037 # Compile_time: 0.000089722 # Rewrite_time: 0.000003024 # Optimize_time: 0.000049024 # Wait_TS: 0.000151714 # DB: test_ddl # Is_internal: false # Digest: 08da08aff9518d0f5f5f5c1ed3efe73c697118f3eb64dfd981799f28ed575bc8 # Num_cop_tasks: 0 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Succ: true # IsExplicitTxn: false # IsSyncStatsFailed: false # Resource_group: default use test_ddl; create table test_index (c int, c1 bigint, c2 double, c3 varchar(256), primary key(c)); index_test.go:137: sql insert into test_index values (4091, 2515272675721908588, 0.146522, 'R8JFs1bMUN') index_test.go:140: sql delete from test_index where c = 2692 index_test.go:137: sql insert into test_index values (4090, 1652602547792965789, 0.845805, 'ULWuZeHb4b') index_test.go:140: sql delete from test_index where c = 1453 index_test.go:143: sql update test_index set c1 = 7997695477492543735, c2 = 0.221968, c3 = 'yEW4Ew5Bdx' where c = 323 index_test.go:137: sql insert into test_index values (4092, 7070438628762367830, 0.006901, 'VVAKkKs8I1') index_test.go:140: sql delete from test_index where c = 3344 index_test.go:140: sql delete from test_index where c = 779 index_test.go:143: sql update test_index set c1 = 4757821299958150318, c2 = 0.136003, c3 = 'ndfkod8KeK' where c = 1787 index_test.go:140: sql delete from test_index where c = 2408 index_test.go:143: sql update test_index set c1 = 2925282452812846769, c2 = 0.351876, c3 = 'gqYK8fNWTT' where c = 253 index_test.go:143: sql update test_index set c1 = 2359687224101343204, c2 = 0.378667, c3 = '5wmxM0vVlY' where c = 2295 index_test.go:143: sql update test_index set c1 = 8470553610264428947, c2 = 0.194728, c3 = '2IXowUi881' where c = 191 index_test.go:140: sql delete from test_index where c = 3750 index_test.go:143: sql update test_index set c1 = 6007779632131376827, c2 = 0.147699, c3 = 'IO6QRkoFPA' where c = 3470 index_test.go:140: sql delete from test_index where c = 1550 index_test.go:137: sql insert into test_index values (4093, 3981653703775393385, 0.530997, 'd1VIE2Y2lG') index_test.go:137: sql insert into test_index values (4094, 55475709746849378, 0.629935, 'ToyhV8ziBO') index_test.go:137: sql insert into test_index values (4095, 6497139484412121259, 0.225731, '53wGkv6O2b') index_test.go:140: sql delete from test_index where c = 2083 index_test.go:143: sql update test_index set c1 = 3518767050516770050, c2 = 0.453580, c3 = 'pgMAQs0jm5' where c = 1760 index_test.go:140: sql delete from test_index where c = 412 index_test.go:137: sql insert into test_index values (4097, 5363257925017670984, 0.186161, '6YnBJ5GQNI') index_test.go:137: sql insert into test_index values (4096, 1858023558843713400, 0.510719, 'oNy1F6JMSR') index_test.go:143: sql update test_index set c1 = 5568732526552499765, c2 = 0.580706, c3 = 'YRDuDEveYS' where c = 116 index_test.go:140: sql delete from test_index where c = 458 index_test.go:143: sql update test_index set c1 = 3757517825258329261, c2 = 0.751601, c3 = '5nTqBQ3S3l' where c = 3247 index_test.go:143: sql update test_index set c1 = 3648298591474417771, c2 = 0.790267, c3 = 'WEF3KNaKCT' where c = 1601 index_test.go:140: sql delete from test_index where c = 1064 index_test.go:140: sql delete from test_index where c = 3693 index_test.go:143: sql update test_index set c1 = 6123178602786658302, c2 = 0.077297, c3 = 'ygvnBPD4i3' where c = 1324 index_test.go:143: sql update test_index set c1 = 5842356365512960983, c2 = 0.513255, c3 = 'IjvbTmWoY4' where c = 244 index_test.go:140: sql delete from test_index where c = 679 index_test.go:143: sql update test_index set c1 = 609458157682796014, c2 = 0.727925, c3 = 'WpzxoayyZg' where c = 56 index_test.go:137: sql insert into test_index values (4098, 2938793140084273454, 0.875104, '6QZlYeTS0Q') index_test.go:137: sql insert into test_index values (4099, 7383616436686008686, 0.919150, 'odwEiqSMjR') index_test.go:143: sql update test_index set c1 = 1333017091940523673, c2 = 0.484045, c3 = 'wBajhSlf2R' where c = 1058 index_test.go:140: sql delete from test_index where c = 61 index_test.go:143: sql update test_index set c1 = 9203337023091743038, c2 = 0.538442, c3 = 'ro4e5vhEW2' where c = 3242 index_test.go:140: sql delete from test_index where c = 3536 index_test.go:143: sql update test_index set c1 = 5006402346368809106, c2 = 0.037093, c3 = 'wIywWUcybD' where c = 2988 index_test.go:143: sql update test_index set c1 = 3227219175377094350, c2 = 0.096070, c3 = 'Y98gvM1msq' where c = 2894 index_test.go:137: sql insert into test_index values (4100, 6452357231965326074, 0.080794, 'QXqhQ88C8o') index_test.go:140: sql delete from test_index where c = 3998 index_test.go:143: sql update test_index set c1 = 2787783105560113996, c2 = 0.121491, c3 = 'Pwy8IXy3Uf' where c = 690 index_test.go:137: sql insert into test_index values (4103, 8699692998307565563, 0.830128, 'vAVNuKbioF') index_test.go:137: sql insert into test_index values (4106, 3440502286441719812, 0.912373, '7oIhspSEPU') index_test.go:137: sql insert into test_index values (4101, 4113316736326787859, 0.340145, 'XWRyFRp0Gb') index_test.go:137: sql insert into test_index values (4102, 4274189919102457746, 0.962865, 'ZgdtlHaBWM') index_test.go:137: sql insert into test_index values (4108, 1218618609570467263, 0.822273, 'wwBl3D7R7D') index_test.go:137: sql insert into test_index values (4104, 6068356071238364925, 0.079760, 'JHZJTnKkec') index_test.go:137: sql insert into test_index values (4109, 2110378968598231559, 0.648354, 'R1vLcc5diB') index_test.go:137: sql insert into test_index values (4110, 3861187039525709615, 0.436731, 'sUu24qOzxF') index_test.go:137: sql insert into test_index values (4107, 5711697318375800031, 0.606815, 'LDVRSYdFL4') index_test.go:137: sql insert into test_index values (4105, 431776151985290817, 0.959058, 'J0TlzbL8cf') index_test.go:140: sql delete from test_index where c = 606 index_test.go:140: sql delete from test_index where c = 2343 index_test.go:140: sql delete from test_index where c = 2932 index_test.go:140: sql delete from test_index where c = 2422 index_test.go:140: sql delete from test_index where c = 2326 index_test.go:140: sql delete from test_index where c = 1248 index_test.go:140: sql delete from test_index where c = 4031 index_test.go:140: sql delete from test_index where c = 3797 index_test.go:143: sql update test_index set c1 = 3098791262079897387, c2 = 0.714336, c3 = '786s0co9RP' where c = 36 index_test.go:140: sql delete from test_index where c = 2629 index_test.go:143: sql update test_index set c1 = 6516046299561709829, c2 = 0.764599, c3 = '0AWJhOurKX' where c = 87 index_test.go:143: sql update test_index set c1 = 6098624682329126614, c2 = 0.543488, c3 = 'IhOp8MC3vi' where c = 1046 index_test.go:140: sql delete from test_index where c = 3549 index_test.go:143: sql update test_index set c1 = 7905758160266925541, c2 = 0.096488, c3 = 'wpw3Eezlc3' where c = 1737 index_test.go:143: sql update test_index set c1 = 7641564799631591166, c2 = 0.496415, c3 = 'KWuIzCNjFj' where c = 3629 index_test.go:143: sql update test_index set c1 = 7758685156263892920, c2 = 0.988525, c3 = 'ecDDkOOJUh' where c = 832 index_test.go:137: sql insert into test_index values (4112, 1452874072311186877, 0.208219, 'nqbxl4RY5D') index_test.go:143: sql update test_index set c1 = 2238617258214687014, c2 = 0.267377, c3 = '1DSmlOJDZA' where c = 1396 index_test.go:143: sql update test_index set c1 = 496918443781950026, c2 = 0.690287, c3 = 'OsvWVTtAx0' where c = 2929 index_test.go:143: sql update test_index set c1 = 9045115638697774392, c2 = 0.890218, c3 = 'u10zoD418U' where c = 1713 index_test.go:137: sql insert into test_index values (4113, 2953775537404024185, 0.665799, '8XDWOWvY5C') index_test.go:143: sql update test_index set c1 = 6022993827395984570, c2 = 0.258395, c3 = 'VRxklSIOqD' where c = 1917 index_test.go:140: sql delete from test_index where c = 1086 index_test.go:137: sql insert into test_index values (4111, 6653014921351900905, 0.840927, '8v8WkgCMqr') index_test.go:140: sql delete from test_index where c = 128 index_test.go:137: sql insert into test_index values (4115, 3574146236984665608, 0.798303, 'YcoDhm8NBn') index_test.go:137: sql insert into test_index values (4117, 626878900017153576, 0.317115, 'O8RoglTMGs') index_test.go:137: sql insert into test_index values (4119, 7785599396873331701, 0.380373, 'jLDrdNFr7k') index_test.go:137: sql insert into test_index values (4114, 4472238122816332815, 0.302473, 'a1eleLqWhA') index_test.go:140: sql delete from test_index where c = 2582 index_test.go:137: sql insert into test_index values (4116, 3565515140804747613, 0.599481, 'XZZU40jpwX') index_test.go:143: sql update test_index set c1 = 8760313144389393824, c2 = 0.776287, c3 = 'pBT1XVDpyU' where c = 1867 index_test.go:137: sql insert into test_index values (4118, 5651457117029523868, 0.083659, 'V93G9tFITM') index_test.go:140: sql delete from test_index where c = 3135 index_test.go:143: sql update test_index set c1 = 1098360545490976501, c2 = 0.828873, c3 = 'vY2V66KNua' where c = 3231 index_test.go:137: sql insert into test_index values (4120, 3278314517753666323, 0.124191, 'yqHqGOryPi') index_test.go:140: sql delete from test_index where c = 1011 index_test.go:140: sql delete from test_index where c = 922 index_test.go:140: sql delete from test_index where c = 2864 index_test.go:140: sql delete from test_index where c = 2500 index_test.go:140: sql delete from test_index where c = 1352 index_test.go:143: sql update test_index set c1 = 4117360126263337859, c2 = 0.537359, c3 = 'yYqBroKuma' where c = 449 index_test.go:143: sql update test_index set c1 = 5122472930392547645, c2 = 0.745732, c3 = 'tfGvsLRQZE' where c = 2148 index_test.go:143: sql update test_index set c1 = 9211833365765370416, c2 = 0.973110, c3 = 'IqFmj9mAOK' where c = 3743 index_test.go:143: sql update test_index set c1 = 4084093887814886566, c2 = 0.329307, c3 = '0wXSeu36OK' where c = 891 index_test.go:140: sql delete from test_index where c = 3314 index_test.go:137: sql insert into test_index values (4121, 7881448837986831235, 0.278704, 'ZsfPJ3Xpx7') index_test.go:143: sql update test_index set c1 = 8793749395736154154, c2 = 0.440211, c3 = 'N3v4gGKbT2' where c = 1417 index_test.go:137: sql insert into test_index values (4122, 3843430390357258238, 0.669832, 'wugIn7jWRg') index_test.go:143: sql update test_index set c1 = 7988403022905248905, c2 = 0.572337, c3 = 'enYAZxuc0C' where c = 546 index_test.go:143: sql update test_index set c1 = 5774498703808414945, c2 = 0.991142, c3 = 'jbgPRLv4bB' where c = 3883 index_test.go:137: sql insert into test_index values (4123, 6155469319946771353, 0.172768, 'fMVZ1gpduM') index_test.go:137: sql insert into test_index values (4126, 1266977515072454794, 0.471502, 'PFU4hH71eT') index_test.go:140: sql delete from test_index where c = 1491 index_test.go:140: sql delete from test_index where c = 2642 index_test.go:137: sql insert into test_index values (4125, 7967540540651048305, 0.254470, 'oHSjFx5KiJ') index_test.go:137: sql insert into test_index values (4124, 2332125885196743915, 0.477754, 'eUd01CcdPf') index_test.go:143: sql update test_index set c1 = 5381805177926155732, c2 = 0.662410, c3 = 'Qk5wLlo4B7' where c = 3756 index_test.go:137: sql insert into test_index values (4128, 8979468048871252955, 0.676542, '2KJ7ynUIlU') index_test.go:137: sql insert into test_index values (4127, 9013175052539137347, 0.442007, 'bfFunUOgMO') index_test.go:140: sql delete from test_index where c = 3287 index_test.go:140: sql delete from test_index where c = 911 index_test.go:140: sql delete from test_index where c = 3916 index_test.go:137: sql insert into test_index values (4129, 8695434154981996804, 0.702715, 'iqObd2XJmj') index_test.go:140: sql delete from test_index where c = 849 index_test.go:140: sql delete from test_index where c = 3514 index_test.go:137: sql insert into test_index values (4130, 4985884980978685298, 0.164319, 'JO2f0ZjcjI') index_test.go:143: sql update test_index set c1 = 6530746420936227846, c2 = 0.344163, c3 = '5gzE0fTIXB' where c = 1787 index_test.go:143: sql update test_index set c1 = 8259693493522777772, c2 = 0.551676, c3 = 'rUwSct9DZm' where c = 964 index_test.go:143: sql update test_index set c1 = 9155732702980211764, c2 = 0.428399, c3 = '3Yn3PNEmoj' where c = 3370 index_test.go:143: sql update test_index set c1 = 8288078761048891706, c2 = 0.079909, c3 = 'QR5SFPjeDa' where c = 870 index_test.go:143: sql update test_index set c1 = 2314413695335156690, c2 = 0.988640, c3 = 'v7ktRzfYJo' where c = 1688 index_test.go:140: sql delete from test_index where c = 6 index_test.go:140: sql delete from test_index where c = 2793 index_test.go:140: sql delete from test_index where c = 61 index_test.go:137: sql insert into test_index values (4132, 2039898700723326447, 0.866814, 'SYNoKaVCVt') index_test.go:143: sql update test_index set c1 = 5436607178125958436, c2 = 0.876611, c3 = '5f2XQ4iNnU' where c = 1586 index_test.go:137: sql insert into test_index values (4131, 2991756283856444018, 0.386767, '2pDfbduFgc') index_test.go:137: sql insert into test_index values (4133, 8193284750900543287, 0.467441, 'fZGJZFDoPw') index_test.go:143: sql update test_index set c1 = 7660799176707918943, c2 = 0.641349, c3 = '5yoq7VgpbN' where c = 1656 index_test.go:137: sql insert into test_index values (4135, 1263791130620613607, 0.266180, 'rXUeXLB6cz') index_test.go:137: sql insert into test_index values (4134, 742873621902441011, 0.288134, 'h18Zx8c3jZ') index_test.go:140: sql delete from test_index where c = 311 index_test.go:140: sql delete from test_index where c = 1674 index_test.go:143: sql update test_index set c1 = 1398791811646771109, c2 = 0.584259, c3 = 'cdMittf2wr' where c = 1764 index_test.go:143: sql update test_index set c1 = 31933904580485324, c2 = 0.479044, c3 = 'i9NeCBqtJX' where c = 2712 index_test.go:140: sql delete from test_index where c = 2046 index_test.go:143: sql update test_index set c1 = 1683813633948885719, c2 = 0.093161, c3 = 'ZPRFOqD8z6' where c = 2884 index_test.go:140: sql delete from test_index where c = 1588 index_test.go:140: sql delete from test_index where c = 46 index_test.go:137: sql insert into test_index values (4136, 475039632567588503, 0.102793, 'o67KgDvgJx') index_test.go:137: sql insert into test_index values (4137, 4486535642574285889, 0.130312, 'GP7gyDqVLy') index_test.go:137: sql insert into test_index values (4138, 1796898102041416869, 0.793438, '7ZmCZBTjga') index_test.go:140: sql delete from test_index where c = 2029 index_test.go:143: sql update test_index set c1 = 1477594707490742852, c2 = 0.114088, c3 = 'ZOYJHHD7nv' where c = 1033 index_test.go:143: sql update test_index set c1 = 4473396565031065846, c2 = 0.587639, c3 = 'bwcnhjeE5l' where c = 3462 index_test.go:137: sql insert into test_index values (4140, 3134181511434503859, 0.153162, '0IDyJX0vY5') index_test.go:143: sql update test_index set c1 = 7375337579996610907, c2 = 0.079897, c3 = 'AfrL0bpPK8' where c = 3643 index_test.go:140: sql delete from test_index where c = 2198 index_test.go:137: sql insert into test_index values (4139, 7652120986207564866, 0.053736, 'm9sUIBh8ZE') index_test.go:143: sql update test_index set c1 = 565505035755025611, c2 = 0.692969, c3 = 'AWaxcnR5cC' where c = 3676 index_test.go:143: sql update test_index set c1 = 7449924014295871258, c2 = 0.355146, c3 = 'qcjPqJPleB' where c = 1581 index_test.go:140: sql delete from test_index where c = 3448 index_test.go:137: sql insert into test_index values (4141, 2409199882914880470, 0.861726, '9agNXPwn0E') index_test.go:137: sql insert into test_index values (4142, 7032622625591305415, 0.637872, 'aNQ456hEjw') index_test.go:143: sql update test_index set c1 = 8485993710288735572, c2 = 0.863410, c3 = 'oRDQWBeYUg' where c = 4039 index_test.go:140: sql delete from test_index where c = 731 index_test.go:137: sql insert into test_index values (4143, 1755331597404981643, 0.807474, '3GG6grgQ3Q') index_test.go:140: sql delete from test_index where c = 1513 index_test.go:140: sql delete from test_index where c = 581 index_test.go:137: sql insert into test_index values (4144, 5752887202731625370, 0.404533, 'R1SzUIJOLr') index_test.go:143: sql update test_index set c1 = 8774948876614961159, c2 = 0.214219, c3 = 'BjCjgkcfUo' where c = 1349 index_test.go:143: sql update test_index set c1 = 3288686374286592835, c2 = 0.428949, c3 = 'awYtpMCiFP' where c = 2336 index_test.go:137: sql insert into test_index values (4145, 777669837949401227, 0.091898, 'qcFgLGHNWa') index_test.go:140: sql delete from test_index where c = 1907 index_test.go:137: sql insert into test_index values (4146, 1243318379130244040, 0.265922, 'cX5gpMmM21') index_test.go:143: sql update test_index set c1 = 3471073877069976876, c2 = 0.138901, c3 = 'd3XZoDOXVK' where c = 3282 index_test.go:143: sql update test_index set c1 = 1711663611661438614, c2 = 0.764834, c3 = 'ICustZouBW' where c = 1177 index_test.go:140: sql delete from test_index where c = 3681 index_test.go:140: sql delete from test_index where c = 312 index_test.go:137: sql insert into test_index values (4147, 5917855441927326402, 0.169838, 'g81ynS3Wct') index_test.go:140: sql delete from test_index where c = 3213 index_test.go:137: sql insert into test_index values (4148, 2050539475054630646, 0.728523, 'ySYwaVr0oK') index_test.go:143: sql update test_index set c1 = 7610933953923683267, c2 = 0.395823, c3 = 'zAe5u8G4h6' where c = 188 index_test.go:143: sql update test_index set c1 = 3524195393217546555, c2 = 0.529339, c3 = 'zZuAJ2XVX9' where c = 3273 index_test.go:143: sql update test_index set c1 = 7474642477783215201, c2 = 0.018400, c3 = 'ixHH57bcqr' where c = 3483 index_test.go:143: sql update test_index set c1 = 6094727369981963996, c2 = 0.072001, c3 = 'Z5uTcFSdrS' where c = 1270 index_test.go:137: sql insert into test_index values (4149, 1111188270518100880, 0.247687, '99GwbwPw6w') index_test.go:137: sql insert into test_index values (4150, 5378532719191029264, 0.355670, 'AUE4GTQpFg') index_test.go:140: sql delete from test_index where c = 1471 index_test.go:140: sql delete from test_index where c = 2830 index_test.go:143: sql update test_index set c1 = 5313748427379523291, c2 = 0.066189, c3 = 'clnKAmoIJU' where c = 4030 index_test.go:137: sql insert into test_index values (4151, 8825214895251501597, 0.517158, 'UIHNkdnbKc') index_test.go:137: sql insert into test_index values (4152, 2593323099565100767, 0.156925, 'SVCAT6dBt3') index_test.go:140: sql delete from test_index where c = 2869 index_test.go:137: sql insert into test_index values (4153, 8262964426125053886, 0.813249, 'VN4mVgwSUp') index_test.go:140: sql delete from test_index where c = 741 index_test.go:137: sql insert into test_index values (4154, 8635388601431789927, 0.733041, 'ngMPpZTIwz') index_test.go:143: sql update test_index set c1 = 7809177973043789781, c2 = 0.293990, c3 = 'zzfL8c1Sg3' where c = 954 index_test.go:143: sql update test_index set c1 = 622569885362011072, c2 = 0.758332, c3 = 'WHjolLuUqZ' where c = 31 index_test.go:140: sql delete from test_index where c = 3402 index_test.go:140: sql delete from test_index where c = 1424 index_test.go:143: sql update test_index set c1 = 3921761545218290606, c2 = 0.217297, c3 = 'yynTryWJmh' where c = 1809 index_test.go:140: sql delete from test_index where c = 523 index_test.go:137: sql insert into test_index values (4155, 8406729970266732643, 0.272832, 'a1mwXyimtE') index_test.go:143: sql update test_index set c1 = 4119603423891907530, c2 = 0.013636, c3 = '7wrS0FUs2I' where c = 1000 index_test.go:143: sql update test_index set c1 = 6846710802695346950, c2 = 0.189691, c3 = '7VBAwDXHio' where c = 2203 index_test.go:140: sql delete from test_index where c = 2693 index_test.go:140: sql delete from test_index where c = 2182 index_test.go:143: sql update test_index set c1 = 2902711062834169108, c2 = 0.168940, c3 = 'EkSMNjYdGt' where c = 2707 index_test.go:137: sql insert into test_index values (4156, 7865734983206284209, 0.323854, 'ETym0oOJLA') index_test.go:140: sql delete from test_index where c = 4093 index_test.go:137: sql insert into test_index values (4157, 521159935651020486, 0.223942, 'O84lhrcF3r') index_test.go:137: sql insert into test_index values (4158, 3234276784204828978, 0.846876, 'zqHFO1r8qF') index_test.go:140: sql delete from test_index where c = 2972 index_test.go:137: sql insert into test_index values (4160, 7384888613391333054, 0.234433, 'LCUtSbrYFP') index_test.go:143: sql update test_index set c1 = 5893004219076057260, c2 = 0.607840, c3 = '7plCZOe9bI' where c = 2172 index_test.go:137: sql insert into test_index values (4159, 2386831573331112778, 0.731913, 'mQplg5QoB4') index_test.go:137: sql insert into test_index values (4161, 1577084072156363045, 0.307153, 'AelTZpNgBs') index_test.go:143: sql update test_index set c1 = 7185914852842074586, c2 = 0.353760, c3 = 'B3fr6OeWG4' where c = 3133 index_test.go:143: sql update test_index set c1 = 5698500264247219522, c2 = 0.107770, c3 = 'sSabhuo0rH' where c = 96 index_test.go:143: sql update test_index set c1 = 7191099805346531788, c2 = 0.207561, c3 = 'FYT0H5RzaK' where c = 3199 index_test.go:140: sql delete from test_index where c = 2233 index_test.go:140: sql delete from test_index where c = 1296 index_test.go:143: sql update test_index set c1 = 3422476230560237459, c2 = 0.050929, c3 = 'mmVlxrRkaf' where c = 3465 index_test.go:140: sql delete from test_index where c = 2908 index_test.go:143: sql update test_index set c1 = 3275253616661519874, c2 = 0.342539, c3 = 'sPwImAMq9o' where c = 1050 index_test.go:140: sql delete from test_index where c = 3627 index_test.go:137: sql insert into test_index values (4163, 2694129412031476872, 0.261748, 'qcqElWKBq5') index_test.go:140: sql delete from test_index where c = 3412 index_test.go:137: sql insert into test_index values (4165, 8917409867230360899, 0.816974, '2OcYf3QQXy') index_test.go:137: sql insert into test_index values (4162, 5703718043902357807, 0.867193, 'WKU7I5omLS') index_test.go:137: sql insert into test_index values (4164, 1260553683952783770, 0.232035, 'zC5HxMncC3') index_test.go:140: sql delete from test_index where c = 2418 index_test.go:143: sql update test_index set c1 = 7111899017037145745, c2 = 0.974856, c3 = '5KRImyn4UN' where c = 1781 index_test.go:140: sql delete from test_index where c = 1274 index_test.go:137: sql insert into test_index values (4166, 1856321356280348863, 0.373664, 'SXUVlLGaii') index_test.go:143: sql update test_index set c1 = 8968941041448200574, c2 = 0.459533, c3 = 'S67yO1SlCx' where c = 2985 index_test.go:137: sql insert into test_index values (4167, 8442778373135945065, 0.854755, '1skRv9nZHC') index_test.go:143: sql update test_index set c1 = 4698615809620420724, c2 = 0.647633, c3 = 'hGCtrnt49u' where c = 909 index_test.go:140: sql delete from test_index where c = 1207 index_test.go:140: sql delete from test_index where c = 1814 index_test.go:143: sql update test_index set c1 = 3113453958681727807, c2 = 0.849140, c3 = 'sXVJQ22V0P' where c = 2428 index_test.go:143: sql update test_index set c1 = 6722959904408497229, c2 = 0.657126, c3 = 'zykiIlz6KB' where c = 1957 index_test.go:137: sql insert into test_index values (4168, 8889284611323721745, 0.230064, 'f1CEDZYUQp') index_test.go:143: sql update test_index set c1 = 6227110185523513593, c2 = 0.589879, c3 = 'XejtIhYKyO' where c = 1484 index_test.go:140: sql delete from test_index where c = 2515 index_test.go:137: sql insert into test_index values (4170, 3503345227281678699, 0.693087, 'U18ZCmEbwg') index_test.go:137: sql insert into test_index values (4169, 9186356841231932104, 0.737847, '9uNj4QVtCG') index_test.go:140: sql delete from test_index where c = 4126 index_test.go:143: sql update test_index set c1 = 7920309800332405418, c2 = 0.013518, c3 = 'zVR37QyQB4' where c = 4088 index_test.go:140: sql delete from test_index where c = 1418 index_test.go:137: sql insert into test_index values (4171, 5323025641407458365, 0.439841, 'tjUh4KM1CL') index_test.go:140: sql delete from test_index where c = 259 index_test.go:137: sql insert into test_index values (4172, 6805055452935258799, 0.690399, 'SbFxhXWPcn') index_test.go:143: sql update test_index set c1 = 873874299913200085, c2 = 0.344697, c3 = 'uF7O3U028t' where c = 2945 index_test.go:137: sql insert into test_index values (4173, 7932354677736718517, 0.478069, 'NTo5yarX5f') index_test.go:140: sql delete from test_index where c = 257 index_test.go:143: sql update test_index set c1 = 3539471790479253504, c2 = 0.533545, c3 = '7FbUtDdOMh' where c = 1442 index_test.go:140: sql delete from test_index where c = 2950 index_test.go:140: sql delete from test_index where c = 2065 index_test.go:143: sql update test_index set c1 = 1714738622755042827, c2 = 0.586931, c3 = '7GuBKXObYe' where c = 3035 index_test.go:143: sql update test_index set c1 = 3012695764225559480, c2 = 0.231488, c3 = 'tw7HyrZUtZ' where c = 2881 index_test.go:137: sql insert into test_index values (4174, 8357039667424150535, 0.358524, 'XqHMi8aAdw') index_test.go:137: sql insert into test_index values (4175, 2040903905113023376, 0.817125, '32wF7vuJg4') index_test.go:143: sql update test_index set c1 = 7910241268935886561, c2 = 0.882416, c3 = 'Y7bTBYDzs7' where c = 2306 index_test.go:143: sql update test_index set c1 = 148855914857796302, c2 = 0.959029, c3 = 'dYmpo9Qc0n' where c = 962 index_test.go:140: sql delete from test_index where c = 2529 index_test.go:137: sql insert into test_index values (4177, 3785515998360853467, 0.243701, 'ly3fDn3LR5') index_test.go:143: sql update test_index set c1 = 4543320240131305472, c2 = 0.704137, c3 = 'fcIyaSlgMx' where c = 34 index_test.go:137: sql insert into test_index values (4176, 554559444980209267, 0.819259, 'OEgbDIBrzl') index_test.go:140: sql delete from test_index where c = 576 index_test.go:143: sql update test_index set c1 = 1556559669567912473, c2 = 0.353526, c3 = '6egv8hZRpK' where c = 355 index_test.go:140: sql delete from test_index where c = 2293 index_test.go:143: sql update test_index set c1 = 7154533422574981819, c2 = 0.952011, c3 = 'cEhrinytj1' where c = 3123 index_test.go:137: sql insert into test_index values (4179, 6952069125084102166, 0.019314, 'Ba55FbjRwI') index_test.go:140: sql delete from test_index where c = 4112 index_test.go:137: sql insert into test_index values (4178, 2898043832371078741, 0.755839, 'CdvDGKBxTk') index_test.go:137: sql insert into test_index values (4180, 2887458217603627808, 0.194548, 'PgYVBMLXcq') index_test.go:143: sql update test_index set c1 = 782923623180999899, c2 = 0.232973, c3 = 'wMsKE3O2IO' where c = 382 index_test.go:137: sql insert into test_index values (4181, 8136447333733301797, 0.942788, '9dMsW7aNYp') index_test.go:140: sql delete from test_index where c = 2294 index_test.go:140: sql delete from test_index where c = 2882 index_test.go:140: sql delete from test_index where c = 1522 index_test.go:137: sql insert into test_index values (4183, 7743422539555547239, 0.040309, 'QuGOnL7HtI') index_test.go:143: sql update test_index set c1 = 4593567665922458653, c2 = 0.132467, c3 = 'MO5jn3jZAa' where c = 2066 index_test.go:143: sql update test_index set c1 = 5848529153863135849, c2 = 0.164384, c3 = 'OZolwJhB0f' where c = 594 index_test.go:143: sql update test_index set c1 = 3015584513709015603, c2 = 0.001583, c3 = 'BzhA3b6PPE' where c = 2651 index_test.go:143: sql update test_index set c1 = 6719890243679327070, c2 = 0.391002, c3 = 'lkWHxKMtKM' where c = 253 index_test.go:143: sql update test_index set c1 = 4035754238056369357, c2 = 0.216482, c3 = 'SMdTxDulWl' where c = 2396 index_test.go:137: sql insert into test_index values (4184, 8817487581837182389, 0.233029, 'hCFqEPhZ84') index_test.go:137: sql insert into test_index values (4182, 6128877647899262478, 0.588693, '25A2eeJQ9B') index_test.go:140: sql delete from test_index where c = 2567 index_test.go:140: sql delete from test_index where c = 3044 index_test.go:140: sql delete from test_index where c = 3549 index_test.go:140: sql delete from test_index where c = 1840 index_test.go:137: sql insert into test_index values (4187, 2326049037535830934, 0.072059, 'jAb43WaRfj') index_test.go:137: sql insert into test_index values (4188, 267293797289618949, 0.145156, 'PLZjaZ3qjq') index_test.go:137: sql insert into test_index values (4186, 2559189414586819607, 0.190643, 'VTmY8Ifp40') index_test.go:137: sql insert into test_index values (4189, 84184489235084710, 0.991876, '4VOyo1KIXT') index_test.go:143: sql update test_index set c1 = 8379833687428106011, c2 = 0.304560, c3 = 'SN4rJ47CxE' where c = 206 index_test.go:137: sql insert into test_index values (4185, 1245201097274574056, 0.699506, '9oEsbae9PD') index_test.go:143: sql update test_index set c1 = 4342793331211845473, c2 = 0.730952, c3 = 'GGoBNuxw6T' where c = 474 index_test.go:140: sql delete from test_index where c = 4013 index_test.go:143: sql update test_index set c1 = 3893189809707357611, c2 = 0.721824, c3 = 'eOzNbb3VW1' where c = 1785 index_test.go:140: sql delete from test_index where c = 1917 index_test.go:140: sql delete from test_index where c = 3256 index_test.go:143: sql update test_index set c1 = 255141512335186025, c2 = 0.300517, c3 = 'pM7tcVRTee' where c = 1182 index_test.go:140: sql delete from test_index where c = 1559 index_test.go:140: sql delete from test_index where c = 1037 index_test.go:140: sql delete from test_index where c = 3430 index_test.go:143: sql update test_index set c1 = 425961688998068598, c2 = 0.732162, c3 = 'BAyh8pIepc' where c = 1452 index_test.go:137: sql insert into test_index values (4190, 5133337539055510414, 0.552460, 'WDbwAsKzMq') index_test.go:137: sql insert into test_index values (4191, 12569073340842756, 0.562219, 'lsQgUO2zyg') index_test.go:137: sql insert into test_index values (4193, 5966818959079771924, 0.368253, 'vMipHKvRUg') index_test.go:143: sql update test_index set c1 = 6348329082355429116, c2 = 0.548134, c3 = 'Vg3MOCspPz' where c = 3609 index_test.go:137: sql insert into test_index values (4192, 5721688515443223894, 0.758307, 'JtHD2utbPv') index_test.go:143: sql update test_index set c1 = 3130438641406427623, c2 = 0.711094, c3 = '8T3IfYoCw3' where c = 94 index_test.go:143: sql update test_index set c1 = 3978959232714885170, c2 = 0.164004, c3 = 'lShayVhEQF' where c = 301 index_test.go:140: sql delete from test_index where c = 1691 index_test.go:143: sql update test_index set c1 = 1693612580805758439, c2 = 0.459196, c3 = 'be8rWkYOpS' where c = 2633 index_test.go:140: sql delete from test_index where c = 995 index_test.go:143: sql update test_index set c1 = 6609889700506033590, c2 = 0.054359, c3 = 'xMwMS3aCqA' where c = 3321 index_test.go:140: sql delete from test_index where c = 969 index_test.go:137: sql insert into test_index values (4194, 5640427621546930554, 0.144019, 'f2z6Ybj8ml') index_test.go:137: sql insert into test_index values (4195, 4061277952006468132, 0.957291, '8idHQrATM9') index_test.go:140: sql delete from test_index where c = 4092 index_test.go:143: sql update test_index set c1 = 6270309657912379650, c2 = 0.022699, c3 = 'u4EANW2Ix7' where c = 1062 index_test.go:137: sql insert into test_index values (4196, 5858934975692718349, 0.681851, 'jytgDJoj4c') index_test.go:143: sql update test_index set c1 = 7061255500026124533, c2 = 0.630182, c3 = 'UWlztiAx5M' where c = 437 index_test.go:137: sql insert into test_index values (4197, 1447092501710105100, 0.784330, 'j8dYJjTUe9') index_test.go:143: sql update test_index set c1 = 6554886169051339917, c2 = 0.354862, c3 = '5nwvyhJjXK' where c = 4028 index_test.go:137: sql insert into test_index values (4198, 5557787250605860762, 0.015602, 'hH37mjx61W') index_test.go:140: sql delete from test_index where c = 4131 index_test.go:143: sql update test_index set c1 = 2054233235378982772, c2 = 0.146513, c3 = '27NZjxBXPB' where c = 1526 index_test.go:140: sql delete from test_index where c = 2533 index_test.go:137: sql insert into test_index values (4199, 1278797097813705853, 0.806400, 'h93gLi0Rv9') index_test.go:143: sql update test_index set c1 = 7257772687381705046, c2 = 0.079171, c3 = 'A5Qe21a6pC' where c = 571 index_test.go:140: sql delete from test_index where c = 1360 index_test.go:140: sql delete from test_index where c = 4073 index_test.go:143: sql update test_index set c1 = 5049133037120278934, c2 = 0.681333, c3 = 'u5uI25HmuN' where c = 2499 index_test.go:143: sql update test_index set c1 = 8625258564068779768, c2 = 0.440998, c3 = 'BqRFUeKToW' where c = 3417 index_test.go:143: sql update test_index set c1 = 2917318815688967570, c2 = 0.045007, c3 = 'rbZnmfcyA1' where c = 409 index_test.go:140: sql delete from test_index where c = 3015 index_test.go:140: sql delete from test_index where c = 2153 index_test.go:137: sql insert into test_index values (4200, 8000746495865114726, 0.821060, 'qNvMl37SX2') index_test.go:143: sql update test_index set c1 = 8288930112703029422, c2 = 0.270406, c3 = 'eLbeo6XJUM' where c = 1558 index_test.go:140: sql delete from test_index where c = 3284 index_test.go:143: sql update test_index set c1 = 7439250518942234292, c2 = 0.718468, c3 = 'pVKKDl9GWv' where c = 3990 [mysql] 2024/05/06 21:35:15 packets.go:37: unexpected EOF [mysql] 2024/05/06 21:35:15 packets.go:37: unexpected EOF [mysql] 2024/05/06 21:35:15 packets.go:37: unexpected EOF [2024/05/06 21:35:15.284 +08:00] [ERROR] [ddl_test.go:396] ["exec in server, retry"] [query="delete from test_mixed_common where c1 = 6996"] [addr=127.0.0.1:5001] [error="invalid connection"] [mysql] 2024/05/06 21:35:15 packets.go:37: unexpected EOF [2024/05/06 21:35:15.284 +08:00] [ERROR] [ddl_test.go:396] ["exec in server, retry"] [query="delete from test_mixed_common where c1 = 9819"] [addr=127.0.0.1:5001] [error="invalid connection"] [2024/05/06 21:35:15.284 +08:00] [ERROR] [ddl_test.go:396] ["exec in server, retry"] [query="delete from test_mixed_common where c1 = 4673"] [addr=127.0.0.1:5001] [error="invalid connection"] [2024/05/06 21:35:15.284 +08:00] [ERROR] [ddl_test.go:396] ["exec in server, retry"] [query="delete from test_mixed_common where c1 = 5168"] [addr=127.0.0.1:5001] [error="invalid connection"] index_test.go:143: sql update test_index set c1 = 58442967566123794, c2 = 0.336712, c3 = '8aaOL4heiV' where c = 2506 index_test.go:137: sql insert into test_index values (4201, 2744929222197532950, 0.908602, 'PJAQL3ds4c') index_test.go:137: sql insert into test_index values (4202, 7014574303408048283, 0.969683, 'NcOBXFpQIN') index_test.go:137: sql insert into test_index values (4205, 2999508698697943625, 0.249667, 'T2d4Iprm8R') index_test.go:137: sql insert into test_index values (4207, 3195136132947756988, 0.416182, 'QoWwZL7ceQ') index_test.go:137: sql insert into test_index values (4204, 2544351349278535788, 0.260645, 'dbLycNbqZF') index_test.go:137: sql insert into test_index values (4203, 4789193886507570788, 0.551374, 'MjgtyyvYy4') index_test.go:140: sql delete from test_index where c = 1216 index_test.go:140: sql delete from test_index where c = 953 index_test.go:137: sql insert into test_index values (4206, 7841896574435498871, 0.914943, 'qdEwbxmhXX') index_test.go:137: sql insert into test_index values (4208, 8391273987475205580, 0.041139, 'PDaubVibJd') index_test.go:137: sql insert into test_index values (4210, 143987629429880231, 0.646328, 'dHoTjZmmQb') index_test.go:137: sql insert into test_index values (4209, 8931030245180184664, 0.070539, 'YUcBw8a9vr') index_test.go:140: sql delete from test_index where c = 2525 index_test.go:143: sql update test_index set c1 = 8582143945053010307, c2 = 0.521072, c3 = 'lJWWvuSIkZ' where c = 2399 index_test.go:140: sql delete from test_index where c = 288 index_test.go:140: sql delete from test_index where c = 3809 index_test.go:140: sql delete from test_index where c = 1713 index_test.go:140: sql delete from test_index where c = 1685 index_test.go:140: sql delete from test_index where c = 1613 index_test.go:143: sql update test_index set c1 = 7741745598522056578, c2 = 0.927731, c3 = 'ClmtmNKxvY' where c = 1573 index_test.go:140: sql delete from test_index where c = 3756 index_test.go:143: sql update test_index set c1 = 1349482271808661203, c2 = 0.455143, c3 = 'CdhWEcXBpj' where c = 2178 index_test.go:137: sql insert into test_index values (4211, 8962475112266275140, 0.628719, '4MB1TQaa4H') index_test.go:143: sql update test_index set c1 = 4228037972772614552, c2 = 0.085301, c3 = 'I4oMPhiOXf' where c = 3820 index_test.go:143: sql update test_index set c1 = 5811050044129422378, c2 = 0.226298, c3 = 'enbU8rD7ut' where c = 1665 index_test.go:143: sql update test_index set c1 = 3427629827670711011, c2 = 0.050193, c3 = '0GmnjVpSiD' where c = 695 index_test.go:143: sql update test_index set c1 = 1853601443348347034, c2 = 0.930674, c3 = 'ZYshBWfvME' where c = 2768 index_test.go:143: sql update test_index set c1 = 1203122641887761695, c2 = 0.767366, c3 = 'iw4GDqnmx2' where c = 2069 index_test.go:140: sql delete from test_index where c = 3589 index_test.go:143: sql update test_index set c1 = 5681578650840737300, c2 = 0.179414, c3 = 'l4A6IRyohz' where c = 2829 index_test.go:137: sql insert into test_index values (4213, 4606111745576693384, 0.595120, 'pivxkmF4Hb') index_test.go:137: sql insert into test_index values (4212, 8908262516795218668, 0.024871, 'bF5gkES2kj') index_test.go:140: sql delete from test_index where c = 1473 index_test.go:137: sql insert into test_index values (4215, 2030814152347065647, 0.114887, 'dF9qw7fnfG') index_test.go:137: sql insert into test_index values (4216, 1633956878588966684, 0.464425, 'fFVu1b6Ifd') index_test.go:137: sql insert into test_index values (4217, 7229990739707031997, 0.617933, 'DUCNhB1gx8') index_test.go:140: sql delete from test_index where c = 1084 index_test.go:137: sql insert into test_index values (4219, 6229982628812000141, 0.079516, 'PPpHF9443S') index_test.go:143: sql update test_index set c1 = 4925172164633644461, c2 = 0.278208, c3 = '3yE3Fo6BD4' where c = 692 index_test.go:137: sql insert into test_index values (4218, 4980961434508613674, 0.962504, 'DwDhSEwycU') index_test.go:137: sql insert into test_index values (4214, 8842925863075171838, 0.786623, 'zLyWKMDD3b') index_test.go:140: sql delete from test_index where c = 980 index_test.go:140: sql delete from test_index where c = 1490 index_test.go:143: sql update test_index set c1 = 6071265331894658148, c2 = 0.456252, c3 = '7UkRNOFCD0' where c = 2152 # Time: 2024-05-06T21:35:15.988633685+08:00 # Txn_start_ts: 0 # Query_time: 0.507083576 # Parse_time: 0.00006061 # Compile_time: 0.000052635 # Rewrite_time: 0.000002961 # Optimize_time: 0 # Wait_TS: 0.000126432 # DB: test_ddl # Is_internal: false # Digest: 6c39a97f0ff60e5c3bd3cee5697690269fea3e7e5c53f59c82a31476d938f7d2 # Num_cop_tasks: 0 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Succ: true # IsExplicitTxn: false # IsSyncStatsFailed: false # Resource_group: default drop index c3_index on test_index; index_test.go:143: sql update test_index set c1 = 1977043918025562046, c2 = 0.895777, c3 = '3UNlzQgt3e' where c = 3519 index_test.go:140: sql delete from test_index where c = 1723 index_test.go:140: sql delete from test_index where c = 561 index_test.go:140: sql delete from test_index where c = 3618 index_test.go:140: sql delete from test_index where c = 2698 index_test.go:137: sql insert into test_index values (4220, 2128325026610924676, 0.333824, 'lCpvkJD4aH') index_test.go:137: sql insert into test_index values (4221, 5173298937353970356, 0.064489, 'AzwAWUZ1NN') index_test.go:140: sql delete from test_index where c = 2103 index_test.go:143: sql update test_index set c1 = 6367505573187675963, c2 = 0.746304, c3 = 'YhYbGT9Ft6' where c = 2173 index_test.go:143: sql update test_index set c1 = 8734033370041240550, c2 = 0.077941, c3 = 'ItWn52sqRP' where c = 149 index_test.go:143: sql update test_index set c1 = 7003873318044235417, c2 = 0.074858, c3 = 'Rbp07x3ZEh' where c = 818 index_test.go:137: sql insert into test_index values (4222, 3547395473377717380, 0.761387, 'jGrccDcSHt') index_test.go:143: sql update test_index set c1 = 56457368913404999, c2 = 0.618517, c3 = 'qmE9rcfSXg' where c = 1097 index_test.go:143: sql update test_index set c1 = 748919723175462827, c2 = 0.635145, c3 = 'QKV1uLiGwK' where c = 1680 index_test.go:143: sql update test_index set c1 = 4632214209812709533, c2 = 0.074420, c3 = 'nPpjhncFO4' where c = 3250 index_test.go:140: sql delete from test_index where c = 3130 index_test.go:143: sql update test_index set c1 = 8693472837929372597, c2 = 0.405191, c3 = 'OtVOjWeHpx' where c = 3209 index_test.go:140: sql delete from test_index where c = 4065 index_test.go:137: sql insert into test_index values (4223, 7254000532826989329, 0.225681, '0XB5Nk7sQa') index_test.go:140: sql delete from test_index where c = 2880 index_test.go:137: sql insert into test_index values (4224, 2948656048480499501, 0.294978, '46jtbCy6L6') index_test.go:143: sql update test_index set c1 = 4574281435174083601, c2 = 0.453127, c3 = 'ojYxHv5xKV' where c = 1573 index_test.go:137: sql insert into test_index values (4225, 8950481082497637327, 0.737290, 'IouQPq3tuZ') index_test.go:137: sql insert into test_index values (4227, 4763133842805764604, 0.207544, 'EKQRZiTSFh') index_test.go:140: sql delete from test_index where c = 1572 index_test.go:143: sql update test_index set c1 = 7848179595422538154, c2 = 0.447116, c3 = 'BFkSjC1C2X' where c = 1234 index_test.go:140: sql delete from test_index where c = 1125 index_test.go:137: sql insert into test_index values (4229, 4371590471081495728, 0.121469, 'Egra16OWq4') index_test.go:137: sql insert into test_index values (4226, 8272756453594013164, 0.157321, 'qeBhbiPpGn') index_test.go:137: sql insert into test_index values (4228, 6135532411538202800, 0.751439, '3yAp7mpD23') index_test.go:143: sql update test_index set c1 = 8242898567793260262, c2 = 0.125952, c3 = 'opY734OM7O' where c = 2624 index_test.go:140: sql delete from test_index where c = 1004 index_test.go:140: sql delete from test_index where c = 1797 index_test.go:140: sql delete from test_index where c = 4078 index_test.go:143: sql update test_index set c1 = 6406961624017587852, c2 = 0.889047, c3 = '4cf39NVB8b' where c = 1513 index_test.go:140: sql delete from test_index where c = 3 index_test.go:137: sql insert into test_index values (4230, 5371775758175663266, 0.226322, 'beosINwQ0J') index_test.go:137: sql insert into test_index values (4231, 5112713058928905770, 0.365261, 'vjKYXZYLtx') index_test.go:143: sql update test_index set c1 = 8555292767300410022, c2 = 0.730921, c3 = 'JoiPkDvOgV' where c = 2712 index_test.go:137: sql insert into test_index values (4232, 5333953875251940300, 0.331298, 'PDtKszl1an') index_test.go:140: sql delete from test_index where c = 718 index_test.go:137: sql insert into test_index values (4233, 5022190912469137, 0.775170, '91pcs8Sc9G') index_test.go:140: sql delete from test_index where c = 279 index_test.go:143: sql update test_index set c1 = 6129756531010001395, c2 = 0.554407, c3 = 'XycC5tc4yt' where c = 2531 index_test.go:140: sql delete from test_index where c = 1003 index_test.go:143: sql update test_index set c1 = 6906389006999983288, c2 = 0.011557, c3 = 'SscwgmleUg' where c = 3295 index_test.go:140: sql delete from test_index where c = 3032 index_test.go:143: sql update test_index set c1 = 6812561317766989605, c2 = 0.615615, c3 = 'cOEIyoqXXZ' where c = 4083 index_test.go:137: sql insert into test_index values (4234, 8202122333458141675, 0.103549, 'ZLQQ84pPi7') index_test.go:140: sql delete from test_index where c = 245 index_test.go:143: sql update test_index set c1 = 5877763332735983768, c2 = 0.565649, c3 = 'T4s6EdGYJm' where c = 323 index_test.go:143: sql update test_index set c1 = 63318605337268729, c2 = 0.545839, c3 = 'nY7t52qlVY' where c = 3318 index_test.go:140: sql delete from test_index where c = 1277 index_test.go:143: sql update test_index set c1 = 6233924384655165917, c2 = 0.499926, c3 = 'toiTZEAPoT' where c = 3608 index_test.go:137: sql insert into test_index values (4236, 8515440049067177880, 0.301008, 'b8gqIpS84x') index_test.go:137: sql insert into test_index values (4235, 3710548479447980006, 0.978807, 'eRitOGrbNz') index_test.go:143: sql update test_index set c1 = 8905418675822082574, c2 = 0.831388, c3 = 'CnBg9tPAw7' where c = 2854 index_test.go:143: sql update test_index set c1 = 3832684836612704640, c2 = 0.394561, c3 = 'grfsaqOH9S' where c = 866 index_test.go:137: sql insert into test_index values (4238, 5051904614184399189, 0.741484, 'qCzfSoySB2') index_test.go:143: sql update test_index set c1 = 6768206616073606510, c2 = 0.260658, c3 = 'Q4PptfsMtr' where c = 1309 index_test.go:137: sql insert into test_index values (4239, 2954358412199532543, 0.717034, '4oH2ScpcAR') index_test.go:137: sql insert into test_index values (4237, 9204851158947492375, 0.307219, 'f1Ca8CzpVs') index_test.go:137: sql insert into test_index values (4240, 1386733037021211134, 0.281223, 'cPCAx7YuIX') index_test.go:140: sql delete from test_index where c = 3203 index_test.go:140: sql delete from test_index where c = 1065 index_test.go:140: sql delete from test_index where c = 179 index_test.go:137: sql insert into test_index values (4243, 112524027683371284, 0.795649, 'ILOeZrlfoz') index_test.go:140: sql delete from test_index where c = 1857 index_test.go:137: sql insert into test_index values (4242, 4334007029685236272, 0.671220, 'l1x7KRrISo') index_test.go:143: sql update test_index set c1 = 8030989178483789467, c2 = 0.211490, c3 = 'KWpezKygID' where c = 347 index_test.go:143: sql update test_index set c1 = 8042972499097462840, c2 = 0.467783, c3 = 'cqfUbBYypz' where c = 1053 index_test.go:137: sql insert into test_index values (4241, 2365039033737624923, 0.628880, 'AKPNuMLMWz') index_test.go:143: sql update test_index set c1 = 7225081346338160633, c2 = 0.512659, c3 = 'PvVf25SRxY' where c = 2663 index_test.go:140: sql delete from test_index where c = 2710 index_test.go:140: sql delete from test_index where c = 3745 index_test.go:140: sql delete from test_index where c = 1240 index_test.go:137: sql insert into test_index values (4244, 2658947582232289902, 0.298886, 'DHtw5ESGHp') index_test.go:143: sql update test_index set c1 = 4428441668248769422, c2 = 0.796167, c3 = 'PM8R8V7YRX' where c = 1778 index_test.go:143: sql update test_index set c1 = 6724231027460678430, c2 = 0.915289, c3 = '7F6rL3b23J' where c = 269 index_test.go:143: sql update test_index set c1 = 2221574203963095305, c2 = 0.409151, c3 = 'JsRNjBeBt1' where c = 3652 index_test.go:140: sql delete from test_index where c = 2165 index_test.go:137: sql insert into test_index values (4245, 1852003624903840262, 0.789844, 'PL77yzoE5W') index_test.go:140: sql delete from test_index where c = 3788 index_test.go:143: sql update test_index set c1 = 55879150631582961, c2 = 0.281371, c3 = '8fg4Df5Ux8' where c = 4212 index_test.go:137: sql insert into test_index values (4246, 6485188638083069220, 0.967570, 'uwlywSmZAy') index_test.go:140: sql delete from test_index where c = 1277 index_test.go:140: sql delete from test_index where c = 1915 index_test.go:140: sql delete from test_index where c = 2836 index_test.go:137: sql insert into test_index values (4247, 6263200165022621797, 0.024567, 'sQFkXEIjQ5') index_test.go:143: sql update test_index set c1 = 4405792715700686763, c2 = 0.287226, c3 = 'rqU5ZlOvZS' where c = 3258 index_test.go:137: sql insert into test_index values (4248, 6501017130417792765, 0.355576, 'cgqtN4isde') index_test.go:137: sql insert into test_index values (4249, 6196368215196320821, 0.806169, 'ujP8RW3nql') index_test.go:143: sql update test_index set c1 = 4599804891626925037, c2 = 0.431679, c3 = 'G9q9gebwOZ' where c = 3438 index_test.go:143: sql update test_index set c1 = 8141717364676747893, c2 = 0.838208, c3 = 'LsNGFLJ4k0' where c = 2016 index_test.go:140: sql delete from test_index where c = 4064 index_test.go:143: sql update test_index set c1 = 3872596452677226848, c2 = 0.627046, c3 = 'fHJmLowQQW' where c = 3618 index_test.go:140: sql delete from test_index where c = 3202 index_test.go:143: sql update test_index set c1 = 3631378084416434276, c2 = 0.053219, c3 = 'V1DdZsFBfv' where c = 4119 index_test.go:137: sql insert into test_index values (4251, 4885603106579151819, 0.856483, 'MwnkoYSjkP') index_test.go:143: sql update test_index set c1 = 2072124354711378494, c2 = 0.061880, c3 = 'v6vQqIrnuh' where c = 1147 index_test.go:137: sql insert into test_index values (4250, 4563850324508642214, 0.035875, 'ISGz1codxG') index_test.go:137: sql insert into test_index values (4252, 2465178150109943621, 0.678627, 'ruPIQjYIrk') index_test.go:140: sql delete from test_index where c = 3718 index_test.go:140: sql delete from test_index where c = 1994 index_test.go:137: sql insert into test_index values (4254, 8791234268457461431, 0.802067, 'l1a5Kwnqiz') index_test.go:137: sql insert into test_index values (4255, 5395254367518798687, 0.440134, 'satFqkZWTz') index_test.go:137: sql insert into test_index values (4253, 5969896211173121633, 0.880296, 'd5nHPbuxba') index_test.go:137: sql insert into test_index values (4256, 2592754924701831971, 0.114754, 'dFCuUpZdAL') index_test.go:143: sql update test_index set c1 = 430146724537676079, c2 = 0.093730, c3 = 'qNtEy0DOcw' where c = 3836 index_test.go:143: sql update test_index set c1 = 8062947821799493066, c2 = 0.017615, c3 = 'D0Idj0Rjzd' where c = 2595 index_test.go:140: sql delete from test_index where c = 1329 index_test.go:140: sql delete from test_index where c = 1006 index_test.go:140: sql delete from test_index where c = 4006 index_test.go:140: sql delete from test_index where c = 301 index_test.go:140: sql delete from test_index where c = 3809 index_test.go:143: sql update test_index set c1 = 704651754057318270, c2 = 0.211144, c3 = 'olgzv9rRbU' where c = 3462 index_test.go:140: sql delete from test_index where c = 827 index_test.go:143: sql update test_index set c1 = 4415196848798624014, c2 = 0.026562, c3 = 'HwF03gDvee' where c = 1646 index_test.go:143: sql update test_index set c1 = 8995324279381631600, c2 = 0.405646, c3 = 'GlMrg6tPVx' where c = 977 index_test.go:137: sql insert into test_index values (4257, 3594368124292498185, 0.919201, 'xFfwsSJbkh') index_test.go:137: sql insert into test_index values (4258, 1522362614442602092, 0.472177, '7o4cFerRTk') index_test.go:143: sql update test_index set c1 = 2598077841958962601, c2 = 0.518086, c3 = 'Iq10nG2m5k' where c = 2658 index_test.go:143: sql update test_index set c1 = 2223645216210276160, c2 = 0.286984, c3 = '5gD8xLwPEL' where c = 815 index_test.go:143: sql update test_index set c1 = 7686329666675346535, c2 = 0.527010, c3 = 'P8UP3okVfa' where c = 4042 index_test.go:140: sql delete from test_index where c = 381 index_test.go:137: sql insert into test_index values (4259, 6194170184855045992, 0.916673, 'ufN57GWPdp') index_test.go:143: sql update test_index set c1 = 7401570969184907374, c2 = 0.761917, c3 = 'hIqcWrZx9x' where c = 3861 index_test.go:137: sql insert into test_index values (4260, 6360522421789119225, 0.951290, 'vHhoxbjmwJ') index_test.go:137: sql insert into test_index values (4261, 2576936871989542151, 0.035558, '5IFojelEXH') index_test.go:140: sql delete from test_index where c = 1553 index_test.go:140: sql delete from test_index where c = 110 index_test.go:137: sql insert into test_index values (4263, 7019601142179383671, 0.602321, 'uAYj7Wxn7i') index_test.go:137: sql insert into test_index values (4264, 2359907669805323682, 0.198827, 'iOfeoEDRA5') index_test.go:143: sql update test_index set c1 = 573389637477431888, c2 = 0.727595, c3 = 'XK0Kv6MKt5' where c = 2722 index_test.go:137: sql insert into test_index values (4265, 726277883680769614, 0.282486, 'xNNQAwaZPP') index_test.go:143: sql update test_index set c1 = 1724206411143176989, c2 = 0.368181, c3 = 'fUNK9JWZTY' where c = 996 index_test.go:143: sql update test_index set c1 = 3371871376271427670, c2 = 0.859462, c3 = 'u3LRN7uFxX' where c = 3339 index_test.go:140: sql delete from test_index where c = 1695 index_test.go:137: sql insert into test_index values (4262, 3121840551897777920, 0.071961, 'E8i1hcGtLN') index_test.go:140: sql delete from test_index where c = 789 index_test.go:143: sql update test_index set c1 = 6282981720058562402, c2 = 0.521836, c3 = 'cfHqO5wrq6' where c = 736 index_test.go:140: sql delete from test_index where c = 922 index_test.go:140: sql delete from test_index where c = 1422 index_test.go:137: sql insert into test_index values (4266, 5407599914467703020, 0.264548, '7r2jFsRtMB') index_test.go:140: sql delete from test_index where c = 3821 index_test.go:143: sql update test_index set c1 = 1457810261786127649, c2 = 0.634036, c3 = 'N7h0YXSbnl' where c = 1410 index_test.go:137: sql insert into test_index values (4267, 5689125134932195849, 0.424144, 'PwB7jSdFkg') index_test.go:143: sql update test_index set c1 = 1001451987197752403, c2 = 0.412906, c3 = 'gtmNjtk9Tt' where c = 849 index_test.go:137: sql insert into test_index values (4268, 6555236707189824488, 0.164846, 'OWxXhl5P5o') index_test.go:140: sql delete from test_index where c = 2489 index_test.go:140: sql delete from test_index where c = 1448 index_test.go:143: sql update test_index set c1 = 2797102459026010701, c2 = 0.165859, c3 = '2f3f3UflDp' where c = 1576 index_test.go:143: sql update test_index set c1 = 5189135052944175938, c2 = 0.461055, c3 = '1pjRckO6XZ' where c = 2118 index_test.go:137: sql insert into test_index values (4269, 5087396206432507603, 0.310734, 'Yj7b22E6dB') index_test.go:140: sql delete from test_index where c = 664 index_test.go:143: sql update test_index set c1 = 7798880652971841743, c2 = 0.036691, c3 = '8CWWBZNzhb' where c = 2258 index_test.go:143: sql update test_index set c1 = 923521048729047842, c2 = 0.066185, c3 = 'szU1n0SV6g' where c = 3203 index_test.go:137: sql insert into test_index values (4271, 7034073204829492391, 0.992572, 'xEYQsXjy8A') index_test.go:140: sql delete from test_index where c = 3145 index_test.go:137: sql insert into test_index values (4273, 5216532478081001592, 0.692240, 'j0vEgV3QFK') index_test.go:143: sql update test_index set c1 = 777840750577841057, c2 = 0.359977, c3 = '50Sgg66DDt' where c = 2841 index_test.go:137: sql insert into test_index values (4270, 1503268919182540174, 0.916822, 'xVxZVYyyl2') index_test.go:140: sql delete from test_index where c = 624 index_test.go:140: sql delete from test_index where c = 1877 index_test.go:143: sql update test_index set c1 = 1974866304613533419, c2 = 0.837701, c3 = 'n5rxrP3zYl' where c = 1764 index_test.go:137: sql insert into test_index values (4272, 5172727994638353426, 0.181569, 'KsGrqg464B') index_test.go:140: sql delete from test_index where c = 481 index_test.go:140: sql delete from test_index where c = 878 index_test.go:137: sql insert into test_index values (4274, 3455585828027483078, 0.763580, 'l2MrpziGzf') index_test.go:143: sql update test_index set c1 = 1570269000002555790, c2 = 0.025450, c3 = 'WyPTFJQCX5' where c = 3565 index_test.go:137: sql insert into test_index values (4276, 1263583767164279140, 0.456224, 'Y52RJ9LWTk') index_test.go:137: sql insert into test_index values (4275, 5122557505003279660, 0.539451, 'ngXS83Laoi') index_test.go:137: sql insert into test_index values (4277, 2285872955776410594, 0.373736, 'yBU5hFPH6N') index_test.go:140: sql delete from test_index where c = 765 index_test.go:140: sql delete from test_index where c = 2239 index_test.go:143: sql update test_index set c1 = 2787955277657713420, c2 = 0.233819, c3 = 'lzRd57J4H6' where c = 4196 index_test.go:143: sql update test_index set c1 = 5743191846452696716, c2 = 0.720654, c3 = 'qKV9r7ufrA' where c = 2047 index_test.go:143: sql update test_index set c1 = 3851592739888003503, c2 = 0.014531, c3 = '0qWgcUSrxB' where c = 3465 index_test.go:137: sql insert into test_index values (4278, 5353704738944737163, 0.300852, '43nXNqN7ZW') index_test.go:143: sql update test_index set c1 = 9169285479688886184, c2 = 0.478076, c3 = 'gnr0CfyRic' where c = 1114 index_test.go:140: sql delete from test_index where c = 2036 index_test.go:140: sql delete from test_index where c = 338 index_test.go:143: sql update test_index set c1 = 1445038684404678196, c2 = 0.968323, c3 = 'mbHp8hALJ5' where c = 3951 index_test.go:140: sql delete from test_index where c = 159 index_test.go:143: sql update test_index set c1 = 4169882023074878706, c2 = 0.753057, c3 = 'brfOzKPjpt' where c = 3973 index_test.go:140: sql delete from test_index where c = 3662 index_test.go:143: sql update test_index set c1 = 8318872190007312728, c2 = 0.264563, c3 = 'wVTfA2FuRy' where c = 1290 index_test.go:143: sql update test_index set c1 = 7018580547803391981, c2 = 0.857722, c3 = 'GBlnOPvGXE' where c = 1480 index_test.go:137: sql insert into test_index values (4279, 8057164825659848284, 0.167552, 'N1Zm3sHaoM') index_test.go:137: sql insert into test_index values (4280, 6698789296938594527, 0.184118, 'i9Eph5fq9U') index_test.go:137: sql insert into test_index values (4282, 7983014609775911911, 0.670557, 'Pq8j1WH3jw') index_test.go:137: sql insert into test_index values (4281, 722083785904782151, 0.504782, 'E0XnD5dNFE') index_test.go:140: sql delete from test_index where c = 1942 index_test.go:137: sql insert into test_index values (4284, 8921687022687594478, 0.444994, 'RdhnT7lVXb') index_test.go:143: sql update test_index set c1 = 5553250837678506168, c2 = 0.625856, c3 = 'QgWzZgyKbM' where c = 1778 index_test.go:137: sql insert into test_index values (4285, 5764981706285144293, 0.770310, 'piyT9LZ6t2') index_test.go:137: sql insert into test_index values (4283, 5058103048195569284, 0.736896, 'deU9FVp3Hg') index_test.go:143: sql update test_index set c1 = 3930176669807879472, c2 = 0.224277, c3 = 'CM362Wbcf8' where c = 3483 index_test.go:140: sql delete from test_index where c = 2886 index_test.go:140: sql delete from test_index where c = 3239 index_test.go:140: sql delete from test_index where c = 3999 index_test.go:137: sql insert into test_index values (4286, 5234518287467518526, 0.143236, 'HJIK8Obaef') index_test.go:143: sql update test_index set c1 = 9034195490268470378, c2 = 0.802988, c3 = 'RZzV1PtEZn' where c = 3496 index_test.go:143: sql update test_index set c1 = 3628964803268501954, c2 = 0.485086, c3 = '6VOoE1YhYv' where c = 376 index_test.go:140: sql delete from test_index where c = 3661 index_test.go:140: sql delete from test_index where c = 2701 index_test.go:137: sql insert into test_index values (4288, 4917641535673843177, 0.551924, 'YA1AQlK97N') index_test.go:140: sql delete from test_index where c = 3371 index_test.go:137: sql insert into test_index values (4287, 4782404821650214542, 0.751085, 'MinergaJGg') index_test.go:143: sql update test_index set c1 = 838175639539145899, c2 = 0.239297, c3 = 'O8mN7fRa1P' where c = 2665 index_test.go:143: sql update test_index set c1 = 1179633657088139984, c2 = 0.537644, c3 = 'LL5sctEuiu' where c = 3114 index_test.go:143: sql update test_index set c1 = 4413757207655766168, c2 = 0.517585, c3 = 'nsW5pkq8Ye' where c = 1518 index_test.go:140: sql delete from test_index where c = 1883 index_test.go:143: sql update test_index set c1 = 1014009191464604010, c2 = 0.923951, c3 = 'rnO1MfwVkR' where c = 1689 index_test.go:143: sql update test_index set c1 = 2441298946587110444, c2 = 0.614114, c3 = 'BN30xnujWt' where c = 262 index_test.go:137: sql insert into test_index values (4289, 1441014307949231998, 0.595514, 'DUkYmWy5ka') index_test.go:137: sql insert into test_index values (4290, 2181015708628159568, 0.878007, 'VacnGwvljH') index_test.go:140: sql delete from test_index where c = 876 index_test.go:137: sql insert into test_index values (4291, 256090666578693162, 0.709631, 'tUFVzUA7ur') index_test.go:137: sql insert into test_index values (4292, 1293996683025585539, 0.719231, 'iQ7SBxz4dC') index_test.go:140: sql delete from test_index where c = 3386 index_test.go:143: sql update test_index set c1 = 5953140179023857669, c2 = 0.612551, c3 = 'rMep42qR7y' where c = 3154 index_test.go:140: sql delete from test_index where c = 651 index_test.go:137: sql insert into test_index values (4293, 530272021502406613, 0.876154, 'rMMDMorBQj') index_test.go:143: sql update test_index set c1 = 2036084348442075230, c2 = 0.822287, c3 = 'CFyTjOnaIM' where c = 86 index_test.go:137: sql insert into test_index values (4294, 7105751727349834069, 0.895986, 'noz2LNIc4U') index_test.go:140: sql delete from test_index where c = 3865 index_test.go:140: sql delete from test_index where c = 2288 index_test.go:143: sql update test_index set c1 = 335065264295295885, c2 = 0.780144, c3 = 'vHn3zG5WFS' where c = 1770 index_test.go:143: sql update test_index set c1 = 2488635212912857460, c2 = 0.368119, c3 = 'NgtTM9Vjuu' where c = 672 index_test.go:140: sql delete from test_index where c = 2601 index_test.go:137: sql insert into test_index values (4295, 5453311515887983481, 0.335451, 'ngeZS7Tipw') index_test.go:143: sql update test_index set c1 = 9005821389992290258, c2 = 0.259472, c3 = '5Tp5yyT9Kb' where c = 50 index_test.go:143: sql update test_index set c1 = 7917344334219196456, c2 = 0.302670, c3 = 'uV4oorjAc0' where c = 900 index_test.go:140: sql delete from test_index where c = 3812 index_test.go:137: sql insert into test_index values (4296, 9212142163914302766, 0.223645, '1EdiBdvS7k') index_test.go:140: sql delete from test_index where c = 554 index_test.go:143: sql update test_index set c1 = 6481723127043282490, c2 = 0.565261, c3 = '0XZ42yPqh6' where c = 711 index_test.go:143: sql update test_index set c1 = 2488245638977397799, c2 = 0.597377, c3 = 'F0bR9oGzQx' where c = 200 index_test.go:140: sql delete from test_index where c = 1133 index_test.go:137: sql insert into test_index values (4297, 1482574858601799508, 0.081435, 'w0tsN2AD0K') index_test.go:143: sql update test_index set c1 = 3756071062034991948, c2 = 0.357298, c3 = 'ICrWgxZhlA' where c = 2370 index_test.go:137: sql insert into test_index values (4298, 7551373993810668863, 0.296769, 'Hx8zJv1f7P') index_test.go:140: sql delete from test_index where c = 3002 index_test.go:137: sql insert into test_index values (4299, 7809403412176437018, 0.225457, '6SyC08YJCE') index_test.go:140: sql delete from test_index where c = 2346 index_test.go:140: sql delete from test_index where c = 560 index_test.go:140: sql delete from test_index where c = 535 index_test.go:143: sql update test_index set c1 = 5434612449618650731, c2 = 0.170812, c3 = '1ibamkgXTs' where c = 2521 index_test.go:137: sql insert into test_index values (4300, 2280731055010438231, 0.159653, 'dVZFCzCS5k') index_test.go:143: sql update test_index set c1 = 6292228158558422685, c2 = 0.405591, c3 = 'NmeAI1p9zE' where c = 1930 index_test.go:140: sql delete from test_index where c = 1739 index_test.go:143: sql update test_index set c1 = 4525193733048436578, c2 = 0.623601, c3 = 'ftjy6DAxEW' where c = 3001 index_test.go:143: sql update test_index set c1 = 2836391649401878643, c2 = 0.491558, c3 = 'MZxpuDyaTN' where c = 1024 index_test.go:143: sql update test_index set c1 = 290079488432010925, c2 = 0.128557, c3 = 'TObfeVLSkn' where c = 3263 index_test.go:143: sql update test_index set c1 = 6451297979175509125, c2 = 0.219007, c3 = 'DuyhNY3eAG' where c = 1111 index_test.go:137: sql insert into test_index values (4302, 4467457254790260075, 0.401219, 'Yq6UB2sMmK') index_test.go:137: sql insert into test_index values (4301, 5951913399742296773, 0.698977, '1JzDpfuHK3') index_test.go:137: sql insert into test_index values (4308, 8567383016658991377, 0.302899, 'IWFOQEjVpP') index_test.go:137: sql insert into test_index values (4305, 4453417508953707553, 0.059311, 'poZS8bByhi') index_test.go:137: sql insert into test_index values (4306, 315193487366106283, 0.685022, 'jTucedumUS') index_test.go:137: sql insert into test_index values (4307, 6865804363696370022, 0.392430, 'n2F1S7i8ZC') index_test.go:137: sql insert into test_index values (4303, 9208513006298279640, 0.961146, 'GpNXdWdcSA') index_test.go:137: sql insert into test_index values (4310, 6971376629913108305, 0.536205, 'diZxMOuH1Z') index_test.go:137: sql insert into test_index values (4304, 1148436481172300441, 0.379361, 'LpYWlbekfW') index_test.go:137: sql insert into test_index values (4309, 5773226534221701802, 0.855871, 'Xd8hAEzubV') index_test.go:140: sql delete from test_index where c = 1972 index_test.go:140: sql delete from test_index where c = 1224 index_test.go:140: sql delete from test_index where c = 412 index_test.go:140: sql delete from test_index where c = 1379 index_test.go:140: sql delete from test_index where c = 3914 index_test.go:140: sql delete from test_index where c = 1380 index_test.go:140: sql delete from test_index where c = 3250 index_test.go:143: sql update test_index set c1 = 3537985023011886788, c2 = 0.099667, c3 = 'UEHxruZDBg' where c = 3218 index_test.go:143: sql update test_index set c1 = 1411272378699935915, c2 = 0.094707, c3 = 'TdZ5drJAAx' where c = 1445 index_test.go:140: sql delete from test_index where c = 3832 index_test.go:143: sql update test_index set c1 = 4341516787179653936, c2 = 0.746954, c3 = '2Sw6Eo2CYx' where c = 4060 index_test.go:143: sql update test_index set c1 = 4831488850393639328, c2 = 0.267919, c3 = 'MnUpveOGxz' where c = 3305 index_test.go:140: sql delete from test_index where c = 2102 index_test.go:143: sql update test_index set c1 = 546170155010704087, c2 = 0.838188, c3 = 'Kqp8byUZfd' where c = 783 index_test.go:140: sql delete from test_index where c = 2562 index_test.go:143: sql update test_index set c1 = 3388687313008732616, c2 = 0.314840, c3 = 'mpkbpWm0QG' where c = 3375 index_test.go:143: sql update test_index set c1 = 4997729276292666688, c2 = 0.277373, c3 = 'FWu4T2MLRZ' where c = 52 index_test.go:137: sql insert into test_index values (4313, 2466982296283657325, 0.123542, 'BMbsr8DY7z') index_test.go:137: sql insert into test_index values (4314, 568128282873602693, 0.709020, 'f7AUEOHsTF') index_test.go:137: sql insert into test_index values (4312, 2407394581838393190, 0.003432, 'av5peORW9j') index_test.go:143: sql update test_index set c1 = 5033597897836391283, c2 = 0.366295, c3 = 'EtwSHIZVfj' where c = 3464 index_test.go:137: sql insert into test_index values (4311, 8112062946139611349, 0.887958, 'UAoiuozoBE') index_test.go:137: sql insert into test_index values (4316, 7097105701536432108, 0.953128, 'sB9hhTOLpg') index_test.go:143: sql update test_index set c1 = 6892453795162012161, c2 = 0.400133, c3 = 'GWK1L1b8aG' where c = 3963 index_test.go:140: sql delete from test_index where c = 2049 index_test.go:137: sql insert into test_index values (4317, 4372854212629418990, 0.611829, 'aXAUfqdyMy') index_test.go:140: sql delete from test_index where c = 41 index_test.go:137: sql insert into test_index values (4315, 886765838122470009, 0.308949, 'UbSH93fths') index_test.go:143: sql update test_index set c1 = 6312522861486955503, c2 = 0.941904, c3 = 'ndvoqi8Y20' where c = 2537 index_test.go:143: sql update test_index set c1 = 5947216192478587913, c2 = 0.698298, c3 = 'pdKiCrPyiq' where c = 2012 index_test.go:137: sql insert into test_index values (4319, 4275491802665329814, 0.533471, 'C7t07jAzMP') index_test.go:140: sql delete from test_index where c = 1883 index_test.go:140: sql delete from test_index where c = 1630 index_test.go:137: sql insert into test_index values (4318, 6214479828268857183, 0.835994, 'Gjb2t5XGhJ') index_test.go:140: sql delete from test_index where c = 4265 index_test.go:140: sql delete from test_index where c = 2825 index_test.go:140: sql delete from test_index where c = 1381 index_test.go:143: sql update test_index set c1 = 2326389877802432923, c2 = 0.912876, c3 = 'CH5MQ6iTgm' where c = 2771 index_test.go:143: sql update test_index set c1 = 1244838310600266206, c2 = 0.537107, c3 = 'EbW132E37c' where c = 652 index_test.go:137: sql insert into test_index values (4320, 4728635429114861617, 0.648659, 'TtCI3JiA7d') index_test.go:140: sql delete from test_index where c = 3465 index_test.go:137: sql insert into test_index values (4321, 8922529699004230528, 0.854208, 'GQs0ZxV3tS') index_test.go:140: sql delete from test_index where c = 1752 index_test.go:140: sql delete from test_index where c = 2491 index_test.go:143: sql update test_index set c1 = 4292373535905580699, c2 = 0.941405, c3 = 'giz3ppPiT8' where c = 2458 index_test.go:143: sql update test_index set c1 = 5204131684427040890, c2 = 0.306704, c3 = 'Uk6XK3Se5R' where c = 91 index_test.go:137: sql insert into test_index values (4322, 7641901720482004973, 0.948178, 'fxvYMWfnUf') index_test.go:143: sql update test_index set c1 = 8938117464691523364, c2 = 0.801391, c3 = '4oM5NsfYhj' where c = 4083 index_test.go:143: sql update test_index set c1 = 8697434009766712982, c2 = 0.046186, c3 = 'M6fR95B3GD' where c = 3988 index_test.go:137: sql insert into test_index values (4323, 5938668483541768278, 0.853063, 'OxCD2TZUWR') index_test.go:140: sql delete from test_index where c = 3896 index_test.go:143: sql update test_index set c1 = 793811090170116641, c2 = 0.447033, c3 = 'vFnxEpKoFH' where c = 1732 index_test.go:143: sql update test_index set c1 = 4135933085691540605, c2 = 0.273592, c3 = 'Se9DgWq5EE' where c = 4244 index_test.go:140: sql delete from test_index where c = 899 index_test.go:140: sql delete from test_index where c = 990 index_test.go:137: sql insert into test_index values (4325, 129655687291870406, 0.295865, 'PINeJXOyZm') index_test.go:137: sql insert into test_index values (4324, 6119779946922698829, 0.996396, 'OMqTJTgkKQ') index_test.go:143: sql update test_index set c1 = 2883790412770542449, c2 = 0.910411, c3 = 'zVTdot0dMF' where c = 569 index_test.go:143: sql update test_index set c1 = 6403150899866683341, c2 = 0.995512, c3 = 'sQ0HoInwfB' where c = 2098 index_test.go:137: sql insert into test_index values (4327, 9089985655162186101, 0.605003, '8bD4RADHb0') index_test.go:137: sql insert into test_index values (4326, 622317244844884337, 0.278791, 'LKjLthscit') index_test.go:137: sql insert into test_index values (4328, 2292468654100690599, 0.851266, 'NQ1WS5OKwl') index_test.go:137: sql insert into test_index values (4329, 8670714789036616172, 0.307518, 'bNh7Ff0y8e') index_test.go:140: sql delete from test_index where c = 710 index_test.go:143: sql update test_index set c1 = 4324700913329669834, c2 = 0.535625, c3 = 'hy3qf1Nyti' where c = 1612 index_test.go:140: sql delete from test_index where c = 192 index_test.go:140: sql delete from test_index where c = 110 index_test.go:140: sql delete from test_index where c = 1036 index_test.go:143: sql update test_index set c1 = 8478627784512084006, c2 = 0.874431, c3 = 'cXiY5EZXx5' where c = 4081 index_test.go:137: sql insert into test_index values (4330, 5172566829917358044, 0.898041, 'neBM0CABI2') index_test.go:140: sql delete from test_index where c = 4209 index_test.go:143: sql update test_index set c1 = 8966551764112642420, c2 = 0.714721, c3 = '1QlCW0LvLg' where c = 286 index_test.go:143: sql update test_index set c1 = 2885469610721936782, c2 = 0.101126, c3 = 'KOd6QT7XsE' where c = 487 index_test.go:140: sql delete from test_index where c = 3789 index_test.go:137: sql insert into test_index values (4331, 674345914259471284, 0.029724, 'ADpTnIVQI5') index_test.go:143: sql update test_index set c1 = 9056068670796983271, c2 = 0.942394, c3 = 'ntDkKPy70C' where c = 3525 index_test.go:143: sql update test_index set c1 = 8720806008265313719, c2 = 0.831946, c3 = 'QwH0H4NY82' where c = 1210 index_test.go:143: sql update test_index set c1 = 2934552797979112858, c2 = 0.531625, c3 = 'DS73kDJ8az' where c = 819 index_test.go:140: sql delete from test_index where c = 1741 index_test.go:137: sql insert into test_index values (4333, 3919253541955093512, 0.856832, 'Sp9XrQM67b') index_test.go:137: sql insert into test_index values (4332, 5742797094839905300, 0.899643, 'pmrnxMVMlA') index_test.go:137: sql insert into test_index values (4335, 965164410817931915, 0.041046, 'hIShEqHFoF') index_test.go:137: sql insert into test_index values (4334, 5717422808761212284, 0.728974, 'ipc8NCBsMx') index_test.go:137: sql insert into test_index values (4336, 7033524040371340378, 0.600776, 'vzH7mZsgDb') index_test.go:140: sql delete from test_index where c = 600 index_test.go:137: sql insert into test_index values (4337, 236360625171065559, 0.861685, '861s7lBVq4') index_test.go:140: sql delete from test_index where c = 4053 index_test.go:143: sql update test_index set c1 = 3684845706628782343, c2 = 0.574423, c3 = 'qsipGSpTME' where c = 3977 index_test.go:137: sql insert into test_index values (4338, 7166519255164088011, 0.496361, 'BaBpuowIhG') index_test.go:140: sql delete from test_index where c = 3904 index_test.go:140: sql delete from test_index where c = 1087 index_test.go:140: sql delete from test_index where c = 151 index_test.go:140: sql delete from test_index where c = 2087 index_test.go:143: sql update test_index set c1 = 1763324927747451867, c2 = 0.037601, c3 = '2tOrFl66Vp' where c = 3093 index_test.go:140: sql delete from test_index where c = 4321 index_test.go:143: sql update test_index set c1 = 1036844267870008145, c2 = 0.910400, c3 = 'zYpc76RC6h' where c = 200 index_test.go:143: sql update test_index set c1 = 4048291954468895273, c2 = 0.653290, c3 = 'KxCU92tF1e' where c = 1701 index_test.go:143: sql update test_index set c1 = 5659434325086370527, c2 = 0.861383, c3 = '2Lvuu4NbOp' where c = 437 index_test.go:143: sql update test_index set c1 = 7156699086718087355, c2 = 0.916826, c3 = 'v2N4o2OhRv' where c = 4177 index_test.go:140: sql delete from test_index where c = 2854 index_test.go:143: sql update test_index set c1 = 2227992043261075269, c2 = 0.962657, c3 = '6lRKGAMRPz' where c = 2139 index_test.go:137: sql insert into test_index values (4339, 7758695020738358478, 0.586509, 'cjlIT0vGjQ') index_test.go:137: sql insert into test_index values (4340, 3941070191641812101, 0.628939, 'MQ4MUtPP5y') index_test.go:137: sql insert into test_index values (4341, 2552573078953763985, 0.056850, 'FdAeNwRBxr') index_test.go:143: sql update test_index set c1 = 1755057777879500059, c2 = 0.019876, c3 = 'H1FwH6iJRD' where c = 1621 index_test.go:143: sql update test_index set c1 = 9218442765672368121, c2 = 0.299395, c3 = 'rqxIDNHPbB' where c = 2321 index_test.go:137: sql insert into test_index values (4342, 2701039960512098275, 0.502685, 'FCJXSHBpOa') index_test.go:137: sql insert into test_index values (4343, 8770814098633730827, 0.743785, 'qhYpiFeffu') index_test.go:137: sql insert into test_index values (4344, 4235580517719726983, 0.448421, 'jMmWehiqep') index_test.go:140: sql delete from test_index where c = 2198 index_test.go:137: sql insert into test_index values (4345, 1861912155885820314, 0.775290, '3yAXLz7Wpt') index_test.go:140: sql delete from test_index where c = 1191 index_test.go:143: sql update test_index set c1 = 5181023501629703984, c2 = 0.748515, c3 = 'n3GeuFJriI' where c = 3387 index_test.go:137: sql insert into test_index values (4347, 1396071605008226190, 0.046382, 'iXjRI7p1cz') index_test.go:137: sql insert into test_index values (4346, 4751929390234423970, 0.559887, 'LaW5UVPm8z') index_test.go:140: sql delete from test_index where c = 3429 index_test.go:140: sql delete from test_index where c = 2225 index_test.go:140: sql delete from test_index where c = 3644 index_test.go:140: sql delete from test_index where c = 2565 index_test.go:137: sql insert into test_index values (4348, 8641910603074801565, 0.497116, 'XdmY6bVO8I') index_test.go:143: sql update test_index set c1 = 7645631514587400311, c2 = 0.167876, c3 = '5EEafuNqk2' where c = 578 index_test.go:143: sql update test_index set c1 = 4749965693117788202, c2 = 0.292436, c3 = 'xpT6beZICM' where c = 4080 index_test.go:143: sql update test_index set c1 = 7649485246532790397, c2 = 0.247794, c3 = 'gN4Sc9QkLi' where c = 1468 index_test.go:140: sql delete from test_index where c = 2849 index_test.go:140: sql delete from test_index where c = 1235 index_test.go:143: sql update test_index set c1 = 2592305852883241395, c2 = 0.027147, c3 = 'gsp4S2jhMZ' where c = 1641 index_test.go:143: sql update test_index set c1 = 7541976986090821609, c2 = 0.399131, c3 = 'kkyZTnf7f3' where c = 2638 index_test.go:140: sql delete from test_index where c = 812 index_test.go:140: sql delete from test_index where c = 3009 index_test.go:143: sql update test_index set c1 = 315357756501356844, c2 = 0.126788, c3 = 'sdJbeB31hD' where c = 599 index_test.go:143: sql update test_index set c1 = 3286846635772063432, c2 = 0.610989, c3 = 'I4IDQQ1F8V' where c = 589 index_test.go:143: sql update test_index set c1 = 6148489105973344469, c2 = 0.006836, c3 = 'iKQye7iRGA' where c = 1774 index_test.go:143: sql update test_index set c1 = 8494331889855292483, c2 = 0.160429, c3 = '1adGJM5QCt' where c = 990 index_test.go:137: sql insert into test_index values (4349, 7177376852429724549, 0.643617, '1fRwZh1Nri') index_test.go:137: sql insert into test_index values (4350, 455430514159586354, 0.061648, 'IZSRzezNbA') index_test.go:137: sql insert into test_index values (4351, 3843158428660028721, 0.080357, 'GeUjryDCcR') index_test.go:137: sql insert into test_index values (4352, 2079997446838837026, 0.536989, 'UF40aMw3c7') index_test.go:137: sql insert into test_index values (4353, 1044646960651317804, 0.713363, 'MigQpCs214') index_test.go:143: sql update test_index set c1 = 89941868335128176, c2 = 0.340782, c3 = 'NNv9whZocL' where c = 938 index_test.go:137: sql insert into test_index values (4354, 4233953493378888930, 0.907446, 'LyaKwO0mmQ') index_test.go:137: sql insert into test_index values (4355, 4663026143604654950, 0.953635, 'HfVQHxfGiA') index_test.go:137: sql insert into test_index values (4356, 5222418705595176548, 0.150510, 'sn5qm87jwN') index_test.go:140: sql delete from test_index where c = 1510 index_test.go:137: sql insert into test_index values (4357, 1981613940111264637, 0.849237, 'NRk15S3ORz') index_test.go:140: sql delete from test_index where c = 3284 index_test.go:140: sql delete from test_index where c = 1665 index_test.go:140: sql delete from test_index where c = 570 index_test.go:140: sql delete from test_index where c = 1490 index_test.go:140: sql delete from test_index where c = 3072 index_test.go:143: sql update test_index set c1 = 8152880442533106236, c2 = 0.782673, c3 = 'HB4ERQrF0m' where c = 173 index_test.go:137: sql insert into test_index values (4358, 3049665442819320997, 0.298378, 'ykHqKgeUcp') index_test.go:143: sql update test_index set c1 = 4921303019316922903, c2 = 0.431450, c3 = 'hf0oaYTSDH' where c = 248 index_test.go:140: sql delete from test_index where c = 2969 index_test.go:143: sql update test_index set c1 = 597583458540073849, c2 = 0.021215, c3 = '2ffQdH5ICs' where c = 907 index_test.go:140: sql delete from test_index where c = 2318 index_test.go:140: sql delete from test_index where c = 1749 index_test.go:137: sql insert into test_index values (4359, 795064951361167749, 0.300268, '9BG5xGqrPl') index_test.go:143: sql update test_index set c1 = 6626156848589574630, c2 = 0.858144, c3 = 'xN54JlO2Fg' where c = 1476 index_test.go:143: sql update test_index set c1 = 3936897586370273279, c2 = 0.439354, c3 = 'XR6x0Zu69O' where c = 4222 index_test.go:143: sql update test_index set c1 = 5169169409861121255, c2 = 0.492949, c3 = 'foyMkQ2HeY' where c = 1700 index_test.go:137: sql insert into test_index values (4360, 3022845492868232379, 0.126133, 'huWOziJyQT') index_test.go:140: sql delete from test_index where c = 1447 index_test.go:143: sql update test_index set c1 = 3553442317626413259, c2 = 0.363850, c3 = 'oWH7NXF4CQ' where c = 1756 index_test.go:140: sql delete from test_index where c = 709 index_test.go:137: sql insert into test_index values (4361, 8213111813254101678, 0.129748, 'kLCiHX8f07') index_test.go:143: sql update test_index set c1 = 2425391266328556818, c2 = 0.902273, c3 = 'ekqboHlCcZ' where c = 3087 index_test.go:143: sql update test_index set c1 = 5937192322137470547, c2 = 0.655992, c3 = 'nrLAxuDhTK' where c = 1227 index_test.go:143: sql update test_index set c1 = 1238204888276223511, c2 = 0.014327, c3 = '3PPlkHmTBZ' where c = 2469 index_test.go:137: sql insert into test_index values (4362, 988091022990068973, 0.741976, 'GubWNy10mJ') index_test.go:140: sql delete from test_index where c = 1279 index_test.go:143: sql update test_index set c1 = 3453368424476172844, c2 = 0.107043, c3 = 'KE8gPrXzIp' where c = 1246 index_test.go:137: sql insert into test_index values (4363, 1889771861194063866, 0.541210, 'hZoFsaGYBY') index_test.go:137: sql insert into test_index values (4364, 5164834841304639315, 0.032512, 'bIKDipbPqA') index_test.go:137: sql insert into test_index values (4365, 4646989506965877750, 0.137594, 'Y5Vx9C25Dr') index_test.go:140: sql delete from test_index where c = 1878 index_test.go:140: sql delete from test_index where c = 2272 index_test.go:140: sql delete from test_index where c = 2320 index_test.go:143: sql update test_index set c1 = 1137826074724347667, c2 = 0.867671, c3 = 'Fu8deBGE6o' where c = 3344 index_test.go:137: sql insert into test_index values (4368, 7394320786930417050, 0.034203, 'hKwb404L7R') index_test.go:140: sql delete from test_index where c = 390 index_test.go:137: sql insert into test_index values (4367, 7941595953993854466, 0.418258, 'gtgienbrMR') index_test.go:143: sql update test_index set c1 = 1532759741743372519, c2 = 0.381040, c3 = 'OGY9bAsEmB' where c = 1417 index_test.go:143: sql update test_index set c1 = 2098950201060428195, c2 = 0.902772, c3 = 'wPCAxQ2hR0' where c = 2739 index_test.go:137: sql insert into test_index values (4369, 3924462722950978654, 0.791813, 'vw4llNlq8j') index_test.go:137: sql insert into test_index values (4366, 5706788860900603072, 0.677763, 'sldCr0uwMI') index_test.go:140: sql delete from test_index where c = 363 index_test.go:140: sql delete from test_index where c = 1705 index_test.go:143: sql update test_index set c1 = 8508923777863606308, c2 = 0.567089, c3 = 'WEpXUcMDDJ' where c = 812 index_test.go:140: sql delete from test_index where c = 3093 index_test.go:137: sql insert into test_index values (4370, 3033990295232692716, 0.876923, 'uTNHcqowLO') index_test.go:143: sql update test_index set c1 = 2833239275732400418, c2 = 0.547749, c3 = '01yv8eWKWv' where c = 2914 index_test.go:143: sql update test_index set c1 = 6400577800992376404, c2 = 0.961144, c3 = 'QlqAjkBOu7' where c = 121 index_test.go:137: sql insert into test_index values (4371, 4227684393783127546, 0.822752, 'b4XGAXcYmJ') index_test.go:137: sql insert into test_index values (4372, 2471433647248160205, 0.130744, 'CZNGTd8Twa') index_test.go:143: sql update test_index set c1 = 1973007871078734737, c2 = 0.242549, c3 = 'vOf43bwzfC' where c = 1345 index_test.go:140: sql delete from test_index where c = 857 index_test.go:137: sql insert into test_index values (4373, 2881995805574596612, 0.619302, 'X41fXPhRjd') index_test.go:140: sql delete from test_index where c = 366 index_test.go:143: sql update test_index set c1 = 5748139332836258946, c2 = 0.900364, c3 = 'v61832RUOY' where c = 3743 index_test.go:140: sql delete from test_index where c = 2138 index_test.go:137: sql insert into test_index values (4374, 3476142913450821840, 0.749594, 'aRdUDcr7gb') index_test.go:137: sql insert into test_index values (4375, 542956108872594582, 0.148210, 'urkrfZBXmd') index_test.go:140: sql delete from test_index where c = 4116 index_test.go:140: sql delete from test_index where c = 2901 index_test.go:143: sql update test_index set c1 = 4254683995267541157, c2 = 0.043697, c3 = '1TVfTIl8ij' where c = 461 index_test.go:137: sql insert into test_index values (4376, 2591049401685993237, 0.468452, 'OTgHhkJdsQ') index_test.go:143: sql update test_index set c1 = 5887584216341098358, c2 = 0.983122, c3 = '35nMJkOxDV' where c = 592 index_test.go:140: sql delete from test_index where c = 3914 index_test.go:140: sql delete from test_index where c = 739 index_test.go:140: sql delete from test_index where c = 729 index_test.go:140: sql delete from test_index where c = 896 index_test.go:137: sql insert into test_index values (4377, 6822468812654512481, 0.715659, 'uaGKuVCIK9') index_test.go:143: sql update test_index set c1 = 3902965658150021549, c2 = 0.308758, c3 = 'snfL04MJm9' where c = 4104 index_test.go:137: sql insert into test_index values (4378, 8681604059549573543, 0.219333, 'qGX7GvLQG3') index_test.go:137: sql insert into test_index values (4379, 8806415093828582669, 0.050603, 'KM4yb5J2Lh') index_test.go:143: sql update test_index set c1 = 6885715339283830181, c2 = 0.232208, c3 = 'S4J1bvGhyi' where c = 1618 index_test.go:143: sql update test_index set c1 = 917721193868016766, c2 = 0.475507, c3 = 'idz014RxzT' where c = 4331 index_test.go:140: sql delete from test_index where c = 3140 index_test.go:143: sql update test_index set c1 = 3310282478328270500, c2 = 0.482270, c3 = 'nBpJauVkOW' where c = 1534 index_test.go:143: sql update test_index set c1 = 746193742133625992, c2 = 0.526362, c3 = 'guJxGetAPj' where c = 4021 index_test.go:137: sql insert into test_index values (4380, 8179377412206936615, 0.073482, 'Wb2BsIDC8x') index_test.go:143: sql update test_index set c1 = 8986049434123931898, c2 = 0.486835, c3 = '5s9G8oHPzX' where c = 2489 index_test.go:143: sql update test_index set c1 = 6653456639415323669, c2 = 0.345200, c3 = 'iKIYGOYNbb' where c = 4154 index_test.go:143: sql update test_index set c1 = 7921925705311515395, c2 = 0.452984, c3 = 'qcnJkzY2UB' where c = 4245 index_test.go:137: sql insert into test_index values (4381, 3821496520130905946, 0.955451, 'cDk9ii67V1') index_test.go:137: sql insert into test_index values (4382, 8136075036792684765, 0.758220, 'k5xypJXs7Q') index_test.go:137: sql insert into test_index values (4384, 1786859113042746819, 0.008983, '56Z8isjfLX') index_test.go:140: sql delete from test_index where c = 3863 index_test.go:140: sql delete from test_index where c = 399 index_test.go:140: sql delete from test_index where c = 47 index_test.go:140: sql delete from test_index where c = 3925 index_test.go:137: sql insert into test_index values (4385, 7582833567010077367, 0.521976, 'yGvAI0rpRN') index_test.go:137: sql insert into test_index values (4386, 4202840045230975124, 0.951322, '86q2qek7xv') index_test.go:137: sql insert into test_index values (4383, 662013299566879608, 0.643283, 'uZb76Cr0Gg') index_test.go:137: sql insert into test_index values (4387, 495557144900364609, 0.442509, 'X7hRDGvDkx') index_test.go:143: sql update test_index set c1 = 1266038571608664572, c2 = 0.006674, c3 = 'NVvYQArQ3N' where c = 1569 index_test.go:143: sql update test_index set c1 = 1779801813026456042, c2 = 0.871672, c3 = 'RDdAM2yqDd' where c = 2692 index_test.go:140: sql delete from test_index where c = 1572 index_test.go:143: sql update test_index set c1 = 8014143139668092608, c2 = 0.444634, c3 = 'GWvBsdvDBY' where c = 199 index_test.go:140: sql delete from test_index where c = 3216 index_test.go:143: sql update test_index set c1 = 638665903974006630, c2 = 0.307669, c3 = '2kmLwEWDf4' where c = 1490 index_test.go:140: sql delete from test_index where c = 3636 index_test.go:143: sql update test_index set c1 = 9129670553066226301, c2 = 0.584679, c3 = 'DqkfmY3BZ3' where c = 3775 index_test.go:140: sql delete from test_index where c = 3815 index_test.go:140: sql delete from test_index where c = 4364 index_test.go:140: sql delete from test_index where c = 3355 index_test.go:137: sql insert into test_index values (4389, 3700343192656512217, 0.879906, 'lXVGbgOQ3O') index_test.go:137: sql insert into test_index values (4390, 1308513446894519453, 0.829941, 'XPcLlJCOoh') index_test.go:143: sql update test_index set c1 = 6965319467523896767, c2 = 0.823407, c3 = 'qd0hFYanlG' where c = 43 index_test.go:137: sql insert into test_index values (4388, 5813477816057013340, 0.631756, 'BSIRiTV2Za') index_test.go:137: sql insert into test_index values (4391, 7250753867866676347, 0.131493, 'gQYhv9yH1m') index_test.go:143: sql update test_index set c1 = 2270176986687823218, c2 = 0.549550, c3 = 'bURj4i76Z5' where c = 376 index_test.go:140: sql delete from test_index where c = 4374 index_test.go:143: sql update test_index set c1 = 1359996151989386165, c2 = 0.105013, c3 = 'EcGNjlvjMY' where c = 1970 index_test.go:137: sql insert into test_index values (4393, 2498913994412772140, 0.276012, 'murgLyWLow') index_test.go:137: sql insert into test_index values (4392, 5058065356468756724, 0.657777, 'eP6p4NuzNj') index_test.go:143: sql update test_index set c1 = 8155401904649900887, c2 = 0.860137, c3 = 'rcmcE8Mv6f' where c = 1603 index_test.go:143: sql update test_index set c1 = 2792875292469762967, c2 = 0.036383, c3 = 'zlvb726zek' where c = 3372 index_test.go:140: sql delete from test_index where c = 3582 index_test.go:137: sql insert into test_index values (4394, 6304443721756390211, 0.758256, 'PC6nJOkvtF') index_test.go:140: sql delete from test_index where c = 2082 index_test.go:140: sql delete from test_index where c = 1638 index_test.go:140: sql delete from test_index where c = 1068 index_test.go:140: sql delete from test_index where c = 3451 index_test.go:140: sql delete from test_index where c = 244 index_test.go:137: sql insert into test_index values (4395, 3950853884319115782, 0.386579, 'pCAI3GgVTk') index_test.go:143: sql update test_index set c1 = 6405801000898746151, c2 = 0.905968, c3 = 'Up8J1C6cVp' where c = 3689 index_test.go:143: sql update test_index set c1 = 8604595651369762912, c2 = 0.496795, c3 = '8KVuTS6DHA' where c = 3916 index_test.go:137: sql insert into test_index values (4397, 6447892740889687558, 0.713232, 'Tpitsf5oxB') index_test.go:137: sql insert into test_index values (4396, 1951086974164164357, 0.431347, 'KMDghAwdsR') index_test.go:143: sql update test_index set c1 = 8787110293474704656, c2 = 0.150147, c3 = 'qid3HCrQL5' where c = 1307 index_test.go:140: sql delete from test_index where c = 771 index_test.go:143: sql update test_index set c1 = 5455802120570956517, c2 = 0.947058, c3 = 'FAhheZmrTY' where c = 2872 index_test.go:143: sql update test_index set c1 = 3287417784930353786, c2 = 0.219946, c3 = 'oDdyZTJXkO' where c = 3995 index_test.go:143: sql update test_index set c1 = 8935224526722425357, c2 = 0.154802, c3 = 'YcHVO9HA5g' where c = 3666 index_test.go:140: sql delete from test_index where c = 3963 index_test.go:143: sql update test_index set c1 = 2107025837140287696, c2 = 0.888420, c3 = 'bxTvLMFT6k' where c = 3274 index_test.go:143: sql update test_index set c1 = 8469736377622857675, c2 = 0.144416, c3 = '0QzLpYZIXG' where c = 3174 index_test.go:140: sql delete from test_index where c = 3562 index_test.go:137: sql insert into test_index values (4398, 13303736403590289, 0.828996, 'ZKLppRWUGg') index_test.go:143: sql update test_index set c1 = 5763555612884836955, c2 = 0.470981, c3 = 'dTyA9AtFwJ' where c = 1451 index_test.go:143: sql update test_index set c1 = 4180666629864620112, c2 = 0.254483, c3 = 'csDCBKDxgc' where c = 3798 index_test.go:137: sql insert into test_index values (4399, 1746244190935408864, 0.087314, '8Ou7KAvcUe') index_test.go:140: sql delete from test_index where c = 260 index_test.go:140: sql delete from test_index where c = 834 index_test.go:143: sql update test_index set c1 = 8488585528616287614, c2 = 0.696258, c3 = 'dIR3vYjNgo' where c = 3526 index_test.go:143: sql update test_index set c1 = 8977595579248708707, c2 = 0.629826, c3 = 'CGVVcxucQo' where c = 2562 index_test.go:137: sql insert into test_index values (4400, 1638286213223555907, 0.847980, 'M6JDpKl16A') index_test.go:140: sql delete from test_index where c = 4033 index_test.go:143: sql update test_index set c1 = 1466218065154407596, c2 = 0.794905, c3 = '8hGozewFpX' where c = 732 index_test.go:137: sql insert into test_index values (4401, 5181517120542756113, 0.346015, 'LZgBJkmjP9') index_test.go:137: sql insert into test_index values (4406, 8147647067189426871, 0.844993, 'mXTELpTK4b') index_test.go:137: sql insert into test_index values (4403, 5328123617503941110, 0.105045, 'J0fxa8Fk5N') index_test.go:137: sql insert into test_index values (4409, 8384543401581567093, 0.142632, 'Gnf4DXC9qk') index_test.go:137: sql insert into test_index values (4404, 2298047193263113752, 0.282090, '1siTV9auzV') index_test.go:137: sql insert into test_index values (4402, 6304274155535360426, 0.342909, 'iRiMsJrn52') index_test.go:137: sql insert into test_index values (4408, 3124970449314294348, 0.284185, 'P6JAGZE07N') index_test.go:137: sql insert into test_index values (4405, 2633162154005868570, 0.408056, 'SaKaGRrTSH') index_test.go:137: sql insert into test_index values (4410, 8735106038532802424, 0.772594, 'c9bzv3A44h') index_test.go:137: sql insert into test_index values (4407, 6721840692179621089, 0.953732, 'dfdG2kbGWv') index_test.go:140: sql delete from test_index where c = 95 index_test.go:140: sql delete from test_index where c = 1167 index_test.go:140: sql delete from test_index where c = 3011 index_test.go:140: sql delete from test_index where c = 1682 index_test.go:140: sql delete from test_index where c = 4111 index_test.go:140: sql delete from test_index where c = 3898 index_test.go:143: sql update test_index set c1 = 5973529089687192459, c2 = 0.455777, c3 = 'f0eMuvyUEP' where c = 2692 index_test.go:140: sql delete from test_index where c = 2712 index_test.go:140: sql delete from test_index where c = 4261 index_test.go:143: sql update test_index set c1 = 2749273130591644934, c2 = 0.218200, c3 = 'Qe8ra6rJ63' where c = 2005 index_test.go:140: sql delete from test_index where c = 4142 index_test.go:143: sql update test_index set c1 = 1150555340540347196, c2 = 0.963017, c3 = 'JN29zdHvv2' where c = 3636 index_test.go:140: sql delete from test_index where c = 1199 index_test.go:143: sql update test_index set c1 = 8559378520077354927, c2 = 0.579844, c3 = 'kDaytJietF' where c = 3830 index_test.go:143: sql update test_index set c1 = 5013644238010589706, c2 = 0.028588, c3 = 'wBdu2t5mAj' where c = 2560 index_test.go:137: sql insert into test_index values (4411, 8321695281714464054, 0.256965, 'MPKy20LqNc') index_test.go:143: sql update test_index set c1 = 2854041705339899528, c2 = 0.748480, c3 = 'DQVdmJXycj' where c = 2027 index_test.go:143: sql update test_index set c1 = 3337157896164111016, c2 = 0.179086, c3 = 'MXg6kd17wJ' where c = 3954 index_test.go:143: sql update test_index set c1 = 8115482691602241105, c2 = 0.276108, c3 = 'zwsFusFtTa' where c = 3184 index_test.go:143: sql update test_index set c1 = 3498341844935328827, c2 = 0.580353, c3 = 'sP13SctFaN' where c = 1021 index_test.go:140: sql delete from test_index where c = 2036 index_test.go:137: sql insert into test_index values (4413, 8166802774898456241, 0.424182, 'uuAbsVoBJY') index_test.go:137: sql insert into test_index values (4412, 664757465577075825, 0.814118, 'KKIUfIVCXX') index_test.go:137: sql insert into test_index values (4414, 8983840248676361390, 0.658656, 'qeXtrQ2Lbs') index_test.go:143: sql update test_index set c1 = 8129744420077717835, c2 = 0.355246, c3 = 'XNqD0vqQfk' where c = 65 index_test.go:143: sql update test_index set c1 = 7765433044503173930, c2 = 0.950760, c3 = 'xsIjPgs34Q' where c = 3836 index_test.go:137: sql insert into test_index values (4415, 5060766548939027705, 0.819073, '8Wak6vpt4r') index_test.go:140: sql delete from test_index where c = 37 index_test.go:137: sql insert into test_index values (4418, 2721062377041890142, 0.845752, 'MSiB0veMN5') index_test.go:137: sql insert into test_index values (4419, 7978902467649601860, 0.363108, 'EVvmXnnYws') index_test.go:140: sql delete from test_index where c = 423 index_test.go:137: sql insert into test_index values (4417, 7129059654451574990, 0.095434, 'qqHhqf2kpt') index_test.go:137: sql insert into test_index values (4416, 8619296431249430013, 0.001305, 'wRAafg0yjb') index_test.go:140: sql delete from test_index where c = 4214 index_test.go:143: sql update test_index set c1 = 6315643141194922750, c2 = 0.524443, c3 = 'bzGSFxCU1i' where c = 371 index_test.go:140: sql delete from test_index where c = 793 index_test.go:137: sql insert into test_index values (4421, 7745699115184702975, 0.472712, 'ZzlRGqALcr') index_test.go:143: sql update test_index set c1 = 1507890178746015141, c2 = 0.092224, c3 = 'dv0tTbhVFZ' where c = 1040 index_test.go:137: sql insert into test_index values (4420, 8952103914390095742, 0.708051, 'lkW9MAp6Yt') index_test.go:143: sql update test_index set c1 = 4687716354835672750, c2 = 0.153087, c3 = 'AqUkXGap62' where c = 1728 index_test.go:140: sql delete from test_index where c = 1320 index_test.go:140: sql delete from test_index where c = 3517 index_test.go:137: sql insert into test_index values (4422, 1831814330979581429, 0.050286, 'YLyZo9gkVy') index_test.go:140: sql delete from test_index where c = 3839 index_test.go:140: sql delete from test_index where c = 1562 index_test.go:140: sql delete from test_index where c = 4276 index_test.go:137: sql insert into test_index values (4423, 7424901466919980815, 0.992480, 'yTxqcS8Sg9') index_test.go:143: sql update test_index set c1 = 6023924049741666668, c2 = 0.064078, c3 = 'TsOov4ybzW' where c = 4026 index_test.go:143: sql update test_index set c1 = 1614293925398100263, c2 = 0.813894, c3 = 'WzJDH8fIzd' where c = 3062 index_test.go:137: sql insert into test_index values (4424, 8686655216542439504, 0.891154, 'TmTvjCXx4h') index_test.go:143: sql update test_index set c1 = 4166496428018647733, c2 = 0.975548, c3 = 'b1lC2BBWe1' where c = 514 index_test.go:140: sql delete from test_index where c = 3772 index_test.go:143: sql update test_index set c1 = 6889845319919175848, c2 = 0.594211, c3 = 'SlGmagPZHp' where c = 172 index_test.go:143: sql update test_index set c1 = 3100917415335011073, c2 = 0.911702, c3 = 'Wl5FyMBDwb' where c = 3611 index_test.go:143: sql update test_index set c1 = 126009496329430652, c2 = 0.536909, c3 = 'bOhDFG34BL' where c = 728 index_test.go:140: sql delete from test_index where c = 1183 index_test.go:137: sql insert into test_index values (4426, 1526811931710623355, 0.936697, 'jt52cauJTZ') index_test.go:140: sql delete from test_index where c = 3471 index_test.go:137: sql insert into test_index values (4427, 4151912489582427779, 0.562471, '4mcnUgI1z7') index_test.go:140: sql delete from test_index where c = 3587 index_test.go:143: sql update test_index set c1 = 5274029728178030673, c2 = 0.090713, c3 = 'dcXFZveQO7' where c = 666 index_test.go:137: sql insert into test_index values (4430, 8878578078400766403, 0.314099, '1RgvkRlwd0') index_test.go:137: sql insert into test_index values (4429, 6588969817008533015, 0.866258, 'kz0fneNFo6') index_test.go:137: sql insert into test_index values (4425, 5276351470052020905, 0.971707, 'zLQ52ns7QJ') index_test.go:143: sql update test_index set c1 = 2528752173664851473, c2 = 0.894514, c3 = 'IlbcIToeY6' where c = 4289 index_test.go:140: sql delete from test_index where c = 114 index_test.go:137: sql insert into test_index values (4428, 4682767280484500689, 0.184348, 'hSxnf9H3pK') index_test.go:143: sql update test_index set c1 = 7461401634452028342, c2 = 0.844482, c3 = 'h3AstIicGv' where c = 2500 index_test.go:140: sql delete from test_index where c = 755 index_test.go:140: sql delete from test_index where c = 1130 index_test.go:140: sql delete from test_index where c = 1740 index_test.go:143: sql update test_index set c1 = 4424026208628361896, c2 = 0.385841, c3 = '0Ze6rYAFf9' where c = 3941 index_test.go:137: sql insert into test_index values (4431, 6470340635747861308, 0.166056, 'D2ynorfruI') index_test.go:137: sql insert into test_index values (4432, 1105375021350462378, 0.327571, 'yKTC65nCQr') index_test.go:143: sql update test_index set c1 = 8360553459274287898, c2 = 0.419444, c3 = 'J0nyxnXRmx' where c = 2329 index_test.go:140: sql delete from test_index where c = 3380 index_test.go:137: sql insert into test_index values (4433, 7893358013237582809, 0.985888, '77Ai9iNDKq') index_test.go:143: sql update test_index set c1 = 157727889762018235, c2 = 0.144525, c3 = 'pHv4jWJn0D' where c = 1242 index_test.go:140: sql delete from test_index where c = 1342 index_test.go:140: sql delete from test_index where c = 50 index_test.go:143: sql update test_index set c1 = 6754156756688761220, c2 = 0.429382, c3 = '7uHYpy9gUx' where c = 1222 index_test.go:140: sql delete from test_index where c = 3481 index_test.go:137: sql insert into test_index values (4434, 7974681271241991411, 0.047622, 'tJ5VUrUzoZ') index_test.go:143: sql update test_index set c1 = 4236115144778295262, c2 = 0.589138, c3 = 'QFuCR8opZU' where c = 2857 index_test.go:137: sql insert into test_index values (4435, 6801257792077909796, 0.566805, '5H79pJ5Qvy') index_test.go:143: sql update test_index set c1 = 6500226007600678978, c2 = 0.429300, c3 = 'rJqNC7MLCF' where c = 1686 index_test.go:143: sql update test_index set c1 = 4412168987939433585, c2 = 0.938637, c3 = 'xHfFP6GasY' where c = 2725 index_test.go:140: sql delete from test_index where c = 688 index_test.go:137: sql insert into test_index values (4436, 5151578247235169418, 0.203055, 'gVeyhDxYo1') index_test.go:143: sql update test_index set c1 = 8069820532725532248, c2 = 0.320707, c3 = 'd0pqIAJQZV' where c = 4200 index_test.go:143: sql update test_index set c1 = 5451518208174258480, c2 = 0.221492, c3 = 'VPBVeYwZRQ' where c = 2156 index_test.go:137: sql insert into test_index values (4438, 1885978927115364099, 0.411734, 'n9zQRps9WO') index_test.go:140: sql delete from test_index where c = 4394 index_test.go:137: sql insert into test_index values (4437, 4209733463770401357, 0.864734, 'dUg81eC0eM') index_test.go:140: sql delete from test_index where c = 4398 index_test.go:137: sql insert into test_index values (4439, 8115988593238479895, 0.984743, 'JcHC3KwgEc') index_test.go:140: sql delete from test_index where c = 1098 index_test.go:143: sql update test_index set c1 = 6642568113062988740, c2 = 0.767071, c3 = '3oT0OHmZrm' where c = 1323 index_test.go:143: sql update test_index set c1 = 8917374213253059775, c2 = 0.970531, c3 = 'QBNcu1l8RH' where c = 1000 index_test.go:137: sql insert into test_index values (4440, 8844565299804766384, 0.904015, 'bNt8hw1FtH') index_test.go:137: sql insert into test_index values (4441, 7083013342964447255, 0.306419, 'dzAGjgJ3hE') index_test.go:143: sql update test_index set c1 = 7850194567101016749, c2 = 0.912224, c3 = 'Kal5g1Bxun' where c = 661 index_test.go:140: sql delete from test_index where c = 1280 index_test.go:140: sql delete from test_index where c = 2448 index_test.go:143: sql update test_index set c1 = 730501014247398541, c2 = 0.829595, c3 = 'TPf58xgwEI' where c = 337 index_test.go:143: sql update test_index set c1 = 4467731075142309836, c2 = 0.161016, c3 = 'Y1MtOyUzDl' where c = 885 index_test.go:137: sql insert into test_index values (4442, 122312790858855584, 0.576427, 'WVZ9pStMia') index_test.go:140: sql delete from test_index where c = 1582 index_test.go:137: sql insert into test_index values (4443, 4503576446216666833, 0.554161, 'lfAf3QMZYc') index_test.go:137: sql insert into test_index values (4444, 4065827384053815597, 0.957224, 'VGBq15BIfK') index_test.go:137: sql insert into test_index values (4445, 6120828155781818175, 0.584589, 'ybyvXlGg9K') index_test.go:140: sql delete from test_index where c = 2027 index_test.go:137: sql insert into test_index values (4446, 2234010408410791018, 0.458184, 'eK0bGuV3B7') index_test.go:140: sql delete from test_index where c = 4294 index_test.go:143: sql update test_index set c1 = 7061265844727159731, c2 = 0.130293, c3 = 'R2e4wVqhtM' where c = 3237 index_test.go:143: sql update test_index set c1 = 3157094220074871677, c2 = 0.482586, c3 = 'b5e9y659Tz' where c = 3314 index_test.go:143: sql update test_index set c1 = 1920689942556503763, c2 = 0.783818, c3 = '7elsLkApTT' where c = 2552 index_test.go:137: sql insert into test_index values (4447, 7706312171336474538, 0.865714, 'pzkQq1NKcl') index_test.go:140: sql delete from test_index where c = 4035 index_test.go:140: sql delete from test_index where c = 1765 index_test.go:137: sql insert into test_index values (4448, 8325682633655089369, 0.413135, 'cAg50PqxTs') index_test.go:140: sql delete from test_index where c = 4377 index_test.go:140: sql delete from test_index where c = 3214 index_test.go:140: sql delete from test_index where c = 4213 index_test.go:137: sql insert into test_index values (4449, 3435346456166048679, 0.747010, 'aOTs9y2tvf') index_test.go:143: sql update test_index set c1 = 1069219247095480036, c2 = 0.410243, c3 = 'nbzTMmZ6DW' where c = 2320 index_test.go:137: sql insert into test_index values (4450, 4298254178286225536, 0.199626, 'kgNAKrIhb3') index_test.go:143: sql update test_index set c1 = 6468039561611936539, c2 = 0.524109, c3 = 'ZMCavdGhxl' where c = 3130 index_test.go:143: sql update test_index set c1 = 5935803449244179525, c2 = 0.482557, c3 = 'oZ04D0RxwT' where c = 1992 index_test.go:143: sql update test_index set c1 = 6752934606848787777, c2 = 0.476493, c3 = 'CE1q7JrhC3' where c = 901 index_test.go:143: sql update test_index set c1 = 2891733194776829092, c2 = 0.510694, c3 = 'RDei4iut81' where c = 1681 index_test.go:140: sql delete from test_index where c = 3623 index_test.go:143: sql update test_index set c1 = 6269203971600394520, c2 = 0.759256, c3 = 'khCit2Bp5K' where c = 1825 index_test.go:137: sql insert into test_index values (4451, 4392945733630211172, 0.760844, 'naEg8UYMPp') index_test.go:140: sql delete from test_index where c = 3982 index_test.go:137: sql insert into test_index values (4452, 5875490297821131298, 0.112076, 'ZgePP0OFEA') index_test.go:137: sql insert into test_index values (4453, 129658539875444395, 0.271414, 'AFSrMLD4Rd') index_test.go:140: sql delete from test_index where c = 3365 index_test.go:137: sql insert into test_index values (4454, 5144943914274401416, 0.204757, '33fRPOXXCa') index_test.go:137: sql insert into test_index values (4455, 7395557618180521040, 0.947702, 'A9J2BUVZk4') index_test.go:140: sql delete from test_index where c = 4132 index_test.go:143: sql update test_index set c1 = 7294635257748087138, c2 = 0.686107, c3 = 'O2HpiHogCM' where c = 2992 index_test.go:143: sql update test_index set c1 = 2866710489408632025, c2 = 0.468531, c3 = 'K87qoREzNK' where c = 716 index_test.go:137: sql insert into test_index values (4456, 8612035792484666367, 0.856445, 'Nvtv7vASgq') index_test.go:140: sql delete from test_index where c = 2091 index_test.go:140: sql delete from test_index where c = 1203 index_test.go:143: sql update test_index set c1 = 566373609434726226, c2 = 0.565085, c3 = '7la6C5otZt' where c = 74 index_test.go:140: sql delete from test_index where c = 2953 index_test.go:140: sql delete from test_index where c = 3837 index_test.go:143: sql update test_index set c1 = 1922918348299688814, c2 = 0.612856, c3 = 'QuaGhAgWvA' where c = 4322 index_test.go:143: sql update test_index set c1 = 8004866468906662417, c2 = 0.334994, c3 = 'R6VSH9QObI' where c = 642 index_test.go:140: sql delete from test_index where c = 2637 index_test.go:137: sql insert into test_index values (4457, 443446810476544614, 0.753053, 'hI9YFzPTLo') index_test.go:143: sql update test_index set c1 = 1319834913809874029, c2 = 0.917932, c3 = '38sa4NX4o0' where c = 1202 index_test.go:140: sql delete from test_index where c = 3671 index_test.go:137: sql insert into test_index values (4458, 8765392529252803538, 0.128780, 'SrMPzLqDtv') index_test.go:137: sql insert into test_index values (4461, 4788884602794281046, 0.591455, 'Ywbz8mPIi1') index_test.go:143: sql update test_index set c1 = 3143582118768523976, c2 = 0.996368, c3 = 'MMT2FC0lcE' where c = 1546 index_test.go:137: sql insert into test_index values (4460, 4909784259607023919, 0.225055, 'tN9j7tSr23') index_test.go:143: sql update test_index set c1 = 7446126315181067743, c2 = 0.764267, c3 = '3l2nHRni55' where c = 2599 index_test.go:137: sql insert into test_index values (4459, 668759713704366116, 0.121260, 'DQT5PteKtM') index_test.go:137: sql insert into test_index values (4462, 8403664535552453285, 0.474922, 'lCKQ2KyqVb') index_test.go:140: sql delete from test_index where c = 2492 index_test.go:143: sql update test_index set c1 = 7498549090532876439, c2 = 0.386532, c3 = 'nR30WGWiqj' where c = 2438 index_test.go:140: sql delete from test_index where c = 2815 index_test.go:143: sql update test_index set c1 = 7659436274276211340, c2 = 0.057225, c3 = 'x2IKv99hCC' where c = 2944 index_test.go:140: sql delete from test_index where c = 2581 index_test.go:143: sql update test_index set c1 = 4931177327471927909, c2 = 0.683544, c3 = 'Bus6FuKbBB' where c = 1226 index_test.go:140: sql delete from test_index where c = 2788 index_test.go:140: sql delete from test_index where c = 2326 index_test.go:137: sql insert into test_index values (4465, 7298532635218680605, 0.612932, 'r8H60wOiXo') index_test.go:137: sql insert into test_index values (4463, 4725174524808359079, 0.228616, 'j8QYSQzeuX') index_test.go:137: sql insert into test_index values (4466, 1060160165671381166, 0.250450, 'UefcejhvaZ') index_test.go:137: sql insert into test_index values (4464, 6402325177231531730, 0.143872, 'rZbVRyJUGU') index_test.go:143: sql update test_index set c1 = 5232232042556445739, c2 = 0.239323, c3 = 'ahD0VTySNA' where c = 3147 index_test.go:140: sql delete from test_index where c = 3882 index_test.go:140: sql delete from test_index where c = 944 index_test.go:140: sql delete from test_index where c = 951 index_test.go:140: sql delete from test_index where c = 1358 index_test.go:143: sql update test_index set c1 = 8437556044436411692, c2 = 0.870216, c3 = 'EY0bbIyZtx' where c = 1110 index_test.go:143: sql update test_index set c1 = 4246597926902836965, c2 = 0.279069, c3 = '9sHUDgzjLP' where c = 413 index_test.go:143: sql update test_index set c1 = 5131813231788619665, c2 = 0.661146, c3 = 'fVmTBFIvkZ' where c = 3432 index_test.go:143: sql update test_index set c1 = 6343551828242768406, c2 = 0.792723, c3 = 'fYB8nQ1e2F' where c = 3999 index_test.go:143: sql update test_index set c1 = 4074652722308804271, c2 = 0.070820, c3 = 'fugq26rGKr' where c = 2674 index_test.go:143: sql update test_index set c1 = 2594944536512576261, c2 = 0.723253, c3 = 'tyuiWuntVd' where c = 475 index_test.go:143: sql update test_index set c1 = 1855455943520119696, c2 = 0.827785, c3 = 'U4lgKllElW' where c = 1321 index_test.go:137: sql insert into test_index values (4468, 2323790847433941528, 0.133497, '36EnLgNCI7') index_test.go:140: sql delete from test_index where c = 3905 index_test.go:137: sql insert into test_index values (4467, 7392395247473445465, 0.418393, 'G2mcnDjLwU') index_test.go:140: sql delete from test_index where c = 1199 index_test.go:137: sql insert into test_index values (4470, 6950663565573652988, 0.306608, 'ijLXmIVYRQ') index_test.go:137: sql insert into test_index values (4469, 7565806507920509391, 0.172964, 'yP8nIYGqq4') index_test.go:137: sql insert into test_index values (4471, 4103968038264766742, 0.177177, 'Phl6XpwwJ5') index_test.go:137: sql insert into test_index values (4474, 322559986287660583, 0.748586, 'SSKCbJSNI2') index_test.go:137: sql insert into test_index values (4473, 4875107472472035043, 0.768104, 'slCtg0sfzv') index_test.go:143: sql update test_index set c1 = 6614075539522694990, c2 = 0.635435, c3 = 'xpcOTvAQzM' where c = 2192 index_test.go:140: sql delete from test_index where c = 2647 index_test.go:137: sql insert into test_index values (4472, 145382192220357701, 0.516672, 'vnZciRnwdZ') index_test.go:137: sql insert into test_index values (4475, 3830724495354432347, 0.110408, 'l0S2OHB45S') index_test.go:143: sql update test_index set c1 = 353266565702549016, c2 = 0.628134, c3 = 'ySuCJEvYVf' where c = 4167 index_test.go:140: sql delete from test_index where c = 189 index_test.go:143: sql update test_index set c1 = 7174458981371539920, c2 = 0.982220, c3 = '4cjEbEzniA' where c = 220 index_test.go:140: sql delete from test_index where c = 4393 index_test.go:137: sql insert into test_index values (4476, 5437612063695563783, 0.758321, 'CFgcdBZHHo') index_test.go:140: sql delete from test_index where c = 1001 index_test.go:140: sql delete from test_index where c = 3358 index_test.go:143: sql update test_index set c1 = 9126391803632651567, c2 = 0.019223, c3 = 'kJ8ZbxoC6z' where c = 1915 index_test.go:140: sql delete from test_index where c = 2518 index_test.go:140: sql delete from test_index where c = 3845 index_test.go:137: sql insert into test_index values (4477, 9150107161570781671, 0.838091, '67E9DANZ3T') index_test.go:137: sql insert into test_index values (4478, 1273876519370013560, 0.587021, 'EgLk9WLsHn') index_test.go:143: sql update test_index set c1 = 2547904133416059553, c2 = 0.855358, c3 = 'JEmddiUOzJ' where c = 8 index_test.go:140: sql delete from test_index where c = 4051 index_test.go:143: sql update test_index set c1 = 9168845567241210787, c2 = 0.194903, c3 = '9CzNQqS09e' where c = 2543 index_test.go:140: sql delete from test_index where c = 3689 index_test.go:143: sql update test_index set c1 = 4973371919017268396, c2 = 0.228985, c3 = '0fQ0qs7o4e' where c = 3964 index_test.go:137: sql insert into test_index values (4479, 8921312536347319953, 0.472528, 'uXY9QjG4K6') index_test.go:143: sql update test_index set c1 = 4278942010018578872, c2 = 0.782252, c3 = 'hid5gOvBWg' where c = 3477 index_test.go:143: sql update test_index set c1 = 8968616851593569993, c2 = 0.737488, c3 = '5fgRvTBrnO' where c = 800 index_test.go:140: sql delete from test_index where c = 1822 index_test.go:137: sql insert into test_index values (4480, 2381037834239224381, 0.943481, 'vwVtS36G89') index_test.go:143: sql update test_index set c1 = 3573584851897536577, c2 = 0.811793, c3 = 'VBONUG7zoj' where c = 426 index_test.go:137: sql insert into test_index values (4481, 4272148190179607960, 0.151292, 'iS1bSwvNTD') index_test.go:143: sql update test_index set c1 = 2236046961316728879, c2 = 0.921930, c3 = 'iHe4pIXOPV' where c = 2301 index_test.go:137: sql insert into test_index values (4482, 2045637081588731699, 0.667238, 'HheUVa3hig') index_test.go:143: sql update test_index set c1 = 4613164270783153139, c2 = 0.345089, c3 = 'DjsOctuADw' where c = 3065 index_test.go:140: sql delete from test_index where c = 946 index_test.go:137: sql insert into test_index values (4483, 7216324910116247007, 0.512549, 'uwpkQQ9x3F') index_test.go:140: sql delete from test_index where c = 3575 index_test.go:137: sql insert into test_index values (4484, 8841595201617303402, 0.516807, 'cux7rnWVpr') index_test.go:140: sql delete from test_index where c = 628 index_test.go:140: sql delete from test_index where c = 620 index_test.go:137: sql insert into test_index values (4485, 506030679414406181, 0.709232, 'egok5bvgql') index_test.go:140: sql delete from test_index where c = 125 index_test.go:137: sql insert into test_index values (4486, 8094807827532586661, 0.254834, 'WKKvmCSGfd') index_test.go:143: sql update test_index set c1 = 5534789721805785777, c2 = 0.121491, c3 = 'oq8MkLTzqn' where c = 447 index_test.go:137: sql insert into test_index values (4487, 3094235471313122931, 0.045055, 'hrtOBC4Ztv') index_test.go:140: sql delete from test_index where c = 3555 index_test.go:140: sql delete from test_index where c = 4289 index_test.go:140: sql delete from test_index where c = 1473 index_test.go:143: sql update test_index set c1 = 7857652499465653614, c2 = 0.031991, c3 = 'S6DbNOUwW0' where c = 4254 index_test.go:140: sql delete from test_index where c = 3797 index_test.go:143: sql update test_index set c1 = 1697309450906219015, c2 = 0.258363, c3 = 'YdPNJyvl16' where c = 1774 index_test.go:143: sql update test_index set c1 = 2993521932995836971, c2 = 0.880549, c3 = 'Csr5SjYrwu' where c = 475 index_test.go:143: sql update test_index set c1 = 3064621317727017465, c2 = 0.451673, c3 = 'der5iJLGpW' where c = 521 index_test.go:140: sql delete from test_index where c = 2633 index_test.go:143: sql update test_index set c1 = 3203599953666375185, c2 = 0.578095, c3 = 'grJyRrQvQE' where c = 2654 index_test.go:143: sql update test_index set c1 = 18664966010340957, c2 = 0.669054, c3 = '7gsFENDOaI' where c = 4115 index_test.go:137: sql insert into test_index values (4488, 7176083377856455423, 0.012195, 'xFsGYQOfNb') index_test.go:143: sql update test_index set c1 = 1167519056708201857, c2 = 0.984000, c3 = 'AXgZei82Ne' where c = 1000 index_test.go:137: sql insert into test_index values (4489, 8712631334736877430, 0.910352, 'Ee0lRVn2rm') index_test.go:143: sql update test_index set c1 = 8139288061202984372, c2 = 0.557987, c3 = '9zrLI2faxx' where c = 2411 index_test.go:137: sql insert into test_index values (4490, 3397978761810073897, 0.362121, 'Yjmj5eFnbM') index_test.go:140: sql delete from test_index where c = 241 index_test.go:137: sql insert into test_index values (4491, 2316756209513930591, 0.880723, 'z0FrYDA6XE') index_test.go:137: sql insert into test_index values (4494, 657730646850463980, 0.261069, 'tiw6B05ltK') index_test.go:140: sql delete from test_index where c = 1572 index_test.go:137: sql insert into test_index values (4493, 6493271000139934525, 0.332790, '9J3gyWHffN') index_test.go:140: sql delete from test_index where c = 365 index_test.go:137: sql insert into test_index values (4492, 7559057613596988396, 0.167843, 'f0MXNMR0jn') index_test.go:143: sql update test_index set c1 = 8672193528994899803, c2 = 0.651819, c3 = 'lInggbFjEw' where c = 1548 index_test.go:140: sql delete from test_index where c = 205 index_test.go:143: sql update test_index set c1 = 5580764309331879160, c2 = 0.500578, c3 = '1kmdM8EwBw' where c = 2913 index_test.go:137: sql insert into test_index values (4495, 1830269107127435129, 0.128373, 'ZNnAdoJ8cQ') index_test.go:143: sql update test_index set c1 = 8739417900448824710, c2 = 0.025901, c3 = '64Y2NdgQoy' where c = 716 index_test.go:140: sql delete from test_index where c = 210 index_test.go:140: sql delete from test_index where c = 1120 index_test.go:143: sql update test_index set c1 = 8044626320330409486, c2 = 0.850421, c3 = '6rE78YK9dr' where c = 988 index_test.go:140: sql delete from test_index where c = 1759 index_test.go:137: sql insert into test_index values (4496, 4773636131001219215, 0.343494, 'X7knn1ExsV') index_test.go:137: sql insert into test_index values (4497, 7213410722281185152, 0.553752, 'bZNvoJNSYC') index_test.go:143: sql update test_index set c1 = 4239510178255001254, c2 = 0.719716, c3 = 'A6pFQBXQEe' where c = 49 index_test.go:143: sql update test_index set c1 = 2280216931461381915, c2 = 0.863772, c3 = 'ABXI6Gaeg1' where c = 3207 index_test.go:140: sql delete from test_index where c = 2289 index_test.go:140: sql delete from test_index where c = 2577 index_test.go:137: sql insert into test_index values (4498, 5526796985600173195, 0.721669, 'uEzixhWcMp') index_test.go:143: sql update test_index set c1 = 2620151234976306649, c2 = 0.942996, c3 = 'VSYByykjzJ' where c = 2417 index_test.go:143: sql update test_index set c1 = 1814998628046532966, c2 = 0.178423, c3 = 'tqF169rp9i' where c = 356 index_test.go:143: sql update test_index set c1 = 2372938856791325535, c2 = 0.765127, c3 = 'c6KGBi1mDP' where c = 3748 index_test.go:140: sql delete from test_index where c = 1678 index_test.go:143: sql update test_index set c1 = 8509204488820942944, c2 = 0.292477, c3 = 'Ar5PDhyLTG' where c = 302 index_test.go:140: sql delete from test_index where c = 2777 index_test.go:143: sql update test_index set c1 = 3067354218858943320, c2 = 0.298321, c3 = 'Nx8uid6E1W' where c = 1697 index_test.go:137: sql insert into test_index values (4499, 1475947607562765218, 0.940599, 'h9be0CJOgs') index_test.go:143: sql update test_index set c1 = 3614720322629370392, c2 = 0.038193, c3 = 'TMGLgXGcUy' where c = 1786 index_test.go:137: sql insert into test_index values (4500, 5158907426433108731, 0.974610, '7ZOgBIblAe') index_test.go:140: sql delete from test_index where c = 2949 index_test.go:140: sql delete from test_index where c = 1999 index_test.go:143: sql update test_index set c1 = 8751456770312790249, c2 = 0.668467, c3 = 'q6WarLbYnY' where c = 1389 index_test.go:143: sql update test_index set c1 = 5937261364349872437, c2 = 0.432005, c3 = 'kzg5fcWkNQ' where c = 2867 --- PASS: TestSimpleInsert (33.34s) --- PASS: TestSimpleInsert/Basic (5.58s) --- PASS: TestSimpleInsert/Basic/test_insert (2.82s) --- PASS: TestSimpleInsert/Basic/test_insert_common (2.77s) --- PASS: TestSimpleInsert/Conflict (11.89s) --- PASS: TestSimpleInsert/Conflict/test_conflict_insert (5.85s) --- PASS: TestSimpleInsert/Conflict/test_conflict_insert_common (6.04s) PASS ddl_test end [Pipeline] } # Time: 2024-05-06T21:35:16.944257695+08:00 # Txn_start_ts: 449577619593101339 # Query_time: 0.75723279 # Parse_time: 0 # Compile_time: 0.000150823 # Rewrite_time: 0.000010898 # Optimize_time: 0 # Wait_TS: 0 # Is_internal: true # Digest: 97fee0577cfae72ca71097e77c429509f8ce51c8c933f491cff959296248fc4a # Num_cop_tasks: 0 # Mem_max: 20375 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Succ: true # IsExplicitTxn: true # IsSyncStatsFailed: false # Plan: tidb_decode_plan('efBbMAkyOF8zCTAJMAlOL0EJMAl0aW1lOjc1N21zLCBsb29wczoxCTMuOTAgS0IJTi9BCjEJMzZfMQkwCTEJdGFibGU6dGlkYl9kZGxfam9iLCBoYW5kbGU6MTM5CTEJTAwxMsK1FUwkMglOL0EJTi9BCg==') # Plan_digest: 3fea32741ba131a439f08d925bc0d60ce688c732cc613c6d3625da6592028edc # Binary_plan: tidb_decode_binary_plan('qQF0CqQBCghVcGRhdGVfMxJsCgtQb2ludF9HZXRfMSkABQHwRvA/MAE4AUABShcKFQoFbXlzcWwSDHRpZGJfZGRsX2pvYlIKaGFuZGxlOjEzOVoTdGltZToxMsK1cywgbG9vcHM6MnD/////BQMEAXgFBwEBBVQQUgNOL0ENNBA3NTdtcxE0QDFwlx94////////////ARgB') # Resource_group: default ; # Time: 2024-05-06T21:35:16.94445937+08:00 # Txn_start_ts: 449577619593101347 # Query_time: 0.757772909 # Parse_time: 0 # Compile_time: 0.000155542 # Rewrite_time: 0.000035814 # Optimize_time: 0.000073057 # Wait_TS: 0 # Is_internal: true # Digest: 206a36ca06472d7c2ca529f24b83a81a188bf1eb06e064cecced2819b5233d16 # Num_cop_tasks: 0 # Mem_max: 8552 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Succ: true # IsExplicitTxn: true # IsSyncStatsFailed: false # Plan: tidb_decode_plan('1wLwRjAJMjdfMQkwCTAJTi9BCTAJdGltZTo3NTcuNW1zLCBsb29wczoyLCBwcmVwYXJlOiAzNS4ywrVzLCBpbnNlcnQ6ODQuN8K1BSskY2tfa2V5czogexVFADQBRSRyZWdpb246MSwgBR80Miwgc2xvd2VzdF9ycGMBLjBvdGFsOiAwLjc1N3MsDS8oX2lkOiA4LCBzdG8Bd0AxMjcuMC4wLjE6MjAxNjAsIAFjGF9kZXRhaWwBQyBpa3Zfd2FsbF8BGAQ6IAHBJDFtc30sIHNjYW4ZKCxnZXRfc25hcHNob3QNKww5LjE1BdFccm9ja3NkYjoge2Jsb2NrOiB7fX19LCB9IQYEY2sFrAFXGDM0NzY4OW0BqWRwY19jb3VudDoxfQkzNjAgQnl0ZXMJTi9BCg==') # Binary_plan: tidb_decode_binary_plan('4ALwXgrbAgoISW5zZXJ0XzE4AUABUgNOL0FaFXRpbWU6NzU3LjVtcywgbG9vcHM6MmIgcHJlcGFyZTogMzUuMsK1cywgaW5zZXJ0Ojg0LjfCtXNi/gFsb2NrX2tleXM6IHt0EUbANG1zLCByZWdpb246MSwga2V5czoyLCBzbG93ZXN0X3JwYzoge3RvdGFsOiAwLjc1NxUvfF9pZDogOCwgc3RvcmU6IDEyNy4wLjAuMToyMDE2MCwgAakcX2RldGFpbDoBcRxrdl93YWxsXwEYBDogAcIkMW1zfSwgc2NhbhkoLGdldF9zbmFwc2hvdA0rEDkuMTXCAdJkcm9ja3NkYjoge2Jsb2NrOiB7fX19LCB9LCABDwWsAVcYMzQ3Njg5bQGpaHBjX2NvdW50OjF9cOgCeP///////////wEYAQ==') # Resource_group: default ; # Time: 2024-05-06T21:35:16.945276781+08:00 # Txn_start_ts: 449577619593101345 # Query_time: 0.759623274 # Parse_time: 0 # Compile_time: 0.000598296 # Rewrite_time: 0.000116492 # Optimize_time: 0.000424799 # Wait_TS: 0.000008673 # Cop_time: 0.000010726 Process_time: 0.000243869 Wait_time: 0.000047995 Request_count: 2 Process_keys: 1 Total_keys: 551 Get_snapshot_time: 0.000 Rocksdb_delete_skipped_count: 137 Rocksdb_key_skipped_count: 1507 # Is_internal: true # Digest: a5ae371f91ff344239c371574cfd61b79aa3a5899858f81f0a16e0e20d2730bc # Stats: tidb_ddl_job:pseudo[10000;0] # Num_cop_tasks: 2 # Cop_proc_avg: 0.000121934 Cop_proc_p90: 0.000125624 Cop_proc_max: 0.000125624 Cop_proc_addr: 127.0.0.1:20160 # Cop_wait_avg: 2.3997e-05 Cop_wait_p90: 2.8173e-05 Cop_wait_max: 2.8173e-05 Cop_wait_addr: 127.0.0.1:20160 # Mem_max: 12988 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Succ: true # IsExplicitTxn: false # IsSyncStatsFailed: false # Plan: tidb_decode_plan('wBi4MAkzXzEzCTAJMjMxMS40MglteXNxbC50aWRiX2RkbF9qb2Iuam9iX21ldGEsIG1GHQDwRnByb2Nlc3NpbmcJMAl0aW1lOjc1OC40bXMsIGxvb3BzOjEsIENvbmN1cnJlbmN5OjUJMTEuOCBLQglOL0EKMQkxNF8xNAkwboAAGWMUOmRlc2MsTocAFGpvYl9pZC6DAAAzHYMcCTAgQnl0ZXMRCBwKMgkxN18yOB34VGlubmVyIGpvaW4sIGVxdWFsOltlcShaDgE4aWQsIENvbHVtbiMxNSldXncAoCwgYnVpbGRfaGFzaF90YWJsZTp7dG90YWw6MTQxLjLCtXMsIGZldGNoHRAFMgw6MHN9EawRCCQKMwkzMV80MShCAVQAKR27QGRhdGE6U2VsZWN0aW9uXzQwEZAENjgFYzWIcGNvcF90YXNrOiB7bnVtOiAxLCBtYXg6IDUwMS42BSshazRfa2V5czogMCwgdG90XwESEDogMTE4DbABFBh3YWl0OiAyERNkY29wcl9jYWNoZV9oaXRfcmF0aW86IDAuMDAxAQF1CF9kdQUaGG46IDMuMTEFbzhtYXhfZGlzdHNxbF9jb25VJUggMX0sIHJwY19pbmZvOntDb3A6AbIMX3JwY0FQJUQAX0VtNDQ2Ni40wrVzfX0JMjU0LeYYTi9BCjQJMSEKBDFfctsCDHJlb3JJuQRrdgWmBDp7BVcAMV09PH0sIHNjYW5fZGV0YWlsOiApwy0mQDI3NSwgZ2V0X3NuYXBzaG90CZcQIDYuNTkF45hyb2Nrc2RiOiB7ZGVsZXRlX3NraXBwZWRfY291bnQ6IDY4LCBrZXk+FwAENzVBPghsb2MhrRB9fX0sIAGYPoQAIZ0IZXNzDXQypQEEYWwlpw0bNawpOyhrdl9yZWFkX3dhbC1IACAF8gB0IQcdFQwyMTcuQUQAfSFTAQQcCjUJNDRfMzklWBw2NjY2LjY3CUnaLjME8D4sIHJhbmdlOlstaW5mLDEzOSksICgxMzksK2luZl0sIGtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkbwmBSWqQAQGJAQQwCjMJNl8yOShQcm9iZWERNDY0MDAJZ3JvdXAgYnk6daFALCBmdW5jczpmaXJzdHJvdygVGggpLT4VDHE1CDI0N0VSncAQcGFydGkhURhvcmtlcjp7OSIcMjEzLjY1N8Jhyi7BAgg1LCBF9GFnADBpSWU1FDgyOS4zNGn6YUoYZXhlYzowcwkiIeIYOjgzMy4zNkk8YZ0UMTY2Ljk3CTIIcDk1HRAUfSwgZmluVpcAEDI3Ljk3adNelwABowRvdAmXCDQuOA3FARMFlQwxNTFuMpgAEDk1Ljc5QQ2JNRQxODIuNzZhewAsCZgVEDmgYYQAM4GOJZkYbm90KGVxKDVxBCwgQRkIKSwgARkUaXNudWxsGR0AKSHQJREMMTg2LilhjcgICTM4sc9h6RA1CTZfMyG+CDgwMD3+SroFbS4MaW5nLE5DBiBzY2hlbWFfaWQB4kbpBkXmCR5JTwhtaW4VsAA4MkoCADENugQ0MWU+UUoEMixqSgIcMTE2Ljg0M8JuSgIAMUkoRUoYMjIzLjU5NwUwObUMNi44MSmkARQlQBQyNDYuMTQJKUFREDQ5LjUzSWBBUBUPak8CGDE3Ny40MTUFbI5PAgwzLjQ0qeEBhk1PADkyTwIQMzI3LjcJJAGVEDEwNC4zCQ8BlRUPWUwANsH+DDM2CTAp6MX0JEhhc2hBZ2dfMzExcwg1NC4pQ0ksBDIswZ2p2QAgwUIu9AYEMC4J0kEXrc4tYQESEDogMTI17RYBxiV1CCAxOS3SAGO+9AYIMS42acXu9AbN9Ag4My4hLMH0ADku9AYAN2ELBDEJwfT+DQPODQNKNQMWlwl9HQA4Japq3QVWbQchksHpFpsIKacEYWwyFwAoX3NpemU6IDI3ODllJwBh+aMANlqjBwA2IUYALIajBwA5wbIAeUajBwg2LCC+owcAMl1UobsEYWnxo1VbAHQOIgqyowcBx3kqFDgJNDNfM6F8DDAJMTChFYW7OqEHeoMHgcNqpgEgCU4vQQlOL0EK') # Plan_digest: ae1f28c9bec84b2f3ff25dddc3b860cc6fff8524d66eb8eb50996995f37bdd0c # Binary_plan: tidb_decode_binary_plan('lxvwSQqSGwoNUHJvamVjdGlvbl8xMxL6GQoHU29ydF8xNBKCGQoLSGFzaEpvaW5fMjgS8QYKDlRhYmxlUmVhZGVyXzQxEq8ECgxTZWxlCUAYNDAStQEKEQkk8DxhbmdlU2Nhbl8zOSEAAAAAQJUmQSmrqqqqqgq6QDgCQAJKFwoVCgVteXNxbBIMdGlkYl9kZGxfam9iUjxyAT3wWzpbLWluZiwxMzkpLCAoMTM5LCtpbmZdLCBrZWVwIG9yZGVyOmZhbHNlLCBzdGF0czpwc2V1ZG9qHXRpa3ZfdGFzazp7dGltZToxbXMsIGxvb3BzOjF9cP//////AQMEAXgBBgUBAAEFoiyAMSdBKSgQxUbVDqIFogRSGAWeBC50HZ0oLnJlb3JnaqACdGlqZgAILCBzAfuYZGV0YWlsOiB7dG90YWxfa2V5czogMjc1LCBnZXRfc25hcHNob3RfBabAIDYuNTnCtXMsIHJvY2tzZGI6IHtkZWxldGVfc2tpcHBlZF9jb3VudDogNjgsIGtleT4XAEQ3NTEsIGJsb2NrOiB7fX19LCABWD6EABxwcm9jZXNzXwEcGDogMTE4LjIFdQmiCHdhaRGPADI2GgAsa3ZfcmVhZF93YWxsET0hWCUHHRUgMjE3LjjCtXN9VmkBNBoBASHkOUh1F3PrQCkoMWwoAUABUhFkYXRhOlNdTQRaEwWlADYBTwAsMcEUYt0BY29wKd9MIHtudW06IDEsIG1heDogNTAxLjYFzQHlAF8pbgQwLAHbBfcAOjbvAAXtADoZ6IBjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCwgYnVpbGQFdQhfZHUFGhhuOiAzLjExBW+obWF4X2Rpc3RzcWxfY29uY3VycmVuY3k6IDF9LCBycGNfaW5mbzp7Q29wOgGyFF9ycGM6MQWYAGEtTBA0NjYuNCE2CH1w/i6YAhAS1hAKCmGEIEFnZ18yORKUDS5wAxAzMBKWDBkgEDM1EoYINqMDEDM2EsUFHSIUMRKYAQoQZaEMRnVsbGmgADRF/hTw7zBBKQABARCIw0AwAXaiAwAe/oQDXoQDCChlMQ2GBEC/DYY8UpQBZ3JvdXAgYnk6bXlzcTqQAyHsHGVzc2luZywgSh8AJHNjaGVtYV9pZHNSHwAQdGFibGUJHiRmdW5jczptaW4oSkcATGpvYl9pZCktPkNvbHVtbiMxOGrWzgMEDa5NnVUFLhcAEF9zaXplgScEODlRJABrjTkANlo5BAA2SYiCOQQAOaE9BHlfOlAECDc1NsY5BAQyNW1sQjkEBDE5hQEVvKo5BAHHWjkEICHe3d3dHT73QEmkAEBFHoE4BA9kgTgISGFzZSQMMzFaFYU2DDU0LjNlnQRsb6H5ADJyOAQIMC41BSwhhy1tKZslmQQ6IDLuAI04FefCOAQIMS42qXTuOASNOAQ4Myk1DH1wpgIu0AYhLgitbPhCLgEAhP5MA75MA3UwfTwINVoWJaQIMTQxTSsxpUSxAnBhcnRpYWxfd29ya2VyOnvZWxgxMTYuODQzJakuZgUcNSwgdGFza1/BDC22wcccOjIyMy41OTcFMCB0b3RfZXhlYzoBRAAxyVEBFAWHFDI0Ni4xNAkpwUkQNDkuNTPpiwhwOTUZDxR9LCBmaW5WnAAQNzcuNDFJRV6cAAGoAG9NPgwzLjQ0Qe1lJQ2aCDU5bg0QBZYQMzI3LjcJJAGVEDEwNC4zCQ8BlRUPbi8DCK1I/k0BCAC5QGUtGC9ub3QoZXE1lgg1LCAOYAkIKSwgARkUaXNudWxsGR0IKSlaLakIODYuKSApqQgxcPwubgIkGgECIUREREQkYz5wAAQ4Z7G6UQgENSytaRxmaXJzdHJvdx1vuV5RIggyNDflGPn/AK9qIgIUMjEzLjY1CalehgEAMClzRSIUODI5LjM0aYwhm0UiADAuhQEUODMzLjM2SQwlhhA2Ni45NwkyJYcVEGodAhQyMjcuOTcWmghelwAuHQIINC44DcUVlQgxNTEyHQIUODk1Ljc5ScgFmBA4Mi43Ng5CCAAsCZgVEF4gAiTdPDdJAxMHQSkoLoUJWDxpbm5lciBqb2luLCBlcXVhbDpbZXEoYhEHBCwgNdgEKV2tehA3NTguMw4bCk0sBGI7Fj4JFGhhc2hfdOFwADoWEAuFAClMEGZldGNoHRAFMiw6MHN9IUyuGrBHRBA6qAAAPUqSAKG9FgkIFDpkZXNjLE4OCOnHWqkAGCHGmm8WO1o+bABOdQgBSBBtZXRhLE5lABmJHWkANC4SAQgNQ28mJgpANXCcXnj///////////8BGAE=') # Resource_group: default ; # Time: 2024-05-06T21:35:16.945696053+08:00 # Txn_start_ts: 449577619593101341 # Query_time: 0.761542217 # Parse_time: 0 # Compile_time: 0.0023327 # Rewrite_time: 0.000431325 # Optimize_time: 0.001642752 # Wait_TS: 0.000020528 # Cop_time: 0.757905744 Process_time: 0.000081467 Wait_time: 0.000084435 Request_count: 2 Total_keys: 4 Get_snapshot_time: 0.000 # Index_names: [tidb_background_subtask:idx_exec_id,tidb_global_task:state] # Is_internal: true # Digest: 8e00fe5c3677d581b104159ff91d824e3be8160c4e4be058288db681abd1a134 # Stats: tidb_global_task:pseudo[10000;0],tidb_background_subtask:pseudo[10000;0] # Num_cop_tasks: 2 # Cop_proc_avg: 4.0733e-05 Cop_proc_p90: 4.563e-05 Cop_proc_max: 4.563e-05 Cop_proc_addr: 127.0.0.1:20160 # Cop_wait_avg: 4.2217e-05 Cop_wait_p90: 5.921e-05 Cop_wait_max: 5.921e-05 Cop_wait_addr: 127.0.0.1:20160 # Mem_max: 16999 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Warnings: [{"Level":"Note","Message":"[st,idx_exec_id] remain after pruning paths for st given Prop{SortItems: [], TaskTp: rootTask}","IsExtra":true},{"Level":"Note","Message":"[t,state] remain after pruning paths for t given Prop{SortItems: [], TaskTp: rootTask}","IsExtra":true}] # Succ: true # IsExplicitTxn: false # IsSyncStatsFailed: false # Plan: tidb_decode_plan('jySwMAkxNF8xMwkwCTEJbXlzcWwudGlkYl9nbG9iYWxfdGFzay5wcmlvcml0eSwgWiEAKGNyZWF0ZV90aW1lYiQAEGlkCTAJASJYOjc1OG1zLCBsb29wczoxCTAgQnl0ZXMRCBgKMQkzXzE1bpAADGlkLCBaigABsAxfa2V5ZiEABHlwZqQADHN0YXRuHgAEZXBiWACGJAEgb25jdXJyZW5jZp0AjkgBJHRhcmdldF9zY28ByRxDb2x1bW4jMyEwSl0BCCwgQxl3WDpPRkYJNC43MSBLQglOL0EKMgk2XzE2JWogZ3JvdXAgYnk6WlgBIXMkZnVuY3M6bWF4KB0lDGJhY2sBPRRuZF9zdWIhfwAuHeoIKS0+FaIALA1BHGZpcnN0cm93LkYALm4CEGlkKS0+HWI2HACeRgABikEJZkwAESKiUgAIeXBlak4ARVgpI37iAEVnZksABR+elgBReGZPABEinlIAXYVmVQAdJaJYAFmKalgAGSWeWAAMc3RlcGZRAAEenkoALlsDZlIALiYAVtMEVCwgcGFydGlhbF93b3JrZXI6e3dhbGylHyg6NzU3Ljk1OTAwNKEEHe8MOjUsIEWTbG51bTowLCB0b3Rfd2FpdDozLjc4ODY0Nzc5M3MJFxRleGVjOjANDWX2CSQoNTc0NjFzLCBtYXgFaBA3MzQyMaVsCHA5NTISABR9LCBmaW5moQAEODmppF6gAAGsEaAYOC43MDXCtQ2PBZwMMTYybg0QGZ8QNzMwNTkungAMNTg2NiEFFZ0JEQB9gZwBBAQKM8EKHDgJMAkwLjAyXp0GgZoAbVa4BiVP/g0GWg0GeVZafQAyIgNeJAAu7gJaJABJwVodAC6MAjKbBnaXBVm3CDcuOSGD7Yx2LwYYNAkxN18yMDGQUGlubmVyIGpvaW4sIGVxdWFsOltlcS7VBUqEAHLNAAEdECkgZXEo0TMANwGQyeAINildZrUAWGJ1aWxkX2hhc2hfdGFibGU6e3RvdGFsRfJFYhBmZXRjaBkPBTAMOjBzfR50CBEIIAo1CTNfMjEoQgFRACkR6T18jtMASiQAMugBDGNhc3R6JwFZuTBkb3VibGUgQklOQVJZ/U4ANy4OAQXkYsMBCDIuNvXyFDYJMzBfMnVTXkUADAkyMzYalgkOKAgYNwk0N18yNTEXGDFfMAkxMAkpazRzdCwgaW5kZXg6aWR4X2H+DF9pZCgNCEQpLCByYW5nZTpbIjo0MDAwIiwNCFBdLCBrZWVwIG9yZGVyOmZhbHNlLCDB+BxzOnBzZXVkby6aAAAzMqICCGNvcBKWCgg6IHuhKgQgMYnwACChWQAxASoMcHJvY2H2CHM6IK1HARIYOiA0NS42wpGnpVoQIDU5LjIFE2hjb3ByX2NhY2hlX2hpdF9yYXRpbzogMC4wMCxJLgVzCF9kdQUaEG46IDMxBTgsbWF4X2Rpc3RzcWxfPeVMOiAxfSwgcnBjX2luZm86e0NvcDoBrhRfcnBjOjGlxQ5cCwRpbckQKDFtc319LCB0aWt2BWgEOnsFG6HiLdY8fSwgc2Nhbl9kZXRhaWw6IEnhDeYIMSwgEhIKGG5hcHNob3SpcwwgMjMuCaQ0cm9ja3NkYjoge2Jsb2MhOAB9CW4EbWU+UAAhKQhlc3MNQi4xAcErBGFpEVw1OAWz2d0QIDM3NS7BDLnEMDcJMV8yNyhQcm9iZSlFO6XNBGluegMDQQ1IZSwgInBlbmRpbmciLCAicnVubgELMCksIG5vdChpc251bGyCRwAIZXApYcpByQEEHAo4CTQ1XzI2BYsyxgKCkQIBPwEEiSYAORHUGDAJMjkuOTcuJwQ+swqdQi4bAHnnXiEAElUKWh0ALSJaHgD+oAb+oAZOoAY++gQuDAHhx17tBA6jDGUSCDk2OW3EbRjBISJXDRrgDAQzNB7gDIXuBT4popFVEDk1NS4zZcANRwwJMjM5PvAEBDMzLvAEADOR8JXvJX8AKAUGnecMcGF1c0GkACwVCihdLCBbInJldmVydAkZGQwJG03WACxV4KIdBRA2NTUuOC7IAAAsgcmJQzoeBQgzNTFlmQAsYh8FADMRTCLZCQggMjXeHwUEMTiNfe4hBakhCDMyMCX0ibTWIgUAM1IiBQg2LjKp/uIiBS40ATYiBTU7PiIFGDEwOC40wrU6IgUEMzWRTuFdSa5W5AQuNAMSMQlG3QQEMzQFRi6zAqbcBA==') # Plan_digest: 19251e4d0852c3daee269dcb983554a856b9ab56b15a27ac9c282faeeb7e2e53 # Binary_plan: tidb_decode_binary_plan('0CfACssnCgdTb3J0XzEzErQmCg1Qcm9qZWN0aW9uXzE1EqojCgpIYXNoQWdnXzE2EuAZCjIhABQ4ErQWCgsBISRKb2luXzIwEsoJMkMAZDIxEtEHCg5JbmRleExvb2tVcF8yOBLjBAoRBRNAUmFuZ2VTY2FuXzI1GgEBIQABAQzQgUApAQigAAAkQDgCQAJKJQojCgVteXNxbBICc3QaFgoLaWR4X2V4ZWNfaWQSB2UJCQhSN3IBTiQ6WyI6NDAwMCIsDQjwbV0sIGtlZXAgb3JkZXI6ZmFsc2UsIHN0YXRzOnBzZXVkb1oVdGltZTo3NTcuM21zLCBsb29wczoxYtgBY29wX3Rhc2s6IHtudW06IDEsIG1heDogNzU3LjFtcywgcHJvY19rZXlzOiAwLCB0b3RfARIoOiA0NS42wrVzLCABEyR3YWl0OiA1OS4yBROgY29wcl9jYWNoZV9oaXRfcmF0aW86IDAuMDAsIGJ1aWxkX3Rhc2tfZHUFGhBuOiAzMQU40G1heF9kaXN0c3FsX2NvbmN1cnJlbmN5OiAxfSwgcnBjX2luZm86e0NvcDp7bnVtX3JwYzoxBYIIYWxfFeIsMW1zfX1qzAF0aWt2BWkEOnsFHAQwcxX5DH0sIHMhkyhkZXRhaWw6IHt0bwFDAGsF5zgxLCBnZXRfc25hcHNob3QJWQwgMjMuCaVYcm9ja3NkYjoge2Jsb2NrOiB7fX19LCABYz5QACEqCGVzcw1CLjIBBGFsJTQNGjU5BbMId2FsDc4sIDM3NS41wrVzfXD/EQEEAXgRCiT/ARKdAgoMU2VsTc08MjcSbgoRVGFibGVSb3dJREl2ADZJcwRUpTpzAggNCgtdcwRSHnZCAlaBAAgaAQIJXiyQpUApoNtLGqN1lD9B0RBSbmluKEXQTC50aWRiX2JhY2tncm91bmRfc3ViQXEALkGgSGUsICJwZW5kaW5nIiwgInJ1bm4BCzApLCBub3QoaXNudWxsgkcADGVwKSlWnwAcIY1EbI0y9XIdnAgBQAF9DQA2fQ0EcOwuWwFhqxipg8CnYxV0Nj4ACFKVAX7YAAxlcCwgdiQAXd0ULCBjYXN0euUAITFBnmgsIGRvdWJsZSBCSU5BUlkpLT5Db2x1bW4jMzda1gAIYg9DfUkUT0ZGcOwULkICBP0KNs0ECDkSvTrNBBAzNhKVBULNBAgzMxqRzQS4mlFaAD6JzQgcChpRWhQBdBoOCgUl6wASCQcEUm2RxAxwYXVzIe4ALBUKKF0sIFsicmV2ZXJ0CRkZDAkbTSAALFUqhvoEABZhmRQ6NjU1LjiFZJH7BNwBXvsECDM1MWV1BCwgYcAhdwRzOjb8BAAzEU2Z/AQyNd78BAQxOI1Z7v4Eif4IMzIwpZXy/wQAM1L/BAg2LjKp3OL/BC41ATb/BDU8Pv8EEDEwOC40av8EBNYBLv8EDDM1Em1C/wQEMzSJoQSquTqlAggMCgpZpfr+BCgEukApuR6F61H4PWUCBFIoVr8EDGdsb2LBqgRhc4H/argEGIk7w9ZL4Y0dVoG4ScsQOTU1LjMuywIEcO82uQQgAiHpIJT5JgGPNj8ACFLbAp2VLosABGlkMrAELhsAAathAmYhAAh5cGViHQBl+GIeABhwcmlvcml0ZlwAFGNyZWF0ZeUkYkUAMkoFWuAAAHM+kgU24gAAcuXuBGNvAck+jAUuKgAhJ15/BQA2MZ0ENjllgiJqCEaABQTcIr2ARCHFqRolOc6UQCmJ0t7gC5OZPyHqWFJwaW5uZXIgam9pbiwgZXF1YWw6W2VxeiUGcucAAR0QKSBlcSjVMQQsIBELEDYpXVoVpScO9gkAOf0UBGI5Fq8JFGhhc2hfdA5ZCAQ6exIrCQUq5T4QZmV0Y2gZDwUwLDowc30hfv1UfUgWlTraAADL/oUC/oUC/oUC/oUCioUCXcdKOAld8l62AUL0BwTYJS50AhjOpmfib5qVsREA8El0BLcGDqEJEHAgYnk6HYE+AQMgZnVuY3M6bWF4eo0CHaYqpggENSwNQRxmaXJzdHJvdy5GADZrAAgpLT6ChwB+RgCRvmZMABEinpgAge9qTgClDSkjfpwApRxmSwAFH56WALFKZk8AESKeUgC9e2ZVAB0lolgAJo0KalgAGSWeWACF32IyAgEenkoAAHTdEGZSAC4mAARaE608ADguOgUYvQJwYXJ0aQ7qCBhvcmtlcjp7JtgNpWcQNTkwMDQBMh3vDDo1LCBFkxBudW06MBLaDhIoDiw6My43ODg2NDc3OTMacw8OHBAS0w4OhAoFgQkkGDU3NDYxcywOTgoFaBA3MzQyMQWaCHA5NTISABR9LCBmaW5moQAEODkJ0l6gAAGsAG8NoAw4LjcwDqkOCbMFnAwxNjJuDRAZnxA3MzA1OS6eAAg1ODbFRxWdCRFa8Q4YITQNzkjW5D67BACr/lUG/lUGOlUGSXAAbQ7PERb/Di7bBHmLWiEAPXBm9wiKGwkupAL57QA1Vq8CejMGFJLHF1XY/D54AQBeWsIAhuMAir8ABGlkUqoABBgB') # Resource_group: default ; # Time: 2024-05-06T21:35:17.013033194+08:00 # Txn_start_ts: 0 # Conn_ID: 1 # Query_time: 0.843621106 # Parse_time: 0.000028541 # Compile_time: 0.00005306 # Rewrite_time: 0.000001381 # Optimize_time: 0.000049024 # Wait_TS: 0.000176766 # DB: test_ddl # Is_internal: false # Digest: 96c8676a06d798dab204b1694c1579b81ee0df834af77d142f821ace635fe589 # Num_cop_tasks: 0 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Succ: true # IsExplicitTxn: false # IsSyncStatsFailed: false # Resource_group: default create table test_mixed_common (c1 int, c2 int, primary key(c1, c2)); [2024/05/06 21:35:17.108 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] [Pipeline] // container index_test.go:137: sql insert into test_index values (4503, 4583965179964835829, 0.434608, '6m3QHcklQo') index_test.go:137: sql insert into test_index values (4502, 3092585214427653994, 0.673998, '8MbBwbCpPW') index_test.go:137: sql insert into test_index values (4504, 3368475467342411455, 0.637023, 'SQnDLhaCIP') index_test.go:137: sql insert into test_index values (4506, 5300422367924851317, 0.302873, 'O2YbcLjq18') index_test.go:137: sql insert into test_index values (4505, 4779560826751988461, 0.341449, '2TcTotvf0C') index_test.go:137: sql insert into test_index values (4501, 5491871780897327384, 0.528726, 'rp24f6X2Bk') index_test.go:137: sql insert into test_index values (4507, 1805926725316041504, 0.371859, 'vjQiqNoAWs') index_test.go:137: sql insert into test_index values (4509, 5439544442499489347, 0.891213, 'DAPXLdwqRE') index_test.go:137: sql insert into test_index values (4510, 2088932508856016549, 0.367359, 'RnT8KK0OOQ') index_test.go:137: sql insert into test_index values (4508, 8643177291419600391, 0.494241, 'zPcwdZ2ziy') index_test.go:140: sql delete from test_index where c = 2692 index_test.go:140: sql delete from test_index where c = 3644 index_test.go:140: sql delete from test_index where c = 1076 index_test.go:140: sql delete from test_index where c = 2431 index_test.go:143: sql update test_index set c1 = 6360965930023478728, c2 = 0.956455, c3 = 'lnUuLiHCn5' where c = 1878 index_test.go:140: sql delete from test_index where c = 1021 index_test.go:140: sql delete from test_index where c = 1476 index_test.go:140: sql delete from test_index where c = 2788 index_test.go:140: sql delete from test_index where c = 2892 index_test.go:140: sql delete from test_index where c = 3746 index_test.go:140: sql delete from test_index where c = 2250 index_test.go:143: sql update test_index set c1 = 9206987172347023593, c2 = 0.360693, c3 = '5OHsYwNGe5' where c = 3004 index_test.go:137: sql insert into test_index values (4511, 3121912026070275620, 0.718761, 'mMI2DTOrFJ') index_test.go:143: sql update test_index set c1 = 3370138894369315374, c2 = 0.016531, c3 = 'XjEogHNzqo' where c = 1039 index_test.go:143: sql update test_index set c1 = 7658189277521483380, c2 = 0.032657, c3 = 'Hwu2SjQvrD' where c = 3346 index_test.go:143: sql update test_index set c1 = 8948632027412663318, c2 = 0.696505, c3 = 'YEB2XG0t5O' where c = 694 index_test.go:143: sql update test_index set c1 = 3219359319384820735, c2 = 0.207328, c3 = 'sVnIANKefO' where c = 4246 index_test.go:143: sql update test_index set c1 = 181267219197687968, c2 = 0.699145, c3 = 'bNf0KS3ILS' where c = 1706 index_test.go:143: sql update test_index set c1 = 7968708933924346294, c2 = 0.370986, c3 = '2y7W7LBppB' where c = 3985 index_test.go:137: sql insert into test_index values (4512, 2169750918520133492, 0.387871, 'framEtoM1A') index_test.go:143: sql update test_index set c1 = 4822216014035213716, c2 = 0.606690, c3 = 'BkTOOCOBDP' where c = 3818 index_test.go:137: sql insert into test_index values (4513, 1035771692147687151, 0.140494, 'kfAXx8SA33') index_test.go:140: sql delete from test_index where c = 4307 index_test.go:137: sql insert into test_index values (4514, 2025439318830511400, 0.507897, 'II41buswNi') index_test.go:137: sql insert into test_index values (4515, 4584539551494038381, 0.216080, '2FlUGNok8S') index_test.go:143: sql update test_index set c1 = 5305134835029191172, c2 = 0.734097, c3 = 'p7E1i2CPRp' where c = 3843 index_test.go:137: sql insert into test_index values (4516, 1204249463336114128, 0.357535, 'MS2US8ZIF1') index_test.go:143: sql update test_index set c1 = 8996056185733390367, c2 = 0.975402, c3 = 'Veu89d344s' where c = 5 index_test.go:137: sql insert into test_index values (4518, 8481773788260489019, 0.140156, 'VphDbSKICT') index_test.go:137: sql insert into test_index values (4519, 6360586867845347502, 0.264297, 'gonJ3PpguZ') index_test.go:137: sql insert into test_index values (4517, 3035213266989794400, 0.374124, 'wD4tWHvR0c') index_test.go:140: sql delete from test_index where c = 2968 index_test.go:140: sql delete from test_index where c = 614 index_test.go:140: sql delete from test_index where c = 4264 index_test.go:140: sql delete from test_index where c = 463 index_test.go:140: sql delete from test_index where c = 74 index_test.go:140: sql delete from test_index where c = 1790 index_test.go:137: sql insert into test_index values (4520, 7018942786561015682, 0.547200, 'KiM8KHu1MA') index_test.go:143: sql update test_index set c1 = 7048101423667029213, c2 = 0.156154, c3 = 'yOHsmeCQWc' where c = 930 index_test.go:143: sql update test_index set c1 = 8551879302841734426, c2 = 0.295811, c3 = 'tVwrllc3ck' where c = 348 index_test.go:137: sql insert into test_index values (4521, 6067668438704192818, 0.353278, 'IDaDcL76ai') index_test.go:140: sql delete from test_index where c = 3326 index_test.go:143: sql update test_index set c1 = 8333968682756397943, c2 = 0.846937, c3 = 'NxQDkKE6HN' where c = 1944 index_test.go:143: sql update test_index set c1 = 7773016283782915312, c2 = 0.382599, c3 = 'fWVW4Zly6t' where c = 478 index_test.go:140: sql delete from test_index where c = 2786 index_test.go:140: sql delete from test_index where c = 267 index_test.go:143: sql update test_index set c1 = 2969385833285858276, c2 = 0.930674, c3 = 'rRBrURmFmE' where c = 3126 index_test.go:140: sql delete from test_index where c = 3817 index_test.go:137: sql insert into test_index values (4523, 8851847665790301908, 0.851372, 'MaIxWTkNMW') index_test.go:137: sql insert into test_index values (4522, 8793733692203268434, 0.318417, 'M16qM4A0Iw') index_test.go:143: sql update test_index set c1 = 2187210244591948799, c2 = 0.273112, c3 = 'v7iSlY2Hpb' where c = 2829 index_test.go:143: sql update test_index set c1 = 995283124361520442, c2 = 0.962445, c3 = 'YsOA10RNbG' where c = 1098 index_test.go:137: sql insert into test_index values (4524, 5079967420044122962, 0.480006, 'jLTqZ04sHD') index_test.go:143: sql update test_index set c1 = 6481246455724233207, c2 = 0.289980, c3 = 'XbIL94TPke' where c = 2364 index_test.go:137: sql insert into test_index values (4525, 78740528709950859, 0.812888, 'ztQwvcZgOp') index_test.go:140: sql delete from test_index where c = 1257 index_test.go:143: sql update test_index set c1 = 8243946288085218014, c2 = 0.342755, c3 = 'Ke5lKofVfS' where c = 4404 index_test.go:143: sql update test_index set c1 = 837622357392421749, c2 = 0.810025, c3 = '25l46PDeut' where c = 3557 index_test.go:137: sql insert into test_index values (4527, 7627601953654341473, 0.542222, 'PjYWDqDjtN') index_test.go:137: sql insert into test_index values (4528, 7375319778926860930, 0.939308, 'mZxciAzbGh') index_test.go:140: sql delete from test_index where c = 2858 index_test.go:137: sql insert into test_index values (4526, 5704700688231075631, 0.395077, 'IUH7bpw3vp') index_test.go:140: sql delete from test_index where c = 2814 index_test.go:140: sql delete from test_index where c = 2042 index_test.go:137: sql insert into test_index values (4530, 1848092444614695318, 0.630193, 'cuGomWr7jE') index_test.go:143: sql update test_index set c1 = 4990097673720017444, c2 = 0.216495, c3 = 'OhigP5w7Cf' where c = 3447 index_test.go:137: sql insert into test_index values (4529, 7852477940126710726, 0.551765, 'oLRmsQz5Si') index_test.go:143: sql update test_index set c1 = 5593851854167154009, c2 = 0.306999, c3 = 'JoSa1XveBB' where c = 3412 index_test.go:137: sql insert into test_index values (4531, 6751927045333170254, 0.010918, 'we1SRmfDh6') index_test.go:140: sql delete from test_index where c = 2575 index_test.go:143: sql update test_index set c1 = 3782535175553226753, c2 = 0.931264, c3 = '1welzyOnm8' where c = 2443 index_test.go:140: sql delete from test_index where c = 3167 index_test.go:140: sql delete from test_index where c = 2195 index_test.go:143: sql update test_index set c1 = 774259813659101104, c2 = 0.312876, c3 = 'xlYptrc9Ew' where c = 2874 index_test.go:140: sql delete from test_index where c = 2374 index_test.go:140: sql delete from test_index where c = 2927 index_test.go:137: sql insert into test_index values (4532, 4527829821991617894, 0.112641, 'b9JOXppu19') index_test.go:137: sql insert into test_index values (4533, 1247983521766853796, 0.677509, '6mSbHJUmxV') index_test.go:140: sql delete from test_index where c = 861 index_test.go:143: sql update test_index set c1 = 2974691340517844940, c2 = 0.268446, c3 = 'fb3MQ4fM2J' where c = 951 index_test.go:137: sql insert into test_index values (4534, 1818809662251473071, 0.915942, 'pwMdm2JpCg') index_test.go:143: sql update test_index set c1 = 648916966667924335, c2 = 0.876144, c3 = 't9ifpY4ikb' where c = 3908 index_test.go:137: sql insert into test_index values (4535, 7759524948632267178, 0.972386, '8wsULSfTxc') index_test.go:143: sql update test_index set c1 = 2064518544807796402, c2 = 0.556732, c3 = 'UerOKdCj2y' where c = 4121 index_test.go:143: sql update test_index set c1 = 6106519647936715256, c2 = 0.802837, c3 = 'wV7EAEYsVI' where c = 1568 index_test.go:143: sql update test_index set c1 = 3188929508259845824, c2 = 0.277545, c3 = 'hYZaDTkGJO' where c = 748 index_test.go:140: sql delete from test_index where c = 4412 index_test.go:140: sql delete from test_index where c = 4010 index_test.go:143: sql update test_index set c1 = 5730736962058581641, c2 = 0.582390, c3 = 'Ugq2ApAibY' where c = 3368 index_test.go:137: sql insert into test_index values (4537, 8468058223677212121, 0.243194, 'ZtWjXxgCis') index_test.go:137: sql insert into test_index values (4536, 8682431798390732855, 0.408948, 'UB0U1qCAt8') index_test.go:140: sql delete from test_index where c = 2650 index_test.go:140: sql delete from test_index where c = 1499 index_test.go:143: sql update test_index set c1 = 7793202600220116786, c2 = 0.860077, c3 = 'FRtwC6VAa5' where c = 1194 index_test.go:137: sql insert into test_index values (4539, 7442761624094186332, 0.716196, 'cWTmuCpGIE') index_test.go:137: sql insert into test_index values (4538, 674510301973148101, 0.842760, 'xi6Mbjxyqx') index_test.go:137: sql insert into test_index values (4540, 2341426462386703438, 0.529776, 'eSRPTmrTCf') index_test.go:140: sql delete from test_index where c = 279 index_test.go:137: sql insert into test_index values (4541, 9039436888084580959, 0.140096, 'hHXOgDMc0C') index_test.go:143: sql update test_index set c1 = 6084859090132387106, c2 = 0.309704, c3 = 'drueKv3XED' where c = 386 index_test.go:143: sql update test_index set c1 = 1763797936016136483, c2 = 0.640862, c3 = 'Z2okHXlyyG' where c = 2435 index_test.go:143: sql update test_index set c1 = 5768336694698703494, c2 = 0.896325, c3 = 'EFNxMegXnB' where c = 3032 index_test.go:140: sql delete from test_index where c = 1077 index_test.go:140: sql delete from test_index where c = 626 index_test.go:137: sql insert into test_index values (4542, 7545362529324321420, 0.508350, 'ngESz6nO1X') index_test.go:140: sql delete from test_index where c = 4026 index_test.go:140: sql delete from test_index where c = 1757 index_test.go:143: sql update test_index set c1 = 5673971024781703775, c2 = 0.544442, c3 = 'C5cNBxgyXu' where c = 2757 index_test.go:143: sql update test_index set c1 = 5615749126011010409, c2 = 0.768882, c3 = 'fVYHhjKMOo' where c = 3239 index_test.go:143: sql update test_index set c1 = 8339378246054674332, c2 = 0.289149, c3 = '6fPQ2jdvFo' where c = 953 index_test.go:137: sql insert into test_index values (4544, 1415610866110281956, 0.548877, 'tnCMH8QBAg') index_test.go:137: sql insert into test_index values (4545, 3764889492568202360, 0.720265, 'jKh0659cji') index_test.go:143: sql update test_index set c1 = 8038464505427539912, c2 = 0.779542, c3 = 't2AmlCFK2c' where c = 2536 index_test.go:137: sql insert into test_index values (4543, 6014855879194807093, 0.673446, 'ET32wvqSCY') index_test.go:140: sql delete from test_index where c = 319 index_test.go:140: sql delete from test_index where c = 2612 index_test.go:140: sql delete from test_index where c = 3047 index_test.go:140: sql delete from test_index where c = 1866 index_test.go:137: sql insert into test_index values (4548, 275638533906371008, 0.644960, 'U2xXX0QUY4') index_test.go:143: sql update test_index set c1 = 6760486066071079066, c2 = 0.506067, c3 = 'Lw0236z9tN' where c = 1633 index_test.go:137: sql insert into test_index values (4546, 5778890407043545693, 0.919788, 'wIHfLsbLDW') index_test.go:137: sql insert into test_index values (4547, 5582157655941143219, 0.873871, 'gkuU9uWx4w') index_test.go:143: sql update test_index set c1 = 1805247061206474538, c2 = 0.991251, c3 = 'mD4tM6yIIH' where c = 1690 index_test.go:137: sql insert into test_index values (4549, 1322530663578702918, 0.241907, 'ufQp30eT2j') index_test.go:140: sql delete from test_index where c = 1107 index_test.go:140: sql delete from test_index where c = 502 index_test.go:143: sql update test_index set c1 = 1588433679286035984, c2 = 0.222718, c3 = 'uEuwXXhN8p' where c = 3848 index_test.go:143: sql update test_index set c1 = 5191972562210317823, c2 = 0.205448, c3 = 'drNaZAiRMz' where c = 3634 index_test.go:140: sql delete from test_index where c = 4363 index_test.go:143: sql update test_index set c1 = 1552435829768629143, c2 = 0.173683, c3 = '9JDdxXaOlJ' where c = 986 index_test.go:137: sql insert into test_index values (4550, 5466925896421675, 0.295344, 'm6BWdWQAh4') index_test.go:143: sql update test_index set c1 = 4848986517834302717, c2 = 0.905260, c3 = 'Dde8TZkPwM' where c = 1616 index_test.go:137: sql insert into test_index values (4551, 5007766103058722536, 0.427108, 'ECJCphHHC8') index_test.go:140: sql delete from test_index where c = 4524 index_test.go:140: sql delete from test_index where c = 3728 index_test.go:137: sql insert into test_index values (4552, 984736770217311196, 0.892648, '0R2RkfwTma') index_test.go:137: sql insert into test_index values (4553, 5943440688101899850, 0.661518, 'SxTjpvD39o') index_test.go:140: sql delete from test_index where c = 482 index_test.go:143: sql update test_index set c1 = 3181182858482891730, c2 = 0.514868, c3 = 'NmmnYeRwEU' where c = 4403 index_test.go:137: sql insert into test_index values (4555, 4699081872303919526, 0.564805, 'FbrdyW2qKf') index_test.go:140: sql delete from test_index where c = 346 index_test.go:143: sql update test_index set c1 = 4208986971958104857, c2 = 0.136617, c3 = 'C20hUNoOCC' where c = 2668 index_test.go:140: sql delete from test_index where c = 2697 index_test.go:137: sql insert into test_index values (4554, 5962154477445450467, 0.704375, 'Otv36PdKTQ') index_test.go:143: sql update test_index set c1 = 2893996743318247062, c2 = 0.589878, c3 = 'qewjX3vcIt' where c = 4007 index_test.go:143: sql update test_index set c1 = 31149652921681836, c2 = 0.925112, c3 = 'Uoc8UsVkd5' where c = 3069 index_test.go:143: sql update test_index set c1 = 6986691781997256800, c2 = 0.779112, c3 = 'rePYlShOtM' where c = 3072 index_test.go:140: sql delete from test_index where c = 2971 index_test.go:137: sql insert into test_index values (4556, 3991220299673269816, 0.381278, 'J5mYuv5aPf') index_test.go:137: sql insert into test_index values (4557, 8039221833963995182, 0.337617, '8tdGHU96E5') index_test.go:143: sql update test_index set c1 = 1574092810466684907, c2 = 0.775295, c3 = 'HJ6R2Jp67a' where c = 2911 index_test.go:137: sql insert into test_index values (4559, 4818466786403520745, 0.791225, 'WsmmvikVyg') index_test.go:137: sql insert into test_index values (4558, 9174952756621725951, 0.007508, '1Os3WceYSY') index_test.go:140: sql delete from test_index where c = 4154 index_test.go:137: sql insert into test_index values (4560, 5405388594901998879, 0.130646, 'daYl23CNfE') index_test.go:140: sql delete from test_index where c = 3220 index_test.go:140: sql delete from test_index where c = 1734 index_test.go:143: sql update test_index set c1 = 2346893388283125113, c2 = 0.825120, c3 = 'PZat4HFbsi' where c = 3408 index_test.go:140: sql delete from test_index where c = 2049 index_test.go:140: sql delete from test_index where c = 1256 index_test.go:143: sql update test_index set c1 = 7262576666255868959, c2 = 0.329330, c3 = 'CIFzIQLiaM' where c = 1132 index_test.go:140: sql delete from test_index where c = 169 index_test.go:140: sql delete from test_index where c = 4470 index_test.go:137: sql insert into test_index values (4561, 6452273500174218087, 0.591260, 'i4AlxGlmRP') index_test.go:143: sql update test_index set c1 = 6212970563431113091, c2 = 0.470833, c3 = 'iZoVgf12Up' where c = 4149 index_test.go:137: sql insert into test_index values (4562, 2184767053938226747, 0.822024, 'jGN4GQVBR0') index_test.go:143: sql update test_index set c1 = 5082522994726861413, c2 = 0.080235, c3 = 'nOp8za18bU' where c = 1092 index_test.go:140: sql delete from test_index where c = 1212 index_test.go:143: sql update test_index set c1 = 6540335128578672243, c2 = 0.074159, c3 = 'Bidn5eNGIq' where c = 2597 index_test.go:143: sql update test_index set c1 = 5289515189229767308, c2 = 0.959275, c3 = '7tk5I4DRAc' where c = 2177 index_test.go:143: sql update test_index set c1 = 4507140330197108870, c2 = 0.017338, c3 = 'PYchpfzgMM' where c = 1525 index_test.go:140: sql delete from test_index where c = 2871 index_test.go:137: sql insert into test_index values (4563, 5160010362954056181, 0.901320, 'zHJOiVBXoP') index_test.go:143: sql update test_index set c1 = 1971798096824786307, c2 = 0.054059, c3 = 'roYVqiCrm4' where c = 474 index_test.go:137: sql insert into test_index values (4564, 7773303773872506558, 0.588904, 'PAfALLJX4Z') index_test.go:143: sql update test_index set c1 = 8025635607599757485, c2 = 0.969991, c3 = 'NAO3OnAQFn' where c = 1680 index_test.go:143: sql update test_index set c1 = 1493398213267087029, c2 = 0.096727, c3 = 'TM0m9I8NNA' where c = 1661 index_test.go:140: sql delete from test_index where c = 447 index_test.go:137: sql insert into test_index values (4566, 6005852942077880616, 0.705997, '83O0UjS7rB') index_test.go:137: sql insert into test_index values (4567, 3542210152186026685, 0.698900, 'oxeC4KHk7t') index_test.go:137: sql insert into test_index values (4565, 1259479984079360048, 0.536694, 'mFWoLOTUUh') index_test.go:137: sql insert into test_index values (4569, 528236177104690287, 0.274035, 'JVDAp7C28G') index_test.go:137: sql insert into test_index values (4568, 1938247734262513151, 0.838777, 'sDJWVlZRgb') index_test.go:137: sql insert into test_index values (4570, 261324155134187898, 0.445981, 'io2FxGmH42') index_test.go:140: sql delete from test_index where c = 3825 index_test.go:140: sql delete from test_index where c = 835 index_test.go:140: sql delete from test_index where c = 584 index_test.go:140: sql delete from test_index where c = 83 index_test.go:143: sql update test_index set c1 = 6476679305716729344, c2 = 0.058131, c3 = 'X63VAUNFhX' where c = 3952 index_test.go:143: sql update test_index set c1 = 5469281651870564945, c2 = 0.968969, c3 = '2x21UUy9TG' where c = 756 index_test.go:143: sql update test_index set c1 = 3720652561861101282, c2 = 0.714264, c3 = 'vljvW7DA9K' where c = 610 index_test.go:137: sql insert into test_index values (4571, 6333816909867793097, 0.317247, 'H2Oww7JVv6') index_test.go:140: sql delete from test_index where c = 4002 index_test.go:140: sql delete from test_index where c = 3466 index_test.go:140: sql delete from test_index where c = 3128 index_test.go:143: sql update test_index set c1 = 3954329941410628830, c2 = 0.615855, c3 = 'sxinMXAQ3d' where c = 2818 index_test.go:143: sql update test_index set c1 = 3973961567977597207, c2 = 0.800166, c3 = 'QuuS0JNcgT' where c = 1574 index_test.go:137: sql insert into test_index values (4572, 7882109353794037044, 0.065525, 'v1l2WMBHMw') index_test.go:137: sql insert into test_index values (4573, 1705679716687993619, 0.858066, 'O7GpTFCysm') index_test.go:137: sql insert into test_index values (4574, 9005374277064530548, 0.069135, 'ahOvKedlgE') index_test.go:140: sql delete from test_index where c = 4019 index_test.go:143: sql update test_index set c1 = 4308784133180968886, c2 = 0.589146, c3 = 'tUJLEoA3z5' where c = 1247 index_test.go:137: sql insert into test_index values (4575, 7669281955971344022, 0.233931, 'uWeK30f3lG') index_test.go:143: sql update test_index set c1 = 8318967620899697879, c2 = 0.286332, c3 = 'kXxgkvcHQG' where c = 3565 index_test.go:140: sql delete from test_index where c = 3390 index_test.go:143: sql update test_index set c1 = 4034339562836370419, c2 = 0.836219, c3 = 'MLdlyX3hOJ' where c = 3387 index_test.go:140: sql delete from test_index where c = 2861 index_test.go:140: sql delete from test_index where c = 3963 index_test.go:137: sql insert into test_index values (4576, 5820957264828298112, 0.084894, 'py6zaxrSF5') index_test.go:140: sql delete from test_index where c = 1676 index_test.go:143: sql update test_index set c1 = 4419040244041947076, c2 = 0.037515, c3 = 'jpLkQk2Otp' where c = 2619 index_test.go:137: sql insert into test_index values (4577, 3956586550597267772, 0.578128, 'R7pppwa27S') index_test.go:143: sql update test_index set c1 = 3581941542920924989, c2 = 0.939390, c3 = 'iXIzvlSCdW' where c = 677 index_test.go:137: sql insert into test_index values (4578, 2190734505331030140, 0.622812, 'NPfzZ0R4PI') index_test.go:143: sql update test_index set c1 = 966333824085488148, c2 = 0.401618, c3 = '8fXELfDCYC' where c = 2031 index_test.go:137: sql insert into test_index values (4579, 8758134938940519098, 0.847517, '9opUDmlbeO') index_test.go:140: sql delete from test_index where c = 1127 index_test.go:143: sql update test_index set c1 = 897067356974557028, c2 = 0.633621, c3 = 'wkVjC3Kcn2' where c = 2615 index_test.go:140: sql delete from test_index where c = 3009 index_test.go:143: sql update test_index set c1 = 5952021797410230672, c2 = 0.210523, c3 = 'maKiwJW3aE' where c = 844 index_test.go:137: sql insert into test_index values (4581, 4111999885233723843, 0.064345, 'cjdtyY8zZ1') index_test.go:137: sql insert into test_index values (4580, 1582401050077923710, 0.660936, 'tUJXbS4I45') index_test.go:143: sql update test_index set c1 = 1685916976475200855, c2 = 0.131259, c3 = 'l7u1tzouft' where c = 26 index_test.go:140: sql delete from test_index where c = 2906 index_test.go:137: sql insert into test_index values (4583, 6771339951041399944, 0.526866, 'Bf09tx1W8g') index_test.go:143: sql update test_index set c1 = 6848579598502529668, c2 = 0.978513, c3 = 'Z9BY641vLc' where c = 721 index_test.go:140: sql delete from test_index where c = 3197 index_test.go:137: sql insert into test_index values (4582, 5940198924101393074, 0.104469, 'Q9RjwexNe9') index_test.go:143: sql update test_index set c1 = 2133099765194445951, c2 = 0.527254, c3 = 'JdVBqX9ciN' where c = 122 index_test.go:137: sql insert into test_index values (4584, 8237924484063520119, 0.595446, 's4o4CVJ5j0') index_test.go:140: sql delete from test_index where c = 2022 index_test.go:140: sql delete from test_index where c = 2139 index_test.go:137: sql insert into test_index values (4585, 82200324460336214, 0.349095, 'XVzuLci9aw') index_test.go:140: sql delete from test_index where c = 2672 index_test.go:143: sql update test_index set c1 = 5645525493828342201, c2 = 0.603724, c3 = '9Rf9SuKNeB' where c = 2358 index_test.go:140: sql delete from test_index where c = 4559 index_test.go:140: sql delete from test_index where c = 1901 index_test.go:137: sql insert into test_index values (4587, 8682539210794394346, 0.677448, 'UU3j2YSROs') index_test.go:143: sql update test_index set c1 = 4846997966099561095, c2 = 0.847242, c3 = 'Lc8K3WZ9gJ' where c = 3344 index_test.go:137: sql insert into test_index values (4586, 4577749091392644486, 0.028025, 'AxG2rrIbaD') index_test.go:143: sql update test_index set c1 = 9130622200722413590, c2 = 0.725248, c3 = 'tTPSxtVebr' where c = 1004 index_test.go:140: sql delete from test_index where c = 4291 index_test.go:140: sql delete from test_index where c = 2180 index_test.go:143: sql update test_index set c1 = 7672928798273226974, c2 = 0.912942, c3 = 'CnFfNmEQ74' where c = 1396 index_test.go:137: sql insert into test_index values (4588, 2061466439120000559, 0.558939, 'SUsS1xfzn0') index_test.go:140: sql delete from test_index where c = 3745 index_test.go:143: sql update test_index set c1 = 3696692131525423115, c2 = 0.801945, c3 = 'Osc0ENZXVG' where c = 2726 index_test.go:143: sql update test_index set c1 = 8359185755398601084, c2 = 0.269246, c3 = 'UD6lXRmPo9' where c = 1479 index_test.go:137: sql insert into test_index values (4589, 9027988730391879218, 0.496360, 'NoUdG6mPXZ') index_test.go:143: sql update test_index set c1 = 6366868942420441212, c2 = 0.858880, c3 = '9GqfaAClqX' where c = 670 index_test.go:140: sql delete from test_index where c = 579 index_test.go:143: sql update test_index set c1 = 395000420007079594, c2 = 0.896370, c3 = 'MXHKar4vVl' where c = 3719 index_test.go:137: sql insert into test_index values (4590, 2322081386601605360, 0.075388, 'i7IZV4Jf6Z') index_test.go:137: sql insert into test_index values (4591, 5247204208531755688, 0.302534, 'MXBa5yvK7w') index_test.go:140: sql delete from test_index where c = 1874 index_test.go:137: sql insert into test_index values (4592, 1055480690276833844, 0.732686, 'xSZgpLglYU') index_test.go:143: sql update test_index set c1 = 1853244569608150915, c2 = 0.340700, c3 = 'mMvslD3BEl' where c = 4381 index_test.go:140: sql delete from test_index where c = 3815 index_test.go:143: sql update test_index set c1 = 3725796849026793563, c2 = 0.140016, c3 = 'ex9UwKEQPB' where c = 209 index_test.go:137: sql insert into test_index values (4593, 1529307987758844497, 0.662469, '47kydRoMef') index_test.go:137: sql insert into test_index values (4594, 4937630593594577528, 0.029098, 'rDavny4wXe') index_test.go:143: sql update test_index set c1 = 1259015943057742543, c2 = 0.009080, c3 = 'YXGqLNjgv8' where c = 3622 index_test.go:140: sql delete from test_index where c = 4426 index_test.go:137: sql insert into test_index values (4595, 4283219002030959236, 0.347811, 'eJsgrOhzyy') index_test.go:140: sql delete from test_index where c = 3682 index_test.go:140: sql delete from test_index where c = 395 index_test.go:143: sql update test_index set c1 = 1232595951631383256, c2 = 0.429827, c3 = 'yOmU3im9VX' where c = 2397 index_test.go:143: sql update test_index set c1 = 4807912668661733292, c2 = 0.701607, c3 = 'x3ybEcfkFj' where c = 2069 index_test.go:140: sql delete from test_index where c = 1104 index_test.go:143: sql update test_index set c1 = 1483721840795728805, c2 = 0.583553, c3 = 'fc7kD1GPGj' where c = 3512 index_test.go:140: sql delete from test_index where c = 4302 index_test.go:143: sql update test_index set c1 = 4337283437221244393, c2 = 0.946222, c3 = 'CNrh1l4aAU' where c = 3572 index_test.go:143: sql update test_index set c1 = 6573660991938335349, c2 = 0.700281, c3 = 'LQ29trQWNj' where c = 1948 index_test.go:143: sql update test_index set c1 = 7209279615078129315, c2 = 0.588240, c3 = 'cLMBtPSei2' where c = 4415 [Pipeline] } index_test.go:143: sql update test_index set c1 = 5168663082591435095, c2 = 0.290752, c3 = 'xyyhewZwHY' where c = 4363 Cache not saved (ws/jenkins-pingcap-tidb-pull_integration_ddl_test-8559/tidb-test already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } index_test.go:137: sql insert into test_index values (4596, 5233608241181206865, 0.242047, 'SWAnOa3FgH') index_test.go:140: sql delete from test_index where c = 3325 index_test.go:143: sql update test_index set c1 = 1556998791545539586, c2 = 0.911029, c3 = 'SshNduBaw0' where c = 2595 index_test.go:137: sql insert into test_index values (4597, 7944879579473920812, 0.959069, 'G07a9iYXcu') index_test.go:140: sql delete from test_index where c = 1338 index_test.go:143: sql update test_index set c1 = 464314367091782352, c2 = 0.258789, c3 = 'ivMV9er8KJ' where c = 1546 index_test.go:137: sql insert into test_index values (4598, 2985708696190339343, 0.790427, 'nmEEIdpENM') index_test.go:140: sql delete from test_index where c = 4440 index_test.go:143: sql update test_index set c1 = 7199433068331573190, c2 = 0.402342, c3 = '2x5la4GIjK' where c = 790 index_test.go:137: sql insert into test_index values (4599, 6333979102404605735, 0.281559, 'zK5RL3YrNL') index_test.go:140: sql delete from test_index where c = 853 index_test.go:143: sql update test_index set c1 = 6522666637677118158, c2 = 0.415491, c3 = 'IMfrDLOTXF' where c = 3415 index_test.go:137: sql insert into test_index values (4600, 4240527356628337461, 0.724733, 'YVuTLL7SyE') index_test.go:140: sql delete from test_index where c = 3413 index_test.go:143: sql update test_index set c1 = 1965932603319824874, c2 = 0.139960, c3 = 'Q0TNRkqAOv' where c = 3645 [2024/05/06 21:35:19.110 +08:00] [ERROR] [gc_worker.go:1764] ["deleteRanges is called"] [2024/05/06 21:35:19.144 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] === RUN TestColumn/alter_table_test_column_add_column_c3_int_default_-1 [2024/05/06 21:35:21.799 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.799 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.799 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.799 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.799 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.799 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.800 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.800 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.800 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.800 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.806 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.807 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.808 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.809 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.811 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.812 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.813 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.815 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.816 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.817 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.818 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.820 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.821 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.822 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.822 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.822 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.823 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.824 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.825 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.831 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.832 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.833 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.833 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.839 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.858 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.859 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.859 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.860 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.860 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.860 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.860 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.861 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.863 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.863 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.864 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.864 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.865 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.866 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.866 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.866 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.866 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.868 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.868 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.869 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.870 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.871 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.872 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.872 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.874 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.874 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.876 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.877 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.877 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.878 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.879 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.879 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.879 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.879 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.882 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.882 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:21.883 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] # Time: 2024-05-06T21:35:22.302926273+08:00 # Txn_start_ts: 0 # Query_time: 1.009439622 # Parse_time: 0.000098451 # Compile_time: 0.000077692 # Rewrite_time: 0.000002138 # Optimize_time: 0 # Wait_TS: 0.000248403 # DB: test_ddl # Is_internal: false # Digest: 24b248104e4a416df2a61c02f52342f83ef8680576e4e2e8c800a73920dd38dc # Num_cop_tasks: 0 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Succ: true # IsExplicitTxn: false # IsSyncStatsFailed: false # Resource_group: default use test_ddl; alter table test_column add column c3 int default -1; === RUN TestColumn/alter_table_test_column_drop_column_c3 [2024/05/06 21:35:24.998 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:24.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:24.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:24.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:24.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:24.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.001 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [TestSimpleMixed][Mixed][Time Cost]10.369509119s === RUN TestSimple/Inc === RUN TestSimple/Inc/test_inc [TestSimpleInc][Insert][Time Cost]186.628381ms --- PASS: TestIndex (40.30s) PASS ddl_test end [Pipeline] } [Pipeline] // container [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-pull_integration_ddl_test-8559/tidb-test already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [2024/05/06 21:35:25.924 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.925 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.927 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.928 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.930 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.933 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.935 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.936 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.937 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.939 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.942 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.942 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.943 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.943 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.943 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.944 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.946 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.946 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.947 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.949 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.950 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.950 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.950 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.951 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.952 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.952 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.952 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.953 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.954 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.954 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.955 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:25.957 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [TestSimpleInc][Update][Time Cost]1.443421147s === RUN TestSimple/Inc/test_inc_common [mysql] 2024/05/06 21:35:26 packets.go:37: unexpected EOF [mysql] 2024/05/06 21:35:26 packets.go:37: unexpected EOF [2024/05/06 21:35:26.821 +08:00] [ERROR] [ddl_test.go:396] ["exec in server, retry"] [query="insert into test_inc_common values (87, 87)"] [addr=127.0.0.1:5002] [error="invalid connection"] [2024/05/06 21:35:26.821 +08:00] [ERROR] [ddl_test.go:396] ["exec in server, retry"] [query="insert into test_inc_common values (688, 688)"] [addr=127.0.0.1:5002] [error="invalid connection"] [2024/05/06 21:35:27.441 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.441 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.443 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.446 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.450 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.946 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.946 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.947 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.947 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.947 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.948 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.949 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.949 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.950 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.952 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.953 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.954 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.954 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.955 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.956 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.956 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.957 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.957 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.958 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.959 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.959 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.959 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.959 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.961 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.962 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.963 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.965 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.965 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.965 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.965 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.965 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.966 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.967 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.969 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.970 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.971 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.972 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.973 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.974 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.974 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.978 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.978 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.979 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.985 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.986 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.986 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.986 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.987 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.987 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.988 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.988 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.988 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.988 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.992 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.993 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.993 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.993 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.994 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.995 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.995 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.996 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.996 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.997 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.997 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.998 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:27.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.001 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.002 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.002 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.002 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.004 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.004 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.004 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.056 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.056 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.056 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.056 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.058 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.058 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.059 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.059 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.059 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.061 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.062 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.063 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.065 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.065 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.065 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.066 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.066 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.067 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.069 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.070 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.071 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.071 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.072 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.072 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.072 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.072 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.073 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.074 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.076 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.077 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.077 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.078 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.078 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.078 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.080 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.080 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.080 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.082 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.082 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.085 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.085 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.085 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.085 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.086 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.087 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.087 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.088 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.089 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.091 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.091 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.092 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.092 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.093 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.093 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.093 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.095 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.095 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.096 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.098 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.098 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.098 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.099 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.157 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.158 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.158 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.158 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.161 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.162 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.167 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.167 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.168 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.168 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.169 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.170 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.171 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.172 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.172 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.173 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.175 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.175 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.176 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.176 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.177 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.179 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.179 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.180 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.180 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.180 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.181 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.181 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.183 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.186 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.186 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.186 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.187 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.187 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.187 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.187 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.188 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.188 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.190 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.192 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.192 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.193 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.195 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.195 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.196 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.196 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.196 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.197 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.197 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.199 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.256 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.257 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.258 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.259 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.259 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.261 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.261 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.262 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.262 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.263 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.263 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.263 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.264 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.265 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.266 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.267 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.268 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.268 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.269 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.270 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.270 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.270 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.271 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.272 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.273 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.273 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.275 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.275 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.275 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.275 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.276 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.277 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.278 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.279 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.280 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.281 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.281 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.283 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.283 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.283 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.284 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.285 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.286 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.287 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.287 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.288 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.289 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.290 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.291 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.292 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.293 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.293 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.293 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.297 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.297 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.299 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.330 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1062 (23000): Duplicate entry '87-87' for key 'test_inc_common.PRIMARY'"] [TestSimpleInc][Insert][Time Cost]1.718485834s [2024/05/06 21:35:28.498 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.499 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.499 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.499 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.500 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.500 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.500 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.501 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.501 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.501 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.504 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.505 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.506 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.507 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.507 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.508 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.508 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.508 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.508 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.509 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.511 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.513 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.515 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.516 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.518 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.519 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.520 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.521 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.521 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.521 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.523 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.527 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.528 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.529 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.529 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.529 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.531 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.532 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.532 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.533 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.533 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.555 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.556 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.556 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.556 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.557 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.560 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.560 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.560 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.560 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.562 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.564 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.564 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.565 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.565 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.565 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.565 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.566 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.567 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.568 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.569 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.572 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.572 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.572 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.572 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.572 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.573 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.573 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.574 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.576 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.576 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.577 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.579 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.579 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.580 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.580 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.581 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.581 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.582 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.582 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.585 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.587 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:28.587 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] # Time: 2024-05-06T21:35:28.927851509+08:00 # Txn_start_ts: 449577621776760846 # Query_time: 4.433659615 # Parse_time: 0.000186435 # Compile_time: 0.000121742 # Rewrite_time: 0.000003823 # Optimize_time: 0 # Wait_TS: 0.000262171 # DB: test_ddl # Is_internal: false # Digest: ff9fd75d655e7765d767a4f3313a7e8138dab5a7e3d11bff997f36d5e1c792d6 # Num_cop_tasks: 0 # Prepared: false # Plan_from_cache: false # Plan_from_binding: false # Has_more_results: false # KV_total: 0 # PD_total: 0 # Backoff_total: 0 # Write_sql_response_total: 0 # Result_rows: 0 # Succ: true # IsExplicitTxn: false # IsSyncStatsFailed: false # Resource_group: default alter table test_column drop column c3; [2024/05/06 21:35:28.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.001 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.002 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.002 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.002 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.002 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.004 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.006 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.007 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.009 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.012 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.015 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.018 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.020 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.021 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.023 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.025 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.026 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.026 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.028 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.028 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.029 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.031 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.032 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.032 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.034 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.034 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.034 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.035 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.057 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.057 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.057 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.057 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.059 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.059 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.059 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.060 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.062 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.063 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.063 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.064 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.064 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.065 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.065 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.066 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.067 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.068 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.068 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.069 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.069 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.070 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.072 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.074 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.074 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.075 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.075 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.076 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.076 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.078 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.079 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.080 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.081 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.081 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.082 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.082 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.083 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.088 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.089 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.091 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.094 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.498 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.498 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.498 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.499 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.500 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.500 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.500 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.501 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.501 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.502 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.506 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.506 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.507 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.508 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.509 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.509 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.509 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.510 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.511 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.512 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.514 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.515 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.515 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.515 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.517 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.517 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.518 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.519 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.519 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.520 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.520 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.521 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.521 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.522 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.524 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.525 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.526 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.528 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.528 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.528 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.529 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.529 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.529 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.530 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.534 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.534 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.534 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.534 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.535 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.536 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.537 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.538 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.539 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.539 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.539 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.556 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.556 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.556 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.557 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.559 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.559 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.559 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.560 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.561 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.561 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.562 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.562 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.563 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.564 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.564 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.564 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.566 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.566 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.566 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.568 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.568 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.569 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.569 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.570 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.571 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.573 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.573 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.573 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.573 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.574 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.575 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.577 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.577 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.582 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.998 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:29.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.000 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.001 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.001 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.003 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.003 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.004 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.004 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.007 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.007 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.007 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.008 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.011 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.012 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.012 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.013 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.014 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.016 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.017 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.019 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.019 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.020 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.021 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.021 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.022 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.023 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.024 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.025 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.025 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.025 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.026 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.026 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.027 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.028 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.028 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.028 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.030 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.030 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.031 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.031 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.033 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.036 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.036 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.037 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.039 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.055 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.055 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.055 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.056 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.056 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.057 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.059 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.060 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.060 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.061 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.062 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.062 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.063 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.063 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.063 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.065 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.066 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.067 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.067 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.068 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.069 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.069 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.070 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.071 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.071 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.072 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.072 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.074 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.074 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.075 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.075 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.076 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.076 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.078 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.079 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.080 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.081 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.082 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.082 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.086 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:30.088 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [TestSimpleInc][Update][Time Cost]2.58269688s [2024/05/06 21:35:30.942 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] [2024/05/06 21:35:31.826 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.827 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.828 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.829 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.830 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.834 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.835 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.836 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.837 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.840 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.841 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.841 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.842 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.844 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.845 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.845 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.845 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.845 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.847 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.848 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.849 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.849 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.850 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.850 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.851 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.851 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.851 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.851 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.855 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.855 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.857 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.857 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.857 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.857 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.857 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.858 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.859 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.862 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.862 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.863 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.864 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.864 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.864 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.864 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.865 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.865 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.866 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.869 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.869 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.871 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.871 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.872 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.872 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.872 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.873 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.873 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.874 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.875 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.876 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.879 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.879 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.879 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.879 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.880 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.880 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.881 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.881 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.882 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.883 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.886 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.887 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.887 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.888 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.888 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.890 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.890 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.890 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.891 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.892 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.893 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.893 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.895 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.896 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.897 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.897 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.897 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.898 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.899 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.900 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.904 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.960 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.960 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.961 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.961 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.961 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.961 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.961 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.961 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.961 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.962 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.965 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.967 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.967 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.967 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.968 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.968 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.969 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.969 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.970 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.970 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.972 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.973 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.974 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.975 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.975 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.977 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.978 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.978 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.978 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.979 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.980 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.980 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.981 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.983 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.984 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.984 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.984 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.985 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.985 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.987 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.988 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.988 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.988 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.990 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.990 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.990 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.992 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.992 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.993 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.993 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.993 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.996 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.996 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.997 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.998 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.998 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:31.999 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.056 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.057 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.060 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.060 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.061 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.062 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.064 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.064 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.064 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.066 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.066 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.069 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.070 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.070 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.070 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.071 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.072 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.073 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.073 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.074 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.074 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.077 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.078 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.078 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.079 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.079 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.079 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.080 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.081 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.081 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.082 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.084 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.085 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.086 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.086 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.087 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.088 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.089 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.090 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.092 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.094 +08:00] [ERROR] [ddl_test.go:386] ["can not retry"] [error="Error 1054 (42S22): Unknown column 'c3' in 'field list'"] [2024/05/06 21:35:32.210 +08:00] [ERROR] [advancer.go:400] ["listen task meet error, would reopen."] [error=EOF] --- PASS: TestSimple (52.63s) --- PASS: TestSimple/Basic (6.02s) --- PASS: TestSimple/Mixed (25.29s) --- PASS: TestSimple/Mixed/test_mixed (12.05s) --- PASS: TestSimple/Mixed/test_mixed_common (13.24s) --- PASS: TestSimple/Inc (5.94s) --- PASS: TestSimple/Inc/test_inc (1.64s) --- PASS: TestSimple/Inc/test_inc_common (4.31s) PASS ddl_test end [Pipeline] } [Pipeline] // container [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-pull_integration_ddl_test-8559/tidb-test already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } --- PASS: TestColumn (32.74s) --- PASS: TestColumn/alter_table_test_column_add_column_c3_int_default_-1 (3.20s) --- PASS: TestColumn/alter_table_test_column_drop_column_c3 (7.66s) PASS ddl_test end [Pipeline] } [Pipeline] // container [Pipeline] } Cache not saved (ws/jenkins-pingcap-tidb-pull_integration_ddl_test-8559/tidb-test already exists) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS