Test for file positioning

This commit is contained in:
Dominik Werder
2021-09-21 16:13:29 +02:00
parent b54b31fe98
commit 5e385fd88c
12 changed files with 256 additions and 72 deletions

View File

@@ -122,7 +122,7 @@ pub fn test_cluster() -> netpod::Cluster {
})
.collect();
netpod::Cluster {
nodes: nodes,
nodes,
database: netpod::Database {
name: "daqbuffer".into(),
host: "localhost".into(),