aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests/messages
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@vespa.ai>2024-02-21 14:37:44 +0000
committerTor Brede Vekterli <vekterli@vespa.ai>2024-02-21 14:37:44 +0000
commit899e0389a2aa9bd2abb2ef7c74a541e348199923 (patch)
tree632e1a908be8958f1ef785f6d96d353c2e3a2ae0 /documentapi/src/tests/messages
parent11c0b2581dfc9f0e995a8171eb99a9793f7c4b38 (diff)
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.
Diffstat (limited to 'documentapi/src/tests/messages')
-rw-r--r--documentapi/src/tests/messages/messages80test.cpp2
1 files changed, 1 insertions, 1 deletions
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; }