Updated versions for 2.0.2.RELEASE

This commit is contained in:
Glenn Renfro
2019-05-22 11:59:57 -04:00
parent e032e1bdfe
commit 67662459f8
13 changed files with 13 additions and 13 deletions

View File

@@ -191,7 +191,7 @@ public class TaskLauncherSinkTests {
public Server initH2TCPServer() {
Server server;
try {
server = Server.createTcpServer("-tcp", "-tcpAllowOthers", "-tcpPort",
server = Server.createTcpServer("-ifNotExists", "-tcp", "-tcpAllowOthers", "-tcpPort",
String.valueOf(randomPort)).start();
}
catch (SQLException e) {