gluent / goe

GOE: a simple and flexible way to copy data from an Oracle Database to Google BigQuery.
Apache License 2.0
8 stars 2 forks source link

Tests to support OFFLOAD_LOGDIR on GCS #198

Open nj1973 opened 3 weeks ago

nj1973 commented 3 weeks ago

Issue https://github.com/gluent/goe/issues/177 added support for logs to GCS, however it did not add support for running our tests with OFFLOAD_LOGDIR set to a GCS location. This was because another issue had changed most of the tests and this work also required a mass edit to the same files.

I decided it made sense to postpone this part, seeing as it is internal to developer processes, to avoid a lot of unnecessary chore.

To do: