You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sean McCarthy (JIRA)" <ji...@apache.org> on 2016/08/05 18:04:20 UTC

[jira] [Created] (CASSANDRA-12400) dtest failure in upgrade_tests.paging_test.TestPagingDatasetChangesNodes3RF3_Upgrade_current_3_0_x_To_indev_3_x.test_row_TTL_expiry_during_paging

Sean McCarthy created CASSANDRA-12400:
-----------------------------------------

             Summary: dtest failure in upgrade_tests.paging_test.TestPagingDatasetChangesNodes3RF3_Upgrade_current_3_0_x_To_indev_3_x.test_row_TTL_expiry_during_paging
                 Key: CASSANDRA-12400
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12400
             Project: Cassandra
          Issue Type: Test
            Reporter: Sean McCarthy
            Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/trunk_dtest_upgrade/17/testReport/upgrade_tests.paging_test/TestPagingDatasetChangesNodes3RF3_Upgrade_current_3_0_x_To_indev_3_x/test_row_TTL_expiry_during_paging/

{code}
Error Message

Lists differ: [300, 300, 131] != [300, 300, 200]

First differing element 2:
131
200

- [300, 300, 131]
?            ^^^

+ [300, 300, 200]
?      
{code}
{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/automaton/cassandra-dtest/upgrade_tests/paging_test.py", line 1221, in test_row_TTL_expiry_during_paging
    self.assertEqual(pf.num_results_all(), [300, 300, 200])
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 742, in assertListEqual
    self.assertSequenceEqual(list1, list2, msg, seq_type=list)
  File "/usr/lib/python2.7/unittest/case.py", line 724, in assertSequenceEqual
    self.fail(msg)
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
    raise self.failureException(msg)
{code}



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