tzulitai commented on a change in pull request #7612: [FLINK-11483][tests]
Improve StreamOperatorSnapshotRestoreTest with JUnit's Parameterized
URL: https://github.com/apache/flink/pull/7612#discussion_r252544244
##########
File path:
flink-tests/src/test/java/org/apache/flink/test/state/operator/restore/StreamOperatorSnapshotRestoreTest.java
##########
@@ -80,6 +94,18 @@
protected static TemporaryFolder temporaryFolder;
+ @Parameterized.Parameter
+ public StateBackendEnum stateBackendEnum;
+
+ enum StateBackendEnum {
Review comment:
I don't think we `Enum` in the name, seems redundant
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services