mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 05:22:17 +00:00
Fix tests
This commit is contained in:
parent
54c0bdee09
commit
1957409b43
@ -2,6 +2,4 @@ Instruction check fail. The CPU does not support SSSE3 instruction set.
|
|||||||
Instruction check fail. The CPU does not support SSE4.1 instruction set.
|
Instruction check fail. The CPU does not support SSE4.1 instruction set.
|
||||||
Instruction check fail. The CPU does not support SSE4.2 instruction set.
|
Instruction check fail. The CPU does not support SSE4.2 instruction set.
|
||||||
Instruction check fail. The CPU does not support POPCNT instruction set.
|
Instruction check fail. The CPU does not support POPCNT instruction set.
|
||||||
<jemalloc>: MADV_DONTNEED does not work (memset will be used instead)
|
|
||||||
<jemalloc>: (This is the expected behaviour if you are running under QEMU)
|
|
||||||
1
|
1
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Tags: no-tsan, no-asan, no-ubsan, no-msan, no-debug, no-fasttest, no-cpu-aarch64
|
# Tags: no-tsan, no-asan, no-ubsan, no-msan, no-debug, no-fasttest, no-cpu-aarch64
|
||||||
# Tag no-fasttest: avoid dependency on qemu -- invonvenient when running locally
|
# Tag no-fasttest: avoid dependency on qemu -- inconvenient when running locally
|
||||||
|
|
||||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||||
# shellcheck source=../shell_config.sh
|
# shellcheck source=../shell_config.sh
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
<jemalloc>: Number of CPUs detected is not deterministic. Per-CPU arena disabled.
|
|
||||||
1
|
1
|
||||||
<jemalloc>: Number of CPUs detected is not deterministic. Per-CPU arena disabled.
|
|
||||||
100000000
|
100000000
|
||||||
1
|
1
|
||||||
|
Loading…
Reference in New Issue
Block a user