mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 03:22:14 +00:00
Merge pull request #38351 from ClickHouse/fix_test
Followup test fix for ban projections
This commit is contained in:
commit
2a50b35e9b
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Tags: no-fasttest, long
|
# Tags: no-fasttest, long, no-s3-storage
|
||||||
# Tag no-fasttest: setting use_metadata_cache=true is not supported in fasttest, because clickhouse binary in fasttest is build without RocksDB.
|
# Tag no-fasttest: setting use_metadata_cache=true is not supported in fasttest, because clickhouse binary in fasttest is build without RocksDB.
|
||||||
# To suppress Warning messages from CHECK TABLE
|
# To suppress Warning messages from CHECK TABLE
|
||||||
CLICKHOUSE_CLIENT_SERVER_LOGS_LEVEL=error
|
CLICKHOUSE_CLIENT_SERVER_LOGS_LEVEL=error
|
||||||
@ -7,6 +7,8 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
|||||||
# shellcheck source=../shell_config.sh
|
# shellcheck source=../shell_config.sh
|
||||||
. "$CURDIR"/../shell_config.sh
|
. "$CURDIR"/../shell_config.sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
table_engines=(ReplicatedMergeTree)
|
table_engines=(ReplicatedMergeTree)
|
||||||
database_engines=(Ordinary Atomic)
|
database_engines=(Ordinary Atomic)
|
||||||
use_metadata_caches=(false true)
|
use_metadata_caches=(false true)
|
||||||
|
Loading…
Reference in New Issue
Block a user