Skip to content

Fix package import for HTTPRouteFilterExtensionRef#821

Merged
danehans merged 2 commits into
envoyproxy:mainfrom
arkodg:fix-main
Dec 19, 2022
Merged

Fix package import for HTTPRouteFilterExtensionRef#821
danehans merged 2 commits into
envoyproxy:mainfrom
arkodg:fix-main

Conversation

@arkodg
Copy link
Copy Markdown
Contributor

@arkodg arkodg commented Dec 19, 2022

Caused by merging #791 without rebasing #816

Signed-off-by: Arko Dasgupta arko@tetrate.io

Caused by merging envoyproxy#791
without rebasing envoyproxy#816

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
@arkodg arkodg requested a review from a team as a code owner December 19, 2022 21:09
@arkodg
Copy link
Copy Markdown
Contributor Author

arkodg commented Dec 19, 2022

looks like the tests also need to be updated to use the indexes in the tests

was failing with below error
```
    --- FAIL: TestProcessHTTPRoutes/httproute_with_one_authenticationfilter (0.00s)
        routes_test.go:221:
            	Error Trace:	/Users/arkodebdasgupta/go-workspace/src/github.com/envoyproxy/gateway/internal/provider/kubernetes/routes_test.go:221
            	Error:      	Received unexpected error:
            	            	List on GroupVersionKind gateway.networking.k8s.io/v1beta1, Kind=HTTPRoute specifies selector on field gatewayHTTPRouteIndex, but no index with name gatewayHTTPRouteIndex has been registered for GroupVersionKind gateway.networking.k8s.io/v1beta1, Kind=HTTPRoute
            	Test:       	TestProcessHTTPRoutes/httproute_with_one_authenticationfilter
```

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Dec 19, 2022

Codecov Report

❌ Patch coverage is 94.11765% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 64.03%. Comparing base (46b7b75) to head (6a7d442).
⚠️ Report is 3141 commits behind head on main.

Files with missing lines Patch % Lines
internal/provider/kubernetes/controller.go 94.11% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #821      +/-   ##
==========================================
- Coverage   64.14%   64.03%   -0.12%     
==========================================
  Files          46       46              
  Lines        6103     6203     +100     
==========================================
+ Hits         3915     3972      +57     
- Misses       1952     1989      +37     
- Partials      236      242       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

@danehans danehans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching and fixing this issue @arkodg.

@danehans danehans merged commit 1762820 into envoyproxy:main Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants