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 have an init container that creates a PrivateLink connection on start. So we have an acceptance test that tests the data source using that PrivateLink connection ID:
However, in CI this test would fail intermittently with a no results found error. Locally this works as expected each time.
The test is disabled for the moment to prevent the intermittent failing, but will be nice to have it re-enabled once we know why it fails intermittently in CI.
The text was updated successfully, but these errors were encountered:
We have an init container that creates a PrivateLink connection on start. So we have an acceptance test that tests the data source using that PrivateLink connection ID:
terraform-provider-materialize/pkg/provider/acceptance_datasource_connection_test.go
Lines 34 to 39 in 73bd471
terraform-provider-materialize/pkg/provider/acceptance_datasource_connection_test.go
Lines 73 to 75 in 73bd471
However, in CI this test would fail intermittently with a
no results found
error. Locally this works as expected each time.The test is disabled for the moment to prevent the intermittent failing, but will be nice to have it re-enabled once we know why it fails intermittently in CI.
The text was updated successfully, but these errors were encountered: