-
Notifications
You must be signed in to change notification settings - Fork 73
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
HJ-300 - Timed out tests should fail on CI #5571
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
I think we we can keep some of the other ones in place, we currently have:
|
fides Run #11326
Run Properties:
|
Project |
fides
|
Branch Review |
refs/pull/5571/merge
|
Run status |
Passed #11326
|
Run duration | 01m 06s |
Commit |
f57b79b5f3 ℹ️: Merge 83faf44feec124b99d810936df1e6ff21f6e9db2 into bd7bd4bfcc2f4a4a3bf72514c636...
|
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 ↗︎ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5571 +/- ##
=======================================
Coverage 79.02% 79.02%
=======================================
Files 389 389
Lines 24722 24722
Branches 2702 2702
=======================================
+ Hits 19536 19537 +1
Misses 4665 4665
+ Partials 521 520 -1 ☔ View full report in Codecov by Sentry. |
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.
looks good, let's just keep our eyes out for two things related to this, moving forward:
- whether there are any unintended side effects of switching this off, i.e. maybe it was in place originally for a legitimate reason that we haven't considered. i think it should be fine, but just wanna state this so we can both keep our eyes out!
- whether it may make sense to switch this off for any of the other CI jobs it's currently enabled for. maybe it's fine to keep, per your comment - but let's just keep that possibility in the back of our minds!
fides Run #11356
Run Properties:
|
Project |
fides
|
Branch Review |
main
|
Run status |
Passed #11356
|
Run duration | 00m 38s |
Commit |
d848f4b63f: HJ-300 - Timed out tests should fail on CI (#5571)
|
Committer | Andres Torres |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Closes #HJ-300
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