Commit Graph

118051 Commits

Author SHA1 Message Date
Kruglov Pavel
9af56624f5
Fix flaky test test_skip_empty_files 2023-06-26 13:30:51 +02:00
Mikhail f. Shiryaev
065b87aa30
Improve logging a little bit, avoid double labeling 2023-06-26 13:25:49 +02:00
Mikhail f. Shiryaev
c64f929b9c
Fix broken labeling for manual approve 2023-06-26 13:25:48 +02:00
Alexander Tokmakov
eb649873b3
Unify merge predicate (#51344)
* unify merge predicate

* Update BaseDaemon.cpp
2023-06-26 13:48:21 +03:00
Alexander Tokmakov
e92035072b
Update MergeTreeTransaction.cpp 2023-06-26 13:44:09 +03: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
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
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
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
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
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
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
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
Alexey Milovidov
2c69cff589
Merge branch 'master' into set-index-nullable-atoms 2023-06-24 10:18:20 +03:00
Alexey Milovidov
a7febd1c13 Backward compatibility 2023-06-24 08:28:23 +02:00
Alexey Milovidov
7d55461f8b Update test 2023-06-24 08:23:36 +02:00
Alexey Milovidov
f41183d209 Update test 2023-06-24 08:22:42 +02:00
Alexey Milovidov
64a42c7d3a More tests 2023-06-24 07:23:17 +02:00
Alexey Milovidov
ed3ead3493 Add support for Nullable 2023-06-24 07:23:17 +02:00
Alexey Milovidov
f48c1605da Add a test 2023-06-24 07:23:17 +02:00
Alexey Milovidov
3746e274b8 Support empty arrays 2023-06-24 07:23:15 +02:00
Alexander Gololobov
dfc1afab62 Better naming and comments 2023-06-24 07:14:21 +02:00
Alexey Milovidov
cb2d395410 Add generic implementation of function transform 2023-06-24 06:52:28 +02:00
Alexey Milovidov
396eb70426 Remove garbage from function transform 2023-06-24 05:49:12 +02:00