Skip to content

Commit

Permalink
misc - test correction for stability
Browse files Browse the repository at this point in the history
  • Loading branch information
diego Dupin committed Jan 10, 2022
1 parent b380821 commit d754f79
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,7 @@ private void cancelRowUpdatesTest(Connection con) throws SQLException {
stmt.execute("DROP TABLE IF EXISTS cancelRowUpdatesTest");
stmt.execute("CREATE TABLE cancelRowUpdatesTest(c text, id int primary key)");
stmt.execute("INSERT INTO cancelRowUpdatesTest(id,c) values (1,'1'), (2,'2'),(3,'3'),(4,'4')");
stmt.execute("FLUSH TABLES");

try (PreparedStatement preparedStatement =
con.prepareStatement(
Expand Down

0 comments on commit d754f79

Please sign in to comment.