-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix / CI improvements for cloud storage (#469)
* Update Java read / write test suite to avoid file name collisions * Update Java read-only test suite to avoid file name collisions * Update Java storage operations test suite to avoid file name collisions * Do not create per-test storage instances for local storage tests * Avoid storage path collisions in Python file storage test suite * Do not create separate storage instances per test for local file storage tests in Python * Do not create separate storage instance per test for GCP Java tests * Do not create separate storage instance per test for GCP Python tests * Do not create separate storage instance per test for GCP Python tests (FS SPEC) * Fix setup methods in Java CI for GCP storage tests * Do not create separate storage instance per test for AWS and Azure Python tests * Close arrow allocator after local storage tests (closing will check for leaks) * Fix one test case in the file storage read/write suite * Do not create separate storage instance per test for AWS Java tests * Do not create separate storage instance per test for Azure Java tests * Fix setup for Azure and AWS CI storage tests in Java * Fix setup for Azure read-only CI storage tests in Java
- Loading branch information
1 parent
c524a74
commit 24eb36e
Showing
21 changed files
with
758 additions
and
772 deletions.
There are no files selected for viewing
384 changes: 202 additions & 182 deletions
384
...p-lib-data/src/test/java/org/finos/tracdap/common/storage/StorageOperationsTestSuite.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.