You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ariel Weisberg (JIRA)" <ji...@apache.org> on 2015/11/03 21:24:27 UTC

[jira] [Updated] (CASSANDRA-10492) Fix failing upgrade tests on 2.1->2.2 path

     [ https://issues.apache.org/jira/browse/CASSANDRA-10492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ariel Weisberg updated CASSANDRA-10492:
---------------------------------------
    Attachment: test_stdout.txt

I was able to run all the upgrade tests without failures using

{code}UPGRADE_TO="2.2.2" JDK_VERSION=1.8_60 NUM_TOKENS=32 SKIP=FALSE PRINT_DEBUG=true nosetests upgrade_tests -x -s -v --with-flaky --verbosity=3 --with-xunit --nocapture 2>&1 | tee -a test_stdout.txt{code}

The output is attached.

Environment variables were
{code}
UPGRADE_TO=binary:2.2.2
CASSANDRA_DIR=/home/aweisberg/cassandra
JDK_VERSION=1.8.60
CASSANDRA_VERSION=git:cassandra-2.1
{code}

I'll hit the tests that are failing in cassci a little harder to see if I can get them to fail.

> 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)