Pablo Marcos
5bf89a4331
Set a different instance dir when using pytest-xdist
...
This allows executing in integration tests in parallel
without directory clashes.
2024-07-26 08:42:54 +00:00
Pablo Marcos
59f9c12504
Increase sleep time make sure there is a new failure
...
The previous sleep was already adding +5s to make sure
the TTL was properly applied, so we'd rather use the
same value here instead of just 1s.
2024-07-25 14:37:50 +00:00
Pablo Marcos
f03d4bb7d5
Format with black
2024-07-24 15:10:25 +00:00
Pablo Marcos
91b7001df6
Refactor test to improve it
...
- Create wait_for_condition that checks greedily for a period of time
- Remove redundant checks
- Allow other tests running in parallel to have `ObjectStorageQueueFailedFiles` errors
2024-07-24 12:08:31 +00:00
Pablo Marcos
b25cad23ed
Use unique names for tables and files
2024-07-24 11:42:51 +00:00
Ilya Yatsishin
02ee0d8dd4
Merge pull request #66896 from qoega/improve-integration-tests-1
...
Improved test_storage_s3 tests to make it repeatable
2024-07-24 07:52:39 +00:00
Yatsishin Ilya
e671d4c55d
more changes
2024-07-23 14:43:49 +00:00
Yatsishin Ilya
1c723e7fd7
black
2024-07-23 09:10:47 +00:00
Antonio Andelic
133e734d73
Move to integration test
2024-07-23 09:05:09 +02:00
Yatsishin Ilya
ac679892ab
fix
2024-07-22 16:28:11 +00:00
Yatsishin Ilya
69be00cbf0
Improve
2024-07-22 16:27:28 +00:00
Alexey Milovidov
ffb766d30e
Merge pull request #66818 from ClickHouse/miscellaneous
...
Miscellaneous
2024-07-22 13:24:21 +00:00
Alexey Milovidov
1a3559fbc3
What if I will change this test?
2024-07-22 08:47:32 +02:00
Alexey Milovidov
3d4604a64a
Revert "What if I will change this test?"
...
This reverts commit ed02246e0c
.
2024-07-22 08:47:08 +02:00
Alexey Milovidov
ed02246e0c
What if I will change this test?
2024-07-22 08:46:41 +02:00
Alexey Milovidov
2570f2b0a3
Merge branch 'miscellaneous' of github.com:ClickHouse/ClickHouse into miscellaneous
2024-07-21 11:29:30 +02:00
Alexey Milovidov
7ed9ab2338
Remove wrong logic from InterpreterCreateQuery
2024-07-21 11:29:12 +02:00
robot-clickhouse
efd5ff9f4c
Automatic style fix
2024-07-21 09:15:22 +00:00
Alexey Milovidov
a6f1c46448
Miscellaneous
2024-07-21 11:08:38 +02:00
Alexey Milovidov
39b298295c
Merge pull request #66760 from ClickHouse/fix-flaky-rabbitmq-test
...
Use non-existent address to check connection error at table creation
2024-07-21 05:22:09 +00:00
Alexey Milovidov
ee3c0e7e1f
Better diagnostics in test_disk_configuration
2024-07-20 21:50:53 +02:00
Alexey Milovidov
d61dd473c6
Merge pull request #66731 from ClickHouse/remove-bad-test
...
Remove bad test `host_resolver_fail_count`
2024-07-19 23:17:53 +00:00
Alexey Milovidov
160149c1eb
Merge pull request #66743 from ClickHouse/vdimir/issue-65989
...
Add test test_storage_mysql/test.py::test_joins
2024-07-19 20:18:46 +00:00
János Benjamin Antal
3fb01ed2c9
Use nonexistent address to check connection error at table creation
2024-07-19 12:10:28 +00:00
vdimir
5cca0f1ab7
Add test test_storage_mysql/test.py::test_joins, close #65989
2024-07-19 09:30:26 +00:00
Alexey Milovidov
c73dd41c58
Remove bad test host_resolver_fail_count
2024-07-18 19:55:36 +02:00
Antonio Andelic
3d6f91039e
Merge pull request #66548 from ClickHouse/correctly-handle-realloc
...
Correctly track memory for `Allocator::realloc`
2024-07-18 06:08:17 +00:00
Nikolay Degterinsky
4afd5f60fe
Merge pull request #66409 from evillique/fix-valid-until
...
Fix VALID UNTIL clause resetting after restart
2024-07-18 00:05:57 +00:00
Nikolay Degterinsky
383ce4bb8c
Merge remote-tracking branch 'upstream/master' into fix-valid-until
2024-07-17 14:58:09 +00:00
Nikolai Kochetov
74b4bc78ad
Merge pull request #65400 from k-morozov/add_system_detach_tables
...
system detached_tables
2024-07-17 14:05:31 +00:00
Sema Checherinda
762593e5e9
Merge pull request #66144 from ClickHouse/revert-66134-revert-61601-chesema-dedup-matview
...
Revert "Revert "insertion deduplication on retries for materialized views""
2024-07-17 10:44:35 +00:00
Antonio Andelic
51e339305e
Merge branch 'master' into correctly-handle-realloc
2024-07-17 09:36:34 +02:00
Yakov Olkhovskiy
452d463d77
Merge pull request #65238 from peacewalker122/master
...
feat: support accept_invalid_certificate in client's config
2024-07-17 03:54:39 +00:00
Han Fei
c458d27401
Merge pull request #66597 from ClickHouse/vdimir/followup_66402
...
Fix clang tidy after #66402
2024-07-17 02:14:59 +00:00
Sema Checherinda
c7ae429c10
Merge pull request #65232 from ClickHouse/chesema-less-backoff-timeout-try-2
...
less backoff timeout try 2
2024-07-16 18:19:45 +00:00
Nikolay Degterinsky
ab47aa9e84
Merge remote-tracking branch 'upstream/master' into fix-valid-until
2024-07-16 17:21:42 +00:00
vdimir
d1a70944c7
Add test for join kind to test_storage_postgresql/test.py::test_filter_push_down
2024-07-16 15:09:36 +00:00
Antonio Andelic
4d9d6aa61b
Merge branch 'master' into correctly-handle-realloc
2024-07-16 16:56:35 +02:00
Antonio Andelic
2018c5e760
Disable sanitizer
2024-07-16 14:55:14 +02:00
Sema Checherinda
2d69740e2a
Merge branch 'master' into chesema-less-backoff-timeout-try-2
2024-07-16 12:48:27 +02:00
Yakov Olkhovskiy
b69978b5df
Merge remote-tracking branch 'upstream/master'
2024-07-16 05:54:33 +00:00
Nikolay Degterinsky
b4c7e4abac
Merge remote-tracking branch 'upstream/master' into fix-valid-until
2024-07-15 22:57:43 +00:00
Antonio Andelic
7b4c6a201b
Limit the memory please
2024-07-15 19:16:15 +02:00
Antonio Andelic
51c1936b7f
Correctly track memory for Allocator::realloc
2024-07-15 18:33:43 +02:00
Sema Checherinda
39dd15fe20
Merge branch 'master' into revert-66134-revert-61601-chesema-dedup-matview
2024-07-15 14:35:44 +02:00
vdimir
480c546359
Merge branch 'master' into vdimir/fix_external_database_join_pushdown
2024-07-15 10:59:40 +02:00
Yakov Olkhovskiy
12ca7c3641
Merge remote-tracking branch 'upstream/master'
2024-07-15 01:34:53 +00:00
Nikolay Degterinsky
13d4b7bd3e
Merge remote-tracking branch 'upstream/master' into fix-valid-until
2024-07-14 22:55:03 +00:00
Shaun Struwig
5daac46d8c
Merge branch 'ClickHouse:master' into docs_partitionID
2024-07-14 05:34:01 +02:00
Shaun Struwig
a90e10c438
add alias partitionI, update tests, and docs
2024-07-13 22:38:28 +00:00