Skip to content

RUM-2259 Fix flaky test in WireframeUtils#1743

Merged
xgouchet merged 1 commit into
developfrom
xgouchet/flaky/wireframe
Nov 30, 2023
Merged

RUM-2259 Fix flaky test in WireframeUtils#1743
xgouchet merged 1 commit into
developfrom
xgouchet/flaky/wireframe

Conversation

@xgouchet

@xgouchet xgouchet commented Nov 23, 2023

Copy link
Copy Markdown
Contributor

For some reason, we expected in the test a value of 0L to be converted to null, but it doesn't happen in the implementation, leading to fail assertions in rare cases when one of the clip values is 0L.

@xgouchet
xgouchet requested review from a team as code owners November 23, 2023 14:21
@xgouchet xgouchet changed the title Fix flaky test in WireframeUtils RUM-2259 Fix flaky test in WireframeUtils Nov 23, 2023
For some reason, we expected in the test a value of `0L` to be
converted to `null`, but it doesn't happen in the implementation,
leading to fail assertions in rare cases when one of the clip
values is `0L`.
@xgouchet
xgouchet force-pushed the xgouchet/flaky/wireframe branch from b7ead90 to c1b0d1b Compare November 23, 2023 14:29
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #1743 (c1b0d1b) into develop (1805cfb) will increase coverage by 0.05%.
The diff coverage is n/a.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1743      +/-   ##
===========================================
+ Coverage    83.35%   83.39%   +0.05%     
===========================================
  Files          465      465              
  Lines        16182    16179       -3     
  Branches      2412     2411       -1     
===========================================
+ Hits         13487    13492       +5     
+ Misses        2040     2025      -15     
- Partials       655      662       +7     

see 21 files with indirect coverage changes

@xgouchet
xgouchet merged commit f22729c into develop Nov 30, 2023
@xgouchet
xgouchet deleted the xgouchet/flaky/wireframe branch November 30, 2023 13:00
@xgouchet xgouchet added this to the 2.4.0 milestone Dec 13, 2023
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