<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unit.git/test, branch 1.7.1-1</title>
<subtitle>Universal Web Application Server</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/'/>
<entry>
<title>Tests: more Node.js tests.</title>
<updated>2018-12-11T15:30:58+00:00</updated>
<author>
<name>Andrey Zelenkov</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2018-12-11T15:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=aafa4bbaf92cca2968eac19d74c59f7c7711b9dd'/>
<id>aafa4bbaf92cca2968eac19d74c59f7c7711b9dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: PHP directives "disable_classes" and "disable_functions".</title>
<updated>2018-11-28T00:14:38+00:00</updated>
<author>
<name>Andrey Zelenkov</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2018-11-28T00:14:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=37cd6d23b6106f24b1fbaf8c0c898725ef4e6c58'/>
<id>37cd6d23b6106f24b1fbaf8c0c898725ef4e6c58</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 test_node_application_write_callback.</title>
<updated>2018-12-04T16:05:10+00:00</updated>
<author>
<name>Andrey Zelenkov</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2018-12-04T16:05:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=2ef5011236b1088c2f8b460c2c13c07e9b727477'/>
<id>2ef5011236b1088c2f8b460c2c13c07e9b727477</id>
<content type='text'>
Fixed the write() callback order test.
Also introduced a separate test to verify the callback call itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed the write() callback order test.
Also introduced a separate test to verify the callback call itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: Node.js application tests.</title>
<updated>2018-10-25T12:43:48+00:00</updated>
<author>
<name>Sergey Kandaurov</name>
<email>pluknet@nginx.com</email>
</author>
<published>2018-10-25T12:43:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=0fdc7c3a55daceb54c034a51b30f06a932236965'/>
<id>0fdc7c3a55daceb54c034a51b30f06a932236965</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: class prefix made optional.</title>
<updated>2018-11-15T18:26:15+00:00</updated>
<author>
<name>Andrey Zelenkov</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2018-11-15T18:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=41d3d63758fc3846d5a09afd3b33aac19231942a'/>
<id>41d3d63758fc3846d5a09afd3b33aac19231942a</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 command line arguments parsing in tests.</title>
<updated>2018-11-15T18:26:15+00:00</updated>
<author>
<name>Andrey Zelenkov</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2018-11-15T18:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=eff760bd2b79f6db1de00a9d871e45ada673c8fc'/>
<id>eff760bd2b79f6db1de00a9d871e45ada673c8fc</id>
<content type='text'>
Added the following command line arguments:

  -d, --detailed: Show detailed output for tests

    Usage examples:

    ./test/run.py --detailed
    python3 test/test_access_log.py --detailed
    python3 test/test_access_log.py -d TestUnitAccessLog.test_access_log_ipv6


  -l, --log: Save unit.log after the test execution

    Usage examples:

    ./test/run.py -l
    python3 test/test_access_log.py -l
    python3 test/test_access_log.py --log TestUnitAccessLog.test_access_log_ipv6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added the following command line arguments:

  -d, --detailed: Show detailed output for tests

    Usage examples:

    ./test/run.py --detailed
    python3 test/test_access_log.py --detailed
    python3 test/test_access_log.py -d TestUnitAccessLog.test_access_log_ipv6


  -l, --log: Save unit.log after the test execution

    Usage examples:

    ./test/run.py -l
    python3 test/test_access_log.py -l
    python3 test/test_access_log.py --log TestUnitAccessLog.test_access_log_ipv6
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: print path to unit.log file when it was saved.</title>
<updated>2018-11-13T15:56:18+00:00</updated>
<author>
<name>Andrey Zelenkov</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2018-11-13T15:56:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=cf1f84b67c50156dc371e834bbdfd49c105abb25'/>
<id>cf1f84b67c50156dc371e834bbdfd49c105abb25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: leave unit.log in case of error or failure.</title>
<updated>2018-11-13T15:51:55+00:00</updated>
<author>
<name>Andrey Zelenkov</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2018-11-13T15:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=4d7f708b258e9fb4280883b4f64700367dcbb40d'/>
<id>4d7f708b258e9fb4280883b4f64700367dcbb40d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: provide openssl.conf in test_tls_certificate_key_ec.</title>
<updated>2018-10-18T15:46:21+00:00</updated>
<author>
<name>Sergey Kandaurov</name>
<email>pluknet@nginx.com</email>
</author>
<published>2018-10-18T15:46:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=3061e8333db784619d982b618c9792ec8da36e3a'/>
<id>3061e8333db784619d982b618c9792ec8da36e3a</id>
<content type='text'>
Previously, test failed if openssl was unable to load config info,
or the system's openssl.cnf was picked up, which is wrong as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, test failed if openssl was unable to load config info,
or the system's openssl.cnf was picked up, which is wrong as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed "go" application type to "external".</title>
<updated>2018-10-09T14:53:31+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2018-10-09T14:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=029c1a9f509b2af60e02d74ef982fda1346d85e0'/>
<id>029c1a9f509b2af60e02d74ef982fda1346d85e0</id>
<content type='text'>
There's nothing specific to Go language.  This type of application object can
be used to run any external application that utilizes libunit API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's nothing specific to Go language.  This type of application object can
be used to run any external application that utilizes libunit API.
</pre>
</div>
</content>
</entry>
</feed>
