We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the tctest pr <pr number> or tctest list <pr numberr> commands on a PR which deletes a file, it fails with the following error
tctest pr <pr number>
tctest list <pr numberr>
$ tctest pr 16467 Discovering tests for pr #16467 (https://github.com/terraform-providers/terraform-provider-aws/pull/16467)... ERRO[2020-11-27 11:19:24] tctest: pr cmd failed: pr list failed: downloading file (aws/internal/tfawsresource/testing_test.go) metadata: GET https://api.github.com/repositories/93444615/contents/aws/internal/tfawsresource/testing_test.go?ref=e9457fd5f715fc381621b558e33018cf7cec0119: 404 Not Found []
If the user provides a test regex, it does not fail
tctest pr 16467 TestAccDataSourceAwsRoute53ResolverRules_basic triggering refs/pull/16467/merge for TestAccDataSourceAwsRoute53ResolverRules_basic... build 12345 queued: https://teamcity.example.com/viewQueued.html?itemId= 12345
The text was updated successfully, but these errors were encountered:
This might be fixed on master now @gdavison
Sorry, something went wrong.
duplicate of #17 ?
closing as duplicate of #17
No branches or pull requests
When running the
tctest pr <pr number>
ortctest list <pr numberr>
commands on a PR which deletes a file, it fails with the following errorIf the user provides a test regex, it does not fail
The text was updated successfully, but these errors were encountered: