Hi,
I am having trouble to get those tests green while working on moving
more jobs from travis to github. They appear to work "ok" on travis but
fail both locally and on github.
Since the tests are marked unreliable (exile job) with a retry command,
I would like to exclude that I am just hitting some weird timing issue
here with tests which only work on travis when all stars align.
Do they work for anyone locally?
Travis runs them with this line on JDK 8:
OPTS="-Dmetabuild.jsonurl=https://raw.githubusercontent.com/apache/netbeans-jenkins-lib/master/meta/netbeansrelease.json
-Dcluster.config=java -Djavac.compilerargs=-nowarn
-Dbuild.compiler.deprecation=false
-Dtest-unit-sys-prop.ignore.random.failures=true"
ant $OPTS -f java/gradle.java test
ClassPathProviderImplTest.testCompilePreTrusted is failing my my case.
It fails the exact same way when simply started from NetBeans, in a
shell or on github. The log has lots of exceptions and "can't load
module" warnings, but I went so far to diff the travis log (without
-quiet) with the local log and they exist in both cases at the same places.
best regards,
michael
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists