-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update testcases with duplicate routes
Signed-off-by: Mustafa Abdelrahman <[email protected]>
- Loading branch information
1 parent
6df46c7
commit dbbe504
Showing
4 changed files
with
2 additions
and
18 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
dataclients/kubernetes/testdata/routegroups/convert/use-unique-hosts.eskip
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 |
---|---|---|
@@ -1,7 +0,0 @@ | ||
kube_rg__default__myapp__all__0_0: | ||
Host("^(app[.]example[.]org[.]?(:[0-9]+)?|example[.]org[.]?(:[0-9]+)?)$") | ||
&& Path("/app") | ||
-> <roundRobin, "http://10.2.4.8:80", "http://10.2.4.16:80">; | ||
|
||
kube_rg____app_example_org__catchall__0_0: Host("^(app[.]example[.]org[.]?(:[0-9]+)?)$") -> <shunt>; | ||
kube_rg____example_org__catchall__0_0: Host("^(example[.]org[.]?(:[0-9]+)?)$") -> <shunt>; | ||
1 change: 1 addition & 0 deletions
1
dataclients/kubernetes/testdata/routegroups/convert/use-unique-hosts.log
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 @@ | ||
duplicate host \\\"app\.example\.org\\\" |
11 changes: 0 additions & 11 deletions
11
dataclients/kubernetes/testdata/routegroups/examples/duplicate-host.eskip
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 |
---|---|---|
@@ -1,11 +0,0 @@ | ||
kube_rg__default__myapp__all__0_0: Path("/articles") && Host(/^(example[.]org[.]?(:[0-9]+)?)$/) | ||
-> <roundRobin, "http://10.2.9.103:7272", "http://10.2.9.104:7272">; | ||
|
||
kube_rg__default__myapp__all__1_0: Path("/articles/shoes") && Host(/^(example[.]org[.]?(:[0-9]+)?)$/) | ||
-> <roundRobin, "http://10.2.9.103:7272", "http://10.2.9.104:7272">; | ||
|
||
kube_rg__default__myapp__all__2_0: Path("/order") && Host(/^(example[.]org[.]?(:[0-9]+)?)$/) | ||
-> <roundRobin, "http://10.2.9.103:7272", "http://10.2.9.104:7272">; | ||
|
||
kube_rg____example_org__catchall__0_0: Host(/^(example[.]org[.]?(:[0-9]+)?)$/) | ||
-> <shunt>; | ||
1 change: 1 addition & 0 deletions
1
dataclients/kubernetes/testdata/routegroups/examples/duplicate-host.log
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 @@ | ||
duplicate host \\\"example\.org\\\" |