Commit Graph

104617 Commits

Author SHA1 Message Date
Robert Schulze
8381d8b467
query_result_cache_keep_seconds_alive --> query_result_cache_ttl 2023-01-02 09:38:40 +00:00
Robert Schulze
8199fce52e
Add note about optimizations 2023-01-02 09:30:44 +00:00
Robert Schulze
63375b2d42
Make skip_insert atomic 2023-01-02 09:30:44 +00:00
Robert Schulze
37ad911114
Remove stale entries in Reader 2023-01-02 09:30:44 +00:00
Robert Schulze
3c58874d77
In-class initialization of some member variables 2023-01-02 09:30:44 +00:00
Robert Schulze
ba55fd3ad2
Cosmetics 2023-01-02 09:30:44 +00:00
flynn
3a1dd045dd Fix output_format_pretty_row_numbers does not preserve the counter across the blocks 2023-01-02 09:27:37 +00:00
Smita Kulkarni
60a34b2f36 Fixed issue with table alias for failing tests - Fix for qualified asterisks with alias table name and column transformer 2023-01-02 09:40:49 +01:00
Robert Schulze
e9e04166d9
Merge remote-tracking branch 'origin/master' into query-result-cache 2023-01-02 08:20:27 +00:00
flynn
9367263934 Merge branch 'master' of github.com:ClickHouse/ClickHouse 2023-01-02 03:58:59 +00:00
Alexey Milovidov
f7fbaf9c99
Merge pull request #44829 from ClickHouse/adjust-css-in-fuzz-report
Adjust CSS
2023-01-02 05:41:18 +03:00
Alexey Milovidov
3223c53111
Merge pull request #44826 from ClickHouse/fix-typo-5
Fix two typos
2023-01-02 05:40:07 +03:00
Alexey Milovidov
ef3e56d6e6
Merge pull request #44827 from ClickHouse/update-license
Update LICENSE
2023-01-02 05:38:18 +03:00
Alexey Milovidov
b859cc2ddc Fix build 2023-01-02 03:27:21 +01:00
Alexey Milovidov
b89513e789
Merge pull request #44823 from azat/tests/fix-flaky-test_multiple_disks
Fix flaky test_multiple_disks::test_jbod_overflow
2023-01-02 05:25:27 +03:00
Alexey Milovidov
1ef8f1ae41
Merge pull request #44822 from ClickHouse/fix-bridges-test
Fix tests for bridges
2023-01-02 05:24:12 +03:00
Alexey Milovidov
47ae8c5c79 Remove more lines 2023-01-02 02:06:11 +01:00
Alexey Milovidov
d95aca1b32 Fix fuzzer 2023-01-02 01:51:50 +01:00
Alexey Milovidov
bb6c28b07c Fix something strange 2023-01-02 01:51:15 +01:00
Alexey Milovidov
4171003b1a Adjust CSS 2023-01-02 01:28:05 +01:00
Alexey Milovidov
f7f5aaf35d What if I will remove two lines of code? 2023-01-02 01:20:34 +01:00
Alexey Milovidov
0fe25078f0 Update LICENSE 2023-01-02 00:35:32 +01:00
Alexey Milovidov
a2da7ce80a
Merge pull request #44821 from ClickHouse/fix-race-ddlworker
Fix data race in DDLWorker
2023-01-02 02:15:13 +03:00
Alexey Milovidov
a39d0f6a50 Fix two typos 2023-01-02 00:11:15 +01:00
Alexey Milovidov
4240a71a4e
Merge pull request #44818 from ClickHouse/fix-monotonicity-fuzz
Fix bad cast in monotonicity analysis
2023-01-02 02:05:28 +03:00
Azat Khuzhin
4b71b481c7 tests/integration: do not split paramaterized tests into multiple groups
There is also one assumption the runner already, that leads to
misleading reports like in [1].

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/44762/89c071e291980e355f2c2be42dc15047caabc9bc/integration_tests__asan__%5B4/6%5D.html

