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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

AccTest: nas volume test failure #299

Open
wonchulee opened this issue Jul 7, 2023 · 1 comment
Open

AccTest: nas volume test failure #299

wonchulee opened this issue Jul 7, 2023 · 1 comment
Assignees

Comments

@wonchulee
Copy link
Collaborator

wonchulee commented Jul 7, 2023

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform CLI and Terraform Ncloud Provider Version

Terraform version : v1.5.2
Ncloud Provider version : main(2.3.18)

Affected Resource(s)

  • ncloud_nas_volume

Terraform Configuration Files

Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.

# None

Debug Output

=== RUN   TestAccResourceNcloudNasVolume_classic_changeAccessControl
    nas_volume_test.go:113: Step 2/3 error: Error running apply: exit status 1

        Error: Status: 400 Bad Request, Body: {
          "responseError": {
            "returnCode": "1413",
            "returnMessage": "Cannot find matched product code [SPSVRSTAND000004] matching server image [SPSW0LINUX000032]"
          }
        }

          with ncloud_server.server-foo,
          on terraform_plugin_test.tf line 7, in resource "ncloud_server" "server-foo":
           7: resource "ncloud_server" "server-foo" {


        Error: Status: 400 Bad Request, Body: {
          "responseError": {
            "returnCode": "1413",
            "returnMessage": "Cannot find matched product code [SPSVRSTAND000004] matching server image [SPSW0LINUX000032]"
          }
        }

          with ncloud_server.server-bar,
          on terraform_plugin_test.tf line 13, in resource "ncloud_server" "server-bar":
          13: resource "ncloud_server" "server-bar" {

--- FAIL: TestAccResourceNcloudNasVolume_classic_changeAccessControl (19.60s)
=== RUN   TestAccResourceNcloudNasVolume_vpc_changeAccessControl
    nas_volume_test.go:149: Step 2/3 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:
          ~ update in-place

        Terraform will perform the following actions:

          # ncloud_nas_volume.test will be updated in-place
          ~ resource "ncloud_nas_volume" "test" {
                id                             = "18152516"
                name                           = "n2926944_tfvx62d"
              ~ server_instance_no_list        = [
                  - "18152518",
                    "18152521",
                  + "18152518",
                ]
                # (13 unchanged attributes hidden)
            }

        Plan: 0 to add, 1 to change, 0 to destroy.
--- FAIL: TestAccResourceNcloudNasVolume_vpc_changeAccessControl (387.53s)

Panic Output

Expected Behavior

Pass the test

Actual Behavior

Test failure

Steps to Reproduce

export TF_ACC=1
export NCLOUD_REGION=KR
export NCLOUD_ACCESS_KEY=xxx
export NCLOUD_SECRET_KEY=xxx
go test ./internal/nasvolume/... -run=TestAccResourceNcloudNasVolume_classic_changeAccessControl -v
go test ./internal/nasvolume/... -run=TestAccResourceNcloudNasVolume_vpc_changeAccessControl -v

Important Factoids

References

@NayeonKeum
Copy link

I'll work on this issue!

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

2 participants