[
https://issues.apache.org/jira/browse/FLINK-4956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15622393#comment-15622393
]
ASF GitHub Bot commented on FLINK-4956:
---------------------------------------
Github user aljoscha commented on a diff in the pull request:
https://github.com/apache/flink/pull/2717#discussion_r85756133
--- Diff:
flink-contrib/flink-statebackend-rocksdb/src/test/java/org/apache/flink/contrib/streaming/state/RocksDBAsyncSnapshotTest.java
---
@@ -96,6 +96,7 @@ public void checkOperatingSystem() {
* the parts that are not asynchronous. If the checkpoint is not done
asynchronously the
* test will simply lock forever.
*/
+ @Ignore
--- End diff --
If this was working before something seems to be wrong. The
`AbstractStreamOperator` is not async right now because of the timers. Maybe it
has to do with the order in which state is checkpointed...
> Introduce convenient methods for testing checkpoint/restore in
> StreamTaskTestHarness
> ------------------------------------------------------------------------------------
>
> Key: FLINK-4956
> URL: https://issues.apache.org/jira/browse/FLINK-4956
> Project: Flink
> Issue Type: Test
> Reporter: Stefan Richter
> Assignee: Stefan Richter
>
> Methods for testing of checkpoint/restore cycles in StreamTaskTestHarness
> could make some tests easier.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)