From df18fa4caeec597275ad1ea6667f5598ae2b23b9 Mon Sep 17 00:00:00 2001 From: Elena Stepanova Date: Wed, 21 Apr 2021 02:44:14 +0300 Subject: 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 --- mysql-test/collections/smoke_test | 1 - 1 file changed, 1 deletion(-) mode change 100755 => 100644 mysql-test/collections/smoke_test (limited to 'mysql-test/collections') diff --git a/mysql-test/collections/smoke_test b/mysql-test/collections/smoke_test old mode 100755 new mode 100644 index 191dfb520ef..83b8f4771e0 --- 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 -- cgit v1.2.1