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

Fix Acceptance Test For TestProvider_insecure #426

Closed
jcudit opened this issue Apr 14, 2020 · 0 comments · Fixed by #427
Closed

Fix Acceptance Test For TestProvider_insecure #426

jcudit opened this issue Apr 14, 2020 · 0 comments · Fixed by #427
Assignees
Labels
Good first issue Good for newcomers Status: Up for grabs Issues that are ready to be worked on by anyone Type: Bug Something isn't working as documented

Comments

@jcudit
Copy link
Contributor

jcudit commented Apr 14, 2020

Acceptance test runs have been excluding TestProvider_insecure in error. At some point, this test began failing and is currently failing for the master branch.

 TF_ACC=1 go test -v -timeout 30m  ./... -run TestProvider_insecure
?   	github.com/terraform-providers/terraform-provider-github	[no test files]
=== RUN   TestProvider_insecure
--- FAIL: TestProvider_insecure (0.21s)
    testing.go:654: Step 1 error: errors during refresh:

        Error: GET https://localhost:59070/orgs/terraformtesting: 404  []

          on /var/folders/t1/p9cyhv6s2wg4g8s_x6zkpz_m0000gn/T/tf-test017474600/main.tf line 1:
          (source code not available)


FAIL
FAIL	github.com/terraform-providers/terraform-provider-github/github	0.475s

The test validates functionality related to non-GitHub.com deployments as well as a debug mode not recommended for production use cases.

/cc https://github.com/terraform-providers/terraform-provider-github/pull/331

@jcudit jcudit added Type: Bug Something isn't working as documented Good first issue Good for newcomers Status: Up for grabs Issues that are ready to be worked on by anyone technical-debt labels Apr 14, 2020
@anGie44 anGie44 self-assigned this Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good first issue Good for newcomers Status: Up for grabs Issues that are ready to be worked on by anyone Type: Bug Something isn't working as documented
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants