Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-30 | Create temporary fix for problem with parallel test cases | Peter Andersson | |
OTP-9600 | |||
2011-09-28 | Add missing tests for timetrap handling and fix remaining errors | Peter Andersson | |
OTP-9593 | |||
2011-09-27 | Fix problem with test_server_ctrl creating invalid conf test | Peter Andersson | |
OTP-9584 | |||
2011-09-23 | Fix problem with location value when init config func calls help func | Peter Andersson | |
2011-09-23 | Fix error with incorrect notification after end_per_testcase craches | Peter Andersson | |
2011-09-23 | Fix problem with error message not being printed correctly | Peter Andersson | |
2011-09-23 | Fix incorrect call to end_tc when tc_status=ok and end_per_testcase times out | Peter Andersson | |
OTP-9397 | |||
2011-09-23 | Implement support for MFA and Fun as timetrap value | Peter Andersson | |
OTP-9501 | |||
2011-09-23 | Fix problem with incorrect src links | Peter Andersson | |
OTP-9396 | |||
2011-09-23 | Fix problem with end_tc being called with incorrect Suite argument | Peter Andersson | |
OTP-9398: Fix error with end_tc being called with incorrect Suite argument after timeout in lib function OTP-9397: Fix problem with true error not reported to FW | |||
2011-09-23 | Fix error with incorrect test case status when end_per_testcase times out | Peter Andersson | |
OTP-9397 | |||
2011-09-23 | Introduce new framework callback function to read info about color of comments | Peter Andersson | |
OTP-9237 | |||
2011-09-23 | Fix incorrect module name arg to FW:end_tc/3 | Peter Andersson | |
OTP-9379 | |||
2011-09-23 | Introduce new 'logopts' flag | Peter Andersson | |
Introduce new 'logopts' flag and make it possible to modify the default logging behaviour OTP-9372 OTP-9396 | |||
2011-09-23 | Fix problem with automatically generated init & end-config functions for groups | Peter Andersson | |
OTP-9369 | |||
2011-09-23 | Fix error with test_server not releasing SASL TTY handlers | Peter Andersson | |
OTP-9311 | |||
2011-09-15 | Fix misspelling of compatibility | Tuncer Ayaz | |
2011-08-31 | Update to reflect new cth callback api | Lukas Larsson | |
2011-08-29 | Merge branch 'rz/add_proplist_type' into dev | Henrik Nord | |
* rz/add_proplist_type: Add a proplist() type OTP-9499 | |||
2011-05-24 | Add a proplist() type | rzezeski | |
Recently I was adding specs to an API and found that there is no canonical proplist() type defined. | |||
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-19 | Add DragonflyBSD support to test_server | Tuncer Ayaz | |
2011-05-16 | Update ts to propigate the timetrap factor gotten from ↵ | Lukas Larsson | |
test_server:timetrap_scale_factor to common test when starting a test run. | |||
2011-04-28 | Have test_server locate the source code file for a test suite module if it's ↵ | Peter Andersson | |
not in the same directory as the beam file. | |||
2011-04-28 | Fix problems with timetrap handling in common_test: | Peter Andersson | |
1. ct:timetrap(infinity) not supported. 2. Previous set timetrap for a test case is not cancelled by new one. | |||
2011-04-28 | Make it possible to fail test case by returning {fail,Reason} from ↵ | Peter Andersson | |
init_per_testcase. | |||
2011-04-28 | Make it possible to refresh the top level index page at the start of a test run. | Peter Andersson | |
2011-04-20 | Do minor updates of the ts test framework. | Peter Andersson | |
2011-04-15 | Update framwork backwards compatability check to use TEST_SERVER_FRAMEWORK ↵ | Lukas Larsson | |
as it should and not the Module | |||
2011-04-15 | Update end_tc framework calls to check the name of the framework module ↵ | Lukas Larsson | |
instead of the return value of the call | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-02 | Fix bug where failing to make a testcase caused an errornous failure reason | Lukas Larsson | |
2011-02-28 | Merge branch 'lukas/test_server/ts_migration/OTP-8768' into dev | Lukas Larsson | |
* lukas/test_server/ts_migration/OTP-8768: Update test_server tests to conform with common_test standard Remove old test_server code | |||
2011-02-28 | Merge branch 'lukas/tools/cover_mem_footprint/OTP-9043' into dev | Lukas Larsson | |
* lukas/tools/cover_mem_footprint/OTP-9043: Update testcases which need crypto to be skipped on platforms which does not have crypto Update internal pmap to have a process limit Add write concurrancy to cover masters ?COVER_TABLE Update documentation to reflect performance enhancement changes of cover Add aync_analyse_to_file function to cover Split the cover ets tables into two tables, one with the clause info and one with the bump info. This will make it faster to search the tables when analyzing and exporting data. Add process debug tags Update remote collect to handle multiple requests at once Remove io printout warnings when exporting an imported module Make the call to cover parallel so that the test_server takes advantage of the new cool parallel cover features. Update cover to allow multiple analyse and analyze_to_file calls at the same time. For each call a seperate process will be spawned to handle the request. Refactor cover to prepare it for making analysis parallel Update remote loading to only load a certain number of modules at a time to prevent memory usage explosion Conflicts: lib/tools/test/cover_SUITE.erl | |||
2011-02-21 | Remove old test_server code | Lukas Larsson | |
2011-02-17 | Strip ts.config of internal addresses. | Lukas Larsson | |
2011-02-17 | Merge branch 'lukas/common_test/updates_needed_before_migration/OTP-8768' ↵ | Lukas Larsson | |
into dev * lukas/common_test/updates_needed_before_migration/OTP-8768: Update ts to take the config path as an invironmental and as a variables passed with all_tests and also with the normal run Update TEST_SERVER_FRAMEWORK os variable to be regarded as undet if set to undefined Fix bug with subgroups after introduction of remote groups Rename Suite Callback to Common Test Hook Update so that cover is skipper for applications without a .cover file Update minimal build target to include runtime_tools and common_test Update ts to start common test with both ts.config and ts.PLATFORM.config Update ts scb to add nodenames in all pre_init clauses Add release/tests/test_server to path Add ts_install_scb which is a common_test SCB that handles making of test modules. Update ts to work with common test instead of test_server Add kill_slavenodes/0 as an exported function Change format of remote groups to {group, Module, GroupName}, note that this is an unsupported feature Add possibility to get all testdata Fix bug when groups refer to groups in the groups/0 function Add support for external groups. Refactor code to make it easier to debug Update so that when asking for os and we are in the test_server_ctrl process, just use os:type(). Fix so that groups can return external test cases, i.e. | |||
2011-02-16 | Update ts to take the config path as an invironmental and as a variables ↵ | Lukas Larsson | |
passed with all_tests and also with the normal run | |||
2011-02-16 | Update TEST_SERVER_FRAMEWORK os variable to be regarded as undet if set to ↵ | Lukas Larsson | |
undefined | |||
2011-02-09 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-01 | Split the cover ets tables into two tables, one with the clause info and one ↵ | Lukas Larsson | |
with the bump info. This will make it faster to search the tables when analyzing and exporting data. Also made cover export more parallel in how data is collected from the different nodes and also how data is read from ets. This should make the performance of cover much better on machines with multiple CPUs. | |||
2011-01-26 | Make the call to cover parallel so that the test_server takes advantage of ↵ | Lukas Larsson | |
the new cool parallel cover features. | |||
2011-01-24 | Update so that cover is skipper for applications without a .cover file | Lukas Larsson | |
2011-01-24 | Update ts to start common test with both ts.config and ts.PLATFORM.config | Lukas Larsson | |
2011-01-24 | Update ts scb to add nodenames in all pre_init clauses | Lukas Larsson | |
2011-01-24 | Add release/tests/test_server to path | Lukas Larsson | |
2011-01-24 | Add ts_install_scb which is a common_test SCB that handles making of test ↵ | Lukas Larsson | |
modules. | |||
2011-01-24 | Update ts to work with common test instead of test_server | Lukas Larsson | |
2011-01-24 | Add kill_slavenodes/0 as an exported function | Lukas Larsson | |
2010-12-08 | Update ct_framework calls to allow manipulation of test results in end_tc ↵ | Lukas Larsson | |
without breaking backwards compatability (I hope) |