Skip to content

Conversation

yangminzhu
Copy link
Contributor

No description provided.

@yangminzhu yangminzhu added the do-not-merge/hold Block automatic merging of a PR. label Sep 13, 2018
@istio-testing istio-testing added the do-not-merge/work-in-progress Block merging of a PR because it isn't ready yet. label Sep 13, 2018
@istio-testing
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To fully approve this pull request, please assign additional approvers.
We suggest the following additional approver: zackbutcher

If they are not already assigned, you can assign the PR to them by writing /assign @zackbutcher in a comment when ready.

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

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@@ -24,6 +24,7 @@ import (
// Check attributes from a good GET request
const checkAttributesOkGet = `
{
"context.reporter.uid" : "*",
Copy link
Contributor

Choose a reason for hiding this comment

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

Should those really be "*" (i.e. any) and not "" (i.e. empty)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure actually. @mandarjog I see you added these attributes in proxy, WDYT?

Copy link
Contributor

Choose a reason for hiding this comment

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

Those are empty for now, so let's leave them like that for the time being, to avoid silent breakage in the future when someone adds real value, but doesn't update tests (since they would still match "*"), and later something breaks and the value won't be emitted anymore, but the tests will still pass, because empty value matches "*".

I pulled your second commit into my original change in #8606, let's see if it works :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sounds good.
Only the lint is failing in this PR, I think you might need to run dep ensure in your local repo to fix it.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, I did that before pushing, so it should be all good. Thanks for the help!

@yangminzhu yangminzhu closed this Sep 13, 2018
@yangminzhu yangminzhu deleted the update_proxy_sha branch September 13, 2018 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/hold Block automatic merging of a PR. do-not-merge/work-in-progress Block merging of a PR because it isn't ready yet.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants