You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "ZhaoYang (JIRA)" <ji...@apache.org> on 2017/12/14 03:11:00 UTC

[jira] [Commented] (CASSANDRA-14119) uTest cql3.ViewTest crashes JVM

    [ https://issues.apache.org/jira/browse/CASSANDRA-14119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16290272#comment-16290272 ] 

ZhaoYang commented on CASSANDRA-14119:
--------------------------------------

iirc, it was related to exceeding "ant test" timeout defined in build.xml

> 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
>              Labels: Testing
>
> 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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org