Skip to content
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 tests fail with "Database name cannot be longer than X characters" #251

Closed
AlexSkrypnyk opened this issue Jan 12, 2025 · 0 comments · Fixed by #252
Closed

CI tests fail with "Database name cannot be longer than X characters" #251

AlexSkrypnyk opened this issue Jan 12, 2025 · 0 comments · Fixed by #252
Labels

Comments

@AlexSkrypnyk
Copy link
Owner

AlexSkrypnyk commented Jan 12, 2025

https://www.drupal.org/project/drupal/issues/3049087

This is because the database name for SQLite is created from the path tho the SQLite file.

In CI and in MacOS it can be expanded to a long string like /private/var/folders/5f/p33sf8dj1317jl051f62h09c0000gp/T/...

Example: https://github.com/AlexSkrypnyk/drupal_extension_scaffold_destination_github/actions/runs/12728182818/job/35478503117

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant