diff options
author | Elena Stepanova <elenst@mariadb.com> | 2021-04-21 02:44:14 +0300 |
---|---|---|
committer | Elena Stepanova <elenst@mariadb.com> | 2021-04-21 02:44:14 +0300 |
commit | df18fa4caeec597275ad1ea6667f5598ae2b23b9 (patch) | |
tree | f54a3df42fd7c56ca6fb953c5fe36a2a8ac4271f | |
parent | 3635280cf7ef74ec18cfb21b21e779725aab186d (diff) | |
download | mariadb-git-df18fa4caeec597275ad1ea6667f5598ae2b23b9.tar.gz |
Smoke test collection should not be executable
Since it ended up being a plain text file rather than a script
(post-fix for MDEV-25288)
Also removed main-test_sql_discovery.create from the list,
as a workaround for MDEV-25384. The bug only affects 10.3+,
but it will be simpler if 10.2 part of the tests is the same
in all branches
-rw-r--r--[-rwxr-xr-x] | mysql-test/collections/smoke_test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/collections/smoke_test b/mysql-test/collections/smoke_test index 191dfb520ef..83b8f4771e0 100755..100644 --- a/mysql-test/collections/smoke_test +++ b/mysql-test/collections/smoke_test @@ -42,7 +42,6 @@ innodb_gis.rtree innodb_zip.innodb-zip innodb_zip.page_size json.json_no_table -main-test_sql_discovery.create main.blackhole main.bootstrap main.compress |