Versions Compared

Key

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

...

  • Task AAA-testVerifyS3df-wrapper (see xml here) loads the container with ${container_wrap} at line 50:
    • <job executable="${preamble} ${container_wrap} ${python27} ${L1ProcROOT}/verify.py"batchOptions="${extra}" />

  • Thereby losing access to the pipeline interface. For example, we try accessing pipelineSet and fail (full log here, error at line 179):
    • pipelineSet=
      which: no pipelineSet in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)

  • Task AAA-testVerifyS3df-no-wrap (see xml here) defines the container, but does not invoke it at execution (line 50):
    • <job executable="${python27} ${L1ProcROOT}/verify.py"batchOptions="${extra}" />

    • (notably, the python errors in lines 173-213 of the logfile confirm that the container are is not loaded correctly in the executable)
  • And still has access to the pipeline interface. For example, we try accessing pipelineSet and succeed (full log here, lines 221-225):
    • pipelineSet=
      pipelineSet ()
      { 
          echo "Pipeline.$1: $2" >> ${PIPELINE_SUMMARY}
      }