copycat icon indicating copy to clipboard operation
copycat copied to clipboard

failing tests while building from trunk

Open vipulg opened this issue 9 years ago • 2 comments

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

vipulg avatar Aug 13 '16 17:08 vipulg

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?

maguro avatar Aug 14 '16 19:08 maguro

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

log.txt

smillies avatar Sep 28 '16 10:09 smillies