Skip to content

Conversation

@stephenplusplus
Copy link
Contributor

fixes #270
fixes #271

@stephenplusplus
Copy link
Contributor Author

PTAL

This comment was marked as spam.

@ryanseys
Copy link
Contributor

ryanseys commented Nov 3, 2014

This looks good to me. @silvolu might like to take a second look, however.

@silvolu
Copy link
Contributor

silvolu commented Nov 4, 2014

Good to go.

silvolu added a commit that referenced this pull request Nov 4, 2014
remove bucket env var req. & stop deleting all buckets
@silvolu silvolu merged commit d457f72 into googleapis:master Nov 4, 2014
sofisl pushed a commit that referenced this pull request Sep 27, 2022
sofisl pushed a commit that referenced this pull request Oct 12, 2022
sofisl pushed a commit that referenced this pull request Nov 9, 2022
sofisl pushed a commit that referenced this pull request Nov 10, 2022
sofisl pushed a commit that referenced this pull request Nov 10, 2022
sofisl pushed a commit that referenced this pull request Jan 26, 2023
…rm v1 endpoint.proto (#275)

* feat: add PredictRequestResponseLoggingConfig to Endpoint in aiplatform v1 endpoint.proto

PiperOrigin-RevId: 433794371

Source-Link: googleapis/googleapis@e0f0642

Source-Link: googleapis/googleapis-gen@3afc3ec
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2FmYzNlYzE4ZTc5NWM4NTkyMzFhMmMwZjhlZjE3MmE2NTA1NmUwZCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
sofisl pushed a commit that referenced this pull request Sep 14, 2023
miguelvelezsa pushed a commit that referenced this pull request Jan 14, 2026
The system tests for error reporting were still not safe to run
concurrently. The issue is that at the end we were deleting all events
(there is no API to delete events selectively, AFAICT). This meant that
concurrent executions of the system tests against the same project could
clobber anothers logged errors.

This is consistent with the observed timeouts looking for events to
show up.

Fixes: #267
GautamSharda pushed a commit that referenced this pull request Jan 14, 2026
* The timeout used for waiting for the API to report an error event has been increased.
* The system tests only poll for error events for a specific service and version.
* The page size has been increased when requesting reported errors.
* Increase polling timeout to avoid using the API too much to hit quota exceeded errors.
* Error items are not deleted after the test.  This is needed to avoid conflicting with concurrent runs of the system test because it is not possible to delete error items only associated with a particular test.
GautamSharda pushed a commit that referenced this pull request Jan 15, 2026
* The timeout used for waiting for the API to report an error event has been increased.
* The system tests only poll for error events for a specific service and version.
* The page size has been increased when requesting reported errors.
* Increase polling timeout to avoid using the API too much to hit quota exceeded errors.
* Error items are not deleted after the test.  This is needed to avoid conflicting with concurrent runs of the system test because it is not possible to delete error items only associated with a particular test.
miguelvelezsa pushed a commit that referenced this pull request Jan 21, 2026
The system tests for error reporting were still not safe to run
concurrently. The issue is that at the end we were deleting all events
(there is no API to delete events selectively, AFAICT). This meant that
concurrent executions of the system tests against the same project could
clobber anothers logged errors.

This is consistent with the observed timeouts looking for events to
show up.

Fixes: #267
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.

storage regression test nukes the content of the project used for testing GCLOUD_TESTS_BUCKET_NAME not needed anymore for storage regression testing

3 participants