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: Classic loadbalancer test failure #324

Open
sososo0 opened this issue Jul 28, 2023 · 1 comment
Open

AccTest: Classic loadbalancer test failure #324

sososo0 opened this issue Jul 28, 2023 · 1 comment
Assignees
Labels

Comments

@sososo0
Copy link
Contributor

sososo0 commented Jul 28, 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_load_balancer
  • ncloud_load_balancer_ssl_certificate

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

$ TF_ACC=1 go test ./internal/service/classicloadbalancer/load_balancer_ssl_certificate_test.go -run=TestAccNcloudLoadBalancerSSLCertificateBasic -v
=== RUN   TestAccNcloudLoadBalancerSSLCertificateBasic
    load_balancer_ssl_certificate_test.go:85: Step 1/2 error: Error running apply: exit status 1

        Error: no SSL certificate found in the API response

          with ncloud_load_balancer_ssl_certificate.cert,
          on terraform_plugin_test.tf line 3, in resource "ncloud_load_balancer_ssl_certificate" "cert":
           3:           resource "ncloud_load_balancer_ssl_certificate" "cert" {

--- FAIL: TestAccNcloudLoadBalancerSSLCertificateBasic (1.42s)
FAIL
FAIL    command-line-arguments  1.516s
FAIL

Panic Output

Expected Behavior

Pass the test

Actual Behavior

Test failure

Steps to Reproduce

export NCLOUD_REGION=KR
export NCLOUD_ACCESS_KEY=xxx
export NCLOUD_SECRET_KEY=xxx
TF_ACC=1 go test ./internal/service/classicloadbalancer/... -run=TestAccNcloudLoadBalancerSSLCertificateBasic -v

Important Factoids

References

@jungchanSon
Copy link
Contributor

I'm working on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants