-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eskip: do not add empty last route id to parse error (#2875)
Follow up on #1885 Signed-off-by: Alexander Yastrebov <[email protected]>
- Loading branch information
1 parent
60df8a5
commit 5c1a94f
Showing
10 changed files
with
56 additions
and
53 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
2 changes: 1 addition & 1 deletion
2
dataclients/kubernetes/testdata/routegroups/convert/failing-filter.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 |
---|---|---|
@@ -1 +1 @@ | ||
\[routegroup\] parse failed after token foo, last route id: , position 8: syntax error | ||
\[routegroup\] parse failed after token foo, position 8: syntax error |
2 changes: 1 addition & 1 deletion
2
dataclients/kubernetes/testdata/routegroups/convert/failing-predicate.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 |
---|---|---|
@@ -1 +1 @@ | ||
\[routegroup\] parse failed after token Header, last route id: Header, position 6: syntax error | ||
\[routegroup\] parse failed after token Header, position 6: syntax error |
2 changes: 1 addition & 1 deletion
2
dataclients/kubernetes/testdata/routegroups/convert/no-catchall-for-failed-route-group.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 |
---|---|---|
@@ -1 +1 @@ | ||
\[routegroup\] parse failed after token foo, last route id: , position 8: syntax error | ||
\[routegroup\] parse failed after token foo, position 8: syntax error |
2 changes: 1 addition & 1 deletion
2
...nts/kubernetes/testdata/routegroups/convert/single-failing-route-makes-the-group-fail.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 |
---|---|---|
@@ -1 +1 @@ | ||
\[routegroup\] parse failed after token foo, last route id: foo, position 3: syntax error | ||
\[routegroup\] parse failed after token foo, position 3: syntax error |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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