You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/01/31 16:14:58 UTC

[GitHub] jjrodrig commented on issue #1135: Fix for issue #1134 clean up dev/lib before run mango tests

jjrodrig commented on issue #1135: Fix for issue #1134 clean up dev/lib before run mango tests
URL: https://github.com/apache/couchdb/pull/1135#issuecomment-361983212
 
 
   Thanks @eiri
   
   devclean is removing data directories `@rm -rf dev/lib/*/data`  but javascript test is remove all the dev/lib content `@rm -rf dev/lib`
   I think that the local.ini is modified by the dev/run script and it is not cleaned by devclean target. It is enough to clean just data?
   
   rm -rf dev/lib is done also by javascript, test-cluster-with-quorum and test-cluster-without-quorum targets. Should these targets also depend on devclean?
   

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