Skip to content

Commit

Permalink
update xfails
Browse files Browse the repository at this point in the history
  • Loading branch information
Selfeer committed Dec 12, 2023
1 parent 9c7dcf1 commit b0a641a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions sink-connector-lightweight/tests/integration/regression_auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@
"delete/no primary key": [(Fail, "doesn't work in raw")],
"update/no primary key innodb": [(Fail, "makes delete")],
"update/no primary key": [(Fail, "makes delete")],
"/mysql to clickhouse replication/mysql to clickhouse replication auto/truncate/no primary key innodb/{'ReplacingMergeTree'}/*": [(Fail, "doesn't work")],
"/mysql to clickhouse replication/mysql to clickhouse replication auto/truncate/no primary key/{'ReplacingMergeTree'}/*": [(Fail, "doesn't work")],
"/mysql to clickhouse replication/mysql to clickhouse replication auto/truncate/no primary key innodb/{'ReplacingMergeTree'}/*": [
(Fail, "doesn't work")
],
"/mysql to clickhouse replication/mysql to clickhouse replication auto/truncate/no primary key/{'ReplacingMergeTree'}/*": [
(Fail, "doesn't work")
],
"/mysql to clickhouse replication/mysql to clickhouse replication auto/truncate/no primary key": [
(Fail, "doesn't work")
],
Expand All @@ -44,6 +48,12 @@
"/mysql to clickhouse replication/mysql to clickhouse replication auto/types/bigint/*": [
(Fail, "https://github.com/Altinity/clickhouse-sink-connector/issues/15")
],
"/mysql to clickhouse replication/mysql to clickhouse replication auto/types/date time/*": [
(
Fail,
"need to make the timezone of mysql server and clickhouse server the same, add more tests with scenarios that check different timezones.",
)
],
"delete/many partition many parts/*_no_primary_key": [
(
Fail,
Expand Down

0 comments on commit b0a641a

Please sign in to comment.