You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/09/13 16:51:53 UTC

[GitHub] davisp opened a new pull request #814: Don't reset logs when JS tests restart the server

davisp opened a new pull request #814: Don't reset logs when JS tests restart the server
URL: https://github.com/apache/couchdb/pull/814
 
 
   When a JS test requested a restart server we would wip the current log
   file. This makes it hard to debug failing tests occasionally when they
   happen just after a restart. This change prevents just opens log files
   in read/write mode specifically when a test requests a server restart.
   
   The current behavior for interactive use of `dev/run` will continue to
   truncate log files on startup.
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services