Skip to content
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

fix: remove path bacause of bug in paring logic #1875

Merged
merged 2 commits into from
Jul 18, 2023

Conversation

matejvasek
Copy link
Contributor

Changes

  • 🐛 Fix bug caused by Docker's ParseHostURL() -- I believe that function is not working correctly see. The error starts showing up when using Go 1.20.6 which does some additional percent escaping of hostname.

@matejvasek matejvasek requested a review from lance July 18, 2023 16:49
@knative-prow knative-prow bot requested review from maximilien and rhuss July 18, 2023 16:49
@knative-prow knative-prow bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 18, 2023
@knative-prow
Copy link

knative-prow bot commented Jul 18, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: matejvasek

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

@knative-prow knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 18, 2023
@matejvasek matejvasek requested review from jrangelramos and removed request for maximilien and rhuss July 18, 2023 16:49
@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.91 🎉

Comparison is base (ba79840) 62.03% compared to head (49de773) 62.94%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1875      +/-   ##
==========================================
+ Coverage   62.03%   62.94%   +0.91%     
==========================================
  Files         107      107              
  Lines       13727    13727              
==========================================
+ Hits         8515     8640     +125     
+ Misses       4373     4222     -151     
- Partials      839      865      +26     
Flag Coverage Δ
e2e-test 35.58% <0.00%> (ø)
e2e-test-oncluster 30.65% <0.00%> (ø)
e2e-test-oncluster-runtime 25.63% <0.00%> (?)
e2e-test-runtime-go 25.90% <0.00%> (?)
e2e-test-runtime-node 26.99% <0.00%> (?)
e2e-test-runtime-python 26.99% <0.00%> (?)
e2e-test-runtime-quarkus 27.11% <0.00%> (?)
e2e-test-runtime-springboot 26.12% <0.00%> (?)
e2e-test-runtime-typescript 27.11% <0.00%> (?)
integration-tests 51.45% <100.00%> (+2.22%) ⬆️
unit-tests-macos-latest 49.26% <100.00%> (ø)
unit-tests-ubuntu-latest 50.06% <100.00%> (+0.03%) ⬆️
unit-tests-windows-latest 49.27% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/docker/docker_client.go 62.79% <100.00%> (ø)

... and 7 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@matejvasek
Copy link
Contributor Author

PTAL @lance

@lance
Copy link
Member

lance commented Jul 18, 2023

/lgtm
Such a weird bug...

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jul 18, 2023
@knative-prow knative-prow bot merged commit 410f075 into knative:main Jul 18, 2023
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants