You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/07/12 14:19:55 UTC

[GitHub] [flink] 1u0 commented on a change in pull request #9103: [FLINK-13243][tests] Simplify exception matching

1u0 commented on a change in pull request #9103: [FLINK-13243][tests] Simplify exception matching
URL: https://github.com/apache/flink/pull/9103#discussion_r303003036
 
 

 ##########
 File path: flink-tests/src/test/java/org/apache/flink/test/state/operator/restore/AbstractOperatorRestoreTestBase.java
 ##########
 @@ -65,6 +66,13 @@
 	private static final int NUM_TMS = 1;
 	private static final int NUM_SLOTS_PER_TM = 4;
 	private static final Duration TEST_TIMEOUT = Duration.ofSeconds(10000L);
+	private static final Pattern PATTERN_CANCEL_WITH_SAVEPOINT_TOLERATED_EXCEPTIONS = Pattern
+		.compile(
+			"(savepoint for the job .* failed)" +
 
 Review comment:
   Looks like this exception string snippet is not needed anymore.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services