Matthias Pohl created FLINK-36293:
-------------------------------------
Summary: RocksDBWriteBatchWrapperTest.testAsyncCancellation
Key: FLINK-36293
URL: https://issues.apache.org/jira/browse/FLINK-36293
Project: Flink
Issue Type: Bug
Components: Runtime / State Backends
Affects Versions: 2.0-preview
Reporter: Matthias Pohl
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=62156&view=logs&j=0da23115-68bb-5dcd-192c-bd4c8adebde1&t=24c3384f-1bcb-57b3-224f-51bf973bbee8&l=11508
{code}
Sep 16 02:20:08 02:20:08.194 [ERROR] Tests run: 6, Failures: 0, Errors: 1,
Skipped: 0, Time elapsed: 0.724 s <<< FAILURE! -- in
org.apache.flink.contrib.streaming.state.RocksDBWriteBatchWrapperTest
Sep 16 02:20:08 02:20:08.194 [ERROR]
org.apache.flink.contrib.streaming.state.RocksDBWriteBatchWrapperTest.testAsyncCancellation
-- Time elapsed: 0.121 s <<< ERROR!
Sep 16 02:20:08 java.lang.Exception: Unexpected exception,
expected<org.apache.flink.runtime.execution.CancelTaskException> but
was<java.lang.AssertionError>
Sep 16 02:20:08 Caused by: java.lang.AssertionError:
Sep 16 02:20:08 Expecting actual:
Sep 16 02:20:08 2
Sep 16 02:20:08 to be less than:
Sep 16 02:20:08 2
Sep 16 02:20:08 at
org.apache.flink.contrib.streaming.state.RocksDBWriteBatchWrapperTest.testAsyncCancellation(RocksDBWriteBatchWrapperTest.java:98)
Sep 16 02:20:08 at java.lang.reflect.Method.invoke(Method.java:498)
Sep 16 02:20:08 Suppressed:
org.apache.flink.runtime.execution.CancelTaskException
Sep 16 02:20:08 at
org.apache.flink.contrib.streaming.state.RocksDBWriteBatchWrapper.ensureNotCancelled(RocksDBWriteBatchWrapper.java:199)
Sep 16 02:20:08 at
org.apache.flink.contrib.streaming.state.RocksDBWriteBatchWrapper.close(RocksDBWriteBatchWrapper.java:188)
Sep 16 02:20:08 at
org.apache.flink.contrib.streaming.state.RocksDBWriteBatchWrapperTest.testAsyncCancellation(RocksDBWriteBatchWrapperTest.java:100)
Sep 16 02:20:08 ... 1 more
{code}
This test was added FLINK-35580
--
This message was sent by Atlassian Jira
(v8.20.10#820010)