-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[SnapshotV2] Version change to V_2.17.0 for node min version check in create snapshot V2 #15644
[SnapshotV2] Version change to V_2.17.0 for node min version check in create snapshot V2 #15644
Conversation
872aee6
to
230a358
Compare
❌ Gradle check result for 872aee6: 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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15644 +/- ##
============================================
- Coverage 72.00% 71.78% -0.22%
+ Complexity 64149 64002 -147
============================================
Files 5269 5269
Lines 299834 299867 +33
Branches 43330 43340 +10
============================================
- Hits 215895 215269 -626
- Misses 66217 66870 +653
- Partials 17722 17728 +6 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Anshu Agarwal <[email protected]>
❌ Gradle check result for 253abcc: null 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: Anshu Agarwal <[email protected]>
❌ Gradle check result for 7529554: null 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? |
❌ Gradle check result for 7529554: 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: Anshu Agarwal <[email protected]> Co-authored-by: Anshu Agarwal <[email protected]> (cherry picked from commit 73e14ab) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Anshu Agarwal <[email protected]> Co-authored-by: Anshu Agarwal <[email protected]> (cherry picked from commit 73e14ab) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 73e14ab) Signed-off-by: Anshu Agarwal <[email protected]> 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> Co-authored-by: Anshu Agarwal <[email protected]>
…ject#15644) Signed-off-by: Anshu Agarwal <[email protected]> Co-authored-by: Anshu Agarwal <[email protected]> Signed-off-by: Sachin Kale <[email protected]>
* Mute test testRemoteStoreCleanupForDeletedIndexForSnapshotV2 (#15695) Signed-off-by: Marc Handalian <[email protected]> * Mute flaky test RemoteFsTimestampAwareTranslogTests.testSimpleOperationsUpload (#15732) Signed-off-by: Sachin Kale <[email protected]> Co-authored-by: Sachin Kale <[email protected]> * Mute failing snapshot status tests (#15652) Signed-off-by: Lakshya Taragi <[email protected]> Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Lakshya Taragi <[email protected]> * Restore snapshot changes for shallow snapshot V2 (#15462) --------- Signed-off-by: Sachin Kale <[email protected]> Co-authored-by: Sachin Kale <[email protected]> Co-authored-by: Gaurav Bafna <[email protected]> Signed-off-by: Sachin Kale <[email protected]> * version change to V_2.17.0 for node min version check (#15644) Signed-off-by: Anshu Agarwal <[email protected]> Co-authored-by: Anshu Agarwal <[email protected]> Signed-off-by: Sachin Kale <[email protected]> --------- Signed-off-by: Marc Handalian <[email protected]> Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Lakshya Taragi <[email protected]> Signed-off-by: Lakshya Taragi <[email protected]> Signed-off-by: Anshu Agarwal <[email protected]> Co-authored-by: Marc Handalian <[email protected]> Co-authored-by: Sachin Kale <[email protected]> Co-authored-by: Lakshya Taragi <[email protected]> Co-authored-by: Gaurav Bafna <[email protected]> Co-authored-by: Anshu Agarwal <[email protected]> Co-authored-by: Anshu Agarwal <[email protected]>
…ject#15644) Signed-off-by: Anshu Agarwal <[email protected]> Co-authored-by: Anshu Agarwal <[email protected]>
…ject#15644) Signed-off-by: Anshu Agarwal <[email protected]> Co-authored-by: Anshu Agarwal <[email protected]>
…ject#15644) Signed-off-by: Anshu Agarwal <[email protected]> Co-authored-by: Anshu Agarwal <[email protected]>
…ject#15644) Signed-off-by: Anshu Agarwal <[email protected]> Co-authored-by: Anshu Agarwal <[email protected]>
Description
This PR changes min node version check to V_2.17.0 in create snapshot v2.
Related Issues
Resolves #15123
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.