[ 
https://issues.apache.org/jira/browse/COUCHDB-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13221907#comment-13221907
 ] 

Jan Lehnardt commented on COUCHDB-1424:
---------------------------------------

Is the diff below the correct one?

If yes, I can't confirm that it resolves the hangs for me. I tried 200, 300 and 
1000 as values for sleep() and it consistently hangs at 220-compaction-daemon.t


diff --git a/src/etap/etap.erl b/src/etap/etap.erl
index 5ad5dba..ba83385 100644
--- a/src/etap/etap.erl
+++ b/src/etap/etap.erl
@@ -77,6 +77,7 @@ plan(N) when is_integer(N), N > 0 ->
 %% @doc End the current test plan and output test results.
 %% @todo This should probably be done in the test_server process.
 end_tests() ->
+    timer:sleep(100),
     ensure_coverage_ends(),
     etap_server ! {self(), state},
     State = receive X -> X end,

                
> make check hangs when compiling with R15B
> -----------------------------------------
>
>                 Key: COUCHDB-1424
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1424
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Test Suite
>    Affects Versions: 1.2, 1.3
>            Reporter: Jan Lehnardt
>
> make check hangs when running under R15B. For me it is 160-vhosts.t where 
> execution stops, but if I recall correctly others have reported other tests. 
> The crux here is that running the tests individually succeeds.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to