BUGZID:13430: fixed a bug in UniTransactionGen that would rarely cause a
commita13f5c8f2be4c833df28fa7c5ba45ecb5158c242
authorapenwarr <apenwarr@6619c942-59fa-0310-bf43-a07aaa81d9ac>
Sun, 24 Jul 2005 12:34:36 +0000 (24 12:34 +0000)
committerapenwarr <apenwarr@6619c942-59fa-0310-bf43-a07aaa81d9ac>
Sun, 24 Jul 2005 12:34:36 +0000 (24 12:34 +0000)
treec190f3f6296ae1d774a20e6b1ffc9ac30a882600
parent952013bda6914e090d7279200ac10488fa685913
BUGZID:13430: fixed a bug in UniTransactionGen that would rarely cause a
crash due to deleting a WvScatterHash while we hold an iterator on it.  Now
we copy the data instead, so that can't happen.  Added
UniListIter::autofill() to help with this and similar jobs in the future.
Added the concept of WVTEST_SLOW_MAIN() to WvTest, which indicates a "slow"
test that you might want to treat differently.  In weaver, we use this to
mean the slow tests should be run without valgrind, while fast tests are
fast enough to run inside valgrind.  When running tests, you can choose
which ones you want using the WVTEST_MAX_SLOWNESS and WVTEST_MIN_SLOWNESS
environment variables.

git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@10242 6619c942-59fa-0310-bf43-a07aaa81d9ac