summaryrefslogtreecommitdiff
path: root/integrationtests/runtime_query_compatibility_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integrationtests/runtime_query_compatibility_test.go')
-rw-r--r--integrationtests/runtime_query_compatibility_test.go5
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",