Skip to content

chore: remove redundant test logging #2943

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

scottgerring
Copy link
Contributor

Fixes #2841
Design discussion issue (if applicable) #

Changes

Please provide a brief description of the changes here.

Merge requirement checklist

  • CONTRIBUTING guidelines followed
  • Unit tests added/updated (if applicable)
  • Appropriate CHANGELOG.md files updated for non-trivial, user-facing changes
  • Changes in public API reviewed (if applicable)

Copy link

codecov bot commented Apr 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.3%. Comparing base (9dc727e) to head (7e3b5a4).

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #2943   +/-   ##
=====================================
  Coverage   81.3%   81.3%           
=====================================
  Files        126     126           
  Lines      24251   24251           
=====================================
+ Hits       19732   19736    +4     
+ Misses      4519    4515    -4     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@scottgerring scottgerring marked this pull request as ready for review April 25, 2025 08:58
@scottgerring scottgerring requested a review from a team as a code owner April 25, 2025 08:58
@scottgerring
Copy link
Contributor Author

Had a quick skim for other instances and didn't find anything. Is it this simple?

@cijothomas
Copy link
Member

@scottgerring I compared the CI logs for integration test for this PR vs existing. The logs are not shown, for the CI runs in this PR, but it does show up in other PRs.

What's your thought on removing our custom print-to-stdout, and instead rely on tracing::fmt instead?

#[allow(clippy::await_holding_lock)]
pub async fn start_collector_container() -> Result<()> {
init_tracing();
Copy link
Member

Choose a reason for hiding this comment

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

If I recall correctly, this is not redundant.

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.

Check and disable duplicate internal logs in tests
3 participants