sijie opened a new pull request #2233:  [integration tests] Return exit code as 
part of execution result of running a command in testcontainers
URL: https://github.com/apache/incubator-pulsar/pull/2233
 
 
    ### Motivation
   
   The default `ExecResult` in testcontainers doesn't include the exit code of 
running a command in a test container.
   
    ### Changes
   
   - Add a class `ContainerExecResult` to represent the result of executing a 
command in a container, including exitCode, stdout and stderr
   - Improve the existing util method in `DockerUtils` to return 
`ContainerExecResult`
   - Improve all the integration tests on validating exit codes before 
validating outputs

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to