<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/kernel/test, branch OTP-21.0.5</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Fix node crash on passing bad arguments to file:read_file_info/2</title>
<updated>2018-07-18T12:07:48+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2018-07-18T11:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2e5e9cf29d67db7d9f85c3ae27c88ca3824e7496'/>
<id>2e5e9cf29d67db7d9f85c3ae27c88ca3824e7496</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2018-06-18T12:51:18+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2018-06-18T12:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b'/>
<id>5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b</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 'siri/logger-fix'</title>
<updated>2018-06-15T09:16:00+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-06-15T09:16:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1bf30863a847aec45799361d39ccd440346b2d6a'/>
<id>1bf30863a847aec45799361d39ccd440346b2d6a</id>
<content type='text'>
* siri/logger-fix:
  [logger] Update documentation
  [logger] Adjust priority settings in test
  [logger] Unregister handler names before terminating
  [logger] Stress overload_kill tests in disk_log handler
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/logger-fix:
  [logger] Update documentation
  [logger] Adjust priority settings in test
  [logger] Unregister handler names before terminating
  [logger] Stress overload_kill tests in disk_log handler
</pre>
</div>
</content>
</entry>
<entry>
<title>[logger] Adjust priority settings in test</title>
<updated>2018-06-15T09:13:45+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-06-14T13:19:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1a07345694834bcb68ca2f27d2dc940e0f036f9c'/>
<id>1a07345694834bcb68ca2f27d2dc940e0f036f9c</id>
<content type='text'>
Now only setting high priority on every second burst sending process,
to allow for handler process to be scheduled in every now and then.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now only setting high priority on every second burst sending process,
to allow for handler process to be scheduled in every now and then.
</pre>
</div>
</content>
</entry>
<entry>
<title>[logger] Stress overload_kill tests in disk_log handler</title>
<updated>2018-06-15T09:13:45+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-06-14T10:04:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0c6c4c13b31f2a91568bb3a04e63bc3c878d503c'/>
<id>0c6c4c13b31f2a91568bb3a04e63bc3c878d503c</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 'peppe/kernel/logger_updates'</title>
<updated>2018-06-15T09:04:43+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2018-06-15T09:04:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4a25e214ae24292246155cb26d27831550a02922'/>
<id>4a25e214ae24292246155cb26d27831550a02922</id>
<content type='text'>
* peppe/kernel/logger_updates:
  [logger] Correct documentation
  [logger] Update handler documentation
  [logger] Fix test suite compilation warnings
  [logger] Fix failing tests
  [logger] Change overload_kill_restart_after value to infinity
  [logger] Change name of function sync/1 to filesync/1
  [logger] Reset logger config after tests
  [logger] Don't delete log file of failing test cases
  [logger] Set up priority for processes generatig test bursts
  [logger] Stress overload_kill tests a bit more
  [logger] Remove some compiler warnings in test suites
  [logger] Sort keys when testing formatter template
  [logger] Skip test involving file access rights on windows
  [logger] Skip some overload protection tests when using dirty schedulers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* peppe/kernel/logger_updates:
  [logger] Correct documentation
  [logger] Update handler documentation
  [logger] Fix test suite compilation warnings
  [logger] Fix failing tests
  [logger] Change overload_kill_restart_after value to infinity
  [logger] Change name of function sync/1 to filesync/1
  [logger] Reset logger config after tests
  [logger] Don't delete log file of failing test cases
  [logger] Set up priority for processes generatig test bursts
  [logger] Stress overload_kill tests a bit more
  [logger] Remove some compiler warnings in test suites
  [logger] Sort keys when testing formatter template
  [logger] Skip test involving file access rights on windows
  [logger] Skip some overload protection tests when using dirty schedulers
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1838 from crownedgrouse/master</title>
<updated>2018-06-15T07:58:51+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>erlangsiri@gmail.com</email>
</author>
<published>2018-06-15T07:58:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a939b26c1a62e0d1c0a35f084b69765d9b64dfa4'/>
<id>a939b26c1a62e0d1c0a35f084b69765d9b64dfa4</id>
<content type='text'>
 Included config files relative to sys.config directory

OTP-15137</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Included config files relative to sys.config directory

OTP-15137</pre>
</div>
</content>
</entry>
<entry>
<title>Included config files relative to sys.config dir</title>
<updated>2018-06-14T20:23:54+00:00</updated>
<author>
<name>crownedgrouse</name>
<email>eric.pailleau@wanadoo.fr</email>
</author>
<published>2018-06-13T23:02:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=afee0fcc6a23da8ac31310606004fa42b6cf65a9'/>
<id>afee0fcc6a23da8ac31310606004fa42b6cf65a9</id>
<content type='text'>
Change the way included config files are searched in sys.config.
Search first relative to sys.config directory, then relative
to current working directory, for backward compatibility.

This permit same result when using a sys.config file in a release
or starting manually a node with -config.

Credit to Siri Hansen for test case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the way included config files are searched in sys.config.
Search first relative to sys.config directory, then relative
to current working directory, for backward compatibility.

This permit same result when using a sys.config file in a release
or starting manually a node with -config.

Credit to Siri Hansen for test case.
</pre>
</div>
</content>
</entry>
<entry>
<title>[logger] Fix test suite compilation warnings</title>
<updated>2018-06-14T13:24:09+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2018-06-14T13:23:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2ed5c964d31805b431d70e2d8b59260a76a809d5'/>
<id>2ed5c964d31805b431d70e2d8b59260a76a809d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[logger] Fix failing tests</title>
<updated>2018-06-14T09:16:18+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2018-06-14T09:15:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e7b7ae45884002c075697ff250400b247d158405'/>
<id>e7b7ae45884002c075697ff250400b247d158405</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
