Azat Khuzhin
062490e1b4
tests: fix test_ttl_move::test_alter_with_merge_work flakiness
...
Increase timeout for TTL DELETE, since otherwise if other routines will
take too long, the part will be removed when it should be still be on
"external" disk:
2024.08.04 03:48:53.803032 [ 622 ] {} <Information> default.mt_test_alter_with_merge_work_1722743323 (9dc6904a-f082-4f06-be7a-efe4733e811c): Will drop empty part all_1_3_4_4
And this is how part_log looks like:
SELECT
event_time,
event_type,
rows,
part_name,
error,
database,
disk_name
FROM system.part_log
WHERE `table` = 'mt_test_alter_with_merge_work_1722743323'
ORDER BY event_time ASC
Query id: a118b3cd-e4fe-45a5-b675-d73bdd887d79
┌──────────event_time─┬─event_type─┬─rows─┬─part_name───┬─error─┬─database─┬─disk_name─┐
1. │ 2024-08-04 03:48:44 │ NewPart │ 2 │ all_1_1_0 │ 0 │ default │ jbod1 │
2. │ 2024-08-04 03:48:44 │ NewPart │ 2 │ all_2_2_0 │ 0 │ default │ jbod2 │
3. │ 2024-08-04 03:48:45 │ NewPart │ 2 │ all_3_3_0 │ 0 │ default │ jbod1 │
4. │ 2024-08-04 03:48:46 │ MutatePart │ 2 │ all_1_1_0_4 │ 0 │ default │ jbod1 │
5. │ 2024-08-04 03:48:46 │ MutatePart │ 2 │ all_2_2_0_4 │ 0 │ default │ jbod2 │
6. │ 2024-08-04 03:48:46 │ MutatePart │ 2 │ all_3_3_0_4 │ 0 │ default │ jbod1 │
7. │ 2024-08-04 03:48:47 │ MovePart │ 2 │ all_1_1_0_4 │ 0 │ default │ external │
8. │ 2024-08-04 03:48:47 │ MovePart │ 2 │ all_3_3_0_4 │ 0 │ default │ jbod2 │
9. │ 2024-08-04 03:48:47 │ MergeParts │ 6 │ all_1_3_1_4 │ 0 │ default │ jbod2 │
10. │ 2024-08-04 03:48:48 │ MovePart │ 6 │ all_1_3_1_4 │ 0 │ default │ external │
11. │ 2024-08-04 03:48:52 │ MergeParts │ 4 │ all_1_3_2_4 │ 0 │ default │ external │
12. │ 2024-08-04 03:48:53 │ MergeParts │ 0 │ all_1_3_3_4 │ 0 │ default │ external │ # rows==0
13. │ 2024-08-04 03:48:53 │ MergeParts │ 0 │ all_1_3_4_4 │ 0 │ default │ external │
└─────────────────────┴────────────┴──────┴─────────────┴───────┴──────────┴───────────┘
CI: https://s3.amazonaws.com/clickhouse-test-reports/66671/2f00c962711e13ca00af324366421fe4593b4ce6/integration_tests__tsan__[5_6].html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-04 14:25:18 +02:00
Azat Khuzhin
47dbc5e05b
tests: add debug info into test_ttl_move::test_alter_with_merge_work
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-04 14:16:40 +02:00
Azat Khuzhin
f0aaac3bd1
tests: remove useless retries from test_ttl_move::test_alter_with_merge_work
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-04 14:14:42 +02:00
Azat Khuzhin
69d23f5e67
Fix all problems in tests that had been found by flake8
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-06-05 14:46:38 +02:00
Nikita Fomichev
f7b100a885
Integration tests: fix flaky tests
2024-03-23 20:01:26 +01:00
robot-clickhouse
129e0349b7
Automatic style fix
2023-12-08 02:33:04 +00:00
Alexey Milovidov
d810bea8e3
Fix test
2023-12-08 03:17:13 +01:00
Alexey Milovidov
ce9e134043
Merge branch 'master' into CurtizJ-fix-ttl-non-deterministic
2023-12-08 03:10:09 +01:00
Alexey Milovidov
411660c267
Fix integration tests
2023-11-24 17:35:56 +01:00
Aleksei Filatov
163b8a814e
Fix clang-tidy issues and disable parallel execution of tests
2023-11-17 11:02:07 +03:00
Aleksei Filatov
21a17f8334
Add cancellation hook for moving background operation
2023-11-16 13:37:51 +03:00
Alexey Milovidov
481792181e
Remove garbage
2023-08-09 23:12:39 +02:00
vdimir
19bb802b04
Set temporary_directories_lifetime to integration tests with MOVE
2023-06-07 13:57:23 +00:00
Alexander Tokmakov
83b12ec5ca
replace NO DELAY with SYNC in tests
2023-05-03 20:08:49 +02:00
Mikhail f. Shiryaev
4f2c336cfc
Update black version, run it for the repository
2023-03-24 11:54:38 +01:00
Alexey Milovidov
c4adc9ed8f
Remove trash
2022-09-04 04:28:08 +02:00
Mikhail f. Shiryaev
e6f5a3f98b
Apply black formatter to all *.py files in the repo
2022-03-22 17:39:58 +01:00
Anton Popov
70986a70a1
support TTL TO [DISK|VOLUME] [IF EXISTS]
2022-02-10 19:26:23 +03:00
Yatsishin Ilya
8f53d1344c
better test cases names
2021-03-19 14:48:28 +03:00
Azat Khuzhin
ea64ec390f
Fix flaky test_ttl_move
...
- replace sleep() with waiting for the message in log
- due to previous paragaph, use unique table names
- increase sleep timeout in some places
2020-12-04 21:27:50 +03:00
alesapin
e090a119fc
Simplify TTL move test
2020-10-21 13:11:26 +03:00
Azat Khuzhin
9cb3c743bd
Convert to python3 ( #15007 )
2020-10-02 19:54:07 +03:00
Pavel Kovalenko
1fc3aa3ea8
Fixed test_disabled_ttl_move_on_insert test
2020-09-18 22:10:49 +03:00
Pavel Kovalenko
77be35a2b8
Fixed test_disabled_ttl_move_on_insert test
2020-09-18 21:59:56 +03:00
Pavel Kovalenko
da04a130ed
Add option to disable ttl move on data part insert - minor fixes.
2020-09-18 20:45:30 +03:00
Pavel Kovalenko
0da19ab46d
Add option to disable ttl move on data part insert
2020-09-18 18:30:00 +03:00
bharatnc
b75963d370
Format and optimize imports in integration test files
...
This PR formats all the `*.py` files found under the `tests/integration`
folder. It also reorders the imports and cleans up a bunch of unused
imports.
The formatting also takes care of other things like wrapping lines and
fixing spaces and indents such that the tests look more readable.
2020-09-15 23:10:54 -07:00
Yatsishin Ilya
160776f183
Add explicit main_configs, user_configs and dictionaries in integration tests.
2020-08-12 11:55:04 +03:00
Alexander Tokmakov
7f6a0a652f
fix tests
2020-07-15 23:16:31 +03:00
Vladimir Chebotarev
288b407d32
Added test for automatic start of background move task.
2020-06-30 15:36:44 +03:00
alesapin
483c60fadd
Merging #8377
2020-06-08 14:25:30 +03:00
alesapin
ffa553ad91
Fix test
2020-06-02 18:11:51 +03:00
alesapin
e5a2ae4637
Remove unused import
2020-06-02 11:46:08 +03:00
alesapin
96ec552b51
Fix flaky ttl test
2020-06-02 11:42:42 +03:00
Alexey Milovidov
2529df016a
Disable flacky test #8840
2020-05-31 17:08:09 +03:00
Nikolai Kochetov
c43976b6c5
Update test.
2020-05-30 11:31:07 +03:00
alesapin
73458c1574
Merge pull request #8840 from excitoon-favorites/returnttltests
...
Revert "Disable some flappy tests"
2020-05-25 11:29:07 +03:00
Vladimir Chebotarev
c0947ab609
Minor fixes in test_ttl_move
.
2020-05-20 12:59:06 +03:00
Vladimir Chebotarev
a9a7da8e68
Fixed test_ttl_move::test_alter_multiple_ttls
.
2020-05-20 12:59:06 +03:00
Vladimir Chebotarev
b9f35aad02
Revert "Disable some flappy tests"
...
This reverts commit e6958c0e49
.
2020-05-20 12:59:06 +03:00
Anton Popov
bd3e7307d0
fix integration test
2020-05-20 01:43:16 +03:00
Ivan
97f2a2213e
Move all folders inside /dbms one level up ( #9974 )
...
* Move some code outside dbms/src folder
* Fix paths
2020-04-02 02:51:21 +03:00