Skip to content
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

Remove verbose flag from go test runs #2711

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

VenelinMartinov
Copy link
Contributor

@VenelinMartinov VenelinMartinov commented Dec 10, 2024

Remove the verbose flag from make test. This should reduce the noise in test runs and also speed them up.

Failing tests will still print the whole stdout output.

@VenelinMartinov
Copy link
Contributor Author

VenelinMartinov commented Dec 10, 2024

Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.52%. Comparing base (22ff1c4) to head (b3398f6).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2711      +/-   ##
==========================================
- Coverage   69.53%   69.52%   -0.01%     
==========================================
  Files         301      301              
  Lines       38646    38646              
==========================================
- Hits        26871    26869       -2     
- Misses      10254    10257       +3     
+ Partials     1521     1520       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Base automatically changed from additional-tests-for-failures-in to master December 10, 2024 16:43
Copy link
Member

@iwahbe iwahbe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It feels like the TestCreateFails shouldn't be in this PR, given the PR name.

@VenelinMartinov
Copy link
Contributor Author

VenelinMartinov commented Dec 10, 2024

My bad, thanks for spotting.

EDIT: Ah, no this is github being weird with stacked PRs - rebasing fixed this

@VenelinMartinov VenelinMartinov force-pushed the vvm/remove_verbose_flag_from_tests branch from a6b246c to b3398f6 Compare December 10, 2024 17:31
@VenelinMartinov VenelinMartinov enabled auto-merge (squash) December 10, 2024 17:32
@VenelinMartinov VenelinMartinov merged commit c309831 into master Dec 10, 2024
17 checks passed
@VenelinMartinov VenelinMartinov deleted the vvm/remove_verbose_flag_from_tests branch December 10, 2024 18:25
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v3.98.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants