You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMPORTANT: Running integration tests will skip unit tests by default. To include unit tests, run `make integration-test skipSurefire=false`. Primary focus of this command is to run specific set of tests without a lot of overhead.
75
75
76
-
Majority of Integration tests rely on certain environment variables:
76
+
Set the following environment variables to run the integration tests:
77
77
78
78
```
79
79
# Default gcloud auth setup
@@ -142,6 +142,8 @@ You can also build a shaded jar with all dependencies. This can be done by runni
142
142
143
143
The nightly build runs the full set of integration tests, including the `ITBigQueryJDBCTest` and `ITNightlyBigQueryTest` test suites. It also includes some long-running tests (takes 20+ minutes to complete).
144
144
145
+
**Note:** These builds are intended for testing and development purposes only and are not recommended for production use.
146
+
145
147
Nightly Integration Tests include a step to build a full and thin jars and upload them to Google Storage.
Cloud Build Pipeline is uploading latest full jar to the internal location for perf tests once a week, at the moment scheduled to do this Sunday night.
158
+
Cloud Build Pipeline is uploading latest full jar to the internal location for perf tests once a week.
157
159
158
160
### Code Coverage
159
161
@@ -263,27 +265,10 @@ information.
263
265
264
266
Apache 2.0 - See [LICENSE][license] for more information.
0 commit comments