mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Merge branch 'master' into pchhetri/fix-45690
This commit is contained in:
commit
6a97d938fb
@ -1,6 +1,8 @@
|
|||||||
-- Tags: no-asan
|
-- Tags: no-asan
|
||||||
-- no-asan: the flaky check complains that the test sometimes runs > 60 sec on asan builds
|
-- no-asan: the flaky check complains that the test sometimes runs > 60 sec on asan builds
|
||||||
|
|
||||||
|
set allow_suspicious_codecs=1;
|
||||||
|
|
||||||
select 'Original bug: the same query executed multiple times yielded different results.';
|
select 'Original bug: the same query executed multiple times yielded different results.';
|
||||||
select 'For unclear reasons this happened only in Release builds, not in Debug builds.';
|
select 'For unclear reasons this happened only in Release builds, not in Debug builds.';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user