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

[jira] [Updated] (CASSANDRA-12414) dtest failure in ttl_test.TestDistributedTTL.ttl_is_respected_on_delayed_replication_test

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

Philip Thompson updated CASSANDRA-12414:
----------------------------------------
    Description: 
example failure:

http://cassci.datastax.com/job/cassandra-3.9_dtest/31/testReport/ttl_test/TestDistributedTTL/ttl_is_respected_on_delayed_replication_test

{code}
  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/automaton/cassandra-dtest/ttl_test.py", line 439, in ttl_is_respected_on_delayed_replication_test
    self.assertLessEqual(abs(ttl_session1[0][0] - ttl_session2[0][0]), 1)
"unsupported operand type(s) for -: 'NoneType' and 'int'
{code}

  was:
example failure:

http://cassci.datastax.com/job/cassandra-3.9_dtest/lastCompletedBuild/testReport/ttl_test/TestDistributedTTL/ttl_is_respected_on_delayed_replication_test

{code}
  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/automaton/cassandra-dtest/ttl_test.py", line 439, in ttl_is_respected_on_delayed_replication_test
    self.assertLessEqual(abs(ttl_session1[0][0] - ttl_session2[0][0]), 1)
"unsupported operand type(s) for -: 'NoneType' and 'int'
{code}


> dtest failure in ttl_test.TestDistributedTTL.ttl_is_respected_on_delayed_replication_test
> -----------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-12414
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12414
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Philip Thompson
>            Assignee: DS Test Eng
>              Labels: dtest
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.9_dtest/31/testReport/ttl_test/TestDistributedTTL/ttl_is_respected_on_delayed_replication_test
> {code}
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/automaton/cassandra-dtest/ttl_test.py", line 439, in ttl_is_respected_on_delayed_replication_test
>     self.assertLessEqual(abs(ttl_session1[0][0] - ttl_session2[0][0]), 1)
> "unsupported operand type(s) for -: 'NoneType' and 'int'
> {code}



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