We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434eb4c commit 70b52f5Copy full SHA for 70b52f5
core/src/test/java/org/sterl/spring/persistent_tasks/trigger/TriggerServiceTest.java
@@ -342,6 +342,9 @@ void testLockTrigger() throws Exception {
342
}
343
344
executor.invokeAll(lockInvocations);
345
+ // start any others - as MSSQL and mySQL has now row lock, only table locks implemented
346
+ var s = persistentTaskTestService.scheduleNextTriggersAndWait(Duration.ofSeconds(2));
347
+ System.err.println("---------> " + s.size());
348
349
// THEN
350
for (int i = 1; i <= 100; ++i) {
0 commit comments