Here are the test failures:
FAILED tests/agents/test_backend_worker_agent.py::TestBackendWorkerAgentExecution::test_execute_task_success - AssertionError: assert 'failed' == 'completed'
FAILED tests/agents/test_backend_worker_agent.py::TestBackendWorkerAgentExecution::test_execute_task_handles_api_failure - assert 'API timeout' in "AttributeError: 'Issue' object has no attribute 'get'"
FAILED tests/agents/test_backend_worker_agent.py::TestBackendWorkerAgentExecution::test_execute_task_handles_file_operation_failure - assert ('FileNotFoundError' in "AttributeError: 'Issue' object has no attribute 'get'" or 'file' in "attributeerror: 'i...
FAILED tests/agents/test_backend_worker_agent.py::TestBackendWorkerAgentTestRunnerIntegration::test_execute_task_runs_tests_after_code_generation - AssertionError: Expected 'run_tests' to have been called once. Called 0 times.
FAILED tests/agents/test_backend_worker_agent.py::TestBackendWorkerAgentTestRunnerIntegration::test_execute_task_handles_test_failures - AssertionError: assert 'failed' == 'blocked'
FAILED tests/agents/test_backend_worker_agent.py::TestBackendWorkerAgentTestRunnerIntegration::test_execute_task_handles_test_runner_errors - AssertionError: assert 'failed' == 'blocked'
FAILED tests/agents/test_bottleneck_detection.py::TestCalculateWaitTime::test_calculate_wait_time_valid - AttributeError: 'dict' object has no attribute 'created_at'
FAILED tests/agents/test_bottleneck_detection.py::TestCalculateWaitTime::test_calculate_wait_time_zero_minutes - AttributeError: 'dict' object has no attribute 'created_at'
FAILED tests/agents/test_bottleneck_detection.py::TestCalculateWaitTime::test_calculate_wait_time_missing_timestamp - AttributeError: 'dict' object has no attribute 'created_at'
FAILED tests/agents/test_bottleneck_detection.py::TestCalculateWaitTime::test_calculate_wait_time_invalid_timestamp - AttributeError: 'dict' object has no attribute 'created_at'
FAILED tests/agents/test_bottleneck_detection.py::TestCalculateWaitTime::test_calculate_wait_time_future_timestamp - AttributeError: 'dict' object has no attribute 'created_at'
FAILED tests/agents/test_bottleneck_detection.py::TestDetectBottlenecks::test_detect_dependency_wait_bottleneck - assert 0 == 1
FAILED tests/agents/test_bottleneck_detection.py::TestDetectBottlenecks::test_detect_agent_overload_bottleneck - assert False
FAILED tests/agents/test_bottleneck_detection.py::TestDetectBottlenecks::test_detect_agent_idle_bottleneck - assert False
FAILED tests/agents/test_bottleneck_detection.py::TestDetectBottlenecks::test_detect_critical_path_bottleneck - assert False
FAILED tests/agents/test_bottleneck_detection.py::TestDetectBottlenecks::test_detect_multiple_bottlenecks - AssertionError: assert 'dependency_wait' in []
FAILED tests/agents/test_bottleneck_detection.py::TestDetectBottlenecks::test_detect_bottlenecks_returns_recommendations - assert 0 > 0
FAILED tests/agents/test_bottleneck_detection.py::TestDetectBottlenecks::test_bottleneck_has_severity - assert 0 > 0
FAILED tests/agents/test_lead_agent.py::TestLeadAgentTaskAssignment::test_t1_happy_path_valid_task_and_agent - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_lead_agent.py::TestLeadAgentTaskAssignment::test_t8_reassignment_logs_warning - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_lead_agent.py::TestLeadAgentTaskAssignment::test_t10_no_websocket_no_error - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_lead_agent_blocker_handling.py::TestLeadAgentBlockerHandlingIntegration::test_multi_agent_execution_pauses_for_sync_blocker - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_multi_agent_integration.py::TestMinimalIntegration::test_single_task_execution_minimal - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_multi_agent_integration.py::TestThreeAgentParallelExecution::test_parallel_execution_three_agents - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_multi_agent_integration.py::TestComplexDependencyGraph::test_complex_dependency_graph_ten_tasks - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_multi_agent_integration.py::TestErrorRecovery::test_task_retry_after_failure - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_multi_agent_integration.py::TestErrorRecovery::test_task_fails_after_max_retries - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_multi_agent_integration.py::TestConcurrentDatabaseAccess::test_concurrent_task_updates_no_race_conditions - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_multi_agent_integration.py::test_bottleneck_detection_end_to_end - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_multi_agent_integration.py::test_bottleneck_detection_during_coordination_loop - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_multi_agent_integration.py::test_bottleneck_detection_performance - TypeError: 'Task' object is not subscriptable
Here are the test errors:
ERROR tests/integration/test_dashboard_access.py::TestServerAccess::test_dashboard_accessible_after_serve - RuntimeError: Server process exited with code 1
ERROR tests/integration/test_dashboard_access.py::TestServerAccess::test_serve_command_lifecycle - RuntimeError: Server process exited with code 1
Here are the test failures:
FAILED tests/agents/test_backend_worker_agent.py::TestBackendWorkerAgentExecution::test_execute_task_success - AssertionError: assert 'failed' == 'completed'
FAILED tests/agents/test_backend_worker_agent.py::TestBackendWorkerAgentExecution::test_execute_task_handles_api_failure - assert 'API timeout' in "AttributeError: 'Issue' object has no attribute 'get'"
FAILED tests/agents/test_backend_worker_agent.py::TestBackendWorkerAgentExecution::test_execute_task_handles_file_operation_failure - assert ('FileNotFoundError' in "AttributeError: 'Issue' object has no attribute 'get'" or 'file' in "attributeerror: 'i...
FAILED tests/agents/test_backend_worker_agent.py::TestBackendWorkerAgentTestRunnerIntegration::test_execute_task_runs_tests_after_code_generation - AssertionError: Expected 'run_tests' to have been called once. Called 0 times.
FAILED tests/agents/test_backend_worker_agent.py::TestBackendWorkerAgentTestRunnerIntegration::test_execute_task_handles_test_failures - AssertionError: assert 'failed' == 'blocked'
FAILED tests/agents/test_backend_worker_agent.py::TestBackendWorkerAgentTestRunnerIntegration::test_execute_task_handles_test_runner_errors - AssertionError: assert 'failed' == 'blocked'
FAILED tests/agents/test_bottleneck_detection.py::TestCalculateWaitTime::test_calculate_wait_time_valid - AttributeError: 'dict' object has no attribute 'created_at'
FAILED tests/agents/test_bottleneck_detection.py::TestCalculateWaitTime::test_calculate_wait_time_zero_minutes - AttributeError: 'dict' object has no attribute 'created_at'
FAILED tests/agents/test_bottleneck_detection.py::TestCalculateWaitTime::test_calculate_wait_time_missing_timestamp - AttributeError: 'dict' object has no attribute 'created_at'
FAILED tests/agents/test_bottleneck_detection.py::TestCalculateWaitTime::test_calculate_wait_time_invalid_timestamp - AttributeError: 'dict' object has no attribute 'created_at'
FAILED tests/agents/test_bottleneck_detection.py::TestCalculateWaitTime::test_calculate_wait_time_future_timestamp - AttributeError: 'dict' object has no attribute 'created_at'
FAILED tests/agents/test_bottleneck_detection.py::TestDetectBottlenecks::test_detect_dependency_wait_bottleneck - assert 0 == 1
FAILED tests/agents/test_bottleneck_detection.py::TestDetectBottlenecks::test_detect_agent_overload_bottleneck - assert False
FAILED tests/agents/test_bottleneck_detection.py::TestDetectBottlenecks::test_detect_agent_idle_bottleneck - assert False
FAILED tests/agents/test_bottleneck_detection.py::TestDetectBottlenecks::test_detect_critical_path_bottleneck - assert False
FAILED tests/agents/test_bottleneck_detection.py::TestDetectBottlenecks::test_detect_multiple_bottlenecks - AssertionError: assert 'dependency_wait' in []
FAILED tests/agents/test_bottleneck_detection.py::TestDetectBottlenecks::test_detect_bottlenecks_returns_recommendations - assert 0 > 0
FAILED tests/agents/test_bottleneck_detection.py::TestDetectBottlenecks::test_bottleneck_has_severity - assert 0 > 0
FAILED tests/agents/test_lead_agent.py::TestLeadAgentTaskAssignment::test_t1_happy_path_valid_task_and_agent - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_lead_agent.py::TestLeadAgentTaskAssignment::test_t8_reassignment_logs_warning - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_lead_agent.py::TestLeadAgentTaskAssignment::test_t10_no_websocket_no_error - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_lead_agent_blocker_handling.py::TestLeadAgentBlockerHandlingIntegration::test_multi_agent_execution_pauses_for_sync_blocker - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_multi_agent_integration.py::TestMinimalIntegration::test_single_task_execution_minimal - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_multi_agent_integration.py::TestThreeAgentParallelExecution::test_parallel_execution_three_agents - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_multi_agent_integration.py::TestComplexDependencyGraph::test_complex_dependency_graph_ten_tasks - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_multi_agent_integration.py::TestErrorRecovery::test_task_retry_after_failure - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_multi_agent_integration.py::TestErrorRecovery::test_task_fails_after_max_retries - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_multi_agent_integration.py::TestConcurrentDatabaseAccess::test_concurrent_task_updates_no_race_conditions - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_multi_agent_integration.py::test_bottleneck_detection_end_to_end - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_multi_agent_integration.py::test_bottleneck_detection_during_coordination_loop - TypeError: 'Task' object is not subscriptable
FAILED tests/agents/test_multi_agent_integration.py::test_bottleneck_detection_performance - TypeError: 'Task' object is not subscriptable
Here are the test errors:
ERROR tests/integration/test_dashboard_access.py::TestServerAccess::test_dashboard_accessible_after_serve - RuntimeError: Server process exited with code 1
ERROR tests/integration/test_dashboard_access.py::TestServerAccess::test_serve_command_lifecycle - RuntimeError: Server process exited with code 1