You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See tests/istio_testcases/example_policies/bookinfo-demo/sidecar_examples/equivalence-with-sidecars-scheme.yaml:
In the original solution, the difference is as follows: src: default/ratings-v1-1, dst: 0.0.0.0-255.255.255.255, description: sidecar-with-selector-allows-any allows all connections while sidecar-with-selector-registery-only does not
while in the optimized solution the difference is as follows: src: default/ratings-v1-1, dst: 0.0.0.0-255.255.255.255, description: sidecar-with-selector-allows-any allows communication using protocol TCP while sidecar-with-selector-registery-only does not.
The difference is due to the exact calculation (and printing) of the difference in the optimized solution.
Until the expected result is updated (after completely moving to the optimized solution, see IBM/network-config-analyzer#495), expected result of this test is commented out.
The text was updated successfully, but these errors were encountered:
See
tests/istio_testcases/example_policies/bookinfo-demo/sidecar_examples/equivalence-with-sidecars-scheme.yaml
:In the original solution, the difference is as follows:
src: default/ratings-v1-1, dst: 0.0.0.0-255.255.255.255, description: sidecar-with-selector-allows-any allows all connections while sidecar-with-selector-registery-only does not
while in the optimized solution the difference is as follows:
src: default/ratings-v1-1, dst: 0.0.0.0-255.255.255.255, description: sidecar-with-selector-allows-any allows communication using protocol TCP while sidecar-with-selector-registery-only does not.
The difference is due to the exact calculation (and printing) of the difference in the optimized solution.
Until the expected result is updated (after completely moving to the optimized solution, see IBM/network-config-analyzer#495), expected result of this test is commented out.
The text was updated successfully, but these errors were encountered: