From 899e0389a2aa9bd2abb2ef7c74a541e348199923 Mon Sep 17 00:00:00 2001 From: Tor Brede Vekterli Date: Wed, 21 Feb 2024 14:37:44 +0000 Subject: Tag Protobuf protocol boundary version and add binary test files All _reported_ versions >= 8.310 use Protobuf protocol, all lower versions use the legacy protocol. Reported version is controlled by an environment variable and defaults to 8.309, i.e. the legacy version. --- documentapi/src/tests/messages/messages80test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentapi/src/tests/messages') diff --git a/documentapi/src/tests/messages/messages80test.cpp b/documentapi/src/tests/messages/messages80test.cpp index 9b97f332318..0812aceb4a3 100644 --- a/documentapi/src/tests/messages/messages80test.cpp +++ b/documentapi/src/tests/messages/messages80test.cpp @@ -22,7 +22,7 @@ protected: vespalib::Version getVersion() const override { // Must be as high--or higher--than the v8 protocol version specified in documentprocotol.cpp // (and equal to its corresponding value in the Java implementation). - return {8, 305}; + return {8, 310}; } bool shouldTestCoverage() const override { return true; } -- cgit v1.2.3