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

Remove Beta flag from Terraform Test test suite #857

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

aaabdelgany
Copy link
Contributor

Description

This PR removes the beta flag from the Terraform Test Test suite.

Testing plan

External links

Output from tests

Including output from tests may require access to a TFE instance. Ignore this section if you have no environment to test against.

go test -run TestTestVariables -v
=== RUN   TestTestVariablesList
=== RUN   TestTestVariablesList/without_list_options
=== RUN   TestTestVariablesList/empty_list_options
=== RUN   TestTestVariablesList/with_page_size
--- PASS: TestTestVariablesList (5.62s)
    --- PASS: TestTestVariablesList/without_list_options (0.20s)
    --- PASS: TestTestVariablesList/empty_list_options (0.21s)
    --- PASS: TestTestVariablesList/with_page_size (0.20s)
=== RUN   TestTestVariablesCreate
=== RUN   TestTestVariablesCreate/with_valid_options
=== RUN   TestTestVariablesCreate/when_options_has_an_empty_string_value
=== RUN   TestTestVariablesCreate/when_options_has_an_empty_string_description
=== RUN   TestTestVariablesCreate/when_options_has_a_too-long_description
=== RUN   TestTestVariablesCreate/when_options_is_missing_value
=== RUN   TestTestVariablesCreate/when_options_is_missing_key
=== RUN   TestTestVariablesCreate/when_options_has_an_empty_key
=== RUN   TestTestVariablesCreate/when_options_is_missing_category
--- PASS: TestTestVariablesCreate (5.35s)
    --- PASS: TestTestVariablesCreate/with_valid_options (0.29s)
    --- PASS: TestTestVariablesCreate/when_options_has_an_empty_string_value (0.22s)
    --- PASS: TestTestVariablesCreate/when_options_has_an_empty_string_description (0.26s)
    --- PASS: TestTestVariablesCreate/when_options_has_a_too-long_description (0.17s)
    --- PASS: TestTestVariablesCreate/when_options_is_missing_value (0.19s)
    --- PASS: TestTestVariablesCreate/when_options_is_missing_key (0.00s)
    --- PASS: TestTestVariablesCreate/when_options_has_an_empty_key (0.00s)
    --- PASS: TestTestVariablesCreate/when_options_is_missing_category (0.00s)
=== RUN   TestTestVariablesUpdate
=== RUN   TestTestVariablesUpdate/without_any_changes
=== RUN   TestTestVariablesUpdate/with_valid_options
=== RUN   TestTestVariablesUpdate/when_updating_a_subset_of_values
=== RUN   TestTestVariablesUpdate/with_sensitive_set
=== RUN   TestTestVariablesUpdate/with_invalid_variable_ID
--- PASS: TestTestVariablesUpdate (5.79s)
    --- PASS: TestTestVariablesUpdate/without_any_changes (0.31s)
    --- PASS: TestTestVariablesUpdate/with_valid_options (0.22s)
    --- PASS: TestTestVariablesUpdate/when_updating_a_subset_of_values (0.22s)
    --- PASS: TestTestVariablesUpdate/with_sensitive_set (0.33s)
    --- PASS: TestTestVariablesUpdate/with_invalid_variable_ID (0.00s)
=== RUN   TestTestVariablesDelete
=== RUN   TestTestVariablesDelete/with_valid_options
=== RUN   TestTestVariablesDelete/with_non_existing_variable_ID
=== RUN   TestTestVariablesDelete/with_invalid_variable_ID
--- PASS: TestTestVariablesDelete (4.85s)
    --- PASS: TestTestVariablesDelete/with_valid_options (0.30s)
    --- PASS: TestTestVariablesDelete/with_non_existing_variable_ID (0.23s)
    --- PASS: TestTestVariablesDelete/with_invalid_variable_ID (0.00s)
PASS
ok  	github.com/hashicorp/go-tfe	21.911s
...

@aaabdelgany aaabdelgany force-pushed the abdu/remove_tf_test_beta branch from a3b370d to f5dc4e6 Compare February 15, 2024 18:39
@aaabdelgany aaabdelgany force-pushed the abdu/remove_tf_test_beta branch from f5dc4e6 to eef37b5 Compare February 15, 2024 18:39
@aaabdelgany aaabdelgany marked this pull request as ready for review February 20, 2024 20:28
@aaabdelgany aaabdelgany requested a review from a team as a code owner February 20, 2024 20:28
@aaabdelgany aaabdelgany merged commit 431c527 into main Feb 21, 2024
11 checks passed
@aaabdelgany aaabdelgany deleted the abdu/remove_tf_test_beta branch February 21, 2024 16:49
Copy link

Reminder to the contributor that merged this PR: if your changes have added important functionality or fixed a relevant bug, open a follow-up PR to update CHANGELOG.md with a note on your changes.

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.

2 participants