test(bigtable): disable tests (#2569) · googleapis/java-bigtable@acb51a6 · GitHub | Latest TMZ Celebrity News & Gossip | Watch TMZ Live
Skip to content

Commit acb51a6

Browse files
authored
test(bigtable): disable tests (#2569)
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: - [x] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) - [x] Rollback plan is reviewed and LGTMed - [x] All new data plane features have a completed end to end testing plan Fixes #<issue_number_goes_here> ☕️ If you write sample code, please follow the [samples format]( https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
1 parent 4d3a7e6 commit acb51a6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/it/BigtableLogicalViewIT.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@
3737
import org.junit.Before;
3838
import org.junit.BeforeClass;
3939
import org.junit.ClassRule;
40+
import org.junit.Ignore;
4041
import org.junit.Rule;
4142
import org.junit.Test;
4243
import org.junit.runner.RunWith;
4344
import org.junit.runners.JUnit4;
4445

4546
@RunWith(JUnit4.class)
47+
@Ignore("Not fully working yet in production")
4648
public class BigtableLogicalViewIT {
4749
@ClassRule public static final TestEnvRule testEnvRule = new TestEnvRule();
4850
@Rule public final PrefixGenerator prefixGenerator = new PrefixGenerator();
@@ -72,7 +74,7 @@ public void setUp() throws InterruptedException {
7274

7375
@Test
7476
public void createLogicalViewAndGetLogicalViewTest() {
75-
String logicalViewId = "createLogicalViewAndGetLogicalViewTest-logical-view";
77+
String logicalViewId = prefixGenerator.newPrefix();
7678

7779
CreateLogicalViewRequest request =
7880
CreateLogicalViewRequest.of(instanceId, logicalViewId).setQuery(getQuery());
@@ -99,7 +101,7 @@ public void createLogicalViewAndGetLogicalViewTest() {
99101

100102
@Test
101103
public void listLogicalViewsTest() {
102-
String logicalViewId = "listLogicalViewsTest-logical-view";
104+
String logicalViewId = prefixGenerator.newPrefix();
103105

104106
try {
105107
LogicalView logicalView = client.createLogicalView(createLogicalViewRequest(logicalViewId));
@@ -115,7 +117,7 @@ public void listLogicalViewsTest() {
115117

116118
@Test
117119
public void updateLogicalViewAndDeleteLogicalViewTest() throws InterruptedException {
118-
String logicalViewId = "updateLogicalViewAndDeleteLogicalViewTest-logical-view";
120+
String logicalViewId = prefixGenerator.newPrefix();
119121

120122
// Create a logical view.
121123
CreateLogicalViewRequest request = createLogicalViewRequest(logicalViewId);

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/it/BigtableMaterializedViewIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@
3838
import org.junit.Before;
3939
import org.junit.BeforeClass;
4040
import org.junit.ClassRule;
41+
import org.junit.Ignore;
4142
import org.junit.Rule;
4243
import org.junit.Test;
4344
import org.junit.runner.RunWith;
4445
import org.junit.runners.JUnit4;
4546

4647
@RunWith(JUnit4.class)
48+
@Ignore("Not fully working yet in production")
4749
public class BigtableMaterializedViewIT {
4850
@ClassRule public static final TestEnvRule testEnvRule = new TestEnvRule();
4951
@Rule public final PrefixGenerator prefixGenerator = new PrefixGenerator();

0 commit comments

Comments
 (0)

TMZ Celebrity News – Breaking Stories, Videos & Gossip

Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.

Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.

🎥 Watch TMZ Live

TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.