HAL9000
920ef0def1
CI / lint (pull_request) Successful in 45s
CI / helm (pull_request) Successful in 24s
CI / build (pull_request) Successful in 36s
CI / push-validation (pull_request) Successful in 22s
CI / quality (pull_request) Successful in 1m26s
CI / typecheck (pull_request) Successful in 1m32s
CI / security (pull_request) Successful in 1m32s
CI / e2e_tests (pull_request) Failing after 4m31s
CI / integration_tests (pull_request) Successful in 4m34s
CI / unit_tests (pull_request) Failing after 5m56s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 3s
fix(a2a): re-raise typer.Exit in actor run commands and step catches
...
typer.Exit is not a subclass of click.exceptions.Exit in this project's
version of typer. The except clause in actor.run() and actor_run.run()
only caught click.exceptions.Exit, so typer.Exit(code=2) raised by
_resolve_config_files (not-found / no-config-data paths) fell through
to the broad except Exception handler and was re-raised as
typer.Exit(code=3), failing the exit_code==2 assertions.
BDD step files had the same gap: the (SystemExit, click.exceptions.Exit)
catch in actor_run_signature_resolve_steps.py and
actor_run_signature_security_steps.py did not include typer.Exit, so
resolve_config_files error scenarios errored instead of being caught.
ISSUES CLOSED : #691
2026-06-11 12:14:24 -04:00
..
2026-05-07 20:05:33 +00:00
2026-04-15 06:37:18 +00:00
2026-04-27 07:33:18 +00:00
2026-04-30 10:56:21 +00:00
2026-06-11 12:14:24 -04:00
2026-06-10 19:03:28 -04:00
2026-04-23 11:46:36 +00:00
2026-05-01 09:10:48 +00:00
2026-05-07 20:05:33 +00:00
2026-05-07 20:05:33 +00:00
2026-04-17 16:28:45 +08:00
2026-05-06 01:07:15 +00:00
2026-04-27 05:00:54 +00:00
2026-05-05 01:33:31 +00:00
2026-04-17 16:28:45 +08:00
2026-04-30 10:56:21 +00:00
2026-04-23 16:15:49 +00:00
2026-04-23 12:19:50 +00:00
2026-04-30 10:56:21 +00:00
2026-05-06 04:08:25 +00:00
2026-04-30 02:05:12 +00:00
2026-04-27 05:00:54 +00:00
2026-05-03 00:17:15 +00:00
2026-05-07 20:05:33 +00:00
2026-05-02 21:54:17 +00:00
2026-05-05 02:01:49 +00:00
2026-04-28 05:00:12 +00:00
2026-04-23 09:08:11 +00:00
2026-05-07 07:08:52 +00:00
2026-04-30 02:05:12 +00:00
2026-04-20 13:54:28 +00:00
2026-05-03 00:39:15 +00:00
2026-04-17 18:33:39 +00:00
2026-04-17 11:46:38 +00:00
2026-05-05 02:01:49 +00:00
2026-05-05 02:01:49 +00:00
2026-05-05 02:01:49 +00:00
2026-04-30 10:56:21 +00:00
2026-05-05 02:01:49 +00:00
2026-05-07 20:05:33 +00:00
2026-04-21 05:14:07 +00:00
2026-05-05 11:05:07 +00:00
2026-05-07 20:05:33 +00:00
2026-04-17 11:46:38 +00:00
2026-04-27 07:33:18 +00:00
2026-04-17 11:46:38 +00:00
2026-04-23 12:19:50 +00:00
2026-05-05 02:01:49 +00:00
2026-05-05 02:01:49 +00:00
2026-05-05 02:01:49 +00:00
2026-04-30 10:56:21 +00:00
2026-04-21 16:53:08 +00:00
2026-05-08 05:11:47 +00:00
2026-04-24 05:45:20 +00:00
2026-05-05 17:18:16 +00:00
2026-05-07 23:49:20 +00:00
2026-04-20 06:08:50 +00:00
2026-05-07 20:05:33 +00:00
2026-05-07 20:05:33 +00:00
2026-04-24 22:46:41 +00:00
2026-05-08 09:57:18 +00:00
2026-05-02 01:36:45 +00:00
2026-04-30 14:56:33 +00:00
2026-05-05 05:25:28 +00:00
2026-04-28 04:06:57 +00:00
2026-04-28 04:06:57 +00:00
2026-04-17 22:49:46 +00:00
2026-05-05 02:01:49 +00:00
2026-04-26 11:19:10 +00:00
2026-04-23 09:22:33 +00:00
2026-04-19 17:10:17 +00:00
2026-04-24 10:32:15 +00:00
2026-04-21 03:38:05 +00:00
2026-04-17 08:34:33 +00:00
2026-05-05 02:01:49 +00:00
2026-05-05 02:01:49 +00:00
2026-05-05 02:01:49 +00:00
2026-04-17 08:34:33 +00:00
2026-05-05 02:01:49 +00:00
2026-04-17 08:34:33 +00:00
2026-04-17 08:34:33 +00:00
2026-04-21 11:31:15 +00:00
2026-05-07 20:05:33 +00:00
2026-04-30 14:56:33 +00:00
2026-05-09 12:23:24 +00:00
2026-05-09 12:23:24 +00:00
2026-05-05 02:01:49 +00:00
2026-05-05 02:01:49 +00:00
2026-05-08 09:32:29 +00:00
2026-05-05 17:18:16 +00:00
2026-05-08 18:50:33 +00:00
2026-05-08 09:57:18 +00:00
2026-05-07 20:05:33 +00:00
2026-05-05 06:16:46 +00:00
2026-05-05 06:16:46 +00:00
2026-05-07 20:05:33 +00:00
2026-04-30 10:03:08 +00:00
2026-05-03 00:17:15 +00:00
2026-04-21 11:56:19 +00:00
2026-05-05 02:01:49 +00:00
2026-05-05 02:01:49 +00:00
2026-05-05 02:01:49 +00:00
2026-05-05 02:01:49 +00:00
2026-05-05 10:56:18 +00:00
2026-04-23 12:19:50 +00:00
2026-05-08 06:24:23 +00:00
2026-04-17 18:00:47 +08:00
2026-04-21 01:59:07 +00:00
2026-04-30 02:05:12 +00:00
2026-04-25 04:21:23 +00:00
2026-05-07 23:39:08 +01:00
2026-04-28 09:23:33 +00:00
2026-04-21 06:42:10 +00:00
2026-04-28 10:12:06 +00:00
2026-05-05 04:04:13 +00:00
2026-04-26 18:23:48 +00:00
2026-04-26 12:19:34 +00:00
2026-05-05 09:37:22 +00:00
2026-05-02 21:57:54 +00:00
2026-04-27 02:06:23 +00:00
2026-04-24 11:05:02 +00:00
2026-04-24 19:01:56 +00:00
2026-05-05 17:48:39 +00:00
2026-05-07 14:22:57 +00:00
2026-04-26 17:34:52 +00:00
2026-05-07 19:14:53 +00:00
2026-04-27 01:12:35 +00:00
2026-04-23 18:29:11 +00:00
2026-04-22 00:45:09 +00:00
2026-04-28 07:33:43 +00:00
2026-04-27 07:33:18 +00:00
2026-04-27 07:33:18 +00:00
2026-04-24 04:11:54 +00:00
2026-04-21 08:45:06 +00:00
2026-04-30 15:36:26 +00:00
2026-05-08 11:15:36 +00:00
2026-04-23 23:01:46 +00:00
2026-05-08 11:15:36 +00:00
2026-04-22 06:37:17 +00:00
2026-04-30 10:56:21 +00:00