LocalAI/tests/e2e/distributed
Ettore Di Giacinto f9b47c6eab feat(distributed): inject NATS install/upgrade timeouts into RemoteUnloaderAdapter
Removes the hardcoded 3m / 15m literals from RemoteUnloaderAdapter and
threads in DistributedConfig.BackendInstallTimeoutOrDefault() and
BackendUpgradeTimeoutOrDefault() at construction. Install now defaults
to 15m (was 3m); cold OCI image pulls on Jetson Wi-Fi routinely blew
past the old ceiling. Scripted messaging client captures the timeout
so tests can assert the configured value actually reaches the NATS
request.

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2026-05-22 19:56:43 +00:00
..
agent_distributed_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
agent_native_executor_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
backend_logs_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
distributed_full_flow_test.go feat(distributed): inject NATS install/upgrade timeouts into RemoteUnloaderAdapter 2026-05-22 19:56:43 +00:00
distributed_store_test.go feat(distributed): support multiple replicas of one model on the same node (#9583) 2026-04-27 21:20:05 +02:00
distributed_suite_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
file_staging_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
finetune_distributed_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
foundation_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
gallery_distributed_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
job_dispatch_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
job_distribution_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
managers_test.go feat(distributed): inject NATS install/upgrade timeouts into RemoteUnloaderAdapter 2026-05-22 19:56:43 +00:00
mcp_ci_job_helper_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
mcp_ci_job_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
mcp_nats_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
model_routing_test.go fix(distributed): honor NodeSelector in cached-replica lookup, stop empty-backend reconciler scaleups (#9652) 2026-05-04 09:42:14 +02:00
node_lifecycle_test.go feat(distributed): inject NATS install/upgrade timeouts into RemoteUnloaderAdapter 2026-05-22 19:56:43 +00:00
node_registration_test.go feat(distributed): support multiple replicas of one model on the same node (#9583) 2026-04-27 21:20:05 +02:00
object_storage_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
phase4_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
registry_extra_test.go feat(distributed): support multiple replicas of one model on the same node (#9583) 2026-04-27 21:20:05 +02:00
router_tracking_test.go feat(distributed): inject NATS install/upgrade timeouts into RemoteUnloaderAdapter 2026-05-22 19:56:43 +00:00
skills_distributed_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
sse_routes_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
testhelpers_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
vllm_multinode_test.go feat(vllm, distributed): tensor parallel distributed workers (#9612) 2026-05-06 00:22:50 +02:00