[ 
https://issues.apache.org/jira/browse/CASSANDRA-12007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15342109#comment-15342109
 ] 

Sean McCarthy edited comment on CASSANDRA-12007 at 6/21/16 4:36 PM:
--------------------------------------------------------------------

>From what I understand of 11598, we should expect the string ' 127.0.0.2 ' to 
>exist in the trace messages in versions 2.2+. Yet it seems like we're looking 
>for the string '127.0.0.2' in these versions, and the string ' 127.0.0.2 ' in 
>all versions. [~philipthompson]?

Maybe it would just be easier to version gate the test with 
{code}@since("2.2"){code}


was (Author: sean.mccarthy):
>From what I understand of 11598, we should expect the string ' 127.0.0.2 ' to 
>exist in the trace messages in versions 2.2+. Yet it seems like we're looking 
>for the string '127.0.0.2' in these versions, and the string ' 127.0.0.2 ' in 
>all versions. [~philipthompson]?

> dtest failure in cql_tracing_test.TestCqlTracing.tracing_simple_test
> --------------------------------------------------------------------
>
>                 Key: CASSANDRA-12007
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12007
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Sean McCarthy
>            Assignee: Sean McCarthy
>              Labels: dtest
>         Attachments: node1.log, node2.log, node3.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.1_dtest_jdk8/229/testReport/cql_tracing_test/TestCqlTracing/tracing_simple_test
> Failed on CassCI build cassandra-2.1_dtest_jdk8 #229
> Logs are attached.
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/automaton/cassandra-dtest/cql_tracing_test.py", line 104, in 
> tracing_simple_test
>     self.trace(session)
>   File "/home/automaton/cassandra-dtest/cql_tracing_test.py", line 92, in 
> trace
>     self.assertIn(' 127.0.0.2 ', out)
>   File "/usr/lib/python2.7/unittest/case.py", line 803, in assertIn
>     self.fail(self._formatMessage(msg, standardMsg))
>   File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
>     raise self.failureException(msg)
> "' 127.0.0.2 ' not found
> {code}



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

Reply via email to