-
Notifications
You must be signed in to change notification settings - Fork 86
Updating External Saas Tests #6363
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
its being required when loading ctl tests due to the async nature of the test class
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6363 +/- ##
=======================================
Coverage 87.09% 87.09%
=======================================
Files 455 455
Lines 29248 29248
Branches 3242 3242
=======================================
Hits 25475 25475
Misses 3047 3047
Partials 726 726 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CHANGELOG.md
Outdated
@@ -51,6 +51,7 @@ Changes can also be flagged with a GitHub label for tracking purposes. The URL o | |||
- Fixed an issue where row selections in Action Center tables did not persist across pages [#6357](https://github.com/ethyca/fides/pull/6357) | |||
- Fixed bug where an error toast appeared in a privacy request page when running Fides OSS [#6364](https://github.com/ethyca/fides/pull/6364) | |||
- Escaping column names with spaces for BigQuery [#6380](https://github.com/ethyca/fides/pull/6380) | |||
- Fixing SaaS Integration tests on CI[#6363](https://github.com/ethyca/fides/pull/6363) |
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 should probably go under Developer Experience
as something like this
- Switching from Vault to 1password for SaaS test credentials [#6363](https://github.com/ethyca/fides/pull/6363)
I don't think fixing tests should go in the change log
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.
Just asking for a quick fix on the change log, looks good otherwise
fides
|
Project |
fides
|
Branch Review |
main
|
Run status |
|
Run duration | 00m 51s |
Commit |
|
Committer | Bruno Gutierrez Rios |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
5
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Description Of Changes
Fixes CI Problems for SaaS Tests
Code Changes
Steps to Confirm
CI Passes Properly.
Saas tests run properly
Pre-Merge Checklist
CHANGELOG.md
updatedmain
downgrade()
migration is correct and works