Skip to content

Conversation

xiaolanz
Copy link
Contributor

address: #3780

go test --v ./mixer/pkg/runtime2/... --race -run TestWatchChanges

@codecov
Copy link

codecov bot commented Feb 27, 2018

Codecov Report

Merging #3806 into master will increase coverage by 1%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #3806    +/-   ##
=======================================
+ Coverage      76%     76%    +1%     
=======================================
  Files         291     291            
  Lines       26743   26983   +240     
=======================================
+ Hits        20237   20502   +265     
+ Misses       5201    5169    -32     
- Partials     1305    1312     +7
Impacted Files Coverage Δ
mixer/adapter/opa/opa.go 79% <0%> (-3%) ⬇️
mixer/adapter/stdio/zap.go 97% <0%> (-1%) ⬇️
mixer/adapter/rbac/rbac.go 10% <0%> (-1%) ⬇️
mixer/adapter/circonus/circonus.go 71% <0%> (ø) ⬇️
mixer/adapter/denier/denier.go 93% <0%> (ø) ⬇️
mixer/adapter/memquota/memquota.go 100% <0%> (ø) ⬆️
mixer/adapter/dogstatsd/dogstatsd.go 100% <0%> (ø) ⬆️
mixer/adapter/stdio/stdio.go 100% <0%> (ø) ⬆️
mixer/adapter/list/stringList.go 100% <0%> (ø) ⬆️
mixer/adapter/fluentd/fluentd.go 79% <0%> (+1%) ⬆️
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2bc3749...e61f1c7. Read the comment docs.


"github.com/gogo/protobuf/proto"

"sync"
Copy link
Member

Choose a reason for hiding this comment

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

file is not properly goimport'ed, synch should be between reflect and testing
standard is:

  go packages (alphabetized)
  <space>
  github packages (alphabetized)
  <space>
  istio packages (alphabetized)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done. PTAL

@xiaolanz
Copy link
Contributor Author

/test e2e-bookInfo
/test e2e-simple

@ozevren
Copy link
Contributor

ozevren commented Feb 27, 2018

/lgtm

@istio-merge-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ozevren

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these OWNERS Files:

You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@istio-merge-robot
Copy link

/test all [submit-queue is verifying that this PR is safe to merge]

@istio-merge-robot
Copy link

Automatic merge from submit-queue.

@istio-merge-robot istio-merge-robot merged commit 151c69e into istio:master Feb 27, 2018
@istio-testing
Copy link
Collaborator

istio-testing commented Feb 27, 2018

@xiaolanz: The following tests failed, say /retest to rerun them all:

Test name Commit Details Rerun command
prow/e2e-bookInfoTests.sh e61f1c7 link /test e2e-bookInfo
prow/e2e-simpleTests.sh e61f1c7 link /test e2e-simple

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants