-
Notifications
You must be signed in to change notification settings - Fork 748
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
should catch alias whose syncher key conflicts with bidder other than…
… its parent An alias can define its syncer key in YAML configuration, but this key must not be the same as that of a bidder other than its parent For example, parent1: syncer: key: k1 alias1: aliasOf: parent1 syncer: Key: k1 parent2: syncer: key: k2 alias2: aliasOf: parent2 syncer: key: k1 // syncer key k1 conflicts with parent1 key
- Loading branch information
1 parent
2c1712e
commit 7078ba5
Showing
2 changed files
with
37 additions
and
10 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