From 47d3001572a57306e92be3c60351024d1bf4e37c Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 15 Feb 2026 23:48:35 -0800 Subject: [PATCH] docs(volume_server): log csv query payload parity coverage --- test/volume_server/DEV_PLAN.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/volume_server/DEV_PLAN.md b/test/volume_server/DEV_PLAN.md index 58b183cbf..7c30f792b 100644 --- a/test/volume_server/DEV_PLAN.md +++ b/test/volume_server/DEV_PLAN.md @@ -1239,3 +1239,10 @@ Update this section during implementation: - Profiles covered: P1. - Gaps introduced/remaining: both sender and receiver transport interruption branches are now covered at integration level; deeper injected network faults remain pending. - Commit: `a5864c3eb` + +- Date: 2026-02-15 +- Change: Expanded query CSV matrix with explicit CSV-payload parity coverage. +- APIs covered: `Query` now verifies current CSV-input behavior (no streamed rows / immediate EOF) even when source needle content is valid CSV text. +- Profiles covered: P1. +- Gaps introduced/remaining: CSV parsing/selection implementation still absent in current server behavior; integration parity now locks the current no-output semantics for both JSON and CSV payload shapes. +- Commit: `a12dd5f8d`