diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-13 20:47:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-13 20:47:41 -0400 |
commit | 7a0ff5beb21e6485bda44c0545036bb2883f643d (patch) | |
tree | 44f2ed72bd6971da64a1d87666fb47c81acaec23 /changes | |
parent | c02f2d9eb45786c552dcc33c102e9964d95f66c1 (diff) | |
download | tor-7a0ff5beb21e6485bda44c0545036bb2883f643d.tar.gz tor-7a0ff5beb21e6485bda44c0545036bb2883f643d.zip |
In conditionvar_timeout test, wait for threads to timeout
Previously we just waited 200msec, which was not enough on slow/busy
systems.
Fixes bug 27073; bugfix on 0.2.6.3-alpha when the test was introduced.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27073 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug27073 b/changes/bug27073 new file mode 100644 index 0000000000..851e7f0df6 --- /dev/null +++ b/changes/bug27073 @@ -0,0 +1,4 @@ + o Minor bugfixes (testing): + - Revise the "conditionvar_timeout" test so that it succeeds even + on heavily loaded systems where the test threads are not scheduled + within 200 msec. Fixes bug 27073; bugfix on 0.2.6.3-alpha. |