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

Michael Shuler edited comment on CASSANDRA-8181 at 10/24/14 5:03 PM:
---------------------------------------------------------------------

It has repro'ed for me on three different machines - gotta loop over the test, 
but usually fails before it reaches the 10th run. A 25x=good bisection on two 
different machines each landed me on the initial commit of this test, so it has 
been intermittent all along  :)


was (Author: mshuler):
It has repro'ed for me on three different machines - gotta loop over the test, 
but usually fails before it reaches the 10th run.

> Intermittent failure of SSTableImportTest unit test
> ---------------------------------------------------
>
>                 Key: CASSANDRA-8181
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8181
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tests
>            Reporter: Michael Shuler
>            Assignee: Benjamin Lerer
>             Fix For: 2.1.2
>
>         Attachments: SSTableImportTest_failure_system.log.gz
>
>
> {noformat}
>     [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
>     [junit] Tests run: 8, Failures: 1, Errors: 0, Time elapsed: 6.712 sec
>     [junit] 
>     [junit] ------------- Standard Output ---------------
>     [junit] Counting keys to import, please wait... (NOTE: to skip this use 
> -n <num_keys>)
>     [junit] Importing 2 keys...
>     [junit] 2 keys imported successfully.
>     [junit] Counting keys to import, please wait... (NOTE: to skip this use 
> -n <num_keys>)
>     [junit] Importing 2 keys...
>     [junit] 2 keys imported successfully.
>     [junit] Counting keys to import, please wait... (NOTE: to skip this use 
> -n <num_keys>)
>     [junit] Importing 2 keys...
>     [junit] 2 keys imported successfully.
>     [junit] Counting keys to import, please wait... (NOTE: to skip this use 
> -n <num_keys>)
>     [junit] Importing 2 keys...
>     [junit] Importing 2 keys...
>     [junit] 2 keys imported successfully.
>     [junit] Counting keys to import, please wait... (NOTE: to skip this use 
> -n <num_keys>)
>     [junit] Importing 2 keys...
>     [junit] 2 keys imported successfully.
>     [junit] Counting keys to import, please wait... (NOTE: to skip this use 
> -n <num_keys>)
>     [junit] Importing 1 keys...
>     [junit] 1 keys imported successfully.
>     [junit] Counting keys to import, please wait... (NOTE: to skip this use 
> -n <num_keys>)
>     [junit] Importing 2 keys...
>     [junit] 2 keys imported successfully.
>     [junit] ------------- ---------------- ---------------
>     [junit] Testcase: 
> testImportWithAsciiKeyValidator(org.apache.cassandra.tools.SSTableImportTest):
>     FAILED
>     [junit] null
>     [junit] junit.framework.AssertionFailedError
>     [junit]     at 
> org.apache.cassandra.tools.SSTableImportTest.testImportWithAsciiKeyValidator(SSTableImportTest.java:166)
>     [junit] 
>     [junit] 
>     [junit] Test org.apache.cassandra.tools.SSTableImportTest FAILED
> {noformat}
> testImportWithAsciiKeyValidator was added in CASSANDRA-7498 and fails as 
> above occasionally (~10-15% of runs) in CI. Attached is the system.log from 
> the failed test on 2.1 HEAD (8e5fdc2).



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

Reply via email to