wohali opened a new issue #581: eunit couch_log_config_test failed with 
get_listener() found
URL: https://github.com/apache/couchdb/issues/581
 
 
   ## Current & Expected Behaviour
   Sometimes, the `couch_log_config_listener_test` test 
`couch_log_config_test`_ fails. It should always pass
   
   Makefile output:
   ```
   module 'couch_log_config_listener_test'
     couch_log_config_listener_test: couch_log_config_test_...*failed*
   in function 
couch_log_config_listener_test:'-check_restart_listener/0-fun-2-'/1 
(test/couch_log_config_listener_test.erl, line 38)
   in call from couch_log_config_listener_test:check_restart_listener/0 
(test/couch_log_config_listener_test.erl, line 38)
   **error:{assertEqual_failed,[{module,couch_log_config_listener_test},
                        {line,38},
                        {expression,"get_handler ( )"},
                        {expected,not_found},
                        {value,{config_listener,{couch_log_sup,<0.3334.0>}}}]}
   
     couch_log_config_listener_test: couch_log_config_test_...[1.002 s] ok
     [done in 1.008 s]
   ```
   
   couch.log from the uploader is **EMPTY**.
   
   ## Possible Solution
   Looks like this test is expecting `gen_event:delete_handler` to occur 
immediately. Should there be a `timer:sleep()` call prior to checking 
`get_handler()`?
   
   ## Context
   This used to be known as https://issues.apache.org/jira/browse/COUCHDB-3341 
but is now on GH Issues.
   
 
----------------------------------------------------------------
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