From 5ccf2da3c6787ae1c58cfab2aed250af261ab8a3 Mon Sep 17 00:00:00 2001 From: Yuyuan Yuan Date: Mon, 22 Apr 2024 21:28:23 +0800 Subject: [PATCH] Fix the downsampling test on Windows (#962) * Use the minimal CI to reproduce the bug * Trigger CI * Run all the tests under zenoh/zenoh * Run the test downsampling_by_keyexpr exclusively * Trigger CI * Restore the github workflows --- .config/nextest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/nextest.toml b/.config/nextest.toml index 37b7dfcea0..01b3ae9147 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -10,7 +10,8 @@ test(=zenoh_session_unicast) | test(=zenoh_session_multicast) | test(=transport_tcp_intermittent) | test(=transport_tcp_intermittent_for_lowlatency_transport) | -test(=three_node_combination) +test(=three_node_combination) | +test(=downsampling_by_keyexpr) """ threads-required = 'num-cpus' slow-timeout = { period = "60s", terminate-after = 6 }