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

The build failed #864

Closed
flaky-bot bot opened this issue Sep 12, 2023 · 0 comments · Fixed by #866
Closed

The build failed #864

flaky-bot bot opened this issue Sep 12, 2023 · 0 comments · Fixed by #866
Labels
api: bigtable Issues related to the googleapis/python-bigtable 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 Sep 12, 2023

This test failed!

To configure my behavior, see the Flaky Bot documentation.

If I'm commenting on this issue too often, add the flakybot: quiet label and
I will stop commenting.


commit: 4105df7
buildURL: Build Status, Sponge
status: failed

Test output
ImportError while importing test module '/tmpfs/src/github/python-bigtable/tests/unit/test_row_merger.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.7/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/unit/test_row_merger.py:8: in 
    from google.cloud.bigtable.row_data import PartialRowsData, PartialRowData, InvalidChunk
google/cloud/bigtable/__init__.py:17: in 
    from google.cloud.bigtable.client import Client
google/cloud/bigtable/client.py:49: in 
    from google.cloud.bigtable.instance import Instance
google/cloud/bigtable/instance.py:21: in 
    from google.cloud.bigtable.table import Table
google/cloud/bigtable/table.py:30: in 
    from google.cloud._helpers import _to_bytes  # type: ignore
.nox/unit-3-7/lib/python3.7/site-packages/google/cloud/_helpers.py:28: in 
    import six
E   ModuleNotFoundError: No module named 'six'
@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 Sep 12, 2023
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the googleapis/python-bigtable API. label Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the googleapis/python-bigtable 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

Successfully merging a pull request may close this issue.

0 participants