shinesolutions / aem-stack-manager-messenger

Send messages to AEM Stack Manager via SNS Topic
Apache License 2.0
2 stars 9 forks source link

Add unschedule/schedule tasks for all scheduled jobs #56

Open cliffano opened 6 years ago

cliffano commented 6 years ago

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.