Uploaded image for project: 'ZooKeeper'
  1. ZooKeeper
  2. ZOOKEEPER-2507

C unit test improvement: line break between 'ZooKeeper server started' and 'Running'

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.4.8, 3.5.2
    • 3.4.10, 3.5.3, 3.6.0
    • tests
    • None
    • Reviewed

    Description

      Currently we have this on C unit test output:

      ZooKeeper server startedRunning
      ......
      OK
      

      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:

      ZooKeeper server started
      Running
      .....
      OK
      

      Attachments

        1. ZOOKEEPER-2507.patch
          0.5 kB
          Michael Han

        Activity

          People

            hanm Michael Han
            hanm Michael Han
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: