[Bug] Test AppendOnlyFileStoreTableTest#testBatchOrderWithCompaction can occasionally fail #4849
Open
1 of 2 tasks
Labels
bug
Something isn't working
Search before asking
Paimon version
commit 1f420d2
Compute Engine
JavaAPI
Minimal reproduce step
Run
AppendOnlyFileStoreTableTest#testBatchOrderWithCompaction
several times, it will occasionally occur.What doesn't meet your expectations?
Test passes flawlessly.
Anything else?
The assertion failure seems to occur because
FileStoreTableTestBase
expect all streams to be closed during test tear-down, however an OutputStream was created asynchronously for compaction.The TraceableFileIO's stack is as follows:
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: