Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

'test_new_bucket_created_w_unspecified_pap' systest flakes #599

Description

@tseaver

From this Kokoro failure:

__________________test_new_bucket_created_w_unspecified_pap___________________storage_client=<google.cloud.storage.client.Clientobjectat0x7fca9111bc10>buckets_to_delete= [<Bucket: new-w-pap-unspecified-1632759084261>]
blobs_to_delete= []
deftest_new_bucket_created_w_unspecified_pap(
storage_client, buckets_to_delete, blobs_to_delete,
):
fromgoogle.cloud.storageimportconstantsbucket_name=_helpers.unique_name("new-w-pap-unspecified")
bucket=storage_client.bucket(bucket_name)
bucket.iam_configuration.uniform_bucket_level_access_enabled=Truebucket.create()
buckets_to_delete.append(bucket)
>assert (
bucket.iam_configuration.public_access_prevention==constants.PUBLIC_ACCESS_PREVENTION_UNSPECIFIED
)
EAssertionError: assert'inherited'=='unspecified'E-unspecifiedE+inheritedtests/system/test_bucket.py:820: AssertionError

Metadata

Metadata

Assignees

Labels

api: storageIssues related to the googleapis/python-storage API.flakyflaky systests / samplestype: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions