[ 
https://issues.apache.org/jira/browse/FLINK-32681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749203#comment-17749203
 ] 

Stefan Richter commented on FLINK-32681:
----------------------------------------

[~mapohl] I was trying to reproduce this locally without success, could it be 
an infra related problem? The code is calling 
`FileUtils::deleteDirectoryQuietly` to cleanup files and if something goes 
wrong during the deletion, it could still find the directories and fail the 
test. I could also just try to test if delete was called and not if the files 
where actually deleted to abstract away from such infra problems, wdyt?

> RocksDBStateDownloaderTest.testMultiThreadCleanupOnFailure unstablie
> --------------------------------------------------------------------
>
>                 Key: FLINK-32681
>                 URL: https://issues.apache.org/jira/browse/FLINK-32681
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / State Backends, Tests
>    Affects Versions: 1.18.0
>            Reporter: Chesnay Schepler
>            Priority: Critical
>              Labels: test-stability
>             Fix For: 1.18.0
>
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=51712&view=logs&j=77a9d8e1-d610-59b3-fc2a-4766541e0e33&t=125e07e7-8de0-5c6c-a541-a567415af3ef
> Failed 3 times in yesterdays nightly run.
> {code}
> Jul 26 01:12:46 01:12:46.889 [ERROR] 
> org.apache.flink.contrib.streaming.state.RocksDBStateDownloaderTest.testMultiThreadCleanupOnFailure
>   Time elapsed: 0.044 s  <<< FAILURE!
> Jul 26 01:12:46 java.lang.AssertionError
> Jul 26 01:12:46       at org.junit.Assert.fail(Assert.java:87)
> Jul 26 01:12:46       at org.junit.Assert.assertTrue(Assert.java:42)
> Jul 26 01:12:46       at org.junit.Assert.assertFalse(Assert.java:65)
> Jul 26 01:12:46       at org.junit.Assert.assertFalse(Assert.java:75)
> Jul 26 01:12:46       at 
> org.apache.flink.contrib.streaming.state.RocksDBStateDownloaderTest.testMultiThreadCleanupOnFailure(RocksDBStateDownloaderTest.java:151)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to