Skip to content

Commit 0d9f1fe

Browse files
committed
Minor fix in test in order to avoid sporadic failures.
1 parent 3207854 commit 0d9f1fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/testsuite/regression/ConnectionRegressionTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8148,7 +8148,6 @@ public Void call() throws Exception {
81488148
* if the test fails.
81498149
*/
81508150
public void testBug16634180() throws Exception {
8151-
81528151
if (Util.isJdbc4()) {
81538152
// relevant JDBC4+ test is testsuite.regression.jdbc4.ConnectionRegressionTest.testBug16634180()
81548153
return;
@@ -10916,7 +10915,7 @@ public void testBug86741() throws Exception {
1091610915
* Test fix for Bug#89948 (27658489), Batched statements are not committed for useLocalTransactionState=true.
1091710916
*/
1091810917
public void testBug89948() throws Exception {
10919-
createTable("testBug89948", "(id INT PRIMARY KEY)");
10918+
createTable("testBug89948", "(id INT PRIMARY KEY)", "InnoDB");
1092010919

1092110920
boolean resetConn = false;
1092210921
boolean allowMQ = false;

0 commit comments

Comments
 (0)