Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2504

Intermittently failing server/driver integration tests

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.4.9
    • 3.6.0, 3.4.13, 3.5.2
    • driver, server
    • None

    Description

      I've noticed this test failing intermittently on Travis and more consistently on the master branch with Docker. It fails with a ConcurrentModificationException (haven't been able to easily get the entire stack trace thanks to the docker issue and i've not caught it happening in the last few days on Travis). Adding this line of code seems to have made the test pass more consistently:

      https://github.com/apache/tinkerpop/commit/4b099b3c84a350aae953cdf517aa11c7017eb2ae

      which would indicate something perhaps fishy with how hosts are being marked dead and iterated. Would be nice to get rid of that little hack.

      Another common failure that is fairly consistent is with GremlinServerAuditLogIntegrateTest.shouldAuditLogWithKrb5Authenticator

      [ERROR] shouldAuditLogWithKrb5Authenticator(org.apache.tinkerpop.gremlin.server.GremlinServerAuditLogIntegrateTest)  Time elapsed: 3.16 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.GremlinServerAuditLogIntegrateTest.shouldAuditLogWithKrb5Authenticator(GremlinServerAuditLogIntegrateTest.java:222)
      Caused by: org.apache.tinkerpop.gremlin.driver.exception.ResponseException: Authenticator is not ready to handle requests
      

      cc/ divijvaidya HadoopMarc

      Attachments

        Issue Links

          Activity

            People

              spmallette Stephen Mallette
              spmallette Stephen Mallette
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: