From 5b8deb6658b06625f50c35a07c507e02a0bbe074 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 10 Apr 2026 23:02:37 +0300 Subject: task 80: fix protocol compatibility parsing --- integrationtests/runtime_query_compatibility_test.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'integrationtests/runtime_query_compatibility_test.go') diff --git a/integrationtests/runtime_query_compatibility_test.go b/integrationtests/runtime_query_compatibility_test.go index 0b4d75c..8743dc1 100644 --- a/integrationtests/runtime_query_compatibility_test.go +++ b/integrationtests/runtime_query_compatibility_test.go @@ -50,6 +50,11 @@ func TestDServerProtocolVersionMismatchReportsCompatibilityError(t *testing.T) { protocolVersion string expectedUpdate string }{ + { + name: "major-only-client-guidance", + protocolVersion: "4", + expectedUpdate: "client", + }, { name: "older-client-guidance", protocolVersion: "0", -- cgit v1.2.3