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/06/22 15:59:58 UTC

[jira] [Created] (CASSANDRA-12061) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_round_trip_with_different_number_precision

Sean McCarthy created CASSANDRA-12061:
-----------------------------------------

             Summary: dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_round_trip_with_different_number_precision
                 Key: CASSANDRA-12061
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12061
             Project: Cassandra
          Issue Type: Test
            Reporter: Sean McCarthy
            Assignee: DS Test Eng
         Attachments: node1.log, node1_debug.log, node1_gc.log

example failure:

http://cassci.datastax.com/job/trunk_dtest/1284/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_round_trip_with_different_number_precision

Failed on CassCI build trunk_dtest #1284

{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 2046, in test_round_trip_with_different_number_precision
    do_test(None, None)
  File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line 2044, in do_test
    self.assertItemsEqual(sorted(list(csv_rows(tempfile1.name))), sorted(list(csv_rows(tempfile2.name))))
  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', '1.1235', '1.12345678912']
{code}

Logs are attached.



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