sjwiesman commented on a change in pull request #11335: [FLINK-16313][state-processor-api] Properly dispose of native resources when closing input split URL: https://github.com/apache/flink/pull/11335#discussion_r388998696
########## File path: flink-libraries/flink-state-processing-api/src/test/java/org/apache/flink/state/api/RocksDBStateBackendReaderKeyedStateITCase.java ########## @@ -22,12 +22,9 @@ import org.apache.flink.runtime.state.StateBackend; import org.apache.flink.runtime.state.memory.MemoryStateBackend; -import org.junit.Ignore; - /** * IT Case for reading state from a RocksDB keyed state backend. */ -@Ignore Review comment: @rmetzger disabled that test yesterday so that travis would not spuriously fail other PRs. I'm re-enabling the test as part of the fix. ---------------------------------------------------------------- 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] With regards, Apache Git Services
