ivankelly opened a new pull request #3080: Don't overwrite integration tests 
longs if container restarted
URL: https://github.com/apache/pulsar/pull/3080
 
 
   In the arquillian tests, processes were restarted using supervisorctl,
   which preserved the contents of the filesystem. This was changed in
   the testcontainers change to restart the whole container, which
   obliterates the filesystem.
   
   When a container is stopped, the logs are copied to the target
   directory. In the case of multiple restarts the logs from the later
   restarts were overwriting the logs from earlier restarts so the older
   logs were lost.
   
   This PR adds a check to ensure that we don't overwrite old logs and
   appends a number to the log if a old log exists.
   

----------------------------------------------------------------
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