You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Stefania (JIRA)" <ji...@apache.org> on 2016/03/17 04:04:33 UTC

[jira] [Resolved] (CASSANDRA-11185) cqlsh_copy_tests.py:CqlshCopyTest.test_round_trip_with_sub_second_precision is failing

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

Stefania resolved CASSANDRA-11185.
----------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 3.x)
                   3.0.4
                   3.4
                   2.2.6

The test has been passing since CASSANDRA-10397 was fixed, closing this.

> cqlsh_copy_tests.py:CqlshCopyTest.test_round_trip_with_sub_second_precision is failing
> --------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-11185
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11185
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Testing
>            Reporter: Michael Shuler
>            Assignee: Jim Witschey
>              Labels: dtest
>             Fix For: 2.2.6, 3.4, 3.0.4
>
>
> {noformat}
> $ PRINT_DEBUG=true nosetests -vs cqlsh_tests/cqlsh_copy_tests.py:CqlshCopyTest.test_round_trip_with_sub_second_precision
> test_round_trip_with_sub_second_precision (cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest) ... cluster ccm directory: /tmp/dtest-bLMOLy
> Custom init_config not found. Setting defaults.
> Done setting configuration options:
> {   'initial_token': None,
>     'num_tokens': '256',
>     '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}
> Importing from csv file: /tmp/tmphRouGd
> (EE)  Exporting to csv file: /tmp/tmph_HaMQ
> FAIL
> (EE)  removing ccm cluster test at: /tmp/dtest-bLMOLy
> clearing ssl stores from [/tmp/dtest-bLMOLy] directory
> ======================================================================
> FAIL: test_round_trip_with_sub_second_precision (cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/mshuler/git/cassandra-dtest/tools.py", line 253, in wrapped
>     f(obj)
>   File "/home/mshuler/git/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line 1778, in test_round_trip_with_sub_second_precision
>     csv_results)
> AssertionError: Element counts were not equal:
> First has 1, Second has 0:  ['2', '1943-06-19 11:21:01.123000+0000']
> First has 1, Second has 0:  ['3', '1943-06-19 11:21:01.124000+0000']
> First has 0, Second has 1:  ['2', '1943-06-19 11:21:01.000000+0000']
> First has 0, Second has 1:  ['3', '1943-06-19 11:21:01.000000+0000']
> -------------------- >> begin captured logging << --------------------
> dtest: DEBUG: cluster ccm directory: /tmp/dtest-bLMOLy
> dtest: DEBUG: Custom init_config not found. Setting defaults.
> dtest: DEBUG: Done setting configuration options:
> {   'initial_token': None,
>     'num_tokens': '256',
>     '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: Importing from csv file: /tmp/tmphRouGd
> dtest: DEBUG: Exporting to csv file: /tmp/tmph_HaMQ
> --------------------- >> end captured logging << ---------------------
> ----------------------------------------------------------------------
> Ran 1 test in 12.880s
> FAILED (failures=1)
> {noformat}
> http://cassci.datastax.com/job/trunk_dtest/1006/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_round_trip_with_sub_second_precision/
> Job changes:
> Commit 128d144c0d22238a9045cc697daf880452be974b by Josh McKenzie
> cqlsh: Add local timezone support to cqlsh
> patch by Stefan Podkowinski; reviewed by Paulo Motta for CASSANDRA-10397



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