-
Notifications
You must be signed in to change notification settings - Fork 4.1k
ccl/changefeedccl: package timed out under stress #32444
Copy link
Copy link
Closed
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.
Milestone
Description
SHA: https://github.com/cockroachdb/cockroach/commits/ecbef846abb2855afca8532097c42864d688f51d
Parameters:
TAGS=
GOFLAGS=
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 && \
make stressrace TESTS=(unknown) PKG=github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1016922&tab=buildLog
Slow failing tests:
TestChangefeedTruncateRenameDrop/sinkless - 0.17s
Slow passing tests:
TestChangefeedSchemaChangeNoBackfill - 4.94s
TestChangefeedSchemaChangeAllowBackfill - 3.45s
TestChangefeedCursor - 2.21s
TestChangefeedInterleaved - 2.00s
TestChangefeedColumnFamily - 1.40s
TestChangefeedEnvelope - 1.12s
TestChangefeedBasics - 0.95s
TestChangefeedResolvedFrequency - 0.90s
TestChangefeedMultiTable - 0.88s
TestChangefeedTimestamps - 0.87s
TestChangefeedUpdatePrimaryKey - 0.86s
TestChangefeedComputedColumn - 0.80s
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.