You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Scope

  • Features are tested with respect to the 
  • Milestones
    • TP1: Technical Preview with basic core functionality for use with shell scripts
    • TP2: Technical Preview with fully featured functionality for replacement of the previous platform specific JobScheduler Agent
    • RC1: Release Candidate with functionality to replace a previous standalone instance by Master/Agent instances.

Test Results

  • The following test results have been recorded

 

FeatureTest Result
TP1 
Test Result
TP2 
Comment

Core Functionality

   
execution of shell jobs(tick)  
stdout of shell jobs is logged as info(tick)  
stderr of shell jobs is logged(tick) stderr is logged as info, probably related to JS-1329 - Getting issue details... STATUS
non-zero exit code is treated as error(tick)  
live output of log in JOC(tick) slow
read order id with $SCHEDULER_ORDER_ID(tick)  
read job parameters as environment variables with $SCHEDULE_PARAM_(tick) Works, but is case sensitive on Unix systems. Classic JobScheduler Agent works differently, seems to change all variables to upper case.
read order parameters as environment variables with $SCHEDULE_PARAM_(tick) Works, but is case sensitive on Unix systems. Classic JobScheduler Agent works differently, seems to change all variables to upper case.
set order parameters using SCHEDULER_RETURN_VALUES(tick)  
kill a running task(error) process lost in JOC, but remote process is not killed
file watching(error) incoming files trigger a job chain, see JS-1300 - Getting issue details... STATUS

JobScheduler API

   
API jobs with javascript(error) not implemented
API jobs with java(tick) Yes, but with restrictions, see details below
Shell jobs with javascript monitor(error) not implemented
Shell jobs with java monitor(error)  
spooler_init()(error) not called
spooler_open()(tick)  
spooler_process()(tick)  
spooler_close()(error) not called
spooler_exit()(tick)  
spooler.create_variable_set(tick)  
spooler_task.params()(tick)  
spooler_task.order.params()(tick)  
Variable_set.set_value()(tick)  
Variable_set.var()(tick)  
Variable_set.merge()(error) COM-80020009 scala.MatchError: sos.spooler.Variable_set@7fe373b5 (of class sos.spooler.Variable_set), method=call
Variable_set.count()(tick)  
Variable_set.substitute()(tick)  
Variable_set.xml()(tick)  
Variable_set.set_xml()(tick)  
Log.info() (and all other log levels)(tick)  
Log.filename()(tick)  
Log.last()(tick)  
Log.set_level()(tick)  
Log.level()(tick)  
Log.log_file()(tick)  
Log.set_mail_on_error()(tick)  
Log.set_mail_on_success()(tick)  
Log.set_mail_on_process()(tick)  
Log.set_mail_on_warning()(tick)  
Log.start_new_file()(error) COM-80020009 com.sos.scheduler.engine.minicom.types.COMException: COM-80020009 , method=call
Job.set_delay_after_error(int,int)(error)  COM-80020009 scala.MatchError: 60.0 (of class java.lang.Double), method=call
Job.set_delay_after_error(int,String)(tick)  
Job.clear_delay_after_error()(tick)  
Job.configuration_directory()(tick)  

JITL Jobs

(error)  
JobSchedulerExistsFile(error) 

There is a problem getting parameters. Possibly related to Variable_set.merge()

JSJ_F_0010: error occurred in class sos.scheduler.file.JobSchedulerExistsFile : JSJ_E_0042: exception raised JSJ_F_0050: error occurred getting Parameters for job or order: sos.spooler.Variable_set@1540a68c (of class sos.spooler.Variable_set)

 

  • No labels