From 1d5e78e64e5a488d3f464a78b96fcce779c3af29 Mon Sep 17 00:00:00 2001 From: localai-org-maint-bot <306269227+localai-org-maint-bot@users.noreply.github.com> Date: Tue, 15 Sep 2026 00:03:48 +0000 Subject: [PATCH] test(distributed): use renamed worker address Update the database latency fixture for NodeModel.WorkerLocalAddress. Assisted-by: Codex:gpt-6 --- tests/e2e/distributed/db_latency_resilience_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/distributed/db_latency_resilience_test.go b/tests/e2e/distributed/db_latency_resilience_test.go index 471beda7b..97121bb8b 100644 --- a/tests/e2e/distributed/db_latency_resilience_test.go +++ b/tests/e2e/distributed/db_latency_resilience_test.go @@ -73,7 +73,7 @@ var _ = Describe("Control plane under a failing database", Label("Distributed"), // would evict when it could not read the slot table. Expect(db.Create(&nodes.NodeModel{ ID: "nm-victim", NodeID: "n-keep", ModelName: "victim", ReplicaIndex: 0, - State: "loaded", InFlight: 0, Address: "10.0.0.1:9001", + State: "loaded", InFlight: 0, WorkerLocalAddress: "10.0.0.1:9001", LastUsed: time.Now().Add(-time.Hour), }).Error).ToNot(HaveOccurred())