pgj commented on code in PR #5341:
URL: https://github.com/apache/couchdb/pull/5341#discussion_r1864135984


##########
Makefile:
##########
@@ -339,7 +339,7 @@ mango-test: devclean all
                --admin=adm:pass \
                --no-eval "\
 COUCH_USER=adm COUCH_PASS=pass \
-src/mango/.venv/bin/nose2 -s src/mango/test -c src/mango/unittest.cfg 
$(MANGO_TEST_OPTS)"
+src/mango/.venv/bin/nose2 -F -s src/mango/test -c src/mango/unittest.cfg 
$(MANGO_TEST_OPTS)"

Review Comment:
   > Comment out some test cases and you'll get different test results.
   
   That is what one would not want to do.  Commenting test cases in and out is 
what makes the feedback loop slower.
   
   > We can remove the `-F` if it is not needed: 
https://github.com/apache/couchdb/pull/5348/files?w=1
   
   I have not had the time to try this new approach, maybe it works.
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to