<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/lua-http, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>community/lua-http: move from testing</title>
<updated>2017-11-10T21:06:54+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-11-10T21:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=17081bec8c7cfc0b319b4e8fad87c07504d60a74'/>
<id>17081bec8c7cfc0b319b4e8fad87c07504d60a74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/lua-http: add rock_manifest</title>
<updated>2017-11-10T21:06:53+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-11-10T21:06:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=6b79652132810dc73631c8224871b89fd43c24c3'/>
<id>6b79652132810dc73631c8224871b89fd43c24c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/lua-http: disable tests on aarch64 and armhf</title>
<updated>2017-07-14T20:33:27+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-07-14T20:33:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=8409258a6416fd6db9dae931f1135f13f63bef2d'/>
<id>8409258a6416fd6db9dae931f1135f13f63bef2d</id>
<content type='text'>
Some test fails on these arches. IMHO it's some problem with these
builders.

    268 successes / 11 failures / 3 errors / 8 pending

    Failure -&gt; spec/compat_prosody_spec.lua @ 32
    http.compat.prosody module can perform a GET request
    spec/compat_prosody_spec.lua:59: Expected objects to be the same.
    Passed in:
    (number) 0
    Expected:
    (number) 200

    Failure -&gt; spec/compat_prosody_spec.lua @ 66
    http.compat.prosody module can perform a POST request
    spec/compat_prosody_spec.lua:104: Expected objects to be the same.
    Passed in:
    (number) 0
    Expected:
    (number) 201

    Failure -&gt; spec/server_spec.lua @ 129
    http.server module works with plain http 1.1 using IP
    spec/server_spec.lua:86: Address not available

    Failure -&gt; spec/server_spec.lua @ 132
    http.server module works with https 1.1 using IP
    spec/server_spec.lua:86: Address not available

    Failure -&gt; spec/server_spec.lua @ 135
    http.server module works with plain http 2.0 using IP
    spec/server_spec.lua:86: Address not available

    Failure -&gt; spec/server_spec.lua @ 138
    http.server module works with https 2.0 using IP
    spec/server_spec.lua:86: Address not available

    Failure -&gt; spec/server_spec.lua @ 156
    http.server module pin server version works when set to http 1.0 without TLS
    spec/server_spec.lua:86: Address not available

    Failure -&gt; spec/server_spec.lua @ 159
    http.server module pin server version works when set to http 1.1 without TLS
    spec/server_spec.lua:86: Address not available

    Failure -&gt; spec/server_spec.lua @ 162
    http.server module pin server version works when set to http 1.0 with TLS
    spec/server_spec.lua:86: Address not available

    Failure -&gt; spec/server_spec.lua @ 165
    http.server module pin server version works when set to http 1.1 with TLS
    spec/server_spec.lua:86: Address not available

    Failure -&gt; spec/server_spec.lua @ 173
    http.server module works to set server version when alpn proto is not a normal http one
    spec/server_spec.lua:86: Address not available

    Error -&gt; spec/compat_socket_spec.lua @ 15
    http.compat.socket module works against builtin server with GET request
    spec/compat_socket_spec.lua:46: spec/compat_socket_spec.lua:39: ./http/server.lua:186: onstream: spec/compat_socket_spec.lua:26: Expected objects to be the same.
    Passed in:
    (string) '[0:0:0:0:0:0:0:1]:33215'
    Expected:
    (string) '[::1]:33215'
    stack traceback:
    	[C]: in function 'error'
    	./http/server.lua:388: in function &lt;./http/server.lua:383&gt;
    	./http/server.lua:186: in function &lt;./http/server.lua:182&gt;
    stack traceback:
    	[C]: in function 'error'
    	spec/helper.lua:9: in function 'assert_loop'
    	spec/compat_socket_spec.lua:39: in function &lt;spec/compat_socket_spec.lua:38&gt;

    Error -&gt; spec/compat_socket_spec.lua @ 49
    http.compat.socket module works against builtin server with POST request
    spec/compat_socket_spec.lua:82: spec/compat_socket_spec.lua:75: ./http/server.lua:186: onstream: spec/compat_socket_spec.lua:60: Expected objects to be the same.
    Passed in:
    (string) '[0:0:0:0:0:0:0:1]:37927'
    Expected:
    (string) '[::1]:37927'
    stack traceback:
    	[C]: in function 'error'
    	./http/server.lua:388: in function &lt;./http/server.lua:383&gt;
    	./http/server.lua:186: in function &lt;./http/server.lua:182&gt;
    stack traceback:
    	[C]: in function 'error'
    	spec/helper.lua:9: in function 'assert_loop'
    	spec/compat_socket_spec.lua:75: in function &lt;spec/compat_socket_spec.lua:74&gt;

    Error -&gt; spec/request_spec.lua @ 757
    http.request module :go method can make request via SOCKS proxy
    /usr/share/lua/5.1/cqueues/socket.lua:202: socket:listen: Address not available
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some test fails on these arches. IMHO it's some problem with these
builders.

    268 successes / 11 failures / 3 errors / 8 pending

    Failure -&gt; spec/compat_prosody_spec.lua @ 32
    http.compat.prosody module can perform a GET request
    spec/compat_prosody_spec.lua:59: Expected objects to be the same.
    Passed in:
    (number) 0
    Expected:
    (number) 200

    Failure -&gt; spec/compat_prosody_spec.lua @ 66
    http.compat.prosody module can perform a POST request
    spec/compat_prosody_spec.lua:104: Expected objects to be the same.
    Passed in:
    (number) 0
    Expected:
    (number) 201

    Failure -&gt; spec/server_spec.lua @ 129
    http.server module works with plain http 1.1 using IP
    spec/server_spec.lua:86: Address not available

    Failure -&gt; spec/server_spec.lua @ 132
    http.server module works with https 1.1 using IP
    spec/server_spec.lua:86: Address not available

    Failure -&gt; spec/server_spec.lua @ 135
    http.server module works with plain http 2.0 using IP
    spec/server_spec.lua:86: Address not available

    Failure -&gt; spec/server_spec.lua @ 138
    http.server module works with https 2.0 using IP
    spec/server_spec.lua:86: Address not available

    Failure -&gt; spec/server_spec.lua @ 156
    http.server module pin server version works when set to http 1.0 without TLS
    spec/server_spec.lua:86: Address not available

    Failure -&gt; spec/server_spec.lua @ 159
    http.server module pin server version works when set to http 1.1 without TLS
    spec/server_spec.lua:86: Address not available

    Failure -&gt; spec/server_spec.lua @ 162
    http.server module pin server version works when set to http 1.0 with TLS
    spec/server_spec.lua:86: Address not available

    Failure -&gt; spec/server_spec.lua @ 165
    http.server module pin server version works when set to http 1.1 with TLS
    spec/server_spec.lua:86: Address not available

    Failure -&gt; spec/server_spec.lua @ 173
    http.server module works to set server version when alpn proto is not a normal http one
    spec/server_spec.lua:86: Address not available

    Error -&gt; spec/compat_socket_spec.lua @ 15
    http.compat.socket module works against builtin server with GET request
    spec/compat_socket_spec.lua:46: spec/compat_socket_spec.lua:39: ./http/server.lua:186: onstream: spec/compat_socket_spec.lua:26: Expected objects to be the same.
    Passed in:
    (string) '[0:0:0:0:0:0:0:1]:33215'
    Expected:
    (string) '[::1]:33215'
    stack traceback:
    	[C]: in function 'error'
    	./http/server.lua:388: in function &lt;./http/server.lua:383&gt;
    	./http/server.lua:186: in function &lt;./http/server.lua:182&gt;
    stack traceback:
    	[C]: in function 'error'
    	spec/helper.lua:9: in function 'assert_loop'
    	spec/compat_socket_spec.lua:39: in function &lt;spec/compat_socket_spec.lua:38&gt;

    Error -&gt; spec/compat_socket_spec.lua @ 49
    http.compat.socket module works against builtin server with POST request
    spec/compat_socket_spec.lua:82: spec/compat_socket_spec.lua:75: ./http/server.lua:186: onstream: spec/compat_socket_spec.lua:60: Expected objects to be the same.
    Passed in:
    (string) '[0:0:0:0:0:0:0:1]:37927'
    Expected:
    (string) '[::1]:37927'
    stack traceback:
    	[C]: in function 'error'
    	./http/server.lua:388: in function &lt;./http/server.lua:383&gt;
    	./http/server.lua:186: in function &lt;./http/server.lua:182&gt;
    stack traceback:
    	[C]: in function 'error'
    	spec/helper.lua:9: in function 'assert_loop'
    	spec/compat_socket_spec.lua:75: in function &lt;spec/compat_socket_spec.lua:74&gt;

    Error -&gt; spec/request_spec.lua @ 757
    http.request module :go method can make request via SOCKS proxy
    /usr/share/lua/5.1/cqueues/socket.lua:202: socket:listen: Address not available
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/lua-http: new aport</title>
<updated>2017-07-14T20:26:21+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-07-14T20:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=26a988a13652109b041820ebc37d52cf3e73597f'/>
<id>26a988a13652109b041820ebc37d52cf3e73597f</id>
<content type='text'>
https://github.com/daurnimator/lua-http
HTTP Library for Lua that supports HTTP(S) 1.0, 1.1 and 2.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/daurnimator/lua-http
HTTP Library for Lua that supports HTTP(S) 1.0, 1.1 and 2.0
</pre>
</div>
</content>
</entry>
</feed>
