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

ARROW-17704: [Java][FlightRPC] Update to Junit 5 #14103

Merged
merged 3 commits into from
Sep 16, 2022

Conversation

andreoss
Copy link
Contributor

@andreoss andreoss commented Sep 13, 2022

@github-actions
Copy link

@andreoss andreoss marked this pull request as ready for review September 13, 2022 03:22
@lidavidm
Copy link
Member

Thank you!

ARROW-4740 is already resolved, would you mind creating a new Jira?

@andreoss andreoss changed the title ARROW-4740: [Java] [flight] Update to Junit 5 ARROW-17704: [Java] [flight] Update to Junit 5 Sep 13, 2022
@andreoss
Copy link
Contributor Author

@lidavidm Created a new Jira. I plan to convert other modules as well, will split into several PRs

@lidavidm lidavidm changed the title ARROW-17704: [Java] [flight] Update to Junit 5 ARROW-17704: [Java][FlightRPC] Update to Junit 5 Sep 13, 2022
@lidavidm
Copy link
Member

Great, thank you. I'll try to review this soon.

(Note that we generally use a single jira per PR, you can create jira sub-tasks for each PR if you like or just separate jiras)

@github-actions
Copy link

@github-actions
Copy link

⚠️ Ticket has not been started in JIRA, please click 'Start Progress'.

Copy link
Member

@lidavidm lidavidm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Just two comments

java/pom.xml Outdated
@@ -398,7 +398,14 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<version>2.22.2</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any way to avoid downgrading surefire?

Copy link
Contributor Author

@andreoss andreoss Sep 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lidavidm
I believe it's the same problem as reported here https://issues.apache.org/jira/browse/SUREFIRE-2033

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm. Is it possible to downgrade to only, say, 3.0.0-M4, and add a comment linking to the regression? Or otherwise, is it possible to configure the runners to avoid this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lidavidm Done. Fixed by adding extra decencies to surefire, the version remains '3.0.0-M7'

Copy link
Member

@lidavidm lidavidm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slick, thank you for figuring it out.

@davisusanibar or @lwhite1 any comments here before I merge?

@lidavidm lidavidm merged commit b48d228 into apache:master Sep 16, 2022
@ursabot
Copy link

ursabot commented Sep 17, 2022

Benchmark runs are scheduled for baseline = 5e6da78 and contender = b48d228. b48d228 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Finished ⬇️0.0% ⬆️0.0%] ec2-t3-xlarge-us-east-2
[Failed ⬇️0.14% ⬆️0.0%] test-mac-arm
[Failed ⬇️0.0% ⬆️0.0%] ursa-i9-9960x
[Finished ⬇️0.28% ⬆️0.0%] ursa-thinkcentre-m75q
Buildkite builds:
[Finished] b48d2287 ec2-t3-xlarge-us-east-2
[Finished] b48d2287 test-mac-arm
[Failed] b48d2287 ursa-i9-9960x
[Finished] b48d2287 ursa-thinkcentre-m75q
[Finished] 5e6da78a ec2-t3-xlarge-us-east-2
[Failed] 5e6da78a test-mac-arm
[Failed] 5e6da78a ursa-i9-9960x
[Finished] 5e6da78a ursa-thinkcentre-m75q
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

@ursabot
Copy link

ursabot commented Sep 17, 2022

['Python', 'R'] benchmarks have high level of regressions.
test-mac-arm
ursa-i9-9960x

zagto pushed a commit to zagto/arrow that referenced this pull request Oct 7, 2022
fatemehp pushed a commit to fatemehp/arrow that referenced this pull request Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants