Skip to content

Commit f316ebc

Browse files
committed
changefeedccl: add geo case to skipped random expressions test
Adds the "error parsing EWKB" case to the skipped error cases in TestChangefeedRandomExpressions. Epic: none Fixes: #147247 Release note: None
1 parent e4d1523 commit f316ebc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/ccl/changefeedccl/changefeed_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,6 +1367,7 @@ func TestChangefeedRandomExpressions(t *testing.T) {
13671367
"invalid regular expression",
13681368
"invalid escape string",
13691369
"error parsing GeoJSON",
1370+
"error parsing EWKB",
13701371
"error parsing EWKT",
13711372
"geometry type is unsupported",
13721373
"should be of length",

0 commit comments

Comments
 (0)