<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unit.git/test, branch 1.28.0-1</title>
<subtitle>Universal Web Application Server</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/'/>
<entry>
<title>Tests: minor fixes.</title>
<updated>2022-09-07T00:11:04+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2022-09-07T00:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=c65e04682e85cc708b534863ae8f4e069ccccf64'/>
<id>c65e04682e85cc708b534863ae8f4e069ccccf64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: added tests for basic statistics.</title>
<updated>2022-09-05T22:06:16+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2022-09-05T22:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=6915ce1d1ca08ee72de1bafba1514a458b72116c'/>
<id>6915ce1d1ca08ee72de1bafba1514a458b72116c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: added tests with abstract UNIX sockets.</title>
<updated>2022-08-25T14:50:49+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2022-08-25T14:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=d1cb8ab2bb27a864ec6cb21c5e64af315266100d'/>
<id>d1cb8ab2bb27a864ec6cb21c5e64af315266100d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: added test for ASGI with UNIX socket.</title>
<updated>2022-08-16T02:12:12+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2022-08-16T02:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=6ddf14a6c10294e2200156738929014bf08f74cd'/>
<id>6ddf14a6c10294e2200156738929014bf08f74cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing isolated process PID manipulation.</title>
<updated>2022-08-11T12:33:46+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@gmail.com</email>
</author>
<published>2022-02-17T12:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=900828cc4b92e95b4810c00df9759ab9a07429c7'/>
<id>900828cc4b92e95b4810c00df9759ab9a07429c7</id>
<content type='text'>
Registering an isolated PID in the global PID hash is wrong
because it can be duplicated.  Isolated processes are stored only
in the children list until the response for the WHOAMI message is
processed and the global PID is discovered.

To remove isolated siblings, a pointer to the children list is
introduced in the nxt_process_init_t struct.

This closes #633 issue on GitHub.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Registering an isolated PID in the global PID hash is wrong
because it can be duplicated.  Isolated processes are stored only
in the children list until the response for the WHOAMI message is
processed and the global PID is discovered.

To remove isolated siblings, a pointer to the children list is
introduced in the nxt_process_init_t struct.

This closes #633 issue on GitHub.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: added tests with UNIX sockets in "source".</title>
<updated>2022-08-08T09:32:24+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2022-08-08T09:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=e5d835e1593389b1490def9ec9c031156e2a74a4'/>
<id>e5d835e1593389b1490def9ec9c031156e2a74a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: added tests for the log format.</title>
<updated>2022-07-28T13:13:03+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2022-07-28T13:13:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=698680d8942feed023cdcfe85e9ca5b67261de2e'/>
<id>698680d8942feed023cdcfe85e9ca5b67261de2e</id>
<content type='text'>
Also added tests for the following variables:
$request_line, $time_local, $bytes_sent, and $status.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added tests for the following variables:
$request_line, $time_local, $bytes_sent, and $status.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: added flags to search functions in proto.py.</title>
<updated>2022-07-28T13:12:19+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2022-07-28T13:12:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=69e690affe94eb37308d1eb551b34cd32323aae1'/>
<id>69e690affe94eb37308d1eb551b34cd32323aae1</id>
<content type='text'>
Also removed unnesessary re.compile() calls.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also removed unnesessary re.compile() calls.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ruby: fixed contents of SCRIPT_NAME.</title>
<updated>2022-07-27T10:46:42+00:00</updated>
<author>
<name>Alejandro Colomar</name>
<email>alx.manpages@gmail.com</email>
</author>
<published>2022-06-09T12:39:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=9b4b4925b38333b8d7795331d27db9811f43d72a'/>
<id>9b4b4925b38333b8d7795331d27db9811f43d72a</id>
<content type='text'>
Having the basename of the script pathname was incorrect.  While
we don't have something more accurate, the best thing to do is to
have it empty (which should be the right thing most of the time).

This closes #715 issue on GitHub.

The bug was introduced in git commit
0032543fa65f454c471c968998190b027c1ff270
'Ruby: added the Rack environment parameter "SCRIPT_NAME".'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Having the basename of the script pathname was incorrect.  While
we don't have something more accurate, the best thing to do is to
have it empty (which should be the right thing most of the time).

This closes #715 issue on GitHub.

The bug was introduced in git commit
0032543fa65f454c471c968998190b027c1ff270
'Ruby: added the Rack environment parameter "SCRIPT_NAME".'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: added tests for translating $dollar into a literal $.</title>
<updated>2022-07-20T22:28:06+00:00</updated>
<author>
<name>Andrew Clayton</name>
<email>andrew@digital-domain.net</email>
</author>
<published>2022-07-20T18:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=02659b1ee3b041d1f4046ac440ea6755455230a1'/>
<id>02659b1ee3b041d1f4046ac440ea6755455230a1</id>
<content type='text'>
If you need to specify a $ in a URI you can now use '$dollar' or
'${dollar}'.

Added some tests for the above to test_variables.py setting a Location
string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you need to specify a $ in a URI you can now use '$dollar' or
'${dollar}'.

Added some tests for the above to test_variables.py setting a Location
string.
</pre>
</div>
</content>
</entry>
</feed>
