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 acceptance tests container launching issue #852

Merged
merged 2 commits into from
Jul 21, 2023

Conversation

zregvart
Copy link
Member

A change[1] was backported to golang 1.19 that introduces additional checks on the Host HTTP header. The docker client connecting via Unix domain socket to the docker daemon does not specify the Host header and that triggers the error http: invalid Host header.

The fix[2] was introduced in an unreleased version[3] of docker client which we use via commit id here to resolve the issue.

[1] golang/go#61075
[2] moby/moby#45935
[3] moby/moby#45971

A change[1] was backported to golang 1.19 that introduces additional
checks on the `Host` HTTP header. The docker client connecting via
Unix domain socket to the docker daemon does not specify the `Host`
header and that triggers the error `http: invalid Host header`.

The fix[2] was introduced in an unreleased version[3] of docker client
which we use via commit id here to resolve the issue.

[1] golang/go#61075
[2] moby/moby#45935
[3] moby/moby#45971
@zregvart
Copy link
Member Author

Included #848 to reduce the CI churn

@codecov
Copy link

codecov bot commented Jul 21, 2023

Codecov Report

Merging #852 (1c2c185) into main (f1f8954) will not change coverage.
The diff coverage is n/a.

❗ Current head 1c2c185 differs from pull request most recent head db6023e. Consider uploading reports for the commit db6023e to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #852   +/-   ##
=======================================
  Coverage   77.60%   77.60%           
=======================================
  Files          54       54           
  Lines        4688     4688           
=======================================
  Hits         3638     3638           
  Misses       1050     1050           
Flag Coverage Δ
generative 47.44% <ø> (ø)
integration 60.44% <ø> (ø)
unit 68.96% <ø> (ø)

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

@zregvart
Copy link
Member Author

Merging to unblock other PRs

@zregvart zregvart merged commit bdb3a4c into enterprise-contract:main Jul 21, 2023
9 checks passed
@zregvart zregvart deleted the pr/fix-acceptance-tests branch July 21, 2023 11:25
zregvart added a commit to zregvart/ec-cli that referenced this pull request Aug 3, 2023
zregvart added a commit to zregvart/ec-cli that referenced this pull request Aug 3, 2023
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.

1 participant