-
78b9c13a
by Miroslav Lichvar at 2024-08-29T09:37:42+02:00
sources: replace unreachable sources before selection
The commit c43efccf0273 ("sources: update source selection with
unreachable sources") caused a high rate of failures in the
148-replacement test (1 falseticker vs 2 unreachable sources). This was
due to a larger fraction of the replacement attempts being made for the
source incorrectly marked as a falseticker instead of the second
unreachable source and the random process needed more time to get to the
expected state with both unreachable sources replaced.
When updating reachability of an unreachable source, try to request the
replacement of the source before calling the source selection, where
other sources may be replaced, to better balance the different
replacement attempts.
-
bb34e92f
by Miroslav Lichvar at 2024-08-29T09:37:50+02:00
test: make 108-peer more reliable
-
5a6fbe7a
by Miroslav Lichvar at 2024-08-29T09:37:50+02:00
test: make 106-refclock more reliable
-
5a43f0c3
by Miroslav Lichvar at 2024-08-29T09:37:50+02:00
test: make 110-chronyc more reliable
-
0f5cf57b
by Miroslav Lichvar at 2024-08-29T09:37:50+02:00
update copyright years
-
b363af75
by Miroslav Lichvar at 2024-08-29T09:37:50+02:00
doc: update README
-
113d1134
by Miroslav Lichvar at 2024-08-29T10:28:49+02:00
doc: update NEWS