Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12383 )
Change subject: [fs_manager-test] fix tests for macOS ...................................................................... [fs_manager-test] fix tests for macOS As it turned out, it's been a while since the fs_manager-test started failing. In changelist b2f690d5 some changes were introduced so one test started failing, and later on, with changelist 006937d3 the total number of failing tests on macOS grew up to three in total. The reason behind the failures is simple: on macOS the only block manager is FileBlockManager and it doesn't support many of the operations exercised in the tests scenarios that started failing. This patch short-circuits those scenarios so they now pass on macOS. Change-Id: I19a8c6f48435bf5424500c86283490c9fed408f4 Reviewed-on: http://gerrit.cloudera.org:8080/12383 Reviewed-by: Andrew Wong <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/fs/fs_manager-test.cc 1 file changed, 40 insertions(+), 6 deletions(-) Approvals: Andrew Wong: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/12383 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I19a8c6f48435bf5424500c86283490c9fed408f4 Gerrit-Change-Number: 12383 Gerrit-PatchSet: 4 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
