Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[HttpKernel] Remove time-sensitivity fromInlineFragmentRendererTest#42824
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
herndlm commentedSep 1, 2021
Is there a better way to compare ignoring parts? This is the best I could come up with.. |
herndlm commentedSep 1, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Strange, I don't understand why the 7.4 high-deps test would still fail comparing those responses. I tested locally with a sleep to be sure this works 🤔 Update: this must be because of how the high-deps work which I did not fully understand yet.. Would be great if exactly that error is not happening any more after this PR got merged. Update2: I think I got it now. The high-deps mean in this context that checks are done with my branch as dependency using Symfony 3.4. So even if this PR gets merged, the high-deps CI job for 4.4 PRs might still make problems hmm. |
0428e66 to70e1bc0Compare
nicolas-grekas left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
(the failure are false positives when testing 3.4 with patched deps)
nicolas-grekas commentedSep 7, 2021
Any idea why these tests fail? Does that follow a recent PR? |
herndlm commentedSep 7, 2021
no clue unfortunately, I did not further look into it. I just saw that failure in 4.4 PRs and thought "oh, something time-sensitive, let's fix it" :/ |
70e1bc0 tob5831b6CompareThis PR was merged into the 4.4 branch.Discussion----------[HttpKernel] Relax some transient tests| Q | A| ------------- | ---| Branch? | 4.4| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets | -| License | MIT| Doc PR | -As observed in#42824 and more recently#43138, these tests randomly break for some reason.Replaces#42824Commits-------30fa29f [HttpKernel] Relax some transient tests
chalasr commentedOct 5, 2021
Closing in favor of#43264. Thank you for the PR. |
I noticed this test failing in#42823 and this is my attempt to remove the time-sensitivity there.