Exemplo n.º 1
0
 private void TriggerIndexResamplingOnNextStartup()
 {
     // Trigger index resampling on next at startup
     FileUtils.deleteFile(TestDirectory.databaseLayout().countStoreA());
     FileUtils.deleteFile(TestDirectory.databaseLayout().countStoreB());
 }
Exemplo n.º 2
0
 private void RemoveMessagesLog(Config config)
 {
     FileUtils.deleteFile(new File(config.Get(database_path), "messages.log"));
 }