Ghatage commented on a change in pull request #2203: Issue #609 Add indexDirs
field to cookie
URL: https://github.com/apache/bookkeeper/pull/2203#discussion_r352885472
##########
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:
Hmmm looks like a problem with my IntelliJ.. Good catch, will fix it.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services