-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
github.com/cockroachdb/cockroach/pkg/storage: TestRaftRemoveRace failed under stress #11614
Comments
Something went off the rails here.
|
Simpler repro:
The |
Wouldn't we expect this to fail routinely, then? I don't think skipping a test is the way to go; another options is to jack up the timeout when we run with |
With |
On Mon, Nov 28, 2016 at 2:09 PM, Peter Mattis ***@***.***> wrote:
Another option is to only look for deadlock errors when running -tags
deadlock. Or perhaps run with stress -p 1.
This sounds good to me (looking for deadlock errors only).
|
Instead, I've gone and made go-deadlock 1000% faster: sasha-s/go-deadlock#2. |
SHA: /~https://github.com/cockroachdb/cockroach/commits/0db6aea9cec5d83dd5c05d870b6edf4774d023ea
Parameters:
Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=67518&tab=buildLog
The text was updated successfully, but these errors were encountered: