avogar
5824741849
Fix tests
2023-01-03 19:00:18 +00:00
avogar
f956e7915e
Fix tests
2022-09-20 20:37:30 +00:00
Robert Schulze
fe8f84dccc
Exclude slow tests from fasttest profile
...
99% of all tests in the fasttest profile run in one sec or less. The
excluded tests take 10 sec or more (the slowest being
02271_replace_partition_many_tables with 30 sec).
Estimated savings: 7 min
2022-09-07 15:57:29 +00:00
Alexander Tokmakov
e33d986cf1
Revert "Merge pull request #34924 from azat/tests-overlaps"
...
This reverts commit f13e436d40
, reversing
changes made to aa3c05e9d4
.
2022-05-28 19:20:32 +02:00
Azat Khuzhin
d28963d695
tests: do not leave any queries after finish
...
This should fix issues like [1], where because one query from the
previous test was left the next fails, in this particular report the
problem was that 01281_group_by_limit_memory_tracking fails due to the
query from 01301_aggregate_state_exception_memory_leak was running in
background.
[1]: https://s3.amazonaws.com/clickhouse-test-reports/34919/311f884d3d4215f7f82c2dd66ea51d071d313241/stateless_tests__thread__actions__[2/3].html
v2: wait for queries in 01249_flush_interactive
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-03-09 17:29:33 +03:00
Alexey Milovidov
58a66db588
Fix flaky test 01249_flush_interactive.sh
2021-06-21 21:51:12 +03:00
Yatsishin Ilya
a25fa1996b
fix style checks
2020-12-29 17:57:12 +03:00
Alexey Milovidov
5b3fa69d69
Make a test slightly more reliable
2020-08-15 16:26:56 +03:00
Alexey Milovidov
29a296b5da
Revert some changes
2020-08-03 00:24:16 +03:00
Alexey Milovidov
5a69058289
shellcheck --check-sourced --external-sources --severity info --exclude SC1071 --format diff */*.sh | git apply
2020-08-03 00:24:16 +03:00
Alexey Milovidov
1a487f88d6
Minor changes
2020-08-03 00:24:16 +03:00
Alexey Milovidov
0cebfc74b6
Added a test
2020-04-19 22:22:03 +03:00