Filter out telemetry in the assertions of instrumented RUM tests#1131
Merged
xgouchet merged 1 commit intoNov 8, 2022
Conversation
plousada
approved these changes
Nov 8, 2022
plousada
left a comment
Member
There was a problem hiding this comment.
I'm assuming it's ok to filter out all telemetry events (debug and error inc) even when we weren't doing it before.
Codecov Report
@@ Coverage Diff @@
## develop #1131 +/- ##
===========================================
- Coverage 83.26% 83.14% -0.12%
===========================================
Files 273 274 +1
Lines 9372 9459 +87
Branches 1504 1539 +35
===========================================
+ Hits 7803 7864 +61
- Misses 1150 1155 +5
- Partials 419 440 +21
|
xgouchet
approved these changes
Nov 8, 2022
xgouchet
deleted the
nogorodnikov/filter-out-telemetry-in-instrumented-rum-tests-assertions
branch
November 8, 2022 13:09
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Follow-up for #1118: now we have configuration telemetry event sent with the delay, which makes RUM instrumented tests flaky, because configuration telemetry event may or may not be in the intercepted RUM requests.
This changes filters out telemetry events from the list of RUM events against which the assertion will be done.
Review checklist (to be filled by reviewers)