ClickHouse/src/Common/tests
Alexander Kuzmenkov 50df893dc6 Assert that allocator & container are consistent wrt. inline memory
There are lots of places where HashTable is used with
AllocatorWithStackMemory, but the size of allocator inline memory is set
incorrectly, and it's less than the initial HashTable buffer size.
Because of this, HashTable is always allocated on the heap, and the
inline memory becomes a useless dead weight.

For PODArray, we have previously added a helper template that makes sure
these values are in sync, so there was only one such discrepancy left,
in the unit test.
2020-05-20 22:37:13 +03:00
..
arena_with_free_lists.cpp Checkpoint 2020-04-22 10:03:43 +03:00
array_cache.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
auto_array.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
bitonic_sort.cpp Bitonic sort improvements (#10934) 2020-05-19 00:41:23 +03:00
chaos_sanitizer.cpp clang-10 fix 2020-04-20 15:45:37 +08:00
CMakeLists.txt Bitonic sort improvements (#10934) 2020-05-19 00:41:23 +03:00
compact_array.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
cow_columns.cpp Make IColumn::mutate() static. 2020-05-14 11:30:18 +03:00
cow_compositions.cpp Make IColumn::mutate() static. 2020-05-14 11:30:18 +03:00
gtest_getMultipleValuesFromConfig.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
gtest_global_context.h Try fix unit tests. 2020-04-20 12:42:56 +03:00
gtest_makeRegexpPatternFromGlobs.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
gtest_pod_array.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
gtest_rw_lock.cpp Unit test for RWLock is set to use timeout for avoiding deadlocks 2020-04-07 03:06:48 +03:00
gtest_sensitive_data_masker.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
gtest_shell_command.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
gtest_thread_pool_concurrent_wait.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
gtest_thread_pool_global_full.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
gtest_thread_pool_limit.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
gtest_thread_pool_loop.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
gtest_thread_pool_schedule_exception.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
gtest_unescapeForFileName.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
hash_table.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
hashes_test.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
int_hashes_perf.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
integer_hash_tables_and_hashes.cpp Checkpoint 2020-04-22 10:03:43 +03:00
memory_statistics_os_perf.cpp Checkpoint 2020-04-22 08:39:31 +03:00
parallel_aggregation2.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
parallel_aggregation.cpp Checkpoint 2020-04-22 10:03:43 +03:00
pod_array.cpp Assert that allocator & container are consistent wrt. inline memory 2020-05-20 22:37:13 +03:00
procfs_metrics_provider_perf.cpp Implementation of new system metrics provider (Procfs) (#10544) 2020-05-01 21:47:41 +03:00
radix_sort.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
simple_cache.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
sip_hash_perf.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
small_table.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
space_saving.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
stopwatch.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
symbol_index.cpp Checkpoint 2020-04-22 08:39:31 +03:00
thread_creation_latency.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00