-
Notifications
You must be signed in to change notification settings - Fork 669
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
Fixup flytectl #5309
Fixup flytectl #5309
Conversation
Signed-off-by: Eduardo Apolinario <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
The expectation is that the flytectl unit tests are going to fail. |
Signed-off-by: Eduardo Apolinario <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5309 +/- ##
==========================================
+ Coverage 59.68% 60.20% +0.51%
==========================================
Files 568 646 +78
Lines 41729 45654 +3925
==========================================
+ Hits 24906 27486 +2580
- Misses 14410 15576 +1166
- Partials 2413 2592 +179
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: Eduardo Apolinario <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
Signed-off-by: Eduardo Apolinario <[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.
+1 to following up on failing unit tests
THANK YOU!!
Signed-off-by: Eduardo Apolinario <[email protected]>
🎉 |
* Fix up flytectl Signed-off-by: Eduardo Apolinario <[email protected]> * Rename module and fix references Signed-off-by: Eduardo Apolinario <[email protected]> * Hook up linting and unit tests Signed-off-by: Eduardo Apolinario <[email protected]> * Remove boilerplate directory Signed-off-by: Eduardo Apolinario <[email protected]> * Include flytectl in the go-checks gh job Signed-off-by: Eduardo Apolinario <[email protected]> * Fix a few unit tests Signed-off-by: Eduardo Apolinario <[email protected]> * Fix more tests Signed-off-by: Eduardo Apolinario <[email protected]> * Fix more tests Signed-off-by: Eduardo Apolinario <[email protected]> * Fix graphviz test Signed-off-by: Eduardo Apolinario <[email protected]> * Reorder test in graphviz_test Signed-off-by: Eduardo Apolinario <[email protected]> * Remove -race from unit tests temporarily Signed-off-by: Eduardo Apolinario <[email protected]> --------- Signed-off-by: Eduardo Apolinario <[email protected]> Co-authored-by: Eduardo Apolinario <[email protected]>
* Fix up flytectl Signed-off-by: Eduardo Apolinario <[email protected]> * Rename module and fix references Signed-off-by: Eduardo Apolinario <[email protected]> * Hook up linting and unit tests Signed-off-by: Eduardo Apolinario <[email protected]> * Remove boilerplate directory Signed-off-by: Eduardo Apolinario <[email protected]> * Include flytectl in the go-checks gh job Signed-off-by: Eduardo Apolinario <[email protected]> * Fix a few unit tests Signed-off-by: Eduardo Apolinario <[email protected]> * Fix more tests Signed-off-by: Eduardo Apolinario <[email protected]> * Fix more tests Signed-off-by: Eduardo Apolinario <[email protected]> * Fix graphviz test Signed-off-by: Eduardo Apolinario <[email protected]> * Reorder test in graphviz_test Signed-off-by: Eduardo Apolinario <[email protected]> * Remove -race from unit tests temporarily Signed-off-by: Eduardo Apolinario <[email protected]> --------- Signed-off-by: Eduardo Apolinario <[email protected]> Co-authored-by: Eduardo Apolinario <[email protected]>
Why are the changes needed?
This PR brings the necessary changes to run flytectl CI changes in accordance with the model defined for the other components in the monorepo, including bumping the version of go (from 1.19 to 1.21).
This PR also renames the flytectl module and all its internal imports.
What changes were proposed in this pull request?
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link