-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved CheckQueryParam to utils instead of in two different packages as well as moved the test for it. Added more test cases for directread functionality.
- Loading branch information
1 parent
f873552
commit a58d404
Showing
9 changed files
with
264 additions
and
215 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Origin export configuration to test full multi-export capabilities | ||
|
||
Origin: | ||
# Things that configure the origin itself | ||
StorageType: "posix" | ||
EnableDirectReads: true | ||
# The actual namespaces we export | ||
Exports: | ||
- StoragePrefix: /<SHOULD BE OVERRIDDEN> | ||
FederationPrefix: /first/namespace | ||
# Don't set Reads -- it should be toggled true by setting PublicReads | ||
Capabilities: ["PublicReads", "Writes"] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Origin export configuration to test full multi-export capabilities | ||
|
||
Origin: | ||
# Things that configure the origin itself | ||
StorageType: "posix" | ||
EnableDirectReads: false | ||
# The actual namespaces we export | ||
Exports: | ||
- StoragePrefix: /<SHOULD BE OVERRIDDEN> | ||
FederationPrefix: /first/namespace | ||
# Don't set Reads -- it should be toggled true by setting PublicReads | ||
Capabilities: ["PublicReads", "Writes", "DirectReads"] |
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.