FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Adding system tests for HappyBase Table.cells() and scan(). by dhermes · Pull Request #1606 · googleapis/google-cloud-python · GitHub

Adding system tests for HappyBase Table.cells() and scan(). - #1606

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:sys-test-happybase-scan
Mar 14, 2016
Merged

Adding system tests for HappyBase Table.cells() and scan().#1606
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:sys-test-happybase-scan

Conversation

dhermes commented Mar 14, 2016

Copy link
Copy Markdown
Contributor

No description provided.

dhermes added the api: bigtable Issues related to the Bigtable API. label Mar 14, 2016
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 14, 2016

# Scan with a row prefix.
prefix = ROW_KEY2[:-1]
self.assertEqual(prefix, ROW_KEY3[:-1])

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

tseaver commented Mar 14, 2016

Copy link
Copy Markdown
Contributor

LGTM except for the extraneous assertions, which made me wonder if I were misreading something.

dhermes commented Mar 14, 2016

Copy link
Copy Markdown
Contributor Author

LMK what you think of my comments. I'd like to get this merged and wrap up the Happybase system tests (AFAIK only one PR left for those targeting Cloud Bigtable backend).

tseaver commented Mar 14, 2016

Copy link
Copy Markdown
Contributor

You can merge as it stands, but maybe follow up with an explanation of why you think those assertions might fail.

dhermes commented Mar 14, 2016

Copy link
Copy Markdown
Contributor Author

I don't think they'll fail. The assertions are there as a sanity check, i.e. we meant this to be true with the literals we created, but we want to make extra double sure.

dhermes added a commit that referenced this pull request Mar 14, 2016
Adding system tests for HappyBase Table.cells() and scan().
dhermes merged commit 170767c into googleapis:master Mar 14, 2016
dhermes deleted the sys-test-happybase-scan branch March 14, 2016 20:40
parthea added a commit that referenced this pull request Nov 24, 2025
* chore(deps): update all dependencies

* revert

---------

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea added a commit that referenced this pull request Mar 6, 2026
* chore(deps): update all dependencies

* revert urllib3

---------

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea pushed a commit that referenced this pull request Mar 9, 2026
Add support for partial list buckets
parthea pushed a commit that referenced this pull request Mar 9, 2026
🤖 I have created a release *beep* *boop*
---


##
[3.6.0](googleapis/python-storage@v3.5.0...v3.6.0)
(2025-11-17)


### Features

* Add support for partial list buckets
([#1606](googleapis/python-storage#1606))
([92fc2b0](googleapis/python-storage@92fc2b0))
* Make return_partial_success and unreachable fields public for list
Bucket
([#1601](googleapis/python-storage#1601))
([323cddd](googleapis/python-storage@323cddd))
* **zb-experimental:** Add async write object stream
([5ab8103](googleapis/python-storage@5ab8103))
* **zb-experimental:** Add async write object stream
([#1612](googleapis/python-storage#1612))
([5ab8103](googleapis/python-storage@5ab8103))


### Bug Fixes

* Dont pass credentials to StorageClient
([#1608](googleapis/python-storage#1608))
([195d644](googleapis/python-storage@195d644))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Apr 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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 Bigtable API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL