You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Alex Petrov (JIRA)" <ji...@apache.org> on 2016/12/06 13:38:59 UTC

[jira] [Commented] (CASSANDRA-12817) testall failure in org.apache.cassandra.cql3.validation.entities.UFTest.testAllNativeTypes

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

Alex Petrov commented on CASSANDRA-12817:
-----------------------------------------

I've ran some multiplexed tests for 2.2 [here|http://cassci.datastax.com/job/ifesdjeen-12817-split-UFTest-2.2-testall/]. Checked that {{timeout}} setting we're using and it indeed seems that in combination with {{fork}} it's going to account for the time period that's used by all the tests combined, not separately. More details [here|https://ant.apache.org/manual/Tasks/junit.html].

Nits: I'd leave formatting as is [like here|https://github.com/apache/cassandra/compare/cassandra-3.0...snazy:12817-split-UFTest-3.0#diff-0e0818c2387aba1cbdf852cd0d314276L286] (probably just auto-formatting), it'll be much easier to git-blame if something. Other than that - this should fix the issue, so +1 from my side.

> testall failure in org.apache.cassandra.cql3.validation.entities.UFTest.testAllNativeTypes
> ------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-12817
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12817
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Sean McCarthy
>            Assignee: Robert Stupp
>              Labels: test-failure
>             Fix For: 2.2.x
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.2_testall/595/testReport/org.apache.cassandra.cql3.validation.entities/UFTest/testAllNativeTypes/
> {code}
> Error Message
> Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
> {code}
> {code}
> Stacktrace
> junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
> 	at java.lang.Thread.run(Thread.java:745)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)