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

test(bigtable): Skipping long running tests in short mode #10029

Merged
merged 3 commits into from May 7, 2024

Conversation

bhshkh
Copy link
Contributor

@bhshkh bhshkh commented Apr 23, 2024

In short mode i.e. presubmit, TestIntegration_* tests are run against Cloud Bigtable emulator.
Cloud Bigtable emulator is intended to help developers use Bigtable for local development and testing, not for production deployments. So, IMO stress testing is not required against the emulator.

TestIntegration_LargeReadsWritesAndScans takes about 81s to 100s to run. Skipping it in presubmit tests.

TestIntegration_LargeReadsWritesAndScans uses the following functions table.Apply, table.ApplyBulk, table.ReadRow, table.ReadRows. These are already being tested in other functions in short mode

@bhshkh bhshkh requested review from a team as code owners April 23, 2024 20:05
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the Bigtable API. label Apr 23, 2024
@bhshkh bhshkh enabled auto-merge (squash) May 7, 2024 06:34
@bhshkh bhshkh merged commit 2695801 into googleapis:main May 7, 2024
8 of 10 checks passed
@bhshkh bhshkh deleted the test/cbt-skip-long-running-test branch May 7, 2024 10:31
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants