Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21935
Change subject: [dynamic_multi_master-test] reduce amount of generated data ...................................................................... [dynamic_multi_master-test] reduce 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 addition, a bit of extra delay is now added between writing batches of test rows in the TestBasicAddition scenario. Change-Id: Id0f0005b8f3384ad05eee6bf65e17a0e4ed289f1 --- M src/kudu/master/dynamic_multi_master-test.cc 1 file changed, 10 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/35/21935/1 -- To view, visit http://gerrit.cloudera.org:8080/21935 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Id0f0005b8f3384ad05eee6bf65e17a0e4ed289f1 Gerrit-Change-Number: 21935 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
