devtools/__init__.py
changeset 9456 a79e88aad555
parent 9402 2c48c091b6a2
child 9460 a2a0bc984863
equal deleted inserted replaced
9455:62e89e696a3b 9456:a79e88aad555
   118         for cnxset in repo.cnxsets:
   118         for cnxset in repo.cnxsets:
   119             cnxset.reconnect()
   119             cnxset.reconnect()
   120         repo._type_source_cache = {}
   120         repo._type_source_cache = {}
   121         repo._extid_cache = {}
   121         repo._extid_cache = {}
   122         repo.querier._rql_cache = {}
   122         repo.querier._rql_cache = {}
   123         for source in repo.sources:
   123         repo.system_source.reset_caches()
   124             source.reset_caches()
       
   125         repo._needs_refresh = False
   124         repo._needs_refresh = False
   126 
   125 
   127 
   126 
   128 class TestServerConfiguration(ServerConfiguration):
   127 class TestServerConfiguration(ServerConfiguration):
   129     mode = 'test'
   128     mode = 'test'