Uploaded image for project: 'Slider'
  1. Slider
  2. SLIDER-1115

stdout/stderr files have errors

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • Slider 0.91
    • None
    • None

    Description

      Some IT tests are failing due to the following errors.

      In shell.py and windows/system.py, the files are created based on the pid file name, but this doesn't work because when the pid file is specified it has an absolute path. The file names could just be changed to application.log and application.err.

      Also in shell.py and windows/system.py, the stdout and stderr files are opened with 'w' mode, but each container may run multiple Execute commands, so the files will be overwritten with the latest output. The mode should be changed to 'w+' so all the output is captured.

      Attachments

        1. slider-1115-001.patch
          9 kB
          thomas liu

        Issue Links

          Activity

            People

              thomas_liu thomas liu
              billie Billie Rinaldi
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: