-
Notifications
You must be signed in to change notification settings - Fork 134
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
Behat tests failing on 4.3 and 4.4 branch #816
Comments
I ran into this https://github.com/catalyst/moodle-auth_saml2/actions/runs/10764968618?pr=833 where every run in PHP 8.2+ the behat would fail. Investigating the logs, it seems behat is failing to connect:
This is the behat code from the moodle plugin ci that is running related to starting the behat server: Specifically, we can see the selenium image is pulled successfully, however there is no indication about the server status either way (good or bad). I have a suspicion this is being caused by the symfony deprecations that pop up in the 8.2 pipelines but not the lower ones.
Interestingly, the tests and behat work and pass on my local php 8.2 instance with Moodle master and there are also no deprecation messages, not sure what the difference between my local and GHA is though. |
behat tests are failing in Moodle 4.3 and 4.4 with our latest code.
The text was updated successfully, but these errors were encountered: