Matthias Pohl created FLINK-30916: ------------------------------------- Summary: RocksDBStateUploaderTest.testUploadedSstCanBeCleanedUp failed with assertion Key: FLINK-30916 URL: https://issues.apache.org/jira/browse/FLINK-30916 Project: Flink Issue Type: Bug Components: Runtime / State Backends Affects Versions: 1.17.0 Reporter: Matthias Pohl
{{RocksDBStateUploaderTest.testUploadedSstCanBeCleanedUp}} failed due to an assertion: https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45730&view=logs&j=f0ac5c25-1168-55a5-07ff-0e88223afed9&t=50bf7a25-bdc4-5e56-5478-c7b4511dde53&l=10328 {code} Feb 06 02:54:01 [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.427 s <<< FAILURE! - in org.apache.flink.contrib.streaming.state.RocksDBStateUploaderTest Feb 06 02:54:01 [ERROR] org.apache.flink.contrib.streaming.state.RocksDBStateUploaderTest.testUploadedSstCanBeCleanedUp Time elapsed: 0.115 s <<< FAILURE! Feb 06 02:54:01 java.lang.AssertionError: Feb 06 02:54:01 Feb 06 02:54:01 Expecting empty but was: ["379065d4-dd29-4455-b30f-4dbc53336ea2"] Feb 06 02:54:01 at org.apache.flink.contrib.streaming.state.RocksDBStateUploaderTest.testUploadedSstCanBeCleanedUp(RocksDBStateUploaderTest.java:166) Feb 06 02:54:01 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [...] {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)