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

tests.system.test_transfer_manager: many tests failed #1206

Closed
flaky-bot bot opened this issue Jan 3, 2024 · 3 comments
Closed

tests.system.test_transfer_manager: many tests failed #1206

flaky-bot bot opened this issue Jan 3, 2024 · 3 comments
Assignees
Labels
api: storage Issues related to the googleapis/python-storage API. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Jan 3, 2024

Many tests failed at the same time in this package.

  • I will close this issue when there are no more failures in this package and
    there is at least one pass.
  • No new issues will be filed for this package until this issue is closed.
  • If there are already issues for individual test cases, I will close them when
    the corresponding test passes. You can close them earlier, if you prefer, and
    I won't reopen them while this issue is still open.

Here are the tests that failed:


commit: 828f529
buildURL: Build Status, Sponge
status: failed

@flaky-bot flaky-bot bot added flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Jan 3, 2024
@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/python-storage API. label Jan 3, 2024
@cojenco
Copy link
Contributor

cojenco commented Jan 3, 2024

I'm starting to look into this, and the failed tests seem to be caused by the latest auth library release that affects client pickling used in the transfer manager module
https://github.com/googleapis/google-auth-library-python/releases/tag/v2.26.0

@cojenco
Copy link
Contributor

cojenco commented Jan 3, 2024

googleapis/google-auth-library-python#1447 new auth release with fix is on the way to ensure that credentials refresh worker is pickle-able

@cojenco
Copy link
Contributor

cojenco commented Jan 4, 2024

@cojenco cojenco closed this as completed Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/python-storage API. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

1 participant