You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TravisCI build fails with NPE in tearDown() of tests:
io.engagingspaces.graphql.servicediscovery.publisher.SchemaPublisherTest > should_Publish_Schema_Definition FAILED
java.lang.NullPointerException
at io.engagingspaces.graphql.servicediscovery.publisher.SchemaRegistrar.lambda$handleCloseCompletion$13(SchemaRegistrar.java:201)
at io.engagingspaces.graphql.servicediscovery.publisher.SchemaRegistrar$$Lambda$78/2097777478.handle(Unknown Source)
at io.vertx.core.impl.CompositeFutureImpl.setHandler(CompositeFutureImpl.java:152)
at io.engagingspaces.graphql.servicediscovery.publisher.SchemaRegistrar.handleCloseCompletion(SchemaRegistrar.java:199)
at io.engagingspaces.graphql.servicediscovery.publisher.SchemaRegistrar.close(SchemaRegistrar.java:172)
at io.engagingspaces.graphql.servicediscovery.publisher.SchemaPublisher.close(SchemaPublisher.java:175)
at io.engagingspaces.graphql.servicediscovery.publisher.SchemaPublisherTest.tearDown(SchemaPublisherTest.java:59)
The text was updated successfully, but these errors were encountered:
Successful build was short-lived. After commit 2f1be1f the remote build fails again with unhelpful message > There were failing tests. See the report at: file:///home/travis/build/engagingspaces/vertx-graphql-service-discovery/graphql-service-publisher/build/reports/tests/test/index.html
It appears to fail randomly. Restarting the build will sometimes yield success, or it fails with above message.
aschrijver
changed the title
Troubleshoot TravisCI build failing (local build works)
Troubleshoot TravisCI build randomly failing (local build works)
Jun 2, 2017
TravisCI build fails with NPE in
tearDown()
of tests:The text was updated successfully, but these errors were encountered: