thomasleplus commented on a change in pull request #3455:
URL: https://github.com/apache/hadoop/pull/3455#discussion_r711621922
##########
File path:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestStorageRestore.java
##########
@@ -294,7 +294,7 @@ public void testDfsAdminCmd() throws Exception {
restore = fsi.getStorage().getRestoreFailedStorage();
assertTrue("After check call restore is " + restore, restore);
String commandOutput = cmdResult.getCommandOutput();
- commandOutput.trim();
+ commandOutput = commandOutput.trim();
assertTrue(commandOutput.contains("restoreFailedStorage is set to
true"));
Review comment:
Indeed. Now I realize that deleting my forked repo rather hastily was a
mistake :( I've tried various ways to edit this PR branch but didn't succeed.
It seems that it leaves us with two options: either I close this PR and open a
new one, or someone with the right permissions edit it. Let me know what you
think is best. Sorry for the inconvenience.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]