-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-41463: [C++] Skip TestConcurrentFillFromScalar for platforms without threading support #41461
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
Conversation
|
Can we create an issue for this? This is not MINOR and it is currently failing on the 16.1.0 maintenance branch. It should be cherry-picked and for it to be cherry-picked and milestoned correctly we require an issue. |
|
This should not be on 16.1.0, though? |
|
|
|
Or was it added explicitly to 16.1 because of fixing a data race? |
Thanks for reminding. I've filed #41463 and updated the PR description. Sorry for the trouble. |
It was tagged as 16.1.0 and is to was a bug fix to fix the data race I cherry-picked it. Wasn't that expected to be on the release? |
|
@github-actions crossbow submit test-ubuntu-22.04-cpp-emscripten |
|
Revision: bb87a96 Submitted crossbow builds: ursacomputing/crossbow @ actions-8dd2f94f75
|
|
Thanks @zanmato1984 for the quick follow-up |
|
After merging your PR, Conbench analyzed the 7 benchmarking runs that have been run so far on merge-commit 2502915. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 13 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…ut threading support (#41461) ### Rationale for this change See #41463 and #40237 (comment) ### What changes are included in this PR? Skip test for platforms that have no threading support. ### Are these changes tested? Change is test. ### Are there any user-facing changes? None. * GitHub Issue: #41463 Authored-by: Ruoxi Sun <zanmato1984@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
… without threading support (apache#41461) ### Rationale for this change See apache#41463 and apache#40237 (comment) ### What changes are included in this PR? Skip test for platforms that have no threading support. ### Are these changes tested? Change is test. ### Are there any user-facing changes? None. * GitHub Issue: apache#41463 Authored-by: Ruoxi Sun <zanmato1984@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Rationale for this change
See #41463 and #40237 (comment)
What changes are included in this PR?
Skip test for platforms that have no threading support.
Are these changes tested?
Change is test.
Are there any user-facing changes?
None.