Anthony Hall reported that tests fail during Maven build on the vcg project. Attached is the build log with exceptions.
This happened on Windows 7, 64-bit. The builds do pass correctly on Mac and Linux.
Looks like builds do fail on Linux as well. The behaviour is sporadic - sometimes the tests do pass correctly, sometimes they fail.
This has happened after zvcg branch merge (commit 33a7aea8d35737a72d5af264a9d4b159613234c7)
zvcg
Attaching a surefire report and the exceptions (same file).
A hint to reproduce: try running the build twice, but do not clean the second time.
I have noticed that if I ran the build with mvn clean install first, and only mvn deploy after, I got the VCG test failures.
mvn clean install
mvn deploy
I am not fully sure that this is how you should reproduce - just a hint.
Log in to post a comment.
This happened on Windows 7, 64-bit. The builds do pass correctly on Mac and Linux.
Looks like builds do fail on Linux as well. The behaviour is sporadic - sometimes the tests do pass correctly, sometimes they fail.
This has happened after
zvcg
branch merge (commit 33a7aea8d35737a72d5af264a9d4b159613234c7)Attaching a surefire report and the exceptions (same file).
A hint to reproduce: try running the build twice, but do not clean the second time.
I have noticed that if I ran the build with
mvn clean install
first, and onlymvn deploy
after, I got the VCG test failures.I am not fully sure that this is how you should reproduce - just a hint.