-
Notifications
You must be signed in to change notification settings - Fork 7.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests for #52003 #52012
tests for #52003 #52012
Conversation
Signed-off-by: Ian Rudie <ian.rudie@solo.io>
@@ -945,6 +945,22 @@ var testGrid = []testCase{ | |||
{msg.IneffectiveSelector, "Telemetry default/telemetry-ineffective"}, | |||
}, | |||
}, | |||
{ | |||
name: "ServiceEntry Addresses Required Lower", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what do we mean by lower
and upper
in this context?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
case used for tcp
in protocol to test the fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried to clarify the wording in the tests
Signed-off-by: ilrudie <ian.rudie@solo.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
naming is a little confusing
Happy to adjust it in a follow up. Do you have any suggestions or a specific name which is off? |
* upstream/master: rename function to match its behaviour (istio#52054) Manual bump of istio API (istio#52079) Move this as per TOC (istio#52013) ambient: do not mutate shared state in debug interface (istio#52075) add useful labels to helm templates for ztunnel (istio#52033) Automator: update proxy@master in istio/istio@master (istio#52063) Retry reset before request integration (istio#52032) Remove unused objectSelector from SidecarInjectorConfig (istio#52058) cleanup (istio#52046) tests for istio#52003 (istio#52012) remove deprecated cronjob api batch/v2alpha1 (istio#52042) Automator: update proxy@master in istio/istio@master (istio#52044) Automator: update go-control-plane in istio/istio@master (istio#51927) Automator: update proxy@master in istio/istio@master (istio#52040) Automator: update ztunnel@master in istio/istio@master (istio#52035) Simplified global management in ztunnel (istio#51749) Automator: update proxy@master in istio/istio@master (istio#52030) fix inconsistent behavior with the 'istio_agent_cert_expiry_seconds' metric (istio#52005) removed PILOT_ENABLE_CONFIG_DISTRIBUTION_TRACKING and PILOT_DISTRIBUTION_HISTORY_RETENTION (istio#52021)
Please provide a description of this PR:
add unit test cases for #52003