feat(bigtable): Add integration tests for Materialized/Logical Views#2518
Conversation
| } | ||
|
|
||
| @Test | ||
| public void materializedViewTest() { |
There was a problem hiding this comment.
Can we be a bit more descriptive in what we are testing? e.g. createUpdateAndDeleteMaterializedView
There was a problem hiding this comment.
Also can we split these up so that when tests fail it is easier to see what failed
There was a problem hiding this comment.
These should not be on tests for InstanceAdmin. We should probably either create a new suite or use BigtableTableAdminClientIT.java (I prefer we added a new test suite)
There was a problem hiding this comment.
ty! I think we can revert this file now?
There was a problem hiding this comment.
I thought I did that >.> Done for realz!
| } | ||
|
|
||
| @Test | ||
| public void logicalViewTest() { |
There was a problem hiding this comment.
Same comments than for materialized views.
andre-sampaio
left a comment
There was a problem hiding this comment.
lgtm! can you double check we are not leaving any dangling resources before merging?
4d3a7e6
into
googleapis:main
🤖 I have created a release *beep* *boop* --- ## [2.58.0](https://togithub.com/googleapis/java-bigtable/compare/v2.57.3...v2.58.0) (2025-04-28) ### Features * Add deletion_protection support for LVs ([43c97a3](https://togithub.com/googleapis/java-bigtable/commit/43c97a3f430ee4ee90d46b3685ae50f13949831c)) * **bigtable:** Add integration tests for Materialized/Logical Views ([#2518](https://togithub.com/googleapis/java-bigtable/issues/2518)) ([4d3a7e6](https://togithub.com/googleapis/java-bigtable/commit/4d3a7e675b60ba6a3225a45b7463edff279f9bc4)) ### Bug Fixes * **deps:** Update the Java code generator (gapic-generator-java) to 2.56.2 ([43c97a3](https://togithub.com/googleapis/java-bigtable/commit/43c97a3f430ee4ee90d46b3685ae50f13949831c)) * Fix retry info algorithm setting ([#2562](https://togithub.com/googleapis/java-bigtable/issues/2562)) ([c424ccb](https://togithub.com/googleapis/java-bigtable/commit/c424ccba72a191609dc726ed67d03f0d330015fc)) * Use universe domain when creating the monitoring client ([#2570](https://togithub.com/googleapis/java-bigtable/issues/2570)) ([3b51e12](https://togithub.com/googleapis/java-bigtable/commit/3b51e1206a4f83078625705ed8d8a899839af1a9)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> ☕️
If you write sample code, please follow the samples format.