-
Notifications
You must be signed in to change notification settings - Fork 116
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
Installer connector test implemented #1155
Conversation
docker-compose.yml
Outdated
@@ -6,7 +6,7 @@ services: | |||
image: mysql:5 | |||
volumes: | |||
- db_data:/var/lib/mysql | |||
restart: always | |||
restart: unless-stopped |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appears to not start the container if it has been stopped manually. Are we sure this is not going to cause unexpected results during test runs, for example?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll remove it, just wanted an alternative to always
for local development, to prevent the container from being rebuilt on boot.
6d04dbe
to
c16096c
Compare
2a8ed42
to
4c1aa88
Compare
4c1aa88
to
dfca985
Compare
Partially fixes #1093
Summary Checklist
Skippedupgrader_process_complete
callback test implemented and passing.activate_plugin
callback test implemented and passing.deactivate_plugin
callback test implemented and passing.delete_site_transient_update_themes
callback test implemented and passing.Skippedpre_set_site_transient_update_plugins
callback test implemented and passing.Skipped_core_updated_successfully
callback test implemented and passing.switch_theme
callback test implemented and passing.Some tests are incomplete and skipped because I can't find a way to simulate the scenarios needed.