fix flaky/ignored tests that cause CI flapping

Description

epic for fixing all flaky or ignored tests

Acceptance / Success Criteria

None
22% Done
Loading...

Lucidchart Diagrams

Activity

Show:

Benjamin Reed June 17, 2022 at 4:34 PM

To test an individual smoke test:

  1. Create a branch for working on the test:
    git checkout -b jira/NMS-XXXXX-flaky

  2. Edit .circleci/scripts/smoke.sh and change the section near the bottom that contains "if [ $SUITE = "minimal" ]" to be:

  3. Commit the smoke.sh change:
    git commit -a -m 'enable testing flaky MyFlakyTestIT'

  4. Make and commit your test changes

  5. Push your branch to run in CircleCI:
    git push -u origin jira/NMS-XXXXX-flaky:jira/NMS-XXXXX-flaky

  6. Keep committing and pushing fixes until it works

  7. revert the first commit (do "git log .circleci/scripts/smoke.sh" to find it):
    git revert <commit-hash>

Details

Assignee

Reporter

Affects versions

Priority

Epic Name

PagerDuty

Created June 2, 2022 at 4:26 PM
Updated March 22, 2023 at 7:01 PM