-
Notifications
You must be signed in to change notification settings - Fork 333
Labels
enhancementNew feature or requestNew feature or requestgenaigood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededvertexai
Description
The integration tests currently take a very long time to execute. However they are all I/O bound i.e. calling APIs and waiting for responses. This is very inefficient when running tests in series.
We should expect to see significant speed ups by making the integration tests async and using the x-dist plug-in for pytest (link).
mdrxy
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgenaigood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededvertexai