-
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 <anshukag@amazon.com>
❌ 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 <anshukag@amazon.com>
❌ 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 <anshukag@amazon.com> Co-authored-by: Anshu Agarwal <anshukag@amazon.com> (cherry picked from commit 73e14ab) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Anshu Agarwal <anshukag@amazon.com> Co-authored-by: Anshu Agarwal <anshukag@amazon.com> (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 <anshukag@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> Co-authored-by: Anshu Agarwal <anshukag@amazon.com>
…ject#15644) Signed-off-by: Anshu Agarwal <anshukag@amazon.com> Co-authored-by: Anshu Agarwal <anshukag@amazon.com> Signed-off-by: Sachin Kale <kalsac@amazon.com>
* Mute test testRemoteStoreCleanupForDeletedIndexForSnapshotV2 (#15695) Signed-off-by: Marc Handalian <marc.handalian@gmail.com> * Mute flaky test RemoteFsTimestampAwareTranslogTests.testSimpleOperationsUpload (#15732) Signed-off-by: Sachin Kale <kalsac@amazon.com> Co-authored-by: Sachin Kale <kalsac@amazon.com> * Mute failing snapshot status tests (#15652) Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com> Signed-off-by: Sachin Kale <kalsac@amazon.com> Signed-off-by: Lakshya Taragi <157457166+ltaragi@users.noreply.github.com> * Restore snapshot changes for shallow snapshot V2 (#15462) --------- Signed-off-by: Sachin Kale <kalsac@amazon.com> Co-authored-by: Sachin Kale <kalsac@amazon.com> Co-authored-by: Gaurav Bafna <gbbafna@amazon.com> Signed-off-by: Sachin Kale <kalsac@amazon.com> * version change to V_2.17.0 for node min version check (#15644) Signed-off-by: Anshu Agarwal <anshukag@amazon.com> Co-authored-by: Anshu Agarwal <anshukag@amazon.com> Signed-off-by: Sachin Kale <kalsac@amazon.com> --------- Signed-off-by: Marc Handalian <marc.handalian@gmail.com> Signed-off-by: Sachin Kale <kalsac@amazon.com> Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com> Signed-off-by: Lakshya Taragi <157457166+ltaragi@users.noreply.github.com> Signed-off-by: Anshu Agarwal <anshukag@amazon.com> Co-authored-by: Marc Handalian <marc.handalian@gmail.com> Co-authored-by: Sachin Kale <kalsac@amazon.com> Co-authored-by: Lakshya Taragi <157457166+ltaragi@users.noreply.github.com> Co-authored-by: Gaurav Bafna <gbbafna@amazon.com> Co-authored-by: Anshu Agarwal <anshuagarwal11@gmail.com> Co-authored-by: Anshu Agarwal <anshukag@amazon.com>
…ject#15644) Signed-off-by: Anshu Agarwal <anshukag@amazon.com> Co-authored-by: Anshu Agarwal <anshukag@amazon.com>
…ject#15644) Signed-off-by: Anshu Agarwal <anshukag@amazon.com> Co-authored-by: Anshu Agarwal <anshukag@amazon.com>
…ject#15644) Signed-off-by: Anshu Agarwal <anshukag@amazon.com> Co-authored-by: Anshu Agarwal <anshukag@amazon.com>
…ject#15644) Signed-off-by: Anshu Agarwal <anshukag@amazon.com> Co-authored-by: Anshu Agarwal <anshukag@amazon.com>
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.