nickva commented on code in PR #5181:
URL: https://github.com/apache/couchdb/pull/5181#discussion_r1720600265


##########
src/couch/test/eunit/couch_key_tree_tests.erl:
##########
@@ -575,5 +575,10 @@ should_not_use_excessive_memory_when_stemming() ->
             receive
                 {'DOWN', Ref, _, _, Res} -> Res
             end,
-        ?assertEqual(normal, Exit)
+        case erlang:system_info(otp_release) of
+            Ver when Ver =:= "27" ->
+                ?assertEqual(killed, Exit);

Review Comment:
   For context this all started with 
https://github.com/apache/couchdb/pull/3963. Upstream OTP issue 
https://github.com/erlang/otp/issues/5808



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to