[
https://issues.apache.org/jira/browse/CASSANDRA-10492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14990568#comment-14990568
]
Ariel Weisberg edited comment on CASSANDRA-10492 at 11/4/15 10:22 PM:
----------------------------------------------------------------------
{{upgrade_tests/paging_test.py:TestPagingWithDeletions.test_failure_threshold_deletions}}
is broken by a change in the exceptions thrown by the python driver for
timeouts (or possibly it was always wrong). Need to check for OperationTimedOut
as well.
was (Author: aweisberg):
{{upgrade_tests/paging_test.py:TestPagingWithDeletions.test_failure_threshold_deletions}}
is caused by a change in the exceptions thrown by the python driver for
timeouts (or possibly it was always wrong). Need to check for OperationTimedOut
as well.
> Fix failing upgrade tests on 2.1->2.2 path
> ------------------------------------------
>
> Key: CASSANDRA-10492
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10492
> Project: Cassandra
> Issue Type: Bug
> Reporter: Jim Witschey
> Assignee: Ariel Weisberg
> Labels: triage
> Fix For: 2.1.x, 2.2.x
>
> Attachments: test_stdout.txt
>
>
> 2 dtests for the storage engine upgrade on the 2.1->2.2 path fail:
> http://cassci.datastax.com/view/Upgrades/job/storage_engine_upgrade_dtest-21_HEAD-22_tarball/lastCompletedBuild/testReport/
> (If there are 3 failures at that link, don't worry; one was a dtest bug
> that's been fixed.)
> {{upgrade_tests/cql_tests.py:TestCQL.large_count_test}} flaps when a TRUNCATE
> operation times out:
> http://cassci.datastax.com/view/Upgrades/job/storage_engine_upgrade_dtest-21_HEAD-22_tarball/20/testReport/upgrade_tests.cql_tests/TestCQL/large_count_test/history/
> {{upgrade_tests/paging_test.py:TestPagingWithDeletions.test_failure_threshold_deletions}}
> also fails on this upgrade path:
> http://cassci.datastax.com/view/Upgrades/job/storage_engine_upgrade_dtest-21_HEAD-22_tarball/15/testReport/upgrade_tests.paging_test/TestPagingWithDeletions/test_failure_threshold_deletions/history/
> These are in the same ticket for the moment, but if one becomes a longer
> project, it should be broken out into a separate ticket.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)