<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unit.git/test/unit, branch 1.16.0</title>
<subtitle>Universal Web Application Server</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/'/>
<entry>
<title>Using disk file to store large request body.</title>
<updated>2020-03-12T14:54:29+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2020-03-12T14:54:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=5296be0b82784eb90abc86339e6c16841e9a9727'/>
<id>5296be0b82784eb90abc86339e6c16841e9a9727</id>
<content type='text'>
This closes #386 on GitHub.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This closes #386 on GitHub.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: skip "last message send failed" alerts globally.</title>
<updated>2020-03-12T13:44:30+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2020-03-12T13:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=961674af4220ee2e769bb01ce9acd213ecaaa33c'/>
<id>961674af4220ee2e769bb01ce9acd213ecaaa33c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: use blocking to print unit.log files.</title>
<updated>2020-03-10T18:13:47+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2020-03-10T18:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=f092b093f561f0bffeb990c176246c6f6413401d'/>
<id>f092b093f561f0bffeb990c176246c6f6413401d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: redirect tests output to the stdout.</title>
<updated>2020-03-10T18:10:42+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2020-03-10T18:10:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=f36f0f2461a7f0447e92f977ff9c0c71fcb08ffb'/>
<id>f36f0f2461a7f0447e92f977ff9c0c71fcb08ffb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: unitd stderr output redirected to unit.log.</title>
<updated>2020-03-06T17:08:38+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2020-03-06T17:08:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=810b8dbb6798bd8ddcbafae7ecd9e5ee535c92f4'/>
<id>810b8dbb6798bd8ddcbafae7ecd9e5ee535c92f4</id>
<content type='text'>
A part of the debug log was printed to stderr before the log file was opened.
Now, this output is redirected to the same log file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A part of the debug log was printed to stderr before the log file was opened.
Now, this output is redirected to the same log file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: simplified unitd process running.</title>
<updated>2020-03-06T17:08:29+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2020-03-06T17:08:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=3617d4ed03326239587b7299370e64669533c6f5'/>
<id>3617d4ed03326239587b7299370e64669533c6f5</id>
<content type='text'>
There are no reasons to wrap the Unit daemon in a separate Python process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are no reasons to wrap the Unit daemon in a separate Python process.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: chdir() and open() for PHP module.</title>
<updated>2020-03-03T18:53:26+00:00</updated>
<author>
<name>Tiago Natel de Moura</name>
<email>t.nateldemoura@f5.com</email>
</author>
<published>2020-03-03T18:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=80763b3e64cfeae358c521fa563cc9eaa48f4ea2'/>
<id>80763b3e64cfeae358c521fa563cc9eaa48f4ea2</id>
<content type='text'>
These tests ensure optimizations in the chdir calls don't break
SAPI semantics.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These tests ensure optimizations in the chdir calls don't break
SAPI semantics.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: truncated huge messages while logging.</title>
<updated>2020-03-02T13:10:38+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2020-03-02T13:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=f68947bc60c930d460e1bd71bb5f486579009578'/>
<id>f68947bc60c930d460e1bd71bb5f486579009578</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 "-r" option to print unit.log on failures.</title>
<updated>2020-02-27T18:41:24+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2020-02-27T18:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=5d67879a5051f7e3d3b4dd96da4f43e7822f7da4'/>
<id>5d67879a5051f7e3d3b4dd96da4f43e7822f7da4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: add helper for form-data and multipart.</title>
<updated>2020-02-05T13:13:04+00:00</updated>
<author>
<name>Tiago Natel de Moura</name>
<email>t.nateldemoura@f5.com</email>
</author>
<published>2020-02-05T13:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=d3e218a8c379baf1af4759097d3c9c2fedb01432'/>
<id>d3e218a8c379baf1af4759097d3c9c2fedb01432</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
