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

[Backport 2.x] Interval schedule should take start time from the request, should not… #1047

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 417d0d9 from #1040.

#1040)

* Interval schedule should take start time from the request, should not set it to the current time of request execution.

Signed-off-by: Oleg Kravchuk <[email protected]>

* Changed the "delayed continuous execution test" to be more expressive about what it should test.

Signed-off-by: Oleg Kravchuk <[email protected]>

* fixed the NPE if schedule.startTime is NULL

Signed-off-by: Oleg Kravchuk <[email protected]>

* fixed the NPE if schedule.startTime is NULL

Signed-off-by: Oleg Kravchuk <[email protected]>

* fixed styling

Signed-off-by: Oleg Kravchuk <[email protected]>

* - removed null checks from RollUp and Transforms
- fixed comments in the "delayed execution" test

Signed-off-by: Oleg Kravchuk <[email protected]>

---------

Signed-off-by: Oleg Kravchuk <[email protected]>
(cherry picked from commit 417d0d9)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link

codecov bot commented Nov 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (36bb819) 74.96% compared to head (8f2a38b) 75.06%.

Additional details and impacted files
@@             Coverage Diff              @@
##                2.x    #1047      +/-   ##
============================================
+ Coverage     74.96%   75.06%   +0.09%     
- Complexity     2877     2880       +3     
============================================
  Files           371      371              
  Lines         17022    17022              
  Branches       2453     2453              
============================================
+ Hits          12761    12778      +17     
+ Misses         2888     2880       -8     
+ Partials       1373     1364       -9     

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

@bowenlan-amzn bowenlan-amzn merged commit 55e689a into 2.x Nov 29, 2023
42 of 45 checks passed
@github-actions github-actions bot deleted the backport/backport-1040-to-2.x branch November 29, 2023 19:17
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.

2 participants