ClickHouse/dbms
Azat Khuzhin eae56e2d02 Fix 01019_Buffer_and_max_memory_usage flakiness
If within one INSERT the background worker will flush the buffer, then
it will steal the allocation, and if it will steal enough then
max_memory_usage for the INSERT query context could be exceeded.

Fix this by forcing the buffer flush from the query context.
2019-12-23 01:39:37 +03:00
..
benchmark Adapted benchmark queries for obfuscated dataset 2019-12-17 23:19:20 +03:00
cmake Auto version update to [19.19.1.1] [54430] 2019-12-06 17:22:00 +03:00
programs Set prometheus default port to 9363 2019-12-21 17:56:24 +00:00
src Do not overcommit Buffer memory usage 2019-12-23 01:39:37 +03:00
tests Fix 01019_Buffer_and_max_memory_usage flakiness 2019-12-23 01:39:37 +03:00
CMakeLists.txt Merge branch 'master' into gcc-libcxx 2019-12-20 21:30:30 +03:00