You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2019/12/02 21:07:54 UTC

[GitHub] [bookkeeper] eolivelli commented on a change in pull request #2203: Issue #609 Add indexDirs field to cookie

eolivelli commented on a change in pull request #2203: Issue #609 Add indexDirs field to cookie
URL: https://github.com/apache/bookkeeper/pull/2203#discussion_r352833467
 
 

 ##########
 File path: tools/ledger/src/test/java/org/apache/bookkeeper/tools/cli/commands/cookie/GetCookieCommandTest.java
 ##########
 @@ -99,6 +99,7 @@ public void testGetCookieFromExistentCookieFile() throws Exception {
             .setInstanceId("test-instance-id")
             .setJournalDirs("/path/to/journal/dir")
             .setLedgerDirs("/path/to/ledger/dirs")
+                .setIndexDirs("/path/to/index/dirs")
 
 Review comment:
   nit: it looks like we have some leading spaces

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services