Alexey Gerasimchuck
26aded5062
Used main connections for suggestions
2023-08-10 04:11:07 +00:00
Alexey Milovidov
cf97797836
Merge pull request #53241 from ClickHouse/remove-gargabe-tests
...
Remove garbage
2023-08-10 07:04:20 +03:00
Alexey Gerasimchuck
b8be7eef04
Added new tests for session_log and bugfix
2023-08-10 03:45:59 +00:00
Nikolay Degterinsky
3c6d140c17
Fix sigle quote escaping in PostgreSQL engine
2023-08-10 01:31:59 +00:00
Alexey Milovidov
bc2015356a
Merge branch 'master' into fix-system-flush-test
2023-08-10 04:14:14 +03:00
Alexey Milovidov
9c5e5ed2d0
Merge branch 'master' into vdimir/test_quorum_inserts
2023-08-10 04:12:53 +03:00
Alexey Milovidov
c071f6755d
Revert "Added new tests for session_log and fixed the inconsistency between login and logout."
2023-08-10 04:10:03 +03:00
Alexey Milovidov
2f0ecd2ddf
Merge branch 'master' into Something
2023-08-10 03:45:13 +03:00
Michael Kolupaev
65d3778b03
Fix warning in test_replicated_database
2023-08-09 23:40:08 +00:00
pufit
1a3eac0d4d
Merge branch 'master' into pufit/role-from-storage
2023-08-09 17:50:07 -04:00
Alexey Milovidov
481792181e
Remove garbage
2023-08-09 23:12:39 +02:00
Alexander Tokmakov
54a82072e7
Update test.py
2023-08-09 15:06:31 +03:00
Alexander Tokmakov
48ed54e822
Allow experimantal features when recovering Replicated db replica ( #53167 )
...
* allow experimantal features when recovering Replicated db replica
* Automatic style fix
---------
Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
2023-08-09 14:35:50 +03:00
Alexander Tokmakov
85af996d5c
Update test.py ( #53195 )
2023-08-09 12:53:05 +03:00
pufit
884ea7f592
Merge branch 'master' into pufit/role-from-storage
2023-08-08 20:20:37 -04:00
Alexey Milovidov
f6faacd394
Merge branch 'master' into Something
2023-08-08 23:55:27 +03:00
robot-clickhouse
4b6ade18b2
Automatic style fix
2023-08-08 20:06:59 +00:00
Dmitry Novik
2637308207
Analyzer: fix test_system_flush_logs
2023-08-08 19:54:07 +00:00
Alexander Tokmakov
2a92dc4b70
Update conftest.py ( #53166 )
...
* Update conftest.py
* Automatic style fix
---------
Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
2023-08-08 22:23:18 +03:00
Alexey Milovidov
227586acf4
Merge pull request #53113 from ClickHouse/Fix_flaky_test_user_azure_query
...
Fix flaky test by using azure_query function
2023-08-08 20:09:04 +03:00
Alexander Tokmakov
c1b94b4a3f
fixes for detach/attach partition
2023-08-08 17:55:04 +02:00
Dmitry Novik
29051b7fd1
Merge branch 'master' into analyzer-fix-integration
2023-08-08 16:13:44 +02:00
vdimir
60ab34f6b0
sync second replica in test_insert_quorum
2023-08-08 11:06:49 +00:00
vdimir
52c7a29309
use unique table names in test_quorum_inserts
2023-08-08 11:02:25 +00:00
alesapin
c12292306d
Merge pull request #53107 from ClickHouse/remove_duplicate_test
...
Remove duplicate test: `test_concurrent_alter_with_ttl_move`
2023-08-08 11:53:46 +02:00
alesapin
d5338826c9
Merge pull request #53108 from ClickHouse/relax_flaky_test
...
Relax flaky test `test_s3_engine_heavy_write_check_mem`
2023-08-08 11:53:02 +02:00
robot-clickhouse
201b4fd661
Automatic style fix
2023-08-08 09:32:44 +00:00
Smita Kulkarni
1994bc0d05
Improvements to disallow concurrency of backup restore function, added wait_for_fail_backup & wait_for_fail_restore
2023-08-08 11:08:43 +02:00
pufit
2f46ae850e
Merge branch 'master' into pufit/role-from-storage
2023-08-07 17:57:41 -04:00
Alexander Tokmakov
3073f783e9
Merge pull request #53119 from ClickHouse/tavplubix-patch-9
...
Update `test_restore_replica`
2023-08-08 00:29:28 +03:00
Vitaly Baranov
6af6247f8a
Merge pull request #52970 from arenadata/ADQM-985
...
Add `storage_policy` parameter in the `SETTINGS` clause of `RESTORE` statements
2023-08-07 19:01:08 +02:00
pufit
30700996f0
Merge branch 'master' into pufit/keeper-client-improvements
...
# Conflicts:
# docs/en/operations/utilities/clickhouse-keeper-client.md
# programs/keeper-client/Commands.cpp
# programs/keeper-client/Commands.h
# programs/keeper-client/KeeperClient.cpp
# tests/integration/test_keeper_client/test.py
2023-08-07 12:26:08 -04:00
pufit
8e6f7b4d0b
Fix typo, fix tests, touch
command.
2023-08-07 12:08:31 -04:00
robot-clickhouse
a69bbc8a5a
Automatic style fix
2023-08-07 15:49:34 +00:00
Dmitry Novik
53f9bf2ea3
Update list
2023-08-07 15:22:11 +00:00
Alexander Tokmakov
97a2988919
Update test.py
2023-08-07 16:58:59 +03:00
robot-clickhouse
9587589a49
Automatic style fix
2023-08-07 13:04:51 +00:00
Smita Kulkarni
30d7b7999e
Updated to use azure_query in test & test_cluster
2023-08-07 14:46:21 +02:00
Alexander Tokmakov
73d75cde11
Merge pull request #52958 from arenadata/ADQM-1011
...
Added new tests for session_log and fixed the inconsistency between login and logout.
2023-08-07 15:18:16 +03:00
Alexander Tokmakov
c7996d5453
increase election timeout in integration tests ( #53052 )
2023-08-07 14:48:52 +03:00
Alexander Sapin
eb43d480f0
Relax flaky test
2023-08-07 12:59:25 +02:00
Alexander Sapin
c830ad0a81
Fix
2023-08-07 12:58:00 +02:00
robot-clickhouse
8dc360e4c7
Automatic style fix
2023-08-07 10:31:41 +00:00
Alexander Sapin
80b681022c
Remove duplicate test
2023-08-07 12:20:44 +02:00
Kseniia Sumarokova
e593efc827
Merge pull request #53032 from valbok/nc-alter
...
MaterializedMySQL: Add tests to alter named collections
2023-08-07 11:54:49 +02:00
Alexey Gerasimchuck
7dbc0d3510
Merge branch 'master' into ADQM-1011
2023-08-07 18:54:16 +10:00
SmitaRKulkarni
75f81bdc44
Merge pull request #50795 from ClickHouse/azure_table_function_cluster
...
Table function azureBlobStorageCluster
2023-08-07 09:16:52 +02:00
Alexey Milovidov
674767df16
Fix review comments
2023-08-06 16:29:15 +02:00
Alexey Milovidov
3f9e6bb2f0
Merge branch 'fix-grammarly' of github.com:ClickHouse/ClickHouse into fix-grammarly
2023-08-06 16:28:08 +02:00
Alexey Milovidov
93a10980e9
Fix review comments
2023-08-06 16:27:45 +02:00
robot-clickhouse
5b0b5284c5
Automatic style fix
2023-08-06 12:57:48 +00:00
Alexey Milovidov
ce2fcc8f33
Fix wording
2023-08-06 14:48:20 +02:00
Alexey Gerasimchuck
b65a86c530
Merge branch 'master' into ADQM-1011
2023-08-06 07:29:40 +10:00
Alexey Milovidov
0a6d9881a7
Maybe better, but not sure
2023-08-05 16:52:44 +02:00
Alexey Milovidov
aa57fb6602
Maybe better, but not sure
2023-08-05 14:07:55 +02:00
Alexey Milovidov
10af8fcca4
Fix Python
2023-08-05 14:05:06 +02:00
Alexey Milovidov
9de9587965
Something with tests
2023-08-05 13:54:36 +02:00
Alexey Milovidov
6825b008e7
Merge pull request #52906 from azat/tests/fix-EADDRINUSE-v2
...
tests: fix possible EADDRINUSE v2
2023-08-05 13:39:25 +03:00
Alexey Gerasimchuck
c2f94101e9
Merge branch 'master' into ADQM-1011
2023-08-05 20:35:45 +10:00
Alexey Milovidov
7f4ce7697b
Merge branch 'master' into vdimir/tmp_storage_cache_msg
2023-08-04 23:11:28 +03:00
SmitaRKulkarni
1e3ae89161
Merge branch 'master' into azure_table_function_cluster
2023-08-04 21:39:32 +02:00
Victor Krasnov
a2f48e5bb3
Merge branch 'master' into ADQM-985
2023-08-04 19:02:18 +03:00
Alexey Milovidov
376eeeb842
Fix test_zookeeper_config
( #52988 )
...
* Fix `test_zookeeper_config`
* Update tests/integration/test_zookeeper_config/test.py
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
* Update tests/integration/test_zookeeper_config/test.py
* Update test.py
---------
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
2023-08-04 17:18:50 +03:00
Dmitry Novik
02ed17dfa5
Analyzer: do not enable it for old servers in tests
2023-08-04 14:16:33 +00:00
Kruglov Pavel
b1fe9ce8f7
Merge branch 'master' into formats-with-subcolumns
2023-08-04 13:01:12 +02:00
alesapin
109b0197d6
Merge pull request #52984 from ClickHouse/remove-test_host_regexp_multiple_ptr_records_concurrent
...
Remove `test_host_regexp_multiple_ptr_records_concurrent`, CC @arthurpassos
2023-08-04 11:58:19 +02:00
Val Doroshchuk
3d7bf0626c
MaterializedMySQL: Add tests to alter named collections
2023-08-04 11:50:53 +02:00
Kseniia Sumarokova
39916f15eb
Merge branch 'master' into utf-dml-test
2023-08-04 11:26:43 +02:00
alesapin
4390129511
Merge pull request #52989 from ClickHouse/relax_test
...
Remove assertion from test_no_ttl_merges_in_busy_pool
2023-08-04 11:00:56 +02:00
Kseniia Sumarokova
af610062ec
Merge pull request #52962 from canhld94/fix_mysql_password_leak
...
Fix password leak in show create mysql table
2023-08-04 10:57:59 +02:00
SmitaRKulkarni
def587701b
Merge pull request #52855 from ClickHouse/Fix_flaky_azure_blob_storage_tests
...
Fix flaky tests in test_merge_tree_azure_blob_storage & test_storage_azure_blob_storage
2023-08-04 09:59:30 +02:00
Alexey Gerasimchuck
24cdaf305d
Reduced test flakiness
2023-08-04 06:09:29 +00:00
robot-clickhouse
e8017d7af0
Merge pull request #42019 from ClickHouse/more-checks-in-thread-status
...
Add more checks into ThreadStatus ctor.
2023-08-04 05:56:28 +02:00
Vitaly Baranov
587877dba3
Merge branch 'master' into disable-fs-cache-for-backups
2023-08-04 01:15:23 +02:00
Alexey Gerasimchuck
1e7daca85b
Added new tests for session_log plus bugfix
2023-08-03 22:06:33 +00:00
SmitaRKulkarni
75356367fa
Merge branch 'master' into Fix_flaky_azure_blob_storage_tests
2023-08-03 17:46:59 +02:00
Duc Canh Le
63a46d7cb0
fix pg integration test
2023-08-03 21:05:31 +08:00
robot-clickhouse
c279b00c52
Automatic style fix
2023-08-03 12:55:27 +00:00
Anton Popov
92cb5e9ae3
Merge pull request #52687 from alkorgun/fix-named-collections-on-cluster-23.7
...
Fix named collections on cluster 23.7
2023-08-03 14:50:28 +02:00
Alexey Milovidov
a98fae936d
Fix test_dictionary_custom_settings
2023-08-03 14:33:29 +02:00
alesapin
cc8c2c88bf
Remove assertion from test_no_ttl_merges_in_busy_pool
2023-08-03 14:25:37 +02:00
Alexey Milovidov
3a9f9e1297
Revert "Implementing new commands for keeper-client"
2023-08-03 15:05:52 +03:00
Smita Kulkarni
68a10e7cae
Merge branch 'master' into azure_table_function_cluster
2023-08-03 13:59:59 +02:00
Alexey Milovidov
d9e45e11c7
Remove test_host_regexp_multiple_ptr_records_concurrent
, CC @arthurpassos
2023-08-03 13:59:39 +02:00
Alexander Tokmakov
e451b6d8cf
Merge pull request #52969 from arenadata/ADQM-1080
...
Added TSAN option report_atomic_races=0 for test_max_sessions_for_user
2023-08-03 14:52:59 +03:00
Vitaly Baranov
6ac61b1fdd
Fix tests.
2023-08-03 13:52:35 +02:00
Vitaly Baranov
556ecf5c1c
Renamed backup setting "read_from_filesystem_cache_if_exists_otherwise_bypass_cache" -> "read_from_filesystem_cache".
2023-08-03 13:52:35 +02:00
Vitaly Baranov
1cd7902079
Add test.
2023-08-03 13:52:35 +02:00
Alexander Tokmakov
7684e68008
Add system stop pulling replication log ( #52881 )
...
* add system stop pulling replication log
* add const
* fix another stupid test
* Update test.py
2023-08-03 13:34:43 +03:00
vdimir
4747b7b0be
upd test_temporary_data_in_cache
2023-08-03 10:32:48 +00:00
Alexander Tokmakov
9e0d27dc4d
don't create empty parts on drop partittion if we have a transaction ( #52945 )
2023-08-03 13:16:32 +03:00
Nikolai Kochetov
5d64e036ba
Merge pull request #52695 from yariks5s/in_schema_case_sensitiveness
...
Information_schema case sensitiveness
2023-08-03 12:15:31 +02:00
Val Doroshchuk
7da85cc0de
MaterializedMySQL: Add tests for unquoted utf8 column names in DML
2023-08-03 11:53:56 +02:00
Aleksei Filatov
0fc0a89f80
Add tests
2023-08-03 12:45:07 +03:00
Duc Canh Le
cc7f771093
Fix for postgres as well
2023-08-03 09:15:45 +00:00
Alexey Gerasimchuck
c7fcc611b2
added TSAN option report_atomic_races=0
2023-08-03 08:27:58 +00:00
Duc Canh Le
06229c1ba6
fix password leak in show create mysql table
2023-08-03 03:50:41 +00:00
Azat Khuzhin
344d648cab
tests: adjust net.ipv4.ip_local_port_range for some services to avoid EADDRINUSE
...
As it turns out, docker does not pass through the sysctls, so adjust
this for know users of unprivileged ports (>32K):
- HDFS
- kafka
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-08-02 21:17:49 +02:00
Anton Popov
89bb3f3410
fix style-check
2023-08-02 19:25:33 +02:00
Victor Krasnov
d8792bf429
Merge branch 'master' into ADQM-985
...
# Conflicts:
# docs/en/operations/backup.md
2023-08-02 20:17:59 +03:00