diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-10 23:02:37 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-10 23:02:37 +0300 |
| commit | 5b8deb6658b06625f50c35a07c507e02a0bbe074 (patch) | |
| tree | a83cd2316a9667e7384d4019a3f127112e9f28c7 /integrationtests/runtime_query_compatibility_test.go | |
| parent | c6629d2a35c744c3a605c725b40f21c6656a2fd8 (diff) | |
task 80: fix protocol compatibility parsing
Diffstat (limited to 'integrationtests/runtime_query_compatibility_test.go')
| -rw-r--r-- | integrationtests/runtime_query_compatibility_test.go | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -51,6 +51,11 @@ func TestDServerProtocolVersionMismatchReportsCompatibilityError(t *testing.T) { expectedUpdate string }{ { + name: "major-only-client-guidance", + protocolVersion: "4", + expectedUpdate: "client", + }, + { name: "older-client-guidance", protocolVersion: "0", expectedUpdate: "client", |
