Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12.6
-
None
Description
Current Situation
When adding an order to the job chain /sos/events/scheduler_event_service with the parameters
<param name="action" value="ADD"/> <param name="event_class" value="1"/> <param name="event_id" value="2"/> <param name="exit_code" value="0"/>
a costom event is added to the list of custom events.
When then adding an order with the parameters
<param name="action" value="REMOVE"/> <param name="event_class" value="1"/> <param name="event_id" value="2"/> <param name="exit_code" value="0"/>
the custom event will not be deleted but still exists in the list of custom events.
Test Configuration
- use sos/events/ in JOC Cockpit.
Test Execution
- Basic Test Execution for adding an order
- Add an order to the job chain /sos/events/scheduler_event_service with the mentioned parameters .
- An order is added to the list of custom events.
Basic Test Execution for removing an order
- Add an order to the job chain /sos/events/scheduler_event_service with the mentioned parameters.
- An order is added to the list of custom events.
Negative Test Execution
- the order is not removed from the list.
Positive Test Execution
- the order is removed from the list.
Desired Behavior
When then adding an order with the parameters
<param name="action" value="REMOVE"/> <param name="event_class" value="1"/> <param name="event_id" value="2"/> <param name="exit_code" value="0"/>
the referenced custom event should be removed from the list of custom events.
Patch
A patch is availabe here
- Download the patch zip file
- Unzip and store the jar file in $scheduler_home/lib/patches
- Restart JobScheduler