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

Michael Han updated ZOOKEEPER-2507:
-----------------------------------
    Description: 
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}

> 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.5.3, 3.4.10
>
>
> 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)

Reply via email to