Commit Graph

95895 Commits

Author SHA1 Message Date
Azat Khuzhin
923e2f22ef tests/stress: fix dmesg reading
After #39939 there is still an error:

    + dmesg -T
    dmesg: read kernel buffer failed: Operation not permitted

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/39939/a1981f21a153810f072af67bb6007dc1f4367c22/stress_test__debug_.html

Since it is not allowed to access dmesg by default,
one of the following is required:

- --cap-add syslog
- --cap-add cap_sys_admin
- --privileged

I decided to use as little capabilities as possible, even though it is
not that important on CI, but it is a rule of thumb.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-08-13 21:45:09 +02:00
Alexander Gololobov
1ea751eb7b
Merge pull request #40185 from ClickHouse/fix-array-signed-const-positive-index
Fix array signed const positive subscript operator
2022-08-13 21:39:19 +02:00
Mikhail f. Shiryaev
22c53e7f7b
Merge pull request #40127 from ClickHouse/s3-helper
Rework S3Helper a little bit
2022-08-13 16:27:00 +02:00
Alexey Milovidov
31dbb68185 Fix array signed const positive subscript operator 2022-08-13 08:04:24 +02:00
Alexey Milovidov
055c80d80c Update cctz 2022-08-13 07:48:11 +02:00
Alexey Milovidov
8d1d2ecbfa
Merge pull request #40104 from ClickHouse/counting-resources-in-subqueries
A test for counting resources in subqueries
2022-08-13 08:08:35 +03:00
Alexey Milovidov
a6a51f4fb8 Minor build changes 2022-08-13 06:39:20 +02:00
Alexey Milovidov
4ea038e13e
Merge pull request #40180 from ClickHouse/alexey-milovidov-patch-4
Remove obsolete "build Debian package" instruction
2022-08-13 07:07:10 +03:00
Alexey Milovidov
a716d78264 Support build with clang-16 2022-08-13 06:06:01 +02:00
Yakov Olkhovskiy
9dca2c3e01
add test trigger 2022-08-12 23:06:38 -04:00
Alexey Milovidov
2b7fe3dea3
Remove obsolete "build Debian package" instruction 2022-08-13 05:54:13 +03:00
Alexey Milovidov
fe544cd87c
Merge pull request #40150 from vsrsvas/patch-1
Update replicated.md
2022-08-13 05:03:05 +03:00
HarryLeeIBM
296835e2d3 Fix Endian issue in FileEncrption for s390x 2022-08-12 18:55:40 -07:00
Alexey Milovidov
2f40db6cde Update test reference 2022-08-13 03:38:26 +02:00
Alexey Milovidov
4cc2ef5a34
Merge pull request #39968 from ClickHouse/server-side-time
Add server-side time to Progress
2022-08-13 03:25:08 +03:00
Alexey Milovidov
76c2bcd258 Fix test 2022-08-13 02:20:31 +02:00
Alexey Milovidov
be9a2aebf6 Merge branch 'master' into counting-resources-in-subqueries 2022-08-13 02:18:18 +02:00
Alexey Milovidov
201cf69854
Merge pull request #39470 from nicelulu/issues_39469
Fix issues 39469
2022-08-13 03:13:28 +03:00
Alexey Milovidov
79442c84b5 Fix test reference 2022-08-13 02:04:34 +02:00
Igor Nikonov
f33a0d8c85 More simple way to check if sorting order is preserved
- there is a case where it's done wrong
2022-08-12 23:42:37 +00:00
Alexey Milovidov
197a9d3c98 Update test references 2022-08-12 23:51:44 +02:00
Denny Crane
1bf98f4171 test for Decimal aggregateFunction normalization #39420 2022-08-12 18:50:49 -03:00
Mikhail f. Shiryaev
7f61f30f15
Improve assignment and logging for cherry-pick and backport steps 2022-08-12 23:30:32 +02:00
Alexey Milovidov
0dc183921f
Merge pull request #40172 from DanRoscigno/fix-note-in-mergetree-engine
fix note in mergetree engine doc
2022-08-12 22:39:52 +03:00
Alexey Milovidov
6b54cdffaf Update test 2022-08-12 21:39:14 +02:00
Alexey Milovidov
6b8f4f1d59 Merge branch 'master' into server-side-time 2022-08-12 21:36:40 +02:00
Alexey Milovidov
0e450787f3 Edit the documentation 2022-08-12 21:24:27 +02:00
Alexey Milovidov
a88e713102 Disable zero-copy replication by default 2022-08-12 21:22:11 +02:00
Alexander Gololobov
ef6ff51b9a
Merge pull request #40147 from azat/fix-keeper-bench
Fix keeper-bench in case of error during scheduling a thread
2022-08-12 21:10:36 +02:00
Alexander Tokmakov
a9c6a883dc
Merge pull request #40158 from ClickHouse/make_tests_less_flaky
Set sync_request_timeout to 10 to avoid reconnections in tests
2022-08-12 22:08:53 +03:00
avogar
78e197063c Better example 2022-08-12 19:08:36 +00:00
avogar
763f84b623 Remove bad comment 2022-08-12 19:05:57 +00:00
Alexander Tokmakov
586682e116
Update tests/config/client_config.xml
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2022-08-12 22:01:45 +03:00
avogar
9addded80e Remove logging 2022-08-12 19:01:02 +00:00
avogar
000336622a Remove logging 2022-08-12 18:59:52 +00:00
avogar
398576e9c9 Improve and fix dictionaries in Arrow format 2022-08-12 18:56:21 +00:00
DanRoscigno
364088d47b fix note 2022-08-12 14:40:09 -04:00
Alexander Tokmakov
46aaf842f8
Merge pull request #40031 from ClickHouse/fix_old_tmp_dirs_cleanup
Fix old temporary directories cleanup
2022-08-12 20:31:20 +03:00
Kruglov Pavel
dc32519207
Merge pull request #40166 from ClickHouse/insert_deduplication_token_fix_example
Fix incorrect queries in example
2022-08-12 18:46:56 +02:00
Maksim Kita
098436f012
Merge pull request #40129 from kitaisreal/pod-array-assign-empty-array-fix
PODArray assign empty array fix
2022-08-12 18:34:19 +02:00
Kseniia Sumarokova
a6cfc7bc3b
Merge pull request #34651 from alexX512/master
New caching strategies
2022-08-12 17:23:37 +02:00
Igor Nikonov
5768e40ef7
Fix incorrect queries in example
Setting insert_deduplication_token: fix incorrect queries in example
2022-08-12 17:18:02 +02:00
Alexander Tokmakov
1a1c83f08a
Merge pull request #40137 from ClickHouse/flaky_check_ordinary
Add tests with Ordinary database to flaky check
2022-08-12 18:17:19 +03:00
Anton Popov
1f9d247299
Merge pull request #39528 from ClickHouse/distinct_sorted_simplify
Use DistinctSorted only when applicable
2022-08-12 17:13:17 +02:00
Alexander Tokmakov
b3deae3593
Merge branch 'master' into flaky_check_ordinary 2022-08-12 18:11:39 +03:00
Anton Popov
4bd50bb06c
Merge branch 'master' into distinct_sorted_simplify 2022-08-12 17:11:18 +02:00
Igor Nikonov
bf037275a5 More robust check if sorting order is changed by expression
+ tests
2022-08-12 14:57:18 +00:00
Alexey Milovidov
8c3d1f2b5b
Merge branch 'master' into server-side-time 2022-08-12 17:40:02 +03:00
Alexander Tokmakov
fe7e8dbc3c fix my favorite ctor 2022-08-12 16:28:21 +02:00
Arthur Passos
07163eb79a Remove c-ares lib de-initialization 2022-08-12 10:49:39 -03:00