-
Notifications
You must be signed in to change notification settings - Fork 139
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
src: add dapr version echo to cluster allocation output #1805
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lkingland 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 |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #1805 +/- ##
==========================================
+ Coverage 51.06% 52.08% +1.02%
==========================================
Files 94 92 -2
Lines 12576 12347 -229
==========================================
+ Hits 6422 6431 +9
+ Misses 5579 5185 -394
- Partials 575 731 +156
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -399,6 +399,11 @@ func Handle(ctx context.Context, res http.ResponseWriter, req *http.Request) { | |||
// TestInvoke_ServiceToService ensures that a Function can invoke another | |||
// service via localhost service discovery api provided by the Dapr sidecar. | |||
func TestInvoke_ServiceToService(t *testing.T) { | |||
// Temporarily disable tests which require Dapr | |||
// See https://github.com/knative/func/issues/1806 | |||
t.Log("TestInvoke_ServiceToService temporarily disabled as it depends on Dapr runtme which is failing to install") |
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.
nit: The t.Skip()
function is IMO more fitting.
This probably happens because Now I am trying to set mirroring in |
The dapr images are available at |
btw it looks like the error spontaneously disappeared. |
PR needs rebase. 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. |
No longer necessary |
dapr version
output to cluster allocation/kind cleanup