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(kafkatopic): temporarily disable local_retention_* fields #1511

Conversation

Serpentiel
Copy link
Contributor

About this change—what it does

temporarily disable local_retention_* fields in aiven_kafka_topic resource

Why this way

hotfix, there's a bug and it looks quite complex

@Serpentiel Serpentiel added the bug Something isn't working label Jan 5, 2024
@Serpentiel Serpentiel marked this pull request as ready for review January 5, 2024 21:55
@Serpentiel Serpentiel requested a review from a team January 5, 2024 21:55
@Serpentiel Serpentiel force-pushed the aleks-fix-kafkatopic-temporarily-disable-local-retention-fields branch 2 times, most recently from ea6a115 to ca6d5f8 Compare January 5, 2024 22:06
@Serpentiel Serpentiel force-pushed the aleks-fix-kafkatopic-temporarily-disable-local-retention-fields branch from ca6d5f8 to a59d847 Compare January 5, 2024 22:07
Copy link
Contributor

@byashimov byashimov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, but run all the tests first.

@Serpentiel
Copy link
Contributor Author

Serpentiel commented Jan 5, 2024

acceptance tests:

TF_ACC=1 CGO_ENABLED=0 go test ./internal/... \
        -v -count 1 -parallel 10   -timeout 180m
?       github.com/aiven/terraform-provider-aiven/internal/acctest      [no test files]
?       github.com/aiven/terraform-provider-aiven/internal/common       [no test files]
?       github.com/aiven/terraform-provider-aiven/internal/plugin       [no test files]
?       github.com/aiven/terraform-provider-aiven/internal/plugin/errmsg        [no test files]
?       github.com/aiven/terraform-provider-aiven/internal/plugin/util  [no test files]
?       github.com/aiven/terraform-provider-aiven/internal/schemautil/userconfig        [no test files]
?       github.com/aiven/terraform-provider-aiven/internal/schemautil/userconfig/dist   [no test files]
?       github.com/aiven/terraform-provider-aiven/internal/schemautil/userconfig/stateupgrader  [no test files]
?       github.com/aiven/terraform-provider-aiven/internal/schemautil/userconfig/stateupgrader/v0/cassandra     [no test files]
?       github.com/aiven/terraform-provider-aiven/internal/schemautil/userconfig/stateupgrader/v0/dist  [no test files]
?       github.com/aiven/terraform-provider-aiven/internal/schemautil/userconfig/stateupgrader/v0/flink [no test files]
?       github.com/aiven/terraform-provider-aiven/internal/schemautil/userconfig/stateupgrader/v0/grafana       [no test files]
?       github.com/aiven/terraform-provider-aiven/internal/schemautil/userconfig/stateupgrader/v0/influxdb      [no test files]
?       github.com/aiven/terraform-provider-aiven/internal/schemautil/userconfig/stateupgrader/v0/opensearch    [no test files]
?       github.com/aiven/terraform-provider-aiven/internal/schemautil/userconfig/stateupgrader/v0/kafka [no test files]
?       github.com/aiven/terraform-provider-aiven/internal/schemautil/userconfig/stateupgrader/v0/mysql [no test files]
?       github.com/aiven/terraform-provider-aiven/internal/schemautil/userconfig/stateupgrader/v0/m3    [no test files]
?       github.com/aiven/terraform-provider-aiven/internal/schemautil/userconfig/stateupgrader/v0/pg    [no test files]
?       github.com/aiven/terraform-provider-aiven/internal/schemautil/userconfig/stateupgrader/v0/redis [no test files]
?       github.com/aiven/terraform-provider-aiven/internal/schemautil/userconfig/stateupgrader/v0/serviceintegration    [no test files]
=== RUN   TestAccOrganizationGroupProject
    organization_group_project_test.go:17: Skipping test due to missing AIVEN_ORG_ID environment variable
--- SKIP: TestAccOrganizationGroupProject (0.00s)
=== RUN   TestAccOrganizationResourceDataSource
--- PASS: TestAccOrganizationResourceDataSource (7.78s)
=== RUN   TestAccOrganizationUserGroupMemeber
    organization_user_group_member_test.go:18: Skipping test due to missing AIVEN_ORG_ID or AIVEN_ORG_USER_ID environment variable
