Skip to content

Commit 888b1ca

Browse files
authored
Merge pull request #34263 from petrosagg/remove-non-essential-statements
test: remove non-essential statement that results in flakiness
2 parents 31cfc79 + 54e63c1 commit 888b1ca

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/testdrive/alter-sink.td

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
# the Business Source License, use of this software will be governed
88
# by the Apache License, Version 2.0.
99

10-
# TODO: Reenable when https://github.com/MaterializeInc/database-issues/issues/8636 is fixed
11-
$ skip-if
12-
SELECT true
13-
1410
$ set-arg-default single-replica-cluster=quickstart
1511

1612
> CREATE CONNECTION kafka_conn
@@ -116,11 +112,6 @@ contains:canceling statement due to user request
116112
# There is a meaningful difference in having an object created after the sink
117113
# already exists, see incident-131:
118114
> CREATE TABLE created_post_alter (created_post_name string, created_post_value int);
119-
# This value should be ignored by the sink because the alter will happen after
120-
# this record has been inserted and we don't re-emit a snapshot of the new
121-
# collection when it changes.
122-
> INSERT INTO created_post_alter VALUES ('ignored', 0);
123-
> INSERT INTO created_post_alter VALUES ('ignored2', 1);
124115

125116
> ALTER SINK sink SET FROM created_post_alter;
126117

0 commit comments

Comments
 (0)