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

[Java] Java Integration Test Failures #34367

Closed
tustvold opened this issue Feb 27, 2023 · 3 comments · Fixed by #34368
Closed

[Java] Java Integration Test Failures #34367

tustvold opened this issue Feb 27, 2023 · 3 comments · Fixed by #34368

Comments

@tustvold
Copy link
Contributor

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

We are seeing failures building Java within the archery integration test framework

https://github.com/apache/arrow-rs/actions/runs/4283526230/jobs/7459219738

Error:  /__w/arrow-rs/arrow-rs/java/flight/flight-core/src/test/java/org/apache/arrow/flight/client/CustomHeaderTest.java:[77,27] error: cannot find symbol
  symbol:   method getStartedServer((location)[...]ild())
  location: class FlightTestUtil

I've not dug deep into what is occurring here, but thought I would create a ticket in case this is a known issue / easy fix

Component(s)

Java

@lidavidm
Copy link
Member

Hmm, I just merged a PR around this

@lidavidm
Copy link
Member

I wonder if there was a rebase or merge oops, I'll check now - sorry about this @tustvold

@lidavidm lidavidm changed the title Java Integration Test Failures [Java] Java Integration Test Failures Feb 27, 2023
lidavidm added a commit to lidavidm/arrow that referenced this issue Feb 27, 2023
@lidavidm
Copy link
Member

I put up #34368. I merged two PRs in quick succession but derped and didn't realize they impacted each other.

@lidavidm lidavidm added this to the 12.0.0 milestone Feb 27, 2023
lidavidm added a commit that referenced this issue Feb 27, 2023
### Rationale for this change

I broke main by merging two PRs in quick succession that unfortunately didn't work together.

### What changes are included in this PR?

Fix the build error.

### Are these changes tested?

N/A

### Are there any user-facing changes?

No, test code only
* Closes: #34367

Authored-by: David Li <li.davidm96@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
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.

2 participants