jiahuili430 commented on code in PR #5181:
URL: https://github.com/apache/couchdb/pull/5181#discussion_r1724015919
##########
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:
Tried with OTP 27.0.1, QuickJS requires at least 19_000_000 and SpiderMonkey
22_000_000.
Thank you for the links and review.
--
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]