Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-13 | Add test suite for the unique_priv_dir feature | Peter Andersson | |
2012-03-13 | Make it possible to use unique priv_dir names | Peter Andersson | |
Introduce the optional feature to have Test Server generate priv_dir directory names that are unique for each test case or config function. The name of the option/flag is 'unique_priv_dir' and it can be set to value 'auto' or 'manual'. If auto, Test Server creates each priv_dir automatically (can be expensive in case of many and/or repeated cases). If manual, the user needs to create the priv_dir explicitly by calling ct:make_priv_dir/0. | |||
2012-03-13 | Create entry for every repeated test in index.html | Peter Andersson | |
For each repeated test during a test run, an entry is created in the index.html file (i.e. the overview file for the test run). In the top level (logdir) index file, only the last test result is listed. E.g, given the test spec: [{merge_tests,false},{dirs,testobj1},{dirs,testobj1}] In the index file for the test run (under Logdir/ct_run.Node.Date.Time), both dir tests are listed. In the top level index file (under Logdir), only the last test is listed (one has to find all results through the all_runs.html file). | |||
2012-03-13 | Merge branch 'sverk/cpu-topology-crash' into maint | Sverker Eriksson | |
* sverk/cpu-topology-crash: erts: Fix crash on Linux if /sys/devices/system/node is not readable OTP-9978 | |||
2012-03-13 | Merge remote branch 'origin/peppe/common_test/otp-9730' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9730: Add column for group name in suite overview log file OTP-9730 | |||
2012-03-13 | Merge remote branch 'origin/peppe/common_test/otp-9904_9900' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9904_9900: Introduce error notification printout in the tc log OTP-9904 OTP-9900 | |||
2012-03-13 | Merge remote branch 'origin/peppe/common_test/otp-9830' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9830: Fix problem with buffered DOWN messages OTP-9830 | |||
2012-03-13 | Merge remote branch 'origin/peppe/common_test/otp-9958' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9958: Fix problem with dropped suite- and test case names OTP-9958 | |||
2012-03-13 | Fix broken repeat functionality | Peter Andersson | |
OTP-9899 | |||
2012-03-12 | Create link to ct_run in the installation bin dir | Peter Andersson | |
OTP-9898 | |||
2012-03-12 | Have ct_run clean up the code path after each test run | Peter Andersson | |
OTP-9595 | |||
2012-03-12 | Fix problems with ct_run's code path manipulation | Peter Andersson | |
OTP-9964 OTP-9975 | |||
2012-03-12 | Add column for group name in suite overview log file | Peter Andersson | |
OTP-9730 | |||
2012-03-12 | Remove newly introduced excessive barrier in erts_thr_progress_later() | Rickard Green | |
2012-03-12 | Fix implementation with ddrb barriers | Rickard Green | |
2012-03-11 | Introduce error notification printout in the tc log | Peter Andersson | |
Also fix problem with parallel test cases printing "into each other" (when using ct:print or ct:pal). OTP-9904 OTP-9900 | |||
2012-03-09 | Merge branch ↵ | Micael Karlberg | |
'bmk/snmp/compiler/expend_table_info_for_augmented_tables/OTP-9969' into bmk/snmp/snmp422_integration/r15 | |||
2012-03-09 | [snmp] Add proper release notes | Micael Karlberg | |
OTP-9969 | |||
2012-03-09 | [snmp/compiler] More information with augmented tables | Micael Karlberg | |
The information the MIB compiler provides with augmented tables has been extended with nbr_of_cols, first_accessible and not_accessible. OTP-9969 | |||
2012-03-09 | [snmp/compiler] Add a more up-to-date version of a test mib | Micael Karlberg | |
OTP-9969 | |||
2012-03-09 | Merge branch 'egil/redocument-scheduler_wall_time/OTP-9858' into maint | Björn-Egil Dahlberg | |
* egil/redocument-scheduler_wall_time/OTP-9858: doc: Enhance wording and remove typos doc: Move examples and notes into tag-lists doc: Rewording of scheduler_wall_time doc: Change variable name to 'A' to reflect Active doc: Rewording of scheduler busy Update scheduler_wall_time documentation | |||
2012-03-09 | Merge branch 'lukas/system/ssh_undef_function' into maint | Lukas Larsson | |
* lukas/system/ssh_undef_function: Add filter for ssh undefined function calls | |||
2012-03-09 | Merge branch 'lukas/test_server/ts_skip_unknown_applications/OTP-9971' into ↵ | Lukas Larsson | |
maint * lukas/test_server/ts_skip_unknown_applications/OTP-9971: Ignore non-app suites when checking suites to skip Create special spec file when application is missing | |||
2012-03-09 | erts: Fix crash on Linux if /sys/devices/system/node is not readable | Sverker Eriksson | |
Fallback on using /sys/devices/system/cpu to get cpu topology, as is already done when node directory doesn't exist. | |||
2012-03-09 | Ignore non-app suites when checking suites to skip | Lukas Larsson | |
2012-03-09 | Create special spec file when application is missing | Lukas Larsson | |
When an application cannot be found by ts, a special skip testspec is created which skips all tests in that application. | |||
2012-03-09 | Merge branch 'lukas/erl_docgen/fix_range_type/OTP-9970' into maint | Lukas Larsson | |
* lukas/erl_docgen/fix_range_type/OTP-9970: Add so that <img> tags will be transformed to <image> Allow 1..2 types to be exported from edoc | |||
2012-03-08 | Fix problem with buffered DOWN messages | Peter Andersson | |
OTP-9830 | |||
2012-03-08 | doc: Enhance wording and remove typos | Björn-Egil Dahlberg | |
2012-03-08 | doc: Move examples and notes into tag-lists | Björn-Egil Dahlberg | |
2012-03-08 | doc: Rewording of scheduler_wall_time | Björn-Egil Dahlberg | |
2012-03-08 | doc: Change variable name to 'A' to reflect Active | Björn-Egil Dahlberg | |
2012-03-07 | doc: Rewording of scheduler busy | Björn-Egil Dahlberg | |
2012-03-07 | Update scheduler_wall_time documentation | Björn-Egil Dahlberg | |
* Add example on calculating scheduler utilization | |||
2012-03-07 | Merge branch 'ia/ssh/windows-sftp-tests' into maint | Ingela Anderton Andin | |
* ia/ssh/windows-sftp-tests: Skip set_attributes test on windows due to known erts bug in file:read_file_info/1 | |||
2012-03-06 | Merge branch 'peppe/common_test/otp-9933' into maint | Peter Andersson | |
* peppe/common_test/otp-9933: Add missing test suite OTP-9933 | |||
2012-03-06 | Add missing test suite | Peter Andersson | |
2012-03-06 | Update vsn for R15B01 | Peter Andersson | |
2012-03-06 | Fix problem with dropped suite- and test case names | Peter Andersson | |
OTP-9958 | |||
2012-03-06 | Merge remote branch 'origin/peppe/common_test/otp-9933' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9933: Correct wrong location printout for ct:fail/1/2 OTP-9933 | |||
2012-03-06 | Correct wrong location printout for ct:fail/1/2 | Peter Andersson | |
OTP-9933 | |||
2012-03-06 | Merge remote branch 'origin/peppe/common_test/otp-9855' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9855: Ensure that comments always get printed in the overview log file OTP-9855 | |||
2012-03-06 | Merge remote branch 'origin/peppe/common_test/otp-9930' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9930: Make line numbers show in logs for timetraps and abortions OTP-9930 | |||
2012-03-06 | Merge remote branch 'origin/peppe/common_test/otp-9941-9955' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9941-9955: Fix problem with handling error_logger events OTP-9941 OTP-9955 | |||
2012-03-06 | Merge remote branch 'origin/peppe/common_test/otp-9894' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9894: Fix problem with large fun environment being copied unnecessarily Implement asynchronous call to print to test case log file OTP-9894 | |||
2012-03-06 | Skip set_attributes test on windows due to known erts bug in | Ingela Anderton Andin | |
file:read_file_info/1 | |||
2012-03-06 | Merge branch 'ia/ssh/sftpd-file-handles/OTP-9948' into maint | Ingela Anderton Andin | |
* ia/ssh/sftpd-file-handles/OTP-9948: sftp daemon generates file handles correct | |||
2012-03-05 | Merge branch 'bmk/snmp/improve_error_handling_reading_config/OTP-9943' into ↵ | Micael Karlberg | |
bmk/snmp/snmp422_integration/r15 Conflicts: lib/snmp/test/snmp_app_test.erl | |||
2012-03-05 | Ensure that comments always get printed in the overview log file | Peter Andersson | |
OTP-9855 | |||
2012-03-05 | Merge branch 'hb/stdlib/digraph_condensation/OTP-9953' into maint | Hans Bolinder | |
* hb/stdlib/digraph_condensation/OTP-9953: Remove loops from the graph created by digraph_utils:condensation/1 |