diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2020-07-30 12:08:07 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2020-07-30 12:08:07 +0200 |
commit | 0435fcf90b0afa97b468f9eb5dbdf00349325e35 (patch) | |
tree | dbcdfe1ff8223c1a9fd34175931ef85777a76b02 /mysql-test/main/mdev-21101.test | |
parent | 71015d844e3f25a0c4eada9827a1dad464a4fdce (diff) | |
download | mariadb-git-0435fcf90b0afa97b468f9eb5dbdf00349325e35.tar.gz |
MDEV-21101 skip test for embedded
Diffstat (limited to 'mysql-test/main/mdev-21101.test')
-rw-r--r-- | mysql-test/main/mdev-21101.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/main/mdev-21101.test b/mysql-test/main/mdev-21101.test index 9b43c60ec88..627e86462a1 100644 --- a/mysql-test/main/mdev-21101.test +++ b/mysql-test/main/mdev-21101.test @@ -1,3 +1,4 @@ +--source include/not_embedded.inc # Test that wait_timeout does not cause connection to be closed, when connection is delayed due to # threadpool internal problems, e.g misconfiguration - too few threads and queueing. # So if client did not cause wait_timeout, do not report it either. |