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

Incorrect current step when certain tests are missing #384

Open
matei-radu-adrian opened this issue Apr 5, 2024 · 0 comments
Open

Incorrect current step when certain tests are missing #384

matei-radu-adrian opened this issue Apr 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@matei-radu-adrian
Copy link

Expected Behavior

Getting the current step for a pipeline execution should return the first step that was not completed yet.

Actual Behavior

Getting the current step for a pipeline execution where tests steps (UI testing or functional testing) are marked as incomplete (as nothing is done during those steps) will return the incomplete step and not the proper current step (which may be approval step)

Reproduction Scenario, Platform, and Version

Have a program that has a Production environment, but no UI or functional tests.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to a program where there are no UI tests
  2. Start the Production CI_CD pipeline
  3. Wait for pipeline to reach approval step
  4. Run aio cloudmanager:current-execution:get <pipelineId> command and get the UI tests step instead of approval step

The new step status incomplete was added in 2023.6.0 release of Cloud Manager: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/release-notes/cloud-manager/2023/2023-6-0

@matei-radu-adrian matei-radu-adrian added the bug Something isn't working label Apr 5, 2024
matei-radu-adrian pushed a commit to matei-radu-adrian/aio-lib-cloudmanager that referenced this issue Apr 5, 2024
matei-radu-adrian pushed a commit to matei-radu-adrian/aio-lib-cloudmanager that referenced this issue Apr 9, 2024
matei-radu-adrian added a commit to matei-radu-adrian/aio-lib-cloudmanager that referenced this issue Apr 9, 2024
matei-radu-adrian pushed a commit to matei-radu-adrian/aio-lib-cloudmanager that referenced this issue Apr 9, 2024
matei-radu-adrian pushed a commit to matei-radu-adrian/aio-lib-cloudmanager that referenced this issue Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant