Add support for scalar and add test

This commit is contained in:
Dominik Werder
2021-06-10 09:32:21 +02:00
parent 836d024875
commit a201002fb5
3 changed files with 79 additions and 16 deletions

View File

@@ -84,6 +84,18 @@ fn get_binned_binary() {
async fn get_binned_binary_inner() -> Result<(), Error> {
let rh = require_test_hosts_running()?;
let cluster = &rh.cluster;
if true {
get_binned_channel::<i32>(
"scalar-i32-be",
"1970-01-01T00:20:10.000Z",
"1970-01-01T00:20:50.000Z",
3,
cluster,
true,
4,
)
.await?;
}
if true {
get_binned_channel::<f64>(
"wave-f64-be-n21",