You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jim Witschey (JIRA)" <ji...@apache.org> on 2015/07/02 22:38:04 UTC

[jira] [Created] (CASSANDRA-9721) Most TTL dtests fail

Jim Witschey created CASSANDRA-9721:
---------------------------------------

             Summary: Most TTL dtests fail
                 Key: CASSANDRA-9721
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9721
             Project: Cassandra
          Issue Type: Sub-task
            Reporter: Jim Witschey
            Priority: Blocker


Most of the TTL tests fail, locally and on cassci. [cassci link|http://cassci.datastax.com/view/trunk/job/trunk_dtest/306/testReport/ttl_test/]. I can't find a pattern among the tests that succeed and fail. To run only the failing tests, you can run:

{code}
CASSANDRA_VERSION=git:trunk nosetests ttl_test.py:TestDistributedTTL ttl_test.py:TestTTL.{collection_list_ttl_test,collection_map_ttl_test,collection_set_ttl_test,default_ttl_test,insert_ttl_has_priority_on_defaut_ttl_test,insert_ttl_works_without_default_ttl_test,remove_column_ttl_with_default_ttl_test,removing_default_ttl_does_not_affect_existing_rows_test,update_column_ttl_with_default_ttl_test,update_column_ttl_with_default_ttl_test2}
{code}

These 5 tests succeed:

{code}
update_single_column_ttl_test
default_ttl_can_be_removed_test
delete_with_ttl_expired_test
remove_column_ttl_test
update_multiple_columns_ttl_test
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)