This bug was fixed in the package thin - 1.8.0-1ubuntu1
---
thin (1.8.0-1ubuntu1) impish; urgency=medium
* Fix autopkgtest failure on armhf (LP: #1939086).
- d/ruby-tests.rake: Unset http_proxy env variable.
- d/p/increase-wait-time-for-server-stop.patch: Increase timeout
** Merge proposal linked:
https://code.launchpad.net/~sergiodj/ubuntu/+source/thin/+git/thin/+merge/407931
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939086
Title:
autopkgtest failures due t
I spent some time investigating this bug, and my conclusion is that the
problem lies elsewhere (i.e., it's not related to http_proxy being set).
In a nutshell, what I found is that the delay used in the "stop_server"
procedure is too low for armhf machines. Here's the code in question:
200 def
I believe the problem here is that ruby honors http_proxy, but does not
honor no_proxy; so because we're in an environment requiring a proxy,
requests that are supposed to go to localhost are sent to the squid
proxy instead.
What I'm not clear on is why this works on runners *except* for armhf,
si
For reference, the Debian autopkgtest run (successful) can be found here
: https://ci.debian.net/packages/t/thin/testing/armhf/
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939086
Title:
autopkgte