Skip to content

Commit 860ecad

Browse files
committed
fix codes in regexps for updates postgres
1 parent e3f42f4 commit 860ecad

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

tools/greenplum-to-pg-tests/issues.yaml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ issues:
1212
count: 8256783
1313
issue_regexp: Cannot find table
1414
print_issue_to_log: True
15-
- name: Select from pg_tables
16-
count: 3930760
17-
query_regexp:
18-
- (?is)SELECT.*FROM\s+pg_
1915
- name: 'PG: InsertStmt: not supported onConflictClause'
2016
count: 1482133
2117
issue_link: https://github.com/ydb-platform/ydb/issues/7194
@@ -90,7 +86,7 @@ issues:
9086
tag:
9187
- YQLParser
9288
issue_regexp:
93-
- '^RawStmt: alternative is not implemented yet : 277$'
89+
- '^RawStmt: alternative is not implemented yet : 223$'
9490
example: create table t as select 1
9591
- name: Stored procedures
9692
count: 607374
@@ -114,35 +110,30 @@ issues:
114110
- name: 'PG: Support NOT DISTINCT'
115111
count: 11
116112
issue_regexp:
117-
- 'A_Expr_Kind unsupported value: 4'
113+
- '^A_Expr_Kind unsupported value: 4$'
118114
example: SELECT 1 IS NOT DISTINCT FROM 2
119-
- name: 'PG: unrecognized configuration parameter'
120-
count: 1621022
121-
issue_regexp:
122-
- unrecognized configuration parameter
123115
- name: Call function from own schema
124116
count: 480183
125117
issue_regexp:
126118
- 'FuncCall: expected pg_catalog, but got: '
127119
- name: Unimplemented Discard
128120
count: 0
129121
issue_regexp:
130-
- '^RawStmt: alternative is not implemented yet : 282$'
122+
- '^RawStmt: alternative is not implemented yet : 226$'
131123
example: DISCARD ALL
132124
- name: ANALYZE
133125
count: 15071109
134126
issue_regexp:
135127
- "^RawStmt: alternative is not implemented yet : 220$"
136-
- "^RawStmt: alternative is not implemented yet : 276$"
137128
example: |
138129
ANALYZE lc;
139130
analyse q;
140131
- name: RESET var
141132
issue_regexp: "^VariableSetStmt, not supported kind: 4$"
142133
query_regexp: RESET ROLE
143134
- name: SELECT setconfig as
144-
issue_regexp: "^Expected AConst node as is_local arg, but got node with tag: 357$"
135+
issue_regexp: "^Expected AConst node as is_local arg, but got node with tag: 61$"
145136
example: SELECT set_config($1, $2, $3) as myvar
146137
- name: Lock table
147-
issue_regexp: "^RawStmt: alternative is not implemented yet : 289$"
138+
issue_regexp: "^RawStmt: alternative is not implemented yet : 227$"
148139
example: LOCK TABLE asd IN EXCLUSIVE MODE

0 commit comments

Comments
 (0)