--- SKIP: TestAccOrganizationUserGroupMemeber (0.00s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/plugin/service/organization  8.008s
=== RUN   TestCopySensitiveFields
=== RUN   TestCopySensitiveFields/empty
=== RUN   TestCopySensitiveFields/no_sensitive_fields
=== RUN   TestCopySensitiveFields/sensitive_fields
--- PASS: TestCopySensitiveFields (0.00s)
    --- PASS: TestCopySensitiveFields/empty (0.00s)
    --- PASS: TestCopySensitiveFields/no_sensitive_fields (0.00s)
    --- PASS: TestCopySensitiveFields/sensitive_fields (0.00s)
=== RUN   TestNormalizeIpFilter
=== RUN   TestNormalizeIpFilter/empty
=== RUN   TestNormalizeIpFilter/no_ip_filter
=== RUN   TestNormalizeIpFilter/ip_filter
=== RUN   TestNormalizeIpFilter/ip_filter_with_remote_changes
=== RUN   TestNormalizeIpFilter/ip_filter_object
=== RUN   TestNormalizeIpFilter/ip_filter_object_with_remote_changes
--- PASS: TestNormalizeIpFilter (0.00s)
    --- PASS: TestNormalizeIpFilter/empty (0.00s)
    --- PASS: TestNormalizeIpFilter/no_ip_filter (0.00s)
    --- PASS: TestNormalizeIpFilter/ip_filter (0.00s)
    --- PASS: TestNormalizeIpFilter/ip_filter_with_remote_changes (0.00s)
    --- PASS: TestNormalizeIpFilter/ip_filter_object (0.00s)
    --- PASS: TestNormalizeIpFilter/ip_filter_object_with_remote_changes (0.00s)
=== RUN   Test_resourceSchemaAsDatasourceSchemaPanic
--- PASS: Test_resourceSchemaAsDatasourceSchemaPanic (0.00s)
=== RUN   Test_resourceSchemaAsDatasourceSchema
=== RUN   Test_resourceSchemaAsDatasourceSchema/#00
--- PASS: Test_resourceSchemaAsDatasourceSchema (0.00s)
    --- PASS: Test_resourceSchemaAsDatasourceSchema/#00 (0.00s)
=== RUN   Test_validateDurationString
=== RUN   Test_validateDurationString/basic
=== RUN   Test_validateDurationString/wrong-duration
--- PASS: Test_validateDurationString (0.00s)
    --- PASS: Test_validateDurationString/basic (0.00s)
    --- PASS: Test_validateDurationString/wrong-duration (0.00s)
=== RUN   Test_splitResourceID
=== RUN   Test_splitResourceID/basic
=== RUN   Test_splitResourceID/invalid
--- PASS: Test_splitResourceID (0.00s)
    --- PASS: Test_splitResourceID/basic (0.00s)
    --- PASS: Test_splitResourceID/invalid (0.00s)
=== RUN   Test_PointerValueOrDefault
--- PASS: Test_PointerValueOrDefault (0.00s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/schemautil   0.373s
=== RUN   TestFromAPI
=== RUN   TestFromAPI/boolean
=== RUN   TestFromAPI/integer
=== RUN   TestFromAPI/number_and_object
=== RUN   TestFromAPI/array
=== RUN   TestFromAPI/strings_in_one_to_many_array
=== RUN   TestFromAPI/objects_in_one_to_many_array
=== RUN   TestFromAPI/strings_in_one_to_many_array_via_one_of
=== RUN   TestFromAPI/objects_in_one_to_many_array_via_one_of
--- PASS: TestFromAPI (0.01s)
    --- PASS: TestFromAPI/boolean (0.01s)
    --- PASS: TestFromAPI/integer (0.00s)
    --- PASS: TestFromAPI/number_and_object (0.00s)
    --- PASS: TestFromAPI/array (0.00s)
    --- PASS: TestFromAPI/strings_in_one_to_many_array (0.00s)
    --- PASS: TestFromAPI/objects_in_one_to_many_array (0.00s)
    --- PASS: TestFromAPI/strings_in_one_to_many_array_via_one_of (0.00s)
    --- PASS: TestFromAPI/objects_in_one_to_many_array_via_one_of (0.00s)
=== RUN   TestToAPI
=== RUN   TestToAPI/boolean
=== RUN   TestToAPI/boolean_no_changes
=== RUN   TestToAPI/integer
=== RUN   TestToAPI/integer_no_changes
=== RUN   TestToAPI/number_and_object
=== RUN   TestToAPI/number_and_object_no_changes
=== RUN   TestToAPI/create_only_string
=== RUN   TestToAPI/create_only_string_during_update
=== RUN   TestToAPI/array
=== RUN   TestToAPI/array_no_changes_in_one_key
=== RUN   TestToAPI/array_no_changes
=== RUN   TestToAPI/strings_in_many_to_one_array
=== RUN   TestToAPI/strings_in_many_to_one_array_no_changes
=== RUN   TestToAPI/strings_in_many_to_one_array_unset
=== RUN   TestToAPI/objects_in_many_to_one_array
=== RUN   TestToAPI/objects_in_many_to_one_array_no_changes_in_one_element
=== RUN   TestToAPI/objects_in_many_to_one_array_no_changes
=== RUN   TestToAPI/migration_from_strings_to_objects_in_many_to_one_array
=== RUN   TestToAPI/strings_in_many_to_one_array_via_one_of
=== RUN   TestToAPI/strings_in_many_to_one_array_via_one_of_no_changes
=== RUN   TestToAPI/objects_in_many_to_one_array_via_one_of
=== RUN   TestToAPI/objects_in_many_to_one_array_via_one_of_no_changes_in_one_key
=== RUN   TestToAPI/objects_in_many_to_one_array_via_one_of_no_changes
=== RUN   TestToAPI/migration_from_strings_to_objects_in_many_to_one_array_via_one_of
=== RUN   TestToAPI/required
=== RUN   TestToAPI/nested_arrays_no_changes
=== RUN   TestToAPI/nested_arrays_change_in_top_level_element
--- PASS: TestToAPI (0.00s)
    --- PASS: TestToAPI/boolean (0.00s)
    --- PASS: TestToAPI/boolean_no_changes (0.00s)
    --- PASS: TestToAPI/integer (0.00s)
    --- PASS: TestToAPI/integer_no_changes (0.00s)
    --- PASS: TestToAPI/number_and_object (0.00s)
    --- PASS: TestToAPI/number_and_object_no_changes (0.00s)
    --- PASS: TestToAPI/create_only_string (0.00s)
    --- PASS: TestToAPI/create_only_string_during_update (0.00s)
    --- PASS: TestToAPI/array (0.00s)
    --- PASS: TestToAPI/array_no_changes_in_one_key (0.00s)
    --- PASS: TestToAPI/array_no_changes (0.00s)
    --- PASS: TestToAPI/strings_in_many_to_one_array (0.00s)
    --- PASS: TestToAPI/strings_in_many_to_one_array_no_changes (0.00s)
    --- PASS: TestToAPI/strings_in_many_to_one_array_unset (0.00s)
    --- PASS: TestToAPI/objects_in_many_to_one_array (0.00s)
    --- PASS: TestToAPI/objects_in_many_to_one_array_no_changes_in_one_element (0.00s)
    --- PASS: TestToAPI/objects_in_many_to_one_array_no_changes (0.00s)
    --- PASS: TestToAPI/migration_from_strings_to_objects_in_many_to_one_array (0.00s)
    --- PASS: TestToAPI/strings_in_many_to_one_array_via_one_of (0.00s)
    --- PASS: TestToAPI/strings_in_many_to_one_array_via_one_of_no_changes (0.00s)
    --- PASS: TestToAPI/objects_in_many_to_one_array_via_one_of (0.00s)
    --- PASS: TestToAPI/objects_in_many_to_one_array_via_one_of_no_changes_in_one_key (0.00s)
    --- PASS: TestToAPI/objects_in_many_to_one_array_via_one_of_no_changes (0.00s)
    --- PASS: TestToAPI/migration_from_strings_to_objects_in_many_to_one_array_via_one_of (0.00s)
    --- PASS: TestToAPI/required (0.00s)
    --- PASS: TestToAPI/nested_arrays_no_changes (0.00s)
    --- PASS: TestToAPI/nested_arrays_change_in_top_level_element (0.00s)
=== RUN   TestPropsReqs
=== RUN   TestPropsReqs/basic
--- PASS: TestPropsReqs (0.00s)
    --- PASS: TestPropsReqs/basic (0.00s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/schemautil/userconfig/apiconvert     0.515s
=== RUN   TestMap
=== RUN   TestMap/basic
=== RUN   TestMap/bool
=== RUN   TestMap/int
=== RUN   TestMap/bool_and_int
=== RUN   TestMap/complex_map
=== RUN   TestMap/bool_and_int_with_error
=== RUN   TestMap/unknown_type
--- PASS: TestMap (0.00s)
    --- PASS: TestMap/basic (0.00s)
    --- PASS: TestMap/bool (0.00s)
    --- PASS: TestMap/int (0.00s)
    --- PASS: TestMap/bool_and_int (0.00s)
    --- PASS: TestMap/complex_map (0.00s)
    --- PASS: TestMap/bool_and_int_with_error (0.00s)
    --- PASS: TestMap/unknown_type (0.00s)
=== RUN   TestSlice
=== RUN   TestSlice/int
=== RUN   TestSlice/int_with_error
=== RUN   TestSlice/unknown_type
--- PASS: TestSlice (0.00s)
    --- PASS: TestSlice/int (0.00s)
    --- PASS: TestSlice/int_with_error (0.00s)
    --- PASS: TestSlice/unknown_type (0.00s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/schemautil/userconfig/stateupgrader/typeupgrader     0.618s
=== RUN   TestCreateConflict
2024/01/06 00:31:09 [DEBUG] Waiting for state to become: [success]
--- PASS: TestCreateConflict (0.10s)
=== RUN   TestCreateRecreateMissing
2024/01/06 00:31:09 [DEBUG] Waiting for state to become: [success]
2024/01/06 00:31:09 [DEBUG] Waiting for state to become: [success]
--- PASS: TestCreateRecreateMissing (0.20s)
=== RUN   TestReInsufficientBrokers
--- PASS: TestReInsufficientBrokers (0.00s)
=== RUN   TestDeleteDoesNotExist
--- PASS: TestDeleteDoesNotExist (0.00s)
=== RUN   TestDeletesAfterRetry
--- PASS: TestDeletesAfterRetry (0.00s)
=== RUN   TestRepositoryContextWithDeadline
--- PASS: TestRepositoryContextWithDeadline (0.00s)
=== RUN   TestRepositoryRead
=== RUN   TestRepositoryRead/unknown_topic_returns_404
=== RUN   TestRepositoryRead/gets_existing_topic
=== RUN   TestRepositoryRead/mixed:_one_exist,_one_errNotFound,_same_service
=== RUN   TestRepositoryRead/mixed:_one_exist,_one_errNotFound,_different_services
=== RUN   TestRepositoryRead/mixed:_two_exist,_different_services
=== RUN   TestRepositoryRead/mixed:_different_projects,_different_services,_multiple_batches
=== RUN   TestRepositoryRead/emulates_v1List_random_error
=== RUN   TestRepositoryRead/emulates_v2List_random_error
=== RUN   TestRepositoryRead/emulates_v2List_404_error
--- PASS: TestRepositoryRead (0.01s)
    --- PASS: TestRepositoryRead/unknown_topic_returns_404 (0.00s)
    --- PASS: TestRepositoryRead/gets_existing_topic (0.00s)
    --- PASS: TestRepositoryRead/mixed:_one_exist,_one_errNotFound,_same_service (0.00s)
    --- PASS: TestRepositoryRead/mixed:_one_exist,_one_errNotFound,_different_services (0.00s)
    --- PASS: TestRepositoryRead/mixed:_two_exist,_different_services (0.00s)
    --- PASS: TestRepositoryRead/mixed:_different_projects,_different_services,_multiple_batches (0.00s)
    --- PASS: TestRepositoryRead/emulates_v1List_random_error (0.00s)
    --- PASS: TestRepositoryRead/emulates_v2List_random_error (0.00s)
    --- PASS: TestRepositoryRead/emulates_v2List_404_error (0.00s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/kafkatopicrepository     1.063s
=== RUN   TestProvider
--- PASS: TestProvider (0.00s)
=== RUN   TestProviderImpl
--- PASS: TestProviderImpl (0.00s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/provider 0.348s
=== RUN   TestAccAivenAccountDataSource_basic
=== PAUSE TestAccAivenAccountDataSource_basic
=== RUN   TestAccAivenAccountTeamDataSource_basic
=== PAUSE TestAccAivenAccountTeamDataSource_basic
=== RUN   TestAccAivenAccountTeamMemberDataSource_basic
=== PAUSE TestAccAivenAccountTeamMemberDataSource_basic
=== RUN   TestAccAivenAccountTeamMember_basic
=== PAUSE TestAccAivenAccountTeamMember_basic
=== RUN   TestAccAivenAccountTeamProject_basic
=== PAUSE TestAccAivenAccountTeamProject_basic
=== RUN   TestAccAivenAccountTeam_basic
=== PAUSE TestAccAivenAccountTeam_basic
=== RUN   TestAccAivenAccount_basic
=== PAUSE TestAccAivenAccount_basic
=== CONT  TestAccAivenAccountDataSource_basic
=== CONT  TestAccAivenAccountTeamProject_basic
=== CONT  TestAccAivenAccount_basic
=== CONT  TestAccAivenAccountTeamMemberDataSource_basic
=== CONT  TestAccAivenAccountTeamMember_basic
=== CONT  TestAccAivenAccountTeam_basic
=== CONT  TestAccAivenAccountTeamDataSource_basic
--- PASS: TestAccAivenAccountDataSource_basic (3.03s)
--- PASS: TestAccAivenAccountTeamDataSource_basic (3.54s)
--- PASS: TestAccAivenAccountTeamMemberDataSource_basic (4.20s)
--- PASS: TestAccAivenAccountTeamMember_basic (4.38s)
--- PASS: TestAccAivenAccountTeam_basic (7.45s)
--- PASS: TestAccAivenAccount_basic (15.65s)
=== NAME  TestAccAivenAccountTeamProject_basic
    account_team_project_test.go:27: Step 1/1 error: Error running second post-apply plan: exit status 1
        
        Error: account team project a3426df4f6c4/at48552722db4/test-acc-pr-dd8mmo48hm not found
        
          with aiven_account_team_project.foo,
          on terraform_plugin_test.tf line 26, in resource "aiven_account_team_project" "foo":
          26: resource "aiven_account_team_project" "foo" {
        
--- FAIL: TestAccAivenAccountTeamProject_basic (23.02s)
FAIL
FAIL    github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/account  23.424s
=== RUN   TestAccAiven_cassandra
=== PAUSE TestAccAiven_cassandra
=== RUN   TestAccAivenCassandraUser_basic
=== PAUSE TestAccAivenCassandraUser_basic
=== CONT  TestAccAiven_cassandra
=== CONT  TestAccAivenCassandraUser_basic
--- PASS: TestAccAivenCassandraUser_basic (566.56s)
--- PASS: TestAccAiven_cassandra (569.02s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/cassandra        569.595s
=== RUN   TestEscapeBytes
=== RUN   TestEscapeBytes/#00
=== RUN   TestEscapeBytes/#01
=== RUN   TestEscapeBytes/#02
=== RUN   TestEscapeBytes/#03
=== RUN   TestEscapeBytes/#04
--- PASS: TestEscapeBytes (0.00s)
    --- PASS: TestEscapeBytes/#00 (0.00s)
    --- PASS: TestEscapeBytes/#01 (0.00s)
    --- PASS: TestEscapeBytes/#02 (0.00s)
    --- PASS: TestEscapeBytes/#03 (0.00s)
    --- PASS: TestEscapeBytes/#04 (0.00s)
=== RUN   TestAccAivenClickhouseDatabase_basic
=== PAUSE TestAccAivenClickhouseDatabase_basic
=== RUN   TestAccAivenClickhouseGrant
=== PAUSE TestAccAivenClickhouseGrant
=== RUN   TestAccAivenClickhouseRole
=== PAUSE TestAccAivenClickhouseRole
=== RUN   TestAccAiven_clickhouse
=== PAUSE TestAccAiven_clickhouse
=== RUN   TestAccAivenClickhouseUser_basic
=== PAUSE TestAccAivenClickhouseUser_basic
=== CONT  TestAccAivenClickhouseDatabase_basic
=== CONT  TestAccAiven_clickhouse
=== CONT  TestAccAivenClickhouseUser_basic
=== CONT  TestAccAivenClickhouseRole
=== CONT  TestAccAivenClickhouseGrant
--- PASS: TestAccAivenClickhouseRole (292.11s)
--- PASS: TestAccAivenClickhouseGrant (293.62s)
--- PASS: TestAccAivenClickhouseUser_basic (297.50s)
--- PASS: TestAccAivenClickhouseDatabase_basic (297.57s)
--- PASS: TestAccAiven_clickhouse (299.28s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/clickhouse       299.812s
=== RUN   TestAccAivenConnectionPool_basic
=== PAUSE TestAccAivenConnectionPool_basic
=== CONT  TestAccAivenConnectionPool_basic
--- PASS: TestAccAivenConnectionPool_basic (538.60s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/connectionpool   539.326s
=== RUN   TestAccAivenFlinkApplicationVersion_basic
=== PAUSE TestAccAivenFlinkApplicationVersion_basic
=== RUN   TestAccAiven_flink
=== PAUSE TestAccAiven_flink
=== CONT  TestAccAivenFlinkApplicationVersion_basic
=== CONT  TestAccAiven_flink
=== NAME  TestAccAivenFlinkApplicationVersion_basic
    testing_new.go:91: Error running post-test destroy, there may be dangling resources: exit status 1
        
        Error: error cancelling Flink Application Deployment: 422: {"errors":[{"message":"Impossible transition from status INITIALIZING to status CANCELLING_REQUESTED for deployment 13168c01-b5bf-4d74-adb8-76cc0f92dc2f","status":422}],"message":"Impossible transition from status INITIALIZING to status CANCELLING_REQUESTED for deployment 13168c01-b5bf-4d74-adb8-76cc0f92dc2f"} - 
        
--- FAIL: TestAccAivenFlinkApplicationVersion_basic (330.42s)
--- PASS: TestAccAiven_flink (382.12s)
FAIL
FAIL    github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/flink    382.783s
=== RUN   TestAccAiven_grafana
=== PAUSE TestAccAiven_grafana
=== RUN   TestAccAiven_grafana_user_config
=== PAUSE TestAccAiven_grafana_user_config
=== RUN   TestAccAivenService_grafana
=== PAUSE TestAccAivenService_grafana
=== RUN   TestAccAivenService_grafana_with_ip_filter_objects
    grafana_test.go:432: activate when provider can manage default object values
--- SKIP: TestAccAivenService_grafana_with_ip_filter_objects (0.00s)
=== CONT  TestAccAiven_grafana
=== CONT  TestAccAivenService_grafana
=== CONT  TestAccAiven_grafana_user_config
--- PASS: TestAccAiven_grafana (364.83s)
--- PASS: TestAccAiven_grafana_user_config (478.39s)
--- PASS: TestAccAivenService_grafana (629.63s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/grafana  630.427s
=== RUN   TestAccAivenInfluxDBDatabase_basic
=== PAUSE TestAccAivenInfluxDBDatabase_basic
=== RUN   TestAccAiven_influxdb
=== PAUSE TestAccAiven_influxdb
=== RUN   TestAccAivenInfluxDBUser_basic
=== PAUSE TestAccAivenInfluxDBUser_basic
=== RUN   TestAccAivenService_influxdb
=== PAUSE TestAccAivenService_influxdb
=== CONT  TestAccAivenInfluxDBDatabase_basic
=== CONT  TestAccAivenInfluxDBUser_basic
=== CONT  TestAccAivenService_influxdb
=== CONT  TestAccAiven_influxdb
--- PASS: TestAccAivenInfluxDBUser_basic (339.43s)
--- PASS: TestAccAiven_influxdb (342.95s)
--- PASS: TestAccAivenService_influxdb (349.13s)
--- PASS: TestAccAivenInfluxDBDatabase_basic (362.27s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/influxdb 363.017s
?       github.com/aiven/terraform-provider-aiven/internal/server       [no test files]
=== RUN   TestAccAivenKafkaACL_basic
=== PAUSE TestAccAivenKafkaACL_basic
=== RUN   TestAccAiven_kafkaconnect
=== PAUSE TestAccAiven_kafkaconnect
=== RUN   TestAccAivenService_kafkaconnect
=== PAUSE TestAccAivenService_kafkaconnect
=== RUN   TestAccAivenKafkaConnector_basic
=== PAUSE TestAccAivenKafkaConnector_basic
=== RUN   TestAccAivenKafkaConnector_mogosink
    kafka_connector_test.go:48: MONGO_URI environment variable is required to run this test
--- SKIP: TestAccAivenKafkaConnector_mogosink (0.00s)
=== RUN   TestAccAiven_kafka_mirrormaker
=== PAUSE TestAccAiven_kafka_mirrormaker
=== RUN   TestAccAiven_kafka
=== PAUSE TestAccAiven_kafka
=== RUN   TestAccAivenService_kafka
=== PAUSE TestAccAivenService_kafka
=== RUN   TestAccAiven_kafka_userconfig_kafka_null_fields_only
=== PAUSE TestAccAiven_kafka_userconfig_kafka_null_fields_only
=== RUN   TestAccAivenKafkaUser_basic
=== PAUSE TestAccAivenKafkaUser_basic
=== RUN   TestAccAivenMirrorMakerReplicationFlow_basic
=== PAUSE TestAccAivenMirrorMakerReplicationFlow_basic
=== RUN   TestAccAivenMirrorMakerReplicationFlow_invalid_offset_syncs_topic_location
=== PAUSE TestAccAivenMirrorMakerReplicationFlow_invalid_offset_syncs_topic_location
=== RUN   TestAccAivenService_mirrormaker
=== PAUSE TestAccAivenService_mirrormaker
=== CONT  TestAccAivenKafkaACL_basic
=== CONT  TestAccAivenService_kafka
=== CONT  TestAccAivenMirrorMakerReplicationFlow_basic
=== CONT  TestAccAivenService_mirrormaker
=== CONT  TestAccAivenKafkaUser_basic
=== CONT  TestAccAiven_kafka_userconfig_kafka_null_fields_only
=== CONT  TestAccAivenService_kafkaconnect
=== CONT  TestAccAivenKafkaConnector_basic
=== CONT  TestAccAiven_kafka_mirrormaker
=== CONT  TestAccAiven_kafkaconnect
--- PASS: TestAccAiven_kafka_mirrormaker (248.06s)
=== CONT  TestAccAiven_kafka
--- PASS: TestAccAivenService_mirrormaker (248.78s)
=== CONT  TestAccAivenMirrorMakerReplicationFlow_invalid_offset_syncs_topic_location
--- PASS: TestAccAivenMirrorMakerReplicationFlow_invalid_offset_syncs_topic_location (0.15s)
--- PASS: TestAccAivenService_kafkaconnect (251.05s)
--- PASS: TestAccAiven_kafkaconnect (256.97s)
--- PASS: TestAccAivenService_kafka (384.32s)
--- PASS: TestAccAiven_kafka_userconfig_kafka_null_fields_only (481.48s)
--- PASS: TestAccAivenKafkaUser_basic (486.13s)
--- PASS: TestAccAivenKafkaConnector_basic (515.72s)
--- PASS: TestAccAivenMirrorMakerReplicationFlow_basic (573.07s)
--- PASS: TestAccAivenKafkaACL_basic (573.42s)
--- PASS: TestAccAiven_kafka (969.26s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/kafka    1217.675s
=== RUN   TestAccAivenKafkaSchemaConfiguration_basic
=== PAUSE TestAccAivenKafkaSchemaConfiguration_basic
=== RUN   TestAccAivenKafkaSchemaRegistryACL_basic
=== PAUSE TestAccAivenKafkaSchemaRegistryACL_basic
=== RUN   TestAccAivenKafkaSchema_import_compatibility_level
=== PAUSE TestAccAivenKafkaSchema_import_compatibility_level
=== RUN   TestAccAivenKafkaSchema_json_protobuf_basic
=== PAUSE TestAccAivenKafkaSchema_json_protobuf_basic
=== RUN   TestAccAivenKafkaSchema_basic
=== PAUSE TestAccAivenKafkaSchema_basic
=== CONT  TestAccAivenKafkaSchemaConfiguration_basic
=== CONT  TestAccAivenKafkaSchema_json_protobuf_basic
=== CONT  TestAccAivenKafkaSchema_import_compatibility_level
=== CONT  TestAccAivenKafkaSchemaRegistryACL_basic
=== CONT  TestAccAivenKafkaSchema_basic
--- PASS: TestAccAivenKafkaSchemaConfiguration_basic (444.12s)
--- PASS: TestAccAivenKafkaSchema_import_compatibility_level (483.00s)
--- PASS: TestAccAivenKafkaSchemaRegistryACL_basic (527.66s)
--- PASS: TestAccAivenKafkaSchema_basic (543.03s)
--- PASS: TestAccAivenKafkaSchema_json_protobuf_basic (670.64s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/kafkaschema      670.956s
=== RUN   TestAccAivenDatasourceKafkaTopic_doesnt_exist
=== PAUSE TestAccAivenDatasourceKafkaTopic_doesnt_exist
=== RUN   TestAccAivenKafkaTopic_basic
=== PAUSE TestAccAivenKafkaTopic_basic
=== RUN   TestAccAivenKafkaTopic_many_topics
=== PAUSE TestAccAivenKafkaTopic_many_topics
=== RUN   TestAccAivenKafkaTopic_termination_protection
=== PAUSE TestAccAivenKafkaTopic_termination_protection
=== RUN   TestAccAivenKafkaTopic_custom_timeouts
=== PAUSE TestAccAivenKafkaTopic_custom_timeouts
=== RUN   TestPartitions
=== RUN   TestPartitions/basic
--- PASS: TestPartitions (0.00s)
    --- PASS: TestPartitions/basic (0.00s)
=== RUN   TestAccAivenKafkaTopic_recreate_missing
=== PAUSE TestAccAivenKafkaTopic_recreate_missing
=== RUN   TestAccAivenKafkaTopic_import_missing
=== PAUSE TestAccAivenKafkaTopic_import_missing
=== RUN   TestAccAivenKafkaTopic_conflicts_if_exists
=== PAUSE TestAccAivenKafkaTopic_conflicts_if_exists
=== CONT  TestAccAivenDatasourceKafkaTopic_doesnt_exist
=== CONT  TestAccAivenKafkaTopic_custom_timeouts
=== CONT  TestAccAivenKafkaTopic_many_topics
=== CONT  TestAccAivenKafkaTopic_termination_protection
=== CONT  TestAccAivenKafkaTopic_import_missing
=== CONT  TestAccAivenKafkaTopic_conflicts_if_exists
=== CONT  TestAccAivenKafkaTopic_basic
=== CONT  TestAccAivenKafkaTopic_recreate_missing
--- PASS: TestAccAivenKafkaTopic_termination_protection (5.37s)
--- PASS: TestAccAivenDatasourceKafkaTopic_doesnt_exist (509.71s)
--- PASS: TestAccAivenKafkaTopic_import_missing (510.18s)
--- PASS: TestAccAivenKafkaTopic_conflicts_if_exists (539.93s)
--- PASS: TestAccAivenKafkaTopic_custom_timeouts (628.40s)
--- PASS: TestAccAivenKafkaTopic_basic (628.88s)
--- PASS: TestAccAivenKafkaTopic_recreate_missing (661.63s)
--- PASS: TestAccAivenKafkaTopic_many_topics (699.49s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/kafkatopic       699.715s
=== RUN   TestAccAiven_m3aggregator
=== PAUSE TestAccAiven_m3aggregator
=== RUN   TestAccAiven_m3db
=== PAUSE TestAccAiven_m3db
=== RUN   TestAccAivenM3DBUser_basic
=== PAUSE TestAccAivenM3DBUser_basic
=== CONT  TestAccAiven_m3aggregator
=== CONT  TestAccAivenM3DBUser_basic
=== CONT  TestAccAiven_m3db
--- PASS: TestAccAivenM3DBUser_basic (275.71s)
--- PASS: TestAccAiven_m3aggregator (297.28s)
--- PASS: TestAccAiven_m3db (299.86s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/m3db     300.069s
=== RUN   TestAccAivenMySQLDatabase_basic
=== PAUSE TestAccAivenMySQLDatabase_basic
=== RUN   TestAccAiven_mysql
=== PAUSE TestAccAiven_mysql
=== RUN   TestAccAivenService_mysql
=== PAUSE TestAccAivenService_mysql
=== RUN   TestAccAivenMySQLUser_basic
=== PAUSE TestAccAivenMySQLUser_basic
=== CONT  TestAccAivenMySQLDatabase_basic
=== CONT  TestAccAivenService_mysql
=== CONT  TestAccAiven_mysql
=== CONT  TestAccAivenMySQLUser_basic
--- PASS: TestAccAiven_mysql (268.39s)
--- PASS: TestAccAivenMySQLUser_basic (286.90s)
--- PASS: TestAccAivenService_mysql (287.70s)
--- PASS: TestAccAivenMySQLDatabase_basic (337.75s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/mysql    337.985s
=== RUN   TestAccAivenOpenSearchACLConfig_basic
=== PAUSE TestAccAivenOpenSearchACLConfig_basic
=== RUN   TestAccAivenOpenSearchACLRule_basic
=== PAUSE TestAccAivenOpenSearchACLRule_basic
=== RUN   TestAccAivenOpenSearchSecurityPluginConfig_basic
=== PAUSE TestAccAivenOpenSearchSecurityPluginConfig_basic
=== RUN   TestAccAivenService_os
=== PAUSE TestAccAivenService_os
=== RUN   TestAccAivenOpenSearchUser_basic
=== PAUSE TestAccAivenOpenSearchUser_basic
=== CONT  TestAccAivenOpenSearchACLConfig_basic
=== CONT  TestAccAivenService_os
=== CONT  TestAccAivenOpenSearchUser_basic
=== CONT  TestAccAivenOpenSearchSecurityPluginConfig_basic
=== CONT  TestAccAivenOpenSearchACLRule_basic
--- PASS: TestAccAivenOpenSearchACLRule_basic (306.63s)
--- PASS: TestAccAivenOpenSearchACLConfig_basic (306.67s)
--- PASS: TestAccAivenOpenSearchUser_basic (345.98s)
--- PASS: TestAccAivenService_os (349.93s)
--- PASS: TestAccAivenOpenSearchSecurityPluginConfig_basic (355.25s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/opensearch       355.478s
=== RUN   TestAccAivenOrganizationUserDataSource_using_email
    organization_user_data_source_test.go:18: Skipping test due to missing AIVEN_ORG_ID or AIVEN_ORG_USER_EMAIL environment variable
--- SKIP: TestAccAivenOrganizationUserDataSource_using_email (0.00s)
=== RUN   TestAccAivenOrganizationUserDataSource_using_userid
    organization_user_data_source_test.go:43: Skipping test due to missing AIVEN_ORG_ID or AIVEN_ORG_USER_ID environment variable
--- SKIP: TestAccAivenOrganizationUserDataSource_using_userid (0.00s)
=== RUN   TestAccAivenOrganizationUserGroup_basic
=== PAUSE TestAccAivenOrganizationUserGroup_basic
=== RUN   TestAccAivenOrganizationUser_basic
=== PAUSE TestAccAivenOrganizationUser_basic
=== CONT  TestAccAivenOrganizationUserGroup_basic
=== CONT  TestAccAivenOrganizationUser_basic
    organization_user_test.go:22: Step 1/1 error: Error running apply: exit status 1
        
        Error: creation of organization user is not supported anymore via Terraform. Please use WebUI to create an organization user invitation. And upon receiving an invitation, a user can accept it using WebUI. Once accepted, the user will become a member of the organization and will be able to access it via Terraform using datasource `aiven_organization_user`
        
          with aiven_organization_user.foo,
          on terraform_plugin_test.tf line 16, in resource "aiven_organization_user" "foo":
          16: resource "aiven_organization_user" "foo" {
        
--- FAIL: TestAccAivenOrganizationUser_basic (1.16s)
--- PASS: TestAccAivenOrganizationUserGroup_basic (2.99s)
FAIL
FAIL    github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/organization     3.212s
=== RUN   TestAccAivenPGDatabase_basic
=== PAUSE TestAccAivenPGDatabase_basic
=== RUN   TestAccAivenPG_no_existing_project
=== PAUSE TestAccAivenPG_no_existing_project
=== RUN   TestAccAivenPG_invalid_disk_size
=== PAUSE TestAccAivenPG_invalid_disk_size
=== RUN   TestAccAivenPG_static_ips
=== PAUSE TestAccAivenPG_static_ips
=== RUN   TestAccAivenPG_changing_plan
=== PAUSE TestAccAivenPG_changing_plan
=== RUN   TestAccAivenPG_deleting_additional_disk_size
=== PAUSE TestAccAivenPG_deleting_additional_disk_size
=== RUN   TestAccAivenPG_deleting_disk_size
=== PAUSE TestAccAivenPG_deleting_disk_size
=== RUN   TestAccAivenPG_changing_disk_size
=== PAUSE TestAccAivenPG_changing_disk_size
=== RUN   TestAccAivenPG_admin_creds
=== PAUSE TestAccAivenPG_admin_creds
=== RUN   TestAccAivenServicePG_basic
=== PAUSE TestAccAivenServicePG_basic
=== RUN   TestAccAivenServicePG_termination_protection
=== PAUSE TestAccAivenServicePG_termination_protection
=== RUN   TestAccAivenServicePG_read_replica
=== PAUSE TestAccAivenServicePG_read_replica
=== RUN   TestAccAivenServicePG_custom_timeouts
=== PAUSE TestAccAivenServicePG_custom_timeouts
=== RUN   TestAccAivenPGUser_basic
=== PAUSE TestAccAivenPGUser_basic
=== RUN   TestAccAivenPGUser_pg_no_password
=== PAUSE TestAccAivenPGUser_pg_no_password
=== RUN   TestAccAivenPGUser_pg_replica
=== PAUSE TestAccAivenPGUser_pg_replica
=== CONT  TestAccAivenPGDatabase_basic
=== CONT  TestAccAivenPG_admin_creds
=== CONT  TestAccAivenPG_changing_plan
=== CONT  TestAccAivenPG_invalid_disk_size
=== CONT  TestAccAivenPG_deleting_disk_size
=== CONT  TestAccAivenPG_static_ips
=== CONT  TestAccAivenPGUser_pg_replica
=== CONT  TestAccAivenServicePG_custom_timeouts
=== CONT  TestAccAivenServicePG_read_replica
=== CONT  TestAccAivenPG_deleting_additional_disk_size
--- PASS: TestAccAivenPG_invalid_disk_size (10.72s)
=== CONT  TestAccAivenPGUser_pg_no_password
--- PASS: TestAccAivenPG_admin_creds (260.25s)
=== CONT  TestAccAivenPGUser_basic
--- PASS: TestAccAivenServicePG_custom_timeouts (266.58s)
=== CONT  TestAccAivenServicePG_termination_protection
--- PASS: TestAccAivenPGUser_pg_no_password (257.49s)
=== CONT  TestAccAivenPG_no_existing_project
=== CONT  TestAccAivenServicePG_basic
--- PASS: TestAccAivenPG_no_existing_project (0.75s)
--- PASS: TestAccAivenPGDatabase_basic (278.30s)
=== CONT  TestAccAivenPG_changing_disk_size
--- PASS: TestAccAivenPGUser_pg_replica (282.93s)
--- PASS: TestAccAivenPG_deleting_disk_size (286.09s)
--- PASS: TestAccAivenPG_deleting_additional_disk_size (296.08s)
--- PASS: TestAccAivenPG_changing_plan (386.39s)
--- PASS: TestAccAivenServicePG_termination_protection (279.36s)
--- PASS: TestAccAivenServicePG_basic (277.44s)
--- PASS: TestAccAivenPGUser_basic (288.15s)
--- PASS: TestAccAivenServicePG_read_replica (580.58s)
--- PASS: TestAccAivenPG_changing_disk_size (318.14s)
--- PASS: TestAccAivenPG_static_ips (665.56s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/pg       665.787s
=== RUN   TestAccAivenBillingGroupDataSource_basic
=== PAUSE TestAccAivenBillingGroupDataSource_basic
=== RUN   TestAccAivenBillingGroup_basic
--- PASS: TestAccAivenBillingGroup_basic (9.75s)
=== RUN   TestAccAivenProjectDataSource_basic
=== PAUSE TestAccAivenProjectDataSource_basic
=== RUN   TestAccAivenProject_basic
=== PAUSE TestAccAivenProject_basic
=== RUN   TestAccAivenProject_accounts
=== PAUSE TestAccAivenProject_accounts
=== RUN   TestAccAivenProject_organizations
=== PAUSE TestAccAivenProject_organizations
=== RUN   TestAccAivenProjectUserDataSource_basic
=== PAUSE TestAccAivenProjectUserDataSource_basic
=== RUN   TestAccAivenProjectUser_basic
=== PAUSE TestAccAivenProjectUser_basic
=== CONT  TestAccAivenBillingGroupDataSource_basic
=== CONT  TestAccAivenProject_organizations
=== CONT  TestAccAivenProjectUser_basic
=== CONT  TestAccAivenProject_basic
=== CONT  TestAccAivenProjectUserDataSource_basic
=== CONT  TestAccAivenProjectDataSource_basic
=== CONT  TestAccAivenProject_accounts
--- PASS: TestAccAivenBillingGroupDataSource_basic (5.60s)
--- PASS: TestAccAivenProject_organizations (5.70s)
--- PASS: TestAccAivenProjectUserDataSource_basic (7.72s)
--- PASS: TestAccAivenProjectDataSource_basic (9.00s)
--- PASS: TestAccAivenProject_accounts (9.11s)
--- PASS: TestAccAivenProjectUser_basic (13.34s)
--- PASS: TestAccAivenProject_basic (23.37s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/project  33.337s
=== RUN   TestAccAiven_redis
=== PAUSE TestAccAiven_redis
=== RUN   TestAccAivenService_redis
=== PAUSE TestAccAivenService_redis
=== RUN   TestAccAivenRedisUser_basic
=== PAUSE TestAccAivenRedisUser_basic
=== CONT  TestAccAiven_redis
=== CONT  TestAccAivenService_redis
=== CONT  TestAccAivenRedisUser_basic
--- PASS: TestAccAivenRedisUser_basic (386.78s)
--- PASS: TestAccAivenService_redis (426.19s)
--- PASS: TestAccAiven_redis (437.32s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/redis    437.532s
=== RUN   TestAccAivenServiceComponentDataSource_basic
=== PAUSE TestAccAivenServiceComponentDataSource_basic
=== CONT  TestAccAivenServiceComponentDataSource_basic
--- PASS: TestAccAivenServiceComponentDataSource_basic (774.18s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/servicecomponent 774.403s
=== RUN   TestAccAivenServiceIntegrationEndpoint_basic
=== PAUSE TestAccAivenServiceIntegrationEndpoint_basic
=== RUN   TestAccAivenServiceIntegrationEndpoint_username_password
=== PAUSE TestAccAivenServiceIntegrationEndpoint_username_password
=== RUN   TestAccAivenServiceIntegration_should_fail
=== PAUSE TestAccAivenServiceIntegration_should_fail
=== RUN   TestAccAivenServiceIntegration_preexisting_read_replica
=== PAUSE TestAccAivenServiceIntegration_preexisting_read_replica
=== RUN   TestAccAivenServiceIntegration_logs
=== PAUSE TestAccAivenServiceIntegration_logs
=== RUN   TestAccAivenServiceIntegration_mm
=== PAUSE TestAccAivenServiceIntegration_mm
=== RUN   TestAccAivenServiceIntegration_kafka_connect
=== PAUSE TestAccAivenServiceIntegration_kafka_connect
=== RUN   TestAccAivenServiceIntegration_basic
=== PAUSE TestAccAivenServiceIntegration_basic
=== RUN   TestAccAivenServiceIntegration_datadog_with_user_config_creates
=== PAUSE TestAccAivenServiceIntegration_datadog_with_user_config_creates
=== RUN   TestAccAivenServiceIntegration_clickhouse_kafka_user_config_creates
=== PAUSE TestAccAivenServiceIntegration_clickhouse_kafka_user_config_creates
=== RUN   TestAccAivenServiceIntegration_clickhouse_postgres_user_config_creates
=== PAUSE TestAccAivenServiceIntegration_clickhouse_postgres_user_config_creates
=== CONT  TestAccAivenServiceIntegrationEndpoint_basic
=== CONT  TestAccAivenServiceIntegration_kafka_connect
=== CONT  TestAccAivenServiceIntegration_preexisting_read_replica
=== CONT  TestAccAivenServiceIntegration_clickhouse_kafka_user_config_creates
=== CONT  TestAccAivenServiceIntegration_should_fail
=== CONT  TestAccAivenServiceIntegration_datadog_with_user_config_creates
=== CONT  TestAccAivenServiceIntegration_clickhouse_postgres_user_config_creates
=== CONT  TestAccAivenServiceIntegration_basic
=== CONT  TestAccAivenServiceIntegration_logs
=== CONT  TestAccAivenServiceIntegration_mm
--- PASS: TestAccAivenServiceIntegration_should_fail (0.25s)
=== CONT  TestAccAivenServiceIntegrationEndpoint_username_password
--- PASS: TestAccAivenServiceIntegrationEndpoint_username_password (282.51s)
--- PASS: TestAccAivenServiceIntegration_datadog_with_user_config_creates (297.19s)
--- PASS: TestAccAivenServiceIntegrationEndpoint_basic (298.13s)
--- PASS: TestAccAivenServiceIntegration_logs (322.77s)
--- PASS: TestAccAivenServiceIntegration_clickhouse_postgres_user_config_creates (327.04s)
--- PASS: TestAccAivenServiceIntegration_basic (371.45s)
--- PASS: TestAccAivenServiceIntegration_clickhouse_kafka_user_config_creates (481.65s)
--- PASS: TestAccAivenServiceIntegration_preexisting_read_replica (559.65s)
--- PASS: TestAccAivenServiceIntegration_mm (572.75s)
--- PASS: TestAccAivenServiceIntegration_kafka_connect (710.29s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/serviceintegration       710.497s
=== RUN   TestAccAivenResourceStaticIp
=== PAUSE TestAccAivenResourceStaticIp
=== RUN   TestAccAivenResourceStaticIpNonExistentIdentifier
=== PAUSE TestAccAivenResourceStaticIpNonExistentIdentifier
=== CONT  TestAccAivenResourceStaticIp
=== CONT  TestAccAivenResourceStaticIpNonExistentIdentifier
--- PASS: TestAccAivenResourceStaticIp (8.35s)
--- PASS: TestAccAivenResourceStaticIpNonExistentIdentifier (14.73s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/staticip 14.937s
=== RUN   TestGetVPC
=== RUN   TestGetVPC/same_cloudName,_gets_by_vpcID_"foo"
=== RUN   TestGetVPC/same_cloudName,_gets_by_vpcID_"bar"
=== RUN   TestGetVPC/different_cloudName,_gets_by_cloudName_"azure"
=== RUN   TestGetVPC/same_cloudName,_gets_err
=== RUN   TestGetVPC/invalid_input_XNOR
=== RUN   TestGetVPC/invalid_input_XNOR,_both_empty
=== RUN   TestGetVPC/nothing_found_for_cloudName_"lol"
=== RUN   TestGetVPC/nothing_found_for_empty_slice"
--- PASS: TestGetVPC (0.00s)
    --- PASS: TestGetVPC/same_cloudName,_gets_by_vpcID_"foo" (0.00s)
    --- PASS: TestGetVPC/same_cloudName,_gets_by_vpcID_"bar" (0.00s)
    --- PASS: TestGetVPC/different_cloudName,_gets_by_cloudName_"azure" (0.00s)
    --- PASS: TestGetVPC/same_cloudName,_gets_err (0.00s)
    --- PASS: TestGetVPC/invalid_input_XNOR (0.00s)
    --- PASS: TestGetVPC/invalid_input_XNOR,_both_empty (0.00s)
    --- PASS: TestGetVPC/nothing_found_for_cloudName_"lol" (0.00s)
    --- PASS: TestGetVPC/nothing_found_for_empty_slice" (0.00s)
=== RUN   Test_validateVPCID
=== RUN   Test_validateVPCID/basic
=== RUN   Test_validateVPCID/wrong_id
--- PASS: Test_validateVPCID (0.00s)
    --- PASS: Test_validateVPCID/basic (0.00s)
    --- PASS: Test_validateVPCID/wrong_id (0.00s)
=== RUN   Test_parsePeerVPCID
=== RUN   Test_parsePeerVPCID/empty_string
=== RUN   Test_parsePeerVPCID/too_many_chunks
=== RUN   Test_parsePeerVPCID/full_5_chunks
=== RUN   Test_parsePeerVPCID/only_4_chunks
=== RUN   Test_parsePeerVPCID/only_3_chunks
=== RUN   Test_parsePeerVPCID/only_2_chunks
=== RUN   Test_parsePeerVPCID/only_1_chunk
--- PASS: Test_parsePeerVPCID (0.00s)
    --- PASS: Test_parsePeerVPCID/empty_string (0.00s)
    --- PASS: Test_parsePeerVPCID/too_many_chunks (0.00s)
    --- PASS: Test_parsePeerVPCID/full_5_chunks (0.00s)
    --- PASS: Test_parsePeerVPCID/only_4_chunks (0.00s)
    --- PASS: Test_parsePeerVPCID/only_3_chunks (0.00s)
    --- PASS: Test_parsePeerVPCID/only_2_chunks (0.00s)
    --- PASS: Test_parsePeerVPCID/only_1_chunk (0.00s)
=== RUN   TestAccAivenAWSPrivatelink_basic
    aws_privatelink_test.go:18: Not all values has been provided: required key AWS_ACCOUNT_ID missing value
--- SKIP: TestAccAivenAWSPrivatelink_basic (0.00s)
=== RUN   TestAccAivenAWSVPCPeeringConnection_basic
    aws_vpc_peering_connection_test.go:30: Not all values has been provided: required key AWS_ACCOUNT_ID missing value
--- SKIP: TestAccAivenAWSVPCPeeringConnection_basic (0.00s)
=== RUN   TestAccAivenAzurePrivatelinkConnectionApproval_basic
    azure_privatelink_connection_approve_test.go:25: Not all values has been provided: required key AIVEN_AZURE_APP_ID missing value
--- SKIP: TestAccAivenAzurePrivatelinkConnectionApproval_basic (0.00s)
=== RUN   TestAccAivenAzurePrivatelink_basic
    azure_privatelink_test.go:21: AIVEN_AZURE_PRIVATELINK_VPCID and AIVEN_AZURE_PRIVATELINK_SUB_ID env variables are required to run this test
--- SKIP: TestAccAivenAzurePrivatelink_basic (0.00s)
=== RUN   TestAccAivenAzureVPCPeeringConnection_basic
    azure_vpc_peering_connection_test.go:18: Not all values has been provided: required key AIVEN_AZURE_APP_ID missing value
--- SKIP: TestAccAivenAzureVPCPeeringConnection_basic (0.00s)
=== RUN   TestAccAivenGCPPrivatelink_basic
=== PAUSE TestAccAivenGCPPrivatelink_basic
=== RUN   TestAccAivenGCPPeeringConnection_basic
    gcp_vpc_peering_connection_test.go:30: Not all values have been provided to establish a GCP VPC peering connection: required key GCP_PROJECT_ID missing value
--- SKIP: TestAccAivenGCPPeeringConnection_basic (0.00s)
=== RUN   TestAccAivenProjectVPC_basic
=== PAUSE TestAccAivenProjectVPC_basic
=== RUN   TestAccAivenAWSTransitGatewayVPCAttachment_basic
    transit_gateway_vpc_attachment_test.go:18: Not all values has been provided: required key AWS_ACCOUNT_ID missing value
--- SKIP: TestAccAivenAWSTransitGatewayVPCAttachment_basic (0.00s)
=== CONT  TestAccAivenGCPPrivatelink_basic
=== CONT  TestAccAivenProjectVPC_basic
--- PASS: TestAccAivenProjectVPC_basic (434.90s)
--- PASS: TestAccAivenGCPPrivatelink_basic (921.65s)
PASS
ok      github.com/aiven/terraform-provider-aiven/internal/sdkprovider/service/vpc      921.864s
FAIL

@Serpentiel Serpentiel merged commit 5a437dc into main Jan 5, 2024
18 of 79 checks passed
@Serpentiel Serpentiel deleted the aleks-fix-kafkatopic-temporarily-disable-local-retention-fields branch January 5, 2024 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants