From a3e1ee165323b536628cc514a2741d7927d56b9a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 15 Feb 2026 18:13:51 -0800 Subject: [PATCH] docs(volume_server): log mkcol method 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 2a062e438..e28d668f6 100644 --- a/test/volume_server/DEV_PLAN.md +++ b/test/volume_server/DEV_PLAN.md @@ -1204,3 +1204,10 @@ Update this section during implementation: - Profiles covered: P1. - Gaps introduced/remaining: multi-volume stream boundary coverage is now present for successful reads; transport interruption branches remain pending. - Commit: `ab95a6ef1` + +- Date: 2026-02-15 +- Change: Expanded split-port unsupported HTTP method matrix with `MKCOL` coverage. +- APIs covered: admin/public parity for `MKCOL` (`400` on admin, passthrough `200` on public) with post-call data-integrity verification. +- Profiles covered: P2. +- Gaps introduced/remaining: unsupported-method sampling now covers `PATCH`, `TRACE`, `PROPFIND`, `CONNECT`, and `MKCOL`; cancellation/transport fault paths remain the main unaddressed area. +- Commit: `2ab30900d`