Add tests to verify TCP filter sends connection.id in Check() and Rep…#3739
Add tests to verify TCP filter sends connection.id in Check() and Rep…#3739ldemailly merged 6 commits intoistio:masterfrom JimmyCYJ:tcp-filter-connection-id
Conversation
|
/lgtm |
|
/test istio-presubmit |
|
For the dep ensure bits, do we need to update the istio-contrib repo? @ldemailly can you advise? |
|
you can't change Gopkg.lock without following the steps in |
|
@ldemailly I am not sure if I need to change .lock file. When I update proxy SHA in istio.deps, I break test istio.io/istio/mixer/test/client/network_policy/network_policy_test.go, because it does not use the new NetworkFailPolicy config. I modified mixer/test/client/env/v2_config.go in this PR to use NetworkFailPolicy, but I got compile failure. |
|
can you follow |
|
this PR isn't using your vendor PR (yet) please rev it up, but as mentioned in istio/old_vendor-istio_repo#14 I think you need to make a branch, not a fork |
|
/retest |
|
build+tests are green, merging istio/old_vendor-istio_repo#15 |
matching istio pr : istio/istio#3739
|
last update: can you cd vendor; git checkout master; git pull should point to new head/master sha: 1c8002038e1782d4a38e22f8e3c328b51b764664 git add vendor; update the PR and we can merge this :-) |
Codecov Report
@@ Coverage Diff @@
## master #3739 +/- ##
=======================================
- Coverage 77% 77% -<1%
=======================================
Files 291 291
Lines 26596 26414 -182
=======================================
- Hits 20267 20117 -150
+ Misses 5057 5046 -11
+ Partials 1272 1251 -21
Continue to review full report at Codecov.
|
|
@ldemailly Thanks a lot for helping me waling through this vendor update. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ldemailly, qiwzhang The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
|
/test all [submit-queue is verifying that this PR is safe to merge] |
|
filled #3810 for the weird test failure |
Add tests to verify TCP filter sends connection.id in Check() and Report() calls.