]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- disable two phase testing for mysql entirely, build servers
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Sep 2016 17:56:17 +0000 (13:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Sep 2016 17:56:17 +0000 (13:56 -0400)
have no time to deal with MySQL 5.7's issues

Change-Id: Ic5f4e5b0aff1b4b5210bc7b5da203f536561e585

test/requirements.py

index 3a2fcf03b757162343ff9973e02c1362a0c2dd48..58395e70c9da9b05656ad62fe2a11e9eccd906c8 100644 (file)
@@ -436,8 +436,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