diff options
author | Robert Speicher <rspeicher@gmail.com> | 2017-07-13 16:51:37 +0200 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2017-07-18 12:33:15 -0400 |
commit | fc76ff1051681a7cabc1203043217b617e85f068 (patch) | |
tree | f6f77e7dfa4287452e2ca3a5dfdb1cf28a8cde50 /doc/development | |
parent | 48b976e0973066ebf2f2ffd01b1bb4a7e9d4d040 (diff) | |
download | gitlab-ce-fc76ff1051681a7cabc1203043217b617e85f068.tar.gz |
Disable Rails logging in CI test environmentsrs-disable-test-log-in-ci
See https://jtway.co/speed-up-your-rails-test-suite-by-6-in-1-line-13fedb869ec4
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/testing.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/development/testing.md b/doc/development/testing.md index cf3ea2ccfc2..fc84932354b 100644 --- a/doc/development/testing.md +++ b/doc/development/testing.md @@ -479,6 +479,11 @@ slowest test files and try to improve them. 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. +- 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. + +[logging]: https://jtway.co/speed-up-your-rails-test-suite-by-6-in-1-line-13fedb869ec4 ## Spinach (feature) tests |