Will Berkeley has uploaded a new change for review. http://gerrit.cloudera.org:8080/3831
Change subject: Fix ksck-test reliance on unordered map iteration order ...................................................................... Fix ksck-test reliance on unordered map iteration order TestMismatchedAssignments was relying on a specific key to come first in an unordered map iterator. This caused the test to fail on OS X. This alters the test so it doesn't matter which key comes back first. Change-Id: If9fea40bd8f6c82d1a9147d95c18c8001713a21c --- M src/kudu/tools/ksck-test.cc 1 file changed, 5 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/31/3831/1 -- To view, visit http://gerrit.cloudera.org:8080/3831 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If9fea40bd8f6c82d1a9147d95c18c8001713a21c Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Will Berkeley <[email protected]>
