Details
-
Test Case
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Pre Test
- Setup a JobScheduler for v1.8.x
- Put sample job attached into the live folder
- Be sure that Java 7 and Java 8 (JRE) installed at you JobScheduler server
Test behaviour with Java 7
- configure sos.ini (Section [java]) to use Java 7, e.g. vm = C:\Program Files\Java\jre7\bin\server\jvm.dll
- Start JobScheduler
- start the job objects_noorder
- be sure that the job runs without an error and produces the file result.txt in the live folder with the following content:
spooler.variables.count=4 spooler_task.params.names=taskparam1;taskparam2 spooler_job.name=objects_noorder spooler.variables.count=4 spooler_task.params.names=taskparam1;taskparam2 spooler_job.name=objects_noorder
Test behaviour with Java 8
- delete file result.txt in the live folder, if exists
- configure sos.ini (Section [java]) to use Java 8, e.g. vm = C:\Program Files\Java\jre8\bin\server\jvm.dll
- Start JobScheduler
- start the job objects_noorder
- be sure that the job runs without an error and produces the file result.txt in the live folder with the same content as above
Attachments
Issue Links
- tests
-
JS-1166 In Java 8 the javascript engine RHINO is replaced by NASHORN
- Released