Skip to content

Commit a08e89e

Browse files
committed
Refactored YSQL error handling by consolidating known issues; cleaned up unused StorageParameters logic
1 parent fa59ecd commit a08e89e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sqlancer/yugabyte/ysql/YSQLProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ private void createDatabaseSync(YSQLGlobalState globalState, String entryDatabas
224224
try (Statement s = con.createStatement()) {
225225
s.execute("DROP DATABASE IF EXISTS " + databaseName);
226226
}
227+
exceptionLessSleep(SAFETY_DELAY_MS);
227228
try (Statement s = con.createStatement()) {
228229
s.execute(createDatabaseCommand);
229230
}

0 commit comments

Comments
 (0)