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] arrow-c-bridge-test times out on threading-disabled CI job #44734

Open
pitrou opened this issue Nov 14, 2024 · 3 comments
Open

[C++][CI] arrow-c-bridge-test times out on threading-disabled CI job #44734

pitrou opened this issue Nov 14, 2024 · 3 comments

Comments

@pitrou
Copy link
Member

pitrou commented Nov 14, 2024

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

See https://github.com/ursacomputing/crossbow/actions/runs/11840159979/job/32993317218

Also timing out on the emscripten CI job: https://github.com/ursacomputing/crossbow/actions/runs/11840159052/job/32993313329

This might be related to the Async Device Stream Interface?

Component(s)

C++, Continuous Integration

@pitrou
Copy link
Member Author

pitrou commented Nov 14, 2024

@zeroshade Can you take a look at this?

@zeroshade
Copy link
Member

The Async Device Stream tests absolutely rely on threading being enabled due to locks and handling. I assume we have a macro for checking whether threading is enabled so I can disable the test if threading is disabled?

@pitrou
Copy link
Member Author

pitrou commented Nov 14, 2024

Yes, there's probably a macro somewhere :-) @kou knows more about it.

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

No branches or pull requests

2 participants