Kruglov Pavel
fef38bded1
Merge pull request #61395 from Avogar/fox-test-clusters-actual-information
...
Fix test test_system_clusters_actual_information flakiness
2024-03-15 12:33:46 +01:00
Vitaly Baranov
f55e4f8f28
Add test.
2024-03-15 12:03:23 +01:00
Max Kainov
e8b3cc2851
CI: skip hdfs tests for arm
...
#do_not_test
#batch_0
#no_merge_commit
#ci_set_arm
2024-03-14 20:19:10 +00:00
Kruglov Pavel
e8da3bb2eb
Fix style
2024-03-14 19:06:02 +01:00
avogar
a6f1e09e69
Test test test_system_clusters_actual_information flakiness
2024-03-14 17:35:10 +00:00
Nikolay Degterinsky
b064cff245
Fix test_failed_async_inserts
2024-03-14 16:57:17 +00:00
Dmitry Novik
90669ef487
Merge remote-tracking branch 'origin/master' into analyzer-distr-json
2024-03-14 17:43:26 +01:00
Kruglov Pavel
107acf54c6
Fix tests
2024-03-14 13:42:07 +01:00
vdimir
0b97f3ac16
Merge pull request #61320 from ClickHouse/vdimir/fix_rabbitmq_logical_error
...
Fix logical error in RabbitMQ storage with MATERIALIZED columns
2024-03-14 13:28:05 +01:00
Kruglov Pavel
6ac6c49d55
Merge pull request #61314 from Avogar/fix-test-distributed-settings
...
Don't use default cluster in test test_distibuted_settings
2024-03-14 13:00:27 +01:00
Kruglov Pavel
0569f44186
Merge pull request #61322 from Avogar/fix-parallel-parsing-memory-tracking-test
...
Fix test test_input_format_parallel_parsing_memory_tracking
2024-03-14 12:23:04 +01:00
Robert Schulze
bd6bed161c
Try to fix flaky test_undrop_query
2024-03-13 20:56:42 +00:00
avogar
4670f05564
Fix test test_input_format_parallel_parsing_memory_tracking
2024-03-13 17:18:13 +00:00
vdimir
b2e067b3da
Fix logical error in RabbitMQ storage with MATERIALIZED columns
2024-03-13 16:41:35 +00:00
kssenii
5b15ec6ae1
Move test from stateless to integration
2024-03-13 17:10:55 +01:00
avogar
868d24415b
Fix style
2024-03-13 15:48:29 +00:00
avogar
a366acf59c
Don't use default cluster in test test_distibuted_settings
2024-03-13 15:36:53 +00:00
Kseniia Sumarokova
893ea7e4fe
Merge pull request #60396 from ClickHouse/fix-usage-of-plain-metadata
...
Fix usage of plain metadata type with new disks configuration option
2024-03-13 14:18:36 +01:00
robot-clickhouse
24626d431c
Automatic style fix
2024-03-13 12:35:27 +00:00
alesapin
6203d45b96
working version with comments
2024-03-13 13:12:48 +01:00
Konstantin Bogdanov
a704ea510a
Fix test_placement_info
( #61057 )
...
* Fix test
* Fix last minute changes
* Automatic style fix
---------
Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
2024-03-13 12:03:42 +01:00
alesapin
a8028b0bdc
Merge branch 'master' into merge_config
2024-03-13 10:39:28 +01:00
Alexander Sapin
47dfefd6b3
config substitutions
2024-03-13 10:37:51 +01:00
Han Fei
cb3ffc6f1a
fix style
2024-03-13 07:28:41 +01:00
Han Fei
044eed8d82
fix style
2024-03-13 06:40:47 +01:00
Han Fei
c7c64636d0
add a test
2024-03-12 23:31:33 +01:00
kssenii
c947484fe0
Fxi again
2024-03-12 19:36:10 +01:00
János Benjamin Antal
f63970769b
Make test less flaky
2024-03-12 12:23:09 +00:00
robot-clickhouse
e9ef18c3ac
Automatic style fix
2024-03-12 11:54:56 +00:00
János Benjamin Antal
aa9b5741e1
Improve tests
2024-03-12 11:43:08 +00:00
robot-clickhouse
4ce5245157
Automatic style fix
2024-03-12 11:03:39 +00:00
Kseniia Sumarokova
61543edc8b
Merge branch 'master' into fix-usage-of-plain-metadata
2024-03-12 11:53:00 +01:00
alesapin
ed22c4c86e
Merge pull request #61136 from azat/tests/fix-test_distributed_directory_monitor_split_batch_on_failure
...
Fix test_distributed_directory_monitor_split_batch_on_failure flakienss
2024-03-12 11:39:04 +01:00
Azat Khuzhin
4bd6d4456e
Fix expectations for test_all_projection_files_are_dropped_when_part_is_dropped
...
Since after DROP PART mutations are not cleaned anymore.
Here an example:
objects_at_the_end = list_objects(cluster)
> assert objects_at_the_end == objects_empty_table
E AssertionError: assert ['data/evt/iczupcswcatzvjikqwmovahturdht', 'data/oxq/dmkgqbdzeeiwmukogoxawfoxxnrqs'] == ['data/oxq/dmkgqbdzeeiwmukogoxawfoxxnrqs']
E At index 0 diff: 'data/evt/iczupcswcatzvjikqwmovahturdht' != 'data/oxq/dmkgqbdzeeiwmukogoxawfoxxnrqs'
E Left contains one more item: 'data/oxq/dmkgqbdzeeiwmukogoxawfoxxnrqs'
E Full diff:
E [
E + 'data/evt/iczupcswcatzvjikqwmovahturdht',
E 'data/oxq/dmkgqbdzeeiwmukogoxawfoxxnrqs',
E ]
test_replicated_zero_copy_projection_mutation/test.py:155: AssertionError
And decoded paths:
node1 :) select local_path from system.blob_storage_log where remote_path = 'data/evt/iczupcswcatzvjikqwmovahturdht'
SELECT local_path
FROM system.blob_storage_log
WHERE remote_path = 'data/evt/iczupcswcatzvjikqwmovahturdht'
Query id: 9ee5a9c0-c3b7-46ad-82bd-64c8bcbda78d
┌─local_path────────────────────────────────────────────────────────┐
│ store/bce/bcea71c9-35cd-4368-9504-c563253b1964/tmp_mutation_1.txt │
│ store/bce/bcea71c9-35cd-4368-9504-c563253b1964/mutation_1.txt │
└───────────────────────────────────────────────────────────────────┘
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-12 10:39:41 +01:00
kssenii
5a71636411
Fxi
2024-03-11 19:44:52 +01:00
Nikita Mikhaylov
fcf8a3821d
Merge branch 'master' of github.com:ClickHouse/ClickHouse into rip-copier
2024-03-11 19:12:49 +01:00
kssenii
38f41ee311
Fix integration test
2024-03-11 16:55:30 +01:00
Nikita Mikhaylov
cfa042cb04
Merge branch 'master' of github.com:ClickHouse/ClickHouse into rip-copier
2024-03-11 15:45:20 +00:00
Kseniia Sumarokova
19d8256fa8
Update test.py
2024-03-11 14:44:19 +01:00
Kseniia Sumarokova
90b27432a2
Update test.py
2024-03-11 12:18:58 +01:00
Kseniia Sumarokova
3832b0e126
Merge branch 'master' into add-a-way-to-force-read-through-filesystem-cache-for-merges
2024-03-11 11:30:03 +01:00
Kseniia Sumarokova
aacfefe0fe
Merge branch 'master' into fix-usage-of-plain-metadata
2024-03-11 10:37:53 +01:00
Azat Khuzhin
318fc7efcf
Fix test_distributed_directory_monitor_split_batch_on_failure flakienss
...
The memory limit had been changed in #52439
CI: https://s3.amazonaws.com/clickhouse-test-reports/61132/04d885b570325b1e66bf0c7c13d4732b4d9340ec/integration_tests__tsan__[2_6].html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-11 09:43:47 +01:00
Sema Checherinda
80179e50e4
Merge pull request #58845 from ClickHouse/chesema-session-pool
...
HTTP connections pool
2024-03-10 14:06:59 +01:00
kssenii
e5e6625b0c
Merge remote-tracking branch 'origin/master' into fix-usage-of-plain-metadata
2024-03-10 12:05:02 +01:00
Sema Checherinda
f7f1d86e66
fix tests test_attach_without_fetching test_replicated_merge_tree_wait_on_shutdown
2024-03-10 10:00:18 +01:00
Sema Checherinda
5c41727725
http connections pools
2024-03-10 10:00:18 +01:00
Alexey Milovidov
9ddec346a0
Miscellaneous
2024-03-10 09:02:34 +01:00
Alexander Tokmakov
92dea86bc4
Merge branch 'master' into fix_rdb_active
2024-03-08 22:26:01 +01:00
Alexander Tokmakov
854abd64d8
Merge pull request #60340 from ClickHouse/ddl_none_only_active
...
Add none_only_active DDL output mode
2024-03-08 22:20:40 +01:00
robot-clickhouse
babe000036
Automatic style fix
2024-03-08 16:43:10 +00:00
Alexander Tokmakov
e2317477f7
fix removing is_active node after re-creation
2024-03-08 17:30:29 +01:00
Nikita Mikhaylov
2bc4d27ac6
Bye bye
2024-03-07 19:24:39 +00:00
kssenii
bcd7133075
Merge remote-tracking branch 'origin/master' into fix-usage-of-plain-metadata
2024-03-07 17:22:11 +08:00
JackyWoo
9e7894d8cb
Reduce the number of read rows from system.numbers
( #60546 )
...
* Fix read more data for system.numbers
* Fix tests
2024-03-07 09:38:07 +01:00
Mikhail f. Shiryaev
5e597228d7
Merge pull request #60408 from ClickHouse/update-style-python
...
Update style python
2024-03-07 09:32:28 +01:00
robot-clickhouse
c7f5b1631c
Automatic style fix
2024-03-07 08:30:34 +00:00
kssenii
f77b596374
Fix test
2024-03-07 16:17:27 +08:00
Kseniia Sumarokova
8fc3581446
Merge branch 'master' into fix-usage-of-plain-metadata
2024-03-07 14:29:57 +08:00
vdimir
56b6810122
Merge pull request #60641 from ClickHouse/vdimir/analyzer/comute_alias_columns
...
Resubmit "Analyzer: compute ALIAS columns right after reading"
2024-03-06 16:52:16 +01:00
Dmitry Novik
016bbfe6f8
Merge remote-tracking branch 'origin/master' into analyzer-distr-json
2024-03-06 15:09:52 +01:00
Dmitry Novik
7065e650e1
Code cleanup
2024-03-06 14:34:03 +01:00
robot-clickhouse
be98c95f58
Automatic style fix
2024-03-06 09:12:26 +00:00
kssenii
6d4514c045
Fix test
2024-03-06 16:55:48 +08:00
Antonio Andelic
e0fa26ece3
Merge pull request #60806 from Brokenice0415/add-leadership-expiry-setting
...
Support `leadership_expiry_ms` in Keeper's settings
2024-03-06 09:05:50 +01:00
Mikhail f. Shiryaev
859044221f
Fix tests/integration/runner linter issues
2024-03-05 16:02:44 +01:00
Mikhail f. Shiryaev
711da9505e
Fix liter issues in conftest.py
2024-03-05 16:02:42 +01:00
Mikhail f. Shiryaev
842ca051a9
Fix more linter issues in ci-runner.py
2024-03-05 16:02:42 +01:00
Pradeep Chhetri
774fcdfff6
wip
2024-03-05 15:59:07 +01:00
Pradeep Chhetri
17f1e44241
Fix linter issues in ci-runner.py
2024-03-05 15:59:06 +01:00
Alexander Tokmakov
72a4533c4e
Merge branch 'master' into ddl_none_only_active
2024-03-05 13:42:00 +01:00
vdimir
6f3e9b6de2
Merge branch 'master' into vdimir/analyzer/comute_alias_columns
2024-03-05 13:08:58 +01:00
Kseniia Sumarokova
3f90c933f3
Merge branch 'master' into fix-usage-of-plain-metadata
2024-03-05 11:22:56 +08:00
Kseniia Sumarokova
dbbe6b9f69
Merge branch 'master' into add-a-way-to-force-read-through-filesystem-cache-for-merges
2024-03-05 11:13:32 +08:00
robot-clickhouse
8be4a115ac
Automatic style fix
2024-03-04 19:22:18 +00:00
Alexander Tokmakov
bf91fe8bae
fix
2024-03-04 20:06:46 +01:00
Brokenice0415
cc1c3f2da3
add a keeper setting leadership_expiry
2024-03-05 00:54:25 +08:00
Igor Nikonov
48745c95cc
Merge pull request #60485 from ClickHouse/fix-test-custom-key-load-balancing
...
Fix: test_parallel_replicas_custom_key_load_balancing
2024-03-04 17:31:53 +01:00
Kseniia Sumarokova
925fd00fd1
Merge branch 'master' into fix-usage-of-plain-metadata
2024-03-04 16:04:46 +08:00
Azat Khuzhin
7dfe45e8d5
Do not retry queries if container is down in integration tests (resubmit)
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-03 20:38:34 +01:00
Alexey Milovidov
7bfdc3d6db
Merge pull request #60699 from azat/tests/fix-test_grant_and_revoke
...
Fix test_grant_and_revoke/test.py::test_grant_all_on_table (after syncing with cloud)
2024-03-03 20:24:24 +03:00
Alexey Milovidov
37e6892f52
Merge pull request #60426 from Avogar/fix_test_reload_clusters_config
...
Improve test test_reload_clusters_config
2024-03-03 19:07:01 +03:00
Azat Khuzhin
79a93f501a
Fix test_grant_and_revoke/test.py::test_grant_all_on_table (after syncing with cloud)
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-03 13:33:01 +01:00
vdimir
47aa33408b
Resubmit "Analyzer: compute ALIAS columns right after reading"
...
This reverts commit 8141e1c3d1
, reversing
changes made to fb099bbd62
.
2024-03-01 14:53:02 +00:00
Antonio Andelic
8607e74966
Merge pull request #60537 from ClickHouse/keeper-snapshot-detached
...
Keeper improvement: abort during startup if an invalid snapshot is detected
2024-03-01 13:36:09 +01:00
SmitaRKulkarni
89fff6852a
Merge pull request #60251 from ClickHouse/Fix_endpoint_for_azureblobstorage
...
Azure Blob Storage : Fix issues endpoint and prefix
2024-03-01 10:23:49 +01:00
Antonio Andelic
5104029f62
Merge pull request #59535 from josh-hildred/tar_support
...
Add support for reading and writing backups as tar archives
2024-03-01 10:01:59 +01:00
Antonio Andelic
038ac83c43
Fix test
2024-03-01 09:39:56 +01:00
Kseniia Sumarokova
5ac53c9578
Merge branch 'master' into add-a-way-to-force-read-through-filesystem-cache-for-merges
2024-03-01 11:05:47 +08:00
robot-clickhouse
41deadda35
Automatic style fix
2024-02-29 18:37:00 +00:00
Dmitry Novik
55053dae44
Some progress
2024-02-29 19:18:06 +01:00
Smita Kulkarni
bb7453a339
Merge branch 'master' into Fix_endpoint_for_azureblobstorage
2024-02-29 15:05:17 +01:00
Alexander Tokmakov
2dedfd6cf9
Revert "Analyzer: compute ALIAS columns right after reading"
2024-02-29 14:22:07 +01:00
Joshua Hildred
ca9a6f809f
add support for .tar.zst and tar.xz
2024-02-29 05:20:53 -08:00
Joshua Hildred
8bc968bb58
Fix tar integration test
2024-02-29 05:20:52 -08:00
Joshua Hildred
92b446a552
Add support for tar archive compression
2024-02-29 05:20:52 -08:00
Joshua Hildred
ef7a66b542
Update error messages and error handling
2024-02-29 05:20:51 -08:00
Joshua Hildred
d0776e5d2a
Fixes tidy issue and error formating for test
2024-02-29 05:20:51 -08:00
Joshua Hildred
dc74cebe4e
Fix formating
2024-02-29 05:20:51 -08:00
Joshua Hildred
c53021f55e
Fix formating
2024-02-29 05:20:51 -08:00