Commit Graph

235 Commits

Author SHA1 Message Date
Nikita Mikhaylov
7b526d3df9
Always communicate with local replica through loopback interface for parallel replicas (#48246) 2023-04-05 13:32:46 +02:00
alesapin
bc143b35ce Remove slow outdated test 2023-03-28 16:44:44 +02:00
Nikolai Kochetov
327674f56d
Merge pull request #46537 from ClickHouse/aggregate-projections-analysis-query-plan
Projections analysis from query plan
2023-03-25 13:23:30 +01:00
Dmitry Novik
0638f31a09
Merge pull request #47727 from ClickHouse/const-aggregation-key-fix
Fix aggregation with constant key in planner
2023-03-24 19:47:20 +01:00
Nikolai Kochetov
73e98de46d Merge branch 'master' into aggregate-projections-analysis-query-plan 2023-03-23 21:28:36 +01:00
Nikita Mikhaylov
301e26b23d
Parallel replicas. Part 2.5 (#47858) 2023-03-22 13:05:38 +01:00
Dmitry Novik
49ffda181b Update test reference 2023-03-21 14:52:13 +00:00
Nikolai Kochetov
669a92bae0 Merge branch 'master' into aggregate-projections-analysis-query-plan 2023-03-13 19:55:49 +01:00
Dmitry Novik
429696b575 Update reference file 2023-03-07 22:57:47 +00:00
Dmitry Novik
13f1e5b022 Merge remote-tracking branch 'origin/master' into analyzer-group-by-use-nulls 2023-03-07 16:16:48 +00:00
Maksim Kita
d39be3ac9c Fixed tests 2023-03-01 18:05:07 +01:00
Dmitry Novik
54680b1a0a Merge remote-tracking branch 'origin/master' into analyzer-group-by-use-nulls 2023-03-01 01:08:17 +00:00
Nikolai Kochetov
3392b96cc3
Merge branch 'master' into aggregate-projections-analysis-query-plan 2023-02-27 14:07:04 +01:00
Nikolai Kochetov
9749bd491b Fixing test. 2023-02-22 10:26:13 +00:00
Nikolai Kochetov
a47860af17 Fixing more tests. 2023-02-21 19:50:17 +00:00
Kseniia Sumarokova
9fb7d4fd05
Update .reference 2023-02-20 12:55:24 +01:00
Kseniia Sumarokova
34cda2bcb2
Update 00170_s3_cache.sql 2023-02-20 12:54:13 +01:00
Dmitry Novik
0e5975c50d
Merge branch 'master' into analyzer-group-by-use-nulls 2023-02-15 17:01:30 +01:00
Nikita Taranov
cbd10c4493
Fix mbm with aio on top of query plan (#45892) 2023-02-14 14:02:54 +01:00
Dmitry Novik
8a3be450c3 Add test query 2023-02-13 18:38:07 +00:00
Dmitry Novik
3ea3b3545d Add statefull test 2023-02-03 18:02:50 +00:00
Nikita Mikhaylov
33877b5e00
Parallel replicas. Part [2] (#43772) 2023-02-03 14:34:18 +01:00
vdimir
1e9ccfb4b9
wip 2023-01-17 12:21:56 +00:00
Alexander Gololobov
0ae7f03516
Merge branch 'master' into fix_unicode_bar 2022-12-22 14:53:33 +01:00
Alexander Gololobov
5349a0b966 Update stateful test results, diff is caused by duplicate U+258B in the old version 2022-12-20 16:50:31 +01:00
vdimir
c7636a0af2
Rename 00172_parallel_join to 00172_hits_joins 2022-12-19 11:09:22 +00:00
vdimir
36557f1e74
Disable grase_hash in test 00172_parallel_join 2022-12-19 11:07:30 +00:00
Vladimir C
53dc70a2d0
Merge pull request #38191 from BigRedEye/grace_hash_join
Closes https://github.com/ClickHouse/ClickHouse/issues/11596
2022-11-30 17:01:00 +01:00
avogar
66f5918c89 Try fix flaky test 00176_bson_parallel_parsing.sh 2022-11-25 20:10:31 +00:00
Igor Nikonov
20e67b7140 Merge remote-tracking branch 'origin/master' into HEAD 2022-11-24 13:10:37 +00:00
Sema Checherinda
db86cd0f0a fix several critical races, fix tests 2022-11-23 15:16:08 +00:00
Alexander Tokmakov
a2c53a56c2
Update 00176_bson_parallel_parsing.sh 2022-11-23 14:57:13 +03:00
Igor Nikonov
6ef83f455c
Merge pull request #43410 from ClickHouse/igor/fix-distinct-limitby-limit
Fix: limit hint for DISTINCT ignores LIMIT BY
2022-11-23 12:43:15 +01:00
Igor Nikonov
7f8d07e4b7 Fix: limit hint for DISTINCT ignores LIMIT BY
+ test
2022-11-20 23:06:57 +00:00
Kruglov Pavel
ebdfbf43db
Adjust test 2022-11-17 13:43:49 +01:00
avogar
c051bac01a Remove trash 2022-11-16 13:27:05 +00:00
avogar
ba0cb86837 Add more tests 2022-11-16 12:25:31 +00:00
vdimir
506bf2d225
Merge branch 'master' into grace_hash_join 2022-10-26 12:25:50 +00:00
Azat Khuzhin
9a9bbac19b tests: avoid model overlap for obfuscator
In case of stress tests it is possible, and there is LOGICAL_ERROR in
case of error, which will create core dump.

Actually on CI [1] there error was likely this:

    stress_test_run_17.txt:/usr/share/clickhouse-test/queries/1_stateful/00175_obfuscator_schema_inference.sh: line 18: /tmp/clickhouse-test/1_stateful/model.bin: No such file or directory

So the file had been removed by another concurrent test.

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/42190/56bc85746fa0b553e43c2253250404cfcca46855/stress_test__ubsan_.html

Note, that actually it is enough just to change the name in this two
tests, however let's make them even more error-resistant.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-10-22 21:14:49 +02:00
Alexey Milovidov
ba5c3d122f Remove old test 2022-10-20 23:59:43 +02:00
Alexey Milovidov
8a066b5eef Fix test 2022-10-11 01:28:36 +02:00
Alexey Milovidov
1cb91e72fb Add a test for #658 2022-10-09 04:46:32 +02:00
vdimir
7ebc297f4c
Merge branch 'master' into pr/BigRedEye/38191 2022-09-30 09:40:47 +00:00
Alexey Milovidov
05e7106bd5
Merge branch 'master' into patch-1 2022-09-28 01:04:14 +03:00
vdimir
28818c597a
wip grace hash join 2022-09-27 12:33:09 +00:00
Alexey Milovidov
f7aba18185
Fix test 2022-09-18 07:44:25 +03:00
avogar
ef7f7b30aa Fix tests 2022-09-15 18:20:17 +00:00
vdimir
7f6c8a0ae7
More tests for grace hash join 2022-09-15 12:14:27 +00:00
vdimir
8183b07dfa
Fix 01721_join_implicit_cast_long 2022-09-07 16:38:47 +00:00
Nikolay Degterinsky
330e3324b0 Fix test 2022-09-05 12:46:26 +00:00