[jira] [Updated] (CASSANDRA-12430) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_writing_with_token_boundaries

2016-09-20 Thread Philip Thompson (JIRA)

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

Philip Thompson updated CASSANDRA-12430:

Resolution: Fixed
  Reviewer: Jim Witschey  (was: DS Test Eng)
Status: Resolved  (was: Patch Available)

> dtest failure in 
> cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_writing_with_token_boundaries
> --
>
> Key: CASSANDRA-12430
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12430
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Craig Kodman
>Assignee: Stefania
>  Labels: dtest
> Attachments: node1.log, node1_debug.log, node1_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.0_dtest/787/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_writing_with_token_boundaries
> Failed on CassCI build cassandra-3.0_dtest build #787
> {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 1022, in test_writing_with_token_boundaries
> self._test_writing_with_token_boundaries(1, None, 200)
>   File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", 
> line 1059, in _test_writing_with_token_boundaries
> self.assertItemsEqual(csv_values, 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 0, Second has 1:  ('130', 
> -4364617663693876050L)\nFirst has 0, Second has 1:  ('1504', 
> -4313346088993828066L)\nFirst has 0, Second has 1:  ('1657', 
> -4298243044528711865L)\nFirst has 0, Second has 1:  ('1908', 
> -4357762565998238890L)\nFirst has 0, Second has 1:  ('196', 
> -4311842292754600676L)\nFirst has 0, Second has 1:  ('2069', 
> -4364398944370882217L)\nFirst has 0, Second has 1:  ('2840', 
> -4341639477649832153L)\nFirst has 0, Second has 1:  ('2887', 
> -4318016824479819783L)\nFirst has 0, Second has 1:  ('2899', 
> -4302748366908469185L)\nFirst has 0, Second has 1:  ('2928', 
> -4320094196758787736L)\nFirst has 0, Second has 1:  ('2985', 
> -4314356124534988584L)\nFirst has 0, Second has 1:  ('3684', 
> -4338074463992249966L)\nFirst has 0, Second has 1:  ('371', 
> -4314424123257001171L)\nFirst has 0, Second has 1:  ('3726', 
> -4327342039280507889L)\nFirst has 0, Second has 1:  ('3767', 
> -4314615789624913427L)\nFirst has 0, Second has 1:  ('3837', 
> -4345782419910891107L)\nFirst has 0, Second has 1:  ('3917', 
> -4288469607605675346L)\nFirst has 0, Second has 1:  ('4023', 
> -4327319429102869913L)\nFirst has 0, Second has 1:  ('4340', 
> -4364719196309290555L)\nFirst has 0, Second has 1:  ('4775', 
> -4334399295585005795L)\nFirst has 0, Second has 1:  ('480', 
> -4297721626756162038L)\nFirst has 0, Second has 1:  ('4927', 
> -4363012199808638126L)\nFirst has 0, Second has 1:  ('5227', 
> -4322405738833807588L)\nFirst has 0, Second has 1:  ('564', 
> -4294201317243228473L)\nFirst has 0, Second has 1:  ('585', 
> -435900129350319L)\nFirst has 0, Second has 1:  ('5869', 
> -4350305245827564608L)\nFirst has 0, Second has 1:  ('6907', 
> -4350623491924194304L)\nFirst has 0, Second has 1:  ('709', 
> -4304008865600291097L)\nFirst has 0, Second has 1:  ('7415', 
> -4315752378065264743L)\nFirst has 0, Second has 1:  ('7476', 
> -4300546270541034340L)\nFirst has 0, Second has 1:  ('7805', 
> -4344641724309508742L)\nFirst has 0, Second has 1:  ('7922', 
> -4363605089028496367L)\nFirst has 0, Second has 1:  ('8026', 
> -4319008002233878821L)\nFirst has 0, Second has 1:  ('8180', 
> -4361912691055780971L)\nFirst has 0, Second has 1:  ('8371', 
> -4309172311179179912L)\nFirst has 0, Second has 1:  ('8988', 
> -432609343783541L)\nFirst has 0, Second has 1:  ('9492', 
> -4347264403260361686L)\nFirst has 0, Second has 1:  ('9783', 
> -4329297319597600121L)\nFirst has 0, Second has 1:  ('9911', 
> -4320490295580904236L)\n >> begin captured logging << 
> \ndtest: DEBUG: cluster ccm directory: 
> /tmp/dtest-2v8O54\ndtest: DEBUG: Done setting configuration options:\n{   
> 'initial_token': None,\n'num_tokens': '32',\n'phi_convict_threshold': 
> 5,\n'range_request_timeout_in_ms': 1,\n
> 'read_request_timeout_in_ms': 1,\n'request_timeout_in_ms': 1,\n   
>  'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
> 1}\ndtest: DEBUG: Exporting to csv file: /tmp/tmpDS47Vq\ndtest: DEBUG: 
> Exporting to csv file: /tmp/tmpQvnl6e\ndtest: DEBUG: Exporting to csv file: 
> 

[jira] [Updated] (CASSANDRA-12430) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_writing_with_token_boundaries

2016-09-14 Thread Stefania (JIRA)

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

Stefania updated CASSANDRA-12430:
-
Component/s: Testing

> dtest failure in 
> cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_writing_with_token_boundaries
> --
>
> Key: CASSANDRA-12430
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12430
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Craig Kodman
>Assignee: Stefania
>  Labels: dtest
> Attachments: node1.log, node1_debug.log, node1_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.0_dtest/787/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_writing_with_token_boundaries
> Failed on CassCI build cassandra-3.0_dtest build #787
> {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 1022, in test_writing_with_token_boundaries
> self._test_writing_with_token_boundaries(1, None, 200)
>   File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", 
> line 1059, in _test_writing_with_token_boundaries
> self.assertItemsEqual(csv_values, 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 0, Second has 1:  ('130', 
> -4364617663693876050L)\nFirst has 0, Second has 1:  ('1504', 
> -4313346088993828066L)\nFirst has 0, Second has 1:  ('1657', 
> -4298243044528711865L)\nFirst has 0, Second has 1:  ('1908', 
> -4357762565998238890L)\nFirst has 0, Second has 1:  ('196', 
> -4311842292754600676L)\nFirst has 0, Second has 1:  ('2069', 
> -4364398944370882217L)\nFirst has 0, Second has 1:  ('2840', 
> -4341639477649832153L)\nFirst has 0, Second has 1:  ('2887', 
> -4318016824479819783L)\nFirst has 0, Second has 1:  ('2899', 
> -4302748366908469185L)\nFirst has 0, Second has 1:  ('2928', 
> -4320094196758787736L)\nFirst has 0, Second has 1:  ('2985', 
> -4314356124534988584L)\nFirst has 0, Second has 1:  ('3684', 
> -4338074463992249966L)\nFirst has 0, Second has 1:  ('371', 
> -4314424123257001171L)\nFirst has 0, Second has 1:  ('3726', 
> -4327342039280507889L)\nFirst has 0, Second has 1:  ('3767', 
> -4314615789624913427L)\nFirst has 0, Second has 1:  ('3837', 
> -4345782419910891107L)\nFirst has 0, Second has 1:  ('3917', 
> -4288469607605675346L)\nFirst has 0, Second has 1:  ('4023', 
> -4327319429102869913L)\nFirst has 0, Second has 1:  ('4340', 
> -4364719196309290555L)\nFirst has 0, Second has 1:  ('4775', 
> -4334399295585005795L)\nFirst has 0, Second has 1:  ('480', 
> -4297721626756162038L)\nFirst has 0, Second has 1:  ('4927', 
> -4363012199808638126L)\nFirst has 0, Second has 1:  ('5227', 
> -4322405738833807588L)\nFirst has 0, Second has 1:  ('564', 
> -4294201317243228473L)\nFirst has 0, Second has 1:  ('585', 
> -435900129350319L)\nFirst has 0, Second has 1:  ('5869', 
> -4350305245827564608L)\nFirst has 0, Second has 1:  ('6907', 
> -4350623491924194304L)\nFirst has 0, Second has 1:  ('709', 
> -4304008865600291097L)\nFirst has 0, Second has 1:  ('7415', 
> -4315752378065264743L)\nFirst has 0, Second has 1:  ('7476', 
> -4300546270541034340L)\nFirst has 0, Second has 1:  ('7805', 
> -4344641724309508742L)\nFirst has 0, Second has 1:  ('7922', 
> -4363605089028496367L)\nFirst has 0, Second has 1:  ('8026', 
> -4319008002233878821L)\nFirst has 0, Second has 1:  ('8180', 
> -4361912691055780971L)\nFirst has 0, Second has 1:  ('8371', 
> -4309172311179179912L)\nFirst has 0, Second has 1:  ('8988', 
> -432609343783541L)\nFirst has 0, Second has 1:  ('9492', 
> -4347264403260361686L)\nFirst has 0, Second has 1:  ('9783', 
> -4329297319597600121L)\nFirst has 0, Second has 1:  ('9911', 
> -4320490295580904236L)\n >> begin captured logging << 
> \ndtest: DEBUG: cluster ccm directory: 
> /tmp/dtest-2v8O54\ndtest: DEBUG: Done setting configuration options:\n{   
> 'initial_token': None,\n'num_tokens': '32',\n'phi_convict_threshold': 
> 5,\n'range_request_timeout_in_ms': 1,\n
> 'read_request_timeout_in_ms': 1,\n'request_timeout_in_ms': 1,\n   
>  'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
> 1}\ndtest: DEBUG: Exporting to csv file: /tmp/tmpDS47Vq\ndtest: DEBUG: 
> Exporting to csv file: /tmp/tmpQvnl6e\ndtest: DEBUG: Exporting to csv file: 
> /tmp/tmpfEEiAz\ndtest: DEBUG: Exporting to csv file: /tmp/tmpc7T8av\ndtest: 
> DEBUG: Exporting to csv file: 

[jira] [Updated] (CASSANDRA-12430) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_writing_with_token_boundaries

2016-09-14 Thread Stefania (JIRA)

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

Stefania updated CASSANDRA-12430:
-
 Reviewer: DS Test Eng
Fix Version/s: (was: 3.0.x)
   Status: Patch Available  (was: In Progress)

> dtest failure in 
> cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_writing_with_token_boundaries
> --
>
> Key: CASSANDRA-12430
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12430
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Craig Kodman
>Assignee: Stefania
>  Labels: dtest
> Attachments: node1.log, node1_debug.log, node1_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.0_dtest/787/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_writing_with_token_boundaries
> Failed on CassCI build cassandra-3.0_dtest build #787
> {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 1022, in test_writing_with_token_boundaries
> self._test_writing_with_token_boundaries(1, None, 200)
>   File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", 
> line 1059, in _test_writing_with_token_boundaries
> self.assertItemsEqual(csv_values, 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 0, Second has 1:  ('130', 
> -4364617663693876050L)\nFirst has 0, Second has 1:  ('1504', 
> -4313346088993828066L)\nFirst has 0, Second has 1:  ('1657', 
> -4298243044528711865L)\nFirst has 0, Second has 1:  ('1908', 
> -4357762565998238890L)\nFirst has 0, Second has 1:  ('196', 
> -4311842292754600676L)\nFirst has 0, Second has 1:  ('2069', 
> -4364398944370882217L)\nFirst has 0, Second has 1:  ('2840', 
> -4341639477649832153L)\nFirst has 0, Second has 1:  ('2887', 
> -4318016824479819783L)\nFirst has 0, Second has 1:  ('2899', 
> -4302748366908469185L)\nFirst has 0, Second has 1:  ('2928', 
> -4320094196758787736L)\nFirst has 0, Second has 1:  ('2985', 
> -4314356124534988584L)\nFirst has 0, Second has 1:  ('3684', 
> -4338074463992249966L)\nFirst has 0, Second has 1:  ('371', 
> -4314424123257001171L)\nFirst has 0, Second has 1:  ('3726', 
> -4327342039280507889L)\nFirst has 0, Second has 1:  ('3767', 
> -4314615789624913427L)\nFirst has 0, Second has 1:  ('3837', 
> -4345782419910891107L)\nFirst has 0, Second has 1:  ('3917', 
> -4288469607605675346L)\nFirst has 0, Second has 1:  ('4023', 
> -4327319429102869913L)\nFirst has 0, Second has 1:  ('4340', 
> -4364719196309290555L)\nFirst has 0, Second has 1:  ('4775', 
> -4334399295585005795L)\nFirst has 0, Second has 1:  ('480', 
> -4297721626756162038L)\nFirst has 0, Second has 1:  ('4927', 
> -4363012199808638126L)\nFirst has 0, Second has 1:  ('5227', 
> -4322405738833807588L)\nFirst has 0, Second has 1:  ('564', 
> -4294201317243228473L)\nFirst has 0, Second has 1:  ('585', 
> -435900129350319L)\nFirst has 0, Second has 1:  ('5869', 
> -4350305245827564608L)\nFirst has 0, Second has 1:  ('6907', 
> -4350623491924194304L)\nFirst has 0, Second has 1:  ('709', 
> -4304008865600291097L)\nFirst has 0, Second has 1:  ('7415', 
> -4315752378065264743L)\nFirst has 0, Second has 1:  ('7476', 
> -4300546270541034340L)\nFirst has 0, Second has 1:  ('7805', 
> -4344641724309508742L)\nFirst has 0, Second has 1:  ('7922', 
> -4363605089028496367L)\nFirst has 0, Second has 1:  ('8026', 
> -4319008002233878821L)\nFirst has 0, Second has 1:  ('8180', 
> -4361912691055780971L)\nFirst has 0, Second has 1:  ('8371', 
> -4309172311179179912L)\nFirst has 0, Second has 1:  ('8988', 
> -432609343783541L)\nFirst has 0, Second has 1:  ('9492', 
> -4347264403260361686L)\nFirst has 0, Second has 1:  ('9783', 
> -4329297319597600121L)\nFirst has 0, Second has 1:  ('9911', 
> -4320490295580904236L)\n >> begin captured logging << 
> \ndtest: DEBUG: cluster ccm directory: 
> /tmp/dtest-2v8O54\ndtest: DEBUG: Done setting configuration options:\n{   
> 'initial_token': None,\n'num_tokens': '32',\n'phi_convict_threshold': 
> 5,\n'range_request_timeout_in_ms': 1,\n
> 'read_request_timeout_in_ms': 1,\n'request_timeout_in_ms': 1,\n   
>  'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
> 1}\ndtest: DEBUG: Exporting to csv file: /tmp/tmpDS47Vq\ndtest: DEBUG: 
> Exporting to csv file: /tmp/tmpQvnl6e\ndtest: DEBUG: Exporting to csv file: 
> 

[jira] [Updated] (CASSANDRA-12430) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_writing_with_token_boundaries

2016-08-10 Thread Philip Thompson (JIRA)

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

Philip Thompson updated CASSANDRA-12430:

Fix Version/s: 3.0.x

> dtest failure in 
> cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_writing_with_token_boundaries
> --
>
> Key: CASSANDRA-12430
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12430
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Craig Kodman
>  Labels: dtest
> Fix For: 3.0.x
>
> Attachments: node1.log, node1_debug.log, node1_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.0_dtest/787/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_writing_with_token_boundaries
> Failed on CassCI build cassandra-3.0_dtest build #787
> {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 1022, in test_writing_with_token_boundaries
> self._test_writing_with_token_boundaries(1, None, 200)
>   File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", 
> line 1059, in _test_writing_with_token_boundaries
> self.assertItemsEqual(csv_values, 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 0, Second has 1:  ('130', 
> -4364617663693876050L)\nFirst has 0, Second has 1:  ('1504', 
> -4313346088993828066L)\nFirst has 0, Second has 1:  ('1657', 
> -4298243044528711865L)\nFirst has 0, Second has 1:  ('1908', 
> -4357762565998238890L)\nFirst has 0, Second has 1:  ('196', 
> -4311842292754600676L)\nFirst has 0, Second has 1:  ('2069', 
> -4364398944370882217L)\nFirst has 0, Second has 1:  ('2840', 
> -4341639477649832153L)\nFirst has 0, Second has 1:  ('2887', 
> -4318016824479819783L)\nFirst has 0, Second has 1:  ('2899', 
> -4302748366908469185L)\nFirst has 0, Second has 1:  ('2928', 
> -4320094196758787736L)\nFirst has 0, Second has 1:  ('2985', 
> -4314356124534988584L)\nFirst has 0, Second has 1:  ('3684', 
> -4338074463992249966L)\nFirst has 0, Second has 1:  ('371', 
> -4314424123257001171L)\nFirst has 0, Second has 1:  ('3726', 
> -4327342039280507889L)\nFirst has 0, Second has 1:  ('3767', 
> -4314615789624913427L)\nFirst has 0, Second has 1:  ('3837', 
> -4345782419910891107L)\nFirst has 0, Second has 1:  ('3917', 
> -4288469607605675346L)\nFirst has 0, Second has 1:  ('4023', 
> -4327319429102869913L)\nFirst has 0, Second has 1:  ('4340', 
> -4364719196309290555L)\nFirst has 0, Second has 1:  ('4775', 
> -4334399295585005795L)\nFirst has 0, Second has 1:  ('480', 
> -4297721626756162038L)\nFirst has 0, Second has 1:  ('4927', 
> -4363012199808638126L)\nFirst has 0, Second has 1:  ('5227', 
> -4322405738833807588L)\nFirst has 0, Second has 1:  ('564', 
> -4294201317243228473L)\nFirst has 0, Second has 1:  ('585', 
> -435900129350319L)\nFirst has 0, Second has 1:  ('5869', 
> -4350305245827564608L)\nFirst has 0, Second has 1:  ('6907', 
> -4350623491924194304L)\nFirst has 0, Second has 1:  ('709', 
> -4304008865600291097L)\nFirst has 0, Second has 1:  ('7415', 
> -4315752378065264743L)\nFirst has 0, Second has 1:  ('7476', 
> -4300546270541034340L)\nFirst has 0, Second has 1:  ('7805', 
> -4344641724309508742L)\nFirst has 0, Second has 1:  ('7922', 
> -4363605089028496367L)\nFirst has 0, Second has 1:  ('8026', 
> -4319008002233878821L)\nFirst has 0, Second has 1:  ('8180', 
> -4361912691055780971L)\nFirst has 0, Second has 1:  ('8371', 
> -4309172311179179912L)\nFirst has 0, Second has 1:  ('8988', 
> -432609343783541L)\nFirst has 0, Second has 1:  ('9492', 
> -4347264403260361686L)\nFirst has 0, Second has 1:  ('9783', 
> -4329297319597600121L)\nFirst has 0, Second has 1:  ('9911', 
> -4320490295580904236L)\n >> begin captured logging << 
> \ndtest: DEBUG: cluster ccm directory: 
> /tmp/dtest-2v8O54\ndtest: DEBUG: Done setting configuration options:\n{   
> 'initial_token': None,\n'num_tokens': '32',\n'phi_convict_threshold': 
> 5,\n'range_request_timeout_in_ms': 1,\n
> 'read_request_timeout_in_ms': 1,\n'request_timeout_in_ms': 1,\n   
>  'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
> 1}\ndtest: DEBUG: Exporting to csv file: /tmp/tmpDS47Vq\ndtest: DEBUG: 
> Exporting to csv file: /tmp/tmpQvnl6e\ndtest: DEBUG: Exporting to csv file: 
> /tmp/tmpfEEiAz\ndtest: DEBUG: Exporting to csv file: /tmp/tmpc7T8av\ndtest: 
> DEBUG: Exporting to csv file: /tmp/tmplxBTNa\ndtest: 

[jira] [Updated] (CASSANDRA-12430) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_writing_with_token_boundaries

2016-08-10 Thread Philip Thompson (JIRA)

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

Philip Thompson updated CASSANDRA-12430:

Assignee: (was: DS Test Eng)

> dtest failure in 
> cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_writing_with_token_boundaries
> --
>
> Key: CASSANDRA-12430
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12430
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Craig Kodman
>  Labels: dtest
> Fix For: 3.0.x
>
> Attachments: node1.log, node1_debug.log, node1_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.0_dtest/787/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_writing_with_token_boundaries
> Failed on CassCI build cassandra-3.0_dtest build #787
> {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 1022, in test_writing_with_token_boundaries
> self._test_writing_with_token_boundaries(1, None, 200)
>   File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", 
> line 1059, in _test_writing_with_token_boundaries
> self.assertItemsEqual(csv_values, 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 0, Second has 1:  ('130', 
> -4364617663693876050L)\nFirst has 0, Second has 1:  ('1504', 
> -4313346088993828066L)\nFirst has 0, Second has 1:  ('1657', 
> -4298243044528711865L)\nFirst has 0, Second has 1:  ('1908', 
> -4357762565998238890L)\nFirst has 0, Second has 1:  ('196', 
> -4311842292754600676L)\nFirst has 0, Second has 1:  ('2069', 
> -4364398944370882217L)\nFirst has 0, Second has 1:  ('2840', 
> -4341639477649832153L)\nFirst has 0, Second has 1:  ('2887', 
> -4318016824479819783L)\nFirst has 0, Second has 1:  ('2899', 
> -4302748366908469185L)\nFirst has 0, Second has 1:  ('2928', 
> -4320094196758787736L)\nFirst has 0, Second has 1:  ('2985', 
> -4314356124534988584L)\nFirst has 0, Second has 1:  ('3684', 
> -4338074463992249966L)\nFirst has 0, Second has 1:  ('371', 
> -4314424123257001171L)\nFirst has 0, Second has 1:  ('3726', 
> -4327342039280507889L)\nFirst has 0, Second has 1:  ('3767', 
> -4314615789624913427L)\nFirst has 0, Second has 1:  ('3837', 
> -4345782419910891107L)\nFirst has 0, Second has 1:  ('3917', 
> -4288469607605675346L)\nFirst has 0, Second has 1:  ('4023', 
> -4327319429102869913L)\nFirst has 0, Second has 1:  ('4340', 
> -4364719196309290555L)\nFirst has 0, Second has 1:  ('4775', 
> -4334399295585005795L)\nFirst has 0, Second has 1:  ('480', 
> -4297721626756162038L)\nFirst has 0, Second has 1:  ('4927', 
> -4363012199808638126L)\nFirst has 0, Second has 1:  ('5227', 
> -4322405738833807588L)\nFirst has 0, Second has 1:  ('564', 
> -4294201317243228473L)\nFirst has 0, Second has 1:  ('585', 
> -435900129350319L)\nFirst has 0, Second has 1:  ('5869', 
> -4350305245827564608L)\nFirst has 0, Second has 1:  ('6907', 
> -4350623491924194304L)\nFirst has 0, Second has 1:  ('709', 
> -4304008865600291097L)\nFirst has 0, Second has 1:  ('7415', 
> -4315752378065264743L)\nFirst has 0, Second has 1:  ('7476', 
> -4300546270541034340L)\nFirst has 0, Second has 1:  ('7805', 
> -4344641724309508742L)\nFirst has 0, Second has 1:  ('7922', 
> -4363605089028496367L)\nFirst has 0, Second has 1:  ('8026', 
> -4319008002233878821L)\nFirst has 0, Second has 1:  ('8180', 
> -4361912691055780971L)\nFirst has 0, Second has 1:  ('8371', 
> -4309172311179179912L)\nFirst has 0, Second has 1:  ('8988', 
> -432609343783541L)\nFirst has 0, Second has 1:  ('9492', 
> -4347264403260361686L)\nFirst has 0, Second has 1:  ('9783', 
> -4329297319597600121L)\nFirst has 0, Second has 1:  ('9911', 
> -4320490295580904236L)\n >> begin captured logging << 
> \ndtest: DEBUG: cluster ccm directory: 
> /tmp/dtest-2v8O54\ndtest: DEBUG: Done setting configuration options:\n{   
> 'initial_token': None,\n'num_tokens': '32',\n'phi_convict_threshold': 
> 5,\n'range_request_timeout_in_ms': 1,\n
> 'read_request_timeout_in_ms': 1,\n'request_timeout_in_ms': 1,\n   
>  'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
> 1}\ndtest: DEBUG: Exporting to csv file: /tmp/tmpDS47Vq\ndtest: DEBUG: 
> Exporting to csv file: /tmp/tmpQvnl6e\ndtest: DEBUG: Exporting to csv file: 
> /tmp/tmpfEEiAz\ndtest: DEBUG: Exporting to csv file: /tmp/tmpc7T8av\ndtest: 
> DEBUG: Exporting to csv file: 

[jira] [Updated] (CASSANDRA-12430) dtest failure in cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_writing_with_token_boundaries

2016-08-10 Thread Philip Thompson (JIRA)

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

Philip Thompson updated CASSANDRA-12430:

Issue Type: Bug  (was: Test)

> dtest failure in 
> cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_writing_with_token_boundaries
> --
>
> Key: CASSANDRA-12430
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12430
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Craig Kodman
>Assignee: DS Test Eng
>  Labels: dtest
> Fix For: 3.0.x
>
> Attachments: node1.log, node1_debug.log, node1_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.0_dtest/787/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_writing_with_token_boundaries
> Failed on CassCI build cassandra-3.0_dtest build #787
> {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 1022, in test_writing_with_token_boundaries
> self._test_writing_with_token_boundaries(1, None, 200)
>   File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", 
> line 1059, in _test_writing_with_token_boundaries
> self.assertItemsEqual(csv_values, 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 0, Second has 1:  ('130', 
> -4364617663693876050L)\nFirst has 0, Second has 1:  ('1504', 
> -4313346088993828066L)\nFirst has 0, Second has 1:  ('1657', 
> -4298243044528711865L)\nFirst has 0, Second has 1:  ('1908', 
> -4357762565998238890L)\nFirst has 0, Second has 1:  ('196', 
> -4311842292754600676L)\nFirst has 0, Second has 1:  ('2069', 
> -4364398944370882217L)\nFirst has 0, Second has 1:  ('2840', 
> -4341639477649832153L)\nFirst has 0, Second has 1:  ('2887', 
> -4318016824479819783L)\nFirst has 0, Second has 1:  ('2899', 
> -4302748366908469185L)\nFirst has 0, Second has 1:  ('2928', 
> -4320094196758787736L)\nFirst has 0, Second has 1:  ('2985', 
> -4314356124534988584L)\nFirst has 0, Second has 1:  ('3684', 
> -4338074463992249966L)\nFirst has 0, Second has 1:  ('371', 
> -4314424123257001171L)\nFirst has 0, Second has 1:  ('3726', 
> -4327342039280507889L)\nFirst has 0, Second has 1:  ('3767', 
> -4314615789624913427L)\nFirst has 0, Second has 1:  ('3837', 
> -4345782419910891107L)\nFirst has 0, Second has 1:  ('3917', 
> -4288469607605675346L)\nFirst has 0, Second has 1:  ('4023', 
> -4327319429102869913L)\nFirst has 0, Second has 1:  ('4340', 
> -4364719196309290555L)\nFirst has 0, Second has 1:  ('4775', 
> -4334399295585005795L)\nFirst has 0, Second has 1:  ('480', 
> -4297721626756162038L)\nFirst has 0, Second has 1:  ('4927', 
> -4363012199808638126L)\nFirst has 0, Second has 1:  ('5227', 
> -4322405738833807588L)\nFirst has 0, Second has 1:  ('564', 
> -4294201317243228473L)\nFirst has 0, Second has 1:  ('585', 
> -435900129350319L)\nFirst has 0, Second has 1:  ('5869', 
> -4350305245827564608L)\nFirst has 0, Second has 1:  ('6907', 
> -4350623491924194304L)\nFirst has 0, Second has 1:  ('709', 
> -4304008865600291097L)\nFirst has 0, Second has 1:  ('7415', 
> -4315752378065264743L)\nFirst has 0, Second has 1:  ('7476', 
> -4300546270541034340L)\nFirst has 0, Second has 1:  ('7805', 
> -4344641724309508742L)\nFirst has 0, Second has 1:  ('7922', 
> -4363605089028496367L)\nFirst has 0, Second has 1:  ('8026', 
> -4319008002233878821L)\nFirst has 0, Second has 1:  ('8180', 
> -4361912691055780971L)\nFirst has 0, Second has 1:  ('8371', 
> -4309172311179179912L)\nFirst has 0, Second has 1:  ('8988', 
> -432609343783541L)\nFirst has 0, Second has 1:  ('9492', 
> -4347264403260361686L)\nFirst has 0, Second has 1:  ('9783', 
> -4329297319597600121L)\nFirst has 0, Second has 1:  ('9911', 
> -4320490295580904236L)\n >> begin captured logging << 
> \ndtest: DEBUG: cluster ccm directory: 
> /tmp/dtest-2v8O54\ndtest: DEBUG: Done setting configuration options:\n{   
> 'initial_token': None,\n'num_tokens': '32',\n'phi_convict_threshold': 
> 5,\n'range_request_timeout_in_ms': 1,\n
> 'read_request_timeout_in_ms': 1,\n'request_timeout_in_ms': 1,\n   
>  'truncate_request_timeout_in_ms': 1,\n'write_request_timeout_in_ms': 
> 1}\ndtest: DEBUG: Exporting to csv file: /tmp/tmpDS47Vq\ndtest: DEBUG: 
> Exporting to csv file: /tmp/tmpQvnl6e\ndtest: DEBUG: Exporting to csv file: 
> /tmp/tmpfEEiAz\ndtest: DEBUG: Exporting to csv file: /tmp/tmpc7T8av\ndtest: 
> DEBUG: