Ewen Cheslack-Postava
Ewen Cheslack-Postava
I think this used to be the case and am not sure when it changed, but it's a pain when developing/debugging tests if the same node isn't used for the...
Currently we collect logs based on a default specified in the Service class or if the test explicitly requests it (via mark_collect either for a single log file or defaulting...
Currently VagrantCluster sets up `externally_routable_ip`, but this field isn't included for other cluster types and its naming is very unclear. We should standardize what needs to be provided, and `RemoteAccount`...
We can specify fixed log files for a service that should or should not be downloaded, but sometimes there are other files involved in tests that are defined dynamically and...
This is potentially a pretty critical bug. Consider a test with three services: zookeeper, kafka, and a kafka client. If a previous run of the test failed and we didn't...
For some tests it's useful to specify ordering -- it makes more sense to validate simple operations before more complex ones. It would be useful to have 2 types of...
Change the DynamicLibraryLoader::new interface to accept a slice of paths instead of a single path. It tries to load them in order, using the first one it is able to...