Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22000 )
Change subject: [dynamic_multi_master-test] reduce the amount of generated data ...................................................................... [dynamic_multi_master-test] reduce the amount of generated data When I ran all C++ tests via ctest on one node having about 25GiBytes of available disk space, it unexpectedly ran out of space. The culprit was dynamic_multi_master-test: the scenarios from the suite keep their test workloads running while waiting for events that might take a long time to happen, especially on slow or very busy machines. This patch updates the configuration of the TestWorkload objects to use a single writer thread (the default is four) in the TestBasicAddition scenario of the ParameterizedAutoAddMasterTest test. In addition, a bit of extra delay is now added between writing batches of test rows. Change-Id: Id0f0005b8f3384ad05eee6bf65e17a0e4ed289f1 Reviewed-on: http://gerrit.cloudera.org:8080/21935 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Marton Greber <[email protected]> Reviewed-by: Attila Bukor <[email protected]> (cherry picked from commit dbb6d5320ad60016355d0c63b6dae1650ba4e414) Reviewed-on: http://gerrit.cloudera.org:8080/22000 Reviewed-by: Abhishek Chennaka <[email protected]> --- M src/kudu/master/dynamic_multi_master-test.cc 1 file changed, 6 insertions(+), 0 deletions(-) Approvals: Abhishek Chennaka: Looks good to me, approved Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/22000 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.18.x Gerrit-MessageType: merged Gerrit-Change-Id: Id0f0005b8f3384ad05eee6bf65e17a0e4ed289f1 Gerrit-Change-Number: 22000 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
