Commit Graph

212 Commits

Author SHA1 Message Date
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
Nikolay Degterinsky
5a611e272a Merge remote-tracking branch 'upstream/master' into obfuscator-schema-inference 2022-09-01 13:07:28 +00:00
Alexey Milovidov
76c2bcd258 Fix test 2022-08-13 02:20:31 +02:00
Nikolay Degterinsky
9bc9555a58 Fix test 2022-08-12 00:20:05 +00:00
Nikolay Degterinsky
c108f4bf0a Add test 2022-08-11 11:56:30 +00:00
Alexey Milovidov
0069a949c4 Fix test 2022-08-11 10:04:31 +02:00
Alexey Milovidov
1a31f82d1e Add a test for #10575 2022-08-11 07:45:48 +02:00
UnamedRus
d828e79ea1
Update 00175_partition_by_ignore.reference 2022-08-04 15:45:06 +03:00
UnamedRus
61b7025981
Create 00175_partition_by_ignore.reference 2022-08-04 00:05:24 +03:00
UnamedRus
aa0c0cf2f9
Add test for ignore function in PARTITION KEY 2022-08-04 00:02:44 +03:00
Igor Nikonov
6a84073801 Fix test 2022-07-27 13:48:17 +00:00
Igor Nikonov
377c04fbf1 Merge remote-tracking branch 'origin/master' into fix_distinct_sorted 2022-07-27 13:01:18 +00:00
Igor Nikonov
cac4d77d0b Merge remote-tracking branch 'origin/master' into distinct_sorted_chunk_perf_impr 2022-07-26 20:36:38 +00:00
Igor Nikonov
24f3a6905f
Merge branch 'master' into fix_distinct_sorted 2022-07-26 21:57:44 +02:00
Mikhail f. Shiryaev
061e61919a
Merge pull request #39450 from ClickHouse/tsal-clang-13
Build thread sanitizer binaries with clang-13
2022-07-26 15:13:17 +02:00
Igor Nikonov
f574a00e7b Fix test 2022-07-25 07:56:50 +00:00
Alexey Milovidov
1f4e7ea34c Add a test 2022-07-25 05:37:07 +02:00
Alexey Milovidov
4cbf4741fb Add a test 2022-07-25 04:16:07 +02:00
Igor Nikonov
5829e47adb Add test: check the optimized DISTINCT output is the same as for
ordinary one
2022-07-24 22:27:02 +00:00
Anton Popov
c1a5514e46 fix reading from async read buffer with direct io 2022-07-22 16:58:30 +00:00
Mikhail f. Shiryaev
c6b251d0cb
Revert "Merge pull request #38106 from ClickHouse/tsan_less_flaky_tests"
This reverts commit 0ae0cc54aa, reversing
changes made to 1d7cf28cab.
2022-07-22 12:14:23 +02:00
Igor Nikonov
8bd423f7dc Fix test: move test to stateful tests 2022-07-21 05:27:31 +00:00
Dmitry Novik
ffa5ef6293 Update tests 2022-07-12 00:14:41 +00:00
vdimir
a4b93c7454
Add algorithms to 00172_parallel_join 2022-07-06 14:27:34 +00:00