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
In order to avoid running integration tests while scheduled tasks are running, e.g. testing snapshot task while a schedule snapshot task is running, we need to introduce more unschedule/schedule tasks for all those scheduled jobs.
The idea is that the tests should unschedule all of those jobs before running the tests, and then rescheduling the jobs after the tests.
The text was updated successfully, but these errors were encountered:
In order to avoid running integration tests while scheduled tasks are running, e.g. testing snapshot task while a schedule snapshot task is running, we need to introduce more unschedule/schedule tasks for all those scheduled jobs.
The idea is that the tests should unschedule all of those jobs before running the tests, and then rescheduling the jobs after the tests.
The text was updated successfully, but these errors were encountered: