Will Berkeley has uploaded this change for review. ( http://gerrit.cloudera.org:8080/13397
Change subject: [java] Fix TestHybridTime ...................................................................... [java] Fix TestHybridTime TestHybridTime tests client propagated timestamps when timestamp assignment needs to increment the logical clock. However, sometimes there are jumps in the logical values of the logical clock, which made this test flaky because it counted on seeing specific numbers of rows at "magic number" logical values. This adjusts the test to track the logical values back-propagated from the server and tests the expected state of the table against those values instead of constants. I also simplified the test. Change-Id: I98a5bccf2fb366004659f3e6169b5f57f7ced485 --- M java/kudu-client/src/test/java/org/apache/kudu/client/TestHybridTime.java 1 file changed, 63 insertions(+), 78 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/97/13397/1 -- To view, visit http://gerrit.cloudera.org:8080/13397 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I98a5bccf2fb366004659f3e6169b5f57f7ced485 Gerrit-Change-Number: 13397 Gerrit-PatchSet: 1 Gerrit-Owner: Will Berkeley <[email protected]>
