Vxider
2430521fba
reduce waiting time in tests
2020-03-24 10:40:34 +08:00
Vxider
a850d1f7d9
Merge branch 'master' of https://github.com/yandex/ClickHouse into vxider/window-view-dev
2020-03-23 00:36:11 +08:00
Vxider
05f5062a09
support inner table params
2020-03-22 23:03:16 +08:00
alexey-milovidov
3b7dc4d378
Merge pull request #9773 from achimbab/pr_funnel_strict_order
...
Add 'strict_order' option to windowFunnel()
2020-03-22 04:01:46 +03:00
alexey-milovidov
939e702bc6
Merge pull request #9606 from ClickHouse/alter_on_top_of_mutations_merge_tree
...
Non-blocking alter for vanilla merge tree
2020-03-22 03:56:25 +03:00
Alexey Milovidov
1bfe312834
Removed leftovers
2020-03-21 19:43:31 +03:00
alesapin
fbf73012d2
Fix integration test
2020-03-21 11:10:44 +03:00
alexey-milovidov
44cb1b8305
Merge pull request #9774 from ClickHouse/better_test
...
Fix 01045 test
2020-03-20 21:40:04 +03:00
alexey-milovidov
f624bed408
Merge branch 'master' into patch-0320
2020-03-20 21:36:14 +03:00
alesapin
ba3ac3df32
Fix alter drop column for compact parts
2020-03-20 15:25:24 +03:00
alesapin
1e041b8791
Fix argument
2020-03-20 14:24:17 +03:00
alesapin
dcb505b993
Fix 01045 test
2020-03-20 14:22:25 +03:00
alesapin
5a3216b26f
Merge with master
2020-03-20 13:45:36 +03:00
philip.han
7549c575b1
Add 'strict_order' option to windowFunnel()
2020-03-20 19:31:47 +09:00
hcz
ae2c60d224
Update tests and docs related to splitByString
2020-03-20 13:37:46 +08:00
Alexander Kuzmenkov
d5822e7ebe
Merge pull request #6892 from ClickHouse/aku/poco-1.9.3
...
Update Poco to 1.9.3.
2020-03-20 06:03:48 +03:00
alexey-milovidov
791dddc184
Merge pull request #9754 from ClickHouse/fix_mutations_memory_consumption
...
Fix mutations huge memory consumption
2020-03-19 21:56:50 +03:00
Alexey Milovidov
1a3e5cfcc5
Fixed a test that may taint other tests if timed out
2020-03-19 20:31:49 +03:00
alesapin
72ba032348
Merge pull request #9734 from ClickHouse/fix_quoting_in_dictionary_ddl
...
Fix backquoting in dictionary ddl
2020-03-19 20:10:26 +03:00
Pavel Kovalenko
f2dca656f9
MergeTree full support for S3 ( #9646 )
...
* IMergeDataPart full S3 support.
* MergeTreeData full S3 support.
* Compilation fixes.
* Mutations and merges S3 support.
* Fixed removing data part.
* MergeTree for S3 integration tests and fixes.
* Code style issues.
* Enable AWS logging.
* Fixed hardlink creation for DiskLocal.
* Fixed localBackup.cpp compilation.
* Fixed attaching partition.
* Get rid of extra methods in IDisk.
* Fixed storage config reloading.
* More tests with table manipulations.
* Remove unused error codes.
* Move localBackup to MergeTree folder.
* Minor fixes.
2020-03-19 19:37:55 +03:00
Alexander Kuzmenkov
9d9ae00956
Relax a test due to Poco regression.
...
Poco 1.9.3 has one second precision for mtime, because of this we can
miss an update of a dictionary file if it happens in the same second
we've read the file.
Should probably be fixed by switching to std::filesystem.
Also add some logs because finding out what's going on with dictionary
reloading is borderline impossible.
2020-03-19 19:05:41 +03:00
Alexander Kuzmenkov
10019b4cc6
Check order values in clickhouse-test
2020-03-19 19:05:41 +03:00
Alexander Kuzmenkov
8b754fdcde
Straighten the ODBC integration test somewhat.
2020-03-19 19:05:41 +03:00
Alexander Kuzmenkov
fbfa74e5c4
test
2020-03-19 19:05:41 +03:00
Alexander Kuzmenkov
2918324807
More logs to catch the ODBC bridge shutdown error.
...
Also increase a potentially flappy timeout in another test.
2020-03-19 19:05:41 +03:00
alesapin
c6d10e32fc
Revert accident changes
2020-03-19 18:12:22 +03:00
alesapin
204d0ac955
Fix bugs after method split
2020-03-19 17:11:37 +03:00
alesapin
ce8eb9293a
Merge branch 'master' into alter_on_top_of_mutations_merge_tree
2020-03-19 16:05:17 +03:00
alesapin
2b41cb2f5c
Rename part_log table
2020-03-19 14:34:02 +03:00
alesapin
d27cd773cc
Fix mutations huge memory consumption
2020-03-19 14:31:21 +03:00
alexey-milovidov
b91bb18886
Merge pull request #9716 from ClickHouse/aku/more-stable-perf-tests
...
More stable perf tests
2020-03-19 12:50:33 +03:00
alexey-milovidov
4b943cd044
Merge pull request #9723 from amosbird/cd
...
random seed by default in groupArraySample
2020-03-19 12:33:40 +03:00
hcz
c115757e79
Update tests and docs for string splitting functions
2020-03-19 10:35:18 +08:00
alesapin
d060b7111d
Also unescape backslashes
2020-03-18 23:23:48 +03:00
alesapin
20211451ae
Fix backquoting in dictionary ddl
2020-03-18 19:47:33 +03:00
Alexander Kuzmenkov
f04c2da180
Update arithmetic.xml
2020-03-18 18:31:03 +03:00
Alexander Kuzmenkov
83c8581e5a
Update synthetic_hardware_benchmark.xml
2020-03-18 18:22:29 +03:00
alesapin
e6acfd4e8b
Return new test
2020-03-18 12:12:35 +03:00
alesapin
b3d52cfb33
Merge branch 'master' into alter_on_top_of_mutations_merge_tree
2020-03-18 11:54:19 +03:00
Amos Bird
045f5ae348
random seed by default
2020-03-18 16:12:15 +08:00
Alexander Kuzmenkov
f19c34d36d
Merge remote-tracking branch 'origin/master' into HEAD
2020-03-18 06:26:29 +03:00
Alexander Kuzmenkov
2510aed7b5
More stable perf tests
2020-03-18 03:33:32 +03:00
Alexander Kuzmenkov
3ec3732d99
Update synthetic_hardware_benchmark.xml
2020-03-18 03:15:05 +03:00
alexey-milovidov
a800fa7986
Merge pull request #9693 from den-crane/patch-2
...
extended test for deduplicate_blocks_in_dependent_materialized_views
2020-03-18 01:33:18 +03:00
Artem Zuikov
dbc08d7644
Add DATE and TIMESTAMP operators ( #9691 )
...
* DATE and TIMESTAMP operators
2020-03-18 00:56:47 +03:00
Alexander Kuzmenkov
458b724600
fixpu
2020-03-17 23:27:42 +03:00
Alexander Kuzmenkov
81631e4e6a
fixup
2020-03-17 17:36:24 +03:00
alesapin
5877a5af42
Remove alter transaction!!!
2020-03-17 16:49:50 +03:00
Alexander Kuzmenkov
1b7954cbae
Faster performance test
2020-03-17 05:56:44 +03:00
Denis Zhuravlev
d6e843d1f4
Update test.py
2020-03-16 17:03:52 -03:00