You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Don't forget to check out a clean suitable branch and experiment with the
# stress invocation until the desired results present themselves. For example,
# using stress instead of stressrace and passing the '-p' stressflag which
# controls concurrency.
./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh
cd ~/go/src/github.com/cockroachdb/cockroach && \
stdbuf -oL -eL \
make stressrace TESTS=TestImportCSVStmt PKG=github.com/cockroachdb/cockroach/pkg/ccl/importccl TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log
I190205 08:35:41.478264 9190 storage/compactor/compactor.go:329 [n2,s2,compactor] purging suggested compaction for range /Table/59/3/728/!NULL - /Table/59/3/1430/"A"/PrefixEnd that contains live data
I190205 08:35:41.478675 9190 storage/compactor/compactor.go:329 [n2,s2,compactor] purging suggested compaction for range /Table/59/3/1430/"A"/PrefixEnd - /Table/59/3/2132/!NULL that contains live data
I190205 08:35:41.479064 9190 storage/compactor/compactor.go:329 [n2,s2,compactor] purging suggested compaction for range /Table/59/3/2132/!NULL - /Table/59/3/2834/"A"/PrefixEnd that contains live data
I190205 08:35:41.479519 9190 storage/compactor/compactor.go:329 [n2,s2,compactor] purging suggested compaction for range /Table/59/3/3536/!NULL - /Table/59/3/4525/"B"/PrefixEnd that contains live data
I190205 08:35:41.479845 9190 storage/compactor/compactor.go:329 [n2,s2,compactor] purging suggested compaction for range /Table/59/3/3824/NULL - /Table/59/3/4525/"B"/PrefixEnd that contains live data
I190205 08:35:41.480283 8883 storage/compactor/compactor.go:329 [n1,s1,compactor] purging suggested compaction for range /Table/59/2/"R"/147 - /Table/59/2/"V"/2570 that contains live data
I190205 08:35:41.480727 8883 storage/compactor/compactor.go:329 [n1,s1,compactor] purging suggested compaction for range /Table/59/2/"V"/2570 - /Table/59/3/0/!NULL that contains live data
I190205 08:35:41.481016 8883 storage/compactor/compactor.go:329 [n1,s1,compactor] purging suggested compaction for range /Table/59/3/0/!NULL - /Table/59/3/728/!NULL that contains live data
I190205 08:35:41.481395 8883 storage/compactor/compactor.go:329 [n1,s1,compactor] purging suggested compaction for range /Table/59/3/728/!NULL - /Table/59/3/1430/"A"/PrefixEnd that contains live data
I190205 08:35:41.484646 9190 storage/compactor/compactor.go:329 [n2,s2,compactor] purging suggested compaction for range /Table/59/3/4525/"B"/PrefixEnd - /Table/61 that contains live data
I190205 08:35:41.485207 8883 storage/compactor/compactor.go:329 [n1,s1,compactor] purging suggested compaction for range /Table/59/3/1430/"A"/PrefixEnd - /Table/59/3/2132/!NULL that contains live data
I190205 08:35:41.487975 8883 storage/compactor/compactor.go:329 [n1,s1,compactor] purging suggested compaction for range /Table/59/3/2132/!NULL - /Table/59/3/2834/"A"/PrefixEnd that contains live data
I190205 08:35:41.488413 8883 storage/compactor/compactor.go:329 [n1,s1,compactor] purging suggested compaction for range /Table/59/3/3536/!NULL - /Table/59/3/4525/"B"/PrefixEnd that contains live data
I190205 08:35:41.488852 8883 storage/compactor/compactor.go:329 [n1,s1,compactor] purging suggested compaction for range /Table/59/3/3824/NULL - /Table/59/3/4525/"B"/PrefixEnd that contains live data
I190205 08:35:41.489185 8883 storage/compactor/compactor.go:329 [n1,s1,compactor] purging suggested compaction for range /Table/59/3/4525/"B"/PrefixEnd - /Table/61 that contains live data
I190205 08:35:41.541633 9163 storage/store.go:2669 [n2,s2,r179/2:/Table/59{-/3/2834/…}] removing replica r176/2
I190205 08:35:41.544987 9415 storage/store.go:2669 [n3,s3,r179/3:/Table/59{-/3/2834/…}] removing replica r176/3
I190205 08:35:41.561153 8866 storage/store.go:2669 [n1,s1,r179/1:/Table/59{-/3/2834/…}] removing replica r176/1
--- FAIL: TestImportCSVStmt/schema-in-query-transform-only (10.61s)
import_stmt_test.go:1180: job 5 did not match:
Description: "IMPORT TABLE \"\".\"\".t (a INT8 PRIMARY KEY, b STRING, INDEX (b), INDEX (a, b)) CSV DATA ('nodelocal:///csv/data-0-opts', 'nodelocal:///csv/data-1-opts', 'nodelocal:///csv/data-2-opts', 'nodelocal:///csv/data-3-opts', 'nodelocal:///csv/data-4-opts') WITH comment = '#', delimiter = '|', \"nullif\" = '', skip = '2', transform = 'nodelocal:///5'" != "IMPORT TABLE csv4.public.t (a INT8 PRIMARY KEY, b STRING, INDEX (b), INDEX (a, b)) CSV DATA ('nodelocal:///csv/data-0', 'nodelocal:///csv/data-1', 'nodelocal:///csv/data-2', 'nodelocal:///csv/data-3', 'nodelocal:///csv/data-4') WITH sstsize = '10K'"
The text was updated successfully, but these errors were encountered:
SHA: https://github.com/cockroachdb/cockroach/commits/e09c33ffc49f15b4909d4f4509b96d1c3c36a956
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1125291&tab=buildLog
The text was updated successfully, but these errors were encountered: