dwight
0877fc6c93
concurrency work
2011-11-17 08:05:15 -05:00
Eliot Horowitz
dfa9b6c2b0
finish migration of Database::validDBName to NamespaceString::validDBName
2011-11-16 15:40:58 -05:00
Kristina
9b2d7f9c4c
Change replset tests to use non-static applyOperation
2011-11-12 11:07:43 -05:00
Dwight
95aeb9ed04
dynamic naming implementation work
2011-10-25 17:40:52 -04:00
Dwight
0d58413268
fix runtime of test
2011-10-14 12:27:39 -04:00
Eliot Horowitz
6867235eb7
make spinlocks degrade better when under high contention
2011-10-13 12:55:03 -04:00
agirbal
fedce713e9
- SERVER-3676: JSTests::NumberLong fails
2011-10-06 16:55:51 -07:00
dwight
bbf97f7942
compareandswap perftest / minor
2011-10-06 13:07:44 -04:00
dwight
1128196b74
towards cloud/azure
2011-10-04 22:46:43 -04:00
dwight
f3563c4bd7
output cleaning
2011-10-04 22:46:41 -04:00
Eliot Horowitz
e60017cd86
compile
2011-10-04 10:06:47 -04:00
dwight
18737bcb6d
dont compile mutexdebugger on release builds; compile
2011-10-03 22:31:33 -04:00
Dwight
9f93f2ec55
rwlock refactoring
2011-10-03 14:32:27 -04:00
Dwight
ae30374ed8
Merge branch 'master' of github.com:mongodb/mongo
...
Conflicts:
db/btree.cpp
db/db.vcxproj
dbtests/test.vcxproj
server.h
util/concurrency/rwlock.h
util/concurrency/value.h
2011-10-03 13:43:34 -04:00
dwight
c2b87b4734
cloud cmd for custom dynamic naming beginnings
2011-10-03 09:33:22 -04:00
Dwight
bb43338c2e
rwlock refactoring
2011-09-26 12:59:33 -04:00
Kristina
6de0bc4ac8
add test for SERVER-3799
2011-09-20 14:51:45 -04:00
dwight
78d9eaf4d3
elim some warnings
2011-09-14 20:11:28 -04:00
Aaron
32e2fe526f
put QueryOptimizerCursor tests in a separate file
2011-09-13 08:38:20 -07:00
Aaron
32a0818aa9
more readable assertion if bestGuessCursor passed query and unindexed sort
2011-09-13 08:38:18 -07:00
dwight
c7f12b9357
compile
2011-09-13 10:25:43 -04:00
dwight
be2280c5c8
more perftest
2011-09-12 23:32:43 -04:00
dwight
074ae751ea
perftest
2011-09-12 23:32:36 -04:00
dwight
5995cc1d5b
fix Timer change, prev commit wasnt quite right
2011-09-12 23:32:22 -04:00
dwight
e78bc26396
timer class was slow on windows; fixed.
2011-09-12 23:32:19 -04:00
dwight
968bd413e9
perftests addition and pstats fix therein
2011-09-12 23:22:29 -04:00
dwight
60bdbdff55
clean up perftest
2011-09-12 23:22:15 -04:00
dwight
613bb7ba4a
two step key addition to indexes
2011-09-12 23:22:10 -04:00
Eliot Horowitz
870c9906fc
make test more reliable
2011-09-09 13:44:16 -04:00
Dwight
a739d964f9
SERVER-3717 related test
2011-09-06 16:23:19 -04:00
dwight
210e12a17a
SERVER-3760 fix memcmp to now potentially go to far on one of the input arrays.
...
in addition fix a case where compare order of bindata types, when subtype and len, were in consistent
with BSONObj's compare. this ordering is somewhat arbitrary but must be consistent.
2011-09-06 11:58:17 -04:00
Dwight
623010e04b
Merge branch 'master' of github.com:mongodb/mongo
...
Conflicts:
db/db.vcxproj
dbtests/test.vcxproj
2011-08-29 15:43:13 -04:00
Dwight
cfcc0d3972
try to fix dbtests
2011-08-29 14:57:47 -04:00
Eliot Horowitz
cbba880bd4
fix double comparision of -0 and 0 for v1 indexes SERVER-3682
2011-08-29 11:41:16 -04:00
Aaron
cad7aba1d3
SERVER-3682 test
2011-08-23 20:03:44 -07:00
dwight
94e8447e81
fix visual studio project files for the move of pcre. that was more painful than i expected.
2011-08-19 14:27:18 -04:00
Eliot Horowitz
db5ace7c7c
don't fail test if can't reach db
2011-08-19 01:06:11 -04:00
Dwight
c6569b2e82
Merge branch 'master' of github.com:mongodb/mongo
2011-08-18 10:06:41 -04:00
Aaron
4184797545
SERVER-3555 assert when or query yield fails to prevent potential invalid memory access
2011-08-17 21:03:54 -07:00
Aaron Staple
44939bd863
SERVER-3554 assert on failed yield recovery in finding start cursor
2011-08-17 21:03:54 -07:00
Dwight
48977d2abc
merge
2011-08-17 16:55:13 -04:00
Dwight
9ce68d3682
new heuristic for object id btree inserts. 5% faster for best case scenario
2011-08-17 15:00:01 -04:00
Mathias Stearn
689469c2de
Rename keep_going to continue_on_error SERVER-3233
2011-08-08 12:44:52 -04:00
Eliot Horowitz
53b2475015
fix perf report
2011-08-06 10:17:33 -04:00
Eliot Horowitz
efd0b8d105
fix query optimizer test with new capped semantics
2011-08-05 15:58:02 -04:00
Eliot Horowitz
26dbb2113c
fix queryoptimzer tests for no _id scan
2011-08-05 15:45:13 -04:00
Eliot Horowitz
9af0b0f161
better hostname
2011-08-05 15:45:13 -04:00
gregs
57cacffe3e
fix for query unit test failure with no capped _id scan
2011-08-05 15:31:55 -04:00
gregs
4e25a6d588
allow test not to preallocate journal files
2011-08-05 15:31:34 -04:00
Eliot Horowitz
a3f80b90b2
move compression test to dbtests
2011-08-05 09:18:31 -04:00