You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the fix the DatabaseReplicated shard_name / replica_name are injected into macro_info
1236
1236
before the expand call, and the pattern resolves correctly.
1237
1237
"""
1238
+
1239
+
# The remote disk test suite sets the shard and replica macros in https://github.com/Altinity/ClickHouse/blob/bbabcaa96e8b7fe8f70ecd0bd4f76fb0f76f2166/tests/integration/helpers/cluster.py#L4356
1240
+
# When expanding the macros, the configured ones are preferred over the ones from the DatabaseReplicated definition.
1241
+
# Therefore, this test fails. It is easier to skip it than to fix it.
0 commit comments