MartijnVisser commented on code in PR #21788: URL: https://github.com/apache/flink/pull/21788#discussion_r1090583535
########## flink-yarn/src/test/java/org/apache/flink/yarn/YarnApplicationFileUploaderTest.java: ########## @@ -29,6 +29,7 @@ import org.apache.hadoop.yarn.conf.YarnConfiguration; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.io.TempDir; +import org.mockito.Mockito; Review Comment: Please don't use Mockito, as outlined in the Flink code style & quality guide https://flink.apache.org/contributing/code-style-and-quality-common.html#avoid-mockito---use-reusable-test-implementations -- 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]
