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

SO-3966 fluent job wait retry api #1233

Merged
merged 10 commits into from Oct 18, 2023
Merged

Conversation

cmark
Copy link
Member

@cmark cmark commented Oct 17, 2023

Also added an AsyncRequest.retryUntil() helper that polls the built request until a certain condition is met in the response.

Also added an AsyncRequest.retryUntil() helper that polls the built
request until a certain condition is met in the response.
@cmark cmark requested a review from apeteri October 17, 2023 12:44
@cmark cmark self-assigned this Oct 17, 2023
@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

Attention: 26 lines in your changes are missing coverage. Please review.

Comparison is base (31df414) 64.03% compared to head (4e503aa) 64.03%.
Report is 29 commits behind head on 9.x.

Additional details and impacted files
@@            Coverage Diff            @@
##                9.x    #1233   +/-   ##
=========================================
  Coverage     64.03%   64.03%           
- Complexity    13122    13143   +21     
=========================================
  Files          1795     1795           
  Lines         61371    61364    -7     
  Branches       5703     5706    +3     
=========================================
- Hits          39300    39296    -4     
+ Misses        19611    19602    -9     
- Partials       2460     2466    +6     
Files Coverage Δ
.../snowowl/core/authorization/AuthorizedRequest.java 84.09% <100.00%> (+2.69%) ⬆️
...ore/request/resource/DependencyCompareRequest.java 0.00% <ø> (ø)
...ernational/snowowl/core/jobs/RemoteJobTracker.java 91.93% <93.33%> (ø)
...al/snowowl/core/compare/AnalysisCompareResult.java 0.00% <0.00%> (ø)
...l/snowowl/core/jobs/ScheduleJobRequestBuilder.java 79.31% <25.00%> (-20.69%) ⬇️
...nternational/snowowl/core/events/AsyncRequest.java 54.71% <33.33%> (-6.99%) ⬇️
...national/snowowl/core/jobs/ScheduleJobRequest.java 74.35% <25.00%> (-10.94%) ⬇️

... and 35 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@apeteri apeteri left a comment

Choose a reason for hiding this comment

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

LGTM!

@cmark cmark requested review from apeteri and nagyo October 18, 2023 08:54
@cmark cmark added the feature label Oct 18, 2023
Copy link
Member

@nagyo nagyo left a comment

Choose a reason for hiding this comment

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

🍏

@cmark cmark merged commit 2ba8192 into 9.x Oct 18, 2023
4 of 5 checks passed
@cmark cmark deleted the feature/SO-3966-fluent-job-wait-retry-api branch October 18, 2023 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants