alexey-milovidov
4b51ec3a83
Merge pull request #26619 from ClickHouse/fix-flaky-test-23
...
Fix one possible cause of tests flakiness
2021-07-21 15:24:30 +03:00
alexey-milovidov
66d3b534a6
Merge pull request #26620 from ClickHouse/more-cpp
...
Remove some code, more C++ way
2021-07-21 15:23:19 +03:00
Nikolai Kochetov
65d3e713d6
Fix another one test.
2021-07-21 15:16:13 +03:00
Amos Bird
205edec80d
Use shared_ptr for connections
2021-07-21 19:56:32 +08:00
Alexey Boykov
925e2a6a22
Merge branch 'ClickHouse:master' into master
2021-07-21 14:54:17 +03:00
Alexander Kuzmenkov
94008b3199
remove print
2021-07-21 14:52:10 +03:00
Alexander Kuzmenkov
ff084e662c
add more debug to window transform
...
The idea of working with input chunks with different structures doesn't
seem sane. Assert that they are totally equal.
2021-07-21 14:50:22 +03:00
Alexey Boykov
4ec811d1fd
Revert "Revert "Merge branch 'master' into master""
...
This reverts commit 28279e13f2
.
2021-07-21 14:16:05 +03:00
Alexey Boykov
28279e13f2
Revert "Merge branch 'master' into master"
...
This reverts commit 0543736da1
, reversing
changes made to e8e34ba786
.
2021-07-21 14:11:13 +03:00
Alexander Kuzmenkov
6ae4031723
Merge pull request #26521 from ClickHouse/aku/lag-in-frame-nullable
...
fix lagInFrame for nullable types
2021-07-21 14:10:16 +03:00
Nikolai Kochetov
2c90928bc4
Fix tests.
2021-07-21 12:52:28 +03:00
Alexander Kuzmenkov
dadf1e192e
fix whitespace
2021-07-21 12:38:56 +03:00
su-houzhen
412fb28d4f
Update index.md
2021-07-21 17:26:55 +08:00
Roman Bug
a133afaac3
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-21 10:49:33 +03:00
Roman Bug
a0ce414b92
Update docs/ru/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-21 10:49:29 +03:00
Azat Khuzhin
7b7e8acf4f
Fix excessive connect attempts with skip_unavailable_shards
...
Before this patch the query was sent from
RemoteBlockInputStream::readPrefix() and also from
RemoteBlockInputStream::read().
And since in case of skip_unavailable_shards=1 connection errors are
ignored, it tries to do x2 connect attempts.
Fix this, but removing RemoteBlockInputStream::readPrefix().
Fixes : #26511
2021-07-21 10:06:54 +03:00
Alexey Milovidov
09449cc101
Whitespaces
2021-07-21 04:47:56 +03:00
Alexey Milovidov
b99cbd9181
Add a test
2021-07-21 04:45:57 +03:00
Alexey Milovidov
03bf6c540f
Do not allow to create columns in block with identical name and different structure
2021-07-21 04:41:55 +03:00
Alexey Milovidov
b8728047a8
Remove some code, more C++ way
2021-07-21 04:25:08 +03:00
Alexey Milovidov
f62fc8c43d
Fix another cause of flakiness
2021-07-21 04:05:56 +03:00
Alexey Milovidov
d815023700
Fix one source of flaky tests
2021-07-21 03:58:01 +03:00
Alexey Milovidov
17ce71ce3d
Fix flaky test 01509_check_many_parallel_quorum_inserts
2021-07-21 03:38:55 +03:00
alexey-milovidov
fbd7b49f8c
Merge pull request #26617 from ClickHouse/fix-flaky-test-21
...
Fix flaky test 01622_defaults_for_url_engine
2021-07-21 03:31:01 +03:00
alexey-milovidov
bc5d6144b9
Merge pull request #26589 from azat/history-convert-fix
...
Fix history file conversion if file is empty
2021-07-21 03:15:17 +03:00
Alexey Milovidov
f9234f74aa
Fix flaky test 01622_defaults_for_url_engine
2021-07-21 02:28:00 +03:00
alexey-milovidov
fcca3e3e56
Merge pull request #26423 from ClickHouse/fix-header-for-scalar-query-with-empty-result
...
Fix incompatible result type for scalar queries with empty result.
2021-07-21 02:07:04 +03:00
alexey-milovidov
f177898f5c
Merge pull request #26499 from arenadata/ADQM-326
...
SELECT String from ClickHouse as Avro string - PartialMatch
2021-07-21 02:04:04 +03:00
alexey-milovidov
0304cf2041
Merge pull request #26557 from amosbird/groupbitmaporfix
...
Fix wrong name of groupBitmapAnd/Or/Xor.
2021-07-21 02:02:39 +03:00
Alexander Kuzmenkov
a197511a96
fixes
2021-07-21 01:36:15 +03:00
Alexey Milovidov
8a37bbc217
Fix flaky test, one more attempt
2021-07-21 01:27:27 +03:00
Denny Crane
71f96dcb2a
Update settings.md
...
compression level
2021-07-20 18:57:44 -03:00
Denny Crane
62d653583e
Update settings.md
...
compression level
2021-07-20 18:54:38 -03:00
Alexey Milovidov
4a0ec010af
Merge remote-tracking branch 'origin/master' into fix-flaky-test-20
2021-07-20 21:47:22 +03:00
Alexey Milovidov
ce17568fb1
Merge branch 'master' into fix-flaky-test-20
2021-07-20 21:47:07 +03:00
Alexey Milovidov
9995c6d745
Another attempt
2021-07-20 21:46:41 +03:00
Nikolai Kochetov
7745905cae
Merge pull request #26545 from Kylinrix/patch-3
...
Update entrypoint.sh
2021-07-20 21:20:11 +03:00
Nikolai Kochetov
179ec05a72
Remove some streams.
2021-07-20 21:18:43 +03:00
alexey-milovidov
772b18db8a
Merge pull request #26579 from vdimir/test-jinja-templates
...
Support jinja templates for sql files in clickhouse-test
2021-07-20 21:13:44 +03:00
Azat Khuzhin
cfc79d9146
Fix history file conversion if file is empty
2021-07-20 21:00:53 +03:00
Nikita Mikhaylov
348a3abb0b
Merge pull request #26508 from kitaisreal/storage-dictionary-quoted-names-fix
...
Storage Dictionary quoted names fix
2021-07-20 19:35:48 +03:00
vdimir
1b5de5de0d
Fix style in clickhouse-test removesuffix
2021-07-20 17:51:22 +03:00
vdimir
8429f64030
Log skipped test if no jinja2
2021-07-20 17:49:20 +03:00
Nikolai Kochetov
20b2837b27
Fix destructor for PocoSocketWrapper.
2021-07-20 16:50:31 +03:00
Vladimir
d1eeb37cac
Merge pull request #26552 from vdimir/deleted-in-flaky-stateless-check
...
Handle empty testset in 'Functional stateless tests flaky check'
2021-07-20 16:42:55 +03:00
alexey-milovidov
3bcef76a9d
Merge pull request #26529 from kssenii/fixing-rabbitmq
...
Fix rabbitmq shutdown in case rabbitmq setup was not started
2021-07-20 16:41:25 +03:00
vdimir
a170af9b49
Rewrite couple of tests to jinja templates
2021-07-20 16:41:24 +03:00
vdimir
6f8561c084
Support jijna templates for sql files in clickhouse-test
2021-07-20 16:40:04 +03:00
Alexey Boykov
0543736da1
Merge branch 'master' into master
2021-07-20 16:22:32 +03:00
Alexey Boykov
e8e34ba786
compatibility with remote
2021-07-20 16:10:55 +03:00