diff options
author | Rickard Green <[email protected]> | 2019-04-24 14:29:10 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2019-04-24 14:29:10 +0200 |
commit | 0f2ddb633ffe97a92584edfbaf95d2dce3961cc8 (patch) | |
tree | b760449c28fa4e4325f553b6f075d2c4599c3f22 /lib/common_test | |
parent | 5b56ecbe12493a1ff6a0e975a65cefd09005cecd (diff) | |
download | otp-0f2ddb633ffe97a92584edfbaf95d2dce3961cc8.tar.gz otp-0f2ddb633ffe97a92584edfbaf95d2dce3961cc8.tar.bz2 otp-0f2ddb633ffe97a92584edfbaf95d2dce3961cc8.zip |
Revert "Prepare release"
This reverts commit 425889ba69b69a9b6fb14bfbef121d51b78e853a.
Diffstat (limited to 'lib/common_test')
-rw-r--r-- | lib/common_test/doc/src/ct_hooks.xml | 4 | ||||
-rw-r--r-- | lib/common_test/doc/src/notes.xml | 74 | ||||
-rw-r--r-- | lib/common_test/vsn.mk | 2 |
3 files changed, 3 insertions, 77 deletions
diff --git a/lib/common_test/doc/src/ct_hooks.xml b/lib/common_test/doc/src/ct_hooks.xml index 7f0dda1298..ff9969ebc3 100644 --- a/lib/common_test/doc/src/ct_hooks.xml +++ b/lib/common_test/doc/src/ct_hooks.xml @@ -109,7 +109,7 @@ </func> <func> - <name since="OTP 22.0">Module:post_groups(SuiteName, GroupDefs) -> NewGroupDefs</name> + <name since="OTP @OTP-14746@">Module:post_groups(SuiteName, GroupDefs) -> NewGroupDefs</name> <fsummary>Called after groups/0.</fsummary> <type> <v>SuiteName = atom()</v> @@ -165,7 +165,7 @@ </func> <func> - <name since="OTP 22.0">Module:post_all(SuiteName, Return, GroupDefs) -> NewReturn</name> + <name since="OTP @OTP-14746@">Module:post_all(SuiteName, Return, GroupDefs) -> NewReturn</name> <fsummary>Called after all/0.</fsummary> <type> <v>SuiteName = atom()</v> diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index bbb46fced3..a68cc3cca7 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,80 +33,6 @@ <file>notes.xml</file> </header> -<section><title>Common_Test 1.18</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p> - All incorrect (that is, all) uses of "can not" has been - corrected to "cannot" in source code comments, - documentation, examples, and so on.</p> - <p> - Own Id: OTP-14282 Aux Id: PR-1891 </p> - </item> - <item> - <p> - The test result when a hook function fails is in general - the same as if the function that the hook is associated - with fails. For example, if <c>post_init_per_testcase</c> - fails the result is that the test case is skipped, as is - the case when <c>init_per_testcase</c> fails.This, - however, was earlier not true for timetrap timeouts or - other error situations where the process running the hook - function was killed. This is now corrected, so the error - handling should be the same no matter how the hook - function fails.</p> - <p> - *** POTENTIAL INCOMPATIBILITY ***</p> - <p> - Own Id: OTP-15717 Aux Id: ERIERL-334 </p> - </item> - <item> - <p> - In some rare cases, when two common_test nodes used the - same log directory, a timing problem could occur which - caused common_test to crash because it's log cache file - was unexpectedly empty. This is now corrected.</p> - <p> - Own Id: OTP-15758 Aux Id: ERIERL-342 </p> - </item> - </list> - </section> - - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - Two new common_test hook functions are introduced:</p> - <p> - <c>post_groups/2</c>, which is called after - <c>Suite:groups/0</c><br/> <c>post_all/3</c>, which is - called after <c>Suite:all/0</c></p> - <p> - These functions allow modifying the return values from - the <c>groups/0</c> and <c>all/0</c> functions, - respectively.</p> - <p> - A new term, <c>{testcase,TestCase,RepeatProperties}</c> - is now also allowed in the return from <c>all/0</c>. This - can be used for repeating a single test case a specific - number of times, or until it fails or succeeds once.</p> - <p> - Own Id: OTP-14746 Aux Id: ERIERL-143 </p> - </item> - <item> - <p> Use <c>ssh</c> instead of <c>rsh</c> as the default - remote shell. </p> - <p> - Own Id: OTP-15633 Aux Id: PR-1787 </p> - </item> - </list> - </section> - -</section> - <section><title>Common_Test 1.17.1</title> <section><title>Improvements and New Features</title> diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index ddc518f474..14a3622a00 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.18 +COMMON_TEST_VSN = 1.17.1 |