-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Java] Improve error message when Flight Core TestTls fails #39170
Comments
Just as a note, this seems to be the same issue I am facing on some of the verification tasks on the 14.0.2 RC2 PR: #39155
or:
I might revert the following commit: bc1ea6f on the RC2 branch to see if those failures for the Release are solved. |
jbonofre
added a commit
to jbonofre/arrow
that referenced
this issue
Dec 11, 2023
lidavidm
pushed a commit
that referenced
this issue
Dec 11, 2023
…ail (#39171) ### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * Closes: #39170 Authored-by: JB Onofré <[email protected]> Signed-off-by: David Li <[email protected]>
mapleFU
pushed a commit
to mapleFU/arrow
that referenced
this issue
Dec 13, 2023
…ight fail (apache#39171) ### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * Closes: apache#39170 Authored-by: JB Onofré <[email protected]> Signed-off-by: David Li <[email protected]>
clayburn
pushed a commit
to clayburn/arrow
that referenced
this issue
Jan 23, 2024
…ight fail (apache#39171) ### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * Closes: apache#39170 Authored-by: JB Onofré <[email protected]> Signed-off-by: David Li <[email protected]>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
…ight fail (apache#39171) ### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * Closes: apache#39170 Authored-by: JB Onofré <[email protected]> Signed-off-by: David Li <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
As discussed on the mailing list, when we forgot
git submodule update --init --recursive
,cert0.pem
and other files are not present intesting/data
folder.It means
TestTls
fails, but it's not obvious to find why related to https://arrow.apache.org/docs/dev/developers/java/building.html#building.I propose to display a "dev friendly" message ;)
Component(s)
Java
The text was updated successfully, but these errors were encountered: