Kseniia Sumarokova
e844cec16f
Merge branch 'master' into fix-hdfs-crash
2021-07-16 22:21:30 +03:00
Anton Ivashkin
4dfd6ddcdb
Catch Poco exception in resolveIPAddressImpl
2021-07-16 10:47:44 +03:00
万康
c8a9349a38
skip parallel test
2021-07-15 11:07:12 +08:00
kssenii
435f6d3d92
Update skip_list.json
2021-07-15 00:18:48 +03:00
Alexander Tokmakov
f0ed6be269
Merge branch 'master' into system_zookeeper_log
2021-07-13 20:49:37 +03:00
alexey-milovidov
b4741ed2fe
Merge pull request #23140 from amosbird/fixrandomoneshardinsert
...
Fix misbehaviors when insert_distributed_one_random_shard = 1
2021-07-13 11:47:53 +03:00
alexey-milovidov
4183f3164a
Merge branch 'master' into fixrandomoneshardinsert
2021-07-13 04:46:40 +03:00
Alexander Tokmakov
ca45054de5
add enums
2021-07-10 00:18:20 +03:00
Realist007
50149abfa5
Merge branch 'master' into feature/create-simple-lambda-function
2021-07-09 00:16:26 +03:00
kssenii
ff56f1787c
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into g-arslan-add-sqlite-support
2021-07-07 15:19:12 +00:00
Alexander Tokmakov
5e44fa32b4
Merge branch 'master' into improve_create_or_replace
2021-07-06 11:50:43 +03:00
Kseniia Sumarokova
c72a1be0be
Merge pull request #25064 from ucasfl/merge
...
Database argument for StorageMerge support regular expression.
2021-07-05 14:14:44 +03:00
feng lv
e73a908dd3
fix test
...
fix style
2021-07-04 16:45:04 +00:00
ANDREI STAROVEROV
a640ea1f2c
Add test with jit compiled checking in skip list
2021-07-04 00:47:26 +03:00
Realist007
d99e7059cd
Merge branch 'master' into feature/create-simple-lambda-function
2021-07-03 19:04:10 +03:00
Alexey Milovidov
127455f15f
Remove experimental ANTLR parser
2021-07-03 18:48:03 +03:00
Alexey Milovidov
313117c7d8
Skip ANTLR test
2021-07-03 18:28:42 +03:00
Alexey Milovidov
acd1342df8
Skip test for ANTLR #25904
2021-07-03 04:54:43 +03:00
Alexander Tokmakov
aa3f0b2032
fix
2021-07-02 19:39:55 +03:00
Maksim Kita
e4a0e831f0
Update skip_list.json
2021-07-02 14:08:11 +03:00
Maksim Kita
aec313cf4f
Merge branch 'master' into null-valid-identifier
2021-07-02 12:33:04 +03:00
Maksim Kita
9169a4cbb0
Merge pull request #25910 from ClickHouse/aggregate-function-constexpr-parameters
...
Allow constexpr parameters for aggregate functions
2021-07-02 12:32:24 +03:00
Maksim Kita
55889eacf5
Add test to ANTLR skip list
2021-07-02 11:24:45 +03:00
Maksim Kita
3ae1278391
Fixed tests
2021-07-02 11:22:30 +03:00
Alexander Tokmakov
d9a77e3a1a
improve CREATE OR REPLACE query
2021-07-01 16:21:38 +03:00
Azat Khuzhin
626f47e044
Convert history file from readline format to replxx format
...
replxx requires each history line to prepended with time line:
### YYYY-MM-DD HH:MM:SS.SSS
select 1
And w/o those service lines it will load all lines from history file as
one history line for suggestion. And if there are lots of lines in file it
will take lots of time (getline() + tons of reallocations).
2021-06-30 22:06:16 +03:00
alexey-milovidov
3f6fe26e9a
Merge pull request #25731 from azat/fix-test
...
Fix 01641_memory_tracking_insert_optimize
2021-06-29 02:12:49 +03:00
Anton Popov
03507f548e
Merge branch 'master' into storage-merge-aliases
2021-06-28 16:03:10 +03:00
Maksim Kita
3f1bfb17ae
Fix ANTRL merge_prewhere_table test
2021-06-28 14:44:59 +03:00
Azat Khuzhin
11900c3238
Fix 01641_memory_tracking_insert_optimize
...
- Reverts #23617
- Apply changes from #23617
- Change repeat(10) to repeat(40) (memory tracking is different w/o
jemalloc (w/o nallocx()) , i.e. sanitizers, so increase memory usage a
little to make it fail under sanitizers)
- Unmark 01641_memory_tracking_insert_optimize_long as long
- Update skip list for 01641_memory_tracking_insert_optimize
2021-06-28 10:52:24 +03:00
Maksim Kita
31ecef90c3
Fixed tests
2021-06-28 01:41:55 +03:00
Alexey Milovidov
ba67097c0f
Fix test in database Ordinary
2021-06-27 02:54:22 +03:00
Alexey Milovidov
1e55b9376a
Silent ANTLR parser test (non production)
2021-06-27 02:48:11 +03:00
Maksim Kita
99689484aa
Fixed ANTRL tests
2021-06-26 14:28:33 +03:00
Kseniia Sumarokova
1eb005850c
Merge branch 'master' into storage-merge-aliases
2021-06-25 17:33:31 +03:00
alesapin
d138ba79c7
Merge pull request #25549 from ClickHouse/add_test_for_concurrent_merges
...
Fix bug in TTL merges assignment
2021-06-25 11:02:29 +03:00
kssenii
ca1f336c46
Aliases for storageMerge fix
2021-06-25 05:28:44 +00:00
alesapin
d6fc2dcd99
Ban test
2021-06-24 17:13:16 +03:00
Ivan
e9e49a9085
Fix ANTLR parser and enable it back in CI ( #25638 )
...
* Fix
* Skip more tests
2021-06-24 14:45:29 +03:00
Realist007
60c9f7fc5d
Merge branch 'master' into feature/create-simple-lambda-function
2021-06-19 17:54:03 +03:00
Alexey Milovidov
29b80af6cc
Skip RocksDB tests for Ordinary database
2021-06-19 00:09:50 +03:00
Amos Bird
c8ea6527cb
Add prefer_global_in_and_join setting
2021-06-17 14:27:29 +08:00
Kruglov Pavel
bf36f5a977
Merge pull request #25000 from vitlibar/fix-protobuf-serialization-of-splitted-nested-messages
...
Fix serialization of splitted nested messages in Protobuf format.
2021-06-16 14:04:14 +03:00
Vitaly Baranov
641f31cc4c
Skip test 00825_protobuf_format_splitted_nested in case ANTLR.
2021-06-15 09:05:54 +03:00
Ivan
0092cc61cf
Enable back the ANTLR in .sql ( #25170 )
...
* Enable back the ANTLR in .sql
* Update skip-list
* More tests to skip-list
2021-06-12 04:09:36 +03:00
Maksim Kita
b1e72163ec
Add test into antlr skip list
2021-06-10 22:32:32 +03:00
Denis Zhuravlev
0f65716558
test for row_policy defined_using_user
2021-06-09 18:05:48 -03:00
Realist007
2b3a8ec259
Merge branch 'master' into feature/create-simple-lambda-function
2021-06-09 19:34:47 +03:00
Azat Khuzhin
38c7056ecc
Rewrite 01594_too_low_memory_limits
...
After #24483 had been merged the only place where the allocation may
fail is the insert into PODArray in DB::OwnSplitChannel::log, but this
MR ignores the errors in this function, so to check new behaviour
separate server is required.
2021-06-07 09:38:15 +03:00
Azat Khuzhin
0d34cb655c
Disable 01594_too_low_memory_limits under sanitizers
2021-06-07 09:38:15 +03:00
Nikita Mikhaylov
f1733a93e5
Merge pull request #24857 from kssenii/postgresql_protocol
...
Fix NULL values in postgresql protocol
2021-06-04 14:43:47 +03:00
Kseniia Sumarokova
9f9f4c5a25
Update skip_list.json
2021-06-03 16:38:47 +03:00
mergify[bot]
438b45e6c0
Merge branch 'master' into add-sqlite-support
2021-06-03 12:26:12 +00:00
Amos Bird
9bbc9f97b4
Implement antlr parser for projections ( #24245 )
...
* implement projection grammer for antlr parser
* Add comment
2021-06-02 18:09:55 +03:00
Arslan G
6eb22cd585
Fix test
2021-06-02 12:59:11 +03:00
kssenii
c1f79fb046
Add test to parallel skip list
2021-06-01 17:45:03 +00:00
Alexander Tokmakov
94d2aed336
fix tests
2021-06-01 13:24:06 +03:00
Maksim Kita
55ca643c1d
Add tests to ANTRL skip list
2021-05-27 10:42:54 +03:00
tavplubix
ee12652f8a
Update skip_list.json
2021-05-26 11:53:40 +03:00
kssenii
b72f6ea78e
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into modulo-partition-key
2021-05-22 16:15:15 +00:00
tavplubix
9d728fd017
Update skip_list.json
2021-05-20 12:55:11 +03:00
Kseniia Sumarokova
7729e211e9
Update skip_list.json
2021-05-18 20:52:18 +03:00
Kseniia Sumarokova
0ab15d0bc4
Merge branch 'master' into modulo-partition-key
2021-05-18 17:45:32 +03:00
Maksim Kita
40d8d95fd2
Merge pull request #24067 from azat/buffer-destroy-first
...
Flush Buffer tables before shutting down tables (within one database)
2021-05-18 09:07:28 +03:00
Realist007
a3f7bf5fcc
Merge branch 'master' into feature/create-simple-lambda-function
2021-05-17 11:51:05 +03:00
alesapin
eae2df6478
Merge pull request #23997 from ClickHouse/fix_intersecting_parts
...
Try fix intersecting parts
2021-05-17 10:46:58 +03:00
Realist007
bdd8de0295
Merge branch 'master' into feature/create-simple-lambda-function
2021-05-16 23:13:17 +03:00
Azat Khuzhin
d768a2ac71
Add a test for Buffer flush before shutdown
2021-05-16 13:28:35 +03:00
kssenii
86de48e105
Add test to parallel tests skip list
2021-05-15 21:04:26 +00:00
Kseniia Sumarokova
99e2f83c69
Merge pull request #23548 from ucasFL/table-comment
...
Implement table comments
2021-05-15 19:56:16 +03:00
ANDREI STAROVEROV
15046adba3
Add tests in excluding list of parallel runs
2021-05-15 15:48:27 +03:00
Alexander Tokmakov
df5f3fbc9d
review suggestions
2021-05-14 19:11:40 +03:00
Nikolai Kochetov
636b86d13e
Disable 01710_projection_fetch for database replicated.
2021-05-13 11:13:24 +03:00
feng lv
c6f8ab9826
fix
2021-05-13 02:05:53 +00:00
Nikolai Kochetov
a5ad3324c9
Skip 01710_projection_fetch for parallel execution.
2021-05-12 09:42:01 +03:00
Nikolai Kochetov
a1ba67e029
Merge pull request #20202 from amosbird/projection
...
Projections
2021-05-12 09:38:07 +03:00
feng lv
9035e3a643
fix test and conflict
2021-05-11 16:22:24 +00:00
Amos Bird
51d685bb9c
Even more fixes
2021-05-11 18:12:29 +08:00
Amos Bird
ddd4256a15
More fixes
2021-05-11 18:12:28 +08:00
Amos Bird
ba17acbd63
Fix tests
2021-05-11 18:12:28 +08:00
Azat Khuzhin
808d1a0215
Reimplement preallocate for hashed/sparse_hashed dictionaries
...
It was initially implemented in #15454 , but was reverted in #21948 (due
to higher memory usage).
This implementation differs from the initial, since now there is
separate attribute to enable preallocation, before it was done
automatically, but this has problems with duplicates in the source.
Plus this implementation does not uses dynamic_cast, instead it extends
IDictionarySource interface.
2021-05-10 07:41:48 +03:00
Anton Popov
efd64c6d57
add test to skip list
2021-05-07 02:52:51 +03:00
Azat Khuzhin
73ab415c4c
Preserve errors for INSERT into Distributed
...
Before this patch (and after #22208 ) the INSERT may fail with "Cannot
schedule a task" because the pool in DistributedBlockOutputStream
already throws exception and simply fail in writeSuffix().
2021-04-28 22:33:29 +03:00
Nikolai Kochetov
9392b493d9
Skip 01823_explain_json for antlr
2021-04-28 19:33:49 +03:00
Amos Bird
df32eab563
Update tests/queries/skip_list.json
...
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
2021-04-22 10:22:56 +08:00
Amos Bird
a33060f93c
skip parallel tests
2021-04-20 22:10:24 +08:00
Nikolai Kochetov
4d86f51eff
Merge branch 'master' into add-read-from-mt-step
2021-04-19 10:17:21 +03:00
alexey-milovidov
786f340256
Merge pull request #22755 from kssenii/postgresql-protocol-with-row-policy
...
Allow row policy in postgresql protocol
2021-04-17 01:55:30 +03:00
tavplubix
2479c80fb7
Merge branch 'master' into fix_attach_mv
2021-04-15 00:07:48 +03:00
tavplubix
021cafff49
Merge pull request #23041 from ClickHouse/fix_testkeeper_multi_response
...
Fix multi response in TestKeeper
2021-04-14 23:25:40 +03:00
Ivan
2b78765957
Merge branch 'master' into postgresql-protocol-with-row-policy
2021-04-14 14:50:28 +03:00
Alexander Tokmakov
c34e27ed1c
fix test
2021-04-14 14:07:56 +03:00
Alexander Tokmakov
05e4c8d3ef
fix attach mv in atomic db
2021-04-13 22:13:26 +03:00
Azat Khuzhin
3afa94612a
Add a test to ensure that server will wait the server thread pools
...
v2: add into skip_list
v3: print server log on error
v4: increase sleep time to trigger some issues under TSAN
v5: avoid ports overlaps
v6: avoid endless loops to print server log on failure
2021-04-13 21:37:38 +03:00
Nikolai Kochetov
531e9ba6e3
Skip test for antlr.
2021-04-13 17:37:59 +03:00
Kseniia Sumarokova
71484fcfbd
Merge branch 'master' into postgresql-protocol-with-row-policy
2021-04-12 00:12:49 +03:00
kssenii
792d57d630
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into postgresql-protocol-with-row-policy
2021-04-11 21:10:33 +00:00
Maksim Kita
95d3571ab9
Added test to skiplist
2021-04-11 12:03:55 +03:00
kssenii
94e557483e
Add test to antlr skip list
2021-04-09 07:44:45 +00:00
kssenii
0270d1b84d
Add test to parallel tests skip list
2021-04-08 16:38:31 +00:00