[
https://issues.apache.org/jira/browse/ZOOKEEPER-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15474382#comment-15474382
]
Michael Han commented on ZOOKEEPER-2507:
----------------------------------------
Thanks Pat for reviewing and committing the patch!
> C unit test improvement: line break between 'ZooKeeper server started' and
> 'Running'
> ------------------------------------------------------------------------------------
>
> Key: ZOOKEEPER-2507
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2507
> Project: ZooKeeper
> Issue Type: Improvement
> Components: tests
> Affects Versions: 3.4.8, 3.5.2
> Reporter: Michael Han
> Assignee: Michael Han
> Priority: Minor
> Fix For: 3.4.10, 3.5.3, 3.6.0
>
> Attachments: ZOOKEEPER-2507.patch
>
>
> Currently we have this on C unit test output:
> {noformat}
> ZooKeeper server startedRunning
> ......
> OK
> {noformat}
> This is because the zkServer.sh, when eco 'ZooKeeper server started', does
> not put a line break at the end. It will be clearer for readers of the
> console output if we fix this by adding a line break in between, so we can
> separate the script output and the test output. After the fix the output
> would look like:
> {noformat}
> ZooKeeper server started
> Running
> .....
> OK
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)