Fix failures in real_encode_with_server.
authorCarl Hetherington <cth@carlh.net>
Mon, 29 Apr 2024 08:49:22 +0000 (10:49 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 29 Apr 2024 13:48:11 +0000 (15:48 +0200)
commit9d6b7a426b71f1791fc3ad1ac15099892c6709fd
tree4ae6b8e587f7c89897675eed78929f54865005fb
parent60000a5c0ebd64e0616cf65d57a6f27662af350a
Fix failures in real_encode_with_server.

This test suddenly started failing because the server is never found,
so never encodes any frames.

It's a mystery why this started failing, and even more of a mystery
why there seem to be two distinct reasons.

Some failures were apparently due to firewalld blocking UDP broadcast;
disabling the firewall would make the test pass again.

Other failures were apparently caused by an old EncodeServerFinder
hanging around, presumably finding servers before a new one had the
chance.
test/client_server_test.cc