Skip to content

Commit

Permalink
Rename TestBigQueryIntegrationSmokeTest to TestBigQueryConnectorTest
Browse files Browse the repository at this point in the history
This is a preparatory commit for migrating to BaseConnectorTest.
  • Loading branch information
ebyhr committed Feb 25, 2022
1 parent 2ffd25b commit dfeef89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugin/trino-bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
<configuration>
<excludes>
<!-- If you are adding entry here also add an entry to cloud-tests or cloud-tests-case-insensitive-mapping profile below -->
<exclude>**/TestBigQueryIntegrationSmokeTest.java</exclude>
<exclude>**/TestBigQueryConnectorTest.java</exclude>
<exclude>**/TestBigQueryTypeMapping.java</exclude>
<exclude>**/TestBigQueryMetadata.java</exclude>
<exclude>**/TestBigQueryInstanceCleaner.java</exclude>
Expand All @@ -375,7 +375,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/TestBigQueryIntegrationSmokeTest.java</include>
<include>**/TestBigQueryConnectorTest.java</include>
<include>**/TestBigQueryTypeMapping.java</include>
<include>**/TestBigQueryMetadata.java</include>
<include>**/TestBigQueryInstanceCleaner.java</include>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import static org.testng.Assert.assertFalse;
import static org.testng.Assert.assertTrue;

public class TestBigQueryIntegrationSmokeTest
public class TestBigQueryConnectorTest
// TODO extend BaseConnectorTest
extends AbstractTestIntegrationSmokeTest
{
Expand Down

0 comments on commit dfeef89

Please sign in to comment.