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

Plan failed when user initializes prod environment #2664

Open
alinamykal opened this issue May 22, 2024 · 0 comments
Open

Plan failed when user initializes prod environment #2664

alinamykal opened this issue May 22, 2024 · 0 comments
Labels
Project: UI Issues related to creating the UI

Comments

@alinamykal
Copy link

alinamykal commented May 22, 2024

Description
When user initializes prod environment and run Plan, Plan failed and error "One or more tests are failed" is appeared".

Steps to Reproduce

Scenario related to prod environment initialization:

  1. User use the command make ui-up.;
  2. IDE Page is opened;
  3. User clicks Plan Button;
  4. User clicks Apply Changes and Backfill to initializes prod environment;
  5. Plan failed;
  6. Error "One or more tests are failed" is appeared.

Another case:

  1. User use the command make ui-up.;
  2. IDE Page is opened;
  3. User clicks Plan Button;
  4. User clicks Apply Changes and Backfill to initializes prod environment;
  5. Plan failed;
  6. User clicks Start Over , new page is opened;
  7. User opens Additional Options dropdown and clicks skip tests;
  8. User added new environment;
  9. User added new item to the items.py model;
  10. User clicks Plan ;
  11. Modal window "Some changes are missing categorization" is appeared;
  12. User ClicksYes, Apply;
  13. Error is appeared "One or more tests are failed" is appeared".

Expected result:
When user initializes prod environment and run Plan:

  1. Prod environment is initialized;
  2. Tests are passed;
  3. Changes and Backfills are Applied.

Environment
Chrome

Image

@tobymao tobymao added the Project: UI Issues related to creating the UI label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Project: UI Issues related to creating the UI
Projects
None yet
Development

No branches or pull requests

2 participants