You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2022/10/14 21:13:07 UTC

[GitHub] [gobblin] AndyJiang99 commented on a diff in pull request #3583: [GOBBLIN-1724] Support a shared flowgraph layout in GaaS

AndyJiang99 commented on code in PR #3583:
URL: https://github.com/apache/gobblin/pull/3583#discussion_r996162844


##########
gobblin-service/src/test/java/org/apache/gobblin/service/monitoring/FsFlowGraphMonitorTest.java:
##########
@@ -219,7 +256,7 @@ public void testRemoveNode() throws Exception {
     //delete node files
     FileUtils.deleteDirectory(node1FlowGraphFile);
     FileUtils.deleteDirectory(node2FlowGraphFile);
-
+    FileUtils.deleteDirectory(node2FlowGraphFile);

Review Comment:
   Will attempting to remove the same file twice cause any issues?



-- 
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: dev-unsubscribe@gobblin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org