Commit 0bd9bc62 by Nimisha Asthagiri

Update mongo count.

parent cfeb76e6
...@@ -901,7 +901,7 @@ class TestMixedModuleStore(unittest.TestCase): ...@@ -901,7 +901,7 @@ class TestMixedModuleStore(unittest.TestCase):
# TODO: LMS-11220: Document why draft send count is 5 # TODO: LMS-11220: Document why draft send count is 5
# TODO: LMS-11220: Document why draft find count is [19, 6] # TODO: LMS-11220: Document why draft find count is [19, 6]
# TODO: LMS-11220: Document why split find count is [2, 2] # TODO: LMS-11220: Document why split find count is [2, 2]
@ddt.data(('draft', [18, 5], 0), ('split', [16, 6], 0)) # FIXME, replace w/ above when bulk reenabled @ddt.data(('draft', [20, 5], 0), ('split', [17, 6], 0)) # FIXME, replace w/ above when bulk reenabled
@ddt.unpack @ddt.unpack
def test_path_to_location(self, default_ms, num_finds, num_sends): def test_path_to_location(self, default_ms, num_finds, num_sends):
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment