Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Job: run_parallel_jobs
    • This job makes use of the following parameters:
      • Parameter job
        • Purpose: the name or path of the test job to execute. Modify this value to point to the job parallel_job_unix if you are running the test suite in a Unix environment.
        • Default: parallel_job_windows
      • Parameter sleep
        • Purpose: the number of seconds that the test job should execute.
        • Default: 10
      • Parameter tasks
        • Purpose: the number of parallel tasks.
        • Default: 50
  • Job: parallel_job_windows, parallel_job_unix
    • Optional configuration items:
      • Option Options tasks
        •  Purpose: this option specifies the max. number of tasks that this job can be executed for. Tasks that exceed this number will be enqueued.
        • Default: 500
  • Process Class: Performance
    • Optional configuration items:
      • Attribute: max_processes
        • Purpose: the max. number of tasks that can be executed for all jobs that are assigned this process class. Tasks that exceed this number will be enqueued.
        • Default: 100

...