Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++][CI] Sporadic errors in arrow-acero-asof-join-node-test #36331

Closed
pitrou opened this issue Jun 27, 2023 · 5 comments · Fixed by #36356
Closed

[C++][CI] Sporadic errors in arrow-acero-asof-join-node-test #36331

pitrou opened this issue Jun 27, 2023 · 5 comments · Fixed by #36356

Comments

@pitrou
Copy link
Member

pitrou commented Jun 27, 2023

Describe the bug, including details regarding any error messages, version, and platform.

Various errors seem to occur intermittently on CI.

One example:

[ RUN      ] AsofJoinTest.BackpressureWithBatchesGen
/arrow/cpp/src/arrow/acero/asof_join_node_test.cc:1516: Failure
Value of: has_bp_been_applied()
  Actual: false
Expected: true
[  FAILED  ] AsofJoinTest.BackpressureWithBatchesGen (10693 ms)

from https://github.com/apache/arrow/actions/runs/5391899018/jobs/9789453616?pr=36215#step:6:3333

Another example:
logs
from https://github.com/apache/arrow/actions/runs/5376323460/jobs/9753323965#step:10:338

Component(s)

C++, Continuous Integration

@pitrou
Copy link
Member Author

pitrou commented Jun 27, 2023

@rtpsw @icexelloss

@icexelloss
Copy link
Contributor

Thanks @pitrou - I noticed this the other day as well: #36248

We can probably disable this test until we figure out how to make this more robust

@icexelloss
Copy link
Contributor

@rtpsw Can you please take a look

rtpsw added a commit to rtpsw/arrow that referenced this issue Jun 28, 2023
kou pushed a commit that referenced this issue Jun 29, 2023
### Rationale for this change

Skipping a flaky test until a robust way for it is found.

### What changes are included in this PR?

The `AsofJoinTest.BackpressureWithBatchesGen` test is skipped.

### Are these changes tested?

N/A

### Are there any user-facing changes?

No.

* Closes: #36331

Authored-by: Yaron Gvili <rtpsw@hotmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou
Copy link
Member

kou commented Jun 29, 2023

@rtpsw Could you add "take" only comment here to assign you to this issue?

@rtpsw
Copy link
Contributor

rtpsw commented Jun 29, 2023

take

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants