Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
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
Attachments
Issue Links
- relates to
-
SLIDER-1136 stdout/stderr files are in agent working directory rather than agent log directory
- Open
-
SLIDER-999 stdout and stderr spit out by application process on the agent side should be saved into a log file
- Resolved