Function test_client_config_change_detection

Source
pub async fn test_client_config_change_detection(
    dev_fed: DevFed,
    process_mgr: &ProcessManager,
) -> Result<()>
Expand description

Test that client can detect federation config changes when servers restart with new module configurations

This test starts a fresh federation, dumps the client config, then stops all servers and modifies their configs by adding a new meta module instance. The client should detect this configuration change after the servers restart.