There was an error while loading. Please reload this page.
1 parent a08e89e commit 52456a2Copy full SHA for 52456a2
1 file changed
src/sqlancer/yugabyte/ysql/YSQLProvider.java
@@ -259,6 +259,7 @@ private boolean isRetryableDatabaseCreationError(Exception e) {
259
|| msg.contains("is being accessed by other users")
260
|| msg.contains("connection has been closed")
261
|| msg.contains("does not exist")
262
+ || msg.contains("already exists")
263
|| msg.contains("Timed out waiting")
264
|| msg.contains("Restarting a DDL transaction not supported");
265
}
0 commit comments