Jay Zhuang created CASSANDRA-14119:
--------------------------------------

             Summary: uTest cql3.ViewTest crashes JVM
                 Key: CASSANDRA-14119
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14119
             Project: Cassandra
          Issue Type: Bug
            Reporter: Jay Zhuang


It's failing a lot in 
[CircleCI|https://circleci.com/gh/cooldoger/cassandra/163#tests/containers/0], 
also locally:
{noformat}
$ 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)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to