towerops/test/towerops/workers
Graham McIntire 1e072c75e4
perf(tests): reduce assert/refute timeouts for faster tests
Reduce various test timeouts that were unnecessarily long:
- assert_push timeouts: 150ms → 75ms (6 tests in agent_channel_test)
- refute_receive timeouts: 200ms → 50ms (3 tests in worker tests)

With 50ms channel debounce, 75ms is sufficient for assert_push.
For refute_receive (expecting no message), 50ms is plenty.

Estimated savings: ~600ms across affected tests
2026-03-06 08:11:50 -06:00
..
agent_latency_evaluator_test.exs perf(tests): reduce assert/refute timeouts for faster tests 2026-03-06 08:11:50 -06:00
backup_summary_worker_test.exs make devices site optional and many test fix 2026-02-04 15:05:42 -06:00
backup_timeout_worker_test.exs make devices site optional and many test fix 2026-02-04 15:05:42 -06:00
check_executor_worker_test.exs Skip SNMP check execution in CheckExecutorWorker for agent-polled devices 2026-02-17 07:47:15 -06:00
cloud_latency_probe_worker_test.exs perf(tests): reduce assert/refute timeouts for faster tests 2026-03-06 08:11:50 -06:00
device_health_insight_worker_test.exs feat: command center dashboard with unified insights and contextual enrichment 2026-02-13 14:52:49 -06:00
device_monitor_worker_test.exs Prevent Oban polling/monitoring job stacking per device 2026-02-16 16:37:48 -06:00
device_poller_worker_test.exs perf(tests): remove/reduce Process.sleep calls for faster tests 2026-03-06 07:57:30 -06:00
discovery_worker_test.exs test: expand coverage for devices, workers, and LiveView modules 2026-02-12 09:06:41 -06:00
expired_ban_cleanup_worker_test.exs test: add coverage for ExpiredBanCleanupWorker 2026-02-11 16:25:33 -06:00
firmware_version_fetcher_worker_test.exs fix: retry firmware fetch with exponential backoff on network errors 2026-02-18 10:34:51 -06:00
gaiia_insight_worker_test.exs feat: command center dashboard with unified insights and contextual enrichment 2026-02-13 14:52:49 -06:00
gaiia_sync_worker_test.exs fix: Gaiia and Preseem sync bugs from API response mismatches 2026-02-15 12:23:47 -06:00
job_health_check_worker_test.exs feat: complete DevicePollerWorker to CheckExecutorWorker migration 2026-02-12 17:52:33 -06:00
login_history_cleanup_worker_test.exs perf(test): further optimize slow tests and fix CI failures 2026-03-05 14:42:02 -06:00
polling_offset_test.exs agent overhaul 2026-01-30 16:05:23 -06:00
preseem_baseline_worker_test.exs add preseem baseline and fleet intelligence computation 2026-02-13 08:40:04 -06:00
preseem_sync_worker_test.exs fix: Gaiia and Preseem sync bugs from API response mismatches 2026-02-15 12:23:47 -06:00
session_cleanup_worker_test.exs more tests 2026-02-03 11:02:38 -06:00
stale_agent_worker_test.exs more tests 2026-02-03 12:03:54 -06:00
stale_violation_cleanup_worker_test.exs feat: add Force10 FTOS and optical transceiver monitoring (ProCurve, Comware) 2026-02-12 08:19:12 -06:00
system_insight_worker_test.exs fix: improve insight auto-resolution and query performance 2026-03-05 10:11:52 -06:00