You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.
io.atomix.copycat.server.storage.MetaStoreTest
testDeleteMetaStore
java.lang.AssertionError: expected [0] but found [1]
at io.atomix.copycat.server.storage.MetaStoreTest.testDeleteMetaStore(MetaStoreTest.java:115)
... Removed 33 stack frames
io.atomix.copycat.server.storage.SegmentDescriptorTest
testDescriptorBuilder
java.lang.AssertionError: expected [1471100967532] but found [0]
at io.atomix.copycat.server.storage.SegmentDescriptorTest.testDescriptorBuilder(SegmentDescriptorTest.java:58)
... Removed 33 stack frames
The text was updated successfully, but these errors were encountered:
I also get test failures. The relevant part of the log is attached. Some of the messages look like problems with concurrent file access. Perhaps that happens only on Windows, not Linux, because Windows is stricter about locking files. Others seem like straightforward assertion failures.
I build with on Windows 7 64bit on an Intel i7 quadcore with Java 1.8.0_92 using Maven 3.0.3
io.atomix.copycat.server.storage.MetaStoreTest
testDeleteMetaStore
java.lang.AssertionError: expected [0] but found [1]
at io.atomix.copycat.server.storage.MetaStoreTest.testDeleteMetaStore(MetaStoreTest.java:115)
... Removed 33 stack frames
io.atomix.copycat.server.storage.SegmentDescriptorTest
testDescriptorBuilder
java.lang.AssertionError: expected [1471100967532] but found [0]
at io.atomix.copycat.server.storage.SegmentDescriptorTest.testDescriptorBuilder(SegmentDescriptorTest.java:58)
... Removed 33 stack frames
The text was updated successfully, but these errors were encountered: