Mike Percy has submitted this change and it was merged. Change subject: log: add a test for race conditions ......................................................................
log: add a test for race conditions This adds new test coverage in mt-log-test to look for races between log rolls and other operations. It doesn't currently find any bug, but prior to 127438af30356f1afedb862166c907ff754d1c55 it reproduced a crash bug fairly reliably, so the additional test coverage is probably worth having. Change-Id: Ic6dd40cf9ac628f56f0c467bcd9eeb2191124836 Reviewed-on: http://gerrit.cloudera.org:8080/4638 Tested-by: Kudu Jenkins Reviewed-by: Mike Percy <[email protected]> --- M src/kudu/consensus/mt-log-test.cc 1 file changed, 24 insertions(+), 0 deletions(-) Approvals: Mike Percy: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4638 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic6dd40cf9ac628f56f0c467bcd9eeb2191124836 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
