Skip to content
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

Failing test(s): TestAccContainerAwsCluster_BetaBasicHandWritten (beta) #14392

Closed
SarahFrench opened this issue Apr 21, 2023 · 6 comments
Closed

Comments

@SarahFrench
Copy link
Member

SarahFrench commented Apr 21, 2023

Failure rates

  • 100% since 2023-04-07 - this lines up with the migration to the new Beta overnight test project

Impacted tests

  • TestAccContainerAwsCluster_BetaBasicHandWritten
  • TestAccContainerAwsNodePool_BetaBasicHandWritten

Affected Resource(s)

  • google_container_aws_cluster

Nightly build test history

Message(s)

------- Stdout: -------
=== RUN   TestAccContainerAwsCluster_BetaBasicHandWritten
=== PAUSE TestAccContainerAwsCluster_BetaBasicHandWritten
=== CONT  TestAccContainerAwsCluster_BetaBasicHandWritten
vcr_utils.go:146: Step 1/4 error: Error running apply: exit status 1
Error: Error creating Cluster: googleapi: Error 400: dedicated instance is not supported for this cluster, field: aws_cluster.control_plane.instance_placement
Details:
[
{
"@type": "type.googleapis.com/google.rpc.BadRequest",
"fieldViolations": [
{
"description": "dedicated instance is not supported for this cluster",
"field": "aws_cluster.control_plane.instance_placement"
}
]
}
]
with google_container_aws_cluster.primary,
on terraform_plugin_test.tf line 8, in resource "google_container_aws_cluster" "primary":
8: resource "google_container_aws_cluster" "primary" {
--- FAIL: TestAccContainerAwsCluster_BetaBasicHandWritten (6.23s)
FAIL

b/293594181

@SarahFrench
Copy link
Member Author

@roaks3 here's another test failure that looks like it's related to the swap to the new nightly test project for TPGB

@SarahFrench SarahFrench changed the title Failing test(s): TestAccContainerAwsCluster_BetaBasicHandWritten Failing test(s): TestAccContainerAwsCluster_BetaBasicHandWritten (beta) Apr 21, 2023
@rileykarson
Copy link
Collaborator

Note: Our original project was on a control list of some sort, we'll need to get the new ones on there.

@roaks3
Copy link
Collaborator

roaks3 commented May 1, 2023

@SarahFrench Yea, this definitely looks related to the switch. It looks like this is a DCL resource, and I can't tell if something else is going on that we need to update (for example, it looks like there might be a real secret_arn used in the proxy config).

We used b/268374957 to set up the control lists, and I believe we were broadly given everything we need. It's possible we need to amend that request, but my inclination is that this is a separate issue.

@ostrain
Copy link

ostrain commented Aug 7, 2023

This should be fixed now

@roaks3
Copy link
Collaborator

roaks3 commented Aug 15, 2023

Confirmed the test is fixed and skip was reverted with GoogleCloudPlatform/magic-modules#8577

@roaks3 roaks3 closed this as completed Aug 15, 2023
@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants