From 4f97720e4c3944ccf9b9742028dc697c2dd94c5a Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Thu, 26 Feb 2026 11:02:55 +0100 Subject: change cancel_test() to raise cancel_error on hard-cancels by default --- tests/cancel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cancel.lua') diff --git a/tests/cancel.lua b/tests/cancel.lua index 66957c3..c5ff0e6 100644 --- a/tests/cancel.lua +++ b/tests/cancel.lua @@ -130,7 +130,7 @@ local laneBody = function(mode_, payload_) else error "no mode: raise an error" end - until cancel_test() -- soft cancel self test + until cancel_test(true) -- soft cancel self test print " lane shutting down after breaking out of loop" end -- cgit v1.2.3-55-g6feb