Remove relative date in IndicesRequestCacheIT#20920
Remove relative date in IndicesRequestCacheIT#20920andrross merged 1 commit intoopensearch-project:mainfrom
Conversation
PR Reviewer Guide 🔍(Review updated until commit 29a5e3a)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 29a5e3a
Previous suggestionsSuggestions up to commit 14d37cd
|
|
❌ Gradle check result for 14d37cd: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
The dates in the test are starting to fall out of the now-10y window. It should be fine to use a fixed date for the 'from' since the 'to' uses now. Signed-off-by: Andrew Ross <andrross@amazon.com>
14d37cd to
29a5e3a
Compare
|
Persistent review updated to latest commit 29a5e3a |
|
❌ Gradle check result for 29a5e3a: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
LGTM. After analysis, the root cause is as follows:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #20920 +/- ##
============================================
- Coverage 73.30% 73.21% -0.10%
+ Complexity 72484 72477 -7
============================================
Files 5819 5819
Lines 331155 331237 +82
Branches 47840 47860 +20
============================================
- Hits 242769 242531 -238
- Misses 68876 69227 +351
+ Partials 19510 19479 -31 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The dates in the test are starting to fall out of the now-10y window. It should be fine to use a fixed date for the 'from' since the 'to' uses now. Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: kkewwei <kkewwei@163.com>
|
How many other ticking time bombs do we have in the core or any other repo? Speaking for security, I know we have some demo certs that expire in the future but for the most part the repo will generate certs on the fly for testing. |
The dates in the test are starting to fall out of the now-10y window. It should be fine to use a fixed date for the 'from' since the 'to' uses now. Signed-off-by: Andrew Ross <andrross@amazon.com> (cherry picked from commit bbb28cd) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
The dates in the test are starting to fall out of the now-10y window. It should be fine to use a fixed date for the 'from' since the 'to' uses now. Signed-off-by: Andrew Ross <andrross@amazon.com> (cherry picked from commit bbb28cd) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
The dates in the test are starting to fall out of the now-10y window. It should be fine to use a fixed date for the 'from' since the 'to' uses now. (cherry picked from commit bbb28cd) Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
The dates in the test are starting to fall out of the now-10y window. It should be fine to use a fixed date for the 'from' since the 'to' uses now.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.