Make integrations tests more stable #301
Labels
infrastructure
Issues related to infrastructure or CI/CD pipeline.
t-tooling
Issues with this label are in the ownership of the tooling team.
Milestone
Our integration tests are highly unstable, often requiring multiple attempts to pass. Below are the two main issues we are encountering...
Issues during Actor creation
The first problem occurs when creating an Actor in
conftest/make_actor
(conftest.py#L247):The test frequently fails with the following assertion error:
Issues during Actor execution
Another common issue arises when checking the Actor's run status in the integration tests:
Here, the test often fails with a similar mismatch in the expected status:
The text was updated successfully, but these errors were encountered: