-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Bigtable: Add an integration test for large rows #6204
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6204 +/- ##
============================================
- Coverage 47.51% 47.23% -0.29%
Complexity 27460 27460
============================================
Files 2526 2526
Lines 274681 274541 -140
Branches 31402 30579 -823
============================================
- Hits 130521 129674 -847
+ Misses 134528 134446 -82
- Partials 9632 10421 +789
Continue to review full report at Codecov.
|
| @ClassRule public static TestEnvRule testEnvRule = new TestEnvRule(); | ||
|
|
||
| @Test | ||
| public void test() throws Exception { |
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.
minor - please rename 'test'
Fixes #<issue_number_goes_here> (it's a good idea to open an issue first for context and/or discussion)