Skip to content

Avoid reusing logger name in logging system tests - #1677

Merged
tseaver merged 1 commit into
googleapis:logging-apifrom
tseaver:logging-system_tests-avoid_reusing_logger_name
Mar 30, 2016
Merged

Avoid reusing logger name in logging system tests #1677
tseaver merged 1 commit into
googleapis:logging-apifrom
tseaver:logging-system_tests-avoid_reusing_logger_name

Conversation

@tseaver

Copy link
Copy Markdown
Contributor

Fixes order-based failure between 'log_struct' and 'log_test'.
#1657 still breaks the teardown.

Fixes order-based failure between 'log_struct' and 'log_test'.
#1657 still breaks the teardown.
@tseavertseaver added testing api: logging Issues related to the Cloud Logging API. labels Mar 30, 2016
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 30, 2016
@dhermes

Copy link
Copy Markdown
Contributor

LGTM pending Travis

@tseaver
tseaver merged commit 9a7df6f into googleapis:logging-apiMar 30, 2016
@tseaver
tseaver deleted the logging-system_tests-avoid_reusing_logger_name branch March 30, 2016 17:10
@dhermesdhermes mentioned this pull request Apr 1, 2016
parthea pushed a commit that referenced this pull request Nov 26, 2025
* feat: add functionality to hash data (#1677)
* feat: add functionality to hash data
* change sensitive fields to private
* update to sha512
* update docstring
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* chore: add request-response log helpers (#1685)
* chore: add request-response log helpers
* fix presubmit
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* feat: opt-in logging support for request / response (#1686)
* feat: opt-in logging support for request/response
* add pragma no cover
* add test coverage for request/response
* add code coverage
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* chore: remove logging for async requests (#1698)
* chore: remove logging for async requests
* change Dict to Mapping
* fix mypy and lint issues
* address PR feedback
* link issue
* feat: parse request/response for logging (#1696)
* feat: parse request/response for logging
* add test case for list
* address PR comments
* address PR feedback
* fix typo
* add test coverage
* add code coverage
* feat: hash sensitive info in logs (#1700)
* feat: hash sensitive info in logs
* make helper private
* add code coverage
* address PR feedback
* fix mypy type issue
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* feat: add support for async response log (#1733)
* feat: add support for async response log
* fix whitespace
* add await
* add code coverage
* fix lint
* fix lint issues
* address PR feedback
* address PR feedback
* link issue
* feat: add request response logs for sync api calls (#1747)
* fix: remove dependency on api-core for logging (#1748)
* fix: remove dep on api-core for logging
* disable propagation to the root logger
* update async helpers tests
* fix lint issue
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Mar 9, 2026
feat: make flush size configurable
parthea added a commit that referenced this pull request Mar 9, 2026
PR created by the Librarian CLI to initialize a release. Merging this PR
will auto trigger a release.
Librarian Version: v0.7.0
Language Image:
us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:8e2c32496077054105bd06c54a59d6a6694287bc053588e24debe6da6920ad91
<details><summary>google-cloud-storage: 3.8.0</summary>
##
[3.8.0](googleapis/python-storage@v3.7.0...v3.8.0)
(2026-01-13)
### Features
* expose persisted size in mrd (#1671)
([0e2961be](googleapis/python-storage@0e2961be))
* implement &#34;append_from_file&#34; (#1686)
([1333c956](googleapis/python-storage@1333c956))
* compute chunk wise checksum for bidi_writes (#1675)
([139390cb](googleapis/python-storage@139390cb))
* flush the last chunk in append method (#1699)
([89bfe7a5](googleapis/python-storage@89bfe7a5))
* add write resumption strategy (#1663)
([a57ea0ec](googleapis/python-storage@a57ea0ec))
* add bidi stream retry manager. (#1632)
([d90f0ee0](googleapis/python-storage@d90f0ee0))
* make flush size configurable (#1677)
([f7095faf](googleapis/python-storage@f7095faf))
### Bug Fixes
* no state lookup while opening bidi-write stream
([2d5a7b16](googleapis/python-storage@2d5a7b16))
* no state lookup while opening bidi-write stream (#1636)
([2d5a7b16](googleapis/python-storage@2d5a7b16))
* close write object stream always (#1661)
([4a609a4b](googleapis/python-storage@4a609a4b))
* add system test for opening with read_handle (#1672)
([6dc711da](googleapis/python-storage@6dc711da))
</details>
---------
Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: loggingIssues related to the Cloud Logging API.cla: yesThis human has signed the Contributor License Agreement.testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@tseaver@dhermes@googlebot