-
Notifications
You must be signed in to change notification settings - Fork 187
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
chore: Follow up to use global mig project in tests #2068
Conversation
@@ -13,7 +13,7 @@ import ( | |||
|
|||
func TestMigNetworkContainer_basicAWS(t *testing.T) { | |||
var ( | |||
projectID = acc.ProjectIDExecution(t) | |||
projectID = acc.ProjectIDExecution(t) // No mig.ProjectIDGlobal because network container |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because network container
is quite vague, could we maybe rephrase it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there can be only one container per project and provider / region. I wanted to find a balance of giving some clues explaining why we're not using the "expected" way but not being very verbose explaining the details of how Atlas works.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as discussed offline we'll leave in this way
@@ -11,7 +11,7 @@ import ( | |||
|
|||
func TestMigNetworkPrivatelinkEndpointServiceDataFederationOnlineArchive_basic(t *testing.T) { | |||
var ( | |||
projectID = acc.ProjectIDExecution(t) | |||
projectID = acc.ProjectIDExecution(t) // No mig.ProjectIDGlobal because private link endpoint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
Description
Follow up to use global mig project in tests
Type of change:
Required Checklist:
Further comments