Alexander Tokmakov
fb42dec355
fix
2021-02-27 01:20:49 +03:00
Maksim Kita
2679613503
Added test to skip list DatabaseReplicated
2021-02-26 18:37:57 +03:00
Anton Popov
6ed3cf5511
Merge remote-tracking branch 'upstream/master' into HEAD
2021-02-26 15:10:52 +03:00
Alexander Tokmakov
422e083c96
move more code
2021-02-26 14:43:58 +03:00
Anton Popov
5482a82342
skip test
2021-02-26 00:34:35 +03:00
Vitaly Baranov
8601b2f3e7
Merge pull request #21148 from vitlibar/protobuf-format-better-tests-2
...
Better tests for protobuf format #2 .
2021-02-25 06:01:47 +03:00
Vitaly Baranov
2480e4ee3d
Better tests for protobuf format #2 .
2021-02-24 21:06:29 +03:00
tavplubix
eb46f50993
Update skip_list.json
2021-02-22 16:28:50 +03:00
Alexey Milovidov
2a8e21773c
Add skip list for parallel runs
2021-02-21 23:18:52 +03:00
alexey-milovidov
20a7ccf5b1
Merge pull request #20174 from amosbird/alias
...
Normalized function names (lower-case case-insensitive names)
2021-02-21 16:23:51 +03:00
tavplubix
a697b578bc
Merge pull request #16193 from ClickHouse/database_replicated
...
DatabaseReplicated: continuation of #10485
2021-02-20 19:39:34 +03:00
Alexander Tokmakov
863c099254
fix
2021-02-20 15:57:07 +03:00
Alexey Milovidov
d947dbc185
Add test to skip list
2021-02-20 11:44:35 +03:00
Amos Bird
2ab37d025a
Skip non-parallel tests
2021-02-20 16:14:38 +08:00
Alexander Tokmakov
2a36d6cb55
review suggestions
2021-02-20 02:41:58 +03:00
Alexander Tokmakov
8097532cb7
Merge branch 'master' into database_replicated
2021-02-18 17:42:06 +03:00
Vitaly Baranov
3cbb325913
Merge pull request #20506 from vitlibar/refactor-protobuf-format-io
...
Improved serialization in Protobuf format.
2021-02-18 11:31:37 +03:00
Vitaly Baranov
18e036d19b
Improved serialization for data types combined of Arrays and Tuples.
...
Improved matching enum data types to protobuf enum type.
Fixed serialization of the Map data type.
Omitted values are now set by default.
2021-02-17 20:50:09 +03:00
Nikita Mikhaylov
d15bac31ff
Merge pull request #20399 from nikitamikhaylov/keen-wolf-filefuncwithreadbuf
...
Merging #19204
2021-02-17 16:11:22 +03:00
Alexander Tokmakov
1aac7b3471
Merge branch 'master' into database_replicated
2021-02-17 00:39:56 +03:00
tavplubix
68b427a99d
Merge pull request #20448 from ClickHouse/better_ddl_queue_cleanup
...
Better distributed DDL queue cleanup
2021-02-16 19:29:50 +03:00
Alexander Tokmakov
7b54b892b5
fix
2021-02-16 17:05:58 +03:00
Nikita Mikhailov
6ee98ead05
Merge branch 'master' of github.com:ClickHouse/ClickHouse into keen-wolf-filefuncwithreadbuf
2021-02-16 15:38:03 +03:00
Alexander Tokmakov
bf6f64a3fb
Merge branch 'master' into database_replicated
2021-02-16 01:28:19 +03:00
Alexander Tokmakov
cf57c3b4a2
update comments
2021-02-15 23:01:21 +03:00
Nikita Mikhailov
d41b2a4d06
Merge branch 'master' of github.com:ClickHouse/ClickHouse into keen-wolf-filefuncwithreadbuf
2021-02-15 16:15:52 +03:00
Alexander Tokmakov
9c7cf9e92e
remove some debug code
2021-02-15 13:26:34 +03:00
alesapin
c1550814ca
Disable snapshots for tests
2021-02-15 10:30:08 +03:00
tavplubix
89f2cf52f3
Update skip_list.json
2021-02-14 14:24:54 +03:00
alesapin
17dce00136
Temporary disable 00992_system_parts_race_condition_zookeeper
2021-02-14 10:45:52 +03:00
Azat Khuzhin
790c210e51
Mark 01508_partition_pruning as long
...
https://clickhouse-test-reports.s3.yandex.net/20466/ff647ad176ad32718fcfc87677effa0ab37e3f10/functional_stateless_tests_flaky_check_(address).html#fail1
2021-02-13 20:33:03 +03:00
alesapin
939a3e9555
Fix tests for better parallel run
2021-02-12 22:28:00 +03:00
Nikita Mikhailov
801d109234
fix
2021-02-12 22:05:31 +03:00
Nikita Mikhailov
2a52aa8ca3
fix test
2021-02-12 20:25:40 +03:00
alesapin
bf4af9713c
Fix tests
2021-02-11 18:29:08 +03:00
Alexander Tokmakov
5e0cbfe972
Merge branch 'master' into database_replicated
2021-02-08 23:01:12 +03:00
Alexander Tokmakov
78c1d69b8c
better code
2021-02-08 22:36:17 +03:00
Alexander Tokmakov
7ce0ef2561
show clusters for replicated db
2021-02-08 12:14:17 +03:00
JackyWoo
c2f893c2e2
add 01297_create_quota to parallel skip list
2021-02-07 13:04:57 +08:00
Alexander Tokmakov
18f6b5bbad
add timeouts
2021-02-04 22:41:44 +03:00
Alexander Tokmakov
066fb4c82b
fix
2021-02-03 23:02:37 +03:00
Vitaly Baranov
9427d5d94b
Merge pull request #19805 from vitlibar/allow-getting-return-type-of-dictget-without-loading-dictionary
...
Fix starting the server with tables having default expressions containing dictGet()
2021-02-02 18:19:55 +03:00
alexey-milovidov
f5dc38a33c
Merge pull request #19584 from azat/client-complete-error-codes
...
client: more suggestions
2021-02-02 11:05:17 +03:00
Alexey Milovidov
b9fff3676b
Add exception for ANTLR tests
2021-02-02 06:03:10 +03:00
Azat Khuzhin
37797fdf5b
Merge remote-tracking branch 'upstream/master' into client-complete-error-codes
2021-02-02 00:14:53 +03:00
alesapin
d9598c47b4
Merge pull request #19702 from ClickHouse/fix_rare_bug_after_part_corruption
...
Fix incorrect virtual_parts after part corruption
2021-02-01 10:09:48 +03:00
Vitaly Baranov
cbd4bace6f
Mark that test 01676_dictget_in_default_expression should not be run in parallel.
2021-01-31 05:25:29 +03:00
Alexey Milovidov
30e1db7f47
Merge branch 'master' into azat-client-complete-error-codes
2021-01-31 00:01:47 +03:00
alesapin
0943ecb37b
More sequential tests
2021-01-29 15:46:14 +03:00
Azat Khuzhin
585874bf46
tests: add a test for clickhouse-client autocompletion
...
v2: Increase timeout for 01676_clickhouse_client_autocomplete
https://github.com/ClickHouse/ClickHouse/pull/19584#discussion_r565727175
v3: Disable 01676_clickhouse_client_autocomplete in unbundled build (arcadia)
autocomplete does not have to work fully unbundled build (since it lack
of replxx).
Similar to bd523a0aff
v4: set expect timeout back to 1 and increase total timeout to 20 sec
v4: set expect timeout back to 3 and increase total timeout to 22 (3*X+1) sec
2021-01-29 07:50:08 +03:00
alexey-milovidov
9dfe451c35
Merge pull request #19762 from kitaisreal/clickhouse-client-query-param-cte-test
...
Clickhouse client query param CTE added test
2021-01-29 03:39:37 +03:00
Maksim Kita
5e3fce1509
Added test to ANTLR skip_list.json
2021-01-29 00:29:51 +03:00
Alexander Kuzmenkov
348bbe85b2
Merge pull request #19715 from ClickHouse/aku/flaky-parallel
...
Run tests in parallel in flaky check
2021-01-28 19:16:28 +03:00
Alexander Kuzmenkov
0cb8a8070e
Update skip_list.json
2021-01-27 22:50:18 +03:00
Alexander Kuzmenkov
54f47c468c
mark all create database tests as sequential-only
2021-01-27 21:34:48 +03:00
Nikolai Kochetov
290eadc121
Merge branch 'master' into split-actions-dag
2021-01-22 18:09:34 +03:00
Nikolai Kochetov
d683bf42ce
Review fixes.
2021-01-22 16:46:56 +03:00
alexey-milovidov
4e11e7cfa9
Merge pull request #18772 from azat/optimize-memory-tracking-fix
...
[RFC] Fix memory tracking for OPTIMIZE TABLE/merges
2021-01-22 03:48:06 +03:00
Alexander Kuzmenkov
107d83b654
Avoid mixing output from parallel test runs.
...
Also mark some tests as sequential-only.
2021-01-20 08:31:41 +03:00
Anton Popov
dbc10b2024
Merge pull request #19063 from CurtizJ/exists-view
...
Support operations with views in ANTLR parser
2021-01-19 01:15:12 +03:00
Alexey Milovidov
be253e3d68
Skip test for ANTLR
2021-01-17 15:00:00 +03:00
Anton Popov
9c9e2a5936
support operations with views in antlr parser
2021-01-14 15:02:29 +03:00
Azat Khuzhin
bd05d9db2f
Fix memory tracking for OPTIMIZE TABLE queries
...
Because of BlockerInThread in
MergeTreeDataPartWriterOnDisk::calculateAndSerializePrimaryIndex memory
was accounted incorrectly and grows constantly.
And IIUC there is no need in that blocker, since INSERT SELECT shares
the same thread group.
2021-01-12 00:49:40 +03:00
alexey-milovidov
c4094a8cab
Merge pull request #18624 from abyss7/antlr-test
...
Add ANTLR tests check
2021-01-11 23:27:07 +03:00
Ivan Lezhankin
ab6371fbf5
More tests into skip-list
2021-01-10 22:07:23 +03:00
Azat Khuzhin
ff16f68116
Add a smoke test for SYSTEM RESTART REPLICAS
2021-01-10 12:40:41 +03:00
Ivan Lezhankin
077ba6a333
Merge remote-tracking branch 'upstream/master' into antlr-test
2021-01-06 00:10:21 +03:00
Alexey Milovidov
22775efd52
Enable more tests and see what will happen
2021-01-04 03:29:59 +03:00
Ivan Lezhankin
9e4db81f0a
More skip tests
2021-01-02 17:02:24 +03:00
Alexey Milovidov
f0cd43ddaf
Add two exceptions for TSan
2020-12-30 21:31:06 +03:00
Ivan Lezhankin
e394452d83
Skip more tests
2020-12-30 12:43:32 +03:00
Ivan
5fd6f260ac
Add support for ANTLR inside clickhouse-test ( #18319 )
2020-12-22 15:24:46 +03:00
alesapin
9df414fa0c
One more test to skip
2020-11-10 13:54:56 +03:00
alesapin
5622a3f57f
Update skip list json
2020-11-02 10:46:43 +03:00
alesapin
4e45253c02
Update skip_list.json
2020-10-29 19:05:56 +03:00
alesapin
b5553c0c23
Update skip_list.json
2020-10-29 15:48:02 +03:00
alesapin
2e8594159c
Update skip_list.json
2020-10-28 22:25:57 +03:00
alesapin
964149586e
Update tests/queries/skip_list.json
...
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
2020-10-28 18:20:21 +03:00
alesapin
c1cce28470
Update skip_list.json
2020-10-26 09:25:20 +03:00
alesapin
96a10f3664
Update skip_list.json
2020-10-23 15:19:03 +03:00
alesapin
6285fd1378
Update skip_list.json
2020-10-22 17:41:34 +03:00
alesapin
d04edef048
More tests to skip
2020-10-22 10:20:45 +03:00
alesapin
fedf169bb6
Merge branch 'master' into run_func_tests_in_parallel
2020-10-22 10:19:48 +03:00
alesapin
4261455621
Update skip_list.json
2020-10-21 17:18:48 +03:00
Azat Khuzhin
42395053e4
Add a test for max_untracked_memory (both HTTP and TCP)
2020-10-17 15:01:53 +03:00
alesapin
d75d486029
Update skip_list.json
2020-10-12 13:20:52 +03:00
alesapin
2a63a619cc
Update skip_list.json
2020-10-09 22:42:51 +03:00
alesapin
e112fbe2a9
Update skip_list.json
2020-10-09 14:51:34 +03:00
alesapin
cd28dab666
Merge branch 'run_func_tests_in_parallel' of github.com:ClickHouse/ClickHouse into run_func_tests_in_parallel
2020-10-09 10:26:40 +03:00
alesapin
7b3d430149
Add more tests
2020-10-09 10:25:50 +03:00
alesapin
2b66180c70
Merge branch 'master' into run_func_tests_in_parallel
2020-10-09 10:25:35 +03:00
Anton Popov
8b4566ba75
Update skip_list.json
2020-10-08 14:37:39 +03:00
alesapin
e6c6930397
Update skip_list.json
2020-10-07 23:01:03 +03:00
Anton Popov
e0bc669423
run check with wide parts
2020-10-07 21:53:34 +03:00
alesapin
e7d1d34a60
Update skip_list.json
2020-10-07 12:43:49 +03:00
alesapin
d2762624f5
Update skip_list.json
2020-10-06 22:45:17 +03:00
alesapin
9982c17814
Skip more
2020-10-06 19:02:33 +03:00
alesapin
2f9a6fe479
More tests to skip
2020-10-05 18:49:40 +03:00
alesapin
edd5a4b936
Less tests
2020-10-05 10:15:08 +03:00
alesapin
933999b4ae
less tests
2020-10-04 11:37:11 +03:00
alesapin
7ccf1cc316
Less tests
2020-10-04 11:36:34 +03:00
alesapin
744eb8a2e4
Trying 6
2020-10-03 16:10:10 +03:00
alesapin
7cef000b72
More tests to skip
2020-10-03 10:53:02 +03:00
alesapin
91ba9c2e5f
Merge branch 'master' into run_func_tests_in_parallel
2020-10-02 10:44:34 +03:00
alesapin
76e37a6406
More tests to skip
2020-10-02 10:43:21 +03:00
Alexander Tokmakov
7486539862
try fix test
2020-09-27 16:25:28 +03:00
alesapin
7c1c548b43
Disable more tests
2020-09-25 22:43:35 +03:00
alesapin
4ee1621ebf
Disable all tests with attach
2020-09-25 19:55:05 +03:00
alesapin
6669b7da29
More parallel tests
2020-09-25 19:41:09 +03:00
alesapin
bedab199af
Fix category name
2020-09-25 16:20:16 +03:00
alesapin
66be1580fd
Correctly merge with master
2020-09-25 16:18:08 +03:00
alesapin
987a46faee
Merge branch 'master' into run_func_tests_in_parallel
2020-09-25 16:16:42 +03:00
Alexander Tokmakov
3f717ea1c4
fix skip lists
2020-09-25 13:39:59 +03:00
Alexander Tokmakov
fb826557b7
Merge branch 'master' into enable_atomic_database_by_default
2020-09-25 02:04:01 +03:00
tavplubix
c268464f9f
add some disabled tests from arcadia to skip_list.json
2020-09-24 22:38:58 +03:00
tavplubix
0306c586a2
Update skip_list.json
2020-09-24 21:40:50 +03:00
alesapin
8e9013561d
Trying to split tests in sequential and parallel
2020-09-24 17:54:10 +03:00
Alexander Tokmakov
f0f91f84af
Merge branch 'master' into enable_atomic_database_by_default
2020-09-23 21:50:15 +03:00
Alexander Tokmakov
91cbd49e85
fix tests
2020-09-22 00:09:50 +03:00
Alexander Tokmakov
13e41cdd20
try enable atomic database by default
2020-09-21 13:55:34 +03:00
Anton Popov
3e855daefd
Merge remote-tracking branch 'upstream/master' into HEAD
2020-09-15 15:31:29 +03:00
Alexander Tokmakov
da6beb1a91
Merge branch 'master' into enable_some_tests_with_database_atomic
2020-09-14 23:00:14 +03:00
Anton Popov
8a201a28c0
remove skip list for tests with polymorphic parts
2020-09-11 03:14:35 +03:00
Alexander Tokmakov
b68782d285
enable more tests with Atomic database
2020-09-09 16:32:50 +03:00
Alexey Milovidov
661d9bdb4c
Skip test
2020-09-07 19:03:36 +03:00
alesapin
d40e203ecd
Add ability to add comments in skip-list.json
2020-08-27 11:17:01 +03:00
alexey-milovidov
d3a9389465
Merge branch 'master' into bharatnc-ncb/timezones-table
2020-08-26 04:26:37 +03:00
Alexey Milovidov
4137c4c528
Skip test for Unbundled
2020-08-26 02:16:36 +03:00
Alexey Milovidov
f77e2149fc
Adjust test time
2020-08-25 23:28:38 +03:00
Nikita Mikhaylov
00fde75e2b
Update skip_list.json
2020-08-19 21:06:37 +03:00
Nikita Mikhaylov
21a50aab30
Merge branch 'master' into cache-dictionary-bugfix
2020-08-19 15:53:23 +04:00
Alexey Milovidov
3a213eb785
Keep "metadata_loading" test only for release build
2020-08-15 18:16:27 +03:00
Nikita Mikhaylov
e04fa5aa49
Update skip_list.json
2020-08-13 15:32:08 +03:00
Nikita Mikhaylov
7272cca805
disable test with TSAN because it is too slow
2020-08-13 14:18:40 +03:00
alexey-milovidov
9c9ef0db9b
Merge branch 'master' into database_atomic_improvements
2020-07-31 14:56:49 +03:00
alesapin
3d743c5f75
Enable 00992 back
2020-07-27 12:52:04 +03:00
Alexander Tokmakov
237accd154
Merge branch 'master' into database_atomic_improvements
2020-07-23 06:33:20 +03:00
alesapin
1bd4c1dbf9
Disable 00992 temporary
2020-07-22 18:38:01 +03:00
Alexander Tokmakov
d10b4c504d
rename database with dictionaries
2020-07-16 17:25:39 +03:00
Alexander Tokmakov
f6949b2f47
use dictionary ids
2020-07-15 22:25:31 +03:00
Anton Popov
8095a4e2bb
Update skip_list.json
2020-07-09 18:46:07 +03:00
alesapin
c2d4b02f5a
Add more tests to skip
2020-07-08 18:26:54 +03:00
alesapin
88ff072da4
More skip checks
2020-07-08 16:00:59 +03:00
alesapin
306bad6b81
Add tests to skip list
2020-07-08 15:05:20 +03:00
Alexey Milovidov
bd523a0aff
Autocomplete does not have to work in "Unbundled" build
2020-07-06 04:30:03 +03:00
alesapin
d015a4d646
Move skip lists to clickhouse-test
2020-07-03 13:57:16 +03:00