-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: cdc/schemareg failed #36409
Copy link
Copy link
Closed
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-roachtestO-robotOriginated from a bot.Originated from a bot.
Milestone
Description
SHA: https://github.com/cockroachdb/cockroach/commits/2851c7d56ee4966109691b5c48c73ec8d4cc9847
Parameters:
To repro, try:
# 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=cdc/schemareg PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1215354&tab=buildLog
The test failed on master:
cdc.go:451,cdc.go:607,test.go:1226: expected
{"updated":{"string":""},"after":{"foo":{"a":{"long":1}}}}
{"updated":{"string":""},"after":{"foo":{"a":{"long":2},"b":{"string":"2"}}}}
{"updated":{"string":""},"after":{"foo":{"a":{"long":3},"b":{"string":"3"},"c":{"long":3}}}}
{"updated":{"string":""},"after":{"foo":{"a":{"long":1},"c":null}}}
{"updated":{"string":""},"after":{"foo":{"a":{"long":2},"c":null}}}
{"updated":{"string":""},"after":{"foo":{"a":{"long":3},"c":{"long":3}}}}
{"updated":{"string":""},"after":{"foo":{"a":{"long":4},"c":{"long":4}}}}
{"updated":{"string":""},"after":{"foo":{"a":{"long":1},"c":null}}}
{"updated":{"string":""},"after":{"foo":{"a":{"long":2},"c":null}}}
{"updated":{"string":""},"after":{"foo":{"a":{"long":3},"c":{"long":3}}}}
{"updated":{"string":""},"after":{"foo":{"a":{"long":4},"c":{"long":4}}}}
got
{"updated":{"string":""},"after":{"foo":{"a":{"long":1}}}}
{"updated":{"string":""},"after":{"foo":{"a":{"long":2},"b":{"string":"2"}}}}
{"updated":{"string":""},"after":{"foo":{"a":{"long":3},"b":{"string":"3"},"c":{"long":3}}}}
{"updated":{"string":""},"after":{"foo":{"a":{"long":1},"c":null}}}
{"updated":{"string":""},"after":{"foo":{"a":{"long":2},"c":null}}}
{"updated":{"string":""},"after":{"foo":{"a":{"long":3},"c":{"long":3}}}}
{"updated":{"string":""},"after":{"foo":{"a":{"long":1},"c":null}}}
{"updated":{"string":""},"after":{"foo":{"a":{"long":2},"c":null}}}
{"updated":{"string":""},"after":{"foo":{"a":{"long":3},"c":{"long":3}}}}
{"updated":{"string":""},"after":{"foo":{"a":{"long":4},"c":{"long":4}}}}
cluster.go:1329,cdc.go:649,asm_amd64.s:523,panic.go:397,test.go:774,test.go:764,cdc.go:451,cdc.go:607,test.go:1226: test already failed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-roachtestO-robotOriginated from a bot.Originated from a bot.