Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage: TestReplicaBurstPendingCommandsAndRepropose failed under stress #38862

Closed
cockroach-teamcity opened this issue Jul 13, 2019 · 1 comment
Assignees
Labels
C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

SHA: https://github.com/cockroachdb/cockroach/commits/092e60a978e1baec6289a791ee410bc3ec02d1a7

Parameters:

TAGS=
GOFLAGS=-parallel=4

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=TestReplicaBurstPendingCommandsAndRepropose PKG=github.com/cockroachdb/cockroach/pkg/storage TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log

Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1387581&tab=buildLog

=== RUN   TestReplicaBurstPendingCommandsAndRepropose
I190713 06:11:29.435606 25322 util/stop/stopper.go:542  quiescing; tasks left:
1      [async] intent_resolver_ir_batcher
1      [async] intent_resolver_gc_batcher
--- FAIL: TestReplicaBurstPendingCommandsAndRepropose (0.05s)
    replica_test.go:7561: expected indexes [1 2 3 4 5 6 7 8 9 10], got [5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 10 11 12 13 14]

@cockroach-teamcity cockroach-teamcity added this to the 19.2 milestone Jul 13, 2019
@cockroach-teamcity cockroach-teamcity added C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Jul 13, 2019
@nvanbenschoten
Copy link
Member

Duplicate of #38615.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.
Projects
None yet
Development

No branches or pull requests

3 participants