Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9720 )
Change subject: [master-test] TestDumpStacksOnRpcQueueOverflow is not relevant on macOS ...................................................................... [master-test] TestDumpStacksOnRpcQueueOverflow is not relevant on macOS As Will noticed, the TestDumpStacksOnRpcQueueOverflow scenario always fails on macOS since the stack trace dumping is not supported there. This patch simply moves the TestDumpStacksOnRpcQueueOverflow scenario under '#ifndef __APPLE__ ... #endif' macro. This is a follow-up for 96b3b63a48c270a77819e6fc80d1dfdb381a0df7. Change-Id: Id6e1424a37628537f45b6cda7fd9b7e06101e53e Reviewed-on: http://gerrit.cloudera.org:8080/9720 Tested-by: Kudu Jenkins Reviewed-by: Will Berkeley <[email protected]> --- M src/kudu/master/master-test.cc 1 file changed, 4 insertions(+), 1 deletion(-) Approvals: Kudu Jenkins: Verified Will Berkeley: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/9720 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Id6e1424a37628537f45b6cda7fd9b7e06101e53e Gerrit-Change-Number: 9720 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Will Berkeley <[email protected]>
