-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Make tests green again #51622
Conversation
vtsykun
commented
Sep 11, 2023
•
edited by nicolas-grekas
Loading
edited by nicolas-grekas
Q | A |
---|---|
Branch? | 6.4 |
Bug fix? | no |
New feature? | no |
Deprecations? | no |
Tickets | - |
License | MIT |
Doc PR | - |
1cfd7f9
to
32c9af1
Compare
f3bf778
to
b7114c7
Compare
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?
@@ -456,6 +456,11 @@ public function bitcount($key, $start = 0, $end = -1, $by_bit = false): \Relay\R | |||
return ($this->lazyObjectState->realInstance ??= ($this->lazyObjectState->initializer)())->bitcount(...\func_get_args()); | |||
} | |||
|
|||
public function bitfield($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 test Symfony\Component\Cache\Tests\Traits\RedisProxiesTest::testRelayProxy
failed after update php extension ext-relay
, just I sync proxy trait with latest changes of Relay\Relay
class
b7114c7
to
2024172
Compare
src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineIntegrationTest.php
Outdated
Show resolved
Hide resolved
2024172
to
a642491
Compare
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 green Commits ------- 26cff6c Fix security tests
a642491
to
7cad70d
Compare
Looks like the random bug #51105 is back again. |
Thank you @vtsykun. |
(I cherry-picked the changes that applied to 5.4 and 6.3 respectively) |