Skip to content

Test using default hub and tag#1899

Merged
sebastienvas merged 2 commits intoistio:masterfrom
chxchx:default
Nov 28, 2017
Merged

Test using default hub and tag#1899
sebastienvas merged 2 commits intoistio:masterfrom
chxchx:default

Conversation

@chxchx
Copy link
Copy Markdown
Contributor

@chxchx chxchx commented Nov 28, 2017

What this PR does / why we need it:
To be able to test with default settings in istioctl

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:

Release note:

@istio-testing
Copy link
Copy Markdown
Collaborator

@chxchx: Adding do-not-merge/release-note-label-needed because the release note process has not been followed.

Details

One of the following labels is required "release-note", "release-note-action-required", or "release-note-none".
Please see: https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md#write-release-notes-if-needed.

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.

@chxchx
Copy link
Copy Markdown
Contributor Author

chxchx commented Nov 28, 2017

/assign @yutongz @sebastienvas

@istio-merge-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
We suggest the following additional approver: sebastienvas

Assign the PR to them by writing /assign @sebastienvas in a comment when ready.

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

Details 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

@codecov
Copy link
Copy Markdown

codecov bot commented Nov 28, 2017

Codecov Report

Merging #1899 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1899      +/-   ##
==========================================
+ Coverage   81.18%   81.19%   +<.01%     
==========================================
  Files         190      187       -3     
  Lines       19449    18889     -560     
==========================================
- Hits        15789    15336     -453     
+ Misses       3197     3122      -75     
+ Partials      463      431      -32
Flag Coverage Δ
#broker 45.51% <ø> (+1.06%) ⬆️
#mixer 82.45% <ø> (ø) ⬆️
#pilot 80.4% <ø> (-0.06%) ⬇️
#security 90.39% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pilot/platform/kube/inject/initializer.go
pilot/platform/kube/inject/configmap.go
pilot/platform/kube/inject/inject.go
pilot/platform/kube/inject/http.go
broker/pkg/version/version.go 100% <0%> (ø)
pilot/adapter/config/memory/monitor.go 89.74% <0%> (+10.25%) ⬆️

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 a1f2fe4...cf20994. Read the comment docs.

@codecov
Copy link
Copy Markdown

codecov bot commented Nov 28, 2017

Codecov Report

Merging #1899 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1899      +/-   ##
==========================================
- Coverage   81.18%   81.17%   -0.01%     
==========================================
  Files         190      191       +1     
  Lines       19449    19455       +6     
==========================================
+ Hits        15789    15792       +3     
- Misses       3197     3200       +3     
  Partials      463      463
Flag Coverage Δ
#broker 45.51% <ø> (+1.06%) ⬆️
#mixer 82.42% <ø> (-0.03%) ⬇️
#pilot 80.45% <ø> (ø) ⬆️
#security 90.39% <ø> (ø) ⬆️
Impacted Files Coverage Δ
mixer/adapter/prometheus/server.go 89.83% <0%> (-5.09%) ⬇️
broker/pkg/version/version.go 100% <0%> (ø)

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 a1f2fe4...589e69e. Read the comment docs.

var (
remotePath = flag.String("istioctl_url", os.Getenv(istioctlURL), "URL to download istioctl")
localPath = flag.String("istioctl", "", "Use local istioctl instead of remote")
testWithDefault = flag.Bool("default", false, "Test with default hub and tag")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can you rename it to something like "default_sidecar" to be less confussing.

@chxchx
Copy link
Copy Markdown
Contributor Author

chxchx commented Nov 28, 2017

PTAL

@sebastienvas sebastienvas merged commit b379a89 into istio:master Nov 28, 2017
kyessenov pushed a commit to kyessenov/istio that referenced this pull request Aug 13, 2018
* Add integration test with JWT+AuthN+Mixer filter chain

* Lint

* Rename helper function

* Lint

* Review
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.

6 participants