Nikolai Kochetov
0043434d5c
Merge pull request #24894 from amosbird/notinpartitionprune
...
Allow not in be used in partition pruning
2021-06-07 12:42:48 +03:00
alesapin
fba2d66042
Disable storage_kerberized_hdfs test
2021-06-07 12:25:13 +03:00
Kruglov Pavel
ee683ea90e
Merge pull request #24729 from vdimir/segment-lenght-sum-fixes
...
Minor fixes in AggregateFunctionSegmentLengthSumData
2021-06-07 11:01:29 +03:00
alexey-milovidov
cc5755b1a4
Merge pull request #25002 from ClickHouse/compression-codecs-refactoring
...
Compression codecs refactoring
2021-06-07 02:54:24 +03:00
alexey-milovidov
d54aaca718
Merge pull request #25007 from ClickHouse/fix-integration-test-s3
...
Maybe Minio starts for too long in tests
2021-06-07 02:53:28 +03:00
mergify[bot]
f84ac23951
Merge branch 'master' into compression-codecs-refactoring
2021-06-06 18:02:39 +00:00
mergify[bot]
da637c08b2
Merge branch 'master' into fix-bad-test-2
2021-06-06 18:02:37 +00:00
mergify[bot]
e9d01d7e4f
Merge branch 'master' into fix-integration-test-s3
2021-06-06 18:02:34 +00:00
alexey-milovidov
295dc6b517
Revert "Add initial_query_start_time to query log"
2021-06-06 20:57:04 +03:00
alexey-milovidov
81a12404c7
Merge pull request #24940 from azat/settings-limit-offset-fix
...
Fix limit/offset settings for distributed queries (ignore on the remote nodes)
2021-06-06 17:39:15 +03:00
alexey-milovidov
c3baba2287
Merge pull request #24930 from amosbird/distributedfix
...
Allow shard pruning with IN literal
2021-06-06 17:36:47 +03:00
Alexey Milovidov
9f1b7afd7c
Fix bad test
2021-06-06 16:38:53 +03:00
alexey-milovidov
db384a163c
Merge pull request #24388 from amosbird/initialquerystarttime
...
Add initial_query_start_time to query log
2021-06-06 16:15:37 +03:00
alexey-milovidov
8b99fa049e
Merge pull request #24967 from filimonov/fix_port_in_kafka_test
...
Fix the test after #20393
2021-06-06 15:11:49 +03:00
alexey-milovidov
a5ca7ce354
Merge pull request #24999 from azat/clickhouse-test-log-comment-fix
...
clickhouse-test: fix log_comment for .sql tests
2021-06-06 12:52:32 +03:00
Alexey Milovidov
b146524fdb
Maybe Minio starts for too long in tests
2021-06-06 12:38:49 +03:00
Alexey Milovidov
8d85145725
Remove experimental compression codecs
2021-06-06 02:26:52 +03:00
Alexey Milovidov
17962459f5
Merge branch 'master' into issue-16775
2021-06-06 02:18:28 +03:00
Ilya Yatsishin
f2eed22ebd
Merge pull request #24954 from ClickHouse/fix_integration_test
2021-06-05 20:18:33 +03:00
Ilya Yatsishin
3092ec7c7e
Merge pull request #24959 from qoega/no-more-subprocess-call
2021-06-05 19:41:52 +03:00
Azat Khuzhin
95630a5c9d
clickhouse-test: fix log_comment for .sql tests
...
Broken in: #23486
2021-06-05 12:59:58 +03:00
tavplubix
945071e1c3
Merge pull request #24968 from ClickHouse/tavplubix-patch-2
...
Try fix `test_consistent_parts_after_clone_replica`
2021-06-05 01:15:23 +03:00
alexey-milovidov
bb02eefed1
Merge pull request #24861 from MyroTk/tfs_bigints_snapshots
...
Testflows Extended Precision Data Type testing - Adding snapshots for output comparison.
2021-06-04 23:27:24 +03:00
Nikita Mikhaylov
af32228e9f
Merge pull request #24523 from Algunenano/i24461
...
Fix crash when chaining uniqStates
2021-06-04 17:26:34 +03:00
tavplubix
19727ff753
Update test.py
2021-06-04 16:58:28 +03:00
Mikhail Filimonov
c8fe168a8d
Fix the test after #20393
2021-06-04 15:55:07 +02:00
Amos Bird
fd336411ee
Allow shard pruning with IN literal
2021-06-04 21:16:15 +08:00
Nikita Mikhaylov
f1733a93e5
Merge pull request #24857 from kssenii/postgresql_protocol
...
Fix NULL values in postgresql protocol
2021-06-04 14:43:47 +03:00
Nikita Mikhaylov
cf8782faf3
Merge pull request #24311 from nikitamikhaylov/merging-s3-backoff
...
Merging #23461
2021-06-04 14:41:21 +03:00
alesapin
c03f54e2c3
Skip skipped tests
2021-06-04 13:15:44 +03:00
Yatsishin Ilya
e075130112
Remove subprocess_call from cluster.py
2021-06-04 13:14:32 +03:00
alesapin
83993b8f3a
Merge pull request #24939 from azat/clickhouse-test-db-name
...
RFC: clickhouse-test: do not substitude db name in stderr by default
2021-06-04 12:21:40 +03:00
alesapin
a0eb45bfc3
More stable test
2021-06-04 12:12:35 +03:00
alesapin
4d7170b557
Followup fixes for integration tests
2021-06-04 10:51:45 +03:00
alesapin
7ca31261b0
Merge pull request #24911 from ClickHouse/remove_some_tests
...
Remove some outdated integration tests
2021-06-04 10:15:39 +03:00
vdimir
494ee6eb41
Rename segmentLengthSum -> intervalLengthSum
2021-06-04 09:09:05 +03:00
mergify[bot]
482cf308ef
Merge branch 'master' into tfs_bigints_snapshots
2021-06-03 22:24:17 +00:00
mergify[bot]
9e2c454db2
Merge branch 'master' into merging-s3-backoff
2021-06-03 18:58:24 +00:00
Azat Khuzhin
8164c49f04
Fix limit/offset settings for distributed queries (ignore on the remote nodes)
2021-06-03 21:14:24 +03:00
Azat Khuzhin
d641e7fa10
clickhouse-test: do not substitude db name in stderr by default
...
Replacing stderr by default does not makes a lot of sense, since it does
not compared with .reference anyway. From the other hand it may confuse
the reader (seeing "default" instead of real database name in the test
logs).
P.S. I guess some tests may relay on this, let's see.
2021-06-03 21:11:19 +03:00
Kruglov Pavel
8acf031c1b
Merge pull request #24398 from Avogar/fix-deltasum
...
Fix logical error AggregateFunctionFactory returned nullptr
2021-06-03 19:40:06 +03:00
Kseniia Sumarokova
9f9f4c5a25
Update skip_list.json
2021-06-03 16:38:47 +03:00
Ilya Yatsishin
e0a683a407
Mute test_memory_consumption before #24784
2021-06-03 16:10:54 +03:00
tavplubix
1aff716f18
Merge pull request #24777 from ClickHouse/fix_intersection_with_lost_part
...
Do not crash on intersecting virtual parts
2021-06-03 15:42:46 +03:00
alesapin
31b27049b0
Followup
2021-06-03 15:42:12 +03:00
alesapin
6231a0d7d7
Merge branch 'master' into remove_some_tests
2021-06-03 15:41:50 +03:00
alesapin
f0f5aba3b1
Merge pull request #20393 from qoega/integration-2
...
Grand integration tests refactoring: Allow parallel run
2021-06-03 15:20:03 +03:00
alesapin
376b3872bf
Remove some outdated integration tests
2021-06-03 14:49:59 +03:00
Vladimir
17f0900c31
Merge pull request #19766 from achimbab/pr_sequenceNextNode
2021-06-03 13:16:42 +03:00
kssenii
47f2764ab8
Fix test
2021-06-03 09:15:22 +00:00