Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[CI] Make tests green again#51622
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
f3bf778 tob7114c7Compare
Nyholm 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.
Thank you for this PR. It seams to include more than "make CI green". Or am I wrong?
| return ($this->lazyObjectState->realInstance ??= ($this->lazyObjectState->initializer)())->bitcount(...\func_get_args()); | ||
| } | ||
| publicfunctionbitfield($key, ...$args):\Relay\Relay|array|false |
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.
hm.. why was this method added?
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 testSymfony\Component\Cache\Tests\Traits\RedisProxiesTest::testRelayProxyfailed after update php extensionext-relay, just I sync proxy trait with latest changes ofRelay\Relay class
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineIntegrationTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
This PR was merged into the 6.3 branch.Discussion----------[Security] Fix security tests| Q | A| ------------- | ---| Branch? | 6.3| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets | Follows#51622| License | MIT| Doc PR | -Related to issue#51104, after it security bundle at least requires `symfony/security-http:6.3.4` to keep the tests is greenCommits-------26cff6c Fix security tests
vtsykun commentedSep 11, 2023
Looks like the random bug#51105 is back again. |
nicolas-grekas commentedSep 12, 2023
Thank you@vtsykun. |
nicolas-grekas commentedSep 12, 2023
(I cherry-picked the changes that applied to 5.4 and 6.3 respectively) |
Uh oh!
There was an error while loading.Please reload this page.