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]: $referenceRepository->getReferences() is broken #250

Closed
alexislefebvre opened this issue Nov 20, 2023 · 1 comment
Closed

[Bug]: $referenceRepository->getReferences() is broken #250

alexislefebvre opened this issue Nov 20, 2023 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@alexislefebvre
Copy link
Collaborator

alexislefebvre commented Nov 20, 2023

Preconditions

Current version of the bundle.

getReferences() gives wrong results: it contains 1 fixture when it should contain 2.

Steps to reproduce

See

Expected result

References should contain as many entries than data that was loaded.

Actual result

Only one fixture is returned.

Possible solutions

  • fix MysqlDatabaseBackup
  • measure if backups are useful to speed up tests, and if the difference is not huge, deprecate all the backup classes and publish a 3.x release without the cache
@alexislefebvre alexislefebvre added bug Something isn't working help wanted Extra attention is needed labels Nov 20, 2023
@alexislefebvre
Copy link
Collaborator Author

Caches have been removed from 3.x:

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

No branches or pull requests

1 participant