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): TestAccVertexAIFeatureOnlineStore_vertexAiFeatureonlinestoreWithBetaFieldsOptimizedExample #17977

Open
roaks3 opened this issue Apr 29, 2024 · 1 comment

Comments

@roaks3
Copy link
Collaborator

roaks3 commented Apr 29, 2024

Impacted tests

  • TestAccVertexAIFeatureOnlineStore_vertexAiFeatureonlinestoreWithBetaFieldsOptimizedExample

Affected Resource(s)

  • google_vertex_ai_feature_online_store

Failure rates

  • 100% since 2024-04-23

Message(s)

=== RUN   TestAccVertexAIFeatureOnlineStore_vertexAiFeatureonlinestoreWithBetaFieldsOptimizedExample
=== PAUSE TestAccVertexAIFeatureOnlineStore_vertexAiFeatureonlinestoreWithBetaFieldsOptimizedExample
=== CONT  TestAccVertexAIFeatureOnlineStore_vertexAiFeatureonlinestoreWithBetaFieldsOptimizedExample
    vcr_utils.go:152: Step 1/2 error: After applying this test step, the plan was not empty.
        stdout:
        Terraform used the selected providers to generate the following execution
        plan. Resource actions are indicated with the following symbols:
        -/+ destroy and then create replacement
        Terraform will perform the following actions:
          # google_vertex_ai_feature_online_store.featureonlinestore must be replaced
        -/+ resource "google_vertex_ai_feature_online_store" "featureonlinestore" {
              ~ create_time      = "2024-04-29T06:16:37.736404Z" -> (known after apply)
              + etag             = (known after apply)
              ~ id               = "projects/ci-test-project-nightly-beta/locations/us-central1/featureOnlineStores/tf_test_example_feature_online_store_optimizedfibi0vcqct" -> (known after apply)
                name             = "tf_test_example_feature_online_store_optimizedfibi0vcqct"
              ~ state            = "STABLE" -> (known after apply)
              ~ update_time      = "2024-04-29T06:16:37.794082Z" -> (known after apply)
                # (6 unchanged attributes hidden)
              ~ dedicated_serving_endpoint {
                  + public_endpoint_domain_name = (known after apply)
                  + service_attachment          = (known after apply)
                    # (1 unchanged block hidden)
                }
              - embedding_management {
                  - enabled = true -> null # forces replacement
                }
                # (1 unchanged block hidden)
            }
        Plan: 1 to add, 0 to change, 1 to destroy.
--- FAIL: TestAccVertexAIFeatureOnlineStore_vertexAiFeatureonlinestoreWithBetaFieldsOptimizedExample (18.23s)
FAIL

Nightly build test history

b/337846133

@roaks3
Copy link
Collaborator Author

roaks3 commented Apr 29, 2024

Note that this is a perma-destroy, because an API change appears to cause a diff for users on a field that is ForceNew (re-creates the resource).

@roaks3 roaks3 removed the forward/review In review; remove label to forward label Apr 29, 2024
@rileykarson rileykarson added this to the Near-Term Goals milestone Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants