terraform-provider-vault icon indicating copy to clipboard operation
terraform-provider-vault copied to clipboard

auth_backend: remove some deprecated fields

Open greut opened this issue 5 years ago • 1 comments
trafficstars

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" comments, they generate extra noise for pull request followers and do not help prioritize the request

Using the latest terraform-plugin-sdk, https://github.com/hashicorp/terraform-plugin-sdk/blob/v1-maint/CHANGELOG.md#1130-may-20-2020, and following the warnings. It seems that some values where marked as deprecated but still used.

  • [ ] I have to figure out what to do this that test TestResourceAuthTune

Release note for CHANGELOG:

Removal of the deprecated fields from `vault_auth_backend`.

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./vault -v  -timeout 120m
=== RUN   TestDataSourceIdentityEntityName
--- PASS: TestDataSourceIdentityEntityName (0.13s)
=== RUN   TestDataSourceIdentityEntityAlias
--- PASS: TestDataSourceIdentityEntityAlias (0.14s)
=== RUN   TestDataSourceIdentityGroupName
--- PASS: TestDataSourceIdentityGroupName (0.12s)
=== RUN   TestDataSourceIdentityGroupAlias
--- PASS: TestDataSourceIdentityGroupAlias (0.13s)
=== RUN   TestAccAppRoleAuthBackendRoleID_basic
--- PASS: TestAccAppRoleAuthBackendRoleID_basic (0.26s)
=== RUN   TestAccAppRoleAuthBackendRoleID_customID
--- PASS: TestAccAppRoleAuthBackendRoleID_customID (0.22s)
=== RUN   TestDataSourceAuthBackend
--- PASS: TestDataSourceAuthBackend (0.20s)
=== RUN   TestAccDataSourceAWSAccessCredentials_basic
    TestAccDataSourceAWSAccessCredentials_basic: provider_test.go:75: AWS_ACCESS_KEY_ID not set
--- SKIP: TestAccDataSourceAWSAccessCredentials_basic (0.00s)
=== RUN   TestAccDataSourceAWSAccessCredentials_sts
    TestAccDataSourceAWSAccessCredentials_sts: provider_test.go:75: AWS_ACCESS_KEY_ID not set
--- SKIP: TestAccDataSourceAWSAccessCredentials_sts (0.00s)
=== RUN   TestAccDataSourceAzureAccessCredentials_basic
    TestAccDataSourceAzureAccessCredentials_basic: provider_test.go:96: AZURE_SUBSCRIPTION_ID not set
--- SKIP: TestAccDataSourceAzureAccessCredentials_basic (0.00s)
=== RUN   TestDataSourceGenericSecret
--- PASS: TestDataSourceGenericSecret (0.13s)
=== RUN   TestV2Secret
--- PASS: TestV2Secret (0.31s)
=== RUN   TestAccKubernetesAuthBackendConfigDataSource_basic
--- PASS: TestAccKubernetesAuthBackendConfigDataSource_basic (0.30s)
=== RUN   TestAccKubernetesAuthBackendConfigDataSource_full
--- PASS: TestAccKubernetesAuthBackendConfigDataSource_full (0.19s)
=== RUN   TestAccKubernetesAuthBackendRoleDataSource_basic
--- PASS: TestAccKubernetesAuthBackendRoleDataSource_basic (0.20s)
=== RUN   TestAccKubernetesAuthBackendRoleDataSource_full
--- PASS: TestAccKubernetesAuthBackendRoleDataSource_full (0.20s)
=== RUN   TestDataSourcePolicyDocument
--- PASS: TestDataSourcePolicyDocument (0.11s)
=== RUN   TestAccAuthBackend_importBasic
--- PASS: TestAccAuthBackend_importBasic (0.11s)
=== RUN   TestAccConsulSecretBackend_import
--- PASS: TestAccConsulSecretBackend_import (0.11s)
=== RUN   TestAccGenericSecret_importBasic
--- PASS: TestAccGenericSecret_importBasic (0.11s)
=== RUN   TestAccMount_importBasic
--- PASS: TestAccMount_importBasic (0.11s)
=== RUN   TestAccPolicy_importBasic
--- PASS: TestAccPolicy_importBasic (0.09s)
=== RUN   TestProvider
--- PASS: TestProvider (0.00s)
=== RUN   TestAccAuthLoginProviderConfigure
--- PASS: TestAccAuthLoginProviderConfigure (0.13s)
=== RUN   TestTokenReadProviderConfigureWithHeaders
--- PASS: TestTokenReadProviderConfigureWithHeaders (0.22s)
=== RUN   TestAccNamespaceProviderConfigure
    TestAccNamespaceProviderConfigure: provider_test.go:204: TF_ACC_ENTERPRISE is not set, test is applicable only for Enterprise version of Vault
--- SKIP: TestAccNamespaceProviderConfigure (0.00s)
=== RUN   TestAccProviderToken
=== RUN   TestAccProviderToken/None
=== RUN   TestAccProviderToken/File
=== RUN   TestAccProviderToken/CustomHelper
=== RUN   TestAccProviderToken/Schema
--- PASS: TestAccProviderToken (0.01s)
    --- PASS: TestAccProviderToken/None (0.00s)
    --- PASS: TestAccProviderToken/File (0.00s)
    --- PASS: TestAccProviderToken/CustomHelper (0.01s)
    --- PASS: TestAccProviderToken/Schema (0.00s)
=== RUN   TestAccTokenName
--- PASS: TestAccTokenName (0.93s)
=== RUN   TestAccProviderVaultAddrEnv
=== RUN   TestAccProviderVaultAddrEnv/AddAddressToEnvNotConfigured
=== RUN   TestAccProviderVaultAddrEnv/AddAddressToEnvIsFalse
=== RUN   TestAccProviderVaultAddrEnv/AddAddressToEnvIsTrue
--- PASS: TestAccProviderVaultAddrEnv (0.02s)
    --- PASS: TestAccProviderVaultAddrEnv/AddAddressToEnvNotConfigured (0.01s)
    --- PASS: TestAccProviderVaultAddrEnv/AddAddressToEnvIsFalse (0.01s)
    --- PASS: TestAccProviderVaultAddrEnv/AddAddressToEnvIsTrue (0.01s)
=== RUN   TestAlicloudAuthBackendRole_basic
--- PASS: TestAlicloudAuthBackendRole_basic (0.20s)
=== RUN   TestAccAppRoleAuthBackendLogin_basic
--- PASS: TestAccAppRoleAuthBackendLogin_basic (0.14s)
=== RUN   TestAccAppRoleAuthBackendRoleSecretID_basic
--- PASS: TestAccAppRoleAuthBackendRoleSecretID_basic (0.13s)
=== RUN   TestAccAppRoleAuthBackendRoleSecretID_wrapped
--- PASS: TestAccAppRoleAuthBackendRoleSecretID_wrapped (0.12s)
=== RUN   TestAccAppRoleAuthBackendRoleSecretID_full
--- PASS: TestAccAppRoleAuthBackendRoleSecretID_full (0.13s)
=== RUN   TestAccAppRoleAuthBackendRole_import
--- PASS: TestAccAppRoleAuthBackendRole_import (0.13s)
=== RUN   TestAccAppRoleAuthBackendRole_basic
--- PASS: TestAccAppRoleAuthBackendRole_basic (0.11s)
=== RUN   TestAccAppRoleAuthBackendRole_update
--- PASS: TestAccAppRoleAuthBackendRole_update (0.19s)
=== RUN   TestAccAppRoleAuthBackendRole_full
--- PASS: TestAccAppRoleAuthBackendRole_full (0.11s)
=== RUN   TestAccAppRoleAuthBackendRole_fullUpdate
--- PASS: TestAccAppRoleAuthBackendRole_fullUpdate (0.27s)
=== RUN   TestAccAppRoleAuthBackendRole_deprecatedFullUpdate
--- PASS: TestAccAppRoleAuthBackendRole_deprecatedFullUpdate (0.20s)
=== RUN   TestAccAppRoleAuthBackendRole_token_policy_update
--- PASS: TestAccAppRoleAuthBackendRole_token_policy_update (0.19s)
=== RUN   TestResourceAudit
--- PASS: TestResourceAudit (0.10s)
=== RUN   TestAuthBackendMigrateState
--- PASS: TestAuthBackendMigrateState (0.00s)
=== RUN   TestResourceAuth
--- PASS: TestResourceAuth (0.16s)
=== RUN   TestResourceAuthTune
--- PASS: TestResourceAuthTune (0.16s)
=== RUN   TestResourceAuthMigrateToTune
--- PASS: TestResourceAuthMigrateToTune (0.17s)
=== RUN   TestAccAWSAuthBackendCert_import
--- PASS: TestAccAWSAuthBackendCert_import (0.17s)
=== RUN   TestAccAWSAuthBackendCert_basic
--- PASS: TestAccAWSAuthBackendCert_basic (0.15s)
=== RUN   TestAccAWSAuthBackendClient_import
--- PASS: TestAccAWSAuthBackendClient_import (0.16s)
=== RUN   TestAccAWSAuthBackendClient_basic
--- PASS: TestAccAWSAuthBackendClient_basic (0.25s)
=== RUN   TestAccAWSAuthBackendClient_nested
--- PASS: TestAccAWSAuthBackendClient_nested (0.20s)
=== RUN   TestAccAWSAuthBackendClient_withoutSecretKey
--- PASS: TestAccAWSAuthBackendClient_withoutSecretKey (0.18s)
=== RUN   TestAccAWSAuthBackendIdentityWhitelist_import
--- PASS: TestAccAWSAuthBackendIdentityWhitelist_import (0.11s)
=== RUN   TestAccAWSAuthBackendIdentityWhitelist_basic
--- PASS: TestAccAWSAuthBackendIdentityWhitelist_basic (0.10s)
=== RUN   TestAccAWSAuthBackendLogin_iamIdentity
    TestAccAWSAuthBackendLogin_iamIdentity: provider_test.go:75: AWS_ACCESS_KEY_ID not set
--- SKIP: TestAccAWSAuthBackendLogin_iamIdentity (0.00s)
=== RUN   TestAccAWSAuthBackendLogin_pkcs7
    TestAccAWSAuthBackendLogin_pkcs7: resource_aws_auth_backend_login_test.go:63: Not running on EC2 instance, can't test EC2 auth methods
--- SKIP: TestAccAWSAuthBackendLogin_pkcs7 (0.00s)
=== RUN   TestAccAWSAuthBackendLogin_ec2Identity
    TestAccAWSAuthBackendLogin_ec2Identity: resource_aws_auth_backend_login_test.go:115: Not running on EC2 instance, can't test EC2 auth methods
--- SKIP: TestAccAWSAuthBackendLogin_ec2Identity (0.00s)
=== RUN   TestAccAWSAuthBackendRoleTag_basic
--- PASS: TestAccAWSAuthBackendRoleTag_basic (0.13s)
=== RUN   TestAccAWSAuthBackendRole_importInferred
--- PASS: TestAccAWSAuthBackendRole_importInferred (0.14s)
=== RUN   TestAccAWSAuthBackendRole_importEC2
--- PASS: TestAccAWSAuthBackendRole_importEC2 (0.14s)
=== RUN   TestAccAWSAuthBackendRole_importIAM
--- PASS: TestAccAWSAuthBackendRole_importIAM (0.14s)
=== RUN   TestAccAWSAuthBackendRole_inferred
--- PASS: TestAccAWSAuthBackendRole_inferred (0.13s)
=== RUN   TestAccAWSAuthBackendRole_ec2
--- PASS: TestAccAWSAuthBackendRole_ec2 (0.13s)
=== RUN   TestAccAWSAuthBackendRole_iam
--- PASS: TestAccAWSAuthBackendRole_iam (0.12s)
=== RUN   TestAccAWSAuthBackendRole_iam_resolve_aws_unique_ids
--- PASS: TestAccAWSAuthBackendRole_iam_resolve_aws_unique_ids (0.12s)
=== RUN   TestAccAWSAuthBackendRole_iamUpdate
--- PASS: TestAccAWSAuthBackendRole_iamUpdate (0.40s)
=== RUN   TestAccAWSAuthBackendRole_deprecatedEc2
--- PASS: TestAccAWSAuthBackendRole_deprecatedEc2 (0.13s)
=== RUN   TestAccAWSAuthBackendRoleTagBlacklist_import
--- PASS: TestAccAWSAuthBackendRoleTagBlacklist_import (0.11s)
=== RUN   TestAccAWSAuthBackendRoleTagBlacklist_basic
--- PASS: TestAccAWSAuthBackendRoleTagBlacklist_basic (0.10s)
=== RUN   TestAccAWSAuthBackendRoleTagBlacklist_updated
--- PASS: TestAccAWSAuthBackendRoleTagBlacklist_updated (0.24s)
=== RUN   TestAccAWSAuthBackendSTSRole_import
--- PASS: TestAccAWSAuthBackendSTSRole_import (0.11s)
=== RUN   TestAccAWSAuthBackendSTSRole_basic
--- PASS: TestAccAWSAuthBackendSTSRole_basic (0.17s)
=== RUN   TestAccAWSSecretBackendRole_basic
    TestAccAWSSecretBackendRole_basic: provider_test.go:75: AWS_ACCESS_KEY_ID not set
--- SKIP: TestAccAWSSecretBackendRole_basic (0.00s)
=== RUN   TestAccAWSSecretBackendRole_import
    TestAccAWSSecretBackendRole_import: provider_test.go:75: AWS_ACCESS_KEY_ID not set
--- SKIP: TestAccAWSSecretBackendRole_import (0.00s)
=== RUN   TestAccAWSSecretBackendRole_nested
    TestAccAWSSecretBackendRole_nested: provider_test.go:75: AWS_ACCESS_KEY_ID not set
--- SKIP: TestAccAWSSecretBackendRole_nested (0.00s)
=== RUN   TestAccAWSSecretBackend_basic
    TestAccAWSSecretBackend_basic: provider_test.go:75: AWS_ACCESS_KEY_ID not set
--- SKIP: TestAccAWSSecretBackend_basic (0.00s)
=== RUN   TestAccAWSSecretBackend_import
    TestAccAWSSecretBackend_import: provider_test.go:75: AWS_ACCESS_KEY_ID not set
--- SKIP: TestAccAWSSecretBackend_import (0.00s)
=== RUN   TestAccAzureAuthBackendConfig_import
--- PASS: TestAccAzureAuthBackendConfig_import (0.12s)
=== RUN   TestAccAzureAuthBackendConfig_basic
--- PASS: TestAccAzureAuthBackendConfig_basic (0.19s)
=== RUN   TestAzureAuthBackendRole_basic
--- PASS: TestAzureAuthBackendRole_basic (0.13s)
=== RUN   TestAzureAuthBackendRole
--- PASS: TestAzureAuthBackendRole (0.22s)
=== RUN   TestAzureSecretBackendRole
    TestAzureSecretBackendRole: resource_azure_secret_backend_role_test.go:18: ARM_SUBSCRIPTION_ID not set
--- SKIP: TestAzureSecretBackendRole (0.00s)
=== RUN   TestAzureSecretBackend
--- PASS: TestAzureSecretBackend (0.09s)
=== RUN   TestCertAuthBackend
--- PASS: TestCertAuthBackend (0.20s)
=== RUN   TestCertAuthBackend_deprecated
--- PASS: TestCertAuthBackend_deprecated (0.11s)
=== RUN   TestConsulSecretBackendRole
--- PASS: TestConsulSecretBackendRole (0.18s)
=== RUN   TestConsulSecretBackendRoleNameFromPath
--- PASS: TestConsulSecretBackendRoleNameFromPath (0.00s)
=== RUN   TestConsulSecretBackendRoleBackendFromPath
--- PASS: TestConsulSecretBackendRoleBackendFromPath (0.00s)
=== RUN   TestConsulSecretBackend
--- PASS: TestConsulSecretBackend (0.16s)
=== RUN   TestAccDatabaseSecretBackendConnection_import
    TestAccDatabaseSecretBackendConnection_import: resource_database_secret_backend_connection_test.go:20: POSTGRES_URL not set
--- SKIP: TestAccDatabaseSecretBackendConnection_import (0.00s)
=== RUN   TestAccDatabaseSecretBackendConnection_cassandra
    TestAccDatabaseSecretBackendConnection_cassandra: resource_database_secret_backend_connection_test.go:59: CASSANDRA_HOST not set
--- SKIP: TestAccDatabaseSecretBackendConnection_cassandra (0.00s)
=== RUN   TestAccDatabaseSecretBackendConnection_cassandraProtocol
    TestAccDatabaseSecretBackendConnection_cassandraProtocol: resource_database_secret_backend_connection_test.go:102: CASSANDRA_HOST not set
--- SKIP: TestAccDatabaseSecretBackendConnection_cassandraProtocol (0.00s)
=== RUN   TestAccDatabaseSecretBackendConnection_mongodb
    TestAccDatabaseSecretBackendConnection_mongodb: resource_database_secret_backend_connection_test.go:145: MONGODB_URL not set
--- SKIP: TestAccDatabaseSecretBackendConnection_mongodb (0.00s)
=== RUN   TestAccDatabaseSecretBackendConnection_mssql
    TestAccDatabaseSecretBackendConnection_mssql: resource_database_secret_backend_connection_test.go:175: MSSQL_URL not set
--- SKIP: TestAccDatabaseSecretBackendConnection_mssql (0.00s)
=== RUN   TestAccDatabaseSecretBackendConnection_mysql
    TestAccDatabaseSecretBackendConnection_mysql: resource_database_secret_backend_connection_test.go:208: MYSQL_URL not set
--- SKIP: TestAccDatabaseSecretBackendConnection_mysql (0.00s)
=== RUN   TestAccDatabaseSecretBackendConnectionUpdate_mysql
    TestAccDatabaseSecretBackendConnectionUpdate_mysql: resource_database_secret_backend_connection_test.go:295: MYSQL_URL not set
--- SKIP: TestAccDatabaseSecretBackendConnectionUpdate_mysql (0.00s)
=== RUN   TestAccDatabaseSecretBackendConnectionTemplatedUpdateExcludePassword_mysql
    TestAccDatabaseSecretBackendConnectionTemplatedUpdateExcludePassword_mysql: resource_database_secret_backend_connection_test.go:348: MYSQL_CONNECTION_URL not set
--- SKIP: TestAccDatabaseSecretBackendConnectionTemplatedUpdateExcludePassword_mysql (0.00s)
=== RUN   TestAccDatabaseSecretBackendConnection_postgresql
    TestAccDatabaseSecretBackendConnection_postgresql: resource_database_secret_backend_connection_test.go:431: POSTGRES_URL not set
--- SKIP: TestAccDatabaseSecretBackendConnection_postgresql (0.00s)
=== RUN   TestAccDatabaseSecretBackendConnection_elasticsearch
    TestAccDatabaseSecretBackendConnection_elasticsearch: resource_database_secret_backend_connection_test.go:464: ELASTIC_URL not set
--- SKIP: TestAccDatabaseSecretBackendConnection_elasticsearch (0.00s)
=== RUN   TestAccDatabaseSecretBackendRole_import
    TestAccDatabaseSecretBackendRole_import: resource_database_secret_backend_role_test.go:17: MYSQL_URL not set
--- SKIP: TestAccDatabaseSecretBackendRole_import (0.00s)
=== RUN   TestAccDatabaseSecretBackendRole_basic
    TestAccDatabaseSecretBackendRole_basic: resource_database_secret_backend_role_test.go:50: MYSQL_URL not set
--- SKIP: TestAccDatabaseSecretBackendRole_basic (0.00s)
=== RUN   TestAccDatabaseSecretBackendStaticRole_import
    TestAccDatabaseSecretBackendStaticRole_import: resource_database_secret_backend_static_role_test.go:20: MYSQL_URL not set
--- SKIP: TestAccDatabaseSecretBackendStaticRole_import (0.00s)
=== RUN   TestAccDatabaseSecretBackendStaticRole_basic
    TestAccDatabaseSecretBackendStaticRole_basic: resource_database_secret_backend_static_role_test.go:58: MYSQL_URL not set
--- SKIP: TestAccDatabaseSecretBackendStaticRole_basic (0.00s)
=== RUN   TestAccEndpointGoverningPolicy
    TestAccEndpointGoverningPolicy: resource_egp_policy_test.go:16: TF_ACC_ENTERPRISE is not set, test is applicable only for Enterprise version of Vault
--- SKIP: TestAccEndpointGoverningPolicy (0.00s)
=== RUN   TestGCPAuthBackendRole_basic
--- PASS: TestGCPAuthBackendRole_basic (0.20s)
=== RUN   TestGCPAuthBackendRole_gce
--- PASS: TestGCPAuthBackendRole_gce (0.11s)
=== RUN   TestGCPAuthBackendRole_deprecated
--- PASS: TestGCPAuthBackendRole_deprecated (0.12s)
=== RUN   TestGCPAuthBackend_basic
--- PASS: TestGCPAuthBackend_basic (0.09s)
=== RUN   TestGCPSecretBackend
--- PASS: TestGCPSecretBackend (0.15s)
=== RUN   TestGCPSecretRoleset
    TestGCPSecretRoleset: provider_test.go:118: GOOGLE_CREDENTIALS not set
--- SKIP: TestGCPSecretRoleset (0.00s)
=== RUN   TestResourceGenericEndpoint
--- PASS: TestResourceGenericEndpoint (0.26s)
=== RUN   TestGenericSecretMigrateState
--- PASS: TestGenericSecretMigrateState (0.00s)
=== RUN   TestResourceGenericSecret
--- PASS: TestResourceGenericSecret (0.17s)
=== RUN   TestResourceGenericSecret_deleted
--- PASS: TestResourceGenericSecret_deleted (0.16s)
=== RUN   TestAccGithubAuthBackend_basic
--- PASS: TestAccGithubAuthBackend_basic (0.17s)
=== RUN   TestAccGithubAuthBackend_tuning
--- PASS: TestAccGithubAuthBackend_tuning (0.19s)
=== RUN   TestAccGithubAuthBackend_description
--- PASS: TestAccGithubAuthBackend_description (0.17s)
=== RUN   TestAccGithubAuthBackend_importTuning
--- PASS: TestAccGithubAuthBackend_importTuning (0.12s)
=== RUN   TestAccGithubTeam_basic
--- PASS: TestAccGithubTeam_basic (0.18s)
=== RUN   TestAccGithubTeam_teamConfigError
--- PASS: TestAccGithubTeam_teamConfigError (0.01s)
=== RUN   TestAccGithubTeam_importBasic
--- PASS: TestAccGithubTeam_importBasic (0.12s)
=== RUN   TestGithubTeamBackEndPath
=== RUN   TestGithubTeamBackEndPath/With_default_mount
=== RUN   TestGithubTeamBackEndPath/With_custom_mount
--- PASS: TestGithubTeamBackEndPath (0.00s)
    --- PASS: TestGithubTeamBackEndPath/With_default_mount (0.00s)
    --- PASS: TestGithubTeamBackEndPath/With_custom_mount (0.00s)
=== RUN   TestAccGithubUser_basic
--- PASS: TestAccGithubUser_basic (0.19s)
=== RUN   TestAccGithubUser_importBasic
--- PASS: TestAccGithubUser_importBasic (0.12s)
=== RUN   TestGithubUserBackEndPath
=== RUN   TestGithubUserBackEndPath/With_default_mount
=== RUN   TestGithubUserBackEndPath/With_custom_mount
--- PASS: TestGithubUserBackEndPath (0.00s)
    --- PASS: TestGithubUserBackEndPath/With_default_mount (0.00s)
    --- PASS: TestGithubUserBackEndPath/With_custom_mount (0.00s)
=== RUN   TestAccIdentityEntityAlias
--- PASS: TestAccIdentityEntityAlias (0.15s)
=== RUN   TestAccIdentityEntityAlias_Update
    TestAccIdentityEntityAlias_Update: testing.go:684: Step 0 error: failed to create config loader: failed to read module manifest: open /tmp/tf-test307984061/.modules/modules.json: too many open files
--- FAIL: TestAccIdentityEntityAlias_Update (0.00s)
=== RUN   TestAccIdentityEntityPoliciesExclusive
    TestAccIdentityEntityPoliciesExclusive: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test721090296/main.tf: too many open files
--- FAIL: TestAccIdentityEntityPoliciesExclusive (0.00s)
=== RUN   TestAccIdentityEntityPoliciesNonExclusive
    TestAccIdentityEntityPoliciesNonExclusive: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test652347383/main.tf: too many open files
--- FAIL: TestAccIdentityEntityPoliciesNonExclusive (0.00s)
=== RUN   TestAccIdentityEntity
    TestAccIdentityEntity: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test039285482/main.tf: too many open files
--- FAIL: TestAccIdentityEntity (0.00s)
=== RUN   TestAccIdentityEntityUpdate
    TestAccIdentityEntityUpdate: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test177782593/main.tf: too many open files
--- FAIL: TestAccIdentityEntityUpdate (0.00s)
=== RUN   TestAccIdentityGroupAlias
    TestAccIdentityGroupAlias: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test172323756/main.tf: too many open files
--- FAIL: TestAccIdentityGroupAlias (0.00s)
=== RUN   TestAccIdentityGroupAliasUpdate
    TestAccIdentityGroupAliasUpdate: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test031531291/main.tf: too many open files
--- FAIL: TestAccIdentityGroupAliasUpdate (0.00s)
=== RUN   TestAccIdentityGroupPoliciesExclusive
    TestAccIdentityGroupPoliciesExclusive: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test135698878/main.tf: too many open files
--- FAIL: TestAccIdentityGroupPoliciesExclusive (0.00s)
=== RUN   TestAccIdentityGroupPoliciesNonExclusive
    TestAccIdentityGroupPoliciesNonExclusive: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test398243845/main.tf: too many open files
--- FAIL: TestAccIdentityGroupPoliciesNonExclusive (0.00s)
=== RUN   TestAccIdentityGroup
    TestAccIdentityGroup: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test597538208/main.tf: too many open files
--- FAIL: TestAccIdentityGroup (0.00s)
=== RUN   TestAccIdentityGroupUpdate
    TestAccIdentityGroupUpdate: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test032103551/main.tf: too many open files
--- FAIL: TestAccIdentityGroupUpdate (0.00s)
=== RUN   TestAccIdentityGroupExternal
    TestAccIdentityGroupExternal: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test863036882/main.tf: too many open files
--- FAIL: TestAccIdentityGroupExternal (0.00s)
=== RUN   TestAccIdentityOidcKeyAllowedClientId
    TestAccIdentityOidcKeyAllowedClientId: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test387022089/main.tf: too many open files
--- FAIL: TestAccIdentityOidcKeyAllowedClientId (0.00s)
=== RUN   TestAccIdentityOidcKey
    TestAccIdentityOidcKey: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test890936532/main.tf: too many open files
--- FAIL: TestAccIdentityOidcKey (0.00s)
=== RUN   TestAccIdentityOidcKeyUpdate
    TestAccIdentityOidcKeyUpdate: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test196532771/main.tf: too many open files
--- FAIL: TestAccIdentityOidcKeyUpdate (0.00s)
=== RUN   TestAccIdentityOidcRole
    TestAccIdentityOidcRole: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test785019174/main.tf: too many open files
--- FAIL: TestAccIdentityOidcRole (0.00s)
=== RUN   TestAccIdentityOidcRoleUpdate
    TestAccIdentityOidcRoleUpdate: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test218741325/main.tf: too many open files
--- FAIL: TestAccIdentityOidcRoleUpdate (0.00s)
=== RUN   TestAccIdentityOidc
    TestAccIdentityOidc: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test068883272/main.tf: too many open files
--- FAIL: TestAccIdentityOidc (0.00s)
=== RUN   TestAccJWTAuthBackendRole_import
    TestAccJWTAuthBackendRole_import: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test329796615/main.tf: too many open files
--- FAIL: TestAccJWTAuthBackendRole_import (0.00s)
=== RUN   TestAccJWTAuthBackendRole_basic
    TestAccJWTAuthBackendRole_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test443517370/main.tf: too many open files
--- FAIL: TestAccJWTAuthBackendRole_basic (0.00s)
=== RUN   TestAccJWTAuthBackendRole_update
    TestAccJWTAuthBackendRole_update: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test389597137/main.tf: too many open files
--- FAIL: TestAccJWTAuthBackendRole_update (0.00s)
=== RUN   TestAccJWTAuthBackendRole_full
    TestAccJWTAuthBackendRole_full: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test205814012/main.tf: too many open files
--- FAIL: TestAccJWTAuthBackendRole_full (0.00s)
=== RUN   TestAccJWTAuthBackendRoleOIDC_full
    TestAccJWTAuthBackendRoleOIDC_full: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test853865515/main.tf: too many open files
--- FAIL: TestAccJWTAuthBackendRoleOIDC_full (0.00s)
=== RUN   TestAccJWTAuthBackendRole_fullUpdate
    TestAccJWTAuthBackendRole_fullUpdate: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test191603086/main.tf: too many open files
--- FAIL: TestAccJWTAuthBackendRole_fullUpdate (0.00s)
=== RUN   TestAccJWTAuthBackendRole_fullDeprecated
    TestAccJWTAuthBackendRole_fullDeprecated: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test257631125/main.tf: too many open files
--- FAIL: TestAccJWTAuthBackendRole_fullDeprecated (0.00s)
=== RUN   TestAccJWTAuthBackend
    TestAccJWTAuthBackend: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test366142960/main.tf: too many open files
--- FAIL: TestAccJWTAuthBackend (0.00s)
=== RUN   TestAccJWTAuthBackend_OIDC
    TestAccJWTAuthBackend_OIDC: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test560063119/main.tf: too many open files
--- FAIL: TestAccJWTAuthBackend_OIDC (0.00s)
=== RUN   TestAccJWTAuthBackend_negative
    TestAccJWTAuthBackend_negative: testing.go:677: Step 0, expected error:
        
        Error creating temporary file for config: open /tmp/tf-test454126242/main.tf: too many open files
        
        To match:
        
        config is invalid: cannot write to a path ending in '/'
        
        
--- FAIL: TestAccJWTAuthBackend_negative (0.00s)
=== RUN   TestAccJWTAuthBackend_missingMandatory
    TestAccJWTAuthBackend_missingMandatory: testing.go:677: Step 0, expected error:
        
        Error creating temporary file for config: open /tmp/tf-test677208473/main.tf: too many open files
        
        To match:
        
        exactly one of oidc_discovery_url, jwks_url or jwt_validation_pubkeys should be provided
        
        
--- FAIL: TestAccJWTAuthBackend_missingMandatory (0.00s)
=== RUN   TestAccKubernetesAuthBackendConfig_import
    TestAccKubernetesAuthBackendConfig_import: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test935220772/main.tf: too many open files
--- FAIL: TestAccKubernetesAuthBackendConfig_import (0.00s)
=== RUN   TestAccKubernetesAuthBackendConfig_basic
    TestAccKubernetesAuthBackendConfig_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test192384819/main.tf: too many open files
--- FAIL: TestAccKubernetesAuthBackendConfig_basic (0.00s)
=== RUN   TestAccKubernetesAuthBackendConfig_update
    TestAccKubernetesAuthBackendConfig_update: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test096662262/main.tf: too many open files
--- FAIL: TestAccKubernetesAuthBackendConfig_update (0.00s)
=== RUN   TestAccKubernetesAuthBackendConfig_full
    TestAccKubernetesAuthBackendConfig_full: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test909251549/main.tf: too many open files
--- FAIL: TestAccKubernetesAuthBackendConfig_full (0.00s)
=== RUN   TestAccKubernetesAuthBackendConfig_fullUpdate
    TestAccKubernetesAuthBackendConfig_fullUpdate: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test782804376/main.tf: too many open files
--- FAIL: TestAccKubernetesAuthBackendConfig_fullUpdate (0.00s)
=== RUN   TestAccKubernetesAuthBackendRole_import
    TestAccKubernetesAuthBackendRole_import: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test088074263/main.tf: too many open files
--- FAIL: TestAccKubernetesAuthBackendRole_import (0.00s)
=== RUN   TestAccKubernetesAuthBackendRole_basic
    TestAccKubernetesAuthBackendRole_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test247343242/main.tf: too many open files
--- FAIL: TestAccKubernetesAuthBackendRole_basic (0.00s)
=== RUN   TestAccKubernetesAuthBackendRole_update
    TestAccKubernetesAuthBackendRole_update: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test048734305/main.tf: too many open files
--- FAIL: TestAccKubernetesAuthBackendRole_update (0.00s)
=== RUN   TestAccKubernetesAuthBackendRole_full
    TestAccKubernetesAuthBackendRole_full: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test644149324/main.tf: too many open files
--- FAIL: TestAccKubernetesAuthBackendRole_full (0.00s)
=== RUN   TestAccKubernetesAuthBackendRole_fullUpdate
    TestAccKubernetesAuthBackendRole_fullUpdate: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test110728507/main.tf: too many open files
--- FAIL: TestAccKubernetesAuthBackendRole_fullUpdate (0.00s)
=== RUN   TestAccKubernetesAuthBackendRole_fullDeprecated
    TestAccKubernetesAuthBackendRole_fullDeprecated: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test658979678/main.tf: too many open files
--- FAIL: TestAccKubernetesAuthBackendRole_fullDeprecated (0.00s)
=== RUN   TestLDAPAuthBackendGroup_import
    TestLDAPAuthBackendGroup_import: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test133702949/main.tf: too many open files
--- FAIL: TestLDAPAuthBackendGroup_import (0.00s)
=== RUN   TestLDAPAuthBackendGroup_basic
    TestLDAPAuthBackendGroup_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test429212224/main.tf: too many open files
--- FAIL: TestLDAPAuthBackendGroup_basic (0.00s)
=== RUN   TestLDAPAuthBackend_import
    TestLDAPAuthBackend_import: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test415140511/main.tf: too many open files
--- FAIL: TestLDAPAuthBackend_import (0.00s)
=== RUN   TestLDAPAuthBackend_basic
    TestLDAPAuthBackend_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test614190962/main.tf: too many open files
--- FAIL: TestLDAPAuthBackend_basic (0.00s)
=== RUN   TestLDAPAuthBackendUser_import
    TestLDAPAuthBackendUser_import: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test698993705/main.tf: too many open files
--- FAIL: TestLDAPAuthBackendUser_import (0.00s)
=== RUN   TestLDAPAuthBackendUser_basic
    TestLDAPAuthBackendUser_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test963669364/main.tf: too many open files
--- FAIL: TestLDAPAuthBackendUser_basic (0.00s)
=== RUN   TestLDAPAuthBackendUser_noGroups
    TestLDAPAuthBackendUser_noGroups: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test736044611/main.tf: too many open files
--- FAIL: TestLDAPAuthBackendUser_noGroups (0.00s)
=== RUN   TestLDAPAuthBackendUser_oneGroup
    TestLDAPAuthBackendUser_oneGroup: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test148042438/main.tf: too many open files
--- FAIL: TestLDAPAuthBackendUser_oneGroup (0.00s)
=== RUN   TestMFADuoBasic
    TestMFADuoBasic: resource_mfa_duo_test.go:17: TF_ACC_ENTERPRISE is not set, test is applicable only for Enterprise version of Vault
--- SKIP: TestMFADuoBasic (0.00s)
=== RUN   TestZeroTTLDoesNotCauseUpdate
    TestZeroTTLDoesNotCauseUpdate: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test647443309/main.tf: too many open files
--- FAIL: TestZeroTTLDoesNotCauseUpdate (0.00s)
=== RUN   TestResourceMount
    TestResourceMount: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test983839720/main.tf: too many open files
