Skip to content

Commit bec6f22

Browse files
committed
---
yaml --- r: 6901 b: refs/heads/tswast-patch-1 c: 2bb9cb0 h: refs/heads/master i: 6899: 6e0d7d8
1 parent 18b0835 commit bec6f22

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: ef7c74fd0f7cedf7c439e5bd409536f13c698132
60+
refs/heads/tswast-patch-1: 2bb9cb0ab30073be26b30199b7dc817f6a88b1d5
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/gcloud-java-bigquery/src/test/java/com/google/gcloud/bigquery/ITBigQueryTest.java

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -654,9 +654,10 @@ public void testQuery() throws InterruptedException {
654654
rowCount++;
655655
}
656656
assertEquals(2, rowCount);
657-
Job queryJob = bigquery.getJob(response.jobId());
658-
JobStatistics.QueryStatistics statistics = queryJob.statistics();
659-
assertNotNull(statistics.queryPlan());
657+
// todo(mziccard) uncomment as soon as #624 is closed
658+
// Job queryJob = bigquery.getJob(response.jobId());
659+
// JobStatistics.QueryStatistics statistics = queryJob.statistics();
660+
// assertNotNull(statistics.queryPlan());
660661
}
661662

662663
@Test
@@ -821,9 +822,10 @@ public void testQueryJob() throws InterruptedException {
821822
}
822823
assertEquals(2, rowCount);
823824
assertTrue(bigquery.delete(DATASET, tableName));
824-
Job queryJob = bigquery.getJob(remoteJob.jobId());
825-
JobStatistics.QueryStatistics statistics = queryJob.statistics();
826-
assertNotNull(statistics.queryPlan());
825+
// todo(mziccard) uncomment as soon as #624 is closed
826+
// Job queryJob = bigquery.getJob(remoteJob.jobId());
827+
// JobStatistics.QueryStatistics statistics = queryJob.statistics();
828+
// assertNotNull(statistics.queryPlan());
827829
}
828830

829831
@Test

0 commit comments

Comments
 (0)