zentol commented on a change in pull request #13551:
URL: https://github.com/apache/flink/pull/13551#discussion_r540528885
##########
File path:
flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/util/TestLogger.java
##########
@@ -67,6 +67,9 @@ public void failed(Throwable e, Description description) {
}
};
+ @Rule
+ public TestRule nameProvider = new TestNameProvider();
Review comment:
```suggestion
public final TestRule nameProvider = new TestNameProvider();
```
----------------------------------------------------------------
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]