[
https://issues.apache.org/jira/browse/CASSANDRA-7194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13995563#comment-13995563
]
Joshua McKenzie commented on CASSANDRA-7194:
--------------------------------------------
Not sure v2 is necessary as the error message explicitly has a mix of \n and
newLine() calls:
{code:title=CliClient.java}
sessionState.err.println("\nWARNING: CQL3 tables are intentionally
omitted from '" + cmd + "' output.");
sessionState.err.println("See
https://issues.apache.org/jira/browse/CASSANDRA-4377 for details.\n");
{code}
The problem comes in with the newLine() calls from sessionState.err.println as
they vary by platform.
> CliTest unit test fails on Windows
> ----------------------------------
>
> Key: CASSANDRA-7194
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7194
> Project: Cassandra
> Issue Type: Bug
> Reporter: Joshua McKenzie
> Assignee: Joshua McKenzie
> Priority: Trivial
> Fix For: 3.0
>
> Attachments: 7194-v2.txt, 7194_v1.patch
>
>
> looks like a newline mismatch error
--
This message was sent by Atlassian JIRA
(v6.2#6252)