This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new deef834e7a Minor: Disable flaky antijoin test until perm fix (#11608)
deef834e7a is described below
commit deef834e7adfd859414448ab4da461e2d4eabb9e
Author: Oleks V <[email protected]>
AuthorDate: Mon Jul 22 17:46:23 2024 -0700
Minor: Disable flaky antijoin test until perm fix (#11608)
---
datafusion/core/tests/fuzz_cases/join_fuzz.rs | 3 +++
1 file changed, 3 insertions(+)
diff --git a/datafusion/core/tests/fuzz_cases/join_fuzz.rs
b/datafusion/core/tests/fuzz_cases/join_fuzz.rs
index 604c1f93e5..f1cca66712 100644
--- a/datafusion/core/tests/fuzz_cases/join_fuzz.rs
+++ b/datafusion/core/tests/fuzz_cases/join_fuzz.rs
@@ -250,6 +250,9 @@ async fn test_anti_join_1k() {
}
#[tokio::test]
+#[ignore]
+// flaky test giving 1 rows difference sometimes
+// https://github.com/apache/datafusion/issues/11555
async fn test_anti_join_1k_filtered() {
// NLJ vs HJ gives wrong result
// Tracked in https://github.com/apache/datafusion/issues/11537
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]