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

DB dumps need to be kept up to date #3

Open
ryanshoover opened this issue Feb 25, 2019 · 1 comment
Open

DB dumps need to be kept up to date #3

ryanshoover opened this issue Feb 25, 2019 · 1 comment

Comments

@ryanshoover
Copy link
Owner

Right now functional and acceptance tests require an outside database dump to import. That dump has to be kept up to date with WP versions or else tests will fail (WP will scream that it needs a db update)

Either hard code a db update or, better yet, install WP on startup and create a dump that can be used by the tests

@ryanshoover
Copy link
Owner Author

This has been handled by creating a db dump after installing WP inside entrypoint

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

No branches or pull requests

1 participant