--- FAIL: TestResourceMount (0.00s)
=== RUN   TestResourceMount_Local
    TestResourceMount_Local: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test578045991/main.tf: too many open files
--- FAIL: TestResourceMount_Local (0.00s)
=== RUN   TestResourceMount_SealWrap
    TestResourceMount_SealWrap: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test558521690/main.tf: too many open files
--- FAIL: TestResourceMount_SealWrap (0.00s)
=== RUN   TestResourceMount_KVV2
    TestResourceMount_KVV2: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test428461809/main.tf: too many open files
--- FAIL: TestResourceMount_KVV2 (0.00s)
=== RUN   TestNamespace_basic
    TestNamespace_basic: resource_namespace_test.go:20: TF_ACC_ENTERPRISE is not set, test is applicable only for Enterprise version of Vault
--- SKIP: TestNamespace_basic (0.00s)
=== RUN   TestAccOktaAuthBackendGroup_basic
    TestAccOktaAuthBackendGroup_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test792061852/main.tf: too many open files
--- FAIL: TestAccOktaAuthBackendGroup_basic (0.00s)
=== RUN   TestAccOktaAuthBackendGroup_specialChar
    TestAccOktaAuthBackendGroup_specialChar: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test506121803/main.tf: too many open files
--- FAIL: TestAccOktaAuthBackendGroup_specialChar (0.00s)
=== RUN   TestAccOktaAuthBackend
    TestAccOktaAuthBackend: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test536900910/main.tf: too many open files
--- FAIL: TestAccOktaAuthBackend (0.00s)
=== RUN   TestAccOktaAuthBackendUser
    TestAccOktaAuthBackendUser: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test299606709/main.tf: too many open files
--- FAIL: TestAccOktaAuthBackendUser (0.00s)
=== RUN   TestPkiSecretBackendCert_basic
    TestPkiSecretBackendCert_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test542096528/main.tf: too many open files
--- FAIL: TestPkiSecretBackendCert_basic (0.00s)
=== RUN   TestPkiSecretBackendCert_renew
    TestPkiSecretBackendCert_renew: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test471524015/main.tf: too many open files
--- FAIL: TestPkiSecretBackendCert_renew (0.00s)
=== RUN   TestPkiSecretBackendConfigCA_basic
    TestPkiSecretBackendConfigCA_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test035801666/main.tf: too many open files
--- FAIL: TestPkiSecretBackendConfigCA_basic (0.00s)
=== RUN   TestPkiSecretBackendConfigUrls_basic
    TestPkiSecretBackendConfigUrls_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test153806009/main.tf: too many open files
--- FAIL: TestPkiSecretBackendConfigUrls_basic (0.00s)
=== RUN   TestPkiSecretBackendCrlConfig_basic
    TestPkiSecretBackendCrlConfig_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test593490116/main.tf: too many open files
--- FAIL: TestPkiSecretBackendCrlConfig_basic (0.00s)
=== RUN   TestPkiSecretBackendIntermediateCertRequest_basic
    TestPkiSecretBackendIntermediateCertRequest_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test224987987/main.tf: too many open files
--- FAIL: TestPkiSecretBackendIntermediateCertRequest_basic (0.00s)
=== RUN   TestPkiSecretBackendIntermediateSetSigned_basic
    TestPkiSecretBackendIntermediateSetSigned_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test764557974/main.tf: too many open files
--- FAIL: TestPkiSecretBackendIntermediateSetSigned_basic (0.00s)
=== RUN   TestPkiSecretBackendRole_basic
    TestPkiSecretBackendRole_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test504502525/main.tf: too many open files
--- FAIL: TestPkiSecretBackendRole_basic (0.00s)
=== RUN   TestPkiSecretBackendRootCertificate_basic
    TestPkiSecretBackendRootCertificate_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test987183160/main.tf: too many open files
--- FAIL: TestPkiSecretBackendRootCertificate_basic (0.00s)
=== RUN   TestPkiSecretBackendRootSignIntermediate_basic
    TestPkiSecretBackendRootSignIntermediate_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test374396983/main.tf: too many open files
--- FAIL: TestPkiSecretBackendRootSignIntermediate_basic (0.00s)
=== RUN   TestPkiSecretBackendSign_basic
    TestPkiSecretBackendSign_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test526850602/main.tf: too many open files
--- FAIL: TestPkiSecretBackendSign_basic (0.00s)
=== RUN   TestPkiSecretBackendSign_renew
    TestPkiSecretBackendSign_renew: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test999766401/main.tf: too many open files
--- FAIL: TestPkiSecretBackendSign_renew (0.00s)
=== RUN   TestPkiSecretBackend_basic
    TestPkiSecretBackend_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test398586604/main.tf: too many open files
--- FAIL: TestPkiSecretBackend_basic (0.00s)
=== RUN   TestPkiSecretBackend_import
    TestPkiSecretBackend_import: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test271846235/main.tf: too many open files
--- FAIL: TestPkiSecretBackend_import (0.00s)
=== RUN   TestResourcePolicy
    TestResourcePolicy: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test423248126/main.tf: too many open files
--- FAIL: TestResourcePolicy (0.00s)
=== RUN   TestAccRabbitmqSecretBackendRole_basic
    TestAccRabbitmqSecretBackendRole_basic: provider_test.go:138: RMQ_CONNECTION_URI not set
--- SKIP: TestAccRabbitmqSecretBackendRole_basic (0.00s)
=== RUN   TestAccRabbitmqSecretBackendRole_import
    TestAccRabbitmqSecretBackendRole_import: provider_test.go:138: RMQ_CONNECTION_URI not set
--- SKIP: TestAccRabbitmqSecretBackendRole_import (0.00s)
=== RUN   TestAccRabbitmqSecretBackendRole_nested
    TestAccRabbitmqSecretBackendRole_nested: provider_test.go:138: RMQ_CONNECTION_URI not set
--- SKIP: TestAccRabbitmqSecretBackendRole_nested (0.00s)
=== RUN   TestAccRabbitmqSecretBackend_basic
    TestAccRabbitmqSecretBackend_basic: provider_test.go:138: RMQ_CONNECTION_URI not set
