Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-14110

ViewLongTest.testConflictResolution() failed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Not A Problem
    • None
    • Legacy/Testing
    • None
    • Normal

    Description

      The test works fine on my mac, but failed in the CircleCI:

      $ ant long-test -Dtest.name=ViewLongTest
      ...
          [junit] Testcase: testConflictResolution(org.apache.cassandra.cql3.ViewLongTest):   Caused an ERROR
          [junit] [localhost/127.0.0.1:40644] Timed out waiting for server response
          [junit] com.datastax.driver.core.exceptions.OperationTimedOutException: [localhost/127.0.0.1:40644] Timed out waiting for server response
          [junit]     at com.datastax.driver.core.exceptions.OperationTimedOutException.copy(OperationTimedOutException.java:44)
          [junit]     at com.datastax.driver.core.exceptions.OperationTimedOutException.copy(OperationTimedOutException.java:26)
          [junit]     at com.datastax.driver.core.DriverThrowables.propagateCause(DriverThrowables.java:37)
          [junit]     at com.datastax.driver.core.DefaultResultSetFuture.getUninterruptibly(DefaultResultSetFuture.java:245)
          [junit]     at com.datastax.driver.core.AbstractSession.execute(AbstractSession.java:68)
          [junit]     at com.datastax.driver.core.AbstractSession.execute(AbstractSession.java:51)
          [junit]     at org.apache.cassandra.cql3.CQLTester.executeNet(CQLTester.java:829)
          [junit]     at org.apache.cassandra.cql3.ViewLongTest.testConflictResolution(ViewLongTest.java:138)
          [junit] Caused by: com.datastax.driver.core.exceptions.OperationTimedOutException: [localhost/127.0.0.1:40644] Timed out waiting for server response
          [junit]     at com.datastax.driver.core.RequestHandler$SpeculativeExecution.onTimeout(RequestHandler.java:800)
          [junit]     at com.datastax.driver.core.Connection$ResponseHandler$1.run(Connection.java:1382)
          [junit]     at com.datastax.shaded.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:663)
          [junit]     at com.datastax.shaded.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:738)
          [junit]     at com.datastax.shaded.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:466)
          [junit]     at com.datastax.shaded.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138)
          [junit]     at java.lang.Thread.run(Thread.java:745)
          [junit]
          [junit]
          [junit] Testcase: testConflictResolution(org.apache.cassandra.cql3.ViewLongTest):   Caused an ERROR
          [junit] [localhost/127.0.0.1:40644] Timed out waiting for server response
          [junit] com.datastax.driver.core.exceptions.OperationTimedOutException: [localhost/127.0.0.1:40644] Timed out waiting for server response
          [junit]     at com.datastax.driver.core.exceptions.OperationTimedOutException.copy(OperationTimedOutException.java:44)
          [junit]     at com.datastax.driver.core.exceptions.OperationTimedOutException.copy(OperationTimedOutException.java:26)
          [junit]     at com.datastax.driver.core.DriverThrowables.propagateCause(DriverThrowables.java:37)
          [junit]     at com.datastax.driver.core.DefaultResultSetFuture.getUninterruptibly(DefaultResultSetFuture.java:245)
          [junit]     at com.datastax.driver.core.AbstractSession.execute(AbstractSession.java:68)
          [junit]     at com.datastax.driver.core.AbstractSession.execute(AbstractSession.java:51)
          [junit]     at org.apache.cassandra.cql3.CQLTester.executeNet(CQLTester.java:829)
          [junit]     at org.apache.cassandra.cql3.ViewLongTest.end(ViewLongTest.java:66)
          [junit] Caused by: com.datastax.driver.core.exceptions.OperationTimedOutException: [localhost/127.0.0.1:40644] Timed out waiting for server response
          [junit]     at com.datastax.driver.core.RequestHandler$SpeculativeExecution.onTimeout(RequestHandler.java:800)
          [junit]     at com.datastax.driver.core.Connection$ResponseHandler$1.run(Connection.java:1382)
          [junit]     at com.datastax.shaded.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:663)
          [junit]     at com.datastax.shaded.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:738)
          [junit]     at com.datastax.shaded.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:466)
          [junit]     at com.datastax.shaded.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138)
          [junit]     at java.lang.Thread.run(Thread.java:745)
          [junit]
          [junit]
          [junit] Test org.apache.cassandra.cql3.ViewLongTest FAILED
      ...
      

      Attachments

        Activity

          People

            jay.zhuang Jay Zhuang
            jay.zhuang Jay Zhuang
            Jay Zhuang
            Stefan Podkowinski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: