nickva edited a comment on issue #2051: CouchDB background jobs
URL: https://github.com/apache/couchdb/pull/2051#issuecomment-501465463
 
 
   Unit tests
   
   ```
   $ make eunit apps=couch_jobs
         couch_jobs_tests:107: add_remove_pending...[0.043 s] ok
         couch_jobs_tests:135: add_remove_errors...[0.029 s] ok
         couch_jobs_tests:123: get_job_data_and_state...[0.021 s] ok
         couch_jobs_tests:148: resubmit_as_job_creator...[0.080 s] ok
         couch_jobs_tests:177: type_timeouts_and_server...[0.027 s] ok
         couch_jobs_tests:207: dead_notifier_restarts_jobs_server...[0.017 s] ok
         couch_jobs_tests:222: bad_messages_restart_couch_jobs_server...[0.025 
s] ok
         couch_jobs_tests:250: bad_messages_restart_notifier...[0.035 s] ok
         couch_jobs_tests:281: bad_messages_restart_activity_monitor...[0.029 
s] ok
         couch_jobs_tests:311: basic_accept_and_finish...[0.028 s] ok
         couch_jobs_tests:329: accept_blocking...[0.548 s] ok
         couch_jobs_tests:349: job_processor_update...[0.077 s] ok
         couch_jobs_tests:391: resubmit_enqueues_job...[0.055 s] ok
         couch_jobs_tests:404: add_with_scheduled_time...[0.034 s] ok
         couch_jobs_tests:415: resubmit_custom_schedtime...[0.037 s] ok
         couch_jobs_tests:425: accept_max_schedtime...[0.032 s] ok
         couch_jobs_tests:434: subscribe...[0.371 s] ok
         couch_jobs_tests:468: subscribe_wait_multiple...[0.735 s] ok
         couch_jobs_tests:512: enqueue_inactive...[5.101 s] ok
         couch_jobs_tests:530: remove_running_job...[0.024 s] ok
         couch_jobs_tests:541: check_get_jobs...[0.025 s] ok
   =======================================================
     All 21 tests passed.
   Cover analysis: /Users/nvatama/asf/src/couch_jobs/.eunit/index.html
   
   Code Coverage:
   couch_jobs                      :  89%
   couch_jobs_activity_monitor     :  91%
   couch_jobs_activity_monitor_sup : 100%
   couch_jobs_app                  : 100%
   couch_jobs_fdb                  :  96%
   couch_jobs_notifier             :  94%
   couch_jobs_notifier_sup         : 100%
   couch_jobs_pending              : 100%
   couch_jobs_server               :  83%
   couch_jobs_sup                  : 100%
   couch_jobs_type_monitor         :  94%
   
   Total                           : 93%
   ```

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