diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-03-10 13:31:20 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-03-10 13:32:49 +0200 |
commit | 69e4c74e079fc78812a75b1e2c050890161826bf (patch) | |
tree | 7a1ebeb821fcbf4d996dcdd56a4625a1f26c0beb /mysql-test | |
parent | 8cd6cee87633f66a3114b50e80528cc53221038e (diff) | |
download | mariadb-git-69e4c74e079fc78812a75b1e2c050890161826bf.tar.gz |
Make main.mysql_client_test non-great again
Re-enable main.mysql_client_test on all builders, because
at the moment we do not run any --big-test on buildbot
due to resource constraints.
A number of tests were declared big in
commit eeee1832d792ac296e1cebeeed1f7a7ce4ce4551
in an attempt to save resources on buildbot.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/mysql_client_test.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/t/mysql_client_test.test b/mysql-test/t/mysql_client_test.test index 8fbbbc1602e..8c2f5e2c32b 100644 --- a/mysql-test/t/mysql_client_test.test +++ b/mysql-test/t/mysql_client_test.test @@ -2,8 +2,6 @@ -- source include/not_embedded.inc # need to have the dynamic loading turned on for the client plugin tests --source include/have_plugin_auth.inc -# This test is slow on buildbot. ---source include/big_test.inc # Run test with default character set --source include/default_charset.inc |