Skip to content
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

[v4.0-rhel backport] bump to race-free c/image and c/storage along with test to verify concurrent/parallel builds #13623

Commits on Mar 23, 2022

  1. vendor: bump c/storage to v1.38.3

    Bump c/storage to v1.38.3 so podman could use new `race-free`
    `AddNames` and `RemoveNames` api
    
    Signed-off-by: Aditya R <arajan@redhat.com>
    flouthoc committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    a54be69 View commit details
    Browse the repository at this point in the history
  2. vendor: bump c/image to v5.19.2

    Bump c/image to upstream v5.19.2 so podman could use new race-free
    code.
    
    Signed-off-by: Aditya R <arajan@redhat.com>
    flouthoc committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    c9a44ef View commit details
    Browse the repository at this point in the history
  3. test: add a test to verify race free concurrent/parallel builds

    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.
    
    Test manually backported from: containers@63f92d0
    
    Signed-off-by: Aditya R <arajan@redhat.com>
    flouthoc committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    1ea5724 View commit details
    Browse the repository at this point in the history