-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Automated Tests are failing #29
Comments
Trying to run it manually in tmate/github actions shows a fatal error:
|
It looks like either github or MS has changed something. It may be worth trying to try some of the newer images in https://mcr.microsoft.com/en-us/product/mssql/server/tags ? @robertoperuzzo could you take a look at this? Debugging using tmate is covered in https://github.com/ddev/ddev-addon-template?tab=readme-ov-file#how-to-debug-tests-github-actions |
Current runner is ubuntu-latest, which currently means 22.04, see https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md. It was in fact updated Sept 16: The release was just several hours ago, so this is probably the reason for the failure. |
Thank you @rfay for your report. I'm going to look at it in the next few days during the DrupalCon Europe. |
Cool, thanks! We can take a look together if you need any help looking at it. Another project had trouble because of the new |
@robertoperuzzo and I took a look at this, and
Possible paths to figure something out:
|
@rfay I try to use the same Ubuntu version in both the action runner's and the sqlsrv images and it seems to works https://github.com/ddev/ddev-sqlsrv/actions/runs/11052477017?pr=30 |
Describe the bug
As of today, the automated tests are failing.
I re-ran them a couple of times, but they're failing on both HEAD and stable, so it's probably not something to do with DDEV.
I manually tried
ddev get ddev/ddev-sqlsrv
on gitpod and it worked OK, but theddev restart
did take forever. Maybe something has just slowed down...The text was updated successfully, but these errors were encountered: