Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

failing tests while building from trunk #246

Open
vipulg opened this issue Aug 13, 2016 · 2 comments
Open

failing tests while building from trunk #246

vipulg opened this issue Aug 13, 2016 · 2 comments

Comments

@vipulg
Copy link

vipulg commented Aug 13, 2016

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

@maguro
Copy link

maguro commented Aug 14, 2016

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?

@smillies
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants