-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Never Merge] Verify parallel build race fix and new storage API #13339
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
9d29ab4
to
99a934d
Compare
Use race-free c/storage and c/image api Signed-off-by: Aditya R <arajan@redhat.com>
99a934d
to
cd27f71
Compare
Looks like happy tests @flouthoc ! For the final, it would be nice to add a test similar to the reproducer. |
803f980
to
4949897
Compare
Signed-off-by: Aditya R <arajan@redhat.com>
4949897
to
0e23efb
Compare
Thanks @TomSweeneyRedHat added a test for this as well. |
@containers/storage-maintainers PTAL but following PR is just to verify not to merge |
Once the c/storage PR is merged, we also need to open a PR against c/common and to migrate Tag/Untag. |
@vrothberg Yes I agree. For |
Since we know that |
@flouthoc: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Invoking parallel/concurrent builds from podman race against each other following behviour was fixed in containers/storage#1153 and containers/image#1480 Test verifies if following bug is fixed in new race-free API or not. Read more about this issue, see bz 2055487 for more details. More details here: containers/buildah#3794 and containers#13339 Co-authored-by: Ed Santiago <santiago@redhat.com> Signed-off-by: Aditya R <arajan@redhat.com>
@flouthoc is this PR still needed? |
@vrothberg Nope. Thanks for reminding. |
Invoking parallel/concurrent builds from podman race against each other following behviour was fixed in containers/storage#1153 and containers/image#1480 Test verifies if following bug is fixed in new race-free API or not. Read more about this issue, see bz 2055487 for more details. More details here: containers/buildah#3794 and containers#13339 Co-authored-by: Ed Santiago <santiago@redhat.com> Signed-off-by: Aditya R <arajan@redhat.com>
DO NOT MERGE
Verify
race condition
fix for parallel builds changes in deps.Just to verify: https://github.com/containers/image/pull/1480/files & containers/storage#1153
Fixes issue for following reproducer
Reproducer
Dockerfile
FROM quay.io/jitesoft/alpine