Skip to content

Commit

Permalink
Merge pull request #465 from Altinity/fix_testflows_tests
Browse files Browse the repository at this point in the history
Add and update TestFlows Lightweight tests
  • Loading branch information
Davit Mnatobishvili authored Feb 16, 2024
2 parents b30e582 + dfff781 commit 6723206
Show file tree
Hide file tree
Showing 8 changed files with 909 additions and 611 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ schema.history.internal.jdbc.schema.history.table.ddl: "CREATE TABLE if not exis
schema.history.internal.jdbc.schema.history.table.name: "altinity_sink_connector.replicate_schema_history"
replacingmergetree.delete.column: "_sign"
enable.snapshot.ddl: "true"
database.connectionTimeZone: "UTC"
database.serverTimezone: "UTC"
clickhouse.datetime.timezone: "UTC"
Original file line number Diff line number Diff line change
Expand Up @@ -162,16 +162,16 @@
"doesn't work without primary key as only last row of insert is replicated",
)
],
"/mysql to clickhouse replication/mysql to clickhouse replication auto/snowflake id/*": [
"/mysql to clickhouse replication/mysql to clickhouse replication auto/partitions/*": [
(
Fail,
"The issue where for some reason the column is shown twice on clickhouse side until you specific finally on select",
"https://github.com/Altinity/clickhouse-sink-connector/issues/461",
)
],
"/mysql to clickhouse replication/mysql to clickhouse replication auto/calculated columns/*": [
"/mysql to clickhouse replication/mysql to clickhouse replication auto/datatypes/datetime/*": [
(
Fail,
"https://github.com/Altinity/clickhouse-sink-connector/issues/459",
"https://github.com/Altinity/clickhouse-sink-connector/issues/462",
)
],
"types/enum": [(Fail, "doesn't create table")],
Expand Down Expand Up @@ -276,6 +276,7 @@ def regression(
"is_deleted",
"calculated_columns",
"partitions",
"datatypes"
]
for module in modules:
Feature(run=load(f"tests.{module}", "module"))
Expand Down
343 changes: 179 additions & 164 deletions sink-connector-lightweight/tests/integration/requirements/requirements.md

Large diffs are not rendered by default.

Loading

0 comments on commit 6723206

Please sign in to comment.