zentol commented on code in PR #19560:
URL: https://github.com/apache/flink/pull/19560#discussion_r858437919
##########
flink-kubernetes/src/test/java/org/apache/flink/kubernetes/highavailability/KubernetesHighAvailabilityRecoverFromSavepointITCase.java:
##########
@@ -67,40 +68,47 @@
* Tests for recovering from savepoint when Kubernetes HA is enabled. The
savepoint will be
* persisted as a checkpoint and stored in the ConfigMap when recovered
successfully.
*/
-public class KubernetesHighAvailabilityRecoverFromSavepointITCase extends
TestLogger {
+public class KubernetesHighAvailabilityRecoverFromSavepointITCase {
private static final long TIMEOUT = 60 * 1000;
private static final String CLUSTER_ID = "flink-on-k8s-cluster-" +
System.currentTimeMillis();
private static final String FLAT_MAP_UID = "my-flat-map";
- @ClassRule public static KubernetesResource kubernetesResource = new
KubernetesResource();
+ private static Path temporaryPath;
Review Comment:
urgh, yeah we don't have a nice solution for this atm. let's keep it as-is.
--
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]