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

test(transport): Non-order-dependent discarded events assertion #3255

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

szokeasaurusrex
Copy link
Member

Make the report["discarded_events"] assertion logic (in test_data_category_limits_reporting) not rely on the ordering of events or any sorting logic. Done in preparation of #3244, where the sorting logic cannot be relied on anymore, since the same number of spans will be discarded as transactions.

Make the `report["discarded_events"]` assertion logic (in `test_data_category_limits_reporting`) not rely on the ordering of events or any sorting logic. Done in preparation of #3244, where the sorting logic cannot be relied on anymore, since the same number of spans will be discarded as transactions.
Copy link

codecov bot commented Jul 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.35%. Comparing base (69ecd87) to head (54b32f2).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3255   +/-   ##
=======================================
  Coverage   79.35%   79.35%           
=======================================
  Files         132      132           
  Lines       14227    14227           
  Branches     2987     2987           
=======================================
  Hits        11290    11290           
  Misses       2092     2092           
  Partials      845      845           

see 2 files with indirect coverage changes

@szokeasaurusrex szokeasaurusrex merged commit 54b32f2 into master Jul 9, 2024
122 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/transport-test-counter branch July 9, 2024 08:50
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.

None yet

2 participants