summaryrefslogtreecommitdiff
path: root/lib/common_test/doc/src
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2022-02-15 19:44:19 +0100
committerErlang/OTP <otp@erlang.org>2022-02-15 19:44:19 +0100
commit95f5a792610ed4c87457863cb03b047414ad4a14 (patch)
tree0d9c35ad1645d1b8a1295c4c7414a9ce9a30e2cd /lib/common_test/doc/src
parent7e702ac4b321c4870bdbbfc4c24ac3a5d5d572b5 (diff)
downloaderlang-95f5a792610ed4c87457863cb03b047414ad4a14.tar.gz
Prepare release
Diffstat (limited to 'lib/common_test/doc/src')
-rw-r--r--lib/common_test/doc/src/notes.xml58
1 files changed, 58 insertions, 0 deletions
diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml
index 9864825f2a..c92cae9872 100644
--- a/lib/common_test/doc/src/notes.xml
+++ b/lib/common_test/doc/src/notes.xml
@@ -33,6 +33,64 @@
<file>notes.xml</file>
</header>
+<section><title>Common_Test 1.23</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fix bug when running parallel testcases and together with
+ one or more ct hooks that would cause the hook lock
+ process to crash and produce printouts in the ct logs.</p>
+ <p>
+ Own Id: OTP-17881 Aux Id: PR-5581 </p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Input for <c>configure</c> scripts adapted to
+ <c>autoconf</c> 2.71.</p>
+ <p>
+ Own Id: OTP-17414 Aux Id: PR-4967 </p>
+ </item>
+ <item>
+ <p>
+ Remove unused and undocumented tracer node functionality.</p>
+ <p>
+ Own Id: OTP-17676 Aux Id: PR-5021 </p>
+ </item>
+ <item>
+ <p>
+ The new module <c>peer</c> supersedes the <c>slave</c>
+ module. The <c>slave</c> module is now deprecated and
+ will be removed in OTP 27.</p>
+ <p>
+ <c>peer</c> contains an extended and more robust API for
+ starting erlang nodes.</p>
+ <p>
+ Own Id: OTP-17720 Aux Id: PR-5162 </p>
+ </item>
+ <item>
+ <p>
+ The cth_surefire ct hook has been updated to include the
+ file and line number of the executed test case in the xml
+ output.</p>
+ <p>
+ The performance of the hook has also been improved
+ greatly for test runs with many test cases.</p>
+ <p>
+ Own Id: OTP-17882 Aux Id: PR-5581 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Common_Test 1.22</title>
<section><title>Improvements and New Features</title>