Class TriggerTaskRunnerRetriesHandlingTest

All Implemented Interfaces:
JaloSessionHolder

public class TriggerTaskRunnerRetriesHandlingTest extends ServicelayerBaseTest
  • Field Details

    • modelService

      protected ModelService modelService
    • flexibleSearchService

      protected FlexibleSearchService flexibleSearchService
    • taskService

      protected TaskService taskService
    • typeService

      protected TypeService typeService
    • metricRegistry

      protected com.codahale.metrics.MetricRegistry metricRegistry
    • taskEngineRetryTemplate

      protected org.springframework.retry.support.RetryTemplate taskEngineRetryTemplate
    • strandedTasksLogic

      protected StrandedTasksLogic strandedTasksLogic
  • Constructor Details

    • TriggerTaskRunnerRetriesHandlingTest

      public TriggerTaskRunnerRetriesHandlingTest()
  • Method Details

    • setUp

      public void setUp()
    • tearDown

      public void tearDown()
    • shouldRetryTaskAndNotRemoveThem

      public void shouldRetryTaskAndNotRemoveThem() throws Exception
      Throws:
      Exception
    • shouldRetryTasksWithDefaultMaxAttempts

      public void shouldRetryTasksWithDefaultMaxAttempts() throws Exception
      Throws:
      Exception
    • shouldRetryTaskWhenTransactionConnectionBrokenExceptionThrown

      public void shouldRetryTaskWhenTransactionConnectionBrokenExceptionThrown()