<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unit.git/test/unit, branch 1.23.0</title>
<subtitle>Universal Web Application Server</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/'/>
<entry>
<title>Java: upgrading third-party components.</title>
<updated>2021-03-22T14:15:12+00:00</updated>
<author>
<name>Sergey A. Osokin</name>
<email>osa@FreeBSD.org.ru</email>
</author>
<published>2021-03-22T14:15:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=175ef1c1dbe5a8fb65b1fbb4adb8a56a16b08569'/>
<id>175ef1c1dbe5a8fb65b1fbb4adb8a56a16b08569</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 regex check.</title>
<updated>2021-02-18T21:21:55+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2021-02-18T21:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=af3b6ef37d0d8d4d9e27d77a750419d96e0119bc'/>
<id>af3b6ef37d0d8d4d9e27d77a750419d96e0119bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: increased timeout in wait_for_record().</title>
<updated>2021-02-10T16:34:37+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2021-02-10T16:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=11f7d833a9bad1fb3f066cee815fe9772bed4875'/>
<id>11f7d833a9bad1fb3f066cee815fe9772bed4875</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 "--restart" option.</title>
<updated>2021-02-08T23:32:27+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2021-02-08T23:32:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=4404097e05dc71b7ee78ef49c8ba4d0eaf234f85'/>
<id>4404097e05dc71b7ee78ef49c8ba4d0eaf234f85</id>
<content type='text'>
Now Unit do not restart after each test by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now Unit do not restart after each test by default.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: waitformount() and waitforunmount() introduced.</title>
<updated>2021-01-13T06:24:26+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2021-01-13T06:24:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=db9b70932b2e3e4df8b4bcdb24fedce042da15aa'/>
<id>db9b70932b2e3e4df8b4bcdb24fedce042da15aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: introduced a separate cache directory for Go builds.</title>
<updated>2020-12-21T11:00:46+00:00</updated>
<author>
<name>Tiago Natel de Moura</name>
<email>t.nateldemoura@f5.com</email>
</author>
<published>2020-12-21T11:00:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=03436d2ec2ab485b4f3196690e9a267bf0d42d30'/>
<id>03436d2ec2ab485b4f3196690e9a267bf0d42d30</id>
<content type='text'>
The Go compiler can't detect changes to C header files when
compiling CGO applications, and then this leads to Go test
samples being linked with wrong libunit.

This patch creates a new cache directory reused throughout
the test suite.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Go compiler can't detect changes to C header files when
compiling CGO applications, and then this leads to Go test
samples being linked with wrong libunit.

This patch creates a new cache directory reused throughout
the test suite.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: fixed bug that disabled isolation tests.</title>
<updated>2020-12-15T11:06:49+00:00</updated>
<author>
<name>Tiago Natel de Moura</name>
<email>t.nateldemoura@f5.com</email>
</author>
<published>2020-12-15T11:06:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=66ac35e9b941500a95a069066d896793b5df3a2a'/>
<id>66ac35e9b941500a95a069066d896793b5df3a2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: TestUnit class removed.</title>
<updated>2020-12-09T16:17:46+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2020-12-09T16:17:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=7be62c3c213c3da1da1a45c8db16192eb0ed14d8'/>
<id>7be62c3c213c3da1da1a45c8db16192eb0ed14d8</id>
<content type='text'>
Prerequisite checks moved to the fixture in conftest.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prerequisite checks moved to the fixture in conftest.py.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: isolation check moved to the pytest_sessionstart().</title>
<updated>2020-12-09T16:15:50+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2020-12-09T16:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=4c846ae69308983050a55f6467c2d53e78120e0b'/>
<id>4c846ae69308983050a55f6467c2d53e78120e0b</id>
<content type='text'>
This change eliminates the need for some classes
to run Unit one more time before running tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change eliminates the need for some classes
to run Unit one more time before running tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: utils module introduced.</title>
<updated>2020-12-08T14:37:25+00:00</updated>
<author>
<name>Andrei Zeliankou</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2020-12-08T14:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=8f916285639d7f9aac9ef03cace5e4dcbcca70cd'/>
<id>8f916285639d7f9aac9ef03cace5e4dcbcca70cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
