Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17055 )
Change subject: [test] Set PROCESSORS to 4 for maintenance_mode-itest ...................................................................... [test] Set PROCESSORS to 4 for maintenance_mode-itest I saw frequent test failures when running maintenance_mode-itest in parallel on a 4 core machine. After running the example command below I identified that these heavy tests utilize 4 cores each and adjusted the PROCESSORS setting. With this change all the tests regularly pass. Command to identify PROCESSORS setting: perf stat -I1000 -e task-clock -o perf.txt ../../thirdparty/installed/common/bin/ctest -R maintenance_mode-itest.4 Change-Id: I89b479374266a64edf7fd455837c4d57a684694b Reviewed-on: http://gerrit.cloudera.org:8080/17055 Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Andrew Wong <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/integration-tests/CMakeLists.txt 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Alexey Serbin: Looks good to me, but someone else must approve Andrew Wong: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/17055 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I89b479374266a64edf7fd455837c4d57a684694b Gerrit-Change-Number: 17055 Gerrit-PatchSet: 2 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Bankim Bhavsar <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
