TestScannerTest fails consistently with the following assertion error:
Running c5db.client.TestScannerTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 18.386 sec <<< FAILURE! - in c5db.client.TestScannerTest
scan(c5db.client.TestScannerTest) Time elapsed: 12.536 sec <<< FAILURE!
java.lang.AssertionError:
Expected: is <101>
but: was <100>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
at c5db.client.TestScannerTest.scan(TestScannerTest.java:47)
TestScannerTest fails consistently with the following assertion error: