Commit Graph

4 Commits

Author SHA1 Message Date
Adam Midvidy
f9685f7f8e SERVER-18664 make commands always return {ok: 0.0, errmsg: ..., code: ...} style responses 2015-06-03 11:13:31 -04:00
Mathias Stearn
1bd05a191b Fix tests in jstests/core that use duplicate collection names
I used the following pipeline to find duplicates:
\grep -Ro '\<db\.[_a-zA-Z0-9$\.]*(\?'  jstests/core/ | awk 'BEGIN {FS=":"} {print $1 " " $2}'  | sed -e 's/\.\w\+(//g' | \grep -v ' db\(\.\($cmd\|system\..*\)\)\?$' | sort -k 2 | uniq | uniq -D -f 1 | awk '{print $2 "\t" $1}'
2014-03-26 14:05:44 -04:00
Mathias Stearn
346f26f8ca Fix build-failure with small-oplog tests
The theory here is that the test exited with writes still in flight and the
dbhash was executed on the master and the slave at different logical points
in time.
2014-03-14 14:54:20 -04:00
Siyuan Zhou
3660343e0b SERVER-12127 migrate js tests to jscore suite when not related to writes
Migrate js tests starting from j-z.
Include SERVER-12920 Update use_power_of_2.js

Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2014-03-03 22:54:10 -05:00