{
  "_class" : "hudson.tasks.junit.TestResult",
  "testActions" : [
    
  ],
  "duration" : 20.22,
  "empty" : False,
  "failCount" : 0,
  "passCount" : 20,
  "skipCount" : 0,
  "suites" : [
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.DriverDelegateWrapperTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testJobRetrieval",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2023-09-25 16:08:20,054 INFO  [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa'\u000a2023-09-25 16:08:20,082 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/init_quartz_tables.sql]\u000a2023-09-25 16:08:20,091 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/init_quartz_tables.sql] in 8 ms.\u000a2023-09-25 16:08:20,101 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: Using thread monitor-based data access locking (synchronization).\u000a2023-09-25 16:08:20,101 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: JobStoreTX initialized.\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.DriverDelegateWrapperTest",
          "duration" : 0.009,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testConcurrentExectionDisallowed",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2023-09-25 16:08:20,104 INFO  [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa'\u000a2023-09-25 16:08:20,105 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/init_quartz_tables.sql]\u000a2023-09-25 16:08:20,122 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/init_quartz_tables.sql] in 17 ms.\u000a2023-09-25 16:08:20,122 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: Using thread monitor-based data access locking (synchronization).\u000a2023-09-25 16:08:20,122 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: JobStoreTX initialized.\u000a"
        }
      ],
      "duration" : 0.014,
      "enclosingBlockNames" : [
        "Results"
      ],
      "enclosingBlocks" : [
        "34"
      ],
      "id" : None,
      "name" : "org.appng.application.scheduler.DriverDelegateWrapperTest",
      "nodeId" : "35",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.SchedulerUtilsTest",
          "duration" : 0.0,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testAddMetadata",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2023-09-25 16:08:16,925 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Job 'mysite.myjob' was disabled forcefully and is being reenabled.\u000a"
        }
      ],
      "duration" : 0.001,
      "enclosingBlockNames" : [
        "Results"
      ],
      "enclosingBlocks" : [
        "34"
      ],
      "id" : None,
      "name" : "org.appng.application.scheduler.SchedulerUtilsTest",
      "nodeId" : "35",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.SchedulingTest",
          "duration" : 0.195,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testCreate",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2023-09-25 16:08:16,934 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTes\u000a...[truncated 10777 chars]...\u000amytestjob-crontrigger-1896914707' for job 'localhost.appng-scheduler_mytestjob' with expression '0 0/10 * * * ? 2042'\u000a2023-09-25 16:08:19,028 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_anotherJob\u000a2023-09-25 16:08:19,033 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_anotherJob-crontrigger-192232101' for job 'localhost.appng-scheduler_anotherJob' with expression '0 0/20 * * * ? 2042'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.SchedulingTest",
          "duration" : 0.064,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testDelete",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2023-09-25 16:08:19,078 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: localhost, application: appng-scheduler)\u000a2023-09-25 16:08:19,082 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)\u000a2023-09-25 16:08:19,082 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.\u000a2023-09-25 16:08:19,101 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Deleted job: localhost.appng-scheduler_mytestjob\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.SchedulingTest",
          "duration" : 0.058,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testSchedule",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2023-09-25 16:08:19,145 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: localhost, application: appng-scheduler)\u000a2023-09-25 16:08:19,149 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)\u000a2023-09-25 16:08:19,149 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.\u000a2023-09-25 16:08:19,160 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_indexJob-crontrigger-1521683380' for job 'localhost.appng-scheduler_indexJob' with expression '0 0/5 * * * ? 2042'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.SchedulingTest",
          "duration" : 0.172,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testShowJob",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2023-09-25 16:08:19,206 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)\u000a2023-09-25 16:08:19,206 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.SchedulingTest",
          "duration" : 0.035,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testShowJobs",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2023-09-25 16:08:19,258 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)\u000a2023-09-25 16:08:19,258 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.SchedulingTest",
          "duration" : 0.05,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testStart",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2023-09-25 16:08:19,412 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)\u000a2023-09-25 16:08:19,412 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.\u000a2023-09-25 16:08:19,420 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_indexJob-simpletrigger-2048587906' for job 'org.appng.application.scheduler.job.IndexJob' with start time 'Mon Sep 25 16:08:19 CEST 2023'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.SchedulingTest",
          "duration" : 0.061,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testUnschedule",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2023-09-25 16:08:19,441 ERROR [Scheduler_localhost] org.quartz.core.ErrorLogger   : An error occured instantiating job to be executed. job= 'localhost.appng-scheduler_indexJob'\u000aorg.quartz.SchedulerException: Job instantiation failed [See nested exception: java.lang.ClassCastException: class org.springframework.context.support.GenericApplicationContext cannot be cast to class org.appng.core.model.ApplicationContext (org.springframework.context.support.GenericApplicationContext and org.appng.core.\u000a...[truncated 1256 chars]...\u000alication.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)\u000a2023-09-25 16:08:19,466 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.\u000a2023-09-25 16:08:19,478 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Deleted trigger 'localhost.appng-scheduler_indexJob-crontrigger-1521683380' for job 'localhost.appng-scheduler_indexJob' with expression '0 0/5 * * * ? 2042'\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.SchedulingTest",
          "duration" : 0.077,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testUpdate",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2023-09-25 16:08:19,524 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: localhost, application: appng-scheduler)\u000a2023-09-25 16:08:19,527 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)\u000a2023-09-25 16:08:19,527 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.\u000a"
        }
      ],
      "duration" : 2.986,
      "enclosingBlockNames" : [
        "Results"
      ],
      "enclosingBlocks" : [
        "34"
      ],
      "id" : None,
      "name" : "org.appng.application.scheduler.SchedulingTest",
      "nodeId" : "35",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.business.TestJobRecordings",
          "duration" : 0.357,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testAddRecord",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : "Sep 25, 2023 4:08:08 PM ch.sla.jdbcperflogger.Logger info\u000aINFO: Using config file jdbcperflogger-fallback.xml\u000a",
          "stdout" : "2023-09-25 16:08:03,702 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTes\u000a...[truncated 9735 chars]...\u000aet proxied via CGLIB: Declare this method as public or protected if you need to support invocations through the proxy.\u000a2023-09-25 16:08:14,411 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql]\u000a2023-09-25 16:08:14,426 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql] in 13 ms.\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.business.TestJobRecordings",
          "duration" : 1.658,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testGetRecord",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.business.TestJobRecordings",
          "duration" : 0.075,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testGetRecordsForJobId",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.business.TestJobRecordings",
          "duration" : 0.051,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testGetRecordsWithFilter",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : None
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.business.TestJobRecordings",
          "duration" : 0.187,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testJobDetails",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2023-09-25 16:08:16,765 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_longRunningJob\u000a2023-09-25 16:08:16,805 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_longRunningJob-crontrigger-1360606893' for job 'localhost.appng-scheduler_longRunningJob' with expression '0 0/10 * 1/1 * ? *'\u000a2023-09-25 16:08:16,808 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhos\u000a...[truncated 861 chars]...\u000a 16:08:16,821 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovery complete.\u000a2023-09-25 16:08:16,822 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 'complete' triggers.\u000a2023-09-25 16:08:16,822 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 stale fired job entries.\u000a2023-09-25 16:08:16,824 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.\u000a"
        }
      ],
      "duration" : 14.281,
      "enclosingBlockNames" : [
        "Results"
      ],
      "enclosingBlocks" : [
        "34"
      ],
      "id" : None,
      "name" : "org.appng.application.scheduler.business.TestJobRecordings",
      "nodeId" : "35",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    },
    {
      "cases" : [
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.service.JobStateRestControllerTest",
          "duration" : 1.096,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testIndexJob",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2023-09-25 16:08:20,146 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTes\u000a...[truncated 11843 chars]...\u000a 16:08:22,277 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovery complete.\u000a2023-09-25 16:08:22,277 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 'complete' triggers.\u000a2023-09-25 16:08:22,277 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 stale fired job entries.\u000a2023-09-25 16:08:22,277 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.service.JobStateRestControllerTest",
          "duration" : 0.236,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testJobs",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2023-09-25 16:08:22,499 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped \"{[/jobState/list],methods=[GET],produces=[application/json]}\" onto public org.springframework.http.ResponseEntity<org.appng.scheduler.openapi.model.Jobs> org.appng.application.scheduler.service.JobStateRestController.getJobs(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean)\u000a2023-09-25 16:08:22,499 INFO  [main] org.springframework.test.web.servl\u000a...[truncated 1019 chars]...\u000aization completed in 0 ms\u000a2023-09-25 16:08:22,649 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: appng, application: appng-scheduler)\u000a2023-09-25 16:08:22,651 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: appng, application: appng-scheduler)\u000a2023-09-25 16:08:22,651 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.service.JobStateRestControllerTest",
          "duration" : 0.18,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testJobsWithTresholds",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2023-09-25 16:08:22,737 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped \"{[/jobState/list],methods=[GET],produces=[application/json]}\" onto public org.springframework.http.ResponseEntity<org.appng.scheduler.openapi.model.Jobs> org.appng.application.scheduler.service.JobStateRestController.getJobs(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean)\u000a2023-09-25 16:08:22,738 INFO  [main] org.springframework.test.web.servl\u000a...[truncated 1019 chars]...\u000aization completed in 0 ms\u000a2023-09-25 16:08:22,886 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: appng, application: appng-scheduler)\u000a2023-09-25 16:08:22,888 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: appng, application: appng-scheduler)\u000a2023-09-25 16:08:22,888 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.\u000a"
        },
        {
          "testActions" : [
            
          ],
          "age" : 0,
          "className" : "org.appng.application.scheduler.service.JobStateRestControllerTest",
          "duration" : 0.179,
          "errorDetails" : None,
          "errorStackTrace" : None,
          "failedSince" : 0,
          "flakyFailures" : [
            
          ],
          "name" : "testLongRunningJob",
          "properties" : {
            
          },
          "rerunFailures" : [
            
          ],
          "skipped" : False,
          "skippedMessage" : None,
          "status" : "PASSED",
          "stderr" : None,
          "stdout" : "2023-09-25 16:08:22,914 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped \"{[/jobState/list],methods=[GET],produces=[application/json]}\" onto public org.springframework.http.ResponseEntity<org.appng.scheduler.openapi.model.Jobs> org.appng.application.scheduler.service.JobStateRestController.getJobs(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean)\u000a2023-09-25 16:08:22,914 INFO  [main] org.springframework.test.web.servl\u000a...[truncated 1019 chars]...\u000aization completed in 0 ms\u000a2023-09-25 16:08:23,061 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: appng, application: appng-scheduler)\u000a2023-09-25 16:08:23,063 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: appng, application: appng-scheduler)\u000a2023-09-25 16:08:23,063 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.\u000a"
        }
      ],
      "duration" : 2.938,
      "enclosingBlockNames" : [
        "Results"
      ],
      "enclosingBlocks" : [
        "34"
      ],
      "id" : None,
      "name" : "org.appng.application.scheduler.service.JobStateRestControllerTest",
      "nodeId" : "35",
      "properties" : {
        
      },
      "stderr" : None,
      "stdout" : None,
      "timestamp" : None
    }
  ]
}