-
Notifications
You must be signed in to change notification settings - Fork 674
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
integration test config #5058
integration test config #5058
Conversation
Signed-off-by: troychiu <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5058 +/- ##
=======================================
Coverage 59.00% 59.00%
=======================================
Files 645 645
Lines 55578 55578
=======================================
Hits 32792 32792
Misses 20194 20194
Partials 2592 2592
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: troychiu <[email protected]>
Signed-off-by: troychiu <[email protected]>
Signed-off-by: troychiu <[email protected]>
Signed-off-by: troychiu <[email protected]>
// Run `flytectl demo start` to start the sandbox | ||
func getSandboxDbConfig() *database.DbConfig { |
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.
cc @ysysys3074 you can try this config to run integration tests
Signed-off-by: troychiu <[email protected]>
Signed-off-by: troychiu <[email protected]>
Signed-off-by: troychiu <[email protected]>
Catch some places that I didn't modify correspondingly. (don't know why IDE didn't catch that) |
Signed-off-by: troychiu <[email protected]>
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.
Signed-off-by: troychiu <[email protected]>
Tracking issue
NA
Why are the changes needed?
Local integration test for flyteadmin will fail because of the out-of-dated db config.
What changes were proposed in this pull request?
Set sandbox db as default and add a environment variable in github action.
With these changes, contributors can easily run integration test locally and the github action can keep running