Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Linux
Description
Current Situation
The ./bin/cleanup_inventory_tables.sh script expects the three arguments JobSchedulerId JobSchedulerHost JobSchedulerHTTPPort.
The http port is unfortunately not considered due to a typo in the script.
Test Instruction
- Open command promt (windows) or terminal (linux).
- Run the script ./bin/cleanup_inventory_tables.sh and provide three arguments JobSchedulerId JobSchedulerHost JobSchedulerHTTPPort.
- syntax: {{./bin/cleanup_inventory_tables.sh }}
Positive Test
- the script ./bin/cleanup_inventory_tables.sh considers all the arguments.
Negative Test
- the script ./bin/cleanup_inventory_tables.sh doesnot considers all the arguments.
Desired Behavior
./bin/cleanup_inventory_tables.sh should consider all arguments.