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

[Bug]: Nonexistant service for DB backup does not fail #213

Open
tarjei opened this issue Nov 1, 2022 · 1 comment
Open

[Bug]: Nonexistant service for DB backup does not fail #213

tarjei opened this issue Nov 1, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@tarjei
Copy link
Contributor

tarjei commented Nov 1, 2022

Preconditions

Latest liip test fixtures bundle.

Steps to reproduce

Hi had this config:

liip_test_fixtures:
   cache_db:
    sqlite: liip_test_fixtures.services_database_backup.sqlite

The service liip_test_fixtures.services_database_backup.sqlite has been renamed (AFAIK) to Liip\TestFixturesBundle\Services\DatabaseBackup\SqliteDatabaseBackup but loadFixtures() will function as normal but be very slow due to DB backups not working.

Expected result

loadFixtures() should fail.

Actual result

loadFixtures gets a lot slower than expected.

@tarjei tarjei added the bug Something isn't working label Nov 1, 2022
@alexislefebvre
Copy link
Collaborator

Thanks for the report, do you have logs of any error from the backup service?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants