<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/run-tests.php, branch php-8.0.0beta1</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>[RFC] Make string length for getTraceAsString() configurable</title>
<updated>2020-07-25T13:50:57+00:00</updated>
<author>
<name>Tyson Andre</name>
<email>tysonandre775@hotmail.com</email>
</author>
<published>2020-06-25T13:44:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=07db64156e180c30daa5ab5d41ed72f9bba77e6d'/>
<id>07db64156e180c30daa5ab5d41ed72f9bba77e6d</id>
<content type='text'>
Add a `zend.exception_string_param_max_len` ini setting.
(same suffix as `log_errors_max_len`)

Allow values between 0 and 1000000 bytes.
For example, with zend.exception_string_param_max_len=0,
"" would represent the empty string, and "..." would represent something
longer than the empty string.
Previously, this was hardcoded as exactly 15 bytes.

Discussion: https://externals.io/message/110717

Closes GH-5769
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a `zend.exception_string_param_max_len` ini setting.
(same suffix as `log_errors_max_len`)

Allow values between 0 and 1000000 bytes.
For example, with zend.exception_string_param_max_len=0,
"" would represent the empty string, and "..." would represent something
longer than the empty string.
Previously, this was hardcoded as exactly 15 bytes.

Discussion: https://externals.io/message/110717

Closes GH-5769
</pre>
</div>
</content>
</entry>
<entry>
<title>Use small counter values for testing</title>
<updated>2020-07-08T13:49:51+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2020-07-08T13:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=69b1f3d53d14ac8b3ad8d2a2baaf6140d7912402'/>
<id>69b1f3d53d14ac8b3ad8d2a2baaf6140d7912402</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing HTML Functionality from run-tests.php</title>
<updated>2020-06-19T07:59:38+00:00</updated>
<author>
<name>Paul Dragoonis</name>
<email>dragoonis@gmail.com</email>
</author>
<published>2020-06-18T09:40:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5d7ff25311f1c640a78ca9ac1b83a0366d4882d2'/>
<id>5d7ff25311f1c640a78ca9ac1b83a0366d4882d2</id>
<content type='text'>
As discussed on GH-5632, the HTML functionality does not appear
to be in active use. For HTML rendering of test results, it is
suggested to instead use the JUnit integration, in combination
with your favorite JUnit viewer.

Closes GH-5705.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As discussed on GH-5632, the HTML functionality does not appear
to be in active use. For HTML rendering of test results, it is
suggested to instead use the JUnit integration, in combination
with your favorite JUnit viewer.

Closes GH-5705.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize parallel test runner startup</title>
<updated>2020-06-16T09:39:03+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-06-16T09:39:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c260613c6f166dc25d7c3a4ed090df5c08735491'/>
<id>c260613c6f166dc25d7c3a4ed090df5c08735491</id>
<content type='text'>
Don't connect to each worker individually: First spawn all processes
and then establish connections in any order.

This avoids a ~1s wait when running on many cores.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't connect to each worker individually: First spawn all processes
and then establish connections in any order.

This avoids a ~1s wait when running on many cores.
</pre>
</div>
</content>
</entry>
<entry>
<title>run-tests: refactor</title>
<updated>2020-05-22T07:58:04+00:00</updated>
<author>
<name>Gerard Roche</name>
<email>gerardroche@users.noreply.github.com</email>
</author>
<published>2020-05-20T19:20:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d1dde094f2442b11808bd77bc8b064be3792458a'/>
<id>d1dde094f2442b11808bd77bc8b064be3792458a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>run-tests: echo message and exit if no tests found</title>
<updated>2020-05-22T07:37:46+00:00</updated>
<author>
<name>Gerard Roche</name>
<email>gerardroche@users.noreply.github.com</email>
</author>
<published>2020-05-20T15:45:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2ef88f517d218ef0f9324622f06209c59138a634'/>
<id>2ef88f517d218ef0f9324622f06209c59138a634</id>
<content type='text'>
The test runner currently defaults to running the entire test suite if
no selected tests can be found. This can be unexpected.

For example the ext/mysqlnd/ directory has no tests, if you specify that
directory when testing the entire test suite will be run.

    run-tests.php [options] ext/mysqlnd/

Closes GH-5605.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test runner currently defaults to running the entire test suite if
no selected tests can be found. This can be unexpected.

For example the ext/mysqlnd/ directory has no tests, if you specify that
directory when testing the entire test suite will be run.

    run-tests.php [options] ext/mysqlnd/

Closes GH-5605.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --file-cache-prime/use options to run-tests</title>
<updated>2020-05-20T13:29:32+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-05-20T08:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0374cf08c7566457007206af7fcfe44306dcd13b'/>
<id>0374cf08c7566457007206af7fcfe44306dcd13b</id>
<content type='text'>
--file-cache-prime populates the file cache,
--file-cache-use uses the file cache.

And fix a number of tests to run under file cache or disabled
timestamp validation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--file-cache-prime populates the file cache,
--file-cache-use uses the file cache.

And fix a number of tests to run under file cache or disabled
timestamp validation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Slightly deduplicate run-tests code</title>
<updated>2020-05-20T09:58:42+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-05-20T09:58:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ec1e8540d8854a7309ecdbdc42dbffd3ea66bbd1'/>
<id>ec1e8540d8854a7309ecdbdc42dbffd3ea66bbd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.4'</title>
<updated>2020-05-18T12:51:47+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2020-05-18T12:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3707d75f4b8702d44d2529f3aae6fb247aa94c64'/>
<id>3707d75f4b8702d44d2529f3aae6fb247aa94c64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Put Xdebug 3 into 'off' mode for run-tests.php</title>
<updated>2020-05-18T12:51:40+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2020-05-18T12:51:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d2797505cd907ab6cef4b66f4042a256a439d7ca'/>
<id>d2797505cd907ab6cef4b66f4042a256a439d7ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
