Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2017-08-24 21:45:37 +0300
committerMichael Kozono <mkozono@gmail.com>2017-08-24 21:45:37 +0300
commit9f7f78570f4dba345a71b6d14a08d0430fad8304 (patch)
treea06f1bc2ee192cca8adcab0e2a55a4c3d3d075a4 /doc/development/testing.md
parent4428944d53232d7c9d620ae483e66fe46f414baf (diff)
Reenable MySQL tests on all branches
To protect master from surprise failures, as long as we continue to support MySQL.
Diffstat (limited to 'doc/development/testing.md')
-rw-r--r--doc/development/testing.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/development/testing.md b/doc/development/testing.md
index efd56484b12..83269303005 100644
--- a/doc/development/testing.md
+++ b/doc/development/testing.md
@@ -529,10 +529,7 @@ slowest test files and try to improve them.
## CI setup
-- On CE, the test suite only runs against PostgreSQL by default. We additionally
- run the suite against MySQL for tags, `master`, and any branch that includes
- `mysql` in the name.
-- On EE, the test suite always runs both PostgreSQL and MySQL.
+- On CE and EE, the test suite runs both PostgreSQL and MySQL.
- Rails logging to `log/test.log` is disabled by default in CI [for
performance reasons][logging]. To override this setting, provide the
`RAILS_ENABLE_TEST_LOG` environment variable.