From: Mike Bayer Date: Tue, 20 Sep 2016 17:56:17 +0000 (-0400) Subject: - disable two phase testing for mysql entirely, build servers X-Git-Tag: rel_1_0_16~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43a8e0b16a8c57b2ba0c74a41301e7f7acf2bb30;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - disable two phase testing for mysql entirely, build servers have no time to deal with MySQL 5.7's issues Change-Id: Ic5f4e5b0aff1b4b5210bc7b5da203f536561e585 (cherry picked from commit 0c90cac2c37453a6688d9c1da62bbfb0bfa13d02) --- diff --git a/test/requirements.py b/test/requirements.py index 4281cd1d63..7abba33119 100644 --- a/test/requirements.py +++ b/test/requirements.py @@ -393,8 +393,9 @@ class DefaultRequirements(SuiteRequirements): no_support('postgresql+zxjdbc', 'FIXME: JDBC driver confuses the transaction state, may ' 'need separate XA implementation'), - exclude('mysql', '<', (5, 0, 3), - 'two-phase xact not supported by database'), + no_support('mysql', + 'recent MySQL communiity editions have too many issues ' + '(late 2016), disabling for now'), ]) @property