Commit Graph

104060 Commits

Author SHA1 Message Date
Smita Kulkarni
5592d30798 Updated to skip access check for hdfs , as done for other tests - Allow macro substitution in endpoint 2023-01-02 14:03:51 +01:00
Smita Kulkarni
2f73bf48b8 Added config to integration test test_endpoint_macro_substitution - Allow macro substitution in endpoint 2023-01-02 11:43:19 +01:00
SmitaRKulkarni
f9a3aeb172
Merge branch 'master' into 40951_Allow_macro_substitution_in_endpoint 2022-12-30 10:43:14 +01:00
Nikolay Degterinsky
dfe93b5d82
Merge pull request #42284 from Algunenano/perf_experiment
Performance experiment
2022-12-30 03:14:22 +01:00
Nikolay Degterinsky
e7df1f7113
Merge pull request #43293 from YunlongChen/patch-1
Update index.md
2022-12-30 03:06:51 +01:00
stan
01a1da9c43
Merge branch 'master' into patch-1 2022-12-30 07:29:46 +08:00
Alexey Milovidov
763a875b24
Merge pull request #44648 from ClickHouse/vdimir/issue-44644
Apply aggregate_functions_null_for_empty in QueryAnalysisPass
2022-12-30 01:52:49 +03:00
Alexey Milovidov
7e33579ba0
Merge pull request #44724 from ClickHouse/fix-flaky-test-02102_row_binary_with_names_and_types
Fix flaky test "02102_row_binary_with_names_and_types.sh"
2022-12-30 01:45:26 +03:00
Alexey Milovidov
e54bf36a3e
Merge pull request #44722 from ClickHouse/rename_file
Rename log in stress test
2022-12-30 01:44:48 +03:00
Alexey Milovidov
a99251d6f2
Merge pull request #44721 from ClickHouse/fix-flaky-test-4
Fix flaky test
2022-12-30 01:44:25 +03:00
Alexey Milovidov
f84064d05a
Merge pull request #44720 from ClickHouse/improve-fuzzer
A few improvements to AST Fuzzer
2022-12-30 01:43:55 +03:00
Alexey Milovidov
2872f0dcaf
Merge pull request #44723 from ClickHouse/better-stress-test
Debug deadlock in stress test
2022-12-30 01:43:32 +03:00
Kruglov Pavel
150a699dda
Merge pull request #44546 from Avogar/better-object-as-string-inference
Improve json object as string inference
2022-12-29 21:58:46 +01:00
Alexander Gololobov
fbae502499
Merge pull request #42126 from ClickHouse/fix_invalid_number_of_rows_in_chunk_with_prewhere
Fixing "Invalid number of rows in Chunk" with lightweight deletes
2022-12-29 21:46:12 +01:00
Alexey Milovidov
3bbc8b5d7a
Merge pull request #44713 from ClickHouse/vdimir/remove_optimize_fuse
Remove optimizeFuseQuantileFunctions on AST
2022-12-29 23:20:34 +03:00
Denny Crane
77e3b9baa5
Update entrypoint.sh (#44699)
create xml with user settings if CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT is set
2022-12-29 21:09:44 +01:00
Alexey Milovidov
07f2cbef12 Fix flaky test "02102_row_binary_with_names_and_types.sh" 2022-12-29 20:18:26 +01:00
Alexey Milovidov
f423dced5a Debug deadlock in stress test 2022-12-29 20:06:09 +01:00
alesapin
9eeb7db2f3 Rename log in stress test 2022-12-29 19:33:32 +01:00
Alexey Milovidov
0ef766680c Fix flaky test 2022-12-29 19:21:59 +01:00
Alexey Milovidov
79ae191611 A few improvements to AST Fuzzer 2022-12-29 18:55:28 +01:00
Alexey Milovidov
4c80f597c9
Merge pull request #44706 from kssenii/fix-filelog-tests
Fix flaky filelog tests with database ordinary
2022-12-29 20:31:08 +03:00
robot-clickhouse
c09d1bc758 Automatic style fix 2022-12-29 15:16:50 +00:00
Smita Kulkarni
8cc3b2e26c Fixed integration flaky test issue by specifying hdfs client in each test- Allow macro substitution in endpoint 2022-12-29 16:10:06 +01:00
vdimir
17c1ec8240
Remove optimizeFuseQuantileFunctions 2022-12-29 14:43:33 +00:00
Alexander Tokmakov
4f73046520
Implement SYSTEM DROP DATABASE REPLICA (#42807) 2022-12-29 15:34:11 +01:00
Alexander Gololobov
a02a631d51 Cleanups based on code review 2022-12-29 15:00:42 +01:00
Alexander Gololobov
7df137e460 Replaced asserts with logical errors 2022-12-29 14:33:11 +01:00
Nikita Mikhaylov
ffaff7167b
Fix flaky tests (#44690) 2022-12-29 14:32:10 +01:00
Alexey Milovidov
7f0800fbd1
Merge pull request #44339 from ClickHouse/add-test-36038
Add a test for #36038
2022-12-29 15:45:01 +03:00
Alexey Milovidov
875797ee63
Merge pull request #44685 from ClickHouse/remove-old-code-4
Remove old code
2022-12-29 15:43:59 +03:00
Alexey Milovidov
6a45964cf5
Merge pull request #44687 from ClickHouse/fix-flaky-test-git-import
Fix flaky test git-import
2022-12-29 15:43:30 +03:00
Alexey Milovidov
9378194320
Merge pull request #44688 from ClickHouse/improve-odbc-test
Improve odbc test
2022-12-29 15:40:47 +03:00
Alexey Milovidov
90e9aab633
Merge pull request #44693 from ClickHouse/fix-log-tinylog-stripelog-race
Fix flaky test "01502_long_log_tinylog_deadlock_race"
2022-12-29 15:37:27 +03:00
Alexey Milovidov
e429757f08
Merge pull request #44702 from azat/tests/test_keeper_auth-fixes
tests: more fixes for test_keeper_auth
2022-12-29 15:35:31 +03:00
alesapin
02c3e708af
Merge pull request #44694 from Algunenano/old_part_improvement
Improve handling of old parts
2022-12-29 13:14:52 +01:00
kssenii
4c111465cd Fix 2022-12-29 12:59:09 +01:00
alesapin
b1ed48a977
Merge pull request #44628 from ClickHouse/CurtizJ-fix-restart-after-quorum-insert
Fix restart after quorum insert
2022-12-29 12:51:54 +01:00
alesapin
7e4e94890e
Merge pull request #44689 from ClickHouse/add_retries_ch_test
Add retries to HTTP requests in ClickHouse test
2022-12-29 12:43:27 +01:00
Vladimir C
f002ff605d
Merge pull request #44261 from lzydmxy/remove-limits-on-maximum-result-for-view
fixes https://github.com/ClickHouse/ClickHouse/issues/44260
2022-12-29 11:53:57 +01:00
Azat Khuzhin
90b707d130 tests: more fixes for test_keeper_auth
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-29 09:29:24 +01:00
Alexander Gololobov
059ec6f747 Cleanups 2022-12-29 01:22:47 +01:00
Alexey Milovidov
aed94bd194
Merge pull request #44672 from chhetripradeep/pchhetri/fix-typo
Fix minor typo: replace validate_bugix_check with validate_bugfix_check
2022-12-29 01:57:23 +03:00
Alexey Milovidov
f7b2b961f7
Merge pull request #44667 from azat/tests/integration/dmesg-fix
Move dmesg dumping out from runner to ci-runner.py
2022-12-29 01:56:34 +03:00
Alexey Milovidov
e524d4bcb1
Merge pull request #44673 from ClickHouse/logical-error-with-join-subquery-union-and-totals
Fix LOGICAL_ERROR for JOIN with subquery, UNION and totals.
2022-12-29 01:56:15 +03:00
Alexey Milovidov
eb9cff33ca
Merge pull request #44669 from ClickHouse/remove-questdb
Remove questdb (it makes a little sense but the test was flaky)
2022-12-29 01:55:55 +03:00
Alexey Milovidov
9854c72e68
Merge pull request #44678 from evillique/fix_any
Fix parsing of ANY operator
2022-12-29 01:55:27 +03:00
Alexey Milovidov
4579067762
Merge pull request #44681 from Avogar/fix-std-exception
Avoid std::out_of_range exception in StorageExecutable
2022-12-29 01:54:51 +03:00
Alexey Milovidov
4311e6c147
Merge pull request #44683 from CurtizJ/fix-flaky-test-4
Fix test `01130_in_memory_parts`
2022-12-29 01:53:24 +03:00
alesapin
94964c44b3 Fix 4 errors in 3 lines 2022-12-28 23:18:58 +01:00