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/03/23 20:09:45 UTC

[GitHub] eiri opened a new issue #1232: Extend tests utility belt

eiri opened a new issue #1232: Extend tests utility belt
URL: https://github.com/apache/couchdb/issues/1232
 
 
   It's be nice to have some standard test wrapper with 'retry until' or 'pass if any of N' functionality to deal with things like:
   
   ```
   Compact after lowering attachment size limit couchdb_attachments_tests:544: should_compact_after_lowering_attachment_size_limit...*failed*
   
   in function couchdb_attachments_tests:wait_compaction/3 (test/couchdb_attachments_tests.erl, line 586)
   in call from couchdb_attachments_tests:compact_db/1 (test/couchdb_attachments_tests.erl, line 573)
   in call from couchdb_attachments_tests:'-should_compact_after_lowering_attachment_size_limit/1-fun-1-'/1 (test/couchdb_attachments_tests.erl, line 550)
   
   **error:{assertion_failed,[{module,couchdb_attachments_tests}, {line,573},
   {reason,"Timeout waiting for database database compaction"}]}
     output:<<"">>
   ```
   

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