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
Task Summary
amber/src/main/python/core/architecture/handlers/control/start_worker_handler.pyimplements theStartWorkerRPC that boots a Python worker.Nothing in
amber/src/test/pythonreferences the handler, andtest_main_loop.pynever invokes theStartWorkerRPC, 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