-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add more unit tests for RemoteStoreUtils and RemoteFsTimestampAwareTranslog #16151
Add more unit tests for RemoteStoreUtils and RemoteFsTimestampAwareTranslog #16151
Conversation
server/src/main/java/org/opensearch/index/remote/RemoteStoreUtils.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/index/translog/RemoteFsTimestampAwareTranslog.java
Show resolved
Hide resolved
❌ Gradle check result for 063f3fc: 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? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16151 +/- ##
============================================
- Coverage 71.87% 71.86% -0.01%
+ Complexity 64528 64509 -19
============================================
Files 5296 5296
Lines 301744 301746 +2
Branches 43585 43586 +1
============================================
- Hits 216864 216841 -23
- Misses 67014 67080 +66
+ Partials 17866 17825 -41 ☔ View full report in Codecov by Sentry. |
❌ Gradle check result for b42e759: 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? |
Signed-off-by: Sachin Kale <sachinpkale@gmail.com>
…mFromMetadataFile Signed-off-by: Sachin Kale <sachinpkale@gmail.com>
…Remote Signed-off-by: Sachin Kale <sachinpkale@gmail.com>
Signed-off-by: Sachin Kale <sachinpkale@gmail.com>
Signed-off-by: Sachin Kale <sachinpkale@gmail.com>
b42e759
to
a84b06a
Compare
❕ Gradle check result for a84b06a: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
…anslog (opensearch-project#16151) Signed-off-by: Sachin Kale <sachinpkale@gmail.com>
…anslog (opensearch-project#16151) Signed-off-by: Sachin Kale <sachinpkale@gmail.com>
…anslog (opensearch-project#16151) Signed-off-by: Sachin Kale <sachinpkale@gmail.com>
Description
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.