Skip to content

Commit d0d9c56

Browse files
committed
Change wording
1 parent c1fa486 commit d0d9c56

9 files changed

+28
-28
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test_block:
5858
- query: select sum(cnt) from (select count(*) as cnt, template_name, template_version from schemas
5959
group by template_name, template_version having template_name = 't') as t;
6060
- explainContains: 'AISCAN(TEMPLATES_COUNT_INDEX'
61-
# 4.1 Triage: [Deferred: Not failing in CK] failing when running with forced continuations (Received continuation shouldn't be at beginning)
61+
# 4.1 Triage: [Deferred: Client checks for End] failing when running with forced continuations (Received continuation shouldn't be at beginning)
6262
# -
6363
# - query: select sum(cnt) from (select count(*) as cnt, template_name, template_version from schemas
6464
# group by template_name, template_version having template_name = 'TEST_TEMPLATE_1') as t;
@@ -68,7 +68,7 @@ test_block:
6868
- query: select sum(cnt) from (select count(*) as cnt, template_name, template_version from schemas
6969
group by template_name, template_version having template_name = 't' and template_version = 1) as t;
7070
- explainContains: 'AISCAN(TEMPLATES_COUNT_INDEX'
71-
# 4.1 Triage: [Deferred: Not failing in CK] failing when running with forced continuations (Received continuation shouldn't be at beginning)
71+
# 4.1 Triage: [Deferred: Client checks for End] failing when running with forced continuations (Received continuation shouldn't be at beginning)
7272
# -
7373
# - query: select sum(cnt) from (select count(*) as cnt, template_name, template_version from schemas
7474
# group by template_name, template_version having template_name = 'TEST_TEMPLATE_1' and template_version = 1) as t;

yaml-tests/src/test/resources/create-drop.yamsql

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ setup:
4444
- query: drop database if exists /frl/DB
4545
- query: create schema template temp1 create table T1(a1 bigint, primary key(a1))
4646

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:
4848
# Received continuation shouldn't be at beginning
4949
#---
5050
#test_block:
@@ -59,7 +59,7 @@ setup:
5959
connect: "jdbc:embed:/__SYS?schema=CATALOG"
6060
steps:
6161
- 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)
6363
# Embedded -> 4.0.559.6:
6464
# Received continuation shouldn't be at beginning
6565
# 4.1 Triage: fails with force continuations (Does not fail with SNAPSHOT)
@@ -81,7 +81,7 @@ setup:
8181
connect: "jdbc:embed:/__SYS?schema=CATALOG"
8282
steps:
8383
- 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):
8585
# Received continuation shouldn't be at beginning
8686
#---
8787
#test_block:
@@ -96,7 +96,7 @@ setup:
9696
connect: "jdbc:embed:/__SYS?schema=CATALOG"
9797
steps:
9898
- 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):
100100
# Received continuation shouldn't be at beginning
101101
#---
102102
#test_block:
@@ -111,7 +111,7 @@ setup:
111111
connect: "jdbc:embed:/__SYS?schema=CATALOG"
112112
steps:
113113
- 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)
115115
# Embedded -> 4.0.559.6:
116116
# Received continuation shouldn't be at beginning
117117
# 4.1 triage: Fails with force continuations (but not for snapshot)
@@ -133,7 +133,7 @@ setup:
133133
connect: "jdbc:embed:/__SYS?schema=CATALOG"
134134
steps:
135135
- 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):
137137
# Received continuation shouldn't be at beginning
138138
#---
139139
#test_block:
@@ -154,7 +154,7 @@ setup:
154154
# org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
155155
# at app//com.apple.foundationdb.relational.yamltests.command.QueryExecutor.executeStatementWithForcedContinuations(QueryExecutor.java:258)
156156
# 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)
158158
# 4.0.559.6 -> Embedded:
159159
# Received continuation shouldn't be at beginning
160160
#---
@@ -170,7 +170,7 @@ setup:
170170
connect: "jdbc:embed:/__SYS?schema=CATALOG"
171171
steps:
172172
- 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):
174174
# Received continuation shouldn't be at beginning
175175
#---
176176
#test_block:
@@ -185,7 +185,7 @@ setup:
185185
connect: "jdbc:embed:/__SYS?schema=CATALOG"
186186
steps:
187187
- 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):
189189
# Received continuation shouldn't be at beginning
190190
#---
191191
#test_block:
@@ -200,7 +200,7 @@ setup:
200200
connect: "jdbc:embed:/__SYS?schema=CATALOG"
201201
steps:
202202
- 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)
204204
# Embedded -> 4.0.559.6:
205205
# Received continuation shouldn't be at beginning
206206
# 4.1 triage: Both queries fail with force continuations (but not for snapshot)
@@ -228,7 +228,7 @@ setup:
228228
- query: create database /frl/db
229229
- query: create schema /frl/db/s1 with template temp2
230230
- 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):
232232
# Received continuation shouldn't be at beginning
233233
#---
234234
#test_block:
@@ -246,7 +246,7 @@ setup:
246246
connect: "jdbc:embed:/__SYS?schema=CATALOG"
247247
steps:
248248
- 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)
250250
# Embedded -> 4.0.559.6:
251251
# Received continuation shouldn't be at beginning
252252
# 4.1 triage: Both queries fail with force continuations (but not for snapshot)

