Uh oh!
There was an error while loading. Please reload this page.
Add missing fields to properly list partitioned tables - #4306
Conversation
JesseLovelace
left a comment
There was a problem hiding this comment.
Thanks for the pr! Could you add a simple test?
vvviiimmm
commented
Jan 10, 2019
Added a unit test but since everything is mocked it doesn't actually call |
JesseLovelace
commented
Jan 10, 2019
There's a non-mocked integration test for list tables in ITBigQueryTest which you could add to, or write a new IT based on it |
vvviiimmm
commented
Jan 11, 2019
Thanks. I wasn't able to run the ITBigQueryTests due to |
JesseLovelace
commented
Jan 11, 2019
You'll need to set the environment variables |
chingor13
commented
Jan 11, 2019
The BigtableIT tests may require configuration via system properties. For CI, we set them here. We set |
vvviiimmm
commented
Jan 13, 2019
Thanks guys, I found the env variables needed but obviously I don't have credentials to access that project so the test fails on |
JesseLovelace
commented
Jan 22, 2019
The idea would be to use your own project instead to test, setting the values of the environment variables to be your own project and credentials |
sduskis
commented
Feb 8, 2019
@vvviiimmm, please run the following command to clean up the code formatting:
|
sduskis
commented
Feb 13, 2019
@vvviiimmm, please run the following command to clean up the code formatting:
|
Codecov Report
@@ Coverage Diff @@## master #4306 +/- ##
============================================
- Coverage 49.17% 49.16% -0.01% - Complexity 20988 21915 +927
============================================
Files 1996 2078 +82 Lines 194629 207084 +12455 Branches 21796 24084 +2288 ============================================
+ Hits 95702 101813 +6111 - Misses 90817 97128 +6311 - Partials 8110 8143 +33
Continue to review full report at Codecov.
|
JustinBeckwith
commented
Feb 25, 2019
@JesseLovelace@kolea2 is this something we should:
|
sduskis
commented
Mar 1, 2019
@JesseLovelace, can you please finish this review? |
pmakani
commented
Mar 15, 2019
@sduskis sure, i will add that to IT test and raise a new PR. |
sduskis
commented
Mar 20, 2019
This is replaced by #4701 which includes these changes + integration tests |
* chore: Add gcp resource name span attribute * Update google-cloud-spanner/src/test/java/com/google/cloud/spanner/OpenTelemetrySpanTest.java Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * chore: Add gcp resource name span attribute --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
While getting the list of tables (list endpoint) the information about partitioning and creation time is getting lost. Somewhat related to #3097.