-
Notifications
You must be signed in to change notification settings - Fork 2k
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
fix simultaneously creating a snapshot and updating the repository can potentially trigger an infinite loop #17532
base: main
Are you sure you want to change the base?
Conversation
3185a72
to
2a17f65
Compare
❌ Gradle check result for 2a17f65: 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? |
0a9da2d
to
42e3000
Compare
❌ Gradle check result for 42e3000: 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? |
f25fde9
to
5b2dd4a
Compare
❌ Gradle check result for 5b2dd4a: 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? |
5b2dd4a
to
d766eb3
Compare
❌ Gradle check result for d766eb3: 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? |
d766eb3
to
2757776
Compare
❌ Gradle check result for 2757776: 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? |
2757776
to
f234048
Compare
❌ Gradle check result for f234048: 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: kkewwei <[email protected]> Signed-off-by: kkewwei <[email protected]>
f234048
to
7957cdb
Compare
❕ Gradle check result for 7957cdb: 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. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17532 +/- ##
============================================
- Coverage 72.43% 72.42% -0.01%
- Complexity 65721 65724 +3
============================================
Files 5311 5311
Lines 304941 304955 +14
Branches 44228 44228
============================================
- Hits 220890 220872 -18
- Misses 65952 66004 +52
+ Partials 18099 18079 -20 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ResourceAwareTasksTests.testTaskResourceTrackingDuringTaskCancellation ##14293 |
Description
Related Issues
Resolves #17531
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.