Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-13 | Revert "kernel: Try mend disk_log whitebox tests" | Rickard Green | |
This reverts commit 5d9bb41114544c9205a8b8f26642bad8231e8d4e. | |||
2017-05-17 | add option 'quiet' to disk_log | Fred Hebert | |
This option allows to suppress output of info_msgs to error_logger when recoverable errors are encountered in disk_log by setting the value to 'true'. Defaults to 'false', the backwards compatible behaviour. | |||
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-03-10 | kernel: Try mend disk_log whitebox tests | Sverker Eriksson | |
after atom encoding got 1 byte smaller when changed from <<$d, Len:16, Bytes/binary>> to <<$w, Len:8, Bytes/binary>> | |||
2016-11-29 | Improve caching in disk_log | Richard Carlsson | |
Avoid starting timers for flushing when the written data is empty or larger than the max cache size. Previously, a single huge write to an empty cache would be put in the cache until the next write or the timer event. Also increase the cache size from 16K to 64K. | |||
2016-11-29 | Simplify for rflat | Richard Carlsson | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-10 | Remove ?line macros | Björn Gustavsson | |
While we are it, also re-ident the files. | |||
2016-03-10 | Fix comments | Björn Gustavsson | |
Remove out-commented code. Make sure that comments that are not at the end of a line starts with two '%' characters and not just one. That will become important later when we'll remove all ?line macros and ask Emacs to re-indent the files. | |||
2016-03-10 | Eliminate use of the ?t macro | Björn Gustavsson | |
2016-03-10 | Eliminate use of doc and suite clauses | Björn Gustavsson | |
Those clause are obsolete and never used by common_test. | |||
2016-03-10 | Eliminate use test_server:format() | Björn Gustavsson | |
Replace with io:format/2 or ct:pal/3. | |||
2016-03-09 | Eliminate use of test_server:fail/0,1 | Björn Gustavsson | |
2016-03-09 | Eliminate use of ?config() macro | Björn Gustavsson | |
?config is ugly and not recommended. Use proplists:get_value/2 instead. | |||
2016-03-09 | Modernize timetraps | Björn Gustavsson | |
2016-03-09 | disk_log_SUITE: Remove vestiges of VxWorks support | Björn Gustavsson | |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2013-03-18 | Correct a disk_log testcase | Hans Bolinder | |
2012-07-19 | kernel: Remove VxWorks from tests | Björn-Egil Dahlberg | |
2012-07-02 | Correct the type of the disk log header | Hans Bolinder | |
Thanks to Niclas Eklund. | |||
2011-09-01 | Fix two minor disk_log bugs | Hans Bolinder | |
disk_log:reopen/2,3 and disk_log:breopen/3 could return the error reason from file:rename/2 rather than the reason {file_error, Filename, Reason}. The message {disk_log, Node, {error, disk_log_stopped}} which according the documentation is sent upon failure to truncate or reopen a disk log was sometimes turned into a reply. | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for kernel | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update kernel tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2010-03-02 | OTP-8471 kernel: race in disk_log_SUITE | Hans Bolinder | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |