From 9009e38f7bb604f7b8ae4bb0513c7dabc1e7dfac Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 15 Feb 2026 23:50:08 -0800 Subject: [PATCH] docs(volume_server): log ping volume-server unreachable 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 7c30f792b..6481d143b 100644 --- a/test/volume_server/DEV_PLAN.md +++ b/test/volume_server/DEV_PLAN.md @@ -1246,3 +1246,10 @@ Update this section during implementation: - 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` + +- Date: 2026-02-15 +- Change: Expanded ping unreachable-target matrix with volume-server target coverage. +- APIs covered: `Ping` now explicitly verifies unreachable-target error wrapping for `target_type=volumeServer`, alongside existing master/filer variants. +- Profiles covered: P1. +- Gaps introduced/remaining: ping target-type matrix is covered for success and unreachable branches across master/filer/volume-server. +- Commit: `b9fbb85af`