towerops/test
Graham McIntire d85b42c3ee fix: replace remaining Process.sleep calls with receive/timeout patterns
Production code (lib/): all Process.sleep calls replaced with receive
after timeout - retry backoff, exponential backoff, batch delays,
poll intervals, and settle waits.

Test code: poll_until helpers across 4 agent channel test files now
use receive after instead of Process.sleep. Various standalone
Process.sleep(N) calls replaced with :sys.get_state sync barriers
or receive after. deferred_discovery test simulation sleeps reduced
500ms -> 30ms.
2026-06-02 15:27:23 -05:00
..
assets fix/traffic-graph-rendering-and-polarity (#130) 2026-03-23 15:24:44 -05:00
integration routeros fixes and latency rounding 2026-02-09 17:30:06 -06:00
mix/tasks test: lift coverage from 85.84% → 86.28% 2026-05-08 17:44:18 -05:00
snmpkit fix(snmpkit): increase timeout on charlist parse test from 1s to 30s 2026-06-02 14:51:22 -05:00
support fix: replace remaining Process.sleep calls with receive/timeout patterns 2026-06-02 15:27:23 -05:00
towerops fix: replace remaining Process.sleep calls with receive/timeout patterns 2026-06-02 15:27:23 -05:00
towerops_web fix: replace remaining Process.sleep calls with receive/timeout patterns 2026-06-02 15:27:23 -05:00
test_helper.exs test: in-process Redis fake instead of skipping Redis-backed tests 2026-05-10 11:32:50 -05:00
towerops_native_test.exs fix: resolve typing violation and ETS cache race in tests 2026-02-14 12:32:43 -06:00