From 33a40f992afcda31ad25c5892d0c2dccd0ef7973 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Thu, 19 Feb 2026 14:15:52 -0600 Subject: [PATCH] edge-delete: 6fa760eb --- .gitignore | 1 + .../test-redis-connection-drops-under-load-49969c.md | 2 +- .../solutions/test-cascade-target-solution-7c86e4.md | 12 ++++++++++++ .../test-fixed-redis-with-keepalive-72b600.md | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 graph/solutions/test-cascade-target-solution-7c86e4.md diff --git a/.gitignore b/.gitignore index e9e687701d5..4090e4d411c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ _state.json _index.json _embeddings.json +_config.json diff --git a/graph/problems/test-redis-connection-drops-under-load-49969c.md b/graph/problems/test-redis-connection-drops-under-load-49969c.md index 543e80daf20..4052f048897 100644 --- a/graph/problems/test-redis-connection-drops-under-load-49969c.md +++ b/graph/problems/test-redis-connection-drops-under-load-49969c.md @@ -6,7 +6,7 @@ tags: [test, redis] importance: 0.3 confidence: 0.8 created: "2026-02-19T20:13:34.540330+00:00" -updated: "2026-02-19T20:13:34.540330+00:00" +updated: "2026-02-19T20:15:52.961366+00:00" --- Test memory for edge validation. Redis connections drop when idle for >5 minutes. diff --git a/graph/solutions/test-cascade-target-solution-7c86e4.md b/graph/solutions/test-cascade-target-solution-7c86e4.md new file mode 100644 index 00000000000..33c91ab0193 --- /dev/null +++ b/graph/solutions/test-cascade-target-solution-7c86e4.md @@ -0,0 +1,12 @@ +--- +id: 7c86e4ee-0b45-4143-9c24-f2edd485418b +type: solution +title: "TEST: Cascade target solution" +tags: [test, cascade] +importance: 0.3 +confidence: 0.8 +created: "2026-02-19T20:14:25.696338+00:00" +updated: "2026-02-19T20:14:32.543777+00:00" +--- + +Test for cascade deletion. diff --git a/graph/solutions/test-fixed-redis-with-keepalive-72b600.md b/graph/solutions/test-fixed-redis-with-keepalive-72b600.md index 49031d38091..2231a0881f1 100644 --- a/graph/solutions/test-fixed-redis-with-keepalive-72b600.md +++ b/graph/solutions/test-fixed-redis-with-keepalive-72b600.md @@ -6,7 +6,7 @@ tags: [test, redis] importance: 0.3 confidence: 0.8 created: "2026-02-19T20:13:35.746601+00:00" -updated: "2026-02-19T20:13:35.746601+00:00" +updated: "2026-02-19T20:15:52.961366+00:00" --- Test memory for edge validation. Added socket_keepalive=True to fix idle drops.