[
https://issues.apache.org/jira/browse/CASSANDRA-9355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14994092#comment-14994092
]
Ariel Weisberg edited comment on CASSANDRA-9355 at 11/6/15 6:12 PM:
--------------------------------------------------------------------
I added a CL sync to each test before the reset and recovery since the others
have been flaky historically.
It looks like the CL replayer looked for the sync entry and the sync entry is
only written if there is a sync.
|[2.1
code|https://github.com/apache/cassandra/compare/apache:cassandra-2.1...aweisberg:CASSANDRA-9355-2.1?expand=1]|[utests|http://cassci.datastax.com/view/Dev/view/aweisberg/job/aweisberg-CASSANDRA-9355-2.1-testall/]|[dtests|http://cassci.datastax.com/view/Dev/view/aweisberg/job/aweisberg-CASSANDRA-9355-2.1-dtest/]|
Assigning to Benedict for review since he is familiar with the CL and this
isn't a rush job.
was (Author: aweisberg):
I added a CL sync to each test before the reset and recovery since the others
have been flaky historically.
It looks like the CL replayer looked for the sync entry and the sync entry is
only written if there is a sync.
|[2.1
code|https://github.com/apache/cassandra/compare/apache:cassandra-2.1...aweisberg:CASSANDRA-9358-2.1?expand=1]|[utests|http://cassci.datastax.com/view/Dev/view/aweisberg/job/aweisberg-CASSANDRA-9358-2.1-testall/]|[dtests|http://cassci.datastax.com/view/Dev/view/aweisberg/job/aweisberg-CASSANDRA-9358-2.1-dtest/]|
Assigning to Benedict for review since he is familiar with the CL and this
isn't a rush job.
> RecoveryManagerTruncateTest fails in test-compression
> -----------------------------------------------------
>
> Key: CASSANDRA-9355
> URL: https://issues.apache.org/jira/browse/CASSANDRA-9355
> Project: Cassandra
> Issue Type: Bug
> Components: Testing
> Environment: 2.1 commit: ac70e37
> Reporter: Michael Shuler
> Assignee: Ariel Weisberg
> Fix For: 2.1.x
>
> Attachments: system.log
>
>
> {noformat}
> $ ant test-compression -Dtest.name=RecoveryManagerTruncateTest
> ...
> [junit] Testsuite: org.apache.cassandra.db.RecoveryManagerTruncateTest
> [junit] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
> 9.221 sec
> [junit]
> [junit] Testcase:
> testTruncatePointInTimeReplayList(org.apache.cassandra.db.RecoveryManagerTruncateTest):
> FAILED
> [junit]
> [junit] junit.framework.AssertionFailedError:
> [junit] at
> org.apache.cassandra.db.RecoveryManagerTruncateTest.testTruncatePointInTimeReplayList(RecoveryManagerTruncateTest.java:159)
> [junit]
> [junit]
> [junit] Test org.apache.cassandra.db.RecoveryManagerTruncateTest FAILED
> {noformat}
> system.log from just this failed test attached.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)