This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new e2c54465b [test] Fix unstable AsyncPositionOutputStreamTest.testFlush
e2c54465b is described below
commit e2c54465b27a4f0f8ef16fccbccb7b69d519ff46
Author: Jingsong <[email protected]>
AuthorDate: Mon Aug 12 16:46:04 2024 +0800
[test] Fix unstable AsyncPositionOutputStreamTest.testFlush
---
.../test/java/org/apache/paimon/fs/AsyncPositionOutputStreamTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/paimon-common/src/test/java/org/apache/paimon/fs/AsyncPositionOutputStreamTest.java
b/paimon-common/src/test/java/org/apache/paimon/fs/AsyncPositionOutputStreamTest.java
index 4ff39d92e..814924d1d 100644
---
a/paimon-common/src/test/java/org/apache/paimon/fs/AsyncPositionOutputStreamTest.java
+++
b/paimon-common/src/test/java/org/apache/paimon/fs/AsyncPositionOutputStreamTest.java
@@ -113,7 +113,6 @@ class AsyncPositionOutputStreamTest {
assertThat(byteOut.getPos()).isEqualTo(8);
out.close();
- assertThat(out.getBufferQueue().size()).isEqualTo(1);
}
@Test