make_links.sh

This commit is contained in:
Ivan Blinkov 2021-09-20 09:51:41 +03:00
parent 9994724049
commit 6a293d73f9
423 changed files with 430 additions and 20 deletions

View File

@ -117,7 +117,7 @@ described [here](tests.md#functional-test-locally).
## Build Check {#build-check}
Builds ClickHouse in various configurations for use in further steps. You have to fix the builds that fail. Build logs often has enough information to fix the error, but you might have to reproduce the failure locally. The `cmake` options can be found in the build log, grepping for `cmake`. Use these options and follow the [general build process](build.md).
Builds ClickHouse in various configurations for use in further steps. You have to fix the builds that fail. Build logs often has enough information to fix the error, but you might have to reproduce the failure locally. The `cmake` options can be found in the build log, grepping for `cmake`. Use these options and follow the [general build process](../development/build.md).
### Report Details
@ -127,7 +127,7 @@ Builds ClickHouse in various configurations for use in further steps. You have t
- **Build type**: `Debug` or `RelWithDebInfo` (cmake).
- **Sanitizer**: `none` (without sanitizers), `address` (ASan), `memory` (MSan), `undefined` (UBSan), or `thread` (TSan).
- **Bundled**: `bundled` build uses libraries from `contrib` folder, and `unbundled` build uses system libraries.
- **Splitted** `splitted` is a [split build](build.md#split-build)
- **Splitted** `splitted` is a [split build](../development/build.md#split-build)
- **Status**: `success` or `fail`
- **Build log**: link to the building and files copying log, useful when build failed.
- **Build time**.
@ -157,7 +157,7 @@ etc. Look at the report to see which tests fail, then reproduce the failure
locally as described [here](tests.md#functional-test-locally). Note that you
have to use the correct build configuration to reproduce -- a test might fail
under AddressSanitizer but pass in Debug. Download the binary from [CI build
checks page](build.md#you-dont-have-to-build-clickhouse), or build it locally.
checks page](../development/build.md#you-dont-have-to-build-clickhouse), or build it locally.
## Functional Stateful Tests
@ -183,11 +183,11 @@ concurrency-related errors. If it fails:
## Split Build Smoke Test
Checks that the server build in [split build](build.md#split-build)
Checks that the server build in [split build](../development/build.md#split-build)
configuration can start and run simple queries. If it fails:
* Fix other test errors first;
* Build the server in [split build](build.md#split-build) configuration
* Build the server in [split build](../development/build.md#split-build) configuration
locally and check whether it can start and run `select 1`.

View File

@ -0,0 +1 @@
../../en/development/adding_test_queries.md

View File

@ -10,7 +10,7 @@ toc_title: "Aarch64\u7528\u306ELinux\u4E0A\u3067ClickHouse\u3092\u69CB\u7BC9\u30
これは、Linuxマシンを使用してビルドする場合のためのものです `clickhouse` AARCH64CPUアーキテクチャを持つ別のLinuxマシン上で実行されるバイナリ。 この目的のために継続的インテグレーションをチェックを実行Linuxサーバー
AARCH64のクロスビルドは [ビルド命令](build.md) 先について来い
AARCH64のクロスビルドは [ビルド命令](../development/build.md) 先について来い
# Clang-8をインストール {#install-clang-8}

View File

@ -8,9 +8,9 @@ toc_title: "Mac OS X\u7528\u306ELinux\u4E0A\u3067ClickHouse\u3092\u69CB\u7BC9\u3
# Mac OS X用のLinux上でClickHouseを構築する方法 {#how-to-build-clickhouse-on-linux-for-mac-os-x}
これは、Linuxマシンを使用してビルドする場合のためのものです `clickhouse` これは、Linuxサーバー上で実行される継続的な統合チェックを目的としています。 Mac OS X上でClickHouseを直接ビルドする場合は、次の手順に進みます [別の命令](build-osx.md).
これは、Linuxマシンを使用してビルドする場合のためのものです `clickhouse` これは、Linuxサーバー上で実行される継続的な統合チェックを目的としています。 Mac OS X上でClickHouseを直接ビルドする場合は、次の手順に進みます [別の命令](../development/build-osx.md).
Mac OS X用のクロスビルドは [ビルド命令](build.md) 先について来い
Mac OS X用のクロスビルドは [ビルド命令](../development/build.md) 先について来い
# Clang-8をインストール {#install-clang-8}

View File

@ -0,0 +1 @@
../../en/development/cmake-in-clickhouse.md

View File

@ -0,0 +1 @@
../../en/development/continuous-integration.md

View File

@ -0,0 +1 @@
../../../en/engines/database-engines/materialized-mysql.md

View File

@ -0,0 +1 @@
../../../en/engines/database-engines/materialized-postgresql.md

View File

@ -0,0 +1 @@
../../../en/engines/database-engines/postgresql.md

View File

@ -0,0 +1 @@
../../../en/engines/database-engines/replicated.md

View File

@ -0,0 +1 @@
../../../en/engines/database-engines/sqlite.md

View File

@ -0,0 +1 @@
../../../../en/engines/table-engines/integrations/ExternalDistributed.md

View File

@ -0,0 +1 @@
../../../../en/engines/table-engines/integrations/embedded-rocksdb.md

View File

@ -0,0 +1 @@
../../../../en/engines/table-engines/integrations/materialized-postgresql.md

View File

@ -0,0 +1 @@
../../../../en/engines/table-engines/integrations/mongodb.md

View File

@ -0,0 +1 @@
../../../../en/engines/table-engines/integrations/postgresql.md

View File

@ -0,0 +1 @@
../../../../en/engines/table-engines/integrations/rabbitmq.md

View File

@ -0,0 +1 @@
../../../../en/engines/table-engines/integrations/s3.md

View File

@ -0,0 +1 @@
../../../../en/engines/table-engines/integrations/sqlite.md

View File

@ -0,0 +1 @@
../../../en/faq/general/columnar-database.md

View File

@ -0,0 +1 @@
../../../en/faq/general/dbms-naming.md

View File

@ -0,0 +1 @@
../../../en/faq/general/index.md

View File

@ -0,0 +1 @@
../../../en/faq/general/mapreduce.md

View File

@ -0,0 +1 @@
../../../en/faq/general/ne-tormozit.md

1
docs/ja/faq/general/olap.md Symbolic link
View File

@ -0,0 +1 @@
../../../en/faq/general/olap.md

View File

@ -0,0 +1 @@
../../../en/faq/general/who-is-using-clickhouse.md

View File

@ -0,0 +1 @@
../../../en/faq/general/why-clickhouse-is-so-fast.md

View File

@ -0,0 +1 @@
../../../en/faq/integration/file-export.md

View File

@ -0,0 +1 @@
../../../en/faq/integration/index.md

View File

@ -0,0 +1 @@
../../../en/faq/integration/json-import.md

View File

@ -0,0 +1 @@
../../../en/faq/integration/oracle-odbc.md

View File

@ -0,0 +1 @@
../../../en/faq/operations/delete-old-data.md

View File

@ -0,0 +1 @@
../../../en/faq/operations/index.md

View File

@ -0,0 +1 @@
../../../en/faq/operations/production.md

View File

@ -0,0 +1 @@
../../../en/faq/use-cases/index.md

View File

@ -0,0 +1 @@
../../../en/faq/use-cases/key-value.md

View File

@ -0,0 +1 @@
../../../en/faq/use-cases/time-series.md

View File

@ -0,0 +1 @@
../../../en/getting-started/example-datasets/brown-benchmark.md

View File

@ -0,0 +1 @@
../../../en/getting-started/example-datasets/cell-towers.md

View File

@ -0,0 +1 @@
../../../en/getting-started/example-datasets/github-events.md

View File

@ -0,0 +1 @@
../../../en/getting-started/example-datasets/menus.md

View File

@ -0,0 +1 @@
../../../en/getting-started/example-datasets/opensky.md

View File

@ -0,0 +1 @@
../../../en/getting-started/example-datasets/recipes.md

View File

@ -0,0 +1 @@
../../../en/getting-started/example-datasets/uk-price-paid.md

View File

@ -0,0 +1 @@
../../en/introduction/info.md

View File

@ -0,0 +1 @@
../../en/operations/caches.md

View File

@ -0,0 +1 @@
../../en/operations/clickhouse-keeper.md

View File

@ -0,0 +1 @@
../../../en/operations/external-authenticators/index.md

View File

@ -0,0 +1 @@
../../../en/operations/external-authenticators/kerberos.md

View File

@ -0,0 +1 @@
../../../en/operations/external-authenticators/ldap.md

View File

@ -0,0 +1 @@
../../en/operations/opentelemetry.md

View File

@ -0,0 +1 @@
../../../en/operations/settings/merge-tree-settings.md

View File

@ -0,0 +1 @@
../../en/operations/storing-data.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/asynchronous_metric_log.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/asynchronous_metrics.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/clusters.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/columns.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/contributors.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/crash-log.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/current-roles.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/data_skipping_indices.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/data_type_families.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/databases.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/detached_parts.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/dictionaries.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/disks.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/distributed_ddl_queue.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/distribution_queue.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/enabled-roles.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/errors.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/events.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/functions.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/grants.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/graphite_retentions.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/index.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/licenses.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/merge_tree_settings.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/merges.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/metric_log.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/metrics.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/mutations.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/numbers.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/numbers_mt.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/one.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/opentelemetry_span_log.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/part_log.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/parts.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/parts_columns.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/processes.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/query_log.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/query_thread_log.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/query_views_log.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/quota_limits.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/quota_usage.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/quotas.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/quotas_usage.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/replicas.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/replicated_fetches.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/replication_queue.md

View File

@ -0,0 +1 @@
../../../en/operations/system-tables/role-grants.md

Some files were not shown because too many files have changed in this diff Show More