Nikolai Kochetov
b16936ba9d
Added test.
2020-05-26 13:37:10 +03:00
alesapin
5780240e88
Fix primry key check
2020-05-26 12:46:04 +03:00
Ilya Yatsishin
2b155ac989
Merge pull request #11185 from ClickHouse/fix-lambda-lc-args
...
Fix lambda lc args
2020-05-26 10:27:35 +03:00
Alexander Kuzmenkov
9d25ae22b5
Merge remote-tracking branch 'origin/master' into HEAD
2020-05-26 09:07:01 +03:00
Alexander Kuzmenkov
27df8d5aca
fixup
2020-05-26 09:06:46 +03:00
Alexander Kuzmenkov
7142e68d7a
fixup
2020-05-26 08:54:04 +03:00
alexey-milovidov
d4acd1af3a
Merge pull request #11179 from excitoon-favorites/s3globfix
...
Fixed S3 globbing which could fail in case of more than 1000 keys and some backends
2020-05-26 02:45:42 +03:00
filimonov
73a0ef6c0e
Fix for the hang during deletion of engine=Kafka (one more time) ( #11145 )
...
* Added flag for safer rdkafka destruction, but more testing detected another hang case, which has no straigt solutions and can be workarounded currenly only by draining the consumer queue, so destructor is back
* After review fixes
* After review fixes2
* After review fixes3
2020-05-26 00:13:10 +03:00
alexey-milovidov
7201018079
Update test.py
2020-05-26 00:05:15 +03:00
Nikolai Kochetov
53a514093a
Added test.
2020-05-25 22:22:03 +03:00
alesapin
51ffcff75b
Merge pull request #11180 from ClickHouse/revert_flush_logs_in_test
...
Revert #11023
2020-05-25 17:38:19 +03:00
Vladimir Chebotarev
e013edce4b
Added test for multi-page S3 globbing.
2020-05-25 15:57:27 +03:00
Nikolai Kochetov
c83014bc76
Merge pull request #11114 from azat/max_threads-simple-query-optimization-fix
...
Do not reserve extra threads after max threads optimization for simple queries
2020-05-25 14:05:46 +03:00
alesapin
3d9ba9ff8a
Revert #11023
2020-05-25 13:06:27 +03:00
Vitaly Baranov
eeb4cbc433
Fix settings NO_PASSWORD authentication mode in users.xml.
2020-05-25 11:35:26 +03:00
alesapin
73458c1574
Merge pull request #8840 from excitoon-favorites/returnttltests
...
Revert "Disable some flappy tests"
2020-05-25 11:29:07 +03:00
Alexander Kuzmenkov
8d5bbed2de
Merge remote-tracking branch 'origin/master' into HEAD
2020-05-25 06:44:11 +03:00
hcz
f2e3bcdd15
Improve code style in src and test files of Arrow formats
2020-05-25 10:50:55 +08:00
alexey-milovidov
a55a8ba69f
Merge pull request #11158 from ClickHouse/normalize-performance-tests-2
...
Normalize performance tests 2
2020-05-25 03:49:58 +03:00
Alexey Milovidov
75dbfd4652
Fix flacky test
2020-05-25 01:36:00 +03:00
Alexey Milovidov
8fa637cf73
Fix long tests, part 2
2020-05-24 23:35:49 +03:00
Alexey Milovidov
02500e4b11
Fix long tests
2020-05-24 23:33:13 +03:00
Azat Khuzhin
24271ec50f
Test for data skip index over column under aggregation
...
Affected versions: 19.17.9.60+
2020-05-24 16:12:08 +03:00
Alexey Milovidov
a70b819ca2
Adapted test time
2020-05-24 02:33:47 +03:00
alexey-milovidov
17df54785e
Update merge_table_streams.xml
2020-05-23 23:45:28 +03:00
Azat Khuzhin
9de1a231c9
Add optional default_port argument for the port() function
2020-05-23 23:36:01 +03:00
Azat Khuzhin
aa5247f1fe
Get back 01281_group_by_limit_memory_tracking (without flackiness)
2020-05-23 22:57:29 +03:00
Azat Khuzhin
409cff11df
Add port() function
...
It uses domain() (getURLHost()) internally so it has the same
limitations:
- no ipv6 support
- no host-without-dots support (i.e. "foobar")
2020-05-23 20:45:56 +03:00
alexey-milovidov
08c7277d2b
Merge pull request #11144 from ClickHouse/dont-validate-polygons-in-non-constant-case
...
Fix performance issue with pointInPolygon
2020-05-23 18:54:50 +03:00
tavplubix
6ece9649f1
Merge pull request #11151 from naorlov/CLICKHOUSE-7224
...
Add `FailedQuery`, `FailedSelectQuery` and `FailedInsertQuery`
2020-05-23 18:47:44 +03:00
Alexey Milovidov
3b29ea09c1
Fix another strange test
2020-05-23 17:56:35 +03:00
Alexey Milovidov
2c76899f53
Edited strange test
2020-05-23 17:53:54 +03:00
Alexey Milovidov
9d1d7c61d6
Replace hits_1000m to hits_100m
2020-05-23 17:52:32 +03:00
Alexey Milovidov
d019474641
Replace hits_1000m to hits_100m
2020-05-23 17:51:18 +03:00
Alexey Milovidov
1dc284d9f1
Add performance test #10981
2020-05-23 17:41:13 +03:00
Azat Khuzhin
8c69245283
Add a test for max_threads optimization for simple queries
2020-05-23 17:07:43 +03:00
Alexey Milovidov
d5ed38cfe0
Adapted test: do not use points on the edges
2020-05-23 14:27:02 +03:00
Nikita Orlov
d06e7bab7e
issue-7224 Fix failing tests
2020-05-23 13:45:27 +03:00
Nikita Orlov
2545efcf2e
issue-7224 Added tests
2020-05-23 02:03:02 +03:00
Azat Khuzhin
88d08f9f39
Move tests from 00740_optimize_predicate_expression to 01056_predicate_optimizer_bugs
2020-05-23 00:36:30 +03:00
Azat Khuzhin
765ed4f89b
Fix 01056_predicate_optimizer_bugs
2020-05-23 00:36:30 +03:00
Azat Khuzhin
f19c619dfe
Add test from #10613 for enable_optimize_predicate_expression
2020-05-23 00:36:30 +03:00
Azat Khuzhin
6d40c1ea2c
Preserve order of expressions during predicates optimization (enable_optimize_predicate_expression)
...
Before this patch enable_optimize_predicate_expression changes the
order *every* time, so:
foo AND bar -> bar AND foo
And this causes troubles for distributed queries, since query on shard
will have different order of expressions with the initiating server.
2020-05-23 00:36:30 +03:00
Alexey Milovidov
c79ded1653
Added performance test for point in const polygon
2020-05-22 22:03:30 +03:00
alesapin
1536be0a13
Merge pull request #11142 from Jokser/register-s3-disk-without-bucket
...
Create root S3 bucket before any CH instance is started
2020-05-22 20:52:25 +03:00
Alexey Milovidov
490a94105e
Two more zeros in performance test
2020-05-22 16:51:04 +03:00
alexey-milovidov
27f365dc10
Merge pull request #11141 from ClickHouse/add-performance-test-non-constant-polygons
...
Add performance test for non-constant polygons
2020-05-22 16:49:23 +03:00
Pavel Kovalenko
1165c44acf
Enable test_replicated_mergee_tree_s3
2020-05-22 14:55:30 +03:00
Pavel Kovalenko
89b9fb6d41
Create 'root' S3 bucket before CH is started.
2020-05-22 14:48:08 +03:00
Alexey Milovidov
e60fee3f3d
Add performance test for non-constant polygons
2020-05-22 14:46:54 +03:00
Vitaly Baranov
5a0f356cd6
Merge pull request #11038 from Enmk/parseDateTime64BestEffort_fix
...
Fixed parseDateTime64BestEffort implementation
2020-05-22 14:40:39 +03:00
Alexey Milovidov
1a5fa0e6fa
Remove totally wrong performance test #10623
2020-05-22 14:39:21 +03:00
alexey-milovidov
e5808c6f2f
Merge pull request #11122 from ClickHouse/aku/addr2line
...
Remove extra copying from addressToLine
2020-05-22 14:16:46 +03:00
alexey-milovidov
b82c633716
Merge pull request #11048 from filimonov/kafka_missed_data_during_drop
...
Fixes the potential missed data during termination of Kafka engine table
2020-05-22 14:11:10 +03:00
alesapin
138e4562f3
Skip flacky test
2020-05-22 13:38:56 +03:00
Alexey Milovidov
a2fabd7ff0
Remove unreliable test #11119
2020-05-22 12:36:26 +03:00
alesapin
b9dfa61774
Merge pull request #11042 from CurtizJ/modify-ttl
...
Apply TTL for old data, after ALTER MODIFY TTL query
2020-05-22 11:12:14 +03:00
Alexander Kuzmenkov
322d731d28
Remove extra copying from addressToLine
...
The line is already serialized to the same arena, so there is no need to
copy it. Also add this function to query profiler test, so that it has
some coverage.
2020-05-22 03:01:35 +03:00
Alexander Kuzmenkov
fecd84d3c0
Merge pull request #10915 from ClickHouse/aku/mongodb-uri
...
Support MongoDB URI
2020-05-21 23:02:12 +03:00
alexey-milovidov
2d9433242e
Merge pull request #11097 from ClickHouse/azat-memory-tracking-2
...
Merging #11022
2020-05-21 20:19:59 +03:00
alexey-milovidov
41a3817efa
Merge pull request #11096 from ClickHouse/test-for-ttl-in-system-parts
...
Test for TTL info in system.parts
2020-05-21 20:19:41 +03:00
Vasily Nemkov
403aae9126
Fixed parseDateTime64BestEffort implementation
...
Fixed argument resolution issues.
Added tests and made sure -orNull and -orZero variants alwo work correctly.
2020-05-21 17:21:39 +03:00
alexey-milovidov
b480f137f3
Merge pull request #10623 from livace/master
...
Add point in polygon for non-const polygons
2020-05-21 15:18:24 +03:00
alexey-milovidov
569f20e4c6
Merge pull request #11023 from azat/tests-system-log-cleanup
...
[RFC] Truncate system.*_log tables before each test
2020-05-21 15:14:25 +03:00
Alexey Milovidov
6669607e17
Merge branch 'master' into vectorize-sum
2020-05-21 15:02:51 +03:00
Alexey Milovidov
80c7e85f38
Disable potentially unreliable check
2020-05-21 13:58:05 +03:00
Alexey Milovidov
886266fdad
Attempt to fix an error
2020-05-21 13:57:24 +03:00
Alexey Milovidov
1fca0294fe
Fix logical error in test
2020-05-21 13:48:48 +03:00
Alexey Milovidov
c816916fba
Fix typo
2020-05-21 13:46:36 +03:00
Alexey Milovidov
38f36f6b58
Merge branch 'memory-tracking' of https://github.com/azat/ClickHouse into azat-memory-tracking-2
2020-05-21 13:00:04 +03:00
Alexey Milovidov
7e4cd8f8d4
Test for TTL info in system.parts
2020-05-21 12:55:39 +03:00
Nikolai Kochetov
986dfe79a5
Merge pull request #10858 from azat/min_mv_insert_block_size
...
[RFC] Introduce min_insert_block_size_{rows,bytes}_for_materialized_views (for MVs)
2020-05-21 12:52:58 +03:00
alexey-milovidov
4a237faede
Merge pull request #11074 from Jokser/memory-leak-in-register-disk-s3
...
Fix memory leak in registerDiskS3
2020-05-21 12:42:46 +03:00
alexey-milovidov
8c2b7c31a5
Fix too long perf test.
2020-05-21 09:49:15 +03:00
hcz
4effdeaa0e
Add tests
2020-05-21 12:13:49 +08:00
Azat Khuzhin
77bdb5f462
Add a test for GROUP BY memory accounting
...
- GROUP BY
- GROUP BY LIMIT
- GROUP BY MEMORY_LIMIT_EXCEEDED
2020-05-21 02:06:55 +03:00
Alexander Kuzmenkov
09ea7253cd
performance test for some functions that use hash tables
2020-05-20 22:37:14 +03:00
alexey-milovidov
07924f0ae1
Merge pull request #11029 from azat/system_tables_lazy_load
...
Disable system_tables_lazy_load by default
2020-05-20 21:15:09 +03:00
Pavel Kovalenko
d98c1589ed
Better error handling in Proxy Resolver.
2020-05-20 19:01:05 +03:00
Anton Popov
d62fe980ef
Merge remote-tracking branch 'upstream/master' into modify-ttl
2020-05-20 16:52:30 +03:00
Vitaly Baranov
06d18a4378
Merge pull request #11050 from vitlibar/amosbird_betterdictget
...
dictGet with table name
2020-05-20 14:18:24 +03:00
Vladimir Chebotarev
c0947ab609
Minor fixes in test_ttl_move
.
2020-05-20 12:59:06 +03:00
Vladimir Chebotarev
a9a7da8e68
Fixed test_ttl_move::test_alter_multiple_ttls
.
2020-05-20 12:59:06 +03:00
Vladimir Chebotarev
b9f35aad02
Revert "Disable some flappy tests"
...
This reverts commit e6958c0e49
.
2020-05-20 12:59:06 +03:00
Artem Zuikov
9b38324028
fix JOIN with PREWHERE with second analyze() ( #11051 )
2020-05-20 12:29:23 +03:00
alesapin
2673c985bd
Merge pull request #11002 from ClickHouse/zookeeper_in_tmpfs_intergration_tests
...
Add ability to run zookeeper in integration tests with tmpfs
2020-05-20 11:30:13 +03:00
alesapin
dc330ca7cb
Merge pull request #11037 from ClickHouse/alter_rename_and_modify
...
Fix alter rename with different types of alter
2020-05-20 11:28:13 +03:00
Anton Popov
bd3e7307d0
fix integration test
2020-05-20 01:43:16 +03:00
Alexander Kuzmenkov
bc34e0ff94
fixup
2020-05-19 23:12:10 +03:00
Vitaly Baranov
57bd7afc03
Fix passing dictionary's name to dictGet() with alias.
2020-05-19 21:17:29 +03:00
Amos Bird
ce3c53a00a
dictGet* with table name
2020-05-19 20:33:45 +03:00
Mikhail Filimonov
b50480cbde
Fixes the potential missed data during termination of Kafka engine table
2020-05-19 18:55:37 +02:00
Alexander Kuzmenkov
c3d9bb829b
performance comparison
2020-05-19 18:28:03 +03:00
alesapin
a17f034271
Bump compose version to 2.3, and make tmpfs for zookeeper optional
2020-05-19 18:27:10 +03:00
Nikolai Kochetov
c147badf4f
Merge remote-tracking branch 'upstream/master' into min_mv_insert_block_size
2020-05-19 18:24:21 +03:00
Anton Popov
35b916433a
fix TTL with defaults after modify
2020-05-19 16:06:35 +03:00
alesapin
70e5553204
At least something works
2020-05-19 12:54:56 +03:00
Azat Khuzhin
f57ac3d3f0
Update test_part_log_table
...
- system_tables_lazy_load
- SYSTEM FLUSH LOGS
2020-05-19 10:47:47 +03:00
Azat Khuzhin
249a1eb7f9
Fix test_server_initialization, but looking into default database only
2020-05-19 10:43:37 +03:00
Anton Popov
58ed04dc24
materialize TTL after its modifying
2020-05-19 04:53:01 +03:00
Azat Khuzhin
04aa6dd7e3
Update test_system_tables_lazy_load to cover both cases and make it run
2020-05-19 03:03:45 +03:00
Azat Khuzhin
e9dc2cbcf7
Add missing SYSTEM FLUSH LOGS before TRUNCATE TABLE in clickhouse-test
...
Suggested-by: @filimonov
2020-05-19 01:12:51 +03:00
Azat Khuzhin
bd86f15680
Use QueryFinish over magic const in tests
...
Find all usages with:
$ git grep 'type[ ]*=[ ]*2' tests/queries/0_stateless/
Sure this is not all...
2020-05-18 21:18:37 +03:00
Azat Khuzhin
32071ba080
Do not add event_date/event_time condition for system.*_log
...
Also some of them can be even more simplified, since the system.*_log
are empty most of the time there should not be any conditions at all
(i.e. `query` LIKE and so on).
2020-05-18 21:18:37 +03:00
Azat Khuzhin
bdbfa08e02
Truncate system.*_log by default in tests
...
Enable it by default due to:
- it is a sane default
- avoids modifying docker images
2020-05-18 21:18:37 +03:00
Vitaliy Zakaznikov
59a1c230cd
Fixing tests/queries/0_stateless/00979_live_view_watch_continuous_aggregates.py.
2020-05-18 20:17:29 +02:00
alesapin
b4652625c7
Try to enable skipped tests
2020-05-18 13:02:52 +03:00
alesapin
1ccd4fb978
Add missed drop in test
2020-05-18 12:24:48 +03:00
alesapin
0395f59b73
Just wait slightly more in test
2020-05-18 12:03:51 +03:00
Alexey Milovidov
738842b846
Moved test #4277 to bugs
2020-05-18 09:20:17 +03:00
Alexey Milovidov
daeaa07c90
Merge branch 'pull-4277'
2020-05-18 09:19:23 +03:00
Alexey Milovidov
65e387f1a3
Added a test
2020-05-18 08:03:58 +03:00
Alexey Milovidov
db422434ff
Add performance test
2020-05-18 07:55:06 +03:00
alexey-milovidov
893d05c1a0
Merge pull request #10989 from ClickHouse/fix-test-right-join
...
Fix non-deterministic test
2020-05-18 07:43:12 +03:00
alexey-milovidov
7efd2a825f
Merge pull request #10463 from ClickHouse/parallel-final
...
Parallel final
2020-05-18 05:20:18 +03:00
Alexey Milovidov
ed6c8054f0
Fix bad test
2020-05-18 03:48:46 +03:00
Andrei Nekrashevich
eba043aaf8
Merge branch 'master' into random_string_utf8_function
2020-05-17 22:53:42 +03:00
alexey-milovidov
f7b1263d41
Merge pull request #10268 from ClickHouse/max-rows-to-sort
...
Added failing tests about "max_rows_to_sort" setting.
2020-05-17 22:21:30 +03:00
alexey-milovidov
8d3c37992a
Merge pull request #10533 from ClickHouse/alter-key-column-better-exception-message
...
Better exception message and error code for ALTER of key column #9078
2020-05-17 22:21:14 +03:00
alexey-milovidov
92686fea27
Merge pull request #10974 from ClickHouse/xolm-random_fixed_string_function
...
Merging #10866
2020-05-17 22:20:53 +03:00
alexey-milovidov
76dfc37bbf
Merge pull request #10975 from ClickHouse/Potya-master
...
Merging #10856
2020-05-17 22:20:36 +03:00
Andrei Nekrashevich
9d2801e0d8
fix
2020-05-17 16:07:37 +03:00
alexey-milovidov
7cf3538840
Merge pull request #10270 from ClickHouse/quota-key-in-client
...
Support quota_key for Native client
2020-05-17 14:09:40 +03:00
Azat Khuzhin
c35c89f61a
Add a test for min_insert_block_size_rows_for_materialized_views
2020-05-17 12:19:44 +03:00
alexey-milovidov
6c49967395
Merge pull request #10802 from PerformanceVision/offset_without_limit
...
Add the ability to set an OFFSET clause without a LIMIT
2020-05-17 12:06:22 +03:00
alexey-milovidov
6d34f24605
Merge branch 'master' into complex_key_direct
2020-05-17 11:55:01 +03:00
Alexey Milovidov
59b0435547
Fix tests
2020-05-17 11:25:29 +03:00
Alexey Milovidov
c701ccbec0
Merge branch 'master' of https://github.com/Potya/ClickHouse into Potya-master
2020-05-17 11:19:37 +03:00
alexey-milovidov
1bceb48e65
Merge pull request #10920 from ClickHouse/fix-notNullIn-with-null
...
Fix not null in with null
2020-05-17 11:16:43 +03:00
alexey-milovidov
7ee35f102d
Merge pull request #10867 from azat/dist-INSERT-load-balancing
...
Respect prefer_localhost_replica/load_balancing on INSERT into Distributed
2020-05-17 11:11:35 +03:00
Alexey Milovidov
157d0b612c
Merge branch 'random_fixed_string_function' of https://github.com/xolm/ClickHouse into xolm-random_fixed_string_function
2020-05-17 10:54:48 +03:00
alexey-milovidov
2ec9d1e9ab
Merge pull request #10512 from ClickHouse/fix-ubsan-decimal-parse
...
Fix UBSan report in Decimal parse
2020-05-17 10:46:03 +03:00
Alexey Milovidov
de8120d69a
Improvement; added a test
2020-05-17 10:17:54 +03:00
Alexey Milovidov
20c9c2d3ec
Better test
2020-05-17 09:52:33 +03:00
Alexey Milovidov
1ebd71a230
Updated test reference because new result is correct
2020-05-17 09:48:49 +03:00
Alexey Milovidov
df1e1f4638
Merge branch 'master' of github.com:yandex/ClickHouse into max-rows-to-sort
2020-05-17 09:28:23 +03:00
alexey-milovidov
5297d1e86a
Merge pull request #10928 from vitlibar/check-access-once-for-dictget
...
dictGet() checks access once
2020-05-17 09:27:59 +03:00
Alexey Milovidov
f7087c721e
Merge branch 'master' into max-rows-to-sort
2020-05-17 09:08:46 +03:00
alexey-milovidov
a3346e9331
Merge pull request #10912 from ClickHouse/static-mutate
...
Static mutate
2020-05-17 09:05:35 +03:00
alexey-milovidov
261410ff58
Merge pull request #10829 from ClickHouse/variance-nonnegative
...
Ensure that variance is nonnegative
2020-05-17 09:04:27 +03:00
Alexey Milovidov
47504dc213
Merge branch 'max-rows-to-sort' of github.com:yandex/ClickHouse into max-rows-to-sort
2020-05-17 08:57:42 +03:00
Alexey Milovidov
3742462119
Merge branch 'master' into max-rows-to-sort
2020-05-17 08:56:42 +03:00
Alexey Milovidov
f4ac1eec04
Merge branch 'master' into quota-key-in-client
2020-05-17 08:15:13 +03:00
Alexey Milovidov
7396790bd9
Update tests
2020-05-17 07:47:32 +03:00
Andrei Nekrashevich
675509ed23
Added function randomStringUTF8
2020-05-17 07:43:53 +03:00
alexey-milovidov
0fd0711b51
Merge pull request #10910 from filimonov/kafka_drop_hang_fix
...
Fix for the hang during deletion of engine=Kafka
2020-05-17 07:13:54 +03:00
Alexey Milovidov
f8a6fa8728
Update test
2020-05-17 06:18:06 +03:00
Alexey Milovidov
7e24492fb9
Added performance test
2020-05-17 06:16:34 +03:00
Alexey Milovidov
b156ac3cc1
Merge branch 'master' into fix-ubsan-decimal-parse
2020-05-17 05:42:24 +03:00
Alexey Milovidov
7df4748753
Merge branch 'master' into variance-nonnegative
2020-05-17 05:00:59 +03:00