44
44
- query: drop database if exists /frl/DB
45
45
- query: create schema template temp1 create table T1(a1 bigint, primary key(a1))
46
46
47
- # 4.1 triage: [Deferred: Not failing in CK ] Fails with force continuations for all versions with:
47
+ # 4.1 triage: [Deferred: Client checks for End ] Fails with force continuations for all versions with:
48
48
# Received continuation shouldn't be at beginning
49
49
#---
50
50
#test_block:
59
59
connect: "jdbc:embed:/__SYS?schema=CATALOG"
60
60
steps:
61
61
- query: drop schema template temp1
62
- # 4.1 triage: [Deferred: Not failing in CK ] Fails with force continuations (Does not fail with SNAPSHOT)
62
+ # 4.1 triage: [Deferred: Client checks for End ] Fails with force continuations (Does not fail with SNAPSHOT)
63
63
# Embedded -> 4.0.559.6:
64
64
# Received continuation shouldn't be at beginning
65
65
# 4.1 Triage: fails with force continuations (Does not fail with SNAPSHOT)
81
81
connect: "jdbc:embed:/__SYS?schema=CATALOG"
82
82
steps:
83
83
- query: create schema template temp2 create table T1(a1 bigint, primary key(a1))
84
- # 4.1 triage: [Deferred: Not failing in CK ] Fails with force continuations for all versions (including SNAPSHOT):
84
+ # 4.1 triage: [Deferred: Client checks for End ] Fails with force continuations for all versions (including SNAPSHOT):
85
85
# Received continuation shouldn't be at beginning
86
86
#---
87
87
#test_block:
96
96
connect: "jdbc:embed:/__SYS?schema=CATALOG"
97
97
steps:
98
98
- query: create database /frl/db
99
- # 4.1 triage: [Deferred: Not failing in CK ] Fails with force continuations for all versions (including SNAPSHOT):
99
+ # 4.1 triage: [Deferred: Client checks for End ] Fails with force continuations for all versions (including SNAPSHOT):
100
100
# Received continuation shouldn't be at beginning
101
101
#---
102
102
#test_block:
@@ -111,7 +111,7 @@ setup:
111
111
connect: "jdbc:embed:/__SYS?schema=CATALOG"
112
112
steps:
113
113
- query: drop database /frl/db
114
- # 4.1 triage: [Deferred: Not failing in CK ] Fails with force continuations (but not for snapshot)
114
+ # 4.1 triage: [Deferred: Client checks for End ] Fails with force continuations (but not for snapshot)
115
115
# Embedded -> 4.0.559.6:
116
116
# Received continuation shouldn't be at beginning
117
117
# 4.1 triage: Fails with force continuations (but not for snapshot)
@@ -133,7 +133,7 @@ setup:
133
133
connect: "jdbc:embed:/__SYS?schema=CATALOG"
134
134
steps:
135
135
- query: create database /frl/db
136
- # 4.1 triage: [Deferred: Not failing in CK ] Fails with force continuations for all versions (including SNAPSHOT):
136
+ # 4.1 triage: [Deferred: Client checks for End ] Fails with force continuations for all versions (including SNAPSHOT):
137
137
# Received continuation shouldn't be at beginning
138
138
#---
139
139
#test_block:
@@ -154,7 +154,7 @@ setup:
154
154
# org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
155
155
# at app//com.apple.foundationdb.relational.yamltests.command.QueryExecutor.executeStatementWithForcedContinuations(QueryExecutor.java:258)
156
156
# at app//com.apple.foundationdb.relational.yamltests.command.QueryExecutor.executeStatementAndCheckForceContinuations(QueryExecutor.java:219)
157
- # 4.1 triage: [Deferred: Not failing in CK ] Fails with force continuations (but not for snapshot)
157
+ # 4.1 triage: [Deferred: Client checks for End ] Fails with force continuations (but not for snapshot)
158
158
# 4.0.559.6 -> Embedded:
159
159
# Received continuation shouldn't be at beginning
160
160
#---
@@ -170,7 +170,7 @@ setup:
170
170
connect: "jdbc:embed:/__SYS?schema=CATALOG"
171
171
steps:
172
172
- query: create database /frl/db
173
- # 4.1 triage: [Deferred: Not failing in CK ] Fails with force continuations for all versions (including SNAPSHOT):
173
+ # 4.1 triage: [Deferred: Client checks for End ] Fails with force continuations for all versions (including SNAPSHOT):
174
174
# Received continuation shouldn't be at beginning
175
175
#---
176
176
#test_block:
@@ -185,7 +185,7 @@ setup:
185
185
connect: "jdbc:embed:/__SYS?schema=CATALOG"
186
186
steps:
187
187
- query: create schema /frl/db/s1 with template temp2
188
- # 4.1 triage: [Deferred: Not failing in CK ] Fails with force continuations for all versions (including SNAPSHOT):
188
+ # 4.1 triage: [Deferred: Client checks for End ] Fails with force continuations for all versions (including SNAPSHOT):
189
189
# Received continuation shouldn't be at beginning
190
190
#---
191
191
#test_block:
@@ -200,7 +200,7 @@ setup:
200
200
connect: "jdbc:embed:/__SYS?schema=CATALOG"
201
201
steps:
202
202
- query: drop database /frl/db
203
- # 4.1 triage: [Deferred: Not failing in CK ] Both queries fail with force continuations (but not for snapshot)
203
+ # 4.1 triage: [Deferred: Client checks for End ] Both queries fail with force continuations (but not for snapshot)
204
204
# Embedded -> 4.0.559.6:
205
205
# Received continuation shouldn't be at beginning
206
206
# 4.1 triage: Both queries fail with force continuations (but not for snapshot)
@@ -228,7 +228,7 @@ setup:
228
228
- query: create database /frl/db
229
229
- query: create schema /frl/db/s1 with template temp2
230
230
- query: create schema /frl/db/s2 with template temp2
231
- # 4.1 triage: [Deferred: Not failing in CK ] Both queries fail with force continuations for all versions (including SNAPSHOT):
231
+ # 4.1 triage: [Deferred: Client checks for End ] Both queries fail with force continuations for all versions (including SNAPSHOT):
232
232
# Received continuation shouldn't be at beginning
233
233
#---
234
234
#test_block:
@@ -246,7 +246,7 @@ setup:
246
246
connect: "jdbc:embed:/__SYS?schema=CATALOG"
247
247
steps:
248
248
- query: drop database /frl/db
249
- # 4.1 triage: [Deferred: Not failing in CK ] Both queries fail with force continuations (but not for snapshot)
249
+ # 4.1 triage: [Deferred: Client checks for End ] Both queries fail with force continuations (but not for snapshot)
250
250
# Embedded -> 4.0.559.6:
251
251
# Received continuation shouldn't be at beginning
252
252
# 4.1 triage: Both queries fail with force continuations (but not for snapshot)
0 commit comments