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

sigh #4832

Merged
Merged

Conversation

balazsbajorics
Copy link
Contributor

Problem:
There's a commenting test can reparent comment that is noticeably flaky.

I was looking into what are the most brittle parts of the actual test and one stood out to me:

We move the mouse to trigger an animation and await "animation duration + 1ms". That's a very slim error margin!

Fix:
the REAL fix would be to not use a timer here and actually await the animation to finish.

for now though, I just change this timer to 1 second

Copy link
Contributor

@ruggi ruggi left a comment

Choose a reason for hiding this comment

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

😅

Copy link
Contributor

github-actions bot commented Feb 2, 2024

Try me

Copy link

relativeci bot commented Feb 2, 2024

Job #10204: Bundle Size — 62.34MiB (+0.02%).

3cbb61c(current) vs 794431b master#10182(baseline)

Warning

Bundle contains 66 duplicate packages – View duplicate packages

Bundle metrics  Change 3 changes Regression 2 regressions
                 Current
Job #10204
     Baseline
Job #10182
Regression  Initial JS 35.38MiB(+0.03%) 35.37MiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 21.76% 20.18%
No change  Chunks 28 28
No change  Assets 32 32
No change  Modules 4407 4407
No change  Duplicate Modules 490 490
Regression  Duplicate Code 30.7%(+0.03%) 30.69%
No change  Packages 462 462
No change  Duplicate Packages 65 65
Bundle size by type  Change 2 changes Regression 1 regression Improvement 1 improvement
                 Current
Job #10204
     Baseline
Job #10182
Regression  JS 62.33MiB (+0.02%) 62.31MiB
Improvement  HTML 11.37KiB (-0.32%) 11.41KiB

View job #10204 reportView fix/improve-comment-test-reliabi... branch activityView project dashboard

Copy link
Contributor

github-actions bot commented Feb 2, 2024

Performance test results:
(Chart1)
(Chart2)

@balazsbajorics balazsbajorics merged commit 96b5455 into master Feb 2, 2024
13 of 14 checks passed
@balazsbajorics balazsbajorics deleted the fix/improve-comment-test-reliability-hopefully branch February 2, 2024 19:26
Copy link
Contributor

@Rheeseyb Rheeseyb left a comment

Choose a reason for hiding this comment

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

Yuck! But 👍

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