Skip to content

Commit 7e8a798

Browse files
authored
Make prepared.yamsql run against 4.0.559.6 as the earliest (#3187)
Prepared.yamsql should be able to run with continuations against the `4.0.559.6`
1 parent e072bff commit 7e8a798

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

yaml-tests/src/test/resources/prepared.yamsql

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919

2020
---
2121
options:
22-
supported_version: 4.1.6.0
22+
# This does not work against any version between 4.0.559.6 and 4.1.6.0 because server support was backported
23+
# to a patch release. We would like to surface that in the mixed mode test results rather than hide it.
24+
supported_version: 4.0.559.6 # This will only work on 4.0.559.6 and then on 4.1.6.0+
2325
---
2426
schema_template:
2527
create table ta(a bigint, b double, c boolean, d integer, e integer array, f string, primary key(a))

0 commit comments

Comments
 (0)