-
Notifications
You must be signed in to change notification settings - Fork 835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow route method to use metadata, closes #591 #1365
Conversation
Fri Jan 24 13:28:14 UTC 2020 impatient try |
Fri Jan 24 13:28:26 UTC 2020 impatient try |
Fri Jan 24 13:36:52 UTC 2020 impatient try |
Fri Jan 24 13:37:00 UTC 2020 impatient try |
Fixed lint and rebased on master. |
Mon Jan 27 13:58:48 UTC 2020 impatient try |
Mon Jan 27 13:58:57 UTC 2020 impatient try |
Mon Jan 27 13:59:57 UTC 2020 impatient try |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good @RafalSkolasinski! I just added a small comment, let me know what you think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just added comments to remove some print statements
Similar prints are present in other test methods. I was only following the flow of the test file. |
Mon Jan 27 14:42:50 UTC 2020 impatient try |
Mon Jan 27 14:42:51 UTC 2020 impatient try |
@axsaucedo If I am suppose to remove prints, shall I remove them from the whole file? |
/test integration |
Mon Jan 27 15:30:22 UTC 2020 impatient try |
It seems I am getting my favourite error about failed istio deploy: kubectl rollout status deployment.apps/istio-ingressgateway -n istio-system
Waiting for deployment "istio-ingressgateway" rollout to finish: 0 of 1 updated replicas are available...
error: deployment "istio-ingressgateway" exceeded its progress deadline
make: *** [Makefile:45: install_istio] Error 1 |
/test integration |
Mon Jan 27 17:18:56 UTC 2020 impatient try |
/test integration |
Mon Jan 27 19:11:33 UTC 2020 impatient try |
/test integration |
Tue Jan 28 12:14:26 UTC 2020 impatient try |
/test integration |
Rebased on top of #1415 therefore temporary WIP. |
Tue Feb 11 11:26:57 UTC 2020 impatient try |
Tue Feb 11 11:27:08 UTC 2020 impatient try |
Tue Feb 11 11:27:40 UTC 2020 impatient try |
Current run failed on
|
/retest |
Tue Feb 11 13:04:47 UTC 2020 impatient try |
@axsaucedo @adriangonz This finally passed integration tests! @axsaucedo Changes requested by you will be handled by #1424. |
As #1415 is merged into master I rebased on top of it. |
Tue Feb 11 15:25:11 UTC 2020 impatient try |
Tue Feb 11 15:26:50 UTC 2020 impatient try |
Just to test if tests will pass again (they already passed on this version of code). |
Wed Feb 12 10:57:19 UTC 2020 impatient try |
/retest |
Wed Feb 12 11:34:12 UTC 2020 impatient try |
@axsaucedo This PR passed integration tests for 2nd time! Let's merge it before it changes its mind again ; - ) |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cliveseldon 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 |
failed to trigger Pull Request pipeline
|
This is to close #591.