From 05f11890bdfec4bfc3a78e191a87e70a937ffc54 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 25 Feb 2013 19:23:54 +0100 Subject: Prepare release --- lib/common_test/doc/src/notes.xml | 63 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) (limited to 'lib/common_test/doc') diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index 8cbcbad8b2..5d2c065385 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -32,6 +32,69 @@ notes.xml +
Common_Test 1.7.1 + +
Fixed Bugs and Malfunctions + + +

+ If an event handler installed in the CT Master event + manager took too long to respond during the termination + phase, CT Master crashed because of a timeout after 5 + secs. This would leave the system in a bad state. The + problem has been solved by means of a 30 min timeout + value and if CT Master gets a timeout after that time, it + now kills the event manager and shuts down properly.

+

+ Own Id: OTP-10634 Aux Id: kunagi-347 [258]

+
+ +

+ Printing with any of the ct printout functions from an + event handler installed by Common Test, would cause a + deadlock. This problem has been solved.

+

+ Own Id: OTP-10826 Aux Id: seq12250

+
+ +

+ Using the force_stop flag/option to interrupt a test run + caused a crash in Common Test. This problem has been + solved.

+

+ Own Id: OTP-10832

+
+
+
+ + +
Improvements and New Features + + +

+ Removed depricated run_test program, use ct_run instead.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-9052

+
+
+
+ + +
Known Bugs and Problems + + +

+ Test case execution time increases with size of test run.

+

+ Own Id: OTP-10855

+
+
+
+ +
+
Common_Test 1.7
Fixed Bugs and Malfunctions -- cgit v1.2.3