Uh oh!
There was an error while loading. Please reload this page.
GH-43502: [Java] Fix Java JNI / AMD64 manylinux2014 Java JNI test not test dataset module - #43503
Conversation
vibhatha
commented
Aug 1, 2024
@github-actions crossbow submit -g java |
Revision: a39435082b2b676c76fae1e348192ea1965886a5 Submitted crossbow builds: ursacomputing/crossbow @ actions-a30ce59033 |
And it still has a problem , https://github.com/apache/arrow/blob/main/ci/docker/java-jni-manylinux-201x.dockerfile#L53, |
vibhatha
commented
Aug 1, 2024
I didn't get it clearly, could you please elaborate a bit? |
jinchengchenghh
commented
Aug 1, 2024
It check the |
vibhatha
commented
Aug 1, 2024
Let me check, though if this is true, we have had the CIs running without any of these checks 🤔 |
vibhatha
commented
Aug 1, 2024
@jinchengchenghh on top of that there is already a CI failure for dataset. |
jinchengchenghh
commented
Aug 1, 2024
I think you are right, not sure where to set the environment, but the test really triggers. I will try to fix the exception, my IDE sync cause some problems |
jinchengchenghh
commented
Aug 1, 2024
Can you mark it as ignore? I will draft a new PR to solve it. |
vibhatha
commented
Aug 1, 2024
I will take a look at that.
Thanks, that would be wonderful, but I am not sure if this is related to the recent PRs (didn't check yet). |
vibhatha
commented
Aug 1, 2024
would you like to push the patch to this branch? |
jinchengchenghh
commented
Aug 1, 2024
vibhatha
commented
Aug 1, 2024
Btw, does that failing test in the CI work locally? |
jinchengchenghh
commented
Aug 1, 2024
Do you know how to push to this branch? I don't think I have write access to |
jinchengchenghh
commented
Aug 1, 2024
#41646 skip tests |
vibhatha
commented
Aug 1, 2024
I will add the rights. |
vibhatha
commented
Aug 1, 2024
@jinchengchenghh I have added you and you should have commit rights, please check. |
jinchengchenghh
commented
Aug 1, 2024
ok thanks! I will draft a PR as soon as possible |
jinchengchenghh
commented
Aug 1, 2024
I investigate the question again, the exception should not occur, looks like the linked library is not right. Can anyone help to check it? |
vibhatha
commented
Aug 1, 2024
let me check this locally. |
vibhatha
commented
Aug 1, 2024
@github-actions crossbow submit java-jars |
vibhatha
commented
Aug 6, 2024
@github-actions crossbow submit -g java |
Revision: cb36191 Submitted crossbow builds: ursacomputing/crossbow @ actions-92c9a56dee |
vibhatha
commented
Aug 6, 2024
danepitkin
commented
Aug 6, 2024
@github-actions crossbow submit java-jars |
Revision: cb36191 Submitted crossbow builds: ursacomputing/crossbow @ actions-67f1c3bfef
|
vibhatha
commented
Aug 7, 2024
@danepitkin shall we re-run the java-jars? I am not sure what that failure is. |
kou
commented
Aug 7, 2024
Hmm. self-hosted arm64 Linux runner may have a problem: arrow/dev/tasks/java-jars/github.yml Line 43 in 2e1b245 Disk size? |
vibhatha
commented
Aug 7, 2024
@kou honestly not sure... |
danepitkin
commented
Aug 7, 2024
I think the previous java-jars successful run proves its fine. However the Java JNI CI job is failing. Did we want to fix the TestCsvFragment options in this PR? |
vibhatha
commented
Aug 8, 2024
Wasn't the objective in this PR though. |
danepitkin
commented
Aug 9, 2024
@github-actions crossbow submit java-jars |
Revision: cb36191 Submitted crossbow builds: ursacomputing/crossbow @ actions-f25c638877
|
danepitkin
left a comment
There was a problem hiding this comment.
Gandiva builds, java-jars now failing on #43506
vibhatha
commented
Aug 9, 2024
Thanks @danepitkin |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit cdfdfb8. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 3 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…st not test dataset module (apache#43503) ### Rationale for this change JNI tests had a typo in the script where we have included `gandiva` instead of `dataset`. ### What changes are included in this PR? This PR fixes that typo in the current version. ### Are these changes tested? Yes, by existing tests and CIs. ### Are there any user-facing changes? No * GitHub Issue: apache#43502 Authored-by: Vibhatha Abeykoon <vibhatha@gmail.com> Signed-off-by: Dane Pitkin <dpitkin@apache.org>
Rationale for this change
JNI tests had a typo in the script where we have included
gandivainstead ofdataset.What changes are included in this PR?
This PR fixes that typo in the current version.
Are these changes tested?
Yes, by existing tests and CIs.
Are there any user-facing changes?
No