Ejemplo n.º 1
0
 def tearDown(self):
     super(TestGetRealm, self).tearDown()
     # Deactivate caching by setting a 0 timeout
     api.activate_caching(0)
Ejemplo n.º 2
0
 def tearDown(self):
     super(TestShardMetadataStore, self).tearDown()
     # Deactivate caching by setting a 0 timeout
     api.activate_caching(0)
Ejemplo n.º 3
0
 def setUp(self):
     super(TestGetRealm, self).setUp()
     self._cache_length = 0.05
     api.activate_caching(self._cache_length)
Ejemplo n.º 4
0
 def tearDown(self):
     # Deactivate caching by setting a 0 timeout
     api.activate_caching(0)
     super(TestSharder, self).tearDown()
Ejemplo n.º 5
0
 def setUp(self):
     super(TestShardMetadataStore, self).setUp()
     self._cache_length = 0.05
     api.activate_caching(self._cache_length)
Ejemplo n.º 6
0
 def setUp(self):
     super(TestMovedDuringCopy, self).setUp()
     self._create_indices()
     self._make_collections_shard_aware()
     api.activate_caching(0.5)
Ejemplo n.º 7
0
 def tearDown(self):
     super(TestWholeThing, self).tearDown()
     # Deactivate caching by setting a 0 timeout
     api.activate_caching(0)
Ejemplo n.º 8
0
 def tearDown(self):
     super(TestGetRealm, self).tearDown()
     # Deactivate caching by setting a 0 timeout
     api.activate_caching(0)
Ejemplo n.º 9
0
 def tearDown(self):
     # Deactivate caching by setting a 0 timeout
     api.activate_caching(0)
     super(TestSharder, self).tearDown()
Ejemplo n.º 10
0
 def tearDown(self):
     super(TestShardMetadataStore, self).tearDown()
     # Deactivate caching by setting a 0 timeout
     api.activate_caching(0)
Ejemplo n.º 11
0
 def setUp(self):
     super(TestGetRealm, self).setUp()
     self._cache_length = 0.05
     api.activate_caching(self._cache_length)
Ejemplo n.º 12
0
 def setUp(self):
     super(TestShardMetadataStore, self).setUp()
     self._cache_length = 0.05
     api.activate_caching(self._cache_length)
Ejemplo n.º 13
0
 def tearDown(self):
     super(TestMovedDuringCopy, self).tearDown()
     # Deactivate caching by setting a 0 timeout
     api.activate_caching(0)
Ejemplo n.º 14
0
 def setUp(self):
     super(TestMovedDuringCopy, self).setUp()
     self._create_indices()
     self._make_collections_shard_aware()
     api.activate_caching(0.5)
Ejemplo n.º 15
0
 def setUp(self):
     super(TestWholeThing, self).setUp()
     self._create_indices()
     self._make_collections_shard_aware()
     api.activate_caching(0.5)
Ejemplo n.º 16
0
 def setUp(self):
     api.activate_caching(0.5)
     super(TestSharder, self).setUp()
Ejemplo n.º 17
0
 def tearDown(self):
     super(TestWholeThing, self).tearDown()
     # Deactivate caching by setting a 0 timeout
     api.activate_caching(0)
Ejemplo n.º 18
0
 def setUp(self):
     api.activate_caching(0.5)
     super(TestSharder, self).setUp()
Ejemplo n.º 19
0
 def tearDown(self):
     super(TestMovedDuringCopy, self).tearDown()
     # Deactivate caching by setting a 0 timeout
     api.activate_caching(0)
Ejemplo n.º 20
0
 def setUp(self):
     super(TestWholeThing, self).setUp()
     self._create_indices()
     self._make_collections_shard_aware()
     api.activate_caching(0.5)