lfernandez93 commented on code in PR #9556:
URL: https://github.com/apache/pinot/pull/9556#discussion_r997181430
##########
pinot-plugins/pinot-file-system/pinot-gcs/src/test/java/org/apache/pinot/plugin/filesystem/GcsPinotFSTest.java:
##########
@@ -92,7 +92,7 @@ public void setup() {
}
}
- @AfterClass
+ @AfterMethod
Review Comment:
I don't think a fully follow, what do we need to split in particular? the
only thing giving issue is that it was AfterClass so some files that were not
cleaned up in the middle were tainting the results of another test, so it's
just doing the clean up per method.
--
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]