Here the test test_multiple_disks/test.py::test_jbod_overflow had been
splitted into multiple groups, however because of that one assumption
it had been runned as a whole in both groups and in one it failed but
succeeded in another.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-01 23:35:21 +01:00
Alexey Milovidov
6e946cc757 Less OOM in stress test 2023-01-01 23:22:26 +01:00
Azat Khuzhin
700943a2b0 tests/integration: remove logging message for undone thing
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-01 23:13:00 +01:00
Azat Khuzhin
fa78569c39 tests/integration: fix logging message
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-01 23:12:25 +01:00
Azat Khuzhin
92fd7def39 tests/integration: fix detecting exit code for a running group
Because of tee the exit code is the result of tee, not of the pytest.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-01 23:09:12 +01:00
Azat Khuzhin
3123761980 Fix flaky test_multiple_disks::test_jbod_overflow
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-01 22:21:24 +01:00
Alexey Milovidov
f5fc9b2825 Fix tests for bridges 2023-01-01 22:00:08 +01:00
Alexey Milovidov
801c43e80c Addition to prev change 2023-01-01 21:48:37 +01:00
Alexey Milovidov
84c66b66e8 Addition to prev change 2023-01-01 21:46:30 +01:00
Alexey Milovidov
1f612042dc Fix data race in DDLWorker 2023-01-01 21:38:31 +01:00
Alexey Milovidov
8868a5e944
Merge pull request #44813 from ClickHouse/fix-grep
Fix `grep`
2023-01-01 22:45:03 +03:00
Alexey Milovidov
e20eb570c5 Fix bad cast in monotonicity analysis 2023-01-01 20:42:15 +01:00
Alexey Milovidov
f4dc658901 Fix grep 2023-01-01 17:11:44 +01:00
Alexey Milovidov
d4d0647ccd
Merge pull request #44812 from ClickHouse/remove-testflows
Remove the remainings of TestFlows
2023-01-01 18:15:39 +03:00
Han Fei
51039517b4 print more logs for debugging 2023-01-01 15:22:18 +01:00
Han Fei
a0d024b8df fix shell check 2023-01-01 12:55:25 +01:00
Alexey Milovidov
ea04181d11 Remove remainings of TestFlows 2023-01-01 03:17:31 +01:00
Alexey Milovidov
01acbafb37
Merge pull request #44769 from ClickHouse/fatal-fuzz
Print fatal messages in Fuzzer
2023-01-01 01:10:54 +03:00
Alexey Milovidov
50bb7f90d8
Merge pull request #44809 from ClickHouse/fix-race-in-mergetreedatapart
Fix race in `system.parts` and `system.parts_columns`
2023-01-01 01:09:46 +03:00
Alexey Milovidov
e2c00cefb8
Merge pull request #44810 from ClickHouse/stress-test-is-a-trash
Fix total trash in stress test
2023-01-01 01:09:02 +03:00
Alexey Milovidov
7434a2cbbb
Merge pull request #44807 from ClickHouse/fix-typo-in-stress-test
Retry packages download if GitHub returned HTTP 500.
2023-01-01 01:08:48 +03:00
Han Fei
f422957891 output debug info when test fails 2022-12-31 21:21:03 +01:00
Han Fei
a036c6bc01
Merge branch 'master' into hanfei/fix-async-insert-cleanup 2022-12-31 20:52:16 +01:00
Vitaly Baranov
426e2a9da1 Add test for getting credentials from AWS EC2 metadata. 2022-12-31 18:56:40 +01:00
Vitaly Baranov
4753ac937f Enabling override of endpoint used to connect for EC2 Metadata Service.
This commit applies changes https://github.com/aws/aws-sdk-cpp/commit/742b371 and
https://github.com/aws/aws-sdk-cpp/commit/34e73e9 to our fork of Aws::Internal::EC2MetadataClient.
2022-12-31 18:56:35 +01:00