You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not really thought about it, so no not really intentional. Unsure if there might be any snags if disabling it..
In general ManualScheduler probably has some improvement potential!
Is it intentional that
commitWhenAutocommitDisabled
is hardwired to true inManualSchedulerBuilder
:db-scheduler/db-scheduler/src/main/java/com/github/kagkarlsson/scheduler/testhelper/TestHelper.java
Line 76 in 3b79f88
I'm using
@Transactional
to rollback changes in tests, and this is causing my changes to be committed when I callrunAnyDueExecutions
.The text was updated successfully, but these errors were encountered: