davisp commented on issue #549: [Jenkins] timeout triggered by all_dbs_active
URL: https://github.com/apache/couchdb/issues/549#issuecomment-315141842
 
 
   This is a duplicate of #571.
   
   The timeout error is the first error seen when you scroll up in the log. But 
if you keep going you'll see this bit in the logs:
   
   ```
   module 'couchdb_os_daemons_tests'
     OS Daemons tests
       couchdb_os_daemons_tests:107: should_check_daemon...ok
       couchdb_os_daemons_tests:113: should_check_daemon_table_form...ok
       couchdb_os_daemons_tests:120: 
should_clean_tables_on_daemon_remove...[0.544 s] ok
       couchdb_os_daemons_tests:127: should_spawn_multiple_daemons...[0.618 s] 
ok
       undefined
       *** context cleanup failed ***
   **in function test_util:stop_sync_throw/4 (src/test_util.erl, line 160)
   in call from couchdb_os_daemons_tests:teardown/2 
(test/couchdb_os_daemons_tests.erl, line 58)
   **throw:{timeout,os_daemon_stop}
   
   
     undefined
     *** context setup failed ***
   **in function meck_proc:start/2 (src/meck_proc.erl, line 96)
     called as start(couch_stats,[passthrough])
   in call from test_util:mock/1 (src/test_util.erl, line 244)
   in call from test_util:'-mock/1-lc$^0/1-0-'/1 (src/test_util.erl, line 237)
   in call from test_util:start/3 (src/test_util.erl, line 225)
   in call from couchdb_os_daemons_tests:setup/1 
(test/couchdb_os_daemons_tests.erl, line 47)
   **error:{already_started,<0.3624.1>}
   ```
   
   We failed to shutdown couch properl which leaves it in a weird state which 
causes a lot of other failures as well. Given that this was fixed I'm closing 
and we can reopen if it happens again.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to