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

chore: disable failing integration tests #2495

Merged
merged 3 commits into from
Jan 3, 2025

Conversation

lalitb
Copy link
Member

@lalitb lalitb commented Jan 3, 2025

Changes

As of now, multiple integration tests are unstable in the CI. These tests are as such fine, but being running concurrently with existing test, the collector generated output file get's used in both the tests and validation fails. Running these tests in single thread using --test-thread=1 doesn't seem to help. Disabling temporarily to unblock PRs. Raised #2496 to track this.

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)

@lalitb lalitb requested a review from a team as a code owner January 3, 2025 16:28
@lalitb lalitb added the integration tests Run integration tests label Jan 3, 2025
Copy link

codecov bot commented Jan 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.9%. Comparing base (42b4f2f) to head (1d05c8b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #2495   +/-   ##
=====================================
  Coverage   77.9%   77.9%           
=====================================
  Files        123     123           
  Lines      22925   22925           
=====================================
  Hits       17870   17870           
  Misses      5055    5055           

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

lalitb and others added 2 commits January 4, 2025 01:51
Co-authored-by: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com>
@lalitb lalitb merged commit 37d2e51 into open-telemetry:main Jan 3, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration tests Run integration tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants