Retry transactions

This commit is contained in:
Jonas Lochmann
2022-11-07 01:00:00 +01:00
parent 9b8caccfbd
commit f5198c7c0b
2 changed files with 45 additions and 7 deletions
+2 -2
View File
@@ -86,8 +86,8 @@ export async function assertSerializeableTransactionsAreWorking (database: Datab
await database.config.update({ value: 'd' }, { where: { id: configItemIds.secondSelfTestData }, transaction: transactionTwo })
})()
])
})
})
}, { disableRetry: true })
}, { disableRetry: true })
throw new SerializationFeatureCheckException()
} catch (ex) {