nickva opened a new pull request #2663: Refactor "tx too old" tests
URL: https://github.com/apache/couchdb/pull/2663
 
 
   * There was a good amount of duplication between `_db_crud_tests` and
    `_changes_fold_tests`, so make a common test utility module so both suites 
can
    use.
   
   * Clean up test names. Previously some were named `tx_too_long` but since the
     official FDB error is `transaction_too_old` rename them to match a bit
     better.
   
   * `list_dbs_info` implementation queue of 100 futures to parallelize 
fetching.
     So its test was update to create more than 100 dbs. Creating 100 dbs took
     about 3 seconds so add a small parallel map (pmap) utility function to help
     with that.
   
   To test:
   
      `make check-fdb`

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


With regards,
Apache Git Services

Reply via email to