Jim Witschey created CASSANDRA-10476:
----------------------------------------
Summary: Fix upgrade paging dtest failures on 2.2->3.0 path
Key: CASSANDRA-10476
URL: https://issues.apache.org/jira/browse/CASSANDRA-10476
Project: Cassandra
Issue Type: Sub-task
Reporter: Jim Witschey
The following upgrade tests for paging features fail or flap on the upgrade
path from 2.2 to 3.0:
- {{upgrade_tests/paging_test.py:TestPagingData.static_columns_paging_test}}
-
{{upgrade_tests/paging_test.py:TestPagingSize.test_undefined_page_size_default}}
-
{{upgrade_tests/paging_test.py:TestPagingSize.test_with_more_results_than_page_size}}
-
{{upgrade_tests/paging_test.py:TestPagingWithDeletions.test_failure_threshold_deletions}}
-
{{upgrade_tests/paging_test.py:TestPagingWithDeletions.test_multiple_cell_deletions}}
-
{{upgrade_tests/paging_test.py:TestPagingWithDeletions.test_single_cell_deletions}}
-
{{upgrade_tests/paging_test.py:TestPagingWithDeletions.test_single_row_deletions}}
I've grouped them all together because I don't know how to tell if they're
related; once someone triages them, it may be appropriate to break this out
into multiple tickets.
The failures can be found here:
http://cassci.datastax.com/view/Upgrades/job/storage_engine_upgrade_dtest-22_tarball-30_HEAD/44/testReport/upgrade_tests.paging_test/TestPagingData/static_columns_paging_test/history/
http://cassci.datastax.com/view/Upgrades/job/storage_engine_upgrade_dtest-22_tarball-30_HEAD/44/testReport/upgrade_tests.paging_test/TestPagingSize/test_undefined_page_size_default/history/
http://cassci.datastax.com/view/Upgrades/job/storage_engine_upgrade_dtest-22_tarball-30_HEAD/42/testReport/upgrade_tests.paging_test/TestPagingSize/test_with_more_results_than_page_size/history/
http://cassci.datastax.com/view/Upgrades/job/storage_engine_upgrade_dtest-22_tarball-30_HEAD/44/testReport/upgrade_tests.paging_test/TestPagingWithDeletions/test_failure_threshold_deletions/history/
http://cassci.datastax.com/view/Upgrades/job/storage_engine_upgrade_dtest-22_tarball-30_HEAD/44/testReport/upgrade_tests.paging_test/TestPagingWithDeletions/test_multiple_cell_deletions/history/
http://cassci.datastax.com/view/Upgrades/job/storage_engine_upgrade_dtest-22_tarball-30_HEAD/44/testReport/upgrade_tests.paging_test/TestPagingWithDeletions/test_single_cell_deletions/history/
http://cassci.datastax.com/view/Upgrades/job/storage_engine_upgrade_dtest-22_tarball-30_HEAD/44/testReport/upgrade_tests.paging_test/TestPagingWithDeletions/test_single_row_deletions/history/
Once [this dtest PR|https://github.com/riptano/cassandra-dtest/pull/586] is
merged, these tests should also run with this upgrade path on normal 3.0 jobs.
Until then, you can run them with the following command:
{code}
SKIP=false CASSANDRA_VERSION=binary:2.2.0 UPGRADE_TO=git:cassandra-3.0
nosetests
upgrade_tests/paging_test.py:TestPagingData.static_columns_paging_test
upgrade_tests/paging_test.py:TestPagingSize.test_undefined_page_size_default
upgrade_tests/paging_test.py:TestPagingSize.test_with_more_results_than_page_size
upgrade_tests/paging_test.py:TestPagingWithDeletions.test_failure_threshold_deletions
upgrade_tests/paging_test.py:TestPagingWithDeletions.test_multiple_cell_deletions
upgrade_tests/paging_test.py:TestPagingWithDeletions.test_single_cell_deletions
upgrade_tests/paging_test.py:TestPagingWithDeletions.test_single_row_deletions
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)