On 18/01/23 7:07 pm, Vivek K J <vive...@disroot.org> wrote:
On 17/01/23 23:28, Praveen Arimbrathodiyil wrote:
>
>
> On 16/01/23 6:08 pm, Vivek K J wrote:
>>
>> On 15/01/23 22:13, Pirate Praveen wrote:
>>>
>>>
>>> On Sun, Jan 15 2023 at 07:45:53 PM +05:30:00 +05:30:00, Vivek K J
>>> <vive...@disroot.org> wrote:
>>>> Hi Team,
>>>>
>>>> I've updated ruby-asciidoctor-kroki from 0.5.0 to 0.7.0. I've
>>>> verified that the package is lintian clean and this package doesn't
>>>> have any reverse (build) dependencies. Updated package is available
>>>> at https://salsa.debian.org/ruby-team/ruby-asciidoctor-kroki/ .
>>>> This package is a dependency for GitLab 15.6.1
>>>>
>>>>
>>> Since gitlab 15.5 still needs asciidoctor-kroki ~> 0.5.0 in its
>>> Gemfile, please target experimental
>>
>> Updated
>
> One test is trying to connect to a remote machine, this should be
> disabled.
>
> Failures:
>
> 1) AsciidoctorExtensions::KrokiDiagram should fetch a diagram from
> Kroki and save it to disk using the target name
> Failure/Error:
> ::Net::HTTP.start(
> uri.hostname,
> uri.port,
> use_ssl: (uri.scheme == 'https')
> ) do |http|
> http.request(request).body
> end
>
> SocketError:
> Failed to open TCP connection to kroki.io:443 (getaddrinfo:
> Temporary failure in name resolution)
> #
> ./lib/asciidoctor/extensions/asciidoctor_kroki/extension.rb:403:in `get'
> #
> ./lib/asciidoctor/extensions/asciidoctor_kroki/extension.rb:380:in
> `get_image'
> #
> ./lib/asciidoctor/extensions/asciidoctor_kroki/extension.rb:307:in `save'
> # ./spec/asciidoctor_kroki_diagram_spec.rb:71:in `block (2
> levels) in <top (required)>'
> # ------------------
> # --- Caused by: ---
> # SocketError:
> # getaddrinfo: Temporary failure in name resolution
> #
> ./lib/asciidoctor/extensions/asciidoctor_kroki/extension.rb:403:in `get'
>
> Finished in 0.14057 seconds (files took 0.26594 seconds to load)
>
Disabled by updating remove-internet-tests.patch.
Uploaded, thanks for your contribution.