failing tests while building from trunk
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
This builds fine for me. Could supply additional information on how to reproduce the error:
- OS version
- Java verison
- mvn version
Does this error occur for you on other machines?
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