--- SKIP: TestAccRabbitmqSecretBackend_basic (0.00s)
=== RUN   TestAccRabbitmqSecretBackend_import
    TestAccRabbitmqSecretBackend_import: provider_test.go:138: RMQ_CONNECTION_URI not set
--- SKIP: TestAccRabbitmqSecretBackend_import (0.00s)
=== RUN   TestAccRoleGoverningPolicy
    TestAccRoleGoverningPolicy: resource_rgp_policy_test.go:16: TF_ACC_ENTERPRISE is not set, test is applicable only for Enterprise version of Vault
--- SKIP: TestAccRoleGoverningPolicy (0.00s)
=== RUN   TestAccSSHSecretBackendCA_basic
    TestAccSSHSecretBackendCA_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test154804805/main.tf: too many open files
--- FAIL: TestAccSSHSecretBackendCA_basic (0.00s)
=== RUN   TestAccSSHSecretBackendCA_provided
    TestAccSSHSecretBackendCA_provided: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test293057248/main.tf: too many open files
--- FAIL: TestAccSSHSecretBackendCA_provided (0.00s)
=== RUN   TestAccSSHSecretBackend_import
    TestAccSSHSecretBackend_import: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test218988223/main.tf: too many open files
--- FAIL: TestAccSSHSecretBackend_import (0.00s)
=== RUN   TestAccSSHSecretBackendRole_basic
    TestAccSSHSecretBackendRole_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test345882386/main.tf: too many open files
--- FAIL: TestAccSSHSecretBackendRole_basic (0.00s)
=== RUN   TestAccSSHSecretBackendRoleOTP_basic
    TestAccSSHSecretBackendRoleOTP_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test411333961/main.tf: too many open files
--- FAIL: TestAccSSHSecretBackendRoleOTP_basic (0.00s)
=== RUN   TestAccSSHSecretBackendRole_import
    TestAccSSHSecretBackendRole_import: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test262315028/main.tf: too many open files
--- FAIL: TestAccSSHSecretBackendRole_import (0.00s)
=== RUN   TestAccTokenAuthBackendRoleImport
    TestAccTokenAuthBackendRoleImport: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test308642403/main.tf: too many open files
--- FAIL: TestAccTokenAuthBackendRoleImport (0.00s)
=== RUN   TestAccTokenAuthBackendRole
    TestAccTokenAuthBackendRole: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test705181286/main.tf: too many open files
--- FAIL: TestAccTokenAuthBackendRole (0.00s)
=== RUN   TestAccTokenAuthBackendRoleUpdate
    TestAccTokenAuthBackendRoleUpdate: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test475824269/main.tf: too many open files
--- FAIL: TestAccTokenAuthBackendRoleUpdate (0.00s)
=== RUN   TestAccTokenAuthBackendRoleDeprecated
    TestAccTokenAuthBackendRoleDeprecated: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test579642504/main.tf: too many open files
--- FAIL: TestAccTokenAuthBackendRoleDeprecated (0.00s)
=== RUN   TestResourceToken_basic
    TestResourceToken_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test244067399/main.tf: too many open files
--- FAIL: TestResourceToken_basic (0.00s)
=== RUN   TestResourceToken_import
    TestResourceToken_import: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test013697274/main.tf: too many open files
--- FAIL: TestResourceToken_import (0.00s)
=== RUN   TestResourceToken_full
    TestResourceToken_full: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test782501905/main.tf: too many open files
--- FAIL: TestResourceToken_full (0.00s)
=== RUN   TestResourceToken_lookup
    TestResourceToken_lookup: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test589173308/main.tf: too many open files
--- FAIL: TestResourceToken_lookup (0.00s)
=== RUN   TestResourceToken_expire
    TestResourceToken_expire: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test730904683/main.tf: too many open files
--- FAIL: TestResourceToken_expire (0.00s)
=== RUN   TestResourceToken_renew
    TestResourceToken_renew: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test184241870/main.tf: too many open files
--- FAIL: TestResourceToken_renew (0.00s)
=== RUN   TestResourceToken_pgp
    TestResourceToken_pgp: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test410797525/main.tf: too many open files
--- FAIL: TestResourceToken_pgp (0.00s)
=== RUN   TestAccTransitCacheConfig
    TestAccTransitCacheConfig: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test035378480/main.tf: too many open files
--- FAIL: TestAccTransitCacheConfig (0.00s)
=== RUN   TestTransitSecretBackendKey_basic
    TestTransitSecretBackendKey_basic: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test916231375/main.tf: too many open files
--- FAIL: TestTransitSecretBackendKey_basic (0.00s)
=== RUN   TestTransitSecretBackendKey_rsa4096
    TestTransitSecretBackendKey_rsa4096: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test365175266/main.tf: too many open files
--- FAIL: TestTransitSecretBackendKey_rsa4096 (0.00s)
=== RUN   TestTransitSecretBackendKey_import
    TestTransitSecretBackendKey_import: testing.go:684: Step 0 error: Error creating temporary file for config: open /tmp/tf-test335511001/main.tf: too many open files
--- FAIL: TestTransitSecretBackendKey_import (0.00s)
=== RUN   TestExpandAuthMethodTune
--- PASS: TestExpandAuthMethodTune (0.00s)
=== RUN   TestFlattenAuthMethodTune
--- PASS: TestFlattenAuthMethodTune (0.00s)
=== RUN   TestValidateNoTrailingSlash
--- PASS: TestValidateNoTrailingSlash (0.00s)
FAIL
FAIL	github.com/terraform-providers/terraform-provider-vault/vault	14.754s
FAIL
make: *** [GNUmakefile:17 : testacc] Erreur 1

greut avatar May 26 '20 14:05 greut

CLA assistant check
All committers have signed the CLA.

hashicorp-cla avatar Mar 12 '22 17:03 hashicorp-cla

Superseded by https://github.com/hashicorp/terraform-provider-vault/pull/1175

fairclothjm avatar May 18 '23 16:05 fairclothjm