Commit Graph

62 Commits

Author SHA1 Message Date
dwight
b5993b38ce use --journal on dbtests sometimes even if not a pure dur build so that this gets some reasonable amount of testing 2011-06-27 12:51:30 -04:00
Eliot Horowitz
3c8ea8795c more lexNumCmp test 2011-06-25 23:24:44 -04:00
Eliot Horowitz
800d32536b fix lexNumCmp for middle 0 SERVER-3218 2011-06-25 23:24:44 -04:00
Eliot Horowitz
bef400c02b move lexNumCmp to util/stringutils.h 2011-06-25 23:24:44 -04:00
Eliot Horowitz
51d97bcbfc require server name on SocketException 2011-06-25 00:11:50 -04:00
Eliot Horowitz
bec32bf3cd don't use ? curop because it leads to user confusion
add numYields to curop
SERVER-3179
2011-06-01 12:27:09 -04:00
Eliot Horowitz
a4a488044b rough timing edges 2011-05-27 20:57:18 -04:00
dwight
c0384332f2 towards proper --quotafiles support 2011-05-23 20:03:24 -04:00
Aaron
0d66b07974 SERVER-2111 fix test to satisfy db lock checking 2011-03-29 18:14:53 -07:00
dwight
e199733c78 try to make test more forgiving 2011-02-05 16:28:49 -05:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Eliot Horowitz
d60aa255e3 don't allow empty collection names SERVER-2314 2010-12-30 23:59:18 -05:00
Eliot Horowitz
166e3df928 don't use path for RelativePath, just use string so boost isn't loaded at static init time 2010-12-19 00:56:44 -05:00
Eliot Horowitz
fadf89d824 != operator for HostAndPort 2010-12-18 23:34:26 -05:00
Alberto Lerner
394455bba9 compile 2010-12-14 06:51:42 -05:00
Eliot Horowitz
573dcb41e4 str::count function 2010-12-14 02:40:27 -05:00
Dwight
35d37b5199 readability of code 2010-10-06 11:19:43 -04:00
Eliot Horowitz
a6555c8c36 Database::ownsNS 2010-09-22 14:56:55 -04:00
Eliot Horowitz
f412a116af don't use exception on BlockingQueue timed pop 2010-09-13 11:35:14 -04:00
Dwight
323543df36 elikm warning 2010-09-13 09:02:33 -04:00
Eliot Horowitz
3cb246e573 BlockQueue pop with timeout - prep for SERVER-1725 2010-09-13 00:34:31 -04:00
Kristina Chodorow
47114280a4 more tests for SERVER-1347 2010-08-26 16:31:29 -04:00
Eliot Horowitz
c78415729e fix lexNumCmp with magic end of marker 2010-08-25 18:30:51 -04:00
Alberto Lerner
46d312cde0 Thread sleep doesn't give any upper bound guarantee (test failed sporadicaly). 2010-08-10 16:28:50 -04:00
Eliot Horowitz
4dbf25dba0 test robustness 2010-08-03 09:29:58 -04:00
Alberto Lerner
1fcecc5869 Fix build 2010-07-19 13:03:57 -04:00
Eliot Horowitz
eebb327db8 make check for $ faster 2010-06-09 12:08:02 -04:00
Mathias Stearn
73b955c267 isValidUTF8 function 2010-06-03 15:54:20 -04:00
Eliot Horowitz
3ffcb16346 some text utilities 2010-05-26 15:04:56 -04:00
Dwight
2b0c727f94 compile vs2010 where shared_ptr is ambiguous 2010-05-20 09:27:59 -04:00
Mathias Stearn
250294b68e Fix ptr and add tests 2010-05-19 22:47:15 -04:00
Eliot Horowitz
8cbcdcc9b6 check for bad db names and don't segfault SERVER-1132 2010-05-18 09:59:43 -04:00
Eliot Horowitz
0d41b1e869 micro sleep isn't very accurate 2010-04-27 16:55:38 -04:00
Dwight
d85a93fc76 Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-27 15:28:33 -04:00
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00
Eliot Horowitz
380fb64c0c only test sleepmicros on linux 2010-04-27 15:14:32 -04:00
Eliot Horowitz
b2b69c229b tests for sleepmicros 2010-04-27 14:18:56 -04:00
Dwight Merriman
c4bd465042 towards 3 2010-04-24 18:25:58 -04:00
Eliot Horowitz
aa0f581bf9 make test much more lenient for win 2010-03-27 01:17:32 -04:00
Eliot Horowitz
e79f4a9710 debugging for win 2010-03-27 01:11:43 -04:00
Eliot Horowitz
2618026380 relax test 2010-03-26 23:59:06 -04:00
Eliot Horowitz
c0f6cf1c90 fix sleepmicros 2010-03-26 23:32:14 -04:00
Eliot Horowitz
31c9358289 fix array numberic sort order SERVER-833 2010-03-26 15:30:29 -04:00
Aaron
c8c070f781 SERVER-652 more complete test 2010-03-03 07:28:20 -08:00
Aaron
246109cc18 SERVER-652 simplify field name upper limit check, guard against setting string fields in arrays 2010-03-02 13:16:20 -08:00
Aaron
bbbe0aaf31 SERVER-652 process array elements in correct order 2010-03-02 12:29:54 -08:00
Eliot Horowitz
c3f07f3be0 some missing operators 2010-02-26 12:07:46 -05:00
Eliot Horowitz
5383659f5e use re-usable fast array for sorting in memory
30-70% faster SERVER-651
2010-02-20 16:35:26 -05:00
Eliot Horowitz
c93766e975 test/check since i want to be able to rely on this assert behavior 2010-01-16 17:34:44 -05:00
Eliot Horowitz
eab3b5f06e use nanosleep on *nix rather than boost, trying to fix os x issue SERVER-539 2010-01-14 15:35:29 -05:00