Commit Graph

118561 Commits

Author SHA1 Message Date
Andrey Zvonov
c054fc887d
Merge branch 'master' into zvonand-issue-49290 2023-06-26 10:32:18 +02:00
Alexey Milovidov
8e6f665585 Fix build 2023-06-26 05:57:38 +02:00
Alexey Milovidov
21c9feeeb3 Fix test 2023-06-26 05:46:10 +02:00
Alexey Milovidov
e3d999b023 Fix test 02497_trace_events_stress_long 2023-06-26 05:43:27 +02:00
Alexey Milovidov
4cef034297 Fix 02481_parquet_list_monotonically_increasing_offsets.sh 2023-06-26 05:27:45 +02:00
Alexey Milovidov
cf2e110c13 Fix test 01293_optimize_final_force 2023-06-26 05:20:35 +02:00
Alexey Milovidov
b8e6bd3299
Merge branch 'master' into refactor-subqueries-for-in 2023-06-26 06:05:12 +03:00
Alexey Milovidov
88048153d7 Fix 00899_long_attach_memory_limit 2023-06-26 04:37:14 +02:00
Alexey Milovidov
0e88aae9d7 Remove ConsoleCertificateHandler 2023-06-26 04:27:50 +02:00
Alexey Milovidov
3df884faf6
Merge branch 'master' into fix-msan-lower-upper 2023-06-26 04:07:59 +03:00
Alexey Milovidov
8b50652b9c
Merge branch 'master' into fix-test-ttl_where_group_by 2023-06-26 03:51:27 +03:00
Alexey Milovidov
73c6368034 Merge branch 'master' into fix-mysql-test 2023-06-26 02:50:08 +02:00
Alexey Milovidov
a487a1ab5a Fix bad test 2023-06-26 02:48:30 +02:00
Alexey Milovidov
4ee74ec213 Two tests are twice longer in average with Analyzer and sometimes failing 2023-06-26 02:19:52 +02:00
Alexey Milovidov
477b707ff1 Revert "Merge pull request #50951 from ZhiguoZh/20230607-toyear-fix"
This reverts commit 6bbd0d144d, reversing
changes made to 74cb79769b.
2023-06-26 02:02:24 +02:00
Vitaly Baranov
71cded08ff Remove unnecessary include <city.h> from wide_integer_impl.h 2023-06-25 18:44:29 +02:00
Nikolay Degterinsky
4b02d83999
Merge pull request #50950 from alekar/improve-outfile
Address some usability issues with INTO OUTFILE usage.
2023-06-25 18:40:55 +02:00
Vitaly Baranov
5eeda0a0d2 Fix test 00961_checksums_in_system_parts_columns_table 2023-06-25 17:18:01 +02:00
Vitaly Baranov
f1f0daa654 Show halves of checksums in "system.parts", "system.projection_parts" and error messages in the correct order. 2023-06-25 17:17:56 +02:00
Yakov Olkhovskiy
cc3d27c0a3 clang-tidy fix 2023-06-25 15:14:29 +00:00
Azat Khuzhin
5871ca0836 Fix performance tests due to warnings from jemalloc about Per-CPU arena disabled
jemalloc can show the following warning:

    Number of CPUs detected is not deterministic. Per-CPU arena disabled

It will be shown if one of the following returns different number of
CPUs:
- _SC_NPROCESSORS_ONLN
- _SC_NPROCESSORS_CONF
- sched_getaffinity()

And actually for my CPU linux returns different numbers, because there
are more possible CPUs then online, from dmesg:

    smpboot: Allowing 128 CPUs, 64 hotplug CPUs

And from sysfs:

    # grep . /sys/devices/system/cpu/{possible,online,offline}
    /sys/devices/system/cpu/possible:0-127
    /sys/devices/system/cpu/online:0-63
    /sys/devices/system/cpu/offline:64-127

From ACPI:

    # acpidump -o acpi
    # acpixtract -a acpi
    # iasl -d *.dat
    # grep -e 'Processor Enabled' apic.dsl | sort | uniq -c
        64                            Processor Enabled : 0
        64                            Processor Enabled : 1

