janl commented on pull request #3483:
URL: https://github.com/apache/couchdb/pull/3483#issuecomment-817108082


   > Just some minor line length issues remain for me. Tests pass, although 
they seem to add about 20 seconds to the suite on my machine:
   > 
   > ```
   > UsersDbTest
   >   * test users password requirements (76.2ms)
   >   * test users password requirements with non list value (4973.3ms)
   >   * test users db (5267.9ms)
   >   * test users password requirements with not correct syntax (4968.3ms)
   >   * test users password requirements with a string in a list (4969.9ms)
   > ```
   > 
   
   looks like wrapping all tests cases in `with_db` starts a new couch server 
each time, we could probably get away with only starting it once for all these 
tests.


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

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


Reply via email to