-
Notifications
You must be signed in to change notification settings - Fork 74
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
LA-118 - Timed out tests should fail on CI #5563
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
fides Run #11318
Run Properties:
|
Project |
fides
|
Branch Review |
refs/pull/5563/merge
|
Run status |
Passed #11318
|
Run duration | 00m 49s |
Commit |
bc2f074e02 ℹ️: Merge 39f975f38e78fe13b1a562269da3082b44c1e98d into ca8e8470f38218fd95d448e1cf64...
|
Committer | Andres Torres |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
View all changes introduced in this branch ↗︎ |
.github/workflows/backend_checks.yml
Outdated
@@ -92,7 +92,6 @@ jobs: | |||
'"pytest(nox)"', | |||
] | |||
runs-on: ubuntu-latest | |||
continue-on-error: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may want to keep this one, so it doesn't stop if Static-Checks
fail.
.github/workflows/backend_checks.yml
Outdated
@@ -118,7 +117,6 @@ jobs: | |||
Performance-Checks: | |||
needs: Check-Container-Startup | |||
runs-on: ubuntu-latest | |||
continue-on-error: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may want to keep this one, so it doesn't stop if Performance-Checks
fail.
.github/workflows/backend_checks.yml
Outdated
@@ -206,7 +204,6 @@ jobs: | |||
|
|||
runs-on: ubuntu-latest | |||
timeout-minutes: 15 | |||
continue-on-error: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want it to continue to check even if Check-Container-Startup
failed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks good, and may be a fine starting point - but probably worth considering removing this flag from other jobs in the workflow?
Superceded by #5571 |
Closes #
Description Of Changes
Timed out tests should fail on CI, they are now actually failing on timeout.
Code Changes
continue-on-error
forSafe-Tests
Steps to Confirm
continue-on-error
forSafe-Tests
Pre-Merge Checklist
CHANGELOG.md
updatedmain
downgrade()
migration is correct and works