feng lv
|
abea81789e
|
fix and add more tests
|
2022-01-13 03:25:01 +00:00 |
|
mergify[bot]
|
f5a7e58cb0
|
Merge branch 'master' into comp-decimal-float
|
2021-12-26 07:13:00 +00:00 |
|
alexey-milovidov
|
e05a0cf608
|
Merge pull request #33127 from freedomDR/fix_bitmap
fix AggregateFunctionGroupBitmapData function rb_contains rb_remove
|
2021-12-25 22:09:20 +03:00 |
|
alexey-milovidov
|
ff5c860f6e
|
Merge pull request #33169 from ClickHouse/fix-flaky-test-00646
Fix flaky test 01622_defaults_for_url_engine
|
2021-12-25 22:04:57 +03:00 |
|
alexey-milovidov
|
0a55fa3dc2
|
Revert "Grouping sets dev"
|
2021-12-25 20:30:31 +03:00 |
|
freedomDR
|
1d8ddffa78
|
add test
|
2021-12-25 16:44:12 +00:00 |
|
alexey-milovidov
|
f9d961d46d
|
Merge pull request #33164 from azat/fix-test_async_drain_connection
Fix test_async_drain_connection flakiness
|
2021-12-25 16:23:17 +03:00 |
|
Kruglov Pavel
|
22dbaec11a
|
Merge pull request #33142 from Avogar/fix-s3-write
Don't allow to write into S3 if path contains globs
|
2021-12-25 16:07:38 +03:00 |
|
Alexey Milovidov
|
f78678dc3f
|
Great simplification of test 01622_defaults_for_url_engine
|
2021-12-25 16:01:35 +03:00 |
|
alexey-milovidov
|
795564ee1b
|
Merge pull request #33161 from ClickHouse/fix-test-02098
Fix Date32 test
|
2021-12-25 12:26:27 +03:00 |
|
Azat Khuzhin
|
42ab02a810
|
Fix test_async_drain_connection flakiness
Sometimes [1] 5 seconds is not enough, since drain_timeout is 3 seconds,
and 2 seconds sometimes is not enough to do other things, especially
under sanitizers:
E Code: 159. DB::Exception: Received from 172.16.1.2:9000. DB::Exception: Timeout exceeded: elapsed 5.019254094 seconds, maximum: 5. Stack trace:
[1]: https://s3.amazonaws.com/clickhouse-test-reports/0/826f7cb0f53e20e67ef52800cb735bb88a6de658/integration_tests__thread__actions__[4/4].html
|
2021-12-25 11:55:57 +03:00 |
|
Azat Khuzhin
|
da211909e9
|
tests/integration: refactor test_async_drain_connection
|
2021-12-25 11:55:57 +03:00 |
|
alexey-milovidov
|
c583ea7e6b
|
Merge pull request #32484 from Algunenano/libcxx13_take2
libc++ 13 compatibility
|
2021-12-25 10:14:12 +03:00 |
|
Alexey Milovidov
|
555ae50c4e
|
Fix Date32 test
|
2021-12-25 10:11:31 +03:00 |
|
alexey-milovidov
|
4d99f1016d
|
Merge pull request #33146 from CurtizJ/fix-column-sparse
Fix functions with sparse arguments in case when result type doesn't support sparse serialization
|
2021-12-25 06:28:19 +03:00 |
|
alexey-milovidov
|
26a735c52f
|
Merge pull request #32984 from Avogar/bool-type
Improve Bool data type
|
2021-12-25 06:22:54 +03:00 |
|
alesapin
|
9687f1603a
|
Better
|
2021-12-24 21:34:24 +03:00 |
|
alesapin
|
bd7f5ea50f
|
Better
|
2021-12-24 21:22:29 +03:00 |
|
alesapin
|
46569e7a5b
|
Better
|
2021-12-24 21:02:40 +03:00 |
|
alesapin
|
9d83b904de
|
Add pretty print unknow event
|
2021-12-24 20:57:32 +03:00 |
|
alexey-milovidov
|
888a5532a6
|
Merge pull request #33134 from ClickHouse/musl-check-2
Prepare ClickHouse to be built with musl-libc
|
2021-12-24 19:44:47 +03:00 |
|
Anton Popov
|
c37f1c40be
|
fix functions with sparse arguments
|
2021-12-24 19:39:50 +03:00 |
|
alesapin
|
00666a6a4c
|
Merge pull request #32998 from ClickHouse/add_jepsen_test
Add Keeper Jepsen check to new CI
|
2021-12-24 17:25:20 +03:00 |
|
avogar
|
58966e90e9
|
Don't allow to write into S3 if path contains globs
|
2021-12-24 17:13:35 +03:00 |
|
Nikita Mikhaylov
|
29fdc422d0
|
Merge pull request #32974 from nikitamikhaylov/hdfsCluster
Merging #32400
|
2021-12-24 16:02:54 +03:00 |
|
alesapin
|
05648434b9
|
Fix label
|
2021-12-24 15:56:38 +03:00 |
|
alesapin
|
42461f453e
|
Add a separate workflow
|
2021-12-24 15:56:03 +03:00 |
|
alesapin
|
119b8628e5
|
Merge pull request #33135 from ClickHouse/fix_pvs_studio
Fix PVS check
|
2021-12-24 15:34:24 +03:00 |
|
alesapin
|
2a402f7df1
|
Merge pull request #33136 from ClickHouse/fix_error_report_in_build_check
Upload build artifact in case of build failures
|
2021-12-24 15:00:50 +03:00 |
|
alesapin
|
3dbf7a9da9
|
More clear exception
|
2021-12-24 13:35:40 +03:00 |
|
alesapin
|
9461b7dba2
|
Finally fix jepsen
|
2021-12-24 13:32:32 +03:00 |
|
avogar
|
602578deab
|
Update bool serialization/deserialization for Values format
|
2021-12-24 13:20:58 +03:00 |
|
alesapin
|
d68d26e4c1
|
Fix woboq codebrowser
|
2021-12-24 13:05:09 +03:00 |
|
alesapin
|
1a3cdc3388
|
Upload build artifact in case of build failures
|
2021-12-24 12:56:09 +03:00 |
|
alesapin
|
e3d8457a6f
|
Fix PVS
|
2021-12-24 12:41:01 +03:00 |
|
Alexey Milovidov
|
d1df2af2df
|
Move two tests out of fast test
|
2021-12-24 12:25:27 +03:00 |
|
Alexey Milovidov
|
f9d3e45e49
|
Remove strange whitespace
|
2021-12-24 12:25:27 +03:00 |
|
Alexey Milovidov
|
f6dc07b475
|
Update test
|
2021-12-24 12:25:27 +03:00 |
|
Alexey Milovidov
|
fb5b1c3d6a
|
Make tests not depend on subtle changes in math functions
|
2021-12-24 12:25:27 +03:00 |
|
mergify[bot]
|
da4dc1680a
|
Merge branch 'master' into add_jepsen_test
|
2021-12-24 07:31:25 +00:00 |
|
feng lv
|
f67e60a55d
|
fix test
|
2021-12-24 06:17:30 +00:00 |
|
feng lv
|
80c5bfcbcb
|
fix
fix
|
2021-12-24 05:13:12 +00:00 |
|
Alexey Milovidov
|
df8689ce22
|
Fix test that was dependent on time zone
|
2021-12-24 03:57:50 +03:00 |
|
alexey-milovidov
|
0e3af2f19a
|
Merge pull request #33097 from kssenii/clickhouse-local-send-profile-onfo
clickhouse-local send profile info
|
2021-12-24 02:29:36 +03:00 |
|
avogar
|
47ad4200c9
|
Fix test
|
2021-12-23 21:00:22 +03:00 |
|
avogar
|
ce68c54b03
|
Fix comments, reduce extra copying
|
2021-12-23 19:47:29 +03:00 |
|
avogar
|
5e5d6609ed
|
Proper cast to bool
|
2021-12-23 19:47:29 +03:00 |
|
avogar
|
19faf46b68
|
Improve Bool data type
|
2021-12-23 19:47:29 +03:00 |
|
Raúl Marín
|
77db850c0b
|
Merge remote-tracking branch 'blessed/master' into libcxx13_take2
|
2021-12-23 12:42:39 +01:00 |
|
Nikolai Kochetov
|
b84591d17a
|
Merge pull request #32862 from ClickHouse/fix-mv-result-with-many-chunks
Fix MV query with multiple chunk result.
|
2021-12-23 14:37:17 +03:00 |
|