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
@@ -94,7 +94,7 @@ Run all integration tests (currently takes 15+ minutes, so this is discouraged).
94
94
95
95
`make integration-test`
96
96
97
-
Run specific unitintegration test
97
+
Run specific integration test
98
98
99
99
`make integration-test test=<filter>`
100
100
@@ -114,7 +114,7 @@ make docker-unittest
114
114
make docker-integration-test
115
115
```
116
116
117
-
Please note that running unit of integration tests within docker doesn't leverage maven cache because it is not persisted.
117
+
Please note that running unit or integration tests within docker doesn't leverage maven cache because it is not persisted.
118
118
If you want to run multiple commands, you can start a session and treat this shell session as your local environment.
119
119
120
120
```
@@ -156,7 +156,7 @@ make run QUERY=small
156
156
157
157
Nightly build is running full set of Integration tests and extended Nightly tests that includes some long-running tests (takes 20+ minutes to complete).
158
158
159
-
Nightly Integration Tests include a step to build a full and thin jars and upload them to [Google Storage](https://pantheon.corp.google.com/storage/browser/bq_devtools_release_private/drivers/jdbc;tab=objects?inv=1&invt=Ab4E6g&project=bigquery-devtools-drivers&prefix=&forceOnObjectsSortingFiltering=false).
159
+
Nightly Integration Tests include a step to build a full and thin jars and upload them to Google Storage.
is uploading latest full jar to the internal location for perf tests once a week, at the moment scheduled to do this Sunday night.
170
+
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.
172
171
173
172
### Code Coverage
174
173
@@ -288,8 +287,6 @@ Java is a registered trademark of Oracle and/or its affiliates.
0 commit comments