You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Joel Knighton (JIRA)" <ji...@apache.org> on 2016/07/07 19:27:11 UTC

[jira] [Resolved] (CASSANDRA-12059) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_reading_with_ttl

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

Joel Knighton resolved CASSANDRA-12059.
---------------------------------------
    Resolution: Fixed

We determined this was a result of [CASSANDRA-12032], which bumped the Netty version. We've reverted that commit.

Annotations have been removed on dtest with commit [440d09e0bd2ecb2e115f555e5dffa380d720ed55|https://github.com/riptano/cassandra-dtest/commit/440d09e0bd2ecb2e115f555e5dffa380d720ed55].

> dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_reading_with_ttl
> ---------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-12059
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12059
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Sean McCarthy
>            Assignee: Joel Knighton
>              Labels: dtest
>         Attachments: node1.log, node1_debug.log, node1_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/trunk_dtest/1283/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_reading_with_ttl
> Failed on CassCI build trunk_dtest #1283
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/automaton/cassandra-dtest/tools.py", line 288, in wrapped
>     f(obj)
>   File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line 850, in test_reading_with_ttl
>     self.assertItemsEqual(data, result)
>   File "/usr/lib/python2.7/unittest/case.py", line 901, in assertItemsEqual
>     self.fail(msg)
>   File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
>     raise self.failureException(msg)
> "Element counts were not equal:\nFirst has 1, Second has 0:  [1, 20]\nFirst has 1, Second has 0:  [2, 40]
> {code}
> Logs are attached.



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