Skip to content

Commit

Permalink
Fix the downsampling test on Windows (#962)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
YuanYuYuan authored Apr 22, 2024
1 parent cbeffcf commit 5ccf2da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit 5ccf2da

Please sign in to comment.