-
Notifications
You must be signed in to change notification settings - Fork 486
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
tests: use temp file for capturing e2e goal-partkey-commands output #6115
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6115 +/- ##
==========================================
+ Coverage 56.22% 56.28% +0.06%
==========================================
Files 490 490
Lines 69705 69705
==========================================
+ Hits 39191 39236 +45
+ Misses 27840 27802 -38
+ Partials 2674 2667 -7 ☔ View full report in Codecov by Sentry. |
Codegen is also failing on this for what look like actual issues |
8147484
to
8925325
Compare
…caught it earlier
24ba9a4
to
227be8c
Compare
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.
👍 Let's remove some of the ignored shellcheck warnings and expand the list of directories it checks later!
Summary
Since #6095 fixed issues with this test, it seems to fail occasionally with long goal outputs. This attempts to fix the issue like seen in https://app.circleci.com/pipelines/github/algorand/go-algorand/18982/workflows/7b9dc41e-1521-436c-afe2-6d365c07fb57/jobs/277753
Test Plan
Hopes to reduce occasional E2E test failures.
Adds a shellcheck in e2e_subs to CI that would have caught the bug found in #6095 where
${gcmd}
was being called without being defined.