Skip to content

add unit test coverage for Python StartWorkerHandler #7058

Description

@eugenegujing

Task Summary

amber/src/main/python/core/architecture/handlers/control/start_worker_handler.py implements the StartWorker RPC that boots a Python worker.

Nothing in amber/src/test/python references the handler, and test_main_loop.py never invokes the StartWorker RPC, so none of the branches are asserted anywhere. Four sibling handlers in the same package already have direct tests (test_evaluate_expression_handler.py, test_replay_current_tuple_handler.py, test_update_executor_handler.py, test_debug_command_handler.py).

Task Type

  • Refactor / Cleanup
  • DevOps / Deployment / CI
  • Testing / QA
  • Documentation
  • Performance
  • Other

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions