Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-26 | Merge remote branch 'origin/peppe/common_test/otp-9973' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9973: Update ct_master to use the Common Test CSS file for the logs OTP-9973 | |||
2012-03-26 | Merge remote branch 'origin/peppe/common_test/otp-10011' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-10011: Document the create_priv_dir option for ct:run_test/1 | |||
2012-03-23 | Merge branch ↵ | Lukas Larsson | |
'lukas/common_test/fix_disable_builtin_hooks_from_spec/OTP-10009' into maint * lukas/common_test/fix_disable_builtin_hooks_from_spec/OTP-10009: Change default of enable builtin hooks to undefined Disable built in hooks for emulator | |||
2012-03-21 | Document the create_priv_dir option for ct:run_test/1 | Peter Andersson | |
2012-03-21 | Update ct_master to use the Common Test CSS file for the logs | Peter Andersson | |
OTP-9973 | |||
2012-03-21 | Change default of enable builtin hooks to undefined | Lukas Larsson | |
2012-03-21 | Merge branch 'lukas/common_test/add_surefire_hook/OTP-9995' into maint | Lukas Larsson | |
* lukas/common_test/add_surefire_hook/OTP-9995: Add the surefire ct hook | |||
2012-03-20 | Add the surefire ct hook | Lukas Larsson | |
The hook should work with modern versions of Jenkins CI to gather test results. | |||
2012-03-19 | Fix error with group config deleted before post_end_per_group | Peter Andersson | |
OTP-9989 Also improve ct_hooks test suite. | |||
2012-03-19 | Introduce new test suite for CTHs | Peter Andersson | |
2012-03-19 | Fix bug in handling ct_hooks start arguments | Peter Andersson | |
2012-03-19 | Use calls to ct_framework:init/end_per_suite for configuration | Peter Andersson | |
Now that calls to ct_framework:init/end_per_suite take place whenever init/end_per_suite is missing in the test suite, these calls should trigger init/end_tc to perform configuration (such as calling calling CTH functions, suite/0, etc). | |||
2012-03-19 | Change ct_init/end_per_group to init/end_per_group | Peter Andersson | |
OTP-9986 | |||
2012-03-19 | Run hooks for non-existing config functions | Peter Andersson | |
2012-03-15 | Merge remote branch 'origin/peppe/common_test/otp-9634_9659' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9634_9659: Change the option name 'unique_priv_dir' to 'create_priv_dir' Add test suite for the unique_priv_dir feature Make it possible to use unique priv_dir names Create entry for every repeated test in index.html OTP-9634 OTP-9659 | |||
2012-03-14 | Merge remote branch 'origin/peppe/common_test/otp-9899' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9899: Fix broken repeat functionality OTP-9899 | |||
2012-03-14 | Merge remote branch 'origin/peppe/common_test/otp-9964_9975_9595' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9964_9975_9595: Have ct_run clean up the code path after each test run Fix problems with ct_run's code path manipulation OTP-9964 OTP-9975 OTP-9595 | |||
2012-03-13 | Change the option name 'unique_priv_dir' to 'create_priv_dir' | Peter Andersson | |
The new values for create_priv_dir are: auto_per_run, auto_per_tc, manual_per_tc | |||
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 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 | Fix broken repeat functionality | Peter Andersson | |
OTP-9899 | |||
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-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-08 | Fix problem with buffered DOWN messages | Peter Andersson | |
OTP-9830 | |||
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-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-02 | Fix problem with handling error_logger events | Peter Andersson | |
OTP-9941 OTP-9955 | |||
2012-02-23 | Fix problem with large fun environment being copied unnecessarily | Peter Andersson | |
2012-02-21 | Implement asynchronous call to print to test case log file | Peter Andersson | |
In order to avoid possible deadlock when the cth_log_redirect hook prints via ct_logs to the test case log file, the print call must be made by a separate (temporary) process, instead of ct_logs. | |||
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-12-09 | Merge remote branch 'origin/peppe/common_test/capture_io' | Peter Andersson | |
* origin/peppe/common_test/capture_io: Fix error in documentation Create ct interface to the test_server:capture_* functions OTP-9775 | |||
2011-12-09 | Merge remote branch 'origin/peppe/common_test/groups' | Peter Andersson | |
* origin/peppe/common_test/groups: Change init/end_per_group/0 -> init/end_per_group/1 Add config info suite Add tests for group specification and info function Implement support for overriding group properties with test specification Implement support for overriding group properties with all/0 Implement the group info function OTP-9235 OTP-9569 OTP-9809 | |||
2011-12-08 | Fix error in documentation | Peter Andersson | |
2011-12-08 | Create ct interface to the test_server:capture_* functions | Peter Andersson | |
2011-12-07 | Merge remote branch 'origin/peppe/common_test/report_logfile' | Peter Andersson | |
* origin/peppe/common_test/report_logfile: Get test case log file name reported to user OTP-9676 | |||
2011-12-07 | Change init/end_per_group/0 -> init/end_per_group/1 | Peter Andersson | |
2011-12-07 | Implement support for overriding group properties with test specification | Peter Andersson | |
2011-12-05 | Merge branch 'lukas/common_test/reverse_hook_order/OTP-9774' | Lukas Larsson | |
* lukas/common_test/reverse_hook_order/OTP-9774: Reverse hook order for *_end_per_* hooks | |||
2011-12-02 | Implement support for overriding group properties with all/0 | Peter Andersson | |
2011-12-02 | Implement the group info function | Peter Andersson | |
OTP-9235 | |||
2011-12-02 | Merge branch 'peppe/common_test/ct_fail' | Peter Andersson | |
* peppe/common_test/ct_fail: Add ct:comment/2 function Add ct:fail/2 function OTP-9709 | |||
2011-12-02 | Add ct:comment/2 function | Peter Andersson | |
2011-11-30 | Get test case log file name reported to user | Peter Andersson | |
2011-11-30 | Add ct:fail/2 function | Peter Andersson | |
2011-11-30 | Bugfixes and improvements of the the CSS stylesheet implementation | Peter Andersson | |
2011-11-29 | Reverse hook order for *_end_per_* hooks | Lukas Larsson | |
2011-11-18 | Make absolute paths in log files relative | Peter Andersson | |