<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unit.git/test/unit, branch 1.15.0</title>
<subtitle>Universal Web Application Server</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/'/>
<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>
<entry>
<title>Tests: fixing Python 3.8.1 errors on Mac.</title>
<updated>2020-02-04T08:39:34+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2020-02-04T08:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=81b39d0b35d78daabf479ccd492ae8323039b7cb'/>
<id>81b39d0b35d78daabf479ccd492ae8323039b7cb</id>
<content type='text'>
- "Can't pickle local object ..."
- "if __name__ == '__main__':" pattern required for multiprocessing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- "Can't pickle local object ..."
- "if __name__ == '__main__':" pattern required for multiprocessing
</pre>
</div>
</content>
</entry>
<entry>
<title>Go: installing go module for tests into build directory.</title>
<updated>2019-12-24T14:59:48+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2019-12-24T14:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=a427ecd4c547958079cce2dae13060b2d60aa4d4'/>
<id>a427ecd4c547958079cce2dae13060b2d60aa4d4</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 support for testing "user" and "group".</title>
<updated>2019-11-11T14:35:29+00:00</updated>
<author>
<name>Tiago Natel</name>
<email>t.nateldemoura@f5.com</email>
</author>
<published>2019-11-11T14:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=abbad122bb48cb1d8b650158a3e6180dbe5ee9e5'/>
<id>abbad122bb48cb1d8b650158a3e6180dbe5ee9e5</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 getjson() helper.</title>
<updated>2019-11-26T16:00:11+00:00</updated>
<author>
<name>Tiago Natel</name>
<email>t.nateldemoura@f5.com</email>
</author>
<published>2019-11-26T16:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=224787bbaccfc2d065cbc6fb507820fe8d30cf61'/>
<id>224787bbaccfc2d065cbc6fb507820fe8d30cf61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: parsing of "Transfer-Encoding: chunked" responses.</title>
<updated>2019-11-26T15:58:25+00:00</updated>
<author>
<name>Tiago Natel</name>
<email>t.nateldemoura@f5.com</email>
</author>
<published>2019-11-26T15:58:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=01103c50055abef3640cef57d820567931bb3518'/>
<id>01103c50055abef3640cef57d820567931bb3518</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: fixed tests to run as root.</title>
<updated>2019-11-09T20:14:52+00:00</updated>
<author>
<name>Tiago Natel</name>
<email>t.nateldemoura@f5.com</email>
</author>
<published>2019-11-09T20:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=19b974674c1fdd8fc46eb0877d2a8ff8b794490d'/>
<id>19b974674c1fdd8fc46eb0877d2a8ff8b794490d</id>
<content type='text'>
- The mode of testdir was changed to allow reading from other users/groups.
- The java multipart test now uploads the file into an app writable dir.
- The build directory was made readable for other users.
- The python environment test now uses the HOME env var instead of PWD
  because the latter is not set by the root shell (/bin/sh) by default.
- The node `node_modules` directory now is copied into the `testdir` instead
  of using symlinks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- The mode of testdir was changed to allow reading from other users/groups.
- The java multipart test now uploads the file into an app writable dir.
- The build directory was made readable for other users.
- The python environment test now uses the HOME env var instead of PWD
  because the latter is not set by the root shell (/bin/sh) by default.
- The node `node_modules` directory now is copied into the `testdir` instead
  of using symlinks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: run_process() and stop_processes() introduced.</title>
<updated>2019-11-14T14:15:20+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2019-11-14T14:15:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=efb461c0e1dcd15577a6a072668990facc5533f6'/>
<id>efb461c0e1dcd15577a6a072668990facc5533f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: waitforsocket() introduced.</title>
<updated>2019-11-14T14:14:55+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2019-11-14T14:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=b5e3e22a46df6700415583002a15cc15eaac8514'/>
<id>b5e3e22a46df6700415583002a15cc15eaac8514</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: fixed websocket tests.</title>
<updated>2019-11-13T15:11:24+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2019-11-13T15:11:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=5452ee458d2c764569213266362fb636114adbc2'/>
<id>5452ee458d2c764569213266362fb636114adbc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
