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

ロードバランサの受け入れテストをデフォルトでスキップ #1099

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

yamamoto-febc
Copy link
Member

ロードバランサの受け入れテスト(日次CI)がFlakyなためデフォルトでスキップする

$ TF_ACC=1 SAKURACLOUD_APPEND_USER_AGENT="(Acceptance Test)" go test -v -run=LoadBalancer -timeout 240m ./...
?   	github.com/sacloud/terraform-provider-sakuracloud	[no test files]
?   	github.com/sacloud/terraform-provider-sakuracloud/internal/defaults	[no test files]
?   	github.com/sacloud/terraform-provider-sakuracloud/internal/desc	[no test files]
?   	github.com/sacloud/terraform-provider-sakuracloud/internal/ftps	[no test files]
?   	github.com/sacloud/terraform-provider-sakuracloud/tools/hash	[no test files]
?   	github.com/sacloud/terraform-provider-sakuracloud/tools/tfdocgen/cmd/gen-sakuracloud-docs	[no test files]
?   	github.com/sacloud/terraform-provider-sakuracloud/version	[no test files]
=== RUN   TestAccSakuraCloudDataSourceLoadBalancer_basic
    helpers_test.go:44: Environment valiable "SAKURACLOUD_ENABLE_LOAD_BALANCER_TEST" is not set
--- SKIP: TestAccSakuraCloudDataSourceLoadBalancer_basic (0.00s)
=== RUN   TestAccSakuraCloudLoadBalancer_basic
    helpers_test.go:44: Environment valiable "SAKURACLOUD_ENABLE_LOAD_BALANCER_TEST" is not set
--- SKIP: TestAccSakuraCloudLoadBalancer_basic (0.00s)
=== RUN   TestAccSakuraCloudLoadBalancer_withRouter
    helpers_test.go:44: Environment valiable "SAKURACLOUD_ENABLE_LOAD_BALANCER_TEST" is not set
--- SKIP: TestAccSakuraCloudLoadBalancer_withRouter (0.00s)
=== RUN   TestAccImportSakuraCloudLoadBalancer_basic
    helpers_test.go:44: Environment valiable "SAKURACLOUD_ENABLE_LOAD_BALANCER_TEST" is not set
--- SKIP: TestAccImportSakuraCloudLoadBalancer_basic (0.00s)
PASS
ok  	github.com/sacloud/terraform-provider-sakuracloud/sakuracloud	0.502s
testing: warning: no tests to run
PASS
ok  	github.com/sacloud/terraform-provider-sakuracloud/tools/tfdocgen	0.289s [no tests to run]

@yamamoto-febc yamamoto-febc merged commit 82a97e6 into sacloud:master Sep 14, 2023
8 checks passed
@yamamoto-febc yamamoto-febc deleted the fix/skip-lb-ci branch September 14, 2023 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant