-
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
Change pinned timestamp file format stored in remote store #15526
Change pinned timestamp file format stored in remote store #15526
Conversation
7a05214
to
5c4dcf9
Compare
❌ Gradle check result for 7a05214: 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 #15526 +/- ##
=========================================
Coverage 71.89% 71.90%
- Complexity 63791 63832 +41
=========================================
Files 5249 5247 -2
Lines 298149 298109 -40
Branches 43084 43084
=========================================
- Hits 214368 214354 -14
- Misses 66126 66199 +73
+ Partials 17655 17556 -99 ☔ View full report in Codecov by Sentry. |
❌ Gradle check result for bbda09f: 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? |
bbda09f
to
d767d2b
Compare
❌ Gradle check result for 18569c8: 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 <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
18569c8
to
38c36b9
Compare
❕ Gradle check result for 38c36b9: 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. |
Changes are mostly covered in the integ tests. CodeCov is failing as it does not consider coverage from integ tests. |
--------- Signed-off-by: Sachin Kale <[email protected]> Co-authored-by: Sachin Kale <[email protected]> (cherry picked from commit cfcfe21) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…15587) --------- (cherry picked from commit cfcfe21) Signed-off-by: Sachin Kale <[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: Sachin Kale <[email protected]>
…h-project#15526) --------- Signed-off-by: Sachin Kale <[email protected]> Co-authored-by: Sachin Kale <[email protected]>
…h-project#15526) --------- Signed-off-by: Sachin Kale <[email protected]> Co-authored-by: Sachin Kale <[email protected]>
…h-project#15526) --------- Signed-off-by: Sachin Kale <[email protected]> Co-authored-by: Sachin Kale <[email protected]>
…h-project#15526) --------- Signed-off-by: Sachin Kale <[email protected]> Co-authored-by: Sachin Kale <[email protected]>
Description
<timestamp, pinning entity>
tuple.<pinning entity>__<timestamp>
which makes debugging easier just by listing the files.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.