ClickHouse/tests
Azat Khuzhin 2c6604ec24 Allow nodes in config with from_env/from_zk and non empty element with replace=1
Such nodes in config are useful as a nodes with default values, that can
be overwritten from ZooKeeper/env.

So after this patch the following is valid, and is interpreted as
default value 86400, and can be overwritten via env:

```xml
<asynchronous_metrics_update_period_s replace="1" from_env="CH_ASYNCHRONOUS_METRICS_UPDATE_PERIOD_S">86400</asynchronous_metrics_update_period_s>
```

While the following is not:

```xml
<asynchronous_metrics_update_period_s             from_env="CH_ASYNCHRONOUS_METRICS_UPDATE_PERIOD_S">86400</asynchronous_metrics_update_period_s>
```

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-12-07 18:01:40 +01:00
..
ci Merge pull request #57413 from ClickHouse/vdimir/bugfix_validate_check_exceptions 2023-12-05 15:01:46 +01:00
config Revert "add function getClientHTTPHeader" 2023-12-05 13:34:34 +03:00
fuzz
instructions
integration Allow nodes in config with from_env/from_zk and non empty element with replace=1 2023-12-07 18:01:40 +01:00
jepsen.clickhouse
perf_drafts
performance Revert "Add new aggregation function groupArraySorted()" 2023-12-05 15:31:17 +03:00
queries Merge pull request #57512 from rschu1ze/revert-revert-sqid 2023-12-07 10:26:02 +01:00
sqllogic
.gitignore Support jijna templates for sql files in clickhouse-test 2021-07-20 16:40:04 +03:00
.rgignore
analyzer_integration_broken_tests.txt
analyzer_tech_debt.txt
clickhouse-test
README.md Revert "Revert "Integration check script fix ups"" 2023-10-17 08:18:17 +00:00
tsan_suppressions.txt
ubsan_suppressions.txt Add ubsan suppression for protobuf (#31835) 2021-11-26 11:36:36 +03:00

Find CI documents and instructions on running CI checks localy here.