reaction/tests
ppom 607141f22f
Fix after action commands not being correctly awaited
We were scheduling the action with exec_now, but it spawns a new task
itself, which did not have the ShutdownToken.

Persistance part of the start_stop test doesn't work
because when the after actions are executed, they decrement the trigger,
which is then removed from DB.
So they should not decrement it anymore, just check that it's still
there. Next commit!
2025-08-06 12:00:00 +02:00
..
test-conf Automate some tests 2025-08-06 12:00:00 +02:00
conf_load.rs Ignore new tests that fail for now 2025-08-06 12:00:00 +02:00
end_to_end.rs Ignore new tests that fail for now 2025-08-06 12:00:00 +02:00
ip.rs Add failing test for flushing ipvXonly actions 2025-08-04 12:00:00 +02:00
notif-no-pattern.jsonnet Remove newline at the end of stream lines 2025-07-07 12:00:00 +02:00
notif.jsonnet Remove newline at the end of stream lines 2025-07-07 12:00:00 +02:00
simple.rs Automate some tests 2025-08-06 12:00:00 +02:00
start_stop.jsonnet Fix after action commands not being correctly awaited 2025-08-06 12:00:00 +02:00
start_stop.rs Fix after action commands not being correctly awaited 2025-08-06 12:00:00 +02:00