[
https://issues.apache.org/jira/browse/CASSANDRA-10492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14988041#comment-14988041
]
Ariel Weisberg edited comment on CASSANDRA-10492 at 11/3/15 8:30 PM:
---------------------------------------------------------------------
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.
cassandra-dtest revision 0b98ab2b1d357f8b43062715644adcd63311840f
cassandra revision 986a1a769437bf1e47248e257772a074c27bac92
ccm revision 0c8614a50d287e169db2a2a9f0ca2e541a306434
was (Author: aweisberg):
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)