You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently experienced flakiness in the 029_provider harness test where consecutive call to get the recently created provider fails (see test_provider_data data resource that was commented out in #876)
I explicitly tried to search for the log of Received a failed or not found response, retrying request as specified here but couldn't find it in the log - meaning that it might not work
We should fix it and validate that it indeed works. We could validate it with:
Manually create a provider (or any other resource) @ env0
Manually remove it
Configure a data resource against it - and see whether http client retries or not (with validating that the actual log is printed)
We recently experienced flakiness in the
029_provider
harness test where consecutive call to get the recently created provider fails (seetest_provider_data
data resource that was commented out in #876)I explicitly tried to search for the log of
Received a failed or not found response, retrying request
as specified here but couldn't find it in the log - meaning that it might not workWe should fix it and validate that it indeed works. We could validate it with:
Please note to undo the changes of #876 too.
The text was updated successfully, but these errors were encountered: