-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for file system initialization methods
Since we now have three rivaling modes of initialization for the file system, it is time to test the priority order is correct. This brought up a quirk related to instance caching: Since both the `lakectl` config file and environment variables are read implicitly, they do not require arguments, and thus the first method used between config file and envvar initialization will cause cache hits, and suffocate the other method unless the cache is cleared.
- Loading branch information
1 parent
e3d4d0b
commit 88ead49
Showing
2 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
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