index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dbtests
/
threadedtests.cpp
Age
Commit message (
Expand
)
Author
2012-03-08
need to have waitable ticket holder, actually wait for ticket for config server
Greg Studer
2011-07-18
comment out upgradable tests
Eliot Horowitz
2011-07-11
upgradeable prep (no use yet) and some slight cleaning and a writelock test
Dwight
2011-07-11
upgradable test
dwight
2011-07-09
test tweaking
dwight
2011-07-09
upgradable lock test beginnings
dwight
2011-06-15
cleaning elim unused parm
dwight
2011-06-05
less chatty
dwight
2011-04-30
List1 test and fix case where orphan called on an empty lsit
dwight
2011-04-30
some List1 safety
Eliot Horowitz
2011-04-25
turn off RWLockTest2 until SERVER-2996 is dealt with
Eliot Horowitz
2011-04-25
some tests for locking trying to debug bizarre RWLock issue
Eliot Horowitz
2011-04-19
Try to make MongoMutexTest faster in _DEBUG builds
Mathias Stearn
2011-04-18
Add a ProgressMeter to MongoMutexTest to debug hung buildbots
Mathias Stearn
2011-04-06
fix threading test
Dwight
2011-04-06
try to make low priority rwlock more reliable
Eliot Horowitz
2011-03-30
make lazy rwlock test not rely on recursive
Eliot Horowitz
2011-03-09
fix rwlock test
Eliot Horowitz
2011-03-08
low priority rwlock defaults
Eliot Horowitz
2011-03-01
lowPriority option to RWLock
Eliot Horowitz
2011-02-24
slightly better thread test framework prep for future stuff nothing much for now
dwight
2011-02-17
sanity check test
Eliot Horowitz
2011-01-08
test faster/less
dwight
2011-01-08
remove _TESTINTENT
dwight
2011-01-05
astyle
Mathias Stearn
2011-01-05
Merge branch 'master' of github.com:mongodb/mongo
Dwight
2011-01-05
less chatty
Dwight
2011-01-05
merge
dwight
2011-01-05
astyle
Eliot Horowitz
2011-01-04
using more threads the test fails on widnows
dwight
2011-01-04
shorter run for debug builds
Dwight
2011-01-04
add a mongomutextest
Dwight
2011-01-04
ran astyle SERVER-2304
Eliot Horowitz
2010-07-23
add minor test
dwight
2010-06-10
lock test
Eliot Horowitz
2010-05-26
move mvar and thread_pool to util/concurrency
Mathias Stearn
2010-04-27
stdafx->pch
Dwight
2010-04-24
bson separation
Dwight Merriman
2010-01-25
Pulling atomic functionality from WrappingInt to AtomicUInt. More atomic func...
Mathias Stearn
2009-12-22
Thread pool
Mathias Stearn
2009-12-17
build vis studio
Dwight
2009-12-16
MVar synchronization primitive
Mathias Stearn
2009-12-02
Fix for boost 1.33
Mathias Stearn
2009-12-02
Test for atomicIncrement() and ThreadedTest helper
Mathias Stearn