Commit Graph

2541 Commits

Author SHA1 Message Date
alexey-milovidov
3015503dc6
Merge pull request #13254 from ClickHouse/fix-hash-table-nan-key
Fix hash table with NaN keys
2020-08-03 19:37:17 +03:00
alexey-milovidov
f536836eee
Merge pull request #13091 from ClickHouse/fixed-hash-map-implicit-zero-4
Slightly improve performance of aggregation by UInt8/UInt16 keys, part 4
2020-08-03 19:07:35 +03:00
alesapin
8ad6a68fad Add ability to execute commands in integration tests containers without exceptions. Supress exception during kill 2020-08-03 17:40:02 +03:00
Alexander Kuzmenkov
4049f23188
Merge pull request #13103 from filimonov/test_for_macros_in_kafka
Add test for macros usage in some kafka settings.
2020-08-03 17:16:12 +03:00
Alexander Kuzmenkov
c4a33430b1
Merge pull request #13028 from ianton-ru/select_insert_time
Add QueryTimeMicroseconds, SelectQueryTimeMicroseconds and InsertQuer…
2020-08-03 17:07:34 +03:00
Alexey Milovidov
6adafcbfd3 Merge branch 'master' into decimal-too-large-negative-exponent 2020-08-03 17:02:05 +03:00
Alexander Tokmakov
392778d482 fix test 2020-08-03 15:19:41 +03:00
Vitaly Baranov
cde3da4a23 Set custom prefix in server-test.xml too. 2020-08-03 15:01:00 +03:00
Alexander Tokmakov
5b92f43f12 Merge branch 'master' into database_atomic_improvements 2020-08-03 14:35:40 +03:00
alesapin
eb2236fe8b Fix configs 2020-08-03 14:13:43 +03:00
ritaank
62dd8d91c9 whitespace cleanup 2020-08-03 03:40:58 -07:00
ritaank
4910435f6c select.py: requirements cleanup + syntax update 2020-08-03 03:24:05 -07:00
Nikolai Kochetov
cf49a83980
Merge pull request #13201 from azat/fix-logging-in-MergeTreeDataSelectExecutor
Fix logging in MergeTreeDataSelectExecutor for multiple threads (attach to thread group)
2020-08-03 10:08:58 +03:00
ritaank
14befce49b Merge branch 'master' into select_pr 2020-08-02 22:36:08 -07:00
ritaank
a9a6e23641 Merge branch 'master' of github.com:ritaank/ClickHouse into select_pr 2020-08-02 22:31:17 -07:00
alexey-milovidov
1ee0fa7d57
Merge pull request #13200 from ClickHouse/shellcheck
Fix Shellcheck errors
2020-08-03 06:12:18 +03:00
alexey-milovidov
851e1a70d3
Merge pull request #13226 from ClickHouse/fix-if-nullable-cond-return-type
Fix function if with nullable constexpr as cond that is not literal NULL
2020-08-03 06:11:54 +03:00
alexey-milovidov
6bf005b682
Merge pull request #13251 from ClickHouse/fix-fuzz-test4
Fix assertion in KeyCondition
2020-08-03 06:11:42 +03:00
Alexey Milovidov
006f9a831f More performance tests 2020-08-03 04:37:57 +03:00
Alexey Milovidov
7b4112b6f8 Add test 2020-08-03 03:07:05 +03:00
alexey-milovidov
1e91238466
Merge pull request #13225 from ClickHouse/map-skip-null
Fix assert in *Map aggregate functions
2020-08-03 02:12:48 +03:00
alexey-milovidov
6097f6a43e
Merge pull request #13212 from ClickHouse/materialize-null
Function "materialize" should work for NULL as expected
2020-08-03 02:10:24 +03:00
alexey-milovidov
935533e841
Merge pull request #13193 from ClickHouse/aku/spurious-perf
Fix some spurious perf test failures
2020-08-03 01:02:53 +03:00
Alexey Milovidov
b232659439 Update tests 2020-08-03 00:39:51 +03:00
Alexey Milovidov
77516b48fa Merge branch 'master' into merge-tree-settings-sanity-check 2020-08-03 00:30:56 +03:00
alexey-milovidov
84e88f661e
Merge pull request #13213 from ClickHouse/fix-fuzz-test2
Fix assertion failure in FunctionsLogical
2020-08-03 00:29:44 +03:00
Alexey Milovidov
fd3c4e033e Merge branch 'master' into fix-if-nullable-cond-return-type 2020-08-03 00:29:09 +03:00
Alexey Milovidov
b7b2759b0b Fix tests 2020-08-03 00:27:45 +03:00
Alexey Milovidov
650aad7585 Merge branch 'master' into shellcheck 2020-08-03 00:24:34 +03:00
Alexey Milovidov
00f2c50ae6 Fix errors 2020-08-03 00:24:16 +03:00
Alexey Milovidov
0c6271af9a Fix errors 2020-08-03 00:24:16 +03:00
Alexey Milovidov
29a296b5da Revert some changes 2020-08-03 00:24:16 +03:00
Alexey Milovidov
0c33498df1 shellcheck --check-sourced --external-sources --severity style --exclude SC1071 --format diff *.sh ../1_stateful/*.sh | git apply 2020-08-03 00:24:16 +03:00
Alexey Milovidov
57fdd1f5b7 Fix all info from Shellcheck 2020-08-03 00:24:16 +03:00
Alexey Milovidov
6d4d2976b7 fgrep -> grep -F 2020-08-03 00:24:16 +03:00
Alexey Milovidov
5a69058289 shellcheck --check-sourced --external-sources --severity info --exclude SC1071 --format diff */*.sh | git apply 2020-08-03 00:24:16 +03:00
Alexey Milovidov
621347ed21 Minor changes 2 2020-08-03 00:24:16 +03:00
Alexey Milovidov
1a487f88d6 Minor changes 2020-08-03 00:24:16 +03:00
Alexey Milovidov
0a1f05ffd1 Fix warnings found by Shellcheck 2020-08-03 00:24:16 +03:00
Alexey Milovidov
0fd7af8a63 Merge branch 'master' into stack-frams-size-limit 2020-08-03 00:06:00 +03:00
Alexey Milovidov
3c489ce159 Fix assertion in KeyCondition 2020-08-02 23:55:20 +03:00
Alexey Milovidov
8c1bc5e915 Merge branch 'master' into decimal-too-large-negative-exponent 2020-08-02 22:48:47 +03:00
Alexey Milovidov
0ce54187e1 Merge branch 'master' into decimal-too-large-negative-exponent 2020-08-02 22:48:26 +03:00
alexey-milovidov
9791be4eff
Merge pull request #13207 from ClickHouse/shellcheck1
Fix Shellcheck errors (step 1)
2020-08-02 22:45:23 +03:00
alesapin
75a9053511
Merge pull request #13150 from nvartolomei/nv/freeze-verbose-absolute-path
Use absolute paths to backup locations (shadow)
2020-08-02 19:25:24 +03:00
Alexey Milovidov
41111d1e57 Merge branch 'master' into stack-frams-size-limit 2020-08-02 19:18:33 +03:00
Azat Khuzhin
daa73c5941 Add more threads for the 01323_too_many_threads_bug
Since now PK stage is handled in multiple threads there should be more
(and counting number of threads from the log is not accurate, since not
all threads logging something).
2020-08-02 18:41:33 +03:00
Azat Khuzhin
f0aeba432d Exclude threads used for query_log processing 01323_too_many_threads_bug 2020-08-02 18:41:26 +03:00
Azat Khuzhin
1fe329ac18 Use ILIKE over lower() LIKE in 01323_too_many_threads_bug 2020-08-02 18:40:22 +03:00
Alexey Milovidov
18843eb7f6 Update test 2020-08-02 17:36:05 +03:00
alexey-milovidov
57d76da147
Merge pull request #13227 from ClickHouse/fix-logical-error-in-parse-date-time
Fix assert in parseDateTimeBestEffort
2020-08-02 17:30:55 +03:00
alexey-milovidov
dfa57559a2
Merge pull request #13229 from ClickHouse/fix-geohash
Fix assert in geohashesInBox
2020-08-02 17:26:58 +03:00
Alexey Milovidov
577a0b405d Merge branch 'master' into fix-if-nullable-cond-return-type 2020-08-02 17:24:46 +03:00
Alexey Milovidov
38c4c727d4 Merge branch 'master' into map-skip-null 2020-08-02 17:22:21 +03:00
alexey-milovidov
2d93ac97c9
Merge pull request #13224 from ClickHouse/fix-fuzz-test3
Fix assert in arrayElement
2020-08-02 17:21:52 +03:00
alexey-milovidov
114781fb66
Merge pull request #13220 from ClickHouse/fix-assert-in-in
Fix assert in IN with tuple literals and functions
2020-08-02 17:17:39 +03:00
Alexey Milovidov
ad675c10cc Merge branch 'master' into shellcheck1 2020-08-02 17:14:58 +03:00
Alexey Milovidov
778abb346f Merge branch 'master' into merge-tree-settings-sanity-check 2020-08-02 17:13:17 +03:00
Alexey Milovidov
5d96839e98 Merge branch 'master' into materialize-null 2020-08-02 17:12:55 +03:00
Alexey Milovidov
1a966c4ff4 Merge branch 'master' into fix-fuzz-test2 2020-08-02 17:12:38 +03:00
Azat Khuzhin
49d32cc815 Describe 01404_roundUpToPowerOfTwoOrZero_safety 2020-08-02 14:10:33 +03:00
Azat Khuzhin
6528865899 Expect CANNOT_ALLOCATE_MEMORY in 01404_roundUpToPowerOfTwoOrZero_safety 2020-08-02 13:44:53 +03:00
Azat Khuzhin
43af55b9a1 Fix 01323_too_many_threads_bug (use arrayUniq() over length()) 2020-08-02 13:40:01 +03:00
Azat Khuzhin
d8b4605e60 Add a test for roundUpToPowerOfTwoOrZero() safety via repeat() 2020-08-02 12:47:58 +03:00
Alexey Milovidov
a1c0dd3782 Fix assert in geohashesInBox 2020-08-02 05:59:09 +03:00
Alexey Milovidov
c8ed684a72 Fix assert when decimal has too large negative exponent 2020-08-02 05:35:44 +03:00
Alexey Milovidov
ace4533fae Fix assert in parseDateTimeBestEffort 2020-08-02 05:05:47 +03:00
Vitaly Baranov
18b21511a9
Merge pull request #13013 from vitlibar/implement-custom-settings
Implement custom settings
2020-08-02 05:01:14 +03:00
Alexey Milovidov
b47a02f20b Add test 2020-08-02 05:00:08 +03:00
Alexey Milovidov
d3c0635fc0 Merge branch 'master' into stack-frams-size-limit 2020-08-02 04:35:09 +03:00
Alexey Milovidov
18e23acbd5 Merge branch 'master' into merge-tree-settings-sanity-check 2020-08-02 04:33:24 +03:00
Alexey Milovidov
eb3422477e Fix assert in *Map aggregate functions 2020-08-02 04:29:52 +03:00
Alexey Milovidov
27f12fb42c More tests 2020-08-02 04:13:34 +03:00
Alexey Milovidov
a4e8c47702 Fix assert in arrayElement 2020-08-02 04:07:08 +03:00
Alexey Milovidov
0adf8c723e Fix test that was broken after merge with master 2020-08-02 03:14:08 +03:00
Alexey Milovidov
53450b1b09 Merge branch 'master' into merge-tree-settings-sanity-check 2020-08-02 02:47:57 +03:00
Alexey Milovidov
82a91743d3 Merge branch 'master' into shellcheck1 2020-08-02 02:30:35 +03:00
Alexey Milovidov
4d3e39649c Merge branch 'master' into fix-fuzz-test2 2020-08-02 02:27:57 +03:00
Alexey Milovidov
af14418fc1 Fix assert in IN with tuple literals and functions 2020-08-02 02:24:54 +03:00
Alexey Milovidov
3735ae045e Merge branch 'fix-fuzz-test2' into materialize-null 2020-08-02 01:52:10 +03:00
Alexey Milovidov
c0da83c160 Merge branch 'master' into materialize-null 2020-08-02 01:51:59 +03:00
alexey-milovidov
56a974049e
Merge pull request #13158 from ClickHouse/amosbird-fm
Merge #12574
2020-08-02 01:48:57 +03:00
alexey-milovidov
8f65b7f569
Merge pull request #13205 from azat/FunctionUnixTimestamp64-const-arg-fix
Fix DateTime64 conversion functions with constant argument
2020-08-02 01:33:54 +03:00
alexey-milovidov
1f19d7e9bd
Merge pull request #13016 from ClickHouse/limit-push-down
Limit push down
2020-08-02 01:23:06 +03:00
alexey-milovidov
626b709085
Merge pull request #13055 from ClickHouse/fixed-hash-map-implicit-zero
Slightly improve the inner loop of aggregation by UInt8/UInt16 keys
2020-08-02 01:09:00 +03:00
alexey-milovidov
5e0437eeac
Merge pull request #12442 from ClickHouse/deprecate-special-zero-datetime
Deprecate special printing of zero Date/DateTime
2020-08-02 00:36:34 +03:00
alexey-milovidov
566044f9c8
Merge pull request #12991 from ClickHouse/kafka-fix-msan
Fix MSan error in "rdkafka" library #12990
2020-08-02 00:22:44 +03:00
Alexey Milovidov
1238456599 Slightly better 2020-08-01 22:10:59 +03:00
Alexey Milovidov
435164cfbb Fix fuzz test 2020-08-01 21:52:30 +03:00
Alexey Milovidov
eff1bb08ca Add test 2020-08-01 21:44:36 +03:00
Alexey Milovidov
6b9cf59dc0 Merge branch 'master' into shellcheck1 2020-08-01 21:26:09 +03:00
alexey-milovidov
38deb00403
Update 01403_datetime64_constant_arg.sql 2020-08-01 19:23:08 +03:00
Alexey Milovidov
8fe201f1b9 Merge branch 'master' into merge-tree-settings-sanity-check 2020-08-01 19:20:11 +03:00
Alexey Milovidov
c7878cd771 Merge branch 'master' into amosbird-fm 2020-08-01 19:17:59 +03:00
alexey-milovidov
e9b5687e68
Merge pull request #12506 from ClickHouse/add-test-for-lost-replicas-cleanup
Added a test to ensure that amount of ZooKeeper nodes doesn't grow in presense of lost replicas
2020-08-01 18:17:43 +03:00
Azat Khuzhin
8f83c262d5 Cover FunctionUnixTimestamp64 with constant argument 2020-08-01 13:32:38 +03:00
Alexey Milovidov
e7d1037f7d Fix Shellcheck errors 2020-08-01 02:55:20 +03:00
Alexey Milovidov
f509077d16 Taking "Merge" log entries into account 2020-07-31 23:58:08 +03:00
Alexey Milovidov
07f3662f6d Merge remote-tracking branch 'origin/master' into deprecate-special-zero-datetime 2020-07-31 23:49:06 +03:00
Alexey Milovidov
72bb5af15c More perf tests 2020-07-31 21:19:54 +03:00
Vitaly Baranov
0fcee34322 Add test. 2020-07-31 20:57:49 +03:00
Alexander Kuzmenkov
1d954581eb Fix some spurious perf test failures 2020-07-31 19:28:04 +03:00
Vitaly Baranov
4ad99f1472 Make type names of settings shorter: SettingUInt64 => UInt64. 2020-07-31 19:11:27 +03:00
alesapin
d1725c0012 Fix test 2020-07-31 18:12:02 +03:00
alesapin
d4940fdd3f +x for test 2020-07-31 18:07:23 +03:00
alexey-milovidov
f89b9e9d5e
Merge pull request #13167 from ClickHouse/fix-trivial-error-in-kill-mutation-test
Fix trivial error in kill mutation test
2020-07-31 17:00:33 +03:00
Ilya Yatsishin
1566c8a92b
Merge pull request #12285 from qoega/rework-integrational
Rework integrational configuration paths
2020-07-31 15:34:21 +03:00
alesapin
0c918c6137
Update tests/integration/runner 2020-07-31 15:08:19 +03:00
alexey-milovidov
9c9ef0db9b
Merge branch 'master' into database_atomic_improvements 2020-07-31 14:56:49 +03:00
alexey-milovidov
91156bef54
Merge pull request #13075 from ClickHouse/fix-11327
Fix 11327
2020-07-31 14:53:07 +03:00
Pavel Kovalenko
91ca5fa585 Added __init__.py to DiskS3 with cache test. 2020-07-31 14:43:50 +03:00
alexey-milovidov
543d2da3da
Merge pull request #12700 from CurtizJ/fix-performance-with-in
Fix performance with large tuples
2020-07-31 14:40:38 +03:00
Nikolai Kochetov
a767b59f41
Merge pull request #12981 from hczhcz/patch-0728
Add http headers X-ClickHouse-Database and X-ClickHouse-Format
2020-07-31 14:19:54 +03:00
Alexey Milovidov
6fafeab979 Increase timeout 2020-07-31 14:17:02 +03:00
Alexey Milovidov
b57219e008 Fix trivial error in kill mutation test 2020-07-31 14:09:32 +03:00
Alexey Milovidov
0acb7a3021 Update test 2020-07-31 13:33:31 +03:00
alexey-milovidov
065db05665
Merge pull request #12638 from ianton-ru/selected_rows_event
Add SelectedRows and SelectedBytes events
2020-07-31 12:48:46 +03:00
Pavel Kovalenko
fced8d04f2 DiskS3 with cache test fix. 2020-07-31 12:24:57 +03:00
alesapin
2eb01fd655
Merge pull request #13104 from ClickHouse/volumes-refactorings
Merging #12670
2020-07-31 11:21:30 +03:00
Alexey Milovidov
67b7a5442f Merge branch 'fm' of https://github.com/amosbird/ClickHouse into amosbird-fm 2020-07-31 02:43:27 +03:00
alexey-milovidov
dc733e7c45
Fix Python 2020-07-31 01:23:16 +03:00
Alexey Milovidov
2c40539df6 Check ALTERs; update test 2020-07-31 00:42:55 +03:00
Alexey Milovidov
7722008988 Update tests 2020-07-31 00:26:04 +03:00
Alexey Milovidov
cfd4e9da3d Update tests 2020-07-31 00:24:14 +03:00
Alexey Milovidov
a354508b7f Update test 2020-07-31 00:21:00 +03:00
Alexey Milovidov
83c9d9ef45 Merge branch 'master' into deprecate-special-zero-datetime 2020-07-31 00:17:04 +03:00
Alexey Milovidov
a0d6593f90 Update tests 2020-07-31 00:07:51 +03:00
Alexey Milovidov
3df79fbada Loose test 2020-07-30 23:53:17 +03:00
Alexey Milovidov
7b58e3a272 Merge branch 'master' into add-test-for-lost-replicas-cleanup 2020-07-30 23:46:51 +03:00
Alexey Milovidov
e63464facb Added and updated tests 2020-07-30 23:42:35 +03:00
Alexey Milovidov
362655fa43 Fix some bad tests 2020-07-30 22:59:49 +03:00
MyroTk
822de7ebc8 Correct syntax tests to match master 2020-07-30 19:44:41 +00:00
MyroTk
757611e0b0 Syntax tests to match master 2020-07-30 19:22:21 +00:00
MyroTk
e72f8c9506 Updated requirements.md to include github links instead of gitlab 2020-07-30 19:17:34 +00:00
MyroTk
7b0565a490 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into insert_pr 2020-07-30 19:17:12 +00:00
MyroTk
e583c573b1 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into insert_pr 2020-07-30 19:13:10 +00:00
Alexey Milovidov
b9f49d31df Sanity checks for MergeTreeSettings 2020-07-30 22:08:13 +03:00
Vitaliy Zakaznikov
c93acd0935 Fixing links to the git repository. 2020-07-30 21:00:47 +02:00
Vitaliy Zakaznikov
1b15668c1d Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into small-fixes-to-rbac-srs 2020-07-30 20:55:39 +02:00
alexey-milovidov
fc35ce69fa
Merge pull request #12666 from ClickHouse/forward_alter_error_to_client
Forward exceptions to client if exception happened during ALTER
2020-07-30 21:36:06 +03:00
MyroTk
158afe06a2 Updating requirements for the INSERT RBAC tests 2020-07-30 18:22:46 +00:00
Vitaly Baranov
facab1ea58
Merge pull request #12642 from vzakaznikov/testflows_rbac_syntax_tests
Adding RBAC syntax tests.
2020-07-30 20:49:07 +03:00
Nicolae Vartolomei
85174d64a0 Use absolute paths to backup locations (shadow)
Tests are frankenstain. Had to hide absolute path `/tmp/clickhouse.test..IP69I/data/shadow/test_01417_single_part_7/data/default/table_for_freeze/7_8_8_0` to make them deterministic and independend of the method they are run (local vs remote target)
2020-07-30 18:03:26 +01:00
MyroTk
4d5a8ee9a6 Updated requirements for the INSERT RBAC tests 2020-07-30 16:18:57 +00:00
MyroTk
aa40945f80 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into insert_pr 2020-07-30 16:18:09 +00:00
alexey-milovidov
4c3241808d
Merge pull request #12728 from ClickHouse/prevent-inconsistent-merge-tree-settings
Safe logic for incorrect MergeTreeSettings
2020-07-30 17:55:39 +03:00
Pavel Kovalenko
7a41fc1b9b DiskS3 with cache tests. 2020-07-30 17:49:56 +03:00
Vitaliy Zakaznikov
0c80fb896a Fixing 00960_live_view_watch_events_live.py 2020-07-30 15:37:32 +02:00
alexey-milovidov
a22bdb1989
Merge pull request #13081 from CurtizJ/fix-index_analysis
Fix wrong index analysis with functions
2020-07-30 15:30:55 +03:00
Vitaliy Zakaznikov
4596d262cc Updating expected error messages to fix failing tests. 2020-07-30 14:09:07 +02:00
Mikhail Filimonov
0d55d364da Add test for macros usage in certain kafka setting.
https://github.com/ClickHouse/ClickHouse/issues/2249
918dbc2902
2020-07-30 11:28:52 +02:00
alesapin
724b7be555 Merge branch 'volumes-related-refactorings' of https://github.com/excitoon-favorites/ClickHouse into volumes-refactorings 2020-07-30 12:20:48 +03:00
Alexey Milovidov
bc0d733b8e Merge remote-tracking branch 'origin/master' into fixed-hash-map-implicit-zero 2020-07-30 05:43:40 +03:00
Alexey Milovidov
b6ac349126 Added another test case for perf test 2020-07-30 05:43:22 +03:00
Vladimir Chebotarev
bcc926fbb2 Returned max_data_part_size to system.storage_policies. 2020-07-30 04:19:32 +03:00
Vitaliy Zakaznikov
29ed1aa670 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into testflows_rbac_syntax_tests 2020-07-29 19:16:23 -04:00
Anton Popov
cf505a92ef
Merge pull request #9278 from achulkov2/polygon-dict-grids
Polygon dictionaries with grids
2020-07-29 21:32:35 +03:00
Alexander Kuzmenkov
239f08271a
Merge pull request #12745 from azat/cast-nullable-string-to-enum
Fix CAST(Nullable(String), Enum())
2020-07-29 20:23:21 +03:00
MyroTk
a82ac93d24 Updated to include ipv6 hosts 2020-07-29 17:16:06 +00:00
Anton Ivashkin
ce25924871 Merge master 2020-07-29 19:32:30 +03:00
root
06f88a3caa Updated formating of insert.py tests 2020-07-29 16:09:43 +00:00
Anton Popov
4c266d1e5d fix wrong index analysis with functions 2020-07-29 19:09:38 +03:00
alesapin
7a806eb90f
Merge pull request #13017 from ClickHouse/freeze_partition_with_name
Alter table freeze with verbose output
2020-07-29 18:42:48 +03:00
root
0f6b6b9eb7 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into insert_pr 2020-07-29 15:10:57 +00:00
Nikolai Kochetov
d3bcf89ae4 Added test. 2020-07-29 17:50:10 +03:00
Nikolai Kochetov
1c5ccd089f Added perftest. 2020-07-29 15:32:59 +03:00
Anton Ivashkin
f4efe3c2fd Add QueryTimeMicroseconds, SelectQueryTimeMicroseconds and InsertQueryTimeMicroseconds to system.events 2020-07-29 13:32:18 +03:00
Anton Popov
b952487cab remote test 2020-07-29 13:22:10 +03:00
Ildus Kurbangaliev
fdf4fd337a
add mapAdd and mapSubtract functions (#11735) 2020-07-29 11:50:30 +03:00
ritaank
1c6fe68adf adding tests for GRANT SELECT 2020-07-29 01:01:16 -07:00
Yatsishin Ilya
58b6621dd3 Merge remote-tracking branch 'origin' into rework-integrational 2020-07-29 10:24:26 +03:00
hcz
486d63864b Add X-ClickHouse-Database and X-ClickHouse-Format 2020-07-29 14:03:57 +08:00
Anton Popov
48e6253442 minor fixes 2020-07-29 04:32:23 +03:00
Vitaliy Zakaznikov
fc89cc5caa Adding extra xfails for some ldap tests. 2020-07-28 20:16:55 -04:00
Anton Popov
6d58279535 Merge remote-tracking branch 'upstream/master' into HEAD 2020-07-29 02:15:30 +03:00
Vitaliy Zakaznikov
afe4532095 Updating README.md. 2020-07-28 16:44:46 -04:00
Vitaliy Zakaznikov
a03d1d1381 * Adding requirements markdown source.
* Updating README.md to include an example of how to run selected tests.
2020-07-28 16:41:10 -04:00
root
58ffc5263e Added functionality tests to INSERT privilege 2020-07-28 20:14:52 +00:00
Nikolai Kochetov
f9d7cacf53
Merge pull request #12989 from ClickHouse/fix-12602
Fix `Block structure mismatch` error for queries with  UNION and JOIN
2020-07-28 21:15:33 +03:00
Nikolai Kochetov
5ebeed3247
Merge pull request #13009 from ClickHouse/fix-12623
Fix 12623
2020-07-28 21:15:13 +03:00
Ilya Yatsishin
70d6e70e68
Merge pull request #12953 from qoega/helper_container2
Do not build helper_container image inside integrational tests. Part 2: use pre-built helper_container
2020-07-28 18:20:08 +03:00
alesapin
c75830e878 Alter table freeze with verbose output 2020-07-28 18:10:36 +03:00
alesapin
585d9247ec
Merge pull request #12959 from ClickHouse/test_for_backup
Check backup restore in integration test.
2020-07-28 17:59:52 +03:00
Amos Bird
0e6f9568a7
Allow all formats 2020-07-28 22:43:43 +08:00
Amos Bird
b30240efc0
formatRow function 2020-07-28 22:43:43 +08:00
Vitaly Baranov
f440953b87
Merge pull request #12646 from vitlibar/fix-create-user-if-not-exists
CREATE USER IF NOT EXISTS now doesn't throw exception if the user exists.
2020-07-28 17:43:01 +03:00
Alexander Kazakov
2bde393499
Merging #12548 - Correction to merge_with_ttl_timeout logic by @excitoon (#12982)
* Fixed `merge_with_ttl_timeout` logic.
* Separate TTL-merge timers for each partition

Co-authored-by: Vladimir Chebotarev <vladimir.chebotarev@gmail.com>
2020-07-28 17:38:34 +03:00
Yatsishin Ilya
b5722493f5 less changes 2020-07-28 16:11:29 +03:00
Nikolai Kochetov
c509ba6919 Added test. 2020-07-28 15:29:49 +03:00
alexey-milovidov
7a22717180
Merge pull request #12760 from ClickHouse/sticky_mutations_bug
Sticking mutations bug
2020-07-28 14:42:54 +03:00
alexey-milovidov
ee11c10087
Merge pull request #12949 from vzakaznikov/increase_timeouts_in_testflows_tests
increasing timeouts in testflows tests
2020-07-28 14:40:01 +03:00
Yatsishin Ilya
c34b1b7db8 Merge remote-tracking branch 'origin/master' into rework-integrational 2020-07-28 14:36:10 +03:00
Yatsishin Ilya
99ff6cae27 Merge remote-tracking branch 'origin/master' into rework-integrational 2020-07-28 14:35:51 +03:00
Nikolai Kochetov
f047194e11 Added test. 2020-07-28 13:45:10 +03:00
Nikita Mikhaylov
89d2bbed44
Merge pull request #12327 from achimbab/bayesAB
Add bayesAB function for bayesian_ab_testing
2020-07-28 13:18:26 +03:00
alesapin
1bece3de0a Remove strange code and test 2020-07-28 12:36:08 +03:00
Nikolai Kochetov
1f2390b65e
Merge pull request #12840 from ClickHouse/remove-wrong-threads-limiting
Remove thread limiting.
2020-07-28 12:03:07 +03:00
alesapin
ef305b8b7e
Merge pull request #12951 from ClickHouse/clear_column_in_pk
Add tests for primary key clear column
2020-07-28 11:38:00 +03:00
alesapin
60dd38eab6
Merge pull request #12857 from ClickHouse/fix_range_hashed_dictionary
Fix columns duplication for range hashed dictionary (DDL)
2020-07-28 11:20:09 +03:00
alexey-milovidov
4d76f41449
Merge pull request #12658 from azat/kafka-unavail-broker-SIGSEGV
Fix SIGSEGV in StorageKafka when broker is unavailable
2020-07-28 00:03:54 +03:00