-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Actual behavior
We now run all integration tests in parallel, occasionally they crash with a concurrency issue:
https://github.com/osscontainertools/kaniko/actions/runs/19255094029/job/55048032841?pr=372
specifically this access here https://github.com/osscontainertools/kaniko/blob/deprecated-compression/integration/images.go#L427
Expected behavior
maybe mutex lock access or find some other architecture that doesn't require a shared resource between the tests.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working