yaml-tests/src/test/resources/field-index-tests-proto.yamsql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@ test_block:
5656
-
5757
- query: select * from (select * from (select * from "MyTable") as x) as y where ID = 5;
5858
- result: [{ID: !l 5, COL1: !l 10, COL31: !l 5, COL32: !null _, COL2: !l 5}]
59-
# 4.1 Triage: [Deferred: Not failing in CK] failed when running with forced continuations (Received continuation shouldn't be at beginning)
59+
# 4.1 Triage: [Deferred: Client checks for End] failed when running with forced continuations (Received continuation shouldn't be at beginning)
6060
-
6161
- query: select count(*) from (select * from (select * from (select * from "MyTable" where ID = 5) as x) as y) as z;
6262
- maxRows: 0
6363
- result: [{!l 1}]
6464
-
6565
- query: select COL31, COL32 from (select * from (select * from "MyTable") as x) as y where ID = 5;
6666
- result: [{COL31: !l 5, COL32: !null _}]
67-
# 4.1 Triage: [Deferred: Not failing in CK] failed when running with forced continuations (Received continuation shouldn't be at beginning)
67+
# 4.1 Triage: [Deferred: Client checks for End] failed when running with forced continuations (Received continuation shouldn't be at beginning)
6868
-
6969
- query: select sum(COL1) from "MyTable";
7070
- maxRows: 0
7171
- result: [{!l 210}]
72-
# 4.1 Triage: [Deferred: Not failing in CK] failed when running with forced continuations (Received continuation shouldn't be at beginning)
72+
# 4.1 Triage: [Deferred: Client checks for End] failed when running with forced continuations (Received continuation shouldn't be at beginning)
7373
-
7474
- query: select count(COL1) from "MyTable";
7575
- maxRows: 0

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,22 +161,22 @@ test_block:
161161
-
162162
- query: select X.col2 from (select col1, col2 from t1) as x group by x.col1;
163163
- error: "42803"
164-
# 4.1 Triage: [Deferred: Not failing in CK] Test failed when run with forced continuations (Received continuation shouldn't be at beginning)
164+
# 4.1 Triage: [Deferred: Client checks for End] Test failed when run with forced continuations (Received continuation shouldn't be at beginning)
165165
-
166166
- query: select MAX(x.col2) from (select col1,col2 from t1) as x;
167167
- maxRows: 0
168168
- result: [{!l 13}]
169-
# 4.1 Triage: [Deferred: Not failing in CK] Test failed when run with forced continuations (Received continuation shouldn't be at beginning)
169+
# 4.1 Triage: [Deferred: Client checks for End] Test failed when run with forced continuations (Received continuation shouldn't be at beginning)
170170
-
171171
- query: select MIN(x.col2) from (select col1,col2 from t1) as x;
172172
- maxRows: 0
173173
- result: [{!l 1}]
174-
# 4.1 Triage: [Deferred: Not failing in CK] Test failed when run with forced continuations (Received continuation shouldn't be at beginning)
174+
# 4.1 Triage: [Deferred: Client checks for End] Test failed when run with forced continuations (Received continuation shouldn't be at beginning)
175175
-
176176
- query: select COUNT(x.col2) from (select col1,col2 from t1) as x;
177177
- maxRows: 0
178178
- result: [{!l 13}]
179-
# 4.1 Triage: [Deferred: Not failing in CK] Test failed when run with forced continuations (Received continuation shouldn't be at beginning)
179+
# 4.1 Triage: [Deferred: Client checks for End] Test failed when run with forced continuations (Received continuation shouldn't be at beginning)
180180
-
181181
- query: select AVG(x.col2) from (select col1,col2 from t1) as x;
182182
- maxRows: 0
@@ -198,12 +198,12 @@ test_block:
198198
# -
199199
# - query: select G + 4 from (select MIN(x.col2) as G from (select col1,col2 from t1) as x group by x.col1 as K) as Y where G > 5;
200200
# - result: [{!l 10}]
201-
# 4.1 Triage: [Deferred: Not failing in CK] Test failed when run with forced continuations (Received continuation shouldn't be at beginning)
201+
# 4.1 Triage: [Deferred: Client checks for End] Test failed when run with forced continuations (Received continuation shouldn't be at beginning)
202202
-
203203
- query: select COUNT(*) from T1;
204204
- maxRows: 0
205205
- result: [{!l 13}]
206-
# 4.1 Triage: [Deferred: Not failing in CK] Test failed when run with forced continuations (Received continuation shouldn't be at beginning)
206+
# 4.1 Triage: [Deferred: Client checks for End] Test failed when run with forced continuations (Received continuation shouldn't be at beginning)
207207
-
208208
- query: select COUNT(col1) from T1;
209209
- maxRows: 0

