Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions e2e_test/source_inline/pulsar/basic.slt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ python3 e2e_test/commands/pulsar_util.py create-topic --topic 'persistent://publ
system ok
python3 e2e_test/commands/pulsar_util.py create-topic --topic 'non-persistent://public/default/non-persistent' --partitions 0 --non-persistent

statement error
statement error topic persistent://public/default/topic-non-exist not found on broker
create table t_non_exist (
f1 int,
f2 varchar)
Expand All @@ -26,14 +26,6 @@ with (
service.url = '${PULSAR_BROKER_URL}',
topic = 'persistent://public/default/topic-non-exist',
) format plain encode json;
----
db error: ERROR: Failed to run the query

Caused by these errors (recent errors listed first):
1: gRPC request to meta service (call `/ddl_service.DdlService/CreateTable`) failed: Internal error
2: failed to create source worker
3: topic persistent://public/default/topic-non-exist not found on broker, available topics: ["persistent://public/default/topic-partition-0", "persistent://public/default/topic-partition-1", "persistent://public/default/topic-partition-2", "persistent://public/default/unpartitioned"]


# expected: skip existance check for non-persistent topic
statement ok
Expand Down
Loading