-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Bigtable: Update integration tests to use the bundled emulator #5769
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
Bigtable: Update integration tests to use the bundled emulator #5769
Conversation
Also update the emulator bundler to download artifacts in parallel
Codecov Report
@@ Coverage Diff @@
## master #5769 +/- ##
============================================
+ Coverage 46.5% 47.17% +0.67%
- Complexity 23679 25115 +1436
============================================
Files 2389 2389
Lines 254581 259836 +5255
Branches 28482 29422 +940
============================================
+ Hits 118385 122586 +4201
- Misses 127412 128320 +908
- Partials 8784 8930 +146
Continue to review full report at Codecov.
|
| target environment can be selected via the `bigtable.env` system property. By default it is set to | ||
| `emulator` and the other option is `prod`. | ||
|
|
||
| To use the `emulator` environment, please install the gcloud sdk and use it to install the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add these instructions to the emulator package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, these instructions are for running the tests. The emulator package has instructions focusing on how a customer can use the emulator for their own tests:
|
Thanks for reviewing! |
Also update the emulator bundler to download artifacts in parallel
Fixes #<issue_number_goes_here> (it's a good idea to open an issue first for context and/or discussion)