minor: test fix
This commit is contained in:
parent
37f285bf0c
commit
bd4731dd39
|
@ -154,7 +154,7 @@ class TestConnection < Test::Unit::TestCase
|
|||
@conn.lock!
|
||||
assert @conn.locked?
|
||||
assert_equal 1, @conn['admin']['$cmd.sys.inprog'].find_one['fsyncLock'], "Not fsync-locked"
|
||||
assert_equal "unlock requested", @conn.unlock!['info']
|
||||
assert_match /unlock/, @conn.unlock!['info']
|
||||
unlocked = false
|
||||
counter = 0
|
||||
while counter < 5
|
||||
|
|
Loading…
Reference in New Issue