Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Tasks might interfere if another sequence was paused but task still running #5259

Closed
ermin-muratovic opened this issue Sep 16, 2021 · 2 comments
Labels
area:core area:shipyard-controller Issue is related to the shipyard-controller needs discussion type:bug Something is not working as intended/documented

Comments

@ermin-muratovic
Copy link
Member

Environment

  • Keptn Version (keptn version): 0.9.0

Describe the bug
If a sequence is paused, the currently running task might still take some time. If another sequence is triggered meanwhile, the sequence would start and it might happen that two tasks are executed at the same time.

As an example, in my case the helm-service failed installing/upgrading chart, because the deployment task in the paused sequence before was still running.

image

To Reproduce

Steps to reproduce the behavior:

  1. Trigger a delivery sequence
  2. Pause the sequence, while the deployment task is running
  3. Trigger a new delivery sequence
  4. See the new sequence starting and if both deployment task are running at the same time you can see the error

Expected behavior
I would expect the new sequence to wait for the task in the paused sequence to be finished.

Screenshots
image

@ermin-muratovic ermin-muratovic added type:bug Something is not working as intended/documented area:shipyard-controller Issue is related to the shipyard-controller labels Sep 16, 2021
@johannes-b johannes-b added this to the 0.11.0 (Bridge) milestone Oct 11, 2021
@agrimmer
Copy link
Member

This issue has the same root cause as #5557

@thisthat
Copy link
Member

Duplicate of #5557

@johannes-b johannes-b removed this from the 0.11.0 milestone Nov 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area:core area:shipyard-controller Issue is related to the shipyard-controller needs discussion type:bug Something is not working as intended/documented
Projects
None yet
Development

No branches or pull requests

4 participants