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

uTest cql3.ViewTest timeout

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Normal
    • Resolution: Unresolved
    • None
    • Legacy/Testing
    • Normal

    Description

      It's failing a lot in CircleCI, also locally:

      $ ant test -Dtest.name=ViewTest
      ...
       [parallel] 2017-12-13 22:23:27
       [parallel] Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.111-b14 mixed mode):
       [parallel]
       [parallel] "Attach Listener" #453 daemon prio=9 os_prio=0 tid=0x00007fc6d0002000 nid=0xd16b waiting on condition [0x0000000000000000]
       [parallel]    java.lang.Thread.State: RUNNABLE
       [parallel]
       [parallel]    Locked ownable synchronizers:
       [parallel]     - None
       [parallel]
       [parallel] "MutationStage-6" #404 daemon prio=1 os_prio=0 tid=0x00007fc584003800 nid=0xca90 waiting on condition [0x00007fc69c816000]
       [parallel]    java.lang.Thread.State: WAITING (parking)
       [parallel]     at sun.misc.Unsafe.park(Native Method)
       [parallel]     at java.util.concurrent.locks.LockSupport.park(LockSupport.java:304)
       [parallel]     at org.apache.cassandra.concurrent.SEPWorker.run(SEPWorker.java:87)
       [parallel]     at java.lang.Thread.run(Thread.java:745)
       [parallel]
       [parallel]    Locked ownable synchronizers:
       [parallel]     - None
       [parallel]
      ...
          [junit] Testsuite: org.apache.cassandra.cql3.ViewTest
          [junit] Testsuite: org.apache.cassandra.cql3.ViewTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec
          [junit]
          [junit] Testcase: org.apache.cassandra.cql3.ViewTest:testBuilderWidePartition:      Caused an ERROR
          [junit] Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
          [junit] junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
          [junit]     at java.lang.Thread.run(Thread.java:745)
          [junit]
          [junit]
          [junit] Test org.apache.cassandra.cql3.ViewTest FAILED (timeout)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            jay.zhuang Jay Zhuang
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: