Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
3.4.10
-
None
-
None
Description
I'm currently seeing this in Travis and for 3.5.0 (haven't yet confirmed 3.4.x) but I would think that any change we'd need in 3.5.0 would need to backport to 3.4-dev. This test has failed on 3 different build attempts:
[ERROR] Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 34.098 s <<< FAILURE! - in org.apache.tinkerpop.gremlin.server.GremlinServerAuditLogDeprecatedIntegrateTest [ERROR] shouldAuditLogTwoClientsWithKrb5Authenticator(org.apache.tinkerpop.gremlin.server.GremlinServerAuditLogDeprecatedIntegrateTest) Time elapsed: 3.089 s <<< ERROR! java.util.concurrent.ExecutionException: org.apache.tinkerpop.gremlin.driver.exception.ResponseException: Authenticator is not ready to handle requests at org.apache.tinkerpop.gremlin.server.GremlinServerAuditLogDeprecatedIntegrateTest.shouldAuditLogTwoClientsWithKrb5Authenticator(GremlinServerAuditLogDeprecatedIntegrateTest.java:348) Caused by: org.apache.tinkerpop.gremlin.driver.exception.ResponseException: Authenticator is not ready to handle requests
After some recent changes, I think I notice this error message for the first time:
[WARN] org.apache.tinkerpop.gremlin.server.GremlinServerAuditLogDeprecatedIntegrateTest - Failed to start KDC-Server. Address already in use (Bind failed)
I wonder if that's part of the problem somehow....
Attachments
Issue Links
- duplicates
-
TINKERPOP-2504 Intermittently failing server/driver integration tests
- Closed