You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeff Jirsa (JIRA)" <ji...@apache.org> on 2017/04/05 16:16:41 UTC

[jira] [Comment Edited] (CASSANDRA-13413) Run more test targets on CircleCI

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

Jeff Jirsa edited comment on CASSANDRA-13413 at 4/5/17 4:16 PM:
----------------------------------------------------------------

Build #6 looks better, but it's somehow not gathering the junit result properly 

{quote}
Your build ran 2980 tests in junit with 0 failures
Slowest test: org.apache.cassandra.cql3.PagingQueryTest pagingOnRegularColumn (took 105.24 seconds).
{quote}

{quote}
    [junit] Testsuite: org.apache.cassandra.net.MessagingServiceTest-compression
    [junit] Testsuite: org.apache.cassandra.net.MessagingServiceTest-compression Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.835 sec
    [junit] 
    [junit] Testcase: testDroppedMessages(org.apache.cassandra.net.MessagingServiceTest)-compression:	FAILED
    [junit] expected:<...dropped latency: 227[8] ms> but was:<...dropped latency: 227[7] ms>
    [junit] junit.framework.AssertionFailedError: expected:<...dropped latency: 227[8] ms> but was:<...dropped latency: 227[7] ms>
    [junit] 	at org.apache.cassandra.net.MessagingServiceTest.testDroppedMessages(MessagingServiceTest.java:114)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.net.MessagingServiceTest FAILED
{quote}

Passed on 3 of the 4 containers/suites, though, so it's pretty close. {{test-compression}} puts results into {{build/test/output/compression/}} so you'll need to copy those into the results directory in the post step.


was (Author: jjirsa):
Build #6 looks better, but it's somehow not gathering the junit result properly 

{quote}
Your build ran 2980 tests in junit with 0 failures
Slowest test: org.apache.cassandra.cql3.PagingQueryTest pagingOnRegularColumn (took 105.24 seconds).
{quote}

{quote}
    [junit] Testsuite: org.apache.cassandra.net.MessagingServiceTest-compression
    [junit] Testsuite: org.apache.cassandra.net.MessagingServiceTest-compression Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.835 sec
    [junit] 
    [junit] Testcase: testDroppedMessages(org.apache.cassandra.net.MessagingServiceTest)-compression:	FAILED
    [junit] expected:<...dropped latency: 227[8] ms> but was:<...dropped latency: 227[7] ms>
    [junit] junit.framework.AssertionFailedError: expected:<...dropped latency: 227[8] ms> but was:<...dropped latency: 227[7] ms>
    [junit] 	at org.apache.cassandra.net.MessagingServiceTest.testDroppedMessages(MessagingServiceTest.java:114)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.net.MessagingServiceTest FAILED
{quote}

Passed on 3 of the 4 containers/suites, though, so it's pretty close.

> Run more test targets on CircleCI
> ---------------------------------
>
>                 Key: CASSANDRA-13413
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13413
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Marcus Eriksson
>            Assignee: Marcus Eriksson
>
> Currently we only run {{ant test}} on circleci, we should use all the (free) containers we have and run more targets in parallel.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)