nixosTests.zenohd: fix test flakiness by adding QoS1 to mqtt pub (#530054)
This commit is contained in:
@@ -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")
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user