Check for requested backend
This commit is contained in:
@@ -60,6 +60,7 @@ fn simple_fetch() {
|
||||
data_base_path: err::todoval(),
|
||||
ksprefix: "daq_swissfel".into(),
|
||||
split: 0,
|
||||
backend: "testbackend".into(),
|
||||
};
|
||||
let query = netpod::AggQuerySingleChannel {
|
||||
channel_config: ChannelConfig {
|
||||
|
||||
@@ -24,6 +24,7 @@ fn test_cluster() -> Cluster {
|
||||
data_base_path: format!("../tmpdata/node{:02}", id).into(),
|
||||
ksprefix: "ks".into(),
|
||||
split: id,
|
||||
backend: "testbackend".into(),
|
||||
})
|
||||
.collect();
|
||||
Cluster {
|
||||
|
||||
Reference in New Issue
Block a user