So I guess this is the same as what happened in this perf run [1].

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/51360/5d43a64112711b339b82b1c0e8df7882546a1a3c/performance_comparison_[4_4]/report.html

P.S. personally I, just use cmdline=possible_cpus=64 to fix this for my
setup.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-06-25 09:37:37 +02:00
Alexey Milovidov
c4ea7ab5b1 Attempt to fix test_ssl_cert_authentication 2023-06-25 09:31:09 +02:00
Alexey Milovidov
e9a9a019cf Attempt to fix test_ssl_cert_authentication 2023-06-25 09:28:15 +02:00
Alexey Milovidov
b3f84a2b63 Maybe fix the "many mutations" test 2023-06-25 08:48:31 +02:00
Alexey Milovidov
f4f2c1476c Fix test 01280_ttl_where_group_by 2023-06-25 08:40:11 +02:00
Alexey Milovidov
071cd58be8 Fix "logical error" in addressToLineWithInlines 2023-06-25 08:31:02 +02:00
Alexey Milovidov
b46817cbde Fix bad test 01018_Distributed__shard_num 2023-06-25 07:18:29 +02:00
Alexey Milovidov
266b08132c Fix MySQL test in Debug mode 2023-06-25 07:11:41 +02:00
Alexey Milovidov
c1da927b89 Attempt to fix the relax_too_many_parts test 2023-06-25 07:01:36 +02:00
Alexey Milovidov
8017ea79c1 Fix bad tests for DNS 2023-06-25 06:54:00 +02:00
Yakov Olkhovskiy
535fef97d5 clang-tidy fix 2023-06-25 04:44:21 +00:00
robot-clickhouse
8763c601d2 Automatic style fix 2023-06-25 04:22:06 +00:00
Alexey Milovidov
4fd1fc4507 Fix typo 2023-06-25 06:14:31 +02:00
Alexey Milovidov
511b2cdc21 Increase timeout of fast test 2023-06-25 06:10:57 +02:00
Alexey Milovidov
f9dec21c9b Add a test 2023-06-25 06:01:37 +02:00
Alexey Milovidov
650e80663c Fix MSan report in lowerUTF8/upperUTF8 2023-06-25 05:59:02 +02:00
Alexey Milovidov
1482df53ca Update reference 2023-06-25 04:14:40 +02:00
Alexey Milovidov
171e11f276 Fix "merge_truncate_long" test 2023-06-25 04:11:27 +02:00
Alexey Milovidov
d84a4626b0 Disable "compile_expressions" setting by default 2023-06-25 03:22:59 +02:00
Alexey Milovidov
84c592aecd Update test 2023-06-25 01:34:15 +02:00
Andrey Zvonov
d0fa110ac7
Merge branch 'master' into zvonand-issue-49290 2023-06-25 01:16:26 +02:00
Yakov Olkhovskiy
71678f64b1
Merge pull request #49759 from ClickHouse/cast-ipv6-to-ipv4
Allow to cast IPv6 to IPv4 for address in proper mapping block
2023-06-24 17:33:15 -04:00
Alexey Milovidov
3ed86867f8 Remove sipHash128ReferenceKeyed 2023-06-24 23:06:13 +02:00
Andrey Zvonov
ae5e715e1d
Merge branch 'master' into zvonand-issue-49290 2023-06-24 23:02:32 +02:00
Yuriy Chernyshov
3e6654a1fe
Merge branch 'master' into update-re2 2023-06-24 22:34:44 +02:00
Yakov Olkhovskiy
e0485778f5 style fix 2023-06-24 19:37:00 +00:00
Yakov Olkhovskiy
f11e1c25ee added to fatal errors handler, added comments 2023-06-24 17:24:54 +00:00
Ilya Yatsishin
9a75faad77
Merge pull request #51340 from ClickHouse/qoega-patch-4 2023-06-24 14:22:32 +02:00
Alexander Gololobov
18bab6fee9
Merge pull request #51347 from ClickHouse/speedup_datelut_init
Speedup DateLUT initialization
2023-06-24 13:57:35 +02:00
Andrey Zvonov
0b6688ffe4
Merge branch 'master' into zvonand-issue-49290 2023-06-24 12:36:27 +02:00