[
https://issues.apache.org/jira/browse/CASSANDRA-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
T Jake Luciani updated CASSANDRA-1892:
--------------------------------------
Attachment: 1892.txt
The test checks for an expiring column but the localDeleteTime is specified as
now. so if the test takes longer than a second to run it fails. I verified
this with a Thread.sleep call. The patch adds an extra 42 seconds to the
expiring column.
> heisenbug in SSTableExportTest
> ------------------------------
>
> Key: CASSANDRA-1892
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1892
> Project: Cassandra
> Issue Type: Bug
> Reporter: Jonathan Ellis
> Priority: Minor
> Fix For: 0.7.1
>
> Attachments: 1892.txt
>
>
> {code}
> [junit] java.lang.IndexOutOfBoundsException: Index: 4, Size: 4
> [junit] at java.util.ArrayList.RangeCheck(ArrayList.java:547)
> [junit] at java.util.ArrayList.get(ArrayList.java:322)
> [junit] at
> org.apache.cassandra.tools.SSTableExportTest.testExportSimpleCf(SSTableExportTest.java:130)
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.