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
Alexey Milovidov
05e7106bd5
Merge branch 'master' into patch-1
2022-09-28 01:04:14 +03: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
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
Alexander Tokmakov
7c37079a96
Merge branch 'master' into deprecate_ordinary_database
2022-06-27 14:46:59 +02:00
Robert Schulze
2c828338f4
Replace hyperscan by vectorscan
...
This commit migrates ClickHouse to Vectorscan. The first 10 min of
[0] explain the reasons for it.
(*) Addresses (but does not resolve) #38046
(*) Config parameter names (e.g. "max_hyperscan_regexp_length") are
preserved for compatibility. Likewise, error codes (e.g.
"ErrorCodes::HYPERSCAN_CANNOT_SCAN_TEXT") and function/class names (e.g.
"HyperscanDeleter") are preserved as vectorscan aims to be a drop-in
replacement.
[0] https://www.youtube.com/watch?v=KlZWmmflW6M
2022-06-24 10:47:52 +02:00
Alexander Tokmakov
f00e6b5a7a
deprecate old MergeTree syntax
2022-06-23 11:24:54 +02:00
Nikolai Kochetov
b8d27aa8dd
Merge pull request #37469 from azat/projections-optimize_aggregation_in_order
...
Implement in order aggregation (optimize_aggregation_in_order) for projections for tables with fully materialized projections
2022-06-21 12:17:35 +02:00
Alexander Tokmakov
ca649da97f
better comments
2022-06-16 12:12:44 +02:00
Azat Khuzhin
3e833b403d
tests: fix expectations for 00172_early_constant_folding
...
After AggregatingStep is used, there is not StrictResize processor,
since there is only one stream.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-06-16 09:58:36 +03:00
Alexander Tokmakov
9cac78b498
make tests with tsan less flaky
2022-06-15 19:54:46 +02:00
Nikolai Kochetov
8991f39412
Merge branch 'master' into refactor-read-metrics-and-callbacks
2022-06-02 17:00:08 +00:00
Nikita Mikhaylov
d34e051c69
Support for simultaneous read from local and remote parallel replica ( #37204 )
2022-06-02 11:46:33 +02:00
Nikolai Kochetov
e993343c89
Fix another one test.
2022-05-31 21:38:56 +00:00
mergify[bot]
b43cfd056f
Merge branch 'master' into floating_seconds
2022-05-30 19:18:35 +00:00
Raúl Marín
a86aa43baa
Merge remote-tracking branch 'blessed/master' into floating_seconds_2
2022-05-24 17:10:45 +02:00
mergify[bot]
51ff49a0ee
Merge branch 'master' into i_object_storage
2022-05-23 20:29:49 +00:00
avogar
a6a430c5ee
Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-columns-formats
2022-05-20 11:08:30 +00:00
alesapin
654b27e307
Merge branch 'master' into i_object_storage
2022-05-20 11:56:13 +02:00
alesapin
d4abbf54b0
Update 00170_s3_cache.sql
2022-05-18 23:21:07 +02:00
alesapin
19462bdf9e
Drop filesystem cache before test
2022-05-18 14:31:28 +02:00
Kruglov Pavel
2b655ccb75
Speed up test 00157_cache_dictionary
2022-05-18 12:12:41 +02:00
Raúl Marín
644b7c01bd
Lower the value of settings to match old behaviour
...
Before the change to use floats, this settings were getting
0 as the parsed value, so keep the old value by setting to
zero explicitly
2022-05-14 01:19:19 +02:00