-
Notifications
You must be signed in to change notification settings - Fork 472
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
db: add TestWALFailoverRandomized #3893
Conversation
Stressing produces a failure:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @jbowens and @sumeerbhola)
open_test.go
line 1656 at r1 (raw file):
t.Log("initiating hard crash") setIsCrashing(true) // Take a strict clone of the filesystem and use that going forward.
[nit] crash-consistent clone
Add a randomized test of WAL failover and recovery of a DB from failover WAL logs. Close cockroachdb#3865.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TFTR!
The failure was resolved by #3896.
Reviewable status: 0 of 1 files reviewed, all discussions resolved (waiting on @sumeerbhola)
Add a randomized test of WAL failover and recovery of a DB from failover WAL logs.
Close #3865.