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

Added lease extension to java sdk and fixed tests #349

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ystxn
Copy link
Contributor

@ystxn ystxn commented Dec 24, 2024

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • WHOSUSING.md
  • Other (please describe):

Changes in this PR

Issue #306

  • Add lease extension flag
  • Fix tests

@ystxn ystxn requested review from v1r3n and jmigueprieto December 24, 2024 03:19
@ystxn ystxn force-pushed the fix/add-lease-extension branch 5 times, most recently from 4e38713 to 21b81f7 Compare December 24, 2024 07:20
@ystxn ystxn force-pushed the fix/add-lease-extension branch from 21b81f7 to 395c672 Compare December 26, 2024 02:57
@@ -36,6 +35,7 @@ java {

test {
useJUnitPlatform()
maxParallelForks = 1
Copy link
Contributor

Choose a reason for hiding this comment

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

@ystxn why is this required?

This might significantly slow down tests, since there will be no parallel test execution.

Copy link
Contributor

Choose a reason for hiding this comment

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

I see now that tests weren't running because they were using JUnit4 annotations.

Copy link
Contributor

@jmigueprieto jmigueprieto left a comment

Choose a reason for hiding this comment

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

LGTM, let's get this merged and then fix the maxParallelForks = 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants