Kyle Banker
c0e972470e
Fixed BSON_CODER.update_max_bson_size return value
2011-01-03 14:05:42 -05:00
Kyle Banker
49d7bb0883
minor: specify mapreduce output collection (required as of 1.7.5)
2010-12-30 15:43:35 -05:00
Kyle Banker
4e5b1a7d23
RUBY-205 RUBY-150 Support new connection URI options
2010-12-30 15:40:50 -05:00
Kyle Banker
9da68bb3db
RUBY-189 use result of ismaster's maxBsonObjectSize
2010-12-29 18:06:31 -05:00
Kyle Banker
01c38eabdd
Use retry instead of while loop for rescuing connection failure (quasor)
2010-12-29 13:13:54 -05:00
Kyle Banker
b77b3fe1e6
RUBY-215 added Connection#read_primary? and ReplSetConnection#read_primary?
2010-12-29 13:01:05 -05:00
Kyle Banker
96e1adbb23
minor: ensure index tests
2010-12-15 15:16:36 -05:00
Kyle Banker
8b1f20b3cb
RUBY-210 GridIO#seek with GridIO#read_all
2010-12-15 15:07:30 -05:00
Kyle Banker
196a84ebd0
Fix for repl set manager
2010-12-15 15:07:01 -05:00
Kyle Banker
1095a39299
Better tests for reading rs secondaries
2010-12-15 14:16:05 -05:00
Kyle Banker
fe897d077c
minor: no longer using a new db per test run
2010-12-15 12:55:06 -05:00
Kyle Banker
6ee13ad792
minor: increase pool size on pooled threading test.
2010-12-15 12:19:58 -05:00
Kyle Banker
55f839fe0d
minor: better test filename
2010-12-15 12:16:10 -05:00
Kyle Banker
f38f2c32f7
Removed redundant test
2010-12-15 12:14:40 -05:00
Kyle Banker
39b9656fc4
Fixed request id checking for threaded inserts.
2010-12-15 12:12:51 -05:00
Kevin Rood
81fff198fe
Fixed issue preventing "test_threading_large_pool" from being run.
2010-12-15 11:25:26 -05:00
Kyle Banker
95c0fe088f
Fully-automated replica set tests.
2010-12-14 17:38:52 -05:00
Kyle Banker
550db8f671
Removed redundant test
2010-12-14 15:56:11 -05:00
Kyle Banker
34b6f023eb
Replica set automated tests
2010-12-14 15:47:18 -05:00
Kyle Banker
236d4a821f
More connection refactoring. Updates to repl_set_manager.
2010-12-14 13:14:45 -05:00
Kyle Banker
0a47b76fca
Toward automated rs tests
2010-12-13 16:25:23 -05:00
Kyle Banker
d69b0df717
Initial replica set manager commit
2010-12-13 15:22:51 -05:00
Kyle Banker
27b410f869
ReplSetConnection updates
2010-12-13 14:07:32 -05:00
Kyle Banker
08b7cddc81
Initial ReplSetConnection checking. Refactoring.
2010-12-10 16:00:35 -05:00
Kyle Banker
a17455da27
Not using replica pair tests anymore
2010-12-10 11:16:28 -05:00
Kyle Banker
2748606273
More portable replica set tests
2010-12-10 11:12:30 -05:00
Kyle Banker
b63250e6e4
Fix for connections to replica sets with 1 secondary and 1 arbiter
2010-12-10 11:12:18 -05:00
Kyle Banker
03bf0a18de
minor: Collection#remove returns true on nonsafe remove
2010-12-02 12:47:50 -05:00
Kyle Banker
ed06ae4342
Tests should use unique test db; Rakefile fixes
2010-12-02 12:36:44 -05:00
Kyle Banker
9a8d83ad24
Tests for GridIO#each
2010-12-01 13:30:57 -05:00
David A. Cuadrado
e4eca05447
optimize ObjectId#to_s
2010-11-30 12:46:04 -05:00
Kyle Banker
5930c500b4
RUBY-208 test for connection failure. Minor test fix.
2010-11-30 12:36:45 -05:00
Kyle Banker
a039f813a7
minor: test fix
2010-11-29 13:56:11 -05:00
Daniel Cooper
df80704f77
Cursor#count now has optional argument to make it take notice of skip and limit
2010-11-24 13:51:05 -05:00
Kyle Banker
8aaed130d6
Cleanup for distributed reads on replica sets.
2010-11-24 13:49:34 -05:00
Kyle Banker
1e57ca90e1
Initial commit for reads from rs secondaries
2010-11-16 15:43:59 -05:00
Kyle Banker
43182b8aec
minor: test fix
2010-11-12 17:59:38 -05:00
Kyle Banker
a56636b3b2
minor: test fixes
2010-11-11 17:55:10 -05:00
Kyle Banker
29dfe390c5
RUBY-196 tweaks to Collection#ensure_index
2010-11-11 17:41:31 -05:00
Matthew Rathbone
d33ddfb8e0
added ensure_index
2010-11-11 16:21:23 -05:00
Ryan Fitzgerald
4a1bccefae
implementing as_json for object id to return structure of mongoDB extended json
2010-11-11 15:26:06 -05:00
Kyle Banker
9d25efece4
Bug fix on Collection#rename
2010-11-09 13:45:33 -05:00
Kyle Banker
b4d5448179
Create index concurrency fix
2010-11-09 13:34:28 -05:00
Kyle Banker
ced3bfbfe8
Update and remove return error object in safe mode
2010-11-09 13:07:01 -05:00
Kyle Banker
59ba221066
minor: added a new group test
2010-11-09 12:04:47 -05:00
Kyle Banker
8125e26c4d
minor: fix prev commit
2010-11-04 17:35:58 -04:00
Kyle Banker
c984af4ff0
Fixed bug passing :timeout to Cursor. Added tests.
2010-11-04 17:26:21 -04:00
Kyle Banker
a2f501924e
Specify pk factory on Collection.new as a :pk option
2010-11-03 18:36:29 -04:00
Kyle Banker
68af3dbe8f
Allow the setting of safe mode globally on the Connection,
...
DB, and Collection levels. The safe mode setting will
automatically be inherited down the hierarchy Connection ->
DB -> Collection -> (insert, update, remove). This default
can be overridden at any time. Connection#safe, DB#safe, and
Collection#safe will yield the current default value.
2010-11-03 17:36:08 -04:00
Kyle Banker
d6f8f9d41a
Allow specification of replica set name on connect.
...
Raise ReplicaSetConnectionError if expected name doesn't match set.
2010-11-03 15:12:15 -04:00