change: temporary shortcut DNS propagation check in Router.on_create_check(..) until we get better integration tests here.

This commit is contained in:
Romaric Philogene
2020-11-04 02:39:42 +01:00
parent 63acacc2ca
commit d323aae050

View File

@@ -490,6 +490,12 @@ impl Create for Router {
}
fn on_create_check(&self) -> Result<(), EngineError> {
// FIXME remove this
return Ok(());
// TODO -------------------------------------------------------------
// TODO integration tests required before using DNS propagation check
// TODO -------------------------------------------------------------
let listeners_helper = ListenersHelper::new(&self.listeners);
// Todo: inform the client about the fact we're going to check for a certain amount of time