From 2e46e60e9db113866b6e6ef6fe526c3a6e438ae2 Mon Sep 17 00:00:00 2001 From: khizmax Date: Sun, 5 Jun 2016 13:51:30 +0300 Subject: [PATCH] Added description of detail level for stress tests --- change.log | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/change.log b/change.log index 47ce92cd..fcf866eb 100644 --- a/change.log +++ b/change.log @@ -18,6 +18,11 @@ are removed. - Fixed: use-after-free bug in VyukovMPMCCycleQueue internal buffer. To prevent this bug the queue uses an uninitialized buffer now. + - Added: for minimizing runtime of stress test the detail level for some test is added. + Command line argument --detail-level=N specifies what test should be ran: each + test with level not great than N will be ran. Instead of command line arg + the enviromnent variable CDSTEST_DETAIL_LEVEL=N can be used. + By default, the detail level is 0 that means only small set of the some test will be ran. 2.1.0 06.01.2016 General release -- 2.34.1