Attila Bukor has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19427 )
Change subject: KUDU-1945 Fix TSAN warnings in client-test.cc ...................................................................... KUDU-1945 Fix TSAN warnings in client-test.cc This patch addresses the TSAN warnings seen due to race conditions in the test ClientTestAutoIncrementingColumn.ConcurrentWrites in client-test.cc. Without any modification 5/1024 failed: http://dist-test.cloudera.org/job?job_id=root.1673953260.499709 With the proposed changes: 0/1024 failed: http://dist-test.cloudera.org/job?job_id=root.1673952868.476619 Thanks to Marton for helping out with the dist-test. Change-Id: I24315c24ed7424e641837cf2d681262584f3e4d5 Reviewed-on: http://gerrit.cloudera.org:8080/19427 Reviewed-by: Marton Greber <[email protected]> Reviewed-by: Attila Bukor <[email protected]> Tested-by: Attila Bukor <[email protected]> --- M src/kudu/client/client-test.cc 1 file changed, 0 insertions(+), 2 deletions(-) Approvals: Marton Greber: Looks good to me, but someone else must approve Attila Bukor: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/19427 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I24315c24ed7424e641837cf2d681262584f3e4d5 Gerrit-Change-Number: 19427 Gerrit-PatchSet: 2 Gerrit-Owner: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]>
