Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test_agent_execution #9123

Open
Pwuts opened this issue Dec 23, 2024 — with Linear · 0 comments
Open

Fix test_agent_execution #9123

Pwuts opened this issue Dec 23, 2024 — with Linear · 0 comments
Assignees
Labels
bug Something isn't working ci DX platform/backend/executor platform/backend AutoGPT Platform - Back end

Comments

Copy link
Member

Pwuts commented Dec 23, 2024

Since merging #8750, we're getting intermittent CI test failures of test_agent_execution:

https://github.com/Significant-Gravitas/AutoGPT/actions/runs/12400120333/job/34616544224

FAILED test/executor/test_manager.py::test_agent_execution - AssertionError: assert 'e2835f4c-b713-45c0-91fd-28217d5f468c' in ['07c930f8-9066-4444-960d-0ffb4d1a2ece', '085c2275-ae1a-4b7d-b442-5eb2d3579f8c']
+ where 'e2835f4c-b713-45c0-91fd-28217d5f468c' = ExecutionResult(graph_id='ac4dafae-85af-4d78-a2cf-65ce103dbd53', graph_version=1, graph_exec_id='bd69bdba-012b-4538-80ec-6f171cc3f82d', node_exec_id='98e923d9-f050-4b5d-bd8e-46ed8b3f4ab3', node_id='e2835f4c-b713-45c0-91fd-28217d5f468c', block_id='c0a8e994-ebf1-4a9c-a4d8-89d09c86741b', status=<AgentExecutionStatus.COMPLETED: 'COMPLETED'>, input_data={'name': 'input_2', 'value': 'World'}, output_data={'result': ['World']}, add_time=datetime.datetime(2024, 12, 18, 19, 43, 9, 67000, tzinfo=TzInfo(UTC)), queue_time=datetime.datetime(2024, 12, 18, 19, 43, 9, 87000, tzinfo=TzInfo(UTC)), start_time=datetime.datetime(2024, 12, 18, 19, 43, 25, 305000, tzinfo=TzInfo(UTC)), end_time=datetime.datetime(2024, 12, 18, 19, 43, 25, 418000, tzinfo=TzInfo(UTC))).node_id

@Pwuts Pwuts added bug Something isn't working ci DX platform/backend AutoGPT Platform - Back end platform/backend/executor labels Dec 23, 2024 — with Linear
@Pwuts Pwuts self-assigned this Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci DX platform/backend/executor platform/backend AutoGPT Platform - Back end
Projects
None yet
Development

No branches or pull requests

1 participant