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

[jira] [Created] (CASSANDRA-12479) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_bulk_round_trip_non_prepared_statements

Craig Kodman created CASSANDRA-12479:
----------------------------------------

             Summary: dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_bulk_round_trip_non_prepared_statements
                 Key: CASSANDRA-12479
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12479
             Project: Cassandra
          Issue Type: Test
            Reporter: Craig Kodman
            Assignee: DS Test Eng
         Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log

example failure:

http://cassci.datastax.com/job/cassandra-2.2_offheap_dtest/447/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_bulk_round_trip_non_prepared_statements

{code}
Error Message

100000 != 96848
-------------------- >> begin captured logging << --------------------
dtest: DEBUG: cluster ccm directory: /tmp/dtest-BryYNs
dtest: DEBUG: Done setting configuration options:
{   'initial_token': None,
    'memtable_allocation_type': 'offheap_objects',
    'num_tokens': '32',
    'phi_convict_threshold': 5,
    'range_request_timeout_in_ms': 10000,
    'read_request_timeout_in_ms': 10000,
    'request_timeout_in_ms': 10000,
    'truncate_request_timeout_in_ms': 10000,
    'write_request_timeout_in_ms': 10000}
dtest: DEBUG: Running stress without any user profile
dtest: DEBUG: Generated 100000 records
dtest: DEBUG: Exporting to csv file: /tmp/tmpREOhBZ
dtest: DEBUG: CONSISTENCY ALL; COPY keyspace1.standard1 TO '/tmp/tmpREOhBZ' WITH PAGETIMEOUT = 10 AND PAGESIZE = 1000
dtest: DEBUG: COPY TO took 0:00:04.598829 to export 100000 records
dtest: DEBUG: Truncating keyspace1.standard1...
dtest: DEBUG: Importing from csv file: /tmp/tmpREOhBZ
dtest: DEBUG: COPY keyspace1.standard1 FROM '/tmp/tmpREOhBZ' WITH PREPAREDSTATEMENTS = False
dtest: DEBUG: COPY FROM took 0:00:10.348123 to import 100000 records
dtest: DEBUG: Exporting to csv file: /tmp/tmpeXLPtz
dtest: DEBUG: CONSISTENCY ALL; COPY keyspace1.standard1 TO '/tmp/tmpeXLPtz' WITH PAGETIMEOUT = 10 AND PAGESIZE = 1000
dtest: DEBUG: COPY TO took 0:00:11.681829 to export 100000 records
--------------------- >> end captured logging << ---------------------
{code}

{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line 2482, in test_bulk_round_trip_non_prepared_statements
    copy_from_options={'PREPAREDSTATEMENTS': False})
  File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line 2461, in _test_bulk_round_trip
    sum(1 for _ in open(tempfile2.name)))
  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 506, in _baseAssertEqual
    raise self.failureException(msg)
"100000 != 96848\n-------------------- >> begin captured logging << --------------------\ndtest: DEBUG: cluster ccm directory: /tmp/dtest-BryYNs\ndtest: DEBUG: Done setting configuration options:\n{   'initial_token': None,\n    'memtable_allocation_type': 'offheap_objects',\n    'num_tokens': '32',\n    'phi_convict_threshold': 5,\n    'range_request_timeout_in_ms': 10000,\n    'read_request_timeout_in_ms': 10000,\n    'request_timeout_in_ms': 10000,\n    'truncate_request_timeout_in_ms': 10000,\n    'write_request_timeout_in_ms': 10000}\ndtest: DEBUG: Running stress without any user profile\ndtest: DEBUG: Generated 100000 records\ndtest: DEBUG: Exporting to csv file: /tmp/tmpREOhBZ\ndtest: DEBUG: CONSISTENCY ALL; COPY keyspace1.standard1 TO '/tmp/tmpREOhBZ' WITH PAGETIMEOUT = 10 AND PAGESIZE = 1000\ndtest: DEBUG: COPY TO took 0:00:04.598829 to export 100000 records\ndtest: DEBUG: Truncating keyspace1.standard1...\ndtest: DEBUG: Importing from csv file: /tmp/tmpREOhBZ\ndtest: DEBUG: COPY keyspace1.standard1 FROM '/tmp/tmpREOhBZ' WITH PREPAREDSTATEMENTS = False\ndtest: DEBUG: COPY FROM took 0:00:10.348123 to import 100000 records\ndtest: DEBUG: Exporting to csv file: /tmp/tmpeXLPtz\ndtest: DEBUG: CONSISTENCY ALL; COPY keyspace1.standard1 TO '/tmp/tmpeXLPtz' WITH PAGETIMEOUT = 10 AND PAGESIZE = 1000\ndtest: DEBUG: COPY TO took 0:00:11.681829 to export 100000 records\n--------------------- >> end captured logging << ---------------------"
{code}



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