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

Another try to fix flaky remix tests #4834

Closed
wants to merge 2 commits into from
Closed

Conversation

gbalint
Copy link
Contributor

@gbalint gbalint commented Feb 5, 2024

Description:
I wanted to write a new version for the remix navigation tests where we directly use the remix navigation context stored in an atom (instead of clicking on the ui buttons).
It turned out that these new testa are even worse than the original ones: they fail quite frequently even locally. However, if I wait a bit before doing any expectation, they were always successful locally.
It seems to me that this navigation step is more async than we thought, and there is something to wait for (maybe inside the remix implementation?)
This gave me the idea to keep the original tests too, just add some extra wait calls, to check if those tests are fixed or not by that.

Copy link
Contributor

github-actions bot commented Feb 5, 2024

Try me

Copy link

relativeci bot commented Feb 5, 2024

Job #10223: Bundle Size — 62.35MiB (~+0.01%).

d39c9a4(current) vs 794431b master#10221(baseline)

Warning

Bundle contains 66 duplicate packages – View duplicate packages

Bundle metrics  Change 2 changes Regression 1 regression
                 Current
Job #10223
     Baseline
Job #10221
Regression  Initial JS 35.39MiB(~+0.01%) 35.38MiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 21.79% 20.21%
No change  Chunks 28 28
No change  Assets 32 32
No change  Modules 4407 4407
No change  Duplicate Modules 490 490
No change  Duplicate Code 30.7% 30.7%
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 #10223
     Baseline
Job #10221
Regression  JS 62.34MiB (~+0.01%) 62.33MiB
Improvement  HTML 11.37KiB (-0.32%) 11.41KiB

View job #10223 reportView fix/flaky-remix-tests-2 branch activityView project dashboard

Copy link
Contributor

github-actions bot commented Feb 5, 2024

Performance test results:
(Chart1)
(Chart2)

@gbalint gbalint marked this pull request as draft February 5, 2024 14:06
Copy link
Contributor

github-actions bot commented Feb 5, 2024

Performance test results:

@gbalint gbalint closed this Feb 12, 2024
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.

1 participant