()
| 583 | } |
| 584 | |
| 585 | pub fn test_bootstrap_args() -> BootstrapArgs { |
| 586 | BootstrapArgs { |
| 587 | default_cluster_replica_size: "scale=1,workers=1".into(), |
| 588 | default_cluster_replication_factor: 1, |
| 589 | bootstrap_role: None, |
| 590 | cluster_replica_size_map: ClusterReplicaSizeMap::for_tests(), |
| 591 | } |
| 592 | } |
no outgoing calls
no test coverage detected