yaml-tests/src/test/resources/null-operator-tests.yamsql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test_block:
4545
-
4646
- query: select * from (select * from (select * from T1) as x where ID is null) as y;
4747
- result: []
48-
# 4.1 Triage: [Deferred: Not failing in CK] failed when running with forced continuations (Received continuation shouldn't be at beginning)
48+
# 4.1 Triage: [Deferred: Client checks for End] failed when running with forced continuations (Received continuation shouldn't be at beginning)
4949
-
5050
- query: select count(*) from (select * from (select * from T1) as x where ID is not null) as y;
5151
- maxRows: 0

yaml-tests/src/test/resources/primary-key-tests.yamsql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test_block:
3131
VALUES ((1, 2, 3, 4), 5),
3232
((1, 2, 30, 40), 50)
3333
- error: "23505"
34-
# 4.1 Triage: [Deferred: Not failing in CK] failed when running with forced continuations against 4.0.559.6 (Received continuation shouldn't be at beginning)
34+
# 4.1 Triage: [Deferred: Client checks for End] failed when running with forced continuations against 4.0.559.6 (Received continuation shouldn't be at beginning)
3535
-
3636
- query: SELECT COUNT(*) FROM T1
3737
- maxRows: 0

yaml-tests/src/test/resources/standard-tests-metadata.yamsql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test_block:
5656
-
5757
- query: select * from (select * from (select * from T1) as x) as y where ID = 5;
5858
- result: [{ID: !l 5, !l 10, !l 5}]
59-
# 4.1 Triage: [Deferred: Not failing in CK] failed running with forced continuations (Received continuation shouldn't be at beginning)
59+
# 4.1 Triage: [Deferred: Client checks for End] failed running with forced continuations (Received continuation shouldn't be at beginning)
6060
-
6161
- query: select count(*) from (select * from (select * from (select * from T1 where ID = 5) as x) as y) as z;
6262
- maxRows: 0

yaml-tests/src/test/resources/standard-tests-proto.yamsql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test_block:
5555
-
5656
- query: select * from (select * from (select * from T1) as x) as y where ID = 5;
5757
- result: [{ID: !l 5, !l 10, !l 5}]
58-
# 4.1 Triage: [Deferred: Not failing in CK] failed when running with forced continuations (Received continuation shouldn't be at beginning)
58+
# 4.1 Triage: [Deferred: Client checks for End] failed when running with forced continuations (Received continuation shouldn't be at beginning)
5959
-
6060
- query: select count(*) from (select * from (select * from (select * from T1 where ID = 5) as x) as y) as z;
6161
- maxRows: 0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ test_block:
8383
-
8484
- query: select * from (select * from (select * from T1) as x) as y where ID = 5;
8585
- result: [{ID: !l 5, !l 10, !l 5}]
86-
# 4.1 Triage: [Deferred: Not failing in CK] Failed running with forced continuations: (Received continuation shouldn't be at beginning)
86+
# 4.1 Triage: [Deferred: Client checks for End] Failed running with forced continuations: (Received continuation shouldn't be at beginning)
8787
-
8888
- query: select count(*) from (select * from (select * from (select * from T1 where ID = 5) as x) as y) as z;
8989
- maxRows: 0

0 commit comments

Comments
 (0)