mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixosTests.zenohd: fix test flakiness by adding QoS1 to mqtt pub
Signed-off-by: Adam Rizkalla <ajarizzo@gmail.com>
(cherry picked from commit 7aec908348)
This commit is contained in:
parent
115ca9cfab
commit
834f739fc5
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@
|
|||
client.wait_for_unit("multi-user.target")
|
||||
|
||||
for be in ["fs", "rocksdb", "mem" ]:
|
||||
client.succeed(f"mosquitto_pub -h router -t {be}/test -m hello")
|
||||
client.succeed(f"mosquitto_pub -q 1 -h router -t {be}/test -m hello")
|
||||
client.succeed(f"curl router:8000/{be}/test | grep hello")
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue