cloud-software-foundation / c5

c5
Apache License 2.0
12 stars 8 forks source link

TestScannerTest fails #304

Open joshua-g opened 10 years ago

joshua-g commented 10 years ago

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)
posix4e commented 10 years ago

Marking ignore and repushing