1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-24 19:42:23 +03:00
Commit Graph

93 Commits

Author SHA1 Message Date
8d462523fb List of unstable tests for 10.4.14 release 2020-08-04 22:16:45 +03:00
1b18cddaa2 List of unstable tests for 10.4.13 release 2020-05-09 22:20:04 +03:00
ba6bfc402c List of unstable tests for 10.4.12 release 2020-01-26 22:39:52 +02:00
7c2c420b70 List of unstable tests for 10.4.11 release 2019-12-10 15:43:56 +02:00
0339cbe2f6 List of unstable tests for 10.4.9 release 2019-11-03 20:41:47 +02:00
9b5cdeeb0f Merge 10.3 into 10.4 2019-09-27 16:26:53 +03:00
2911a9a693 Merge 10.2 into 10.3 2019-09-27 15:56:15 +03:00
4ec0c346b8 Remove a useless large test, and add a debug assertion
The test innodb_fts.fulltext_table_evict was only creating 1000 tables
with fulltext indexes, only to check that no tables with fulltext
indexes are being evicted.

The reason why tables containing fulltext indexes cannot be evicted is
that fts_optimize_init() invokes dict_table_prevent_eviction().
2019-09-27 14:05:39 +03:00
4c2464b87d List of unstable tests for 10.4.8 release (updated) 2019-09-08 23:58:53 +03:00
604f80e77c List of unstable tests for 10.3.18 release 2019-09-08 19:49:40 +03:00
f9f968557f List of unstable tests for 10.2.27 release 2019-09-08 16:21:48 +03:00
9a78a283f4 List of unstable tests for 10.4.7 release (updated) 2019-07-30 14:28:46 +03:00
4b5a14d0fe List of unstable tests for 10.3.17 release (updated) 2019-07-28 03:14:33 +03:00
d6886b95d0 List of unstable tests for 10.2.26 release (updated) 2019-07-27 00:19:28 +03:00
17794fb9aa List of unstable tests for 10.4.7 release 2019-07-25 03:10:18 +03:00
0d99ccea1e List of unstable tests for 10.3.17 release 2019-07-24 20:35:21 +03:00
c22305f050 List of unstable tests for 10.2.26 release 2019-07-24 12:52:35 +03:00
0789a1a18f Updated list of unstable tests for 10.3.16 release 2019-06-15 01:21:40 +03:00
f66d1850ac Merge branch '10.3' into 10.4 2019-06-14 22:10:50 +02:00
21eed902f3 Updated list of unstable tests for 10.2.25 2019-06-14 21:23:53 +03:00
4a3d51c76c Merge branch '10.2' into 10.3 2019-06-14 07:36:47 +02:00
1d31bed212 Merge 10.1 into 10.2 2019-06-12 19:12:00 +03:00
56c60b2fc5 MDEV-16111 encryption.innodb_lotoftables failed in buildbot with wrong result
Remove the test, because it easily fails with a result difference.
Analysis by Thirunarayanan Balathandayuthapani:

By default, innodb_encrypt_tables=0.
1) Test case creates 100 tables in innodb_encrypt_1.
2) creates another 100 unencrypted tables (encryption=off) in innodb_encrypt_2
3) creates another 100 encrypted tables (encryption=on) in innodb_encrypt_3
4) enabling innodb_encrypt_tables=1 and checking that only
100 encrypted tables exist. (already we have 100 in dictionary)
5) opening all tables again (no idea why)
6) After that, set innodb_encrypt_tables=0 and wait for 100 tables
to be decrypted (already we have 100 unencrypted tables)
7) dropping all databases

Sporadic failure happens because after step 4, it could encrypt the
normal table too, because innodb_encryption_threads=4.

This test was added in MDEV-9931, which was about InnoDB startup being
slow due to all .ibd files being opened. There have been a number of
later fixes to this problem. Currently the latest one is
commit cad56fbaba, in which some tests
(in particular the test innodb.alter_kill) could fail if all InnoDB
.ibd files are read during startup. That could make this test redundant.

Let us remove the test, because it is big, slow, unreliable, and
does not seem to reliably catch the problem that all files are being
read on InnoDB startup.
2019-06-12 19:08:49 +03:00
07aef9f7eb Updated list of unstable tests for 10.3.15 release 2019-05-13 20:53:34 +03:00
49ef1c75e3 Updated list of unstable tests for 10.2.24 2019-05-08 00:07:57 +03:00
e9da78ee92 Updated list of unstable tests for 10.1.39 release 2019-04-30 23:58:14 +03:00
ab7b9cf912 Updated list of unstable tests for 10.3.14 release 2019-04-01 16:58:37 +03:00
0e56eba9d5 Updated list of unstable tests for 10.2.23 2019-03-23 11:29:24 +01:00
1005376e58 Updated list of unstable tests for 10.3.13 release 2019-02-20 04:14:23 +02:00
0216f87d38 Updated list of unstable tests for 10.2.22 2019-02-08 01:07:19 +02:00
4c490d6df6 Updated list of unstable tests for 10.1.38 release 2019-02-04 18:55:35 +02:00
faf206a848 Updated list of unstable tests for 10.3.12 release 2019-01-04 17:25:19 +02:00
b82df71174 Updated list of unstable tests for 10.2.20 2018-12-21 18:59:11 +02:00
fe0e65dbe2 Updated list of unstable tests for 10.3.11 release 2018-11-16 19:58:52 +02:00
32bebfeefb Updated list of unstable tests for 10.2.19 2018-11-12 18:19:31 +02:00
8d834cd0f3 Updated list of unstable tests for 10.1.37 release 2018-10-31 23:48:29 +02:00
0c724a0c7d Updated list of unstable tests for 10.3.10 release
Addition based on Travis results
2018-10-02 13:46:20 +03:00
b9a5ff3644 Updated list of unstable tests for 10.3.10 release 2018-10-02 00:33:42 +03:00
2dfb4a8abe Updated list of unstable tests for 10.2.18 2018-09-25 02:45:40 +03:00
b1d72f1722 Updated list of unstable tests for 10.1.36 release 2018-09-07 16:49:39 +03:00
ca26f91bca Updated list of unstable tests for 10.3.9 release 2018-08-14 03:35:06 +03:00
4cbf77e16e Updated list of unstable tests for 10.2.17 2018-08-12 04:56:06 +03:00
1e37fa70bd Updated list of unstable tests for 10.1.35 release 2018-08-04 03:06:27 +03:00
872e9a8ceb Updated list of unstable tests for 10.3.8 release 2018-07-01 02:51:53 +03:00
bb825194b8 Updated list of unstable tests for 10.2.16 2018-06-25 14:04:16 +03:00
f4387288ab Updated list of unstable tests for 10.1.34 release 2018-06-15 03:49:04 +03:00
4a49f7f88c List of unstable tests for 10.3.7 release
The list was created based on 10.2.15 list, with the addition
of failures and modifications which happened during the last week
before the tentative 10.3.7 release commit
2018-05-23 23:31:21 +03:00
d9f9cd1a10 Updated list of unstable tests for 10.2.15 2018-05-15 23:42:20 +03:00
1025363a35 Updated list of unstable tests for 10.1.33 release 2018-05-08 02:13:07 +03:00
b3cdafcb93 Updated list of unstable tests for 10.2.14 2018-03-26 19:36:39 +03:00