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
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
Vitaly Baranov
3711430d9f
Rename member fields of CityHash_v1_0_2::uint128: "first" -> "low64", "second" -> "high64".
2023-06-24 12:25:56 +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
Alexey Milovidov
786987a29a
Remove garbage from function transform
2023-06-24 05:49:12 +02:00
Alexey Milovidov
50f0cd48c6
Merge pull request #51295 from ClickHouse/more-checks-are-required
...
Require more checks
2023-06-24 03:54:23 +03:00
robot-clickhouse-ci-1
c66ff09627
Merge pull request #51253 from kssenii/delete-non-evictable-feature
...
Delete feature do_not_evict_index_and_mark_files in fs cache
2023-06-24 02:37:52 +02:00
Vitaly Baranov
fad07bf4b8
Fix using locks in ProcessList.
2023-06-23 23:49:51 +02:00
Alexander Gololobov
8243b624e9
Speedup DateLUT initialization
2023-06-23 23:33:45 +02:00
Dan Roscigno
72f7867e9e
Merge pull request #51343 from DanRoscigno/l2squared-docs
...
L2squared docs
2023-06-23 16:43:23 -04:00
Dan Roscigno
cd8cdd4e9b
Update aspell-dict.txt
2023-06-23 16:20:56 -04:00
DanRoscigno
7bde0781b4
missing anchor
2023-06-23 16:05:58 -04:00
DanRoscigno
35c7a0017a
Merge branch 'l2squared-docs' of github.com:DanRoscigno/ClickHouse into l2squared-docs
2023-06-23 16:04:00 -04:00
Dan Roscigno
22b20512ad
Merge branch 'master' into l2squared-docs
2023-06-23 15:41